message-goto-body after <#secure
[gnus] / lisp / ChangeLog
1 2010-11-24  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2
3         * message.el (message-goto-body): Go after <#secure.
4
5 2010-11-24  Julien Danjou  <julien@danjou.info>
6
7         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8         (shr-tag-body): Add background support.
9         (shr-descend): Add background support.
10         (shr-tag-title): Add.
11
12         * shr-color.el (shr-color-visible): Really return original background
13         if fixed.
14
15 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * shr.el (shr-color-check): Protect against non-existant colour names.
18
19 2010-11-24  Julien Danjou  <julien@danjou.info>
20
21         * color-lab.el: Require 'cl when compiling.
22
23         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
24
25         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
26         matched part.
27
28         * color-lab.el: Fix all expt calls to use float type.
29
30 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
33         expression to shr-color-check as is.
34
35         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
36
37         * color-lab.el: Add coding cookie.
38         (float-pi): Use eval-and-compile.
39
40         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
41         compiled for Emacsen having no `libxml-parse-html-region' support.
42
43 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * shr.el (shr-insert-color-overlay): Split stuff like
46         "#444444 !important" to find the real colour.
47         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
48         parse <font color="red"> entries.
49
50 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
51
52         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
53         point when parsing headers.
54
55         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
56         is positioned properly when parsing headers.
57
58 2010-11-23  Julien Danjou  <julien@danjou.info>
59
60         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
61
62         * shr-color.el (shr-color->hexadecimal): Add support for color names.
63
64         * shr.el (shr-parse-style): Replace \n with space in style parsing.
65
66         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use shr-color-hue-to-rgb.
67         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
68
69 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * shr.el (shr-color->hexadecimal): Autoload.
72         (shr-descend): Add color to all tags.
73
74 2010-11-22  Julien Danjou  <julien@danjou.info>
75
76         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
77         shr-color->hexadecimal.
78
79         * shr-color.el (shr-color->hexadecimal): Add converting functions for
80         RGB() or HSL() color representation.
81
82         * shr.el (shr-tag-font): Add.
83         (shr-tag-color-check): New function to get better colors.
84         (shr-tag-insert-color-overlay): Factorize code between tag-font and
85         tag-span.
86
87         * shr-color.el: New file.
88
89         * color-lab.el: New file.
90
91         * gnus-art.el (gnus-url-mailto): Do not downcase args.
92
93 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
94
95         * nnir.el: Fix typo in comments.
96         (nnir-run-imap): Simplify code. No need to reverse artlist.
97         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
98
99 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
102
103         * nnimap.el (nnimap-get-capabilities): Refactor out.
104         (nnimap-open-connection): Re-request capabilities after STARTTLS.
105
106 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
107
108         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
109         appearing when `mm-uu-hide-markers' is nil.
110
111 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * nnimap.el (nnimap-unselect-group): Make into its own function.
114         (nnimap-request-rename-group): Unselect group before renaming.
115         This had gotten lost somewhere.
116         (nnimap-request-accept-article): Keep track of examined groups, and
117         unselect the group before APPENDing to read-only groups.
118         (nnimap-request-move-article): Clear flags before moving so that they
119         can be re-set later.
120
121 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
124         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
125
126 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-art.el (gnus-mime-display-single)
129         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
130         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
131         parameter.
132
133 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
136         (shr-table-vertical-line): New variable.
137         (shr-insert-table): Use it.
138
139 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-html.el (gnus-html-wash-images): Don't display images if
142         gnus-inhibit-images is non-nil; register displayer for cid images.
143         (gnus-html-display-image): Work for cid image.
144         (gnus-html-insert-image): Allow arguments.
145         (gnus-html-put-image): Inhibit read-only.
146         (gnus-html-prefetch-images): Don't prefetch images if
147         gnus-inhibit-images is non-nil.
148
149 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * shr.el (shr-put-image): Break lines when inserting big pictures.
152
153 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
154
155         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
156         sender, thanks Katsumi Yamaoka.
157
158 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
159
160         * nnir.el (nnir-run-imap): Reverse the article list for each group
161         rather than the whole list.
162
163 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * shr.el (shr-image-displayer): Protect function against non-existent
166         image source.
167
168         * gnus-art.el (gnus-inhibit-images): New user option.
169         (gnus-mime-display-single): Don't display image if it is non-nil.
170
171         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
172         gnus-inhibit-images.
173
174         * shr.el (shr-image-displayer): New function.
175         (shr-tag-img): Use it.
176
177 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
178
179         * mml2015.el (mml2015-epg-sign): Use From header.
180
181 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus-html.el (gnus-html-wash-images): Register a displayer.
184
185         * gnus-util.el (gnus-find-text-property-region): Return markers.
186
187         * shr.el (shr-tag-img): Put a displayer in the text property.
188
189         * gnus-util.el (gnus-find-text-property-region): New utility function.
190
191         * gnus-html.el (gnus-html-display-image): Make the alt optional.
192         (gnus-html-show-images): Remove.
193
194         * gnus-art.el (gnus-article-show-images): New, more general function.
195
196         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
197         image url text properties.
198
199         * shr.el: Ditto.
200
201         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
202         gnus-agent-auto-agentize-methods is set.  Which it isn't.
203
204 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
207         work for two or more articles.
208
209 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
212         divide an image that's in an html article to two or more when washing
213         non-ASCII characters in alt text of it.
214
215 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
218         smime-decrypt-region using function argument.
219         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
220
221         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
222
223         * smime.el (smime-decrypt-region): Catch it.
224
225 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * smime.el (smime-mode-map): Move initialization into declaration.
228         (gnus-run-mode-hooks): Don't autoload.
229         (smime-mode): Use define-derived-mode.
230
231 2010-11-11  Glenn Morris  <rgm@gnu.org>
232
233         * smime.el (from): Restrict declaration to XEmacs.
234
235         * nnir.el (gnus-group-topic-name): Autoload.
236
237 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * shr.el (shr-insert): Don't break long line if it is because of
240         kinsoku-bol characters in the line end.
241
242 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
243
244         * nnir.el (nnir-request-move-article): Fix to provide original group
245         and subject.
246         (nnir-warp-to-article): Don't fail on articles whose headers haven't
247         been retrieved.
248
249         * gnus-sum.el (gnus-summary-move-article): Use original group and
250         subject for virtual articles such as those in an nnir summary buffer.
251
252 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
255         least 21.5).
256
257         * smime.el (from): Declare it again for XEmacs.
258
259 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * message.el (message-resend): Don't disable encoding unless it's
262         already encoded.
263
264         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
265         low-numbered articles.
266
267 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * rfc2047.el (rfc2047-syntax-table): Simplify.
270
271         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
272
273         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
274         set-char-table-range for XEmacs.
275
276 2010-11-10  Glenn Morris  <rgm@gnu.org>
277
278         * time-date.el (time-to-seconds): Always an alias on Emacs,
279         never a real function.
280         (with-no-warnings): Remove compat stub, now unused.
281         (time-less-p): Doc fix.
282         (time-to-number-of-days): Simplify.
283
284         * smime.el (from): Remove unused declaration.
285
286         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
287         (gnus-float-time): On Emacs, always an alias.
288
289         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
290         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
291
292 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * dgnushack.el: Don't use ignore-errors in the top level form since it
295         is unavailable in XEmacs even if cl is loaded.
296
297         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
298
299 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * shr.el (browse-url-mailto): Autoload.
302
303         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
304
305         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
306         regexp doesn't need quoting.
307
308 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
309
310         * message.el (message-subject-trailing-was-ask-regexp)
311         (message-subject-trailing-was-regexp): Match was: in addition to was.
312
313 2010-11-09  Glenn Morris  <rgm@gnu.org>
314
315         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
316         (nnbabyl-check-mbox): Use point-at-bol.
317
318 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
321
322         * message.el (message-mailto): New function.
323         (message-mailto): Should accept other parameters.
324         (message-mailto): Remove since it duplicates browse-url-mailto
325         functionality.
326
327 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
330         methods.
331         (gnus-read-active-file): Ditto.
332
333         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
334         ": " from the prompt.
335         (gnus-group-make-group): Ditto.
336
337 2010-11-07  Glenn Morris  <rgm@gnu.org>
338
339         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
340         (gnus-bookmark-kill-line): Use point-at-eol.
341
342 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
345         asterisks in From header.
346
347 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
350         string to avoid making the From headers syntactically invalid.
351
352         * message.el (message-send-mail): Don't insert courtesy messages if the
353         message already has List-Post and List-ID messages.
354
355 2010-11-06  Glenn Morris  <rgm@gnu.org>
356
357         * gnus-art.el (gnus-treat-article): Give dynamic local variables
358         `condition', `type', `length' a prefix.
359         (gnus-treat-predicate): Update for above name changes.
360
361 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
364         binding.  Handled by `gnus-summary-refer-thread' instead.
365         (nnir-warp-to-article): New backend function.
366
367         * nnimap.el (nnimap-request-thread): Force dependency updating.
368
369         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
370         (gnus-summary-refer-thread): Rework to improve thread-referral.
371
372         * gnus-int.el (gnus-warp-to-article): New function.
373
374         * gnus-sum.el (gnus-summary-article-map): Bind it.
375
376 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
377
378         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
379         gnus-summary-refer-thread.
380
381         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
382         headers.
383         (gnus-summary-limit-include-thread): Prevent articles in thread from
384         being cut in gnus-cut-threads.
385         (gnus-summary-refer-thread): Limit retrieved headers to those in
386         thread.
387
388 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * message.el (message-send-mail): Use the value of
391         message-courtesy-message from the message buffer.
392
393         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
394
395         * shr.el (shr-browse-url): Implement mailto: URLs.
396
397         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
398         "raw".
399
400         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
401         if it's already selected.
402
403         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
404
405 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
408         to measure the length and truncate alt text.
409
410 2010-11-03  Glenn Morris  <rgm@gnu.org>
411
412         * nndiary.el (nndiary-generate-nov-databases-1)
413         (nndiary-generate-active-info): Rename dynamic variable `files' to
414         something less generic.
415
416 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
417
418         * nnir.el (nnir-request-move-article): Call the underlying backend to
419         move articles from nnir.
420
421 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
424
425 2010-11-02  Julien Danjou  <julien@danjou.info>
426
427         * nnir.el: Remove wais support.
428
429 2010-11-02  Glenn Morris  <rgm@gnu.org>
430
431         * gnus-html.el: Reorder requirements to quieten compiler.
432
433 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
436         properly for XEmacs as well.
437         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
438         (gnus-article-natural-long-line-p): Use window-width rather than
439         frame-width.
440
441 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
442
443         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
444         (nnir-read-parms): Don't modify query.
445         (nnir-run-query): Add ability to search topic on current line.
446         (nnir-get-active): Clean up.
447
448 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
451         degenerate articles.
452
453         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
454         (gnus-print-buffer): Just print the buffer as is, without any copying
455         to a buffer and then re-highlighting.
456
457         * nnimap.el (nnimap-request-group): Store the new updated info.
458         (nnimap-request-group): Select the group when we don't know whether it
459         exists or not.
460
461         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
462         groups.
463
464         * gnus-group.el (gnus-group-find-new-groups): Display all the new
465         groups.
466
467         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
468         groups.
469
470         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
471         long-lines case by only filling the long lines.
472
473         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
474         (bug #7311).
475
476 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * shr.el: No need to declare `declare-function' since shr.el is for
479         only Emacsen that provide `libxml-parse-html-region'.
480
481         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
482         effective only in a file it is referred to.
483
484 2010-11-01  Glenn Morris  <rgm@gnu.org>
485
486         * mm-util.el (gnus-completing-read): Autoload.
487         (mm-read-coding-system): Simplify Emacs definition.
488
489         * nnmail.el (gnus-activate-group):
490         * nnimap.el (gnutls-negotiate):
491         * nntp.el (netrc-parse): Fix declarations.
492
493 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
496         string-match-p in Emacs >=23.
497
498         * gnus-msg.el (gnus-configure-posting-styles)
499         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
500
501 2010-11-01  Glenn Morris  <rgm@gnu.org>
502
503         * nnir.el (declare-function): Add compat stub.
504         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
505         (nnir-run-gmane): Require 'mm-url.
506
507         * mm-util.el (mm-string-to-multibyte): Simplify.
508
509         * shr.el (declare-function): Add compat stub.
510         (url-cache-create-filename): Declare.
511         (mm-disable-multibyte, widget-convert-button): Autoload.
512
513         * smime.el (ldap-search): Declare.
514         (smime-cert-by-ldap-1): Require ldap on Emacs.
515
516         * nnimap.el: Require nnmail, and gnus-sum when compiling.
517         (nnimap-keepalive): Use gnus-float-time.
518
519         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
520         (mail-source-delete-crash-box): Use gnus-float-time.
521
522         * gnus-dired.el (gnus-completing-read): Autoload.
523
524         * mm-view.el (gnus-rescale-image): Autoload.
525
526         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
527
528         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
529
530         * sieve-manage.el: Require 'cl when compiling.
531
532         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
533         (gnus-iswitchb-completing-read): Require iswitchb.
534         (gnus-select-frame-set-input-focus): Silence compiler.
535
536 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * message.el (message-subject-trailing-was-query): Change default to t,
539         since I think that's what most people want.
540
541         * nnimap.el (nnimap-request-accept-article): Erase buffer before
542         appending for easier debugging.
543         (nnimap-wait-for-connection): Take a regexp.
544         (nnimap-request-accept-article): Wait for the continuation line before
545         sending anything unless we're streaming.
546
547         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
548         leave the header washing to take place.
549
550 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
551
552         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
553         regular expression match and replace in posting styles.
554
555 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
556
557         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
558         an entire server.
559         (nnir-get-active): New function.
560         (nnir-run-imap): Use it.
561         (nnir-run-gmane): Who knew, gmane search returns an article score!
562
563         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
564         server on the current line with nnir.
565
566 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
569         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
570         left edge.
571         (gnus-article-foldable-buffer): Skip past the prefix when determining
572         raggedness.
573
574         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
575         the raw article, and change `C-u g' to show the article without doing
576         treatments.
577
578         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
579         on to `gnus-treat-article'.
580         (gnus-inhibit-article-treatments): New variable.
581
582         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
583
584         * gnus-art.el (gnus-treatment-function-alist): Have
585         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
586         (gnus-treat-fill-long-lines): Change default to fill all text/plain
587         sections.
588
589         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
590         parameter.
591         (gnus-article-fill-cited-long-lines): New function.
592         (gnus-article-fill-cited-article): Allow filling only long sections.
593
594         * shr.el (shr-find-fill-point): Don't break lines between punctuation
595         and non-punctuation (like after the apostrophe in "'We").
596
597         * gnus-sum.el (gnus-summary-select-article): Make sure
598         gnus-original-article-buffer is alive.
599
600         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
601         reflect the order they're in in the digest.
602
603         * gnus.el (gnus-group-startup-message): Move point to the start of the
604         buffer.
605
606         * nnimap.el (nnimap-capability): New function.
607         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
608         is set.
609
610 2010-10-31  David Engster  <dengste@eml.cc>
611
612         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
613         conform with changes to gnus-completing-read.
614
615 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * shr.el (shr-tag-img): Output "*" instead of "[img]".
618
619 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
620
621         * nnir.el: Move defvar, defcustom around to keep file organized
622         and keep byte-compiler quiet.
623         (nnir-read-parms): Accept search-engine as arg.
624         (nnir-run-query): Pass search-engine as arg.
625         (nnir-search-engine): Remove.
626
627 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * shr.el (shr-generic): The text nodes should be text, not :text.
630
631         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
632         later in the file.
633
634 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el: General clean up.  Allow searching with multiple engines.
637         Allow separate extra-parameters for each engine.
638         Batch queries when possible.
639         (nnir-imap-default-search-key,nnir-method-default-engines):
640         Add customize interface.
641         (nnir-run-gmane): New engine.
642         (nnir-engines): Use it.  Qualify all prompts with engine name.
643         (nnir-search-engine): Remove global variable.
644         (nnir-run-hyrex): Restore for now.
645         (nnir-extra-parms,nnir-search-history): New variables.
646         (gnus-group-make-nnir-group): Use them.
647         (nnir-group-server): Remove in favor of gnus-group-server.
648         (nnir-request-group): Avoid searching twice.
649         (nnir-sort-groups-by-server): New function.
650
651 2010-10-30  Julien Danjou  <julien@danjou.info>
652
653         * gnus-group.el: Remove gnus-group-fetch-control.
654
655         * gnus-start.el (gnus-find-new-newsgroups):
656         Remove gnus-check-first-time-used.
657
658         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
659
660 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
661
662         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
663         set on groups that don't have \* permanentflags.
664
665 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
668         control the background color.
669         (shr-tag-img): Ignore very small web bug type images.
670         (shr-put-image): Add help-echo alt texts to the images.
671         (shr-tag-video): Show the video poster image.
672
673 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * shr.el (shr-table-depth): New variable.
676         (shr-tag-table-1): Only insert the images after the top-level table.
677
678         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
679
680         * gnus-util.el (gnus-list-memq-of-list): New function.
681
682         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
683         selected.
684         (nnimap-unsplittable-articles): New slot.
685         (nnimap-new-articles): Use it.
686
687 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
688
689         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
690         move to the previous line on `M-g'.
691
692 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
695         *-request-group, which seems unnecessary.
696
697         * nnimap.el (nnimap-quote-specials): Function copied over from
698         imap.el.
699         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
700         they support that.  Suggested by Tom Regner.
701
702 2010-10-29  Julien Danjou  <julien@danjou.info>
703
704         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
705         defalias.
706         (gnus-summary-delete-marked-with): Remove obsolete defalias.
707
708         * gnus.el: Remove `gnus-nntp-service' variable.
709         (gnus-secondary-servers): Make obsolete.
710         (gnus-nntp-server): Make obsolete.
711
712         * gnus-start.el (gnus-1): Remove x-splash calls.
713
714         * gnus-ems.el (gnus-x-splash): Remove.
715
716         * gnus.el (gnus-group-startup-message): Simplify/update code.
717
718         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
719         definition.
720
721         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
722         capability before doing anything.
723         (gnus-group-insert-group-line): Remove useless
724         gnus-group-remove-excess-properties.
725
726 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
729
730 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
733         config after reselecting.
734
735 2010-10-28  Julien Danjou  <julien@danjou.info>
736
737         * shr.el (shr-put-image): Use point even if only inserting text.
738         (shr-put-image): Save excursion when inserting alt text on non-graphic
739         display, so the behaviour is the same when we are on a graphic display.
740
741         * nnir.el (nnir-run-swish-e): Remove hyrex support.
742
743 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
746         (gnus-mime-copy-part): Check coding system, not charset.
747         (gnus-mime-view-part-externally): Never remove part.
748         (gnus-mime-view-part-internally): Don't remove part here.
749         (gnus-article-part-wrapper): Make sure MIME tag is visible.
750         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
751         multipart/alternative.
752
753         * mm-decode.el (mm-display-part): Take optional arg `force'.
754
755 2010-10-26  Julien Danjou  <julien@danjou.info>
756
757         * gnus-group.el (gnus-group-default-list-level): Add this function to
758         compute the default list level.
759         (gnus-group-default-list-level): Add possibility to use a function.
760
761 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
764
765         * gnus-group.el (gnus-group-completing-read)
766         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
767         gnus-replace-in-string.
768
769 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * shr.el (shr-tag-div): Add.
772
773         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
774
775 2010-10-25  Julien Danjou  <julien@danjou.info>
776
777         * gnus-util.el: Remove `gnus-with-local-quit'.
778
779         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
780
781 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
784         the original article buffer.
785
786 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-request-head): New function.
789         (nnimap-request-move-article): Try to be slighly faster by not
790         requesting the entire message when moving.
791         (nnimap-transform-headers): Don't bug out on bodiless articles.
792         (nnimap-send-command): Have no outstanding messages if the IMAP server
793         doesn't support streaming.
794         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
795
796 2010-10-24  Julien Danjou  <julien@danjou.info>
797
798         * message.el (message-default-headers): Fix type.
799
800 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
803         prefetching images.
804
805         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
806         backend for unknown groups.  This is mainly useful for nnimap groups.
807
808         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
809         group isn't covered by the agent.
810
811 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
812
813         * nnir.el (nnir-method-default-engines): New variable.
814         (nnir-run-query): Use it.
815         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
816         (gnus-summary-nnir-goto-thread): Change group if needed.
817
818         * gnus-group.el (gnus-group-group-map): Add key binding for
819         gnus-group-make-nnir-group.
820
821 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * shr.el (shr-tag-object): Add.
824
825         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
826         original article buffer live.
827         (gnus-summary-select-article-buffer):
828         Mention gnus-widen-article-buffer.
829
830 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * shr.el (shr-tag-strong): Add.
833
834 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
837         group names.  They mess up the group buffer badly.
838
839         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
840
841         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
842         instead of the summary one.
843
844 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * mml.el (mml-preview): Work properly when editing article.
847
848         * gnus-start.el (gnus-read-active-file-1): Don't add method to
849         gnus-have-read-active-file if it's already been in.
850
851 2010-10-22  Tom Tromey  <tromey@redhat.com>
852
853         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
854         gnus-group-completing-read.
855
856 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * message.el (message-mode-map): Don't bind M-; to comment region, to
859         allow the global comment-dwim to work.
860
861 2010-10-21  Julien Danjou  <julien@danjou.info>
862
863         * message.el (message-setup-1): Allow message-default-headers to be a
864         function.
865
866 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * shr.el (shr-tag-table): Simplify.
869
870 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
873         to avoid trying to snarf invalid stuff.
874
875         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
876
877         * gnus.el (gnus-message-archive-group): Quote value.
878         (gnus-message-archive-group): Mark as changed.
879
880         * shr.el (shr-add-font): Don't put the font properties on the newline
881         or the indentation.
882
883         * message.el (message-fix-before-sending): Change options when sending
884         non-printable characters.
885
886         * gnus.el (gnus-message-archive-method): Change the default to
887         monthly outgoing groups.
888
889         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
890         that have gotten new numbers.
891
892         * nnimap.el (nnimap-request-replace-article): New function.
893
894 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
897         (nnrss-request-article): Don't use special html washing code.
898
899 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * shr.el (shr-tag-table): Remove useless nconc.
902
903 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-art.el (article-wash-html): Simplify and remove the charset
906         stuff.  Use the normal html rendering code instead of the special html
907         washing code.
908
909         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
910         `gnus-w3m' symbols.
911         (mm-text-html-washer-alist): Remove.
912
913         * mm-decode.el (mm-inline-text-html-renderer): Remove.
914         (mm-inline-media-tests): Remove use.
915         (mm-text-html-renderer): Change default to the `shr' symbol.
916
917         * mm-view.el (mm-inline-text-html): Remove use.
918
919         * gnus-art.el (gnus-blocked-images): New function.  Allow the
920         `gnus-blocked-images' to be a function.
921         (gnus-article-wash-function): Remove.
922
923 2010-10-20  Julien Danjou  <julien@danjou.info>
924
925         * spam.el (spam-list-of-processors): Mark as obsolete.
926
927         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
928         (nnimap-insert-partial-structure): Fix boundary detection.
929
930 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
931
932         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
933         run file-truename on remote files.  This can be expensive and even
934         prevent one from editing drafts if some unrelated buffer has a stale
935         connection.
936
937 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
940         kinsoku-eol regardless of shr-kinsoku-shorten.
941         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
942         (shr-tag-table): Support caption, thead, and tfoot.
943
944 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
947         lines.
948         (shr-save-contents): New command and keystroke.
949
950         * nndoc.el (nndoc-type-alist): Add git support.
951         (nndoc-git-type-p): New function.
952         (nndoc-transform-git-article): Ditto.
953         (nndoc-transform-git-headers): Ditto.
954         (nndoc-transform-git-headers): Generate Subject headers.
955
956         * shr.el (shr-parse-style): New function.
957         (shr-tag-span): Ditto.
958
959         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
960         to `G G' to avoid collisions.
961
962 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * shr.el: Load kinsoku if necessary.
965         (shr-kinsoku-shorten): New internal variable.
966         (shr-find-fill-point): Make kinsoku shorten text line if
967         shr-kinsoku-shorten is bound to non-nil.
968         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
969         shr-indentation too when testing if table is wider than frame width.
970         (shr-insert-table): Use `string-width' instead of `length' to measure
971         text width.
972         (shr-insert-table-ruler): Make sure indentation is done at bol.
973
974 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
975
976         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
977         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
978         undecoded network data.
979
980 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
983         name in the mode line spec so that the mode line menu works
984         (bug #2431).
985
986         * message.el (message-get-reply-headers): If we're fed `to-address',
987         then always use that.
988
989         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
990         aren't so wide as to need to switch off the edit menu.
991
992         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
993         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
994
995         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
996         `M-g'.
997         (nnimap-update-info): Update flags/read marks even if \* isn't part of
998         the permanent marks.
999
1000 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1001
1002         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1003         Splitting according to references/in-reply-to obeys the ignore-groups
1004         variable, while splitting by sender and subject do not.
1005
1006 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1009         alist, so that we can look for non-Unicode chars.
1010         (article-translate-strings): Allow both character and string maps.
1011
1012 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * shr.el (shr-insert): Don't insert space behind a wide character
1015         categorized as kinsoku-bol, or between characters both categorized as
1016         nospace.
1017
1018 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1019
1020         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1021         headers to gnus-newsgroup-headers.
1022
1023 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-tag-img): Don't align images -- since we're not
1026         rescaling, this often leads to ugly displays.
1027
1028 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1029
1030         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1031         duplicates.
1032
1033 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1034
1035         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1036         call.
1037
1038 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * gnus.el: Autoload gnus-html-show-images.
1041
1042         * nnimap.el: Use nnheader-message throughout.
1043
1044         * shr.el (shr-tag-img): Ignore images with no data.
1045
1046 2010-10-15  Julien Danjou  <julien@danjou.info>
1047
1048         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1049         a possibility to disable format=flow encoding when using hard newlines.
1050
1051 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * shr.el (shr-insert): Remove space inserted before or after a
1054         breakable character or at the beginning or the end of a line.
1055         (shr-find-fill-point): Do kinsoku; find the second best point or give
1056         it up if there's no breakable point.
1057
1058 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * nnimap.el (nnimap-open-connection): Message when opening connection
1061         for debugging purposes.
1062
1063         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1064         on every setup buffer call to allow this to change from article to
1065         article.
1066
1067         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1068         buffers where we have a wide table.
1069
1070 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1071
1072         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1073         uses *-request-thread.
1074
1075 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1078         incantation, which is no longer valid.
1079
1080 2010-10-14  Julien Danjou  <julien@danjou.info>
1081
1082         * shr.el: Fix defcustom type (char -> character).
1083
1084 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1087         programs.
1088
1089 2010-10-14  Julien Danjou  <julien@danjou.info>
1090
1091         * shr.el (shr-tag-a): Use url-link as widget type.
1092
1093         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1094         `gnus-group-get-icon'.
1095
1096 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1099         This should make server editing work better.
1100
1101         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1102
1103         * tls.el (tls-program): Remove spurious %s from openssl.
1104
1105         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1106         (nnimap-parse-flags): Fix regexp.
1107
1108         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1109         probably work for CJVK text, too.
1110
1111         * nnimap.el (nnimap-extend-tls-programs): Remove.
1112         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1113
1114         * tls.el (tls-starttls-switches): Remove starttls hack.
1115         (open-tls-stream): Ditto.
1116         (tls-find-starttls-argument): Ditto.
1117
1118 2010-10-13  Julien Danjou  <julien@danjou.info>
1119
1120         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1121         responses.
1122
1123 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1126
1127         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1128         anything in Emacs.
1129
1130         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1131
1132 2010-10-13  Julien Danjou  <julien@danjou.info>
1133
1134         * shr.el (shr-width): Make shr-width a defcustom with default to
1135         fill-column.
1136         (shr-tag-img): Use shr-width rather than fill-column.
1137
1138 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * dgnushack.el (byte-optimize-apply)
1141         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1142
1143         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1144         position when (X-)Faces exist.
1145         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1146         avatars when called interactively.
1147
1148 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1151         gnus-article-x-face-too-ugly is bound.
1152
1153 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1156
1157         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1158         mailbox that doesn't exist.
1159
1160 2010-10-12  Julien Danjou  <julien@danjou.info>
1161
1162         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1163         (shr-get-image-data): Encode URL properly when fetching from cache.
1164         (shr-tag-img): Use aligned-to spaces to align correctly images.
1165
1166         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1167         before inserting the Gravatar.
1168
1169         * shr.el (shr-tag-img): Add align attribute support for <img>.
1170
1171 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-gravatar.el (gnus-art): Require.
1174
1175         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1176         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1177         Remove long obsoleted functions.
1178
1179 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1182
1183         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1184
1185         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1186         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1187         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1188         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1189         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1190         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1191         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1192
1193 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194
1195         * nnimap.el (nnimap-request-rename-group): Select group read-only
1196         before renaming it.
1197
1198         * shr.el (shr-insert): Fix up the white space only regexp.
1199
1200         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1201         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1202
1203         * shr.el (shr-current-column): New function.
1204         (shr-find-fill-point): New function.
1205
1206 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1207
1208         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1209         numbers.
1210
1211 2010-10-11  Julien Danjou  <julien@danjou.info>
1212
1213         * shr.el (shr-hr-line): Add.
1214         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1215         display hr lines.
1216         (shr-max-columns): Do not change state to nil if we just inserting
1217         spaces.
1218
1219 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1222         select the last group.
1223
1224 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1227
1228 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1229
1230         * dig.el (dig-mode-map): Declare and define in one step.
1231
1232 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1235         for Gnus.
1236         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1237         (nnimap-update-qresync-info): Mark \Seen articles as read.
1238
1239         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1240         non-variable, too.
1241
1242         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1243         available.
1244         (nnimap-update-info): Rely more on the current active than the param
1245         active to avoid marking articles as read too much.
1246
1247         * auth-source.el (auth-source-create): Use (user-login-name) for the
1248         user name default.
1249
1250         * nnimap.el (nnimap-update-info): If the server doesn't return any
1251         useful info, just use the previous info.
1252         (nnimap-update-info): Prefer old info over start-article.
1253         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1254
1255 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1256
1257         * nnir.el (autoload): Clean up autoloads.
1258         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1259         Use key rather than value.
1260         (nnir-imap-search-other): New variable.
1261         (nnir-read-parm): Use it.
1262         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1263         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1264
1265 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1266
1267         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1268         the process, too.
1269
1270 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * spam.el (gnus-summary-mode-map): Bind to "$".
1273         Suggested by Russ Allbery.
1274
1275         * shr.el: Rework the way things are indented by <li> slightly.
1276
1277         * gnus.el (gnus-group-set-parameter): Fix typo.
1278
1279         * nnimap.el: Start implementing QRESYNC support.
1280
1281 2010-10-09  Julien Danjou  <julien@danjou.info>
1282
1283         * nnir.el (nnir-engines): Fix too many arguments.
1284
1285 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1288         group is the "last", so that the backends like nnfolder actually save
1289         their folders.
1290
1291         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1292         try to use that for the tls stream.
1293         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1294         UIDVALIDITY and find out which groups are read-only and not.
1295         (nnimap-get-flags): Use the same marks parsing code as the rest of
1296         nnimap.
1297
1298 2010-10-09  Julien Danjou  <julien@danjou.info>
1299
1300         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1301
1302         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1303         retrieving gravatars.
1304
1305         * shr.el (shr-table-corner): Add.
1306         (shr-table-line): Add.
1307         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1308
1309 2010-10-08  Julien Danjou  <julien@danjou.info>
1310
1311         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1312
1313 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1314
1315         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1316
1317         * gnus-sum.el (gnus-mark-article-as-unread)
1318         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1319         (gnus-summary-set-bookmark): Use it.
1320
1321         * gnus-msg.el (gnus-setup-message): Use it.
1322
1323         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1324
1325         * gnus.el (gnus-group-remove-parameter): Use it.
1326
1327         * gnus-group.el (gnus-group-make-web-group): Use it.
1328
1329         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1330
1331         * nnregistry.el: Update docs to mention manual.
1332
1333         * gnus-registry.el: Update docs to mention nnregistry.el.
1334         (gnus-registry-initialize): Don't install nnregistry refer method
1335         automatically.
1336         (gnus-registry-install-nnregistry): Remove it.
1337
1338 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * shr.el (shr-insert): Don't insert double spaces.
1341
1342 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-gravatar.el (gnus-treat-from-gravatar)
1345         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1346         called interactively.
1347
1348         * gnus-art.el (gnus-mime-view-part-externally)
1349         (gnus-mime-view-part-internally): Make predicate function passed to
1350         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1351         of a mime type.
1352
1353         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1354
1355 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * shr.el (require): Require cl when compiling.
1358         (shr-tag-hr): New function.
1359
1360         * nnimap.el (nnimap-update-info): Remove double setting of high.
1361         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1362         This makes nnimap work properly on Courier again.
1363
1364         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1365         the variable for backwards compatability.
1366
1367         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1368         the file name before using to avoid setting mm-default-directory to
1369         nil.
1370
1371         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1372         bidning gnus-agent variables.
1373
1374         * shr.el (shr-render-td): Use a cache for the table rendering function
1375         to avoid getting an exponential rendering behaviour in nested tables.
1376         (shr-insert): Rework the line-breaking algorithm.
1377         (shr-insert): Don't leave trailing spaces.
1378         (shr-insert-table): Also insert empty TDs.
1379         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1380
1381 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1382
1383         * gnus-sum.el (gnus-number): Rename from `number'.
1384         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1385         (gnus-summary-limit-children): Update uses correspondingly.
1386
1387 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1390         (gnus-gravatar-transform-address): Don't show avatars of people of
1391         which mail addresses match gnus-gravatar-too-ugly.
1392
1393 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * shr.el (shr-table-widths): Expand TD elements to fill available
1396         space.
1397
1398 2010-10-07  Julien Danjou  <julien@danjou.info>
1399
1400         * nnimap.el (nnimap-request-rename-group): Add this method.
1401
1402 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1405         name from XEmacs' function-arglist.
1406
1407         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1408         gravatar under XEmacs.
1409
1410 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * auth-source.el: Update docs with TODO items.
1413
1414         * gnus-sync.el: Update docs to explain state and plans.
1415
1416         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1417         Hooks for mark updates.
1418         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1419
1420         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1421         hooks with arguments, which is needed for mark update hooks.
1422
1423 2010-10-06  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1426         was matched.
1427
1428         * sieve-manage.el: Update example in `Commentary'.
1429
1430         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1431
1432         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1433         not 2000.
1434         (sieve-manage-authenticate): Re-add function.
1435
1436 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-insert): Get 'space transition right.
1439         (shr-render-td): Only delete space at the end of the TD.
1440
1441         * nnimap.el (nnimap-open-connection): Prepare to support
1442         open-gnutls-stream.
1443
1444         * shr.el: Rearrange function order to be more logical.
1445
1446 2010-10-06  Julien Danjou  <julien@danjou.info>
1447
1448         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1449         (nnrss-discover-feed): Remove 404 URL in docstring.
1450
1451         * nnir.el: Fix Swish-E URL.
1452         Fix Namazu URL.
1453
1454         * message.el (message-change-subject): Remove 404 URL in a comment.
1455
1456 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1459         called interactively.
1460
1461         * gnus-util.el (gnus-remove-if): Allow hash table.
1462         (gnus-remove-if-not): New function.
1463
1464         * gnus-art.el (gnus-mime-view-part-as-type)
1465         * gnus-score.el (gnus-summary-score-effect)
1466         * gnus-sum.el (gnus-read-move-group-name):
1467         Replace remove-if-not with gnus-remove-if-not.
1468
1469         * gnus-group.el (gnus-group-completing-read):
1470         Regard collection as a hash table if it is not a list.
1471
1472 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1475
1476         * shr.el: Document the table-rendering algorithm.
1477
1478 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1481         for Emacsen having no `libxml-parse-html-region' support.
1482
1483 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1486         invalid URLs.
1487
1488         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1489         line-broken.
1490         (shr-tag-img): Ignore image fetching errors.
1491         (shr-overlays-in-region): Compute overlay positions correctly.
1492
1493         * mm-decode.el (mm-shr): Require shr.
1494
1495         * gnus-art.el (gnus-blocked-images): Move variable here.
1496
1497         * shr.el (shr-insert-table): Bind free variable.
1498
1499         * mm-decode.el (mm-shr): Bind shr-content-function.
1500
1501         * shr.el (shr-content-function): New variable.
1502
1503         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1504         added for symmetry.
1505
1506         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1507
1508         * gnus-group.el (gnus-group-make-group): Doc fix.
1509
1510         * nnimap.el (nnimap-request-newgroups): Return success.
1511
1512         * shr.el (shr-find-elements): New function.
1513         (shr-tag-table): Put all the images after the table.
1514         (shr-tag-table): Really inhibit images inside the table.
1515         (shr-collect-overlays): Copy over overlays from the TD elements to the
1516         main document.
1517
1518         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1519         gnus-blocked-images.
1520
1521 2010-10-05  Julien Danjou  <julien@danjou.info>
1522
1523         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1524
1525         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1526         (gnus-html-maximum-image-size): Add this function.
1527         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1528
1529         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1530         server-value of the capability is nil.
1531
1532 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * shr.el (shr-tag-em): Add <EM> tag.
1535
1536 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1537
1538         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1539         customizable.
1540
1541         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1542         handing broken links to browse-url.
1543
1544 2010-10-05  Julien Danjou  <julien@danjou.info>
1545
1546         * gnus-util.el (gnus-emacs-completing-read)
1547         (gnus-iswitchb-completing-read): Use autoload rather than require.
1548
1549 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1552         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1553         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1554         iswitchb-temp-buflist for XEmacs.
1555
1556         * gnus-util.el (gnus-completing-read-function): Exclude
1557         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1558         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1559         XEmacs.
1560
1561         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1562         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1563
1564         * gnus-html.el: Don't require help-fns under XEmacs.
1565         (gnus-html-schedule-image-fetching): Work for XEmacs.
1566
1567         * mm-decode.el (mm-shr): Decode contents by charset.
1568
1569 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1572         unknown.
1573
1574         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1575         (shr-get-image-data): Ensure against the cache file missing.
1576
1577         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1578         for data.
1579
1580         * spam-report.el (spam-report-url-ping-plain): Don't query about
1581         killing the process.
1582
1583         * shr.el (shr-render-td): Protect against too-wide text.
1584
1585 2010-10-04  Julien Danjou  <julien@danjou.info>
1586
1587         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1588         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1589
1590         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1591         retrieved.
1592
1593 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * shr.el (browse-url): Require.
1596         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1597         lines.
1598         (shr-show-alt-text, shr-browse-image): New commands.
1599         (shr-browse-url, shr-copy-url): New commands.
1600
1601         * gnus-sum.el (gnus-widen-article-window): New variable.
1602         (gnus-summary-select-article-buffer): Use it.
1603
1604         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1605         without @ signs.
1606
1607 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1608
1609         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1610
1611 2010-10-04  Julien Danjou  <julien@danjou.info>
1612
1613         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1614         for XEmacs.
1615
1616 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1619
1620         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1621         (nnimap-close-server): Implement.
1622
1623         * dgnushack.el (iswitchb): Require to shut up the compiler.
1624
1625         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1626         (shr-insert): Tweak line breaking.
1627         (shr-insert): Handle <pre> better.
1628         (shr-tag-li): Get <li> indentation right.
1629         (shr-tag-li): Get <li> indentation even righter.
1630         (shr-tag-blockquote): Ensure paragraph start.
1631         (shr-make-table): Tweak table generation.
1632         (shr-make-table): Fix typo.
1633
1634         * shr.el: Implement table rendering.
1635
1636 2010-10-04  Julien Danjou  <julien@danjou.info>
1637
1638         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1639
1640 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * shr.el (shr-insert): Use string anchors instead of line anchors.
1643
1644 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * shr.el: Add headings.
1647         (shr-ensure-paragraph): Actually work.
1648         (shr-tag-li): Make <ul> prettier.
1649         (shr-insert): Get white space at the beginning/end of elements right.
1650         (shr-tag-p): Collapse subsequent <p>s.
1651         (shr-ensure-paragraph): Don't insert double line feeds after blank
1652         lines.
1653         (shr-insert): \t is also space.
1654         (shr-tag-s): Fix "s" tag name function.
1655         (shr-tag-s): Fix face prop name.
1656
1657 2010-10-03  Julien Danjou  <julien@danjou.info>
1658
1659         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1660
1661         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1662         gnus-window-inside-pixel-edges.
1663
1664         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1665         gnus-ems.
1666
1667         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1668
1669         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1670         function.
1671
1672         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1673         resize choice.
1674
1675 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1678         beginning of the buffer.
1679
1680         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1681         article buffer again.
1682
1683         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1684
1685         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1686         when it's at the start of the buffer.
1687
1688         * shr.el (shr-tag-blockquote): Convert name.
1689         (shr-rescale-image): Use the right image-size variant.
1690
1691         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1692         buffer isn't shown, then select the current article first instead of
1693         bugging out.
1694         (gnus-summary-select-article-buffer): Show both the article and summary
1695         buffers again.
1696
1697         * shr.el (shr-fontize-cont): Protect against regions with no text.
1698         Rename tag functions to shr-tag-* for enhanced security.
1699         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1700
1701 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1702
1703         * shr.el (shr-insert):
1704         * pop3.el (pop3-movemail):
1705         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1706         loaded.
1707
1708 2010-10-03  Glenn Morris  <rgm@gnu.org>
1709
1710         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1711
1712         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1713
1714         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1715
1716         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1717
1718         * gnus-util.el (gnus-make-local-hook): Simplify.
1719
1720 2010-10-02  Julien Danjou  <julien@danjou.info>
1721
1722         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1723         (gnus-ido-completing-read): New function.
1724         (gnus-emacs-completing-read): New function.
1725         (gnus-completing-read): Use gnus-completing-read-function.
1726         Add gnus-completing-read-function.
1727
1728 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * shr.el (shr-insert-document): Autoload.
1731         (shr-img): Be silent.
1732         (shr-insert): Add a newline after every picture before text.
1733         (shr-add-font): Use overlays for combining faces.
1734         (shr-insert): Pass upwards the text start point.
1735
1736         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1737         possible.
1738         (mm-shr): New function.
1739
1740 2010-10-02  Julien Danjou  <julien@danjou.info>
1741
1742         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1743         should go backward.
1744
1745 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1746
1747         * shr.el (shr): Fix typo in provide call.
1748
1749 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * shr.el: New file.
1752
1753         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1754
1755         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1756         completing read.
1757
1758 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1761         we're being queried about.  Suggested by Dan Jacobson.
1762
1763         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1764         Suggested by Jason Eisner.
1765
1766         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1767         table, too.  Suggested by Stefan Wiens.
1768         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1769         the table unnecessary.  Suggested by Stefan Wiens.
1770
1771         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1772         longer needed, and probably doesn't work either, as pointed out by
1773         Stefan Wiens.
1774         (gnus-summary-exit): Remove call to the clearing function.
1775         (gnus-summary-exit-no-update): Ditto.
1776
1777         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1778         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1779         Reported by Stefan Monnier.
1780         (gnus-summary-save-in-rmail): Ditto.
1781
1782         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1783         article buffer, instead of both the article buffer and the summary
1784         buffer.  Sort of suggested by Dan Jacobson.
1785
1786         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1787
1788         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1789         Suggested by Dan Jacobson.
1790
1791         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1792         documentation clearer.
1793
1794         * message.el (message-shorten-references): Comment on the number "21".
1795         Suggested by Stefan Monnier.
1796
1797         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1798         Suggested by Dan Jacobson.
1799
1800         * gnus.el (gnus-large-newsgroup):
1801         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1802
1803         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1804         externalize attachments.  Bug reported by Steve Wen.
1805
1806         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1807         really message anything to the user.
1808
1809         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1810         directly.
1811
1812         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1813         messages in empty groups.
1814
1815 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1816
1817         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1818         non-UIDNEXT group.
1819
1820 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1823         not the value from the collection.
1824
1825         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1826         values.  This sometimes happens on some groups that have no info.
1827         (nnimap-request-newgroups): New function.
1828
1829 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1832         check into `gnus-registry-initialize'.
1833         (gnus-registry-initialize): Ditto.
1834         Fix and extend header docs.
1835
1836 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1839         regexp backtrace overflows.
1840
1841         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1842         for starttls that tls.el implements; i.e. openssl.
1843
1844         * tls.el (tls-starttls-switches): Give up on using starttls with
1845         gnutls-cli.
1846         (tls-program): Add --insecure to be consistent with the defaults from
1847         openssl s_client.  Now all three commands are insecure.
1848
1849 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * lpath.el: Bind completion-styles-alist for XEmacs.
1852
1853         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1854         (gravatar-create-image): New function that's an alias to
1855         gnus-xmas-create-image, gnus-create-image, or create-image.
1856         (gravatar-data->image): Use it.
1857
1858 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1861         install the nnregistry refer method.
1862         (gnus-registry-install-hooks): Use it.
1863         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1864         unfollowed groups.
1865
1866 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1867
1868         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1869         expanding threads.
1870
1871 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * nnir.el: Use the server names without suffixes (bug #7009).
1874
1875         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1876         unencrypted to STARTTLS, if possible.
1877
1878 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1879
1880         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1881         headers before superseding.
1882
1883 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * nnrss.el (nnrss-use-local): Add documentation.
1886
1887         * nnimap.el (nnimap-extend-tls-programs): New function.
1888         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1889         (nnimap-wait-for-connection): Accept the greeting from the stupid
1890         output from openssl s_client -starttls, too.
1891
1892         * tls.el (tls-starttls-switches): New variable.
1893         (tls-find-starttls-argument): Use it.
1894         (open-tls-stream): Ditto.
1895
1896         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1897         (netrc-machine): Ditto.
1898
1899         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1900         article number.
1901         (nnimap-split-fancy): New variable.
1902         (nnimap-split-incoming-mail): Use it.
1903
1904         * nntp.el (nntp-server-list-active-group): Document.
1905
1906         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1907         SELECT to get the message-id.
1908
1909         * mail-source.el (mail-sources): Remove webmail support.
1910         (defvar): Ditto.
1911         (mail-source-fetcher-alist): Ditto.
1912         (mail-source-fetch-webmail): Remove.
1913
1914         * webmail.el: Remove -- doesn't seem relevant any more.
1915
1916         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1917
1918         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1919         the \r.
1920
1921 2010-09-30  Julien Danjou  <julien@danjou.info>
1922
1923         * gnus-agent.el (gnus-agent-add-group): Fix call to
1924         gnus-completing-read.
1925
1926 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * nndoc.el (nndoc-retrieve-groups): New function.
1929
1930         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1931         `default', use nnmail-split-methods.
1932         (nnimap-request-article): Downcase the NILs so that they are nil.
1933
1934         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1935         symbol.
1936
1937         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1938         code, since if the user has requested network, that's what they ought
1939         to get.
1940         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1941         (nnimap-split-rule): Mark as obsolete.
1942
1943         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1944         New variable.
1945
1946         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1947         correct slot, too.
1948
1949 2010-09-29  Julien Danjou  <julien@danjou.info>
1950
1951         * gnus.el (gnus-local-domain): Declare variable obsolete.
1952
1953         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1954         Fix history computing.
1955         (gnus-ido-completing-read): Require ido.
1956
1957 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1960         build Gnus.
1961
1962         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1963         when interpreting the structures.
1964         (nnimap-request-accept-article): Add \r\n to the lines to make this
1965         work with Cyrus.
1966
1967         * nndraft.el (nndraft-request-expire-articles): Use the group name
1968         instead if "nndraft".  Fix found by Nils Ackermann.
1969
1970 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1971
1972         * nnregistry.el: Add.
1973
1974 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1975
1976         * nnmail.el (group, group-art-list, group-art):
1977         Remove unneeded directives.
1978
1979 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1982         (mm-mime-charset)
1983         * rfc2047.el (rfc2047-syntax-table)
1984         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1985
1986         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1987         rather than `insert-file-contents' and `eval-region'.
1988
1989         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1990         construction.
1991
1992         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1993
1994         * time-date.el: No need to require cl for Emacs 21.
1995
1996 2010-09-29  Julien Danjou  <julien@danjou.info>
1997
1998         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1999         replacement of `gnus-gravatar-relief' to mimic
2000         `gnus-faces-properties-alist'.
2001         Add :version property.
2002
2003 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * mail-source.el (mail-source-report-new-mail)
2006         * message.el (message-default-mail-headers)
2007         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2008
2009         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2010
2011 2010-09-28  Julien Danjou  <julien@danjou.info>
2012
2013         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2014         mail-address contains the same string as real-name.
2015
2016         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2017         non-blank in header, otherwise it'll get stripped.
2018
2019         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2020         real-name, and then for mail address rather than doing : or , search.
2021
2022 2010-09-27  Julien Danjou  <julien@danjou.info>
2023
2024         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2025         right completing-read function.
2026         (gnus-use-ido): New variable
2027         (gnus-completing-read-with-default): Remove.
2028         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2029         (gnus-agent-add-group):
2030         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2031         * mm-view.el (mm-view-pkcs7-decrypt):
2032         * mm-util.el (mm-codepage-setup):
2033         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2034         * mml-smime.el (mml-smime-openssl-sign-query):
2035         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2036         (mml-insert-multipart):
2037         * gnus-msg.el (gnus-summary-yank-message):
2038         * gnus-int.el (gnus-start-news-server):
2039         * mm-decode.el (mm-interactively-view-part):
2040         * gnus-dired.el (gnus-dired-attach):
2041         * gnus.el (gnus-read-method):
2042         * gnus-bookmark.el (gnus-bookmark-jump):
2043         * gnus-art.el (gnus-mime-view-part-as-type)
2044         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2045         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2046         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2047         * nnmairix.el (nnmairix-create-server-and-default-group)
2048         (nnmairix-update-groups, nnmairix-get-server)
2049         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2050         (nnmairix-get-group-from-file-path):
2051         * nnrss.el (nnrss-find-rss-via-syndic8):
2052         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2053         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2054         (gnus-group-browse-foreign-server):
2055         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2056         (gnus-summary-execute-command, gnus-summary-respool-article)
2057         (gnus-read-move-group-name):
2058         * gnus-score.el (gnus-summary-increase-score)
2059         (gnus-summary-score-effect):
2060         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2061
2062 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2065         x-focus-frame.
2066
2067         * nnimap.el (auth-source-forget-user-or-password)
2068         (auth-source-user-or-password): Autoload.
2069
2070         * message.el (message-from-style, message-interactive)
2071         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2072         (message-yank-prefix, message-indentation-spaces, message-signature)
2073         (message-signature-file): Add comment.
2074
2075 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2078         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2079         new articles.
2080
2081         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2082         parts.
2083         (nnimap-request-article): Work with the t setting, too.
2084
2085         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2086         that you don't get flashes of other buffers.
2087         (gnus-summary-show-complete-article): Intern before setting.
2088
2089 2010-09-27  David Engster  <dengste@eml.cc>
2090
2091         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2092         well as HEADERS.
2093         (nnmairix-retrieve-headers): Provide new argument for the above.
2094
2095 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-sum.el (gnus-summary-move-article): Don't alter
2098         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2099         group.
2100
2101         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2102
2103         * message.el (message-cite-prefix-regexp): Revert my last edit.
2104
2105         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2106         variable instead of the Gnus variable.
2107
2108         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2109
2110         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2111
2112         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2113         since some servers don't like it.
2114         (nnimap-open-connection): Forget credentials if the server says the
2115         password was wrong.
2116         (nnimap-parse-line): Protect against invalid data.
2117
2118         * gnus-sum.el (gnus-summary-move-article): Add comment.
2119         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2120         nothing alters it while scanning for new messages.
2121
2122         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2123         which may or may not help.
2124         (nnimap-open-connection): If we're doing a stream connection, and then
2125         discover we're on a STARTTLS-capable server, then open a STARTTLS
2126         connection instead.
2127
2128 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * nnimap.el (utf7): Require.
2131
2132         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2133         prefix.
2134
2135 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2136
2137         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2138
2139 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * nnimap.el (nnimap-request-accept-article): Message the error on
2142         error.
2143
2144 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2147
2148 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nndoc.el (nndoc-request-list): Return success always.
2151
2152         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2153         `fetch-old' -- we only want to fetch the articles we've requested.
2154         The rest are in the agent, probably.
2155         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2156         disappeared server" to something low.  It's not important.
2157
2158         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2159         arrived before the FETCH data.
2160
2161         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2162         target here, because we don't know the Gnus name of the group.
2163
2164         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2165         for the correct group.
2166
2167         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2168
2169         * gnus.el (gnus): Give a final warning after startup.
2170
2171         * gnus-util.el (gnus-action-message-log): New variable.
2172         (gnus-message): Use it.
2173         (gnus-final-warning): New function.
2174
2175         * nnimap.el (nnimap-open-connection): Record the greeting.
2176         (nnimap): Add greeting.
2177
2178 2010-09-26  Julien Danjou  <julien@danjou.info>
2179
2180         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2181         arguments.
2182         (gnus-html-wash-images): Fix spec computing to include start/end.
2183
2184         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2185
2186 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2189         deletion.
2190         (nnimap-retrieve-headers): Don't select the group, because that's
2191         already done by nnimap-possibly-change-group.
2192
2193         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2194         (gnus-picon-transform-address): Use it.
2195
2196         * mail-source.el (mail-source-value): Revert previous patch.
2197
2198         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2199         on failure.
2200         (nnimap-open-connection): Look up both virtual and physical server name
2201         credentials.
2202
2203         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2204
2205 2009-02-07  Dave Love  <fx@gnu.org>
2206
2207         * tls.el (open-tls-stream): Don't query killing process.
2208
2209 2009-02-08  Dave Love  <fx@gnu.org>
2210
2211         * gnus-win.el (gnus-window-to-buffer-helper)
2212         (gnus-all-windows-visible-p): Function needn't be a symbol.
2213
2214         * mail-source.el (mail-source-value): Function needn't be a symbol.
2215
2216 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * message.el (message-cite-prefix-regexp): Remove } from the cite
2219         prefix.
2220
2221         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2222         highlight again, so that the highlight is correct.
2223
2224         * gnus-picon.el (gnus-picon): Remove again.
2225         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2226
2227         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2228         doing the header highlightling, so that the background colour of the
2229         picon is correct.
2230
2231         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2232         (gnus-picon): Ditto.
2233         (gnus-picon): Reinstate.  The background colour for picons is white.
2234         (gnus-picon-insert-glyph): Make the background white.
2235
2236         * nnml.el (nnml-open-nov): Don't return dead buffers.
2237
2238         * auth-source.el (auth-source-create): Query the user for whether to
2239         store the credentials.
2240
2241         * netrc.el (netrc-store-data): New function.
2242
2243         * auth-source.el (auth-source-user-or-password): Use the existing auth
2244         sources, if any, for creation.
2245
2246         * gnus.el (gnus-group-fast-parameter): Return the last matching
2247         parameter instead of the first matching parameter.
2248
2249 2010-09-26  Julien Danjou  <julien@danjou.info>
2250
2251         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2252
2253 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * mml2015.el (mml2015-use): Remove gpg support.
2256
2257         * mml1991.el (mml1991-function-alist): Remove gpg function.
2258         (mml1991-gpg-sign): Remove.
2259
2260 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2261
2262         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2263         (gnus-browse-unsubscribe-current-group): Document it.
2264         (gnus-browse-unsubscribe-group): Use it.
2265
2266 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2269         address to the To list for easier response.
2270
2271         * gnus.el (gnus-play-startup-jingle): Remove.
2272         (gnus-splash): Don't play jingle.
2273         (gnus): Silence gnus-load message.
2274
2275         * gnus-art.el (gnus-treat-play-sounds): Remove.
2276
2277         * gnus.el (gnus-play-jingle): Remove audio support.
2278
2279         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2280
2281         * earcon.el: Remove -- no users.
2282
2283         * gnus-audio.el: Remove -- no users of this package.
2284
2285         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2286
2287         * gnus-start.el (gnus-setup-news): Remove nocem support.
2288
2289         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2290
2291         * gnus.el (gnus-use-nocem): Remove.
2292
2293         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2294         Remove.
2295
2296         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2297         uses NoCeM any more.
2298
2299         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2300         (gnus-button-ctan-handler): Ditto.
2301         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2302         (gnus-button-ctan-directory-regexp): Ditto.
2303         (gnus-button-handle-ctan): Ditto.
2304         (gnus-button-tex-level): Ditto.
2305         (gnus-button-alist): Remove CTAN stuff.
2306
2307 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2310         nnimap-streaming test.
2311
2312         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2313         servers twice.
2314
2315         * nnimap.el (nnimap-open-connection): Add more error reporting when
2316         nnimap fails early.
2317
2318         * nnheader.el (nnheader-get-report-string): New function.
2319         (nnheader-get-report): Use it.
2320
2321         * gnus-int.el (gnus-check-server): Say what the error was when opening
2322         failed.
2323
2324         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2325         using streaming.
2326
2327 2010-09-25  Julien Danjou  <julien@danjou.info>
2328
2329         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2330         gnus-window-inside-pixel-edges.
2331
2332 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2335
2336         * mm-decode.el (mm-save-part): Allow saving to other directories the
2337         normal Emacs way.
2338
2339         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2340         Suggested by Jay Berkenbilt.
2341
2342         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2343         there isn't a single byte.
2344
2345         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2346         just do it.  It doesn't really seem to matter what the user responds
2347         here, I think, so it's just a confusing question.
2348
2349         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2350         non-streaming case.
2351
2352         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2353         (gnus-article-encrypt-body): Use it.
2354
2355         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2356         keystroke.
2357
2358         * nnimap.el (nnimap-find-wanted-parts-1):
2359         Use gnus-fetch-partial-articles.
2360
2361         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2362
2363         * nnimap.el (nnimap-insert-partial-structure): New function.
2364         (nnimap-get-partial-article): New function.
2365         (nnimap-request-article): Use it.
2366         (nnimap-wait-for-response): Return whether the wait was successful.
2367         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2368         retrieval wasn't successful.
2369         (nnimap-retrieve-group-data-early): Allow throttling servers.
2370         (nnimap-streaming): New variable.
2371         (nnimap-fetch-partial-articles): Remove.
2372
2373         * mm-decode.el (mm-with-part): Protect against killed buffers.
2374
2375         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2376         for prettier summary display.
2377
2378 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2379
2380         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2381
2382 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2385         apparently third-party libraries depend on it.
2386
2387         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2388         before starting negotiation.
2389
2390         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2391         privacy reasons.
2392         (gnus-treat-mail-gravatar): Ditto.
2393
2394         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2395         buffer when inserting images.  Inserting text into the headers, for
2396         instance, can make them invalid.
2397
2398 2010-09-25  Julien Danjou  <julien@danjou.info>
2399
2400         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2401         variables.
2402
2403         * nnheader.el: Remove useless variables news-reply-yank-from and
2404         news-reply-yank-message-id.
2405
2406         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2407         variables.
2408
2409         * mml1991.el: Remove useless mml1991-verbose.
2410
2411         * gnus.el: Remove useless variable gnus-use-generic-from.
2412         Remove obsolete variable gnus-topic-indentation.
2413
2414         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2415
2416         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2417
2418         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2419
2420         * gnus-group.el: Remove useless gnus-group-icon-cache.
2421         Remove useless gnus-ephemeral-group-server.
2422
2423         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2424
2425         * mml2015.el: Remove useless mml2015-verbose.
2426
2427         * mml-smime.el: Remove useless mml-smime-verbose.
2428
2429         * gnus.el: Remove useless gnus-local-domain.
2430
2431         * gnus-gravatar.el (gnus-gravatar-transform-address):
2432         Use gnus-gravatar-size.
2433
2434         * gnus-art.el: Remove useless gnus-treat-translate.
2435
2436 2010-09-24  Julien Danjou  <julien@danjou.info>
2437
2438         * gnus-sum.el: Add support for Gravatars.
2439
2440         * gnus-art.el: Add support for Gravatars.
2441
2442         * gnus-gravatar.el: Add this file.
2443
2444         * gravatar.el: Add this file.
2445
2446 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2449
2450         * gnus-group.el (gnus-group-fetch-faq): Remove.
2451
2452         * gnus.el (gnus-group-faq-directory): Remove.
2453
2454         * gnus-group.el (gnus-group-fetch-charter): Remove.
2455
2456         * gnus.el (gnus-group-charter-alist): Remove.
2457
2458         * gnus-group.el (gnus-group-archive-directory): Remove.
2459         (gnus-group-recent-archive-directory): Ditto.
2460         (gnus-group-make-archive-group): Remove.
2461
2462         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2463
2464         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2465         use the same article number for all the cached articles.
2466
2467         * nnimap.el (nnimap-command): Register the last command time so
2468         that we can use it for idling NOOPs.
2469         (nnimap-open-connection): Start the keeplive timer.
2470         (nnimap-make-process-buffer): Store all the process buffers.
2471         (nnimap-keepalive): New function.
2472
2473         * starttls.el (starttls-open-stream): Add autoload cookie.
2474
2475 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2476
2477         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2478         handling.
2479
2480 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2483         its data structures.
2484
2485         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2486         instead of the cl.el copy-list.
2487         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2488         equalp.
2489
2490 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2493         and tool-bar-local-item-from-menu.
2494
2495         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2496         mode-line-highlight face for Emacs.
2497
2498         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2499         loading gnus-sum.elc; fix comment for canlock-verify.
2500         (gnus-article-jump-to-part): Use read-number.
2501         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2502         Remove Emacs pre-21 compatible code for help-echo.
2503         (gnus-article-next-page-1): No need to adjust the number of lines.
2504         (gnus-article-describe-bindings): Always use help-buffer.
2505
2506         * gnus-audio.el (gnus-audio-inline-sound)
2507         * gnus-cus.el (gnus-custom-mode)
2508         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2509
2510         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2511
2512         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2513         compatible code.
2514
2515 2010-09-24  Glenn Morris  <rgm@gnu.org>
2516
2517         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2518         visiting the fcc file in rmail-mode.
2519
2520         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2521
2522 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * nnir.el: Silence the byte compiler.
2525
2526         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2527         alias to browse-url-url-encode-chars if any.
2528         (gnus-html-encode-url): Use it.
2529
2530 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-start.el (gnus-use-backend-marks): New variable.
2533         (gnus-get-unread-articles-in-group): Use it.
2534
2535         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2536         makeover.
2537
2538 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2539
2540         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2541
2542 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2545         Remove.
2546         (gnus-setup-news-hook):
2547         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2548
2549         * gnus-int.el (gnus-request-update-info): Protect against backends not
2550         having the function.
2551
2552         * nnimap.el (nnimap-stream): Mention starttls.
2553         (nnimap-open-connection): Add starttls support.
2554
2555 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2556
2557         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2558
2559 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2562         BODYSTRUCTUREs.
2563         (nnimap-transform-headers): Unfold quoted {42} headers.
2564
2565         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2566         the info.
2567         (gnus-get-unread-articles): Only call updatep on backends that support
2568         it.
2569
2570         * nnweb.el (nnweb-request-update-info): NOOP.
2571
2572         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2573
2574         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2575         since it only deals with marks.
2576
2577         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2578         gnus-request-marks, and make a new gnus-request-update-info.
2579
2580         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2581         the active instead of the high number, which is usually too low.
2582
2583 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2586         * encrypt.el: Remove.
2587
2588 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2591         server in symbolic form.
2592
2593         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2594
2595 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2598         (nnimap-update-info): Fix up code slightly.
2599
2600         * gnus-int.el (gnus-open-server): Add tracing for performance
2601         debugging.
2602
2603         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2604         (gnus-group-insert-group-line): Pass the real group name so that it
2605         gets the right data.
2606
2607         * gnus-start.el (gnus-get-unread-articles): Don't have
2608         `gnus-get-unread-articles-in-group' update info, since that can be
2609         really slow and doesn't seem to be needed?
2610
2611 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2612
2613         * time-date.el (date-to-time): Try using parse-time-string first before
2614         using the slower timezone-make-date-arpa-standard.
2615
2616 2010-09-22  Julien Danjou  <julien@danjou.info>
2617
2618         * gnus-group.el (gnus-group-insert-group-line):
2619         Call gnus-group-highlight-line.
2620         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2621         default hook list.
2622         (gnus-group-update-eval-form): Add new function.
2623         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2624         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2625
2626 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2629         immediate, then expire all articles.
2630         (nnimap-update-info): Fix off-by-one errors.
2631         (nnimap-flags-to-marks): Would return no marks lists for group with no
2632         flags.  Instead return the other data.
2633
2634 2010-09-22  Julien Danjou  <julien@danjou.info>
2635
2636         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2637         Only return an icon.
2638         (gnus-group-insert-group-line): Compute icon to return.
2639
2640         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2641         (gnus-html-image-fetched): Only cache if
2642         gnus-html-image-automatic-caching is set.
2643         (gnus-html-image-fetched): Check for errors.
2644
2645 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2648         once per method on `g'.  This ensures that backends like nnfolder don't
2649         open all their folders.
2650
2651         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2652         (nnimap-request-list): Nix out group in the correct buffer.
2653         (nnimap-parse-flags): Implement by using `read' instead of
2654         hand-parsing.
2655         (nnimap-flags-to-marks): Pass on permanent-flags.
2656         (nnimap-make-process-buffer): Record the server name.
2657         (nnimap-parse-flags): Fix typo.
2658         (nnimap-request-scan): Run split on the server in general, not just a
2659         single group.
2660
2661         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2662         parameter, and propagate this downwards.
2663
2664         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2665         since EXAMINE changes it on the server.
2666
2667         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2668         this command might take a while.
2669
2670 2010-09-22  Julien Danjou  <julien@danjou.info>
2671
2672         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2673         harmful if you have 2 images side-by-side, they can't be properly
2674         update on text deletion.  Using text-property is safer here.
2675         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2676         data.
2677
2678 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnimap.el (nnimap-expunge-inbox): Remove.
2681         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2682         (nnimap-expunge): Flip default to t.
2683
2684         * gnus.el (gnus-method-to-server): Don't push things to the cache
2685         unless it's unique.
2686         (gnus-server-to-method): Ditto.
2687
2688 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2691
2692 2010-09-22  Julien Danjou  <julien@danjou.info>
2693
2694         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2695         get the start of data.
2696         (gnus-html-encode-url): Add this function to encode special chars in
2697         URL.
2698         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2699         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2700
2701         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2702         default.
2703         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2704
2705         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2706         images alt-text.
2707         (gnus-html-put-image): Put alt-text as help-echo.
2708
2709 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2712         * mm-util.el (mm-decompress-buffer)
2713         * nnir.el (nnir-run-find-grep)
2714         * pop3.el (pop3-list): Use 3rd arg of split-string.
2715
2716         * time-date.el (format-seconds): Comment fix.
2717
2718         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2719         and byte-optimize-form-code-walker.
2720         (dgnushack-make-auto-load): Don't advise make-autoload.
2721
2722         * lpath.el: Remove Emacs 21 stuff.
2723
2724 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2727         outside the active range.  Suggested by Dan Christensen.
2728
2729         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2730         slightly later to avoid double-getting it.
2731
2732         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2733         previous patch.
2734
2735         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2736
2737 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
2738
2739         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2740
2741 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-int.el (gnus-open-server): Give a better error message in the
2744         "go offline" case.
2745
2746         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2747         marks for nnimap, which is seldom the right thing to do.
2748
2749         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2750         (gnus-same-method-different-name): New function.
2751
2752         * nnimap.el (parse-time): Require.
2753
2754         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2755         method in the presence of many similar methods.
2756
2757         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2758
2759         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2760         nnml-inhibit-expiry.
2761
2762         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2763         find out whether methods are equal.
2764
2765         * nnimap.el (nnimap-find-expired-articles): New function.
2766         (nnimap-process-expiry-targets): New function.
2767         (nnimap-request-move-article): Request the article before looking at
2768         what the Message-ID is.  Fix found by Andrew Cohen.
2769         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2770
2771         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2772         for oldness in addition to being a predicate.
2773
2774         * nnimap.el (nnimap-request-group): When we have zero articles, return
2775         the right data to Gnus.
2776         (nnimap-request-expire-articles): Only delete articles immediately if
2777         the target is 'delete.
2778
2779         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2780         method, this would bug out.
2781
2782         * gnus-group.el (gnus-group-expunge-group): Rename from
2783         gnus-group-nnimap-expunge, and implemented as a normal interface
2784         function.
2785
2786         * gnus-int.el (gnus-request-expunge-group): New function.
2787
2788         * nnimap.el (nnimap-request-create-group): Implement.
2789         (nnimap-request-expunge-group): New function.
2790
2791 2010-09-21  Julien Danjou  <julien@danjou.info>
2792
2793         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2794         (gnus-html-cache-expired): Add new function.
2795         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2796         wethever we should display image for fetch it.
2797         Compute alt-text earlier to pass it to the fetching function too.
2798         (gnus-html-schedule-image-fetching): Change function argument to only
2799         get one image at a time, not a list.
2800         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2801         cache.
2802         (gnus-html-get-image-data): New function to retrieve image data from
2803         cache.
2804         (gnus-html-put-image): Change buffer argument to use image data rather
2805         than file, and place image above region rather than inserting a new
2806         one.  Do not take alt-text as argument, since it's useless now: we place
2807         the image above alt-text.
2808         (gnus-html-prune-cache): Remove.
2809         (gnus-html-show-images): Start to fetch image when we find one, do not
2810         push into a temporary list.
2811         (gnus-html-prefetch-images): Only fetch image if they have expired.
2812         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2813         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2814
2815 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2818
2819 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2822         spec inser "*" if the group isn't active instead of 0.
2823
2824         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2825         opening the server.
2826         (nnimap-request-delete-group): Implement group deletion.
2827         (nnimap-transform-headers): Return the size of the entire message in
2828         the Bytes header, not just the size of the first part.
2829         (nnimap-request-move-article): When moving an article from nnimap,
2830         request the article first so the accepting form has an article to
2831         accept.  Reported by Dan Christensen.
2832         (nnimap-command): Make sure that the error message doesn't error out.
2833
2834 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2835
2836         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2837         we haven't requested anything.
2838
2839 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2842         "".  Fix found by Andrew Cohen.
2843
2844         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2845         instead of -encode-string.
2846
2847 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2850
2851         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2852         by mm-subst-char-in-string.
2853
2854 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2857         waiting for the connection string.
2858
2859         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2860         arriving.
2861
2862         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2863         bogus characters.  This allows selecting certain Gmail groups.
2864
2865         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2866         (nnimap-fetch-partial-articles): New variable.
2867         (nnimap-open-connection): When looking for credentials, also use the
2868         nnimap-server-port.
2869         (nnimap-request-article): Return the group/article number, so that Gnus
2870         `^' works as expected.
2871         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2872
2873         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2874         comments.
2875         (gnus-methods-sloppily-equal): New function.
2876         (gnus): When using the development version of Gnus, load the gnus-load
2877         file.
2878
2879         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2880         `gnus-open-server' on each method before trying to scan them etc.
2881         This ensures that all the backend parameters are set correctly.
2882
2883         * nnimap.el (nnimap-authenticator): New variable.
2884         (nnimap-open-connection): Allow anonymous login.
2885         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2886         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2887
2888         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2889         patch, found by Knut Anders Hatlen.
2890
2891 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2892
2893         * gnus-agent.el (gnus-agent-batch-confirmation)
2894         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2895         to gnus-message.
2896         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2897         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2898         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2899         * gnus-int.el (gnus-open-server): Likewise.
2900         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2901         (gnus-score-check-syntax): Likewise.
2902         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2903         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2904         Likewise.
2905         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2906
2907 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2910         calling conventions so that prefetch doesn't bug out.
2911
2912 2010-09-19  Julien Danjou  <julien@danjou.info>
2913
2914         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2915         rather than `subst-char-in-region' in order to be able to replace ASCII
2916         char by UTF-8 ones.
2917
2918         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2919         than curl.
2920         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2921         the right URL and ALT text on images.
2922         (gnus-html-wash-tags): Fix tag case.
2923         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2924         (gnus-article-html): Add -o display_ins_del=2 option.
2925         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2926
2927 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2930         the extra mail headers, which sometimes seem to happen for unknown
2931         reasons.
2932
2933         * mail-parse.el (mail-header-encode-parameter): Define as
2934         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2935         (or most, perhaps?) mail readers don't understand the latter, but do
2936         understand the former.
2937
2938         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2939         to nil, so that no methods are automatically agentized.  I think this
2940         is probably what most users want.
2941
2942         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2943         from url-retrieve, for instance about invalid URLs.
2944
2945         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2946         groups that have no articles.
2947         (nnimap-request-article): Check that we really got an article when we
2948         requested one.
2949
2950         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2951         doesn't exist.
2952
2953         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2954         nntp buffer so the agent can save it.
2955         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2956         that CRLF doesn't get translated to \n.
2957         (nnimap-open-connection): Don't make 'shell commands only send \n.
2958
2959 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2960
2961         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2962         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2963         Update var name.
2964         (nnml-generate-nov-file): Use dolist.
2965         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2966         Use with-current-buffer.
2967
2968 2010-09-18  Julien Danjou  <julien@danjou.info>
2969
2970         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2971         parallel.
2972
2973 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2976         the range update right.
2977         (nnimap-request-group): Don't make `M-g' bug out on group with no
2978         marks.
2979         (nnoo): Require, so that other packages can require nnimap.
2980         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2981         command we're looking for.  This helps when the server sends more
2982         responses after we've gotten everything we expected.
2983         (nnimap): Add a `newlinep' field to keep track of end-of-line
2984         conventions.
2985         Don't send CRLF to things that don't want it.
2986         (nnimap-request-accept-article): Ditto.
2987
2988 2010-09-18  Julien Danjou  <julien@danjou.info>
2989
2990         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2991         than curl to retrieve images.
2992
2993 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2996         the marks.
2997         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2998         (nnimap-wait-for-connection): New function.
2999         (nnimap-open-connection): If we have PREAUTH, don't query for login
3000         credentials.
3001         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3002         when doing a partial update.
3003
3004 2010-09-18  Julien Danjou  <julien@danjou.info>
3005
3006         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3007         tags.
3008
3009 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * nnimap.el (nnimap-credentials): New function.
3012         (nnimap-open-connection): Use the new function to look for credentials
3013         also on the numeric equivalents of "imap" and "imaps".
3014
3015         * gnus-start.el (gnus-activate-group): Send the info to
3016         gnus-request-group.
3017
3018         * nnimap.el (nnimap-request-group): Have the "check" version of the
3019         function parse flags and update the info, so that a `M-g' get a total
3020         resync of all flags from the group.
3021
3022         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3023         to allow backends to alter the info on group selection.  Also alter all
3024         the backend -request-group functions to take the parameter.
3025
3026         * nnimap.el (nnimap-store-info): New function.
3027         (nnimap-update-info): Store the info for later usage.
3028         (nnimap-request-group): Use the stored info for the dont-check case, so
3029         that we don't retrieve all marks when we enter a group.
3030
3031         * nnimap.el: Use deffoo instead of defun for interface functions.
3032
3033         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3034         update the group info.  This makes the nndraft groups, for instance, go
3035         back to their old behaviour.
3036
3037         * gnus-sum.el (gnus-select-newsgroup): Indent.
3038
3039         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3040         in.
3041         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3042         nothing.
3043
3044         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3045         from methods that are denied.
3046
3047         * gnus-int.el (gnus-method-denied-p): New function.
3048
3049         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3050         store the password instead of netrc.
3051         (nnimap-open-connection): Don't error out when we can't make a
3052         connections.
3053
3054         * auth-source.el (auth-source-create): In the password prompt, say what
3055         we're querying for.  Also prompt for user name if that hasn't been
3056         given.
3057
3058         * nnimap.el (nnimap-with-process-buffer): Remove.
3059
3060 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3063         method when we're reading from the agent.
3064
3065         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3066
3067         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3068         that's probably most useful for users.
3069
3070         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3071         "failed" all the time.
3072
3073         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3074         ...)) with (with-current-buffer ... ).
3075
3076         * nntp.el (nntp-open-server): Return whether the open was successful or
3077         not.
3078
3079         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3080         select an unread unseen article first.
3081
3082         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3083         /etc/services, supply some sensible port defaults.
3084
3085         * dgnushack.el: Define netrc-credentials.
3086
3087 2010-09-17  Julien Danjou  <julien@danjou.info>
3088
3089         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3090
3091 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3092
3093         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3094         doesn't have any parameters.
3095
3096 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3099         only upcased checks.
3100
3101         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3102
3103         * nnimap.el (nnimap-open-shell-stream): New function.
3104         (nnimap-open-connection): Use it.
3105         (nnimap-transform-headers): Get the number of lines in each message.
3106         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3107         number of lines.
3108         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3109         problem.
3110
3111         * utf7.el (utf7-encode): Autoload.
3112
3113         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3114         to allow the mail splitting to not return a default group.  This is
3115         useful for nnimap, which will leave unmatched mail in the inbox.
3116
3117         * nnimap.el: Rewritten.
3118
3119         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3120         nnimap usage.
3121
3122         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3123         if the move is internal, so that nnimap can do fast internal moves.
3124
3125         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3126         data.
3127         (gnus-read-active-for-groups): Support finishing the early retrieval of
3128         data.
3129
3130         * gnus-range.el (gnus-range-nconcat): New function.
3131
3132         * gnus-int.el (gnus-finish-retrieve-group-infos)
3133         (gnus-retrieve-group-data-early): New functions.
3134
3135 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3136
3137         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3138         (nnrss-retrieve-groups):
3139         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3140         (pop3-quit): Use with-current-buffer.
3141
3142 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3145         instead of nnheader-accept-process-output.
3146
3147         * dgnushack.el (dgnushack-compile): Add comment.
3148
3149         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3150
3151         * gnus-html.el (gnus-html-schedule-image-fetching)
3152         (gnus-html-prefetch-images): Replace process-kill-without-query by
3153         gnus-set-process-query-on-exit-flag.
3154
3155 2010-09-16  Romain Francoise  <romain@orebokech.com>
3156
3157         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3158
3159 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3162         parameter to unintern is mandatory-ish in Emacs 24.
3163
3164         * gnus-html.el (gnus-html-schedule-image-fetching)
3165         (gnus-html-prefetch-images): Check for curl before using it.
3166
3167         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3168         depend on curl, which isn't essential.
3169
3170         * imap.el: Revert back to version
3171         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3172         seem problematic.
3173
3174 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3175
3176         * gnus-registry.el (gnus-registry-install-shortcuts):
3177         Explicitly pass `obarray' to `unintern' to avoid a warning.
3178
3179 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3182         change.
3183
3184         * nnrss.el (nnrss-request-list): Remove this function and related
3185         functions, including the moreover stuff.
3186
3187 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnrss.el (nnrss-retrieve-groups): New function.
3190
3191 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3192
3193         * .dir-locals.el: Add no-byte-compile cookie.
3194
3195 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * time-date.el (format-seconds): Comment fix.
3198
3199         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3200         for back end that doesn't support request-scan.
3201
3202 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3205         then do request scans from the backends.
3206
3207         * netrc.el (netrc-credentials): New conveniency function.
3208
3209         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3210         avoid running a hook per line, since this takes a lot of time,
3211         profiling shows.
3212         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3213         directly if gnus-visual-p is true.
3214
3215 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3218         groups; replace mapcar with dolist which is a bit faster; pass groups
3219         info to gnus-read-active-file-1.
3220         (gnus-read-active-file-1): Scan only specified groups if the new
3221         optional arg `infos' is given.
3222
3223 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3226
3227         * pop3.el (pop3-movemail): Remove.
3228         (pop3-streaming-movemail): Rename to pop3-movemail.
3229
3230         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3231         don't restrict end-tag searches to the end of the line.
3232
3233 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3236         articles of every unchecked group to t, which means unknown since the
3237         server has never been opened.
3238
3239 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-html.el (gnus-html-show-alt-text): New command.
3242         (gnus-html-browse-image): Ditto.
3243         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3244         to browse the image directly.
3245         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3246         better.
3247
3248         * gnus-async.el (gnus-async-article-callback):
3249         Call `gnus-html-prefetch-images' unconditionally.
3250
3251         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3252         before feeding URLs to curl.
3253
3254 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3257         internal images as deletable by `W D D'.
3258
3259         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3260         (gnus-async-article-callback): Fix typo.
3261
3262 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3265         current line to work around bugs in the output from w3m.
3266
3267         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3268         for groups that want that.
3269
3270         * nntp.el (nntp-wait-for-string): Supply a timeout for
3271         accept-process-output to ensure progress.
3272
3273         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3274         level to get unread articles from, then use that for foreign groups,
3275         too.
3276
3277         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3278         confuses the rest of the function.
3279
3280         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3281         for the methods that support -retrieve-groups, too.
3282
3283         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3284
3285 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3288         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3289
3290         * pop3.el: Require cl when compiling.
3291         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3292
3293 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3296         that aren't going to be activated.
3297         (gnus-get-unread-articles): Fix up the last commit.
3298
3299         * gnus-html.el (gnus-article-html): Allow calling without specifying
3300         the handle.  In that case, dissect the buffer first.
3301
3302         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3303
3304         * nnimap.el (nnimap-open-connection): Revert the change that would look
3305         into authinfo for imaps instead of imap.
3306
3307         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3308         say that you don't want to call gnus-request-group with don-check, but
3309         do check the reponse.  This is for virtual groups only.
3310         (gnus-get-unread-articles): Count the archive groups as secondary, so
3311         that they're activated the same way as before.
3312
3313         * imap.el (imap-message-map): Removed optional buffer parameter, since
3314         no callers use it.
3315         (imap-message-get): Ditto.
3316         (imap-message-put): Ditto.
3317         (imap-mailbox-map): Ditto.
3318         (imap-mailbox-put): Ditto.
3319         (imap-mailbox-get): Ditto.
3320         (imap-mailbox-get): Revert last change for this function.
3321
3322         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3323         case-insensitively.
3324         (nnimap-debug): Remove.
3325
3326         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3327         to use `imap-fetch' instead.  According to the comments, this should be
3328         safe, since all other IMAP clients use the 1:* syntax.
3329         (imap-enable-exchange-bug-workaround): Removed.
3330         (imap-debug): Removed -- doesn't seem very useful.
3331
3332         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3333         mail from a file, and the file doesn't exist.
3334
3335         * imap.el (imap-log): New convenience function used throughout instead
3336         of repeating the same code all over the place.
3337
3338         * pop3.el (pop3-streaming-movemail): Return t for success.
3339
3340         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3341         .authinfo if we're using ssl connection.
3342
3343         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3344         already have if we're in a main Gnus `g' run.
3345
3346         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3347
3348 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3351
3352         * nnmh.el (nnmh-request-list-1): Bind `file'.
3353
3354         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3355         alias to set-process-query-on-exit-flag or process-kill-without-query.
3356         (pop3-open-server): Use it.
3357
3358 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3361         box to the Incoming file.  Fixes mistake in previous checkin.
3362
3363         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3364         request loop (for debugging purposes) removed.
3365
3366         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3367         culprit is more visible.
3368         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3369         (nnml-add-incremental-nov): New functions to do "incremental" nov
3370         updates, where we just append to the end of the existing nov files
3371         without reading/writing them in full.
3372
3373         * mail-source.el (mail-source-delete-crash-box): Really only check the
3374         incoming files once in a while.
3375
3376         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3377
3378         * mail-source.el (mail-source-delete-crash-box): Only check the
3379         incoming files for deletion once per day to save a lot of file
3380         accesses.
3381
3382         * pop3.el (pop3-logon): Fix up unbound variable typo.
3383
3384         * mail-source.el (pop3-streaming-movemail): Autoload.
3385
3386         * pop3.el (pop3-streaming-movemail):
3387         Respect pop3-leave-mail-on-server.
3388
3389         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3390         retrieval.
3391
3392         * pop3.el (pop3-process-filter): Remove unused function.
3393         (pop3-streaming-movemail, pop3-send-streaming-command)
3394         (pop3-wait-for-messages, pop3-write-to-file)
3395         (pop3-number-of-responses): New functions for streaming pop3
3396         retrieval.
3397
3398         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3399         come from no known methods.
3400         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3401         list.
3402
3403         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3404         message sizes.
3405         (pop3-movemail): Use erase-buffer instead of looping and deleting
3406         regions, which seems rather odd.
3407
3408         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3409         file once per `g' run.
3410
3411         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3412         directories.  This makes the draft queue directory work.
3413
3414         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3415         data from the backends, so that we only request the list of groups from
3416         each method once.  This should speed things up considerably.
3417
3418         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3419         detect that it's not implemented.
3420
3421         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3422         we actually do recurse down into the tree, but don't stat all leaf
3423         nodes.
3424
3425         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3426         then say so instead of bugging out.
3427
3428         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3429         files exist before trying to read them.
3430
3431         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3432         around <pre_int>.
3433
3434         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3435
3436         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3437
3438 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * mm-util.el (mm-image-load-path): Just return the image directories,
3441         not all directories in the path in addition to the image directories.
3442         (mm-image-load-path): Maintain a cache of the image directories so that
3443         the `g' command in Gnus doesn't have to stat dozens of directories each
3444         time.
3445
3446         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3447         (gnus-html-wash-tags): Add a new `i' command to insert images.
3448         (gnus-html-insert-image): New command and keystroke.
3449         (gnus-html-redisplay-with-images): New command and keystroke.
3450         (gnus-html-show-images): Rename command.
3451         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3452         spacers.
3453         (gnus-html-wash-tags): Decode entities at the end, so that entities
3454         inside the tags don't mess up the rest of the "parsing".
3455
3456         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3457         so that nnimap methods aren't agentized by default.  There's apparently
3458         many problems related to agent/imap behaviour.
3459
3460         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3461
3462         * gnus-html.el: Doc fix.
3463
3464 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3467         specifier-spec-list for Emacs 21.
3468
3469         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3470         glyph-width and glyph-height instead of display-graphic-p and
3471         image-size; make avoidance of displaying small images work for XEmacs.
3472
3473         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3474         for XEmacs.
3475
3476         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3477         of symbol that holds plist data.
3478         (gnus-process-plist): Remove plist of process after getting it.
3479
3480 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * message.el (message-generate-hashcash): Change default to
3483         'opportunistic if hashcash is installed.
3484
3485         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3486         (gnus-html-put-image): Only call image-size once, since it's somewhat
3487         time-consuming on remote X servers.
3488
3489 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3492         type on data, not a file name.
3493
3494         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3495         window-pixel-edges for Emacs 21.
3496
3497         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3498         decoded contents.
3499         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3500
3501 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3504         group line format, since it isn't very interesting.
3505
3506         * gnus-agent.el (gnus-agent-short-article),
3507         (gnus-agent-long-article): Increase values for these two variables,
3508         since most people are likely to have more network connection and
3509         storage than before.
3510
3511         * gnus.el (gnus-refer-article-method): Change default to 'current.
3512         When referring an article, the common behaviour is to refer it from the
3513         current select method, not the native select method.  The chances of
3514         the native select method having the message in question is rather slim
3515         these days.
3516
3517         * gnus-sum.el (gnus-auto-select-subject): Change default to
3518         `unseen-or-unread'.  I think it's likely that most people want to
3519         select an unseen article over a previously seen, but unread one.
3520
3521         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3522         means that in the article buffer none of the minor mode elements will
3523         be shown, usually, and this is not desirable in most cases.
3524
3525         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3526         that commands like `d' (and the like) go to the next line in the
3527         buffer, instead of the next unread article.  I think this is the
3528         behaviour that is most natural for most users.
3529         (gnus-single-article-buffer): Change default to nil, so that people can
3530         have as many article buffers open as they have summary buffer.  I think
3531         this is the most natural way for the groups to behave.
3532
3533         * message.el (message-generate-new-buffers): Change default to
3534         `unsent', so that all new message buffers start their names with the
3535         string "*unsent", and it's easier to find the buffers if you move from
3536         them.
3537
3538 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3541         small.  They're probably tracking images.
3542         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3543         (gnus-html-rescale-image): Yet another try at getting the image sizing
3544         right.
3545
3546         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3547         nntp-marks-file-name is nil.
3548
3549 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         * gnus-html.el (gnus-html-wash-tags)
3552         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3553         Better logging.
3554
3555 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3558
3559         * gnus-html.el (gnus-html-wash-tags): Check the value of
3560         gnus-blocked-images in the summary buffer.
3561
3562 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3563
3564         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3565
3566 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3569         like "a", it seems like.
3570         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3571         since it needs to be picked from the correct buffer.
3572
3573         * nnwfm.el: Remove.
3574
3575         * nnlistserv.el: Remove.
3576
3577 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3578
3579         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3580         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3581
3582 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * nnkiboze.el: Remove.
3585
3586         * nndb.el: Remove.
3587
3588         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3589         alt text.
3590         (gnus-html-rescale-image): Try to get the rescaling logic right for
3591         images that are just wide and not tall.
3592
3593         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3594         overshadow variable bindings.
3595
3596 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * gnus-html.el (gnus-html-wash-tags)
3599         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3600         Add extra logging.
3601
3602 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3605         (gnus-max-image-proportion): New variable.
3606         (gnus-html-rescale-image): New function.
3607         (gnus-html-put-image): Rescale images.
3608
3609 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         Fix up some byte-compiler warnings.
3612         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3613         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3614         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3615         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3616         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3617         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3618         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3619
3620 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-html.el (gnus-article-html): Decode contents by charset.
3623
3624 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3627         (gnus-html-frame-width, gnus-blocked-images)
3628         * message.el (message-prune-recipient-rules): Add custom version.
3629         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3630
3631         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3632         functions.
3633
3634         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3635         gnus-process-get.
3636
3637 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3638
3639         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3640         instead of lsub directly.
3641
3642 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * nnwarchive.el: Remove.
3645
3646         * gnus-soup.el: Remove.
3647
3648         * nnsoup.el: Remove.
3649
3650         * nnultimate.el: Remove.
3651
3652         * gnus-html.el (gnus-blocked-images): New variable.
3653
3654         * message.el (message-prune-recipients): New function.
3655         (message-prune-recipient-rules): New variable.
3656
3657         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3658         guess whether a long line is natural text or not.
3659
3660         * gnus-html.el (gnus-html-schedule-image-fetching):
3661         Use gnus-process-plist and friends for compatibility.
3662
3663 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3664
3665         * gnus-html.el: Require packages that define macros used in this file.
3666         (gnus-article-mouse-face): Declare to silence byte-compiler.
3667         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3668         process-get.
3669         (gnus-html-put-image): Use plist-get to avoid getf.
3670         (gnus-html-prefetch-images): Use with-current-buffer.
3671
3672 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-ems.el: Provide compatibility functions for
3675         gnus-set-process-plist.
3676
3677         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3678         header-line-format for XEmacs 21.4.
3679
3680         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3681         * gnus.el (gnus-valid-select-methods)
3682         * message.el (message-send-mail-partially-limit)
3683         * mm-decode.el (mm-text-html-renderer)
3684         * mml.el (mml-insert-mime-headers-always)
3685         * smiley.el (smiley-regexp-alist): Bump custom version.
3686
3687 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * gnus-html.el: require mm-url.
3690         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3691         with the url to `url'.
3692         (gnus-html-wash-tags): Support cid: URLs/images.
3693
3694 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3697         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3698         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3699
3700         * gnus-move.el: Remove file, since it doesn't really work.
3701
3702         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3703         UTF-8.  This seems to fix problems with some German web feeds.
3704
3705         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3706         at the top so that the proper colours are applied.
3707
3708         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3709         don't have dots in their names.
3710
3711         * gnus-art.el (gnus-article-view-part): Doc fix.
3712
3713         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3714         XEmacs-compatible.
3715         (gnus-html-put-image): Don't do images on non-graphic displays.
3716
3717         * nnslashdot.el: Remove this unused backend.
3718
3719         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3720         actions.
3721         (gnus-undo-register-1): Revert last change.
3722
3723         * gnus-group.el (gnus-group-completing-read): Protect against not
3724         having completion-styles bound.
3725
3726         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3727         make broken recipients happier.
3728
3729         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3730
3731         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3732         point parameter.
3733
3734         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3735
3736         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3737         completion-styles for group selection.
3738
3739 2009-02-04  Andreas Schwab  <schwab@suse.de>
3740
3741         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3742         headers and regexp-quote the match if necessary.
3743
3744 2009-03-24  Miles Bader  <miles@gnu.org>
3745
3746         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3747         the blinking smiley.
3748
3749 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3750
3751         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3752         blink smiley.
3753
3754 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3757         where the dribbel file lives exists.
3758
3759         * message.el (message-send-mail-partially-limit): Change the default to
3760         nil, since most people don't want this.
3761
3762         * mm-url.el (mm-url-decode-entities): Also decode entities like
3763         &#x3212.
3764
3765 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3766
3767         * gnus-sum.el (gnus-summary-idna-message):
3768         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3769         Hyperlink urls in docstrings with URL `...'.
3770
3771 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
3772
3773         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3774         functions.
3775
3776 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3779         say what the mouseover text should be.
3780
3781         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3782         version of the mm-w3m-safe-url-regexp variable to only download images
3783         in the groups where we want that to happen.
3784
3785         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3786
3787         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3788         easier debugging.
3789         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3790         big pictures in the article buffer.
3791
3792         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3793         gnus-article-html.
3794         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3795         w3m.
3796
3797         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3798
3799 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3802         which doesn't exist.
3803
3804         * message.el (message-inhibit-ecomplete): New variable to allow some
3805         function to inhibit ecomplete address storage.
3806         (message-resend): Disable ecomplete message storage when resending
3807         messages.
3808
3809         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3810
3811 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3814         Save excursion while copying, moving, and deleting articles in order to
3815         prevent the cursor from jumping to unforeseen place.
3816
3817 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * lpath.el: No need to bind bookmark-current-buffer,
3820         bookmark-yank-point and bookmark-make-record-function.
3821
3822 2010-08-17  Glenn Morris  <rgm@gnu.org>
3823
3824         * gnus-sync.el: Require gnus components whose functions are used.
3825
3826         * gnus-art.el (bookmark-make-record-function):
3827         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3828         Declare for compiler.
3829
3830         * mm-url.el (mml-compute-boundary): Autoload.
3831
3832 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3835
3836 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         Typo fix "hoo4a" -> "hook".
3839
3840         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3841
3842 2010-08-14  Glenn Morris  <rgm@gnu.org>
3843
3844         * gnus-sync.el (gnus-sync): Fix defgroup version.
3845
3846 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3847
3848         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3849
3850         * gnus-sync.el: Fix docs.
3851         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3852         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3853
3854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         Optimizations for gnus-sync.el.
3857
3858         * gnus-sync.el: Add docs about gnus-sync-backend
3859         possibilities.
3860         (gnus-sync-save): Remove unnecessary message.
3861         (gnus-sync-read): Optimize and show what groups were skipped.
3862
3863 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3864
3865         Minor bug fixes for gnus-sync.el.
3866
3867         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3868         Don't read the sync on get-new-news.
3869
3870         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3871         quiet.
3872
3873         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3874         (fix typo).
3875
3876 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3877
3878         Make saving and restoring of hidden threads work with overlays.
3879         Patch applied by Ted Zlatanov.
3880
3881         * gnus-sum.el (gnus-hidden-threads-configuration)
3882         (gnus-restore-hidden-threads-configuration): Update to deal with text
3883         properties, rather than searching for a magic character.
3884
3885 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3886
3887         New gnus-sync.el library for synchronization of marks.
3888
3889         * gnus-sync.el: New library for synchronization of marks.
3890
3891         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3892         renamed from `gnus-registry-grep-in-list'.
3893
3894         * gnus-registry.el (gnus-registry-follow-group-p):
3895         Use `gnus-grep-in-list'.
3896
3897         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3898
3899 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3902         determining charset of text fails.
3903
3904 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * nnmail.el (nnmail-get-new-mail-1): Revert.
3907
3908         * nnml.el (nnml-active-number): Make sure names of newly created groups
3909         in nnml-group-alist are encoded.
3910
3911 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3914         containing non-ASCII characters in active file for nnml back end.
3915
3916 2010-07-24  David Engster  <dengste@eml.cc>
3917
3918         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3919         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3920
3921 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3922
3923         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3924         tag (Bug#6654).
3925
3926 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3929         the article buffer, not the summary buffer.
3930
3931 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3934         Emacs 23 as well.
3935
3936 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3939         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3940
3941 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3942
3943         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3944         Patch applied by Karl Fogel.
3945
3946         * gnus-sum.el (gnus-summary-bookmark-make-record):
3947         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3948
3949 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3950
3951         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3952         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3953         C-w still not working correctly from Article buffers; Thierry's
3954         patch to fix that will be applied after this.
3955
3956         * gnus-art.el (bookmark-make-record-function): New local variable.
3957
3958         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3959         article buffer.
3960         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3961
3962 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3963
3964         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3965         on changes in bookmark.el.
3966
3967 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3970         `no-log' instead of message not to log prompt string.
3971
3972 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3973
3974         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3975         the *other* type of HTML form submission.
3976
3977 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3978
3979         * auth-source.el (auth-source-pick): If choice does not contain a
3980         questioned keyword, set the check to t.
3981
3982 2010-06-12  Romain Francoise  <romain@orebokech.com>
3983
3984         * gnus-util.el (gnus-date-get-time): Move up before first use.
3985
3986 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3989         (gnus-article-edit-part): Bind it to make last part that is substituted
3990         or deleted visible.
3991         (gnus-mime-display-single): Buttonize part of which id equals to
3992         gnus-mime-buttonized-part-id.
3993
3994 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3995
3996         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3997         (gnus-dd-mmm): Use gnus-date-get-time.
3998         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3999         simplify logic.
4000         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4001         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4002
4003 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4004
4005         * auth-source.el (top): Autoload `secrets-list-collections',
4006         `secrets-create-item', `secrets-delete-item'.
4007         (auth-sources): Fix tag string.
4008         (auth-get-source, auth-source-retrieve, auth-source-create)
4009         (auth-source-delete): New defuns.
4010         (auth-source-pick): Rewrite in order to avoid 2 passes.
4011         (auth-source-forget-user-or-password): New parameter USERNAME.
4012         (auth-source-user-or-password): New parameters CREATE-MISSING and
4013         DELETE-EXISTING.  Retrieve password interactively, if needed.
4014
4015 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4016
4017         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4018         deleting unused directories when gnus-expert-user is t.
4019
4020 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4023         for each temp file when gnus-article-browse-delete-temp is ask.
4024
4025 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4026
4027         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4028         Lisp calls to delete-backward-char by calls to delete-char.
4029
4030 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4031
4032         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4033
4034 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4035
4036         * password-cache.el (password-cache-remove): Fix docstring.
4037
4038 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4041         article unless decoding article to be saved.
4042
4043 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4046         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4047         generated within the mm-with-unibyte-current-buffer macro.
4048
4049 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4052         to nil when we're in a mml-preview buffer and no group is selected.
4053
4054 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4055
4056         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4057         when catching the `C-g'.  Reported by "Leo".
4058
4059 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * message.el (message-forward-make-body-plain)
4062         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4063         multibyte-string-p.
4064
4065         * lpath.el: Revert.
4066
4067 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * message.el (message-forward-make-body-mml): Assume original message
4070         is multibyte string; error on unibyte.
4071         (message-forward-make-body-plain): Ditto; don't add excessive newline
4072         in body end.
4073
4074         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4075
4076 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4077
4078         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4079         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4080
4081 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * mm-extern.el (mm-extern-url): Don't use
4084         mm-with-unibyte-current-buffer.
4085         (mm-extern-cache-contents): Use with-current-buffer instead of
4086         save-excursion + set-buffer.
4087
4088 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * mm-util.el (mm-emacs-mule): Remove.
4091
4092 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4093
4094         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4095         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4096         change.
4097
4098 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4101         bind the default value of enable-multibyte-characters to nil.
4102
4103 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * message.el (message-forward-make-body-plain)
4106         (message-forward-make-body-mml):
4107         Don't use mm-with-unibyte-current-buffer.
4108
4109 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4112
4113 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4114
4115         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4116         (Bug#5592).
4117
4118 2010-05-07  Julien Danjou  <julien@danjou.info>
4119
4120         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4121         it to mm-pipe-part.
4122
4123         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4124         it is given.
4125
4126 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * binhex.el (binhex-decode-region-internal)
4129         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4130         (dns-query)
4131         * nnweb.el (nnweb-gmane-search)
4132         * pgg-parse.el (pgg-parse-armor)
4133         * pgg.el (pgg-verify-region)
4134         * sha1.el (sha1-string-external)
4135         * uudecode.el (uudecode-decode-region-internal)
4136         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4137         XEmacs.
4138
4139         * gnus-art.el (gnus-article-browse-html-parts)
4140         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4141         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4142         make-temp-file.
4143
4144         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4145         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4146         compiling.
4147
4148         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4149         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4150         XEmacs when compiling.
4151
4152         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4153         gnus-pick-mode-off-hook for XEmacs when compiling.
4154         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4155         gnus-binary-mode-off-hook for XEmacs when compiling.
4156
4157         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4158         Return nil if char-charset is not available.
4159
4160         * imap.el (imap-disable-multibyte)
4161         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4162         macros.
4163
4164         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4165         instead of encode-coding-string.
4166
4167         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4168         'xemacs) instead of mm-emacs-mule to switch function definitions.
4169         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4170
4171         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4172         bind temporary-file-directory for XEmacs;
4173         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4174         timer-set-function for XEmacs 21.4 and SXEmacs;
4175         bind timer-list for XEmacs 21.4 and SXEmacs;
4176         fbind char-charset and find-charset-region for non-Mule XEmacs;
4177         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4178         encode-coding-region and encode-coding-string for XEmacs having no
4179         file-coding feature.
4180
4181 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4182
4183         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4184
4185 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4188         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4189
4190 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4191
4192         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4193         alias `jka-compr-delete-temp-file' no longer exists.
4194
4195 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4196
4197         Use define-minor-mode in Gnus where applicable.
4198         * mml.el (mml-mode): Use define-minor-mode.
4199         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4200         (gnus-undo-mode): Use define-minor-mode.
4201         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4202         (gnus-dead-summary-mode): Use define-minor-mode.
4203         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4204         Initialize in declaration.
4205         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4206         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4207         (gnus-mailing-list-mode): Use define-minor-mode.
4208         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4209         (gnus-draft-mode): Use define-minor-mode.
4210         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4211         (gnus-dired-mode): Use define-minor-mode.
4212
4213 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4214
4215         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4216         handles on recursive mml-to-mime translation and check them for
4217         boundary delimiter collisions.  Reported by Greg Troxel.
4218
4219 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4222
4223 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4224
4225         * mm-util.el (mm-find-buffer-file-coding-system):
4226         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4227
4228 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4229
4230         * message.el (message-generate-headers): Record insertion of optional
4231         headers as well.  Otherwise the check to prevent repeated insertion of
4232         optional headers is a no-op.
4233
4234 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         * smime.el: Don't mention CVS.
4237
4238         * nnrss.el (nnrss-fetch): Don't mention CVS.
4239
4240         * nnir.el: Don't mention CVS.
4241
4242 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * gnus-sum.el (gnus-summary-bookmark-make-record):
4245         Add `location' field.
4246
4247 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * lpath.el: Fbind bookmark-default-handler,
4250         bookmark-get-bookmark-record, bookmark-make-record-default,
4251         bookmark-prop-get for Emacs <23 and XEmacs.
4252
4253 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4254
4255         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4256         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4257         Use with-current-buffer to silence the byte-compiler.
4258         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4259         bother to require `gnus'.
4260         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4261
4262 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4263
4264         * gnus-sum.el (gnus-summary-bookmark-make-record)
4265         (gnus-summary-bookmark-jump): New functions.
4266         (gnus-summary-mode): Setup bookmark support.
4267
4268 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4269
4270         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4271         if set.
4272
4273 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4276         gnus-article-browse-html-save-cid-image; make it work recursively for
4277         forwarded messages as well.
4278         (gnus-article-browse-html-parts): Work when prefix arg is given.
4279         (gnus-article-browse-html-article): Doc fix.
4280
4281 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4282
4283         * message.el (message-default-mail-headers):
4284         (message-default-headers): Carry the value mail-default-headers over
4285         into message-default-mail-headers, rather than message-default-headers.
4286
4287 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4288
4289         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4290         charset.
4291
4292         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4293         charset into the <meta> tag when the article is encoded to utf-8.
4294
4295 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-art.el (gnus-article-browse-delete-temp-files):
4298         Delete directories as well.
4299         (gnus-article-browse-html-parts): Work for images that do not specify
4300         file names; delete temp directory when quitting; insert header at the
4301         right place; use file: scheme for image files.
4302
4303 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4304
4305         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4306         (gnus-article-browse-html-parts): Use it to make temporary cid image
4307         files in addition to html file so that browser may display them.
4308
4309 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4312
4313 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4314
4315         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4316
4317 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * auth-source.el (auth-sources): Change default to be simpler.
4320         Explain about Secret Service API sources.  Improve Customize options.
4321         (auth-source-pick): Change to accept any number of search parameters.
4322         Implement fallbacks iteratively, not recursively.  Add scoring on the
4323         second pass and sort by score.  Call Secret Service API when needed.
4324         (auth-source-user-or-password): Use it.  Call Secret Service API
4325         directly when needed to get the user name and the password.
4326
4327 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4328
4329         * message.el (message-interactive): Doc fix.
4330         (message-qmail-inject-args): Reflow.
4331         (message-kill-to-signature): Fix typo in docstring.
4332
4333         * smiley.el (smiley-buffer): Fix typo in docstring.
4334
4335 2010-03-24  Glenn Morris  <rgm@gnu.org>
4336
4337         * mail-source.el (gnus-message): Declare.
4338         (mail-source-delete-old-incoming): Require gnus-util.
4339
4340 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4343
4344         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4345
4346         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4347         password-cache's default if it is not bound.
4348         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4349         password-cache-expiry's default if it is not bound.
4350
4351         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4352         available in Emacs 21.
4353
4354         * lpath.el: Suppress compiler warnings for:
4355         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4356         XEmacs;
4357         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4358         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4359         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4360
4361 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         * auth-source.el (auth-sources): Fix up definition so extra parameters
4364         are always inline.
4365
4366 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4367
4368         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4369         wasn't updated after mismatch.  Clear cached mailbox info correctly
4370         when uidvalidity changes.
4371         (nnimap-group-prefixed-name): New function to avoid some code
4372         duplication.
4373         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4374         (nnimap-request-group): Use it.
4375         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4376         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4377         with many imap folders.  This is done by caching the group status from
4378         the imap server persistently in a group parameter `imap-status'.  (This
4379         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4380         but not persistently, so every Gnus startup was still very slow.)
4381
4382 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4383
4384         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4385         delete the extra newline.  Otherwise editing of :string and :number
4386         types don't work.
4387
4388 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4391         secrets.el dependency.
4392         (auth-sources): Add optional user name.  Add secrets.el configuration
4393         choice (unused right now).
4394
4395 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-sum.el (gnus-summary-make-menu-bar):
4398         Let `gnus-registry-install-shortcuts' fill in the functions.
4399
4400         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4401         warnings.
4402         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4403         (gnus-registry-install-shortcuts): Populate and use it in a
4404         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4405
4406 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4407
4408         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4409         In-place substitutions for the group name encoding/decoding.
4410         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4411         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4412         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4413         (nnimap-update-unseen, nnimap-request-list)
4414         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4415         (nnimap-request-set-mark, nnimap-split-to-groups)
4416         (nnimap-split-articles, nnimap-request-newgroups)
4417         (nnimap-request-create-group, nnimap-request-accept-article)
4418         (nnimap-request-delete-group, nnimap-request-rename-group)
4419         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4420         `encoded-mbx' for consistency.
4421         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4422         variable `imap-current-mailbox'.
4423
4424         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4425         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4426
4427 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4428
4429         * pop3.el (pop3-display-message-size-flag): Display message size byte
4430         counts during POP3 download.
4431         (pop3-movemail): Use it.
4432         (pop3-list): Implement listing of available messages.
4433
4434 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4435
4436         * nnir.el (nnir-get-article-nov-override-function): New function to
4437         override the normal NOV retrieval.
4438         (nnir-retrieve-headers): Use it.
4439
4440 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4441
4442         * auth-source.el (netrc-machine-user-or-password): Autoload.
4443
4444 2010-03-19  Glenn Morris  <rgm@gnu.org>
4445
4446         Stop message.el from loading about 40 libraries it doesn't always need.
4447         The general approach is to autoload rather than require, and to
4448         require in the specific functions rather than the file.  (Bug#5642)
4449
4450         * gmm-utils.el: Don't require wid-edit.
4451         (widget-create-child-value, widget-convert, widget-default-get):
4452         Autoload.
4453
4454         * gnus-util.el: Don't require time-date, netrc.
4455         (message-fetch-field, gnus-group-name-decode): Declare rather than
4456         autoloading.
4457         (gnus-fetch-field): Require message.
4458         (gnus-decode-newsgroups): Require gnus-group.
4459
4460         * ietf-drums.el: Don't require time-date.
4461
4462         * message.el: Don't require hashcash, canlock, ecomplete.
4463         Do require mail-utils.  Require nnheader only when compiling.
4464         (smtpmail-default-smtp-server): Remove declaration.
4465         (message-send-mail-function): Check smtpmail-default-smtp-server
4466         is bound rather than requiring smtpmail.
4467         (message-auto-save-directory, message-insert-signature):
4468         Use expand-file-name rather than nnheader-concat.
4469         (nnheader-insert-file-contents): Autoload.
4470         (hashcash-wait-async): Declare.
4471         (message-send-mail): Only call gnus-setup-posting-charset if
4472         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4473         (message-send-mail-with-sendmail): Require sendmail.
4474         (canlock-password, canlock-password-for-verify): Declare.
4475         (message-canlock-password): Require canlock.
4476         (nnheader-get-report): Autoload.
4477         (gnus-setup-posting-charset): Declare.
4478         (message-send-news): Require gnus-msg.
4479         (message-make-references, message-make-in-reply-to): Use mail-header-id
4480         rather than the alias mail-header-message-id.
4481         (ecomplete-add-item, ecomplete-save): Declare.
4482         (message-put-addresses-in-ecomplete): Require ecomplete.
4483         (ecomplete-display-matches): Autoload.
4484
4485         * mm-decode.el: Don't require mailcap, gnus-util.
4486         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4487         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4488         Autoload.
4489         (mailcap-mime-extensions): Declare.
4490
4491         * mm-encode.el: Don't require mailcap.
4492         (mailcap-extension-to-mime): Autoload.
4493
4494         * mml-sec.el: Don't require password-cache.
4495
4496         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4497         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4498         (mml-minibuffer-read-type): Require mailcap.
4499         (mml-preview): Require gnus-msg.
4500
4501         * mml1991.el: Require password-cache.
4502         (password-cache-expiry): Remove declaration.
4503
4504         * mml2015.el: Require password-cache.
4505         (password-cache-expiry): Remove declaration.
4506
4507         * nneething.el (mailcap): Require mailcap.
4508
4509         * nnheader.el (declare-function): Add compatibility stub.
4510         (message-remove-header): Declare rather than autoload.
4511         (nnheader-replace-header): Require message.
4512
4513         * nnimap.el (declare-function): Add compatibility stub.
4514         (netrc-parse, netrc-machine-user-or-password): Declare.
4515         (nnimap-open-connection): Require netrc.
4516
4517         * nntp.el (declare-function): Add compatibility stub.
4518         (netrc-parse, netrc-machine, netrc-get): Declare.
4519         (nntp-send-authinfo): Require netrc.
4520
4521         * rfc2047.el: Don't require qp.
4522         (quoted-printable-encode-region, quoted-printable-decode-string):
4523         Autoload.
4524
4525         * sieve-mode.el: Don't require easymenu.
4526         (easy-menu-add-item): Autoload it.
4527
4528         * spam-stat.el (time-to-number-of-days): Autoload it.
4529
4530 2010-03-19  Glenn Morris  <rgm@gnu.org>
4531
4532         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4533
4534 2010-03-18  Glenn Morris  <rgm@gnu.org>
4535
4536         * hashcash.el (declare-function): Remove duplicate definition.
4537
4538 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4539
4540         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4541         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4542         value if any backslash escapes).
4543
4544 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4547         if it is available.  (bug#5647)
4548
4549         * lpath.el: Suppress compiler warning for coding-system-from-name for
4550         Emacs 21 and XEmacs.
4551
4552 2010-03-14  Juri Linkov  <juri@jurta.org>
4553
4554         * hmac-def.el:
4555         * hmac-md5.el:
4556         * netrc.el: Fix keywords.
4557
4558 2010-02-26  Glenn Morris  <rgm@gnu.org>
4559
4560         * message.el (message-send-mail-function): Change the default, so that
4561         it inherits from a customized send-mail-function.  (Bug#5643)
4562
4563 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4564
4565         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4566         shell-command-to-string signals an error (bug#5299).
4567
4568 2010-02-24  Glenn Morris  <rgm@gnu.org>
4569
4570         * message.el (message-smtpmail-send-it)
4571         (message-send-mail-with-mailclient): Doc fixes.
4572
4573 2010-02-16  Glenn Morris  <rgm@gnu.org>
4574
4575         * message.el (message-default-mail-headers): Change the default value
4576         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4577
4578 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4581         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4582
4583 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4584
4585         * time-date.el (date-to-time): Doc fix (Bug#5408).
4586
4587 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4588
4589         * message.el (message-mail): Just pass yank-action on to message-setup.
4590         (message-setup): Handle (FUN . ARGS) form of yank-action.
4591         (message-with-reply-buffer, message-widen-reply)
4592         (message-yank-original): Handle non-buffer values of
4593         message-reply-buffer (Bug#4080).
4594         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4595
4596 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4597
4598         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4599         Fix typo in docstring.
4600
4601 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4602
4603         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4604         response.
4605
4606 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4609
4610         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4611
4612         * message.el (message-check-news-header-syntax): Protect against a
4613         string that `rfc822-addresses' returns when parsing fails.
4614
4615 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4618         (gnus-previous-char-property-change): New functions.
4619
4620         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4621
4622 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4623
4624         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4625         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4626
4627 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4628
4629         * message.el (message-exchange-point-and-mark): Rework last change to
4630         avoid using optional arg of exchange-point-and-mark, for backward
4631         compatibility.
4632
4633 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4634
4635         * message.el (message-exchange-point-and-mark):
4636         Call exchange-point-and-mark with an argument rather than setting
4637         mark-active by hand (Bug#5175).
4638
4639 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * nntp.el (nntp-service-to-port): Work for service expressed with
4642         numeric string; replace [:digit:] with [0-9] for XEmacs.
4643
4644 2009-12-17  Glenn Morris  <rgm@gnu.org>
4645
4646         * gnus-group.el (gnus-bug-group-download-format-alist):
4647         Change emacs entry to debbugs.gnu.org.  Bump :version.
4648
4649 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4652
4653 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * message.el (message-info): Explain why we use `Info-goto-node'.
4656
4657 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4660
4661 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4662
4663         * message.el (message-completion-in-region): New compatibility function.
4664         (message-expand-group): Use it.
4665
4666 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4669         with no unread article should be listed if the 2nd arg `predicate' is
4670         given.
4671
4672 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4675
4676 2009-11-29  Juri Linkov  <juri@jurta.org>
4677
4678         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4679         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4680         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4681
4682 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4683
4684         * sha1.el (sha1-string-external): default-directory "/" in case
4685         otherwise non-existent.  process-connection-type pipe for touch of
4686         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4687
4688 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4689
4690         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4691         it's comms related and sgml-mode.el has "comm" on that basis too.
4692
4693 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4696         containing tspecial characters if they have been already quoted.
4697
4698 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4699
4700         * dns-mode.el (auto-mode-alist): Purecopy string.
4701
4702 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4703
4704         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4705
4706 2009-10-24  Glenn Morris  <rgm@gnu.org>
4707
4708         * gnus-art.el (help-xref-stack-item): Define for compiler.
4709
4710 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4711
4712         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4713
4714 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4717
4718 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4721         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4722
4723 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4726         (gnus-overlays-in): New alias to overlays-in.
4727
4728         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4729         gnus-overlay-get, and gnus-delete-overlay.
4730         (gnus-summary-show-thread): Make it work as well for systems in which
4731         next-single-char-property-change is not available.
4732         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4733
4734         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4735         (gnus-overlay-get): New alias to extent-property.
4736         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4737
4738         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4739         SXEmacs.
4740
4741         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4742         SXEmacs.
4743
4744 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4747
4748 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4749
4750         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4751         and XEmacs that don't have `remove-overlays'.
4752
4753 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4756         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4757         selective display.  Use overlays instead.
4758
4759 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4760
4761         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4762
4763 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4764
4765         * spam-stat.el (spam-stat-load): Fix typo in message.
4766
4767 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4768
4769         * dig.el (dig-invoke): Fix typo in docstring.
4770         (query-dig): Reflow docstring.
4771
4772 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4773
4774         * gnus-art.el (gnus-article-encrypt-body):
4775         * message.el (message-check-recipients):
4776         * mm-util.el (mm-codepage-setup):
4777         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4778         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4779
4780 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4781
4782         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4783         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4784         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4785         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4786         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4787
4788 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4789
4790         * dig.el: Add "Keywords: comm", as per net-utils.el.
4791
4792 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4793
4794         * dig.el (dig-mode): Use define-derived-mode.
4795
4796 2009-09-19  Glenn Morris  <rgm@gnu.org>
4797
4798         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4799
4800 2009-09-18  Glenn Morris  <rgm@gnu.org>
4801
4802         * gnus-diary.el (gnus-diary-check-message):
4803         * message.el (message-insert-formatted-citation-line):
4804         * nnbabyl.el (top-level):
4805         * nndiary.el (nndiary-schedule):
4806         Fix typos in condition-case handlers.
4807
4808 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4811         configuration that provides the sole article window in a frame;
4812         position point correctly after deleting a part.
4813
4814 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
4815
4816         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4817         (spam-resolve-registrations-routine): Use it to unregister articles
4818         that change status.
4819
4820 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4823         with XEmacs.
4824         (parse-time-string-chars): Use it.
4825
4826 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * imap.el (imap-interactive-login): Better messages.
4829         (imap-open): Fix bug with renamed buffer on reconnect.
4830         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4831         for easier debugging and cleaner code.  On successful (guessed based on
4832         server capabilities) secondary authentication, set imap-state
4833         correctly.
4834         (imap-last-authenticator): Define imap-last-authenticator as a variable
4835         to avoid warnings.
4836
4837 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * nnrss.el (nnrss-request-article): Remove binding of
4840         default-enable-multibyte-characters that has gotten needless by
4841         the 2007-07-13 change in rfc2047-encode-message-header.
4842
4843         * mml.el (mml-insert-multipart): Error on the message header.
4844         (mml-insert-part): Error on the message header; position point at
4845         the end of a MIME tag.
4846
4847 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * time-date.el (autoload): Expand define-obsolete-function-alias into
4850         defalias and make-obsolete for old Emacsen that Gnus supports.
4851         (with-no-warnings): Define it for old Emacsen.
4852         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4853         is available.
4854         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4855         float-time is available; suppress compile warning for time-to-seconds.
4856
4857         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4858         (gnus-float-time): Alias to float-time if it exists.
4859
4860         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4861         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4862         float-time is available; suppress compile warning for time-to-seconds.
4863
4864         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4865         XEmacs.
4866
4867 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * imap.el (imap-message-map): Docstring fix.
4870
4871 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4874         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4875         Add the optional argument `encoding' that overrides the default.
4876
4877         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4878         mm-encode-buffer.
4879
4880 2009-09-04  Glenn Morris  <rgm@gnu.org>
4881
4882         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4883         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4884         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4885         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4886         * mm-util.el (mm-with-unibyte-current-buffer)
4887         (mm-find-buffer-file-coding-system):
4888         * yenc.el (yenc-decode-region): Use default-value rather than
4889         default-enable-multibyte-characters.
4890
4891 2009-09-03  Glenn Morris  <rgm@gnu.org>
4892
4893         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4894         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4895         than default-enable-multibyte-characters.
4896
4897 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4898
4899         * gnus-art.el (gnus-article-read-summary-keys):
4900         Fix gnus-buffer-configuration's value temporarily used.
4901
4902 2009-09-02  Glenn Morris  <rgm@gnu.org>
4903
4904         * gnus-util.el (gnus-float-time): New function.
4905         * gnus-delay.el (gnus-delay-article):
4906         * gnus-sum.el (gnus-thread-latest-date):
4907         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4908         * nnspool.el (nnspool-request-newgroups):
4909         Use gnus-float-time rather than time-to-seconds.
4910         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4911
4912         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4913         (gnus-header-subject-face, gnus-header-newsgroups-face)
4914         (gnus-header-name-face, gnus-header-content-face):
4915         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4916         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4917         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4918         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4919         (gnus-cite-face-11):
4920         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4921         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4922         (gnus-server-closed-face, gnus-server-denied-face)
4923         (gnus-server-offline-face):
4924         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4925         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4926         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4927         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4928         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4929         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4930         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4931         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4932         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4933         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4934         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4935         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4936         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4937         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4938         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4939         (gnus-summary-high-undownloaded-face)
4940         (gnus-summary-low-undownloaded-face)
4941         (gnus-summary-normal-undownloaded-face)
4942         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4943         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4944         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4945         (gnus-splash-face):
4946         * message.el (message-header-to-face, message-header-cc-face)
4947         (message-header-subject-face, message-header-newsgroups-face)
4948         (message-header-other-face, message-header-name-face)
4949         (message-header-xheader-face, message-separator-face)
4950         (message-cited-text-face, message-mml-face):
4951         * sieve-mode.el (sieve-control-commands-face)
4952         (sieve-action-commands-face, sieve-test-commands-face)
4953         (sieve-tagged-arguments-face):
4954         * spam.el (spam-face):
4955         Mark face aliases with "-face" in the name as obsolete.
4956
4957 2009-09-01  Glenn Morris  <rgm@gnu.org>
4958
4959         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4960         than goto-line.
4961
4962 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4965         Don't move point if the command is invoked inside the message header.
4966
4967 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4968
4969         * imap.el (imap-send-command): Simplify.
4970         (imap-wait-for-tag): point-max -> buffer-size.
4971
4972 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4973
4974         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4975         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4976         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4977         * nnir.el (nnir-swish-e-index-file):
4978         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4979         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4980         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4981         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4982         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4983         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4984
4985 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4988         Don't save excursion.
4989
4990 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4991
4992         * nnheader.el (nnheader-find-file-noselect):
4993         * mm-util.el (mm-insert-file-contents):
4994         Use (default-value 'major-mode) instead of default-major-mode.
4995
4996 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4997
4998         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4999
5000 2009-08-26  Glenn Morris  <rgm@gnu.org>
5001
5002         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5003         than placing in files.el.
5004
5005 2009-08-25  Glenn Morris  <rgm@gnu.org>
5006
5007         * nnir.el (top-level): Don't require cl at run-time.
5008         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5009         Replace cl-function substitute with gnus-replace-in-string.
5010         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5011         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5012         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5013         simplified expansions.
5014
5015 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5016
5017         * dig.el (dig): Add autoload cookie.
5018
5019 2009-08-22  Glenn Morris  <rgm@gnu.org>
5020
5021         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5022         goto-line.
5023
5024 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5025
5026         * parse-time.el (parse-time-string-chars): Save match data.
5027
5028 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5029
5030         * parse-time.el (parse-time-string-chars): Compute using character
5031         classes, to handle non-ascii characters (Bug#3190).
5032
5033 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5036
5037         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5038         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5039         (gnus-mm-display-part, gnus-mime-display-single)
5040         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5041         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5042
5043         * gnus-sum.el
5044         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5045         (gnus-summary-move-article): Add expirable mark to articles copied or
5046         moved to group that has auto-expire turned on if the option is non-nil.
5047
5048 2009-07-24  Glenn Morris  <rgm@gnu.org>
5049
5050         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5051         Fix typo.  (Bug#3903)
5052
5053 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5056         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5057         that should not be used for draft articles.
5058         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5059         that has no concern in minor mode keys.
5060         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5061         Abolish.
5062
5063 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5066         article without making inquiry to a user for unknown encoding.
5067
5068         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5069         (nnmaildir--scan): Assume i-node and device number that file-attributes
5070         returns might be cons-cell.
5071
5072         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5073
5074         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5075
5076 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * auth-source.el: Remove docs now in auth.texi.  Don't use
5079         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5080         `auth-source-hide-passwords' and use them.
5081
5082 2009-07-15  Glenn Morris  <rgm@gnu.org>
5083
5084         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5085
5086 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5089         excessive whitespace from the default values of title and description.
5090
5091 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5094         mail-fetch-field to fetch Content-Description header in order to
5095         exclude newlines.
5096
5097 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5098
5099         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5100         format used by GnuPG 2.0.11.
5101
5102 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5105         to deleted part.
5106
5107 2009-05-30  David Engster  <dengste@eml.cc>
5108
5109         * nnmairix.el: Remove old documentation in the commentary block.
5110         (nnmairix-request-group): Do not update active file for nnml back ends.
5111         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5112         end so that overview files are ignored.
5113         (nnmairix-update-groups): Make updating the groups more robust by using
5114         marks.
5115         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5116         with dollar characters in message-id.
5117
5118 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5121         2008-12-25 in dns.el.
5122
5123 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5124
5125         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5126         could happen if the text is only composed of spaces and/or tabs.
5127
5128 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5129
5130         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5131         when sending a queued message to avoid extra mml tags.
5132
5133 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5136
5137 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5140         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5141         rmail-toggle-header for XEmacs;
5142         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5143
5144 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * gnus-dired.el: Remove autoload for gnus-setup-message.
5147         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5148         displaying Gnus logo; always use compose-mail.
5149
5150 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5153
5154 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5157         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5158         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5159         available.
5160         (gnus-nocem-epg-verify): New function.
5161
5162 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5165
5166 2009-02-15  Glenn Morris  <rgm@gnu.org>
5167
5168         * gnus-util.el (rmail-insert-rmail-file-header)
5169         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5170         autoloads.
5171         (rmail-default-rmail-file): Remove unnecessary declaration.
5172         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5173
5174 2009-02-14  Glenn Morris  <rgm@gnu.org>
5175
5176         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5177         variable (only used in gnus-util, which declares it anyway).
5178         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5179         which was only needed by gnus-art (changed to not use it any more).
5180         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5181         only used in gnus-util, which autoloads it itself.
5182         (rmail-update-summary): Fix autoload.
5183
5184         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5185         rather than rmail-output-to-rmail-file.
5186
5187 2009-02-07  Glenn Morris  <rgm@gnu.org>
5188
5189         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5190         autoload of function that no longer exists.
5191         (rmail-toggle-header): Declare.
5192         (message-forward-rmail-make-body): Handle mbox Rmail.
5193
5194 2009-01-31  Glenn Morris  <rgm@gnu.org>
5195
5196         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5197         2009-01-09 change.
5198
5199 2009-01-31  Dave Love  <fx@gnu.org>
5200
5201         * imap.el (imap-fetch-safe): Bind debug-on-error.
5202         (imap-debug): Add imap-fetch-safe.
5203
5204 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5205
5206         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5207         (auth-source-forget-all-cached): New convenience function.
5208         (auth-source-user-or-password): Accept list of modes or a single mode.
5209
5210         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5211         auth-source modes.
5212
5213         * netrc.el (netrc-machine-user-or-password): Use list of
5214         auth-source modes.
5215
5216         * nnimap.el (nnimap-open-connection): Use list of
5217         auth-source modes.
5218
5219         * nntp.el (nntp-send-authinfo): Use list of
5220         auth-source modes.
5221
5222 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5223
5224         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5225         now.
5226
5227 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5230         coding system in XEmacs; add a workaround for XEmacs.
5231
5232         * lpath.el: Fbind coding-system-aliasee.
5233
5234 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5237         of current-language-environment.
5238
5239 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5242         available at runtime.
5243
5244 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5247
5248 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5249
5250         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5251         the greatest positive fixnum value doesn't work under an XEmacs with
5252         bignum support; use the most-positive-fixnum constant instead,
5253         available since Emacs 21.1 with cl and XEmacs 21.1.
5254
5255 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5258         XEmacs gets not to work.
5259
5260 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * mm-util.el (mm-coding-system-priorities): Allow the value like
5263         "Japanese (UTF-8)" of current-language-environment.
5264
5265 2009-01-09  Glenn Morris  <rgm@gnu.org>
5266
5267         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5268         with last-command-event.
5269
5270 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5271
5272         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5273         in the doc string.
5274
5275         * message.el (message-fix-before-sending): Amend comment.
5276
5277 2009-01-08  Dave Love  <fx@gnu.org>
5278
5279         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5280
5281 2009-01-07  David Engster  <dengste@eml.cc>
5282
5283         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5284         simplified server definitions by converting it via
5285         gnus-server-to-method.
5286
5287 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5290         parameter's operands.
5291
5292 2009-01-06  David Engster  <dengste@eml.cc>
5293
5294         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5295         primary select method (for gnus-group-mark-article-as-read).
5296
5297 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5298
5299         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5300         `(gnus)Face', not `(gnus)X-Face'.
5301
5302 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mm-util.el (mm-ucs-to-char): New function.
5305
5306         * mm-url.el (mm-url-decode-entities): Use it.
5307
5308         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5309         unicode-to-char.
5310
5311 2009-01-05  Dave Love  <fx@gnu.org>
5312
5313         * time-date.el: Require cl for `declare'.
5314
5315 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5316
5317         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5318         Dave Love.
5319
5320 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * message.el (message-fix-before-sending): Add `eight-bit' to
5323         illegible-text check.
5324
5325 2009-01-03  Michael Olson  <mwolson@gnu.org>
5326
5327         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5328         `headers' is nil.  This can occur if the IMAP server does not have
5329         permissions to read messages from a folder, but can write new messages
5330         to the folder.
5331         (nnimap-request-article-part): Do not insert `data' if it is nil.
5332
5333         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5334         characters which will confuse `read', so skip past them.
5335
5336 2009-01-01  Dave Love  <fx@gnu.org>
5337
5338         * imap.el (imap-string-to-integer): Fix typo.
5339         (imap-fetch-safe): New function.
5340         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5341
5342         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5343
5344         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5345         (imap-parse-greeting): Fix doc strings.
5346         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5347         (imap-parse-flag-list): Make messages unique.
5348         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5349
5350         * nnimap.el: Fix author email.
5351         (nnimap-split-rule): Add FIXME comment.
5352         (nnimap-debug): Fix doc string.
5353
5354 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5357
5358 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5361         nslookup if resolv.conf isn't available.
5362         (dns-query): Rename from query-dns.
5363         (dns-query-cached): Rename from query-dns-cached.
5364
5365 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5368         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5369         to check if those variables exist (first appeared in Emacs 18.50).
5370
5371 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * mm-util.el (mm-line-number-at-pos): New function.
5374
5375         * spam-report.el (spam-report-process-queue): Use it.
5376
5377 2008-12-24  David Engster  <dengste@eml.cc>
5378
5379         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5380         parameters that haven't existed as variables as buffer-local variables.
5381
5382 2008-12-23  Dave Love  <fx@gnu.org>
5383
5384         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5385         cadar.
5386
5387         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5388         imap-starttls-p.
5389         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5390
5391 2008-12-22  Dave Love  <fx@gnu.org>
5392
5393         * imap.el: Fix author email.  Doc fixes.
5394         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5395         reply.
5396
5397 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * spam-report.el (spam-report-gmane-max-requests): New constant.
5400         (spam-report-gmane-wait): New variable.
5401         (spam-report-gmane-ham, spam-report-gmane-spam)
5402         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5403         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5404         the server.
5405
5406         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5407         Add explanations.
5408
5409         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5410         nnheader-accept-process-output and nnheader-read-timeout if available.
5411         (pop3-movemail): Use it.
5412
5413         * message.el (message-check-news-body-syntax): Fix signature check if
5414         there's an attachment.
5415
5416 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * mm-util.el: Add comments to the mm- emulating functions.
5419
5420 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5423         Reported by Stephen Berman <stephen.berman@gmx.net>.
5424
5425 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * mm-util.el (mm-substring-no-properties): New function.
5428         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5429         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5430         (mm-string-to-multibyte): Doc fix.
5431
5432         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5433
5434 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5435
5436         * mml.el (mml-attach-file): Strip text properties from file name.
5437         (Bug#1574)
5438
5439 2008-12-16  Glenn Morris  <rgm@gnu.org>
5440
5441         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5442
5443 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5446         knows since the charset specified might be a bogus alias that
5447         mm-charset-synonym-alist provides.
5448
5449 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5452         "ISO_8859-1".
5453
5454         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5455
5456 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * mm-util.el (mm-charset-eval-alist):
5459         Define it before mm-charset-to-coding-system.
5460         (mm-charset-to-coding-system): Add optional argument `silent';
5461         define it before mm-charset-override-alist.
5462         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5463         default value if it can be used in Emacs currently running;
5464         silence mm-charset-to-coding-system.
5465
5466 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5469         `allow-override' which says whether to use `mm-charset-override-alist'.
5470         (rfc2047-decode-encoded-words): Use it.
5471
5472         * mm-util.el (mm-charset-override-alist): Fix custom type;
5473         add `(gb2312 . gbk)' to choices.
5474
5475 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5478         fast.
5479
5480         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5481
5482         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5483
5484 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5485
5486         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5487         on links.
5488
5489         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5490
5491 2008-12-03  Lute Kamstra  <lute@gnu.org>
5492
5493         * sha1.el: Remove leading * from docstrings of defcustoms,
5494         deffaces, defconsts and defuns.
5495
5496 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5499         users' addresses that don't have domain parts.
5500         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5501         rather than message-narrow-to-head since there will be the message
5502         header separator.
5503
5504 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5505
5506         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5507         since the result is inserted in a unibyte buffer anyway.
5508         (nnimap-demule-use-string-to-multibyte): Remove.
5509         (nnimap-demule): Alias it to mm-string-to-multibyte.
5510
5511 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5514         variable for debugging bug#464 and bug#1174.
5515         (nnimap-demule): Use it.
5516
5517 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5520         score calculation correctly.
5521
5522 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5523
5524         * message.el (message-send-mail): Just set the buffer to unibyte
5525         rather than use mm-with-unibyte-current-buffer which does a lot more.
5526         (message-send-mail-partially): Don't bother with
5527         mm-with-unibyte-current-buffer since it's already been made unibyte by
5528         message-send-mail.
5529
5530 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5533
5534 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5537
5538 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5541         require itself and to remove `with-no-warnings'.
5542
5543 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * starttls.el (starttls-any-program-available): Get the name of the
5546         available TLS layer program.
5547         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5548         well as the host name in the "opening" message.
5549
5550         * auth-source.el (auth-source-cache, auth-source-do-cache)
5551         (auth-source-user-or-password): Cache passwords and logins by default,
5552         allow override with `auth-source-do-cache'.
5553         (auth-source-forget-user-or-password): Allow users to remove cache
5554         entries if needed.
5555
5556 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5557
5558         * md4.el (md4-buffer): Fix typo in docstring.
5559         (md4, md4-64): Doc fixes.
5560         (md4-pack-int32): Reflow docstring.
5561
5562 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5563
5564         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5565         condition-case to only the forward-sexp call.
5566
5567 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5570         quotes contained.  Make it more robust regardless by an extra
5571         condition-case wrapper.
5572
5573 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5576
5577 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * nnml.el (nnml-request-expire-articles): Check if the function set to
5580         `nnmail-expiry-target' returns the symbol `delete'.
5581
5582         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5583
5584         * nnmail.el (nnmail-expiry-target): Fix custom type.
5585
5586 2008-10-02  Glenn Morris  <rgm@gnu.org>
5587
5588         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5589         Silence compiler warning.
5590
5591 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5592
5593         * tls.el (open-tls-stream): Show the actual command being
5594         executed, instead of the format string.
5595
5596 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * lpath.el: Fbind codepage-setup for Emacs 23.
5599
5600 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5601
5602         * mml.el (mml-menu): Don't assume mml2015 is bound.
5603
5604 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5607         exists.
5608
5609 2008-09-27  Glenn Morris  <rgm@gnu.org>
5610
5611         * gnus-util.el (mail-header-remove-comments): Autoload it.
5612
5613 2008-09-27  Andreas Schwab  <schwab@suse.de>
5614
5615         * gnus-util.el (gnus-split-references): Strip comments.
5616         (gnus-parent-id): Likewise.
5617
5618 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * message.el (message-confirm-send): Fix version.
5621
5622 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * message.el (message-idna-to-ascii-rhs-1): Use
5625         mail-extract-address-components rather than mail-header-parse-addresses
5626         that is an alias by default to ietf-drums-parse-addresses that does not
5627         support non-ASCII names in headers' contents.
5628
5629 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * message.el (message-confirm-send): Fix variable documentation to
5632         avoid the "y/n" wording.
5633
5634 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5635
5636         * message.el (message-set-auto-save-file-name): Save to a different
5637         filename so multiple messages (especially drafts) can be recovered.
5638
5639 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5640
5641         * message.el (message-confirm-send): Add appropriate version.
5642
5643 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5646         defvar.
5647
5648 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5649
5650         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5651         (mm-pkcs7-enveloped-magic): Ditto.
5652
5653 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5654
5655         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5656         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5657
5658 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5661         default, it's better.
5662
5663 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5666         summary line gnus-number property and ignore them (with a warning
5667         message).
5668
5669 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5672         macro caddr in the interactive form since it won't be expanded.
5673
5674 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5677         `charset'; fix name of function called recursively.
5678         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5679
5680 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5683         (gnus-mime-set-charset-parameters): New function.
5684         (gnus-mime-view-part-as-charset): Use it to correctly display part
5685         specifying wrong charset.
5686
5687 2008-09-08  David Engster  <dengste@eml.cc>
5688
5689         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5690         in completing-read for back end server.
5691
5692 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * message.el (message-confirm-send): New variable to confirm sending a
5695         message.
5696         (message-send): Use it.
5697
5698 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5701
5702 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5705
5706 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5709         prevent tracking too many groups.
5710         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5711         Use it.
5712
5713 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5714
5715         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5716         moving point to the bottom of the window in order to avoid recentering.
5717
5718 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5721
5722         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5723         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5724         (gnus-article-beginning-of-window): Fix calculation.
5725
5726 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-msg.el (gnus-summary-supersede-article)
5729         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5730         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5731         message header.
5732
5733 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5734
5735         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5736         pending output coming after the status change.
5737
5738 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5739
5740         * message.el:
5741         * gnus-start.el:
5742         * gnus-registry.el: Remove VMS support.
5743
5744 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5747         macro.
5748         (rfc2104-hash): Use it.
5749
5750 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5753         (gnus-summary-sort-by-most-recent-date): New commands.
5754         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5755         and menu entries.
5756
5757 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5760         don't redisplay article for raw contents; remove plural articles stuff.
5761
5762         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5763         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5764         on gnus-summary-save-article; display results properly.
5765
5766 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * lpath.el: No need to fbind ns-focus-frame.
5769
5770 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5773
5774 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-summary-save-in-pipe):
5777         Consider gnus-save-all-headers.
5778
5779 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5780
5781         * gnus-util.el (ns-focus-frame): Remove declaration.
5782         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5783         like x.
5784
5785 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5786
5787         * rfc2104.el (rfc2104-zero): Delete defconst.
5788         (rfc2104-hex-alist): Likewise.
5789         (rfc2104-hex-to-int): Delete func.
5790         (rfc2104-hexstring-to-bitstring): Likewise.
5791         (rfc2104-nybbles): New defconst.
5792         (rfc2104-hash): Rewrite for speed.
5793
5794 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * tls.el (open-tls-stream): Make it work with the 2nd argument
5797         BUFFER that is a string but does not exist as a buffer object, as
5798         mentioned in the doc-string.
5799
5800 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5803         SXEmacs.
5804
5805 2008-07-16  Glenn Morris  <rgm@gnu.org>
5806
5807         * gnus-util.el (ns-focus-frame): Declare for compiler.
5808
5809 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5812         set as a group parameter.
5813         (gnus-summary-save-in-pipe): Work when it is called independently.
5814         (gnus-summary-pipe-to-muttprint): Don't modify
5815         gnus-summary-pipe-output-default-command.
5816
5817 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5818
5819         * message.el (message-send-mail-with-sendmail):
5820         Display the error message.
5821
5822 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-art.el (gnus-default-article-saver):
5825         Add gnus-summary-save-in-pipe to choices.
5826         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5827         gnus-summary-pipe-output-default-command as the default command.
5828         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5829         instead of gnus-last-shell-command.
5830
5831         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5832         New user option.
5833         (gnus-summary-muttprint-program): Mention the value will be changed.
5834         (gnus-summary-save-article): Force showing of all headers.
5835         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5836
5837 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5838
5839         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5840
5841 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5842
5843         * nnimap.el (nnimap-id):
5844         * sieve-manage.el (sieve-manage-open): Doc fixes.
5845
5846 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5847
5848         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5849         if available.
5850
5851 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5852
5853         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5854
5855         * nnkiboze.el (nnkiboze-generate-group):
5856         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5857
5858         * nnmairix.el: Require CL.
5859
5860 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * dgnushack.el: Autoload get-display-table and put-display-table for
5863         XEmacs 21.5.
5864
5865         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5866         21.4 and SXEmacs.
5867
5868 2008-06-15  David Engster  <dengste@eml.cc>
5869
5870         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5871
5872 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5873
5874         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5875         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5876         runtime choice under XEmacs.
5877
5878         * gnus-sum.el (gnus-summary-set-display-table):
5879         Use `gnus-put-display-table', `gnus-get-display-table',
5880         `gnus-set-display-table' for the display table, instead of `aset'.
5881
5882         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5883         Use `gnus-put-display-table', `gnus-get-display-table',
5884         `gnus-set-display-table' for the display table.
5885
5886 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * nnmairix.el: Add autoloads.
5889
5890 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * nnmairix.el (nnmairix-delete-recreate-group)
5893         (nnmairix-update-and-clear-marks): Fix error messages.
5894
5895 2008-06-14  David Engster  <dengste@eml.cc>
5896
5897         * nnmairix.el: Upgrade to version 0.6.
5898         (nnmairix-group-toggle-propmarks-this-group)
5899         (nnmairix-group-toggle-readmarks-this-group)
5900         (nnmairix-group-delete-recreate-this-group)
5901         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5902         (nnmairix-remove-tick-mark-original-article): New commands.
5903         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5904         (nnmairix-propagate-marks-to-nnmairix-groups)
5905         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5906         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5907         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5908         functions needed for marks propagation and manipulation of read marks.
5909         (nnmairix-update-groups): New function.
5910         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5911         (nnmairix-determine-original-group-from-registry)
5912         (nnmairix-determine-original-group-from-path)
5913         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5914         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5915         New helper functions.
5916         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5917         keystrokes for new commands.
5918         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5919         (nnmairix-request-group): Check allow-fast group parameter.
5920         (nnmairix-request-create-group): Set allow-fast group parameter if
5921         nnmairix-allowfast-default is set.
5922         (nnmairix-close-group): Propagate marks upon closing if needed.
5923         (nnmairix-group-toggle-threads-this-group): Use new.
5924         nnmairix-group-toggle-parameter helper function.
5925         (nnmairix-search): Better check for empty search result.
5926         (nnmairix-goto-original-article): Use new helper functions for
5927         determining original article.
5928         (nnmairix-show-original-article): Make sure message-id is in brackets.
5929         (nnmairix-call-mairix-binary): Change variable name.
5930         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5931         helper function.
5932         (nnmairix-widget-toggle-activate): Fix doc string.
5933
5934 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * nnir.el: Require edmacro when compiling with XEmacs.
5937         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5938         available in Emacs 21.
5939
5940 2008-06-11  Glenn Morris  <rgm@gnu.org>
5941
5942         * gnus-util.el (x-focus-frame):
5943         * gnus.el (image-size):
5944         * mm-decode.el (image-size): Declare.
5945
5946         * gnus-picon.el (declare-function): Add compat definition.
5947         (image-size): Declare.
5948
5949         * gnus-group.el (tool-bar-map):
5950         * gnus-sum.el (tool-bar-map): Define for compiler.
5951
5952         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5953
5954         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5955
5956         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5957         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5958         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5959         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5960         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5961         * sieve-manage.el, spam-report.el, spam.el:
5962         Remove unnecessary eval-and-compile of autoloads.
5963
5964 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5965
5966         * auth-source.el: Precise Tramp doc.
5967
5968 2008-06-07  Glenn Morris  <rgm@gnu.org>
5969
5970         * nnmairix.el: Remove unnecessary eval-when-compile.
5971
5972 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * lpath.el: Fbind propertize for XEmacs 21.4.
5975
5976 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * nnir.el: Move here from ../contrib.
5979
5980 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5981
5982         * gnus-util.el (gnus-read-shell-command): New function.
5983         * mm-decode.el (mm-pipe-part):
5984         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5985
5986 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5989
5990 2008-06-03  Glenn Morris  <rgm@gnu.org>
5991
5992         * pop3.el (nnheader-accept-process-output): Autoload it.
5993
5994 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5997         are not 2-digit hexadecimal characters that follow `%'s.
5998
5999 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * message.el (message-bogus-recipient-p): Fix type in doc string.
6002         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6003         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6004         Improve custom options.
6005         (message-bogus-recipient-p): Adjust accordingly.
6006
6007 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6008
6009         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6010         long-form month and day names.
6011
6012 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * dgnushack.el: Autoload debug, eudc-expand-inline and
6015         pgg-snarf-keys-region for XEmacs.
6016
6017         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6018
6019         * nnmairix.el: Require edmacro when compiling with XEmacs.
6020
6021 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6024         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6025
6026 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * auth-source.el: Add more docs.
6029
6030         * netrc.el (netrc-machine): Always match if the port is not given.
6031
6032 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6035         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6036         retrieval faster in some cases, but might make CPU usage larger.
6037         If this has any bad side effects, we might revert this change.
6038
6039         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6040         seems to make mail retrieval much, much faster.
6041         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6042         unconditionally.
6043
6044         * gnus-draft.el (gnus-group-send-queue):
6045         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6046
6047 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6050
6051         * message.el (message-bogus-address-regexp): Fix and improve custom
6052         type.
6053         (message-setup-hook): Add message-check-recipients as custom option.
6054
6055 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * message.el (message-cite-function): Remove bogus autoload which crept
6058         in during merge from v5-10.
6059
6060 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6063
6064         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6065
6066         * auth-source.el: Preliminary Tramp docs.
6067         (auth-sources): Change the default auth-sources to use
6068         EPA .gpg files.
6069
6070 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * nntp.el: Autoload `auth-source-user-or-password'.
6073         (nntp-send-authinfo): Use it.
6074
6075         * nnimap.el: Autoload `auth-source-user-or-password'.
6076         (nnimap-open-connection): Use it.
6077
6078         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6079         for the gnus-message function.
6080         (auth-source-user-or-password): Use it.
6081
6082 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6085         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6086         (rfc2104-hash): Use it.
6087
6088 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6089
6090         * gnus-art.el (gnus-article-toggle-truncate-lines):
6091         Don't use `iff' in docstring.
6092
6093 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6096
6097         * gnus-util.el (gnus-extract-address-component-name)
6098         (gnus-extract-address-component-email): Convenience functions around
6099         `gnus-extract-address-components'.
6100
6101         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6102         Use `gnus-extract-address-component-email' to fix bug of comparing full
6103         sender name to `user-mail-address'.
6104
6105 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6108         catch/throw to optimize.
6109         (gnus-registry-find-keywords): Just use member to find a keyword.
6110
6111 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6112
6113         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6114         is current before calling gnus-server-prepare.
6115         (gnus-server-setup-buffer, gnus-server-update-server)
6116         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6117
6118 2008-05-04  Juri Linkov  <juri@jurta.org>
6119
6120         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6121         (mailcap-file-default-commands): Use mailcap-replace-in-string
6122         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6123         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6124
6125 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6126
6127         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6128
6129 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6130
6131         * gnus.el: Bump version to 0.11.
6132
6133 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6134
6135         * gnus.el: No Gnus v0.10 is released.
6136
6137 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138
6139         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6140         hooks.
6141         (gnus-update-read-articles): Speed up non-marks-using users.
6142         (gnus-use-marks): Define gnus-use-marks.
6143         (gnus-propagate-marks): Rename variable to something more sensible.
6144
6145 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6146
6147         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6148         (gmm-image-load-path-for-library): Fix typos in docstrings.
6149         (gmm-message): Reflow docstring.
6150
6151 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6152
6153         * mail-source.el (mail-source-set-1, mail-source-bind):
6154         Move auth-source code out of the macro to clean it up and fix bugs.
6155
6156 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6159         by sender if it's equal to user-mail-address, it's likely to be
6160         useless.
6161
6162         * mail-source.el (mail-source-bind): Don't use user or password if they
6163         are not bound.  Unintern them if they are nil.  Don't use server unless
6164         it's bound, and default it to empty string otherwise.
6165
6166 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * mail-source.el: Load auth-source.el.
6169         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6170         get user name or password, if auth-sources is set up.
6171
6172         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6173         strategy of splitting with parent.
6174         (gnus-registry-split-fancy-with-parent)
6175         (gnus-registry-post-process-groups): Use it and fix prior
6176         bug (returning a list as the split result).
6177
6178         * auth-source.el (auth-sources): Remove server parameter.
6179         (auth-source-pick, auth-source-user-or-password)
6180         (auth-source-user-or-password-imap)
6181         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6182         (auth-source-user-or-password-sftp)
6183         (auth-source-user-or-password-smtp): Remove server parameter.
6184
6185 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6186
6187         * smime.el (smime-sign-region, smime-encrypt-region)
6188         (smime-decrypt-region):
6189         Remove redundant calls to `generate-new-buffer-name'.
6190
6191 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6192
6193         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6194         Don't use QP for message/rfc822.
6195         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6196
6197 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6198
6199         * sieve-manage.el (sieve-string-bytes): Remove.
6200         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6201         correct byte-length only if the process's coding-system is the same as
6202         the one used internally by Emacs to represent strings.
6203
6204 2008-04-22  Juri Linkov  <juri@jurta.org>
6205
6206         * mailcap.el (mailcap-file-default-commands): New function.
6207
6208 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * message.el (message-signature-separator, message-cite-function):
6211         Change custom version.
6212
6213 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6214
6215         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6216         commands.
6217         (tls-checktrust): Ditto.
6218
6219 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * mm-decode.el (mm-display-external): Make temp file read-only.
6222
6223 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6226         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6227         `C-c C-f d'.
6228
6229 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6230
6231         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6232
6233 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * gnus.el: Bump version to 0.9.
6236
6237 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * gnus.el: No Gnus v0.8 is released.
6240
6241 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6242
6243         * mail-source.el (mail-source-value):
6244         Prefer fboundp to functionp so it works with macros as well.
6245
6246 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6249         Fix last change in case the element is not even a symbol.
6250
6251 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6252
6253         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6254         Prefer fboundp to functionp so it works with macros as well.
6255
6256 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6257
6258         * auth-source.el: Add docs.
6259         (auth-sources): Modify format to support server.
6260         (auth-source-pick, auth-source-user-or-password)
6261         (auth-source-user-or-password-imap)
6262         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6263         (auth-source-user-or-password-sftp)
6264         (auth-source-user-or-password-smtp): Add server parameter.
6265
6266 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * gnus-registry.el: Initialize the registry when gnus-registry-install
6269         is t.
6270
6271 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * compface.el (uncompface): Make buffer unibyte.
6274
6275 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * mail-source.el (mail-source-value):
6278         Prefer fboundp to functionp so it works with macros as well.
6279
6280 2008-04-05  Glenn Morris  <rgm@gnu.org>
6281
6282         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6283
6284 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6285
6286         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6287         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6288
6289         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6290         multibyteness after rather than before erasing it.
6291
6292         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6293         mm-with-multibyte.
6294         (gnus-request-article-this-buffer): Make sure the proper decoding is
6295         used if gnus-original-article-buffer happens to be unibyte.
6296
6297         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6298         default-enable-multibyte-characters.
6299
6300         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6301         default-enable-multibyte-characters.
6302
6303         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6304
6305         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6306
6307 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6308
6309         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6310         Fix last change in case the element is not even a symbol.
6311
6312 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6313
6314         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6315         (imap-message-copyuid-1): Use it.
6316         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6317         J. Williams in
6318         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6319
6320         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6321         imap-enable-exchange-bug-workaround.
6322         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6323
6324 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6325
6326         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6327         a 100 byte status-checks into a 2-3MB transfer for each group.
6328         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6329         to enable bug workaround or not.
6330         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6331
6332 2008-03-31  Glenn Morris  <rgm@gnu.org>
6333
6334         * message.el (mml2015-use): Declare for compiler.
6335         (message-info): Require mml2015 when appropriate.
6336
6337 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6340         whitespace.
6341
6342 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6343
6344         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6345         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6346         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6347         (nntp-service-to-port): New function.
6348         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6349         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6350         (nntp-open-netcat-stream): New function.
6351         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6352
6353 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6354
6355         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6356
6357 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6360
6361 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6362
6363         * dns.el (dns-write): Use set-buffer-multibyte.
6364
6365 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6366
6367         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6368
6369 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6370
6371         * message.el (message-signature-separator): Change default.
6372         Improve custom type.
6373         (message-cite-function): Change default to
6374         message-cite-original-without-signature.
6375
6376         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6377         toggle.
6378
6379         * message.el (message-check-news-body-syntax): Fix signature check.
6380         (message-setup-1): Mark buffer as unmodified _after_ running
6381         message-setup-hook and handling message-alternative-emails.
6382         (message-shorten-references): Be more strict when building list of
6383         valid references to comply with GNKSA.
6384
6385         * gnus-group.el (gnus-read-ephemeral-bug-group)
6386         (gnus-read-ephemeral-debian-bug-group)
6387         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6388
6389         * message.el (message-info): Don't use booleanp which isn't supported
6390         in Emacs 21 and XEmacs.
6391
6392 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6395         gnus-group-gmane-group-download-format.
6396         (gnus-group-read-ephemeral-gmane-group): Rename from
6397         gnus-group-read-ephemeral-gmane-group.
6398         (gnus-read-ephemeral-gmane-group-url): Rename from
6399         gnus-group-read-ephemeral-gmane-group-url.
6400         (gnus-bug-group-download-format-alist): New variable.
6401         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6402         (gnus-read-ephemeral-emacs-bug-group): New commands.
6403
6404 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6407         (gnus-visible-headers): Improve custom type.
6408
6409 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * mml.el (mml-menu): Add workarounds for XEmacs.
6412
6413         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6414         X-Boundary header.
6415
6416         * message.el (message-simplify-recipients): Fix previous commit.
6417
6418 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6419
6420         * mm-util.el (mm-set-buffer-multibyte): New function.
6421         * mm-decode.el (mm-copy-to-buffer): Use it.
6422
6423         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6424         Prefer fboundp to functionp so it works with macros as well.
6425
6426 2008-03-19  Glenn Morris  <rgm@gnu.org>
6427
6428         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6429         Accidentally removed in the sync process with Emacs.
6430
6431 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * message.el (message-alter-recipients-discard-bogus-full-name):
6434         New function.
6435         (message-alter-recipients-function): New variable.
6436         (message-get-reply-headers): Use it.
6437         (message-replace-header): New helper function.
6438         (message-recipients-without-full-name): New variable.
6439         (message-simplify-recipients): New command.
6440
6441         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6442
6443         * message.el (message-info): Handle EasyPG manual.
6444
6445         * mml.el (mml-menu): Add entry for EasyPG.
6446
6447 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6448
6449         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6450         parameter.
6451
6452         * message.el (message-disassociate-draft): Specify drafts group name
6453         fully.
6454
6455 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6456
6457         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6458         Eliminate unnecessary duplicates from the match list.
6459
6460 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6463
6464         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6465
6466         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6467         args of `how-many' of which the XEmacs version doesn't take; declare
6468         Info-index-next as function.
6469
6470 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-score.el (gnus-score-headers): Fix handling of
6473         gnus-inhibit-slow-scoring.
6474
6475         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6476         string.
6477         (gnus-button-url-regexp): Improve handling of parenthesis.
6478         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6479         (gnus-button-handle-info-keystrokes): Handle index entries.
6480
6481 2008-03-15  Glenn Morris  <rgm@gnu.org>
6482
6483         * parse-time.el (parse-time-string): Simplify.
6484
6485 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6488         Incoming* files.
6489
6490 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * auth-source.el (auth-sources): Rename from auth-source-choices.
6493         (auth-source-pick): Use it.
6494
6495 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6496
6497         * binhex.el (binhex-decode-region-internal):
6498         * uudecode.el (uudecode-decode-region-internal):
6499         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6500         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6501         setting default-enable-multibyte-characters.
6502
6503 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * auth-source.el (auth-source-protocols)
6506         (auth-source-protocols-customize, auth-source-choices): Add and
6507         modified variable customizations and defaults.
6508         (auth-source-pick, auth-source-user-or-password)
6509         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6510         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6511         (auth-source-user-or-password-sftp)
6512         (auth-source-user-or-password-smtp): Use new variables and provide an
6513         interface to netrc.el.
6514
6515 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6518         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6519         Make sure the nntp port to specify is a string.
6520
6521 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6522
6523         * nntp.el: Use with-current-buffer.
6524         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6525         dubious mm-with-unibyte-current-buffer.
6526         (nntp-with-open-group-function): New function extracted from
6527         nntp-with-open-group macro.
6528         (nntp-with-open-group): Use the function, so it's easier to debug.
6529         Add indentation and debugging info.
6530         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6531         Recommend the use of the netcat alternatives.
6532
6533         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6534         Avoid mm-string-as-multibyte as well.
6535
6536         * nnweb.el (nnweb-insert-html):
6537         Remove use of nnheader-string-as-multibyte.
6538
6539         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6540         (nnheader-string-as-multibyte): Remove.
6541
6542         * mm-view.el: Use inhibit-read-only.
6543         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6544         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6545         or unibyte-string.
6546
6547         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6548         (mm-uu-yenc-extract): Use with-current-buffer.
6549
6550         * gnus-soup.el (gnus-soup-send-packet): Don't use
6551         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6552
6553         * nnmh.el: Use with-current-buffer.
6554         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6555         mm-string-as-multibyte on the output of mm-encode-coding-string.
6556
6557         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6558         (nnimap-request-move-article): Use with-current-buffer.
6559
6560         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6561         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6562         conversion uses string-make-unibyte rather than string-as-unibyte.
6563
6564         * gnus-msg.el: Use with-current-buffer.
6565
6566         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6567
6568 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6569
6570         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6571         string for caching if it is 'PIN.
6572
6573 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * lpath.el: Consider the case without Emacs/W3.
6576
6577 2008-03-08  Glenn Morris  <rgm@gnu.org>
6578
6579         * time-date.el (date-to-time, time-subtract, time-add)
6580         (safe-date-to-time): Doc fixes.
6581
6582 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * mail-source.el (mail-source-delete-old-incoming-confirm):
6585         Change default to nil.
6586         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6587
6588 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * lpath.el: Rearrange.
6591
6592         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6593         (gnus-article-goto-prev-page): Work for articles having ^L's.
6594
6595         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6596
6597         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6598
6599 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6600
6601         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6602         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6603         (gnus-bookmark-jump): Adjust some variable names.
6604
6605 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6606
6607         * auth-source.el: New package.
6608         (auth-source-choices): Add customization entry point variable.
6609
6610         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6611         bug.
6612
6613 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6616         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6617         (gnus-registry-install-shortcuts): Rename from
6618         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6619         the `gnus-registry-mark-map' keymap dynamically from
6620         `gnus-registry-marks'.  The generated functions update the summary line
6621         when a registry mark is added or deleted, and will call
6622         `gnus-registry-install-p' (see the comments in the code).
6623         (gnus-registry-user-format-function-M): Use concat intelligently.
6624
6625         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6626         the registry mark functions.
6627
6628 2008-03-05  Glenn Morris  <rgm@gnu.org>
6629
6630         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6631         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6632         gnus-art.
6633         (top-level): No need to load own source when compiling.
6634
6635 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6638         Suggested by <chris.anderton@zetnet.co.uk>.
6639
6640 2008-03-04  Glenn Morris  <rgm@gnu.org>
6641
6642         * gnus-sum.el (top-level): No need to require gnus when compiling,
6643         since unconditionally required near start of file.
6644         (gnus-summary-display-while-building): Move definition before use.
6645
6646 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * gnus-registry.el (gnus-registry-user-format-function-M):
6649         Add formatting function.
6650
6651 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6652
6653         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6654         with plists.
6655         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6656         Use new format.
6657
6658 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6661         `where-is-internal' that returns a range of key sequences.
6662
6663 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6664
6665         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6666
6667         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6668         (gnus-summary-jump-to-group): Consider windows on other displayed
6669         frames as well.  Similar changes might be needed elsewhere, but that's
6670         the one I've bumped into during my use.
6671
6672         * nndoc.el (nndoc-oe-dbx-type-p):
6673         * gnus-msg.el (gnus-debug):
6674         * gnus-group.el (gnus-update-group-mark-positions):
6675         Use mm-string-to-multibyte.
6676
6677 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6680         doesn't handle NotDashEscaped.
6681
6682         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6683         (mml-dnd-attach-options): Fix typo in custom choice.
6684
6685         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6686         Change nndoc-article-type to mbox.
6687         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6688
6689         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6690         to nil, instead of html2text.
6691
6692         * imap.el (imap-debug): Add `imap-ping-server'.
6693
6694         * gnus-bookmark.el: Add FIXMEs.
6695
6696         * message.el (message-form-letter-separator)
6697         (message-send-form-letter-delay): New variables.
6698         (message-send-form-letter): Use them.  New command to send form
6699         letters.  Requested by Uwe Siart.
6700         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6701
6702 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * Update copyright years.
6705
6706 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         Sync from EMACS_22_BASE.
6709
6710         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6711
6712 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6713
6714         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6715         empty author.
6716
6717 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6718
6719         * gnus-registry.el (gnus-registry-marks): Add variable for
6720         customization of marks and their appearance.
6721         (gnus-registry-read-mark): Use it.
6722         (gnus-registry-do-marks): Add utility function to loop through
6723         `gnus-registry-marks'.
6724         (gnus-registry-install-shortcuts-and-menus): Add function to install
6725         shortcuts and menus.
6726         (gnus-registry-initialize): Use it.
6727         (gnus-registry-default-mark): Clarify documentation.
6728
6729 2008-02-29  Glenn Morris  <rgm@gnu.org>
6730
6731         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6732         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6733         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6734         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6735         Change defcustom :version from 23.0 to 23.1.
6736
6737 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-registry.el (gnus-registry-follow-group-p)
6740         (gnus-registry-post-process-groups): Add functions to aid registry
6741         splitting and improve logging.  Clarify behavior in function
6742         documentation.
6743         (gnus-registry-split-fancy-with-parent): Use them.
6744
6745 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * gnus-art.el: Use with-current-buffer.
6748
6749 2008-02-27  David Engster  <dengste@eml.cc>
6750
6751         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6752         Express real group name in the response.
6753
6754 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6757         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6758         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6759         autoload gnus-registry-fetch-group when compiling.
6760         (nnmairix-request-group-with-article-number-correction):
6761         Remove unreferenced argument passed to nnmairix-call-backend.
6762
6763 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6766         (mm-uu-extract): Improve face for low color ttys.
6767         Reported by Sascha Wilde.
6768
6769 2008-02-27  Glenn Morris  <rgm@gnu.org>
6770
6771         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6772         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6773         variables to defconsts.  Convert comments to doc-strings.
6774         (nnmairix-last-server, nnmairix-current-server): Convert from free
6775         variables to defvars.  Convert comments to doc-strings.
6776         (gnus-registry-fetch-group): Autoload.
6777         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6778         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6779         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6780         caddr.
6781         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6782         nnmairix-request-group-with-article-number-correction call.
6783         (nnmairix-fast, nnmairix-group): New, less general names, for free
6784         variables passed from nnmairix-request-group to
6785         nnmairix-request-group-with-article-number-correction.  Declare.
6786         (nnmairix-request-group-with-article-number-correction):
6787         Use nnmairix-fast, nnmairix-group rather than fast, group.
6788
6789 2008-02-26  David Engster  <dengste@eml.cc>
6790
6791         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6792         version 0.5.
6793
6794 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6797         instead of making an extra function call.  Don't add the current group
6798         to articles only when they have the group.  Use
6799         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6800         Reported by David <de_bb@arcor.de>.
6801
6802 2008-02-24  Miles Bader  <miles@gnu.org>
6803
6804         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6805         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6806         (mm-find-mime-charset-region):
6807         * mm-bodies.el (mm-encode-body):
6808         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6809
6810 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6813         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6814
6815 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * mail-source.el (mail-source-delete-incoming): Change default.
6818         Supplement doc string.
6819
6820         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6821
6822 2008-02-14  Glenn Morris  <rgm@gnu.org>
6823
6824         * time-date.el (format-seconds): New function.
6825
6826 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * nnmail.el (nnmail-message-id-cache-file): Derive from
6829         `gnus-home-directory'.
6830
6831 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6834         Document negative prefix.
6835
6836         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6837
6838 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * message.el (message-unsent-separator): Add the Exim bounce
6841         separator.
6842
6843 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6844
6845         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6846         list.
6847         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6848         recipient/signer list.
6849
6850 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * Makefile.in (datarootdir): Define.
6853         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6854         name that might contain whitespace.
6855
6856 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6859         fbound (Emacs 23 unicode), signal an error.
6860
6861 2008-02-08  Glenn Morris  <rgm@gnu.org>
6862
6863         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6864
6865 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6866
6867         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6868         ports to the calls to `netrc-machine-user-or-password' in addition to
6869         "imap" and "imaps".
6870
6871 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6872
6873         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6874
6875         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6876
6877 2008-02-01  Kenichi Handa  <handa@m17n.org>
6878
6879         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6880         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6881         (rfc2104-hash): Convert the result of concat to unibyte string.
6882
6883 2008-02-01  Dave Love  <fx@gnu.org>
6884
6885         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6886         coding-system-for-read.
6887         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6888
6889 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6892         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6893         <hanche@math.ntnu.no>.
6894
6895 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6898
6899         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6900
6901 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6902
6903         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6904         * message.el (message-beginning-of-line): Use featurep instead of bound
6905         tests in order to resolve conditionals at compile time.
6906
6907 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6908
6909         * mail-source.el (mail-sources): Add `group' choice.
6910
6911         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6912         parameter `in-group' to control into which group the articles go.
6913         Add treatment of `group' mail-source.
6914
6915 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6918
6919         * mm-decode.el (mm-dissect-buffer): Decode description.
6920
6921         * mml.el (mml-to-mime): Encode message header first.
6922
6923 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6926         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6927
6928         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6929         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6930
6931 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6934
6935 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6938         prefix keys.
6939         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6940         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6941         gnus-xmas.el.
6942
6943         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6944         (gnus-xmas-article-describe-bindings): New function.
6945         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6946         gnus-xmas-article-describe-bindings.
6947
6948         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6949
6950 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6951
6952         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6953         Add new variables for article mark management.
6954         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6955         list of extra data entries which, when present, will indicate that the
6956         article ID should not be trimmed from the registry.
6957         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6958         functions.
6959         (gnus-registry-read-mark): New function to read a mark name from the
6960         user.
6961         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6962         (gnus-registry-set-article-mark-internal): New functions to add and
6963         remove marks.
6964         (gnus-registry-get-article-marks): New function to show the marks for
6965         an article, or retrieve them for further use.
6966
6967 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6970         keys when no argument is given.
6971
6972 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * imap.el (imap-ping-server): New variable.
6975         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6976         (imap-ping-server): Minor doc string fixes.
6977
6978 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6979
6980         * imap.el (imap-ping-server): New function.
6981         (imap-opened): Call imap-ping-server.
6982
6983 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-sum.el (gnus-article-sort-by-random)
6986         (gnus-thread-sort-by-random): Fix doc strings.
6987         Reported by jidanni@jidanni.org.
6988
6989 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-art.el (gnus-article-describe-bindings): New function.
6992         (gnus-article-read-summary-keys): Use it.
6993         (gnus-article-mode-map): Bind `C-h b' to it.
6994
6995 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6998         XEmacs.
6999         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7000         Protect against non-character events.
7001
7002         * lpath.el: Fbind map-keymap for Emacs 21.
7003
7004 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7007         New command.
7008         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7009         instead of END.  Change name of the temp file.
7010         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7011         customizable.
7012
7013 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7016         bind `S W' to gnus-article-wide-reply-with-original; set default
7017         binding to gnus-article-read-summary-send-keys.
7018         (gnus-article-read-summary-keys): Fix the order of keys; display
7019         continuation keys correctly in the echo area; describe bindings
7020         correctly when keys end with `C-h'.
7021         (gnus-article-read-summary-send-keys): New function.
7022         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7023         Work for gnus-article-read-summary-send-keys; display continuation keys
7024         correctly in the echo area.
7025         (gnus-article-reply-with-original): Ignore prefix argument.
7026         (gnus-article-wide-reply-with-original): New function.
7027
7028         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7029         Emacs 21.
7030
7031 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7034         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7035
7036 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7039         (gnus-group-read-ephemeral-gmane-group): New command.
7040
7041 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7042
7043         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7044
7045 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * message.el (message-send-mail-function): Increase custom version.
7048
7049         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7050         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7051
7052 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7055         for the cases where imap-authenticate is called with a nil buffer
7056         parameter.
7057
7058 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7061         html parts correctly; support forwarded messages.
7062         (gnus-article-browse-html-article): Remove work buffers.
7063
7064         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7065         compiling.
7066         (netrc-bound-and-true-p): New macro.
7067         (netrc-parse): Use it instead of bound-and-true-p that is not available
7068         in XEmacs 21.4.
7069
7070 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7071
7072         * gnus-registry.el (gnus-registry-mark-article)
7073         (gnus-registry-article-marks): Add functionality to mark articles
7074         through the Gnus registry.
7075
7076         * encrypt.el: Clarify documentation for the new pgg method.
7077         (encrypt-file-alist): Add PGG option.
7078         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7079         functionality.  Abstract password key and messaging to external
7080         functions.
7081         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7082         (encrypt-message-method-and-cipher): Add new convenience external
7083         functions.
7084         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7085         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7086
7087         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7088         (netrc-parse): Use encrypt-file-alist to determine if
7089         encrypt-find-model or encrypt-insert-file-contents should be used.
7090
7091         * encrypt.el: Clarify documentation.  Load password-cache or
7092         password, whichever one is found first, instead of autoloading.
7093
7094 2007-12-19  Glenn Morris  <rgm@gnu.org>
7095
7096         * mml.el (message-options-set, message-narrow-to-head)
7097         (message-in-body-p, message-mail-p, message-encode-message-body):
7098         Autoload.
7099         (message-remove-header, message-narrow-to-headers-or-head)
7100         (message-subscribed-p, message-make-mail-followup-to)
7101         (message-position-on-field, message-news-p)
7102         (message-options-set-recipient, message-generate-headers)
7103         (message-sort-headers): Declare as functions.
7104
7105 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7108         convention in doc string.
7109
7110 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7113         title to html parts.
7114         (gnus-article-browse-html-article): Pass message header to it.
7115
7116         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7117
7118 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7121         or password compatible with XEmacs.
7122
7123 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7126         format document.
7127         (gnus-mime-delete-part): Don't write description line if empty.
7128         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7129
7130 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
7131
7132         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7133         (gnus-summary-mark-read-and-unread-as-read)
7134         (gnus-summary-mark-current-read-and-unread-as-read)
7135         (gnus-summary-mark-unread-as-ticked): Doc fix.
7136         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7137
7138 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7141         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7142
7143 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7146         yes-or-no-p.
7147
7148 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * mm-decode.el (mm-add-meta-html-tag): New function.
7151         (mm-save-part-to-file, mm-pipe-part): Use it.
7152
7153         * gnus-art.el (gnus-article-browse-delete-temp-files):
7154         Use gnus-y-or-n-p instead of y-or-n-p.
7155         (gnus-article-browse-html-parts): Work with message/external-body; use
7156         mm-add-meta-html-tag.
7157
7158 2007-12-11  Glenn Morris  <rgm@gnu.org>
7159
7160         * gnus-cache.el: Require gnus-sum not just when compiling.
7161
7162         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7163
7164         * gnus-int.el (gnus-server-opened, gnus-status-message):
7165         Move definitions before use.
7166
7167         * mm-decode.el: Require gnus-util.
7168         (mm-remove-part): Only call delete-annotation on XEmacs.
7169
7170         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7171
7172         * nnmail.el: Require gnus-int.
7173
7174         * spam.el: Move `require's before `eval-when-compile's.
7175
7176         * gnus-ems.el (gnus-alive-p):
7177         * gnus-fun.el (message-goto-eoh):
7178         * gnus-util.el (gnus-group-name-decode):
7179         * mail-source.el (gnus-compress-sequence):
7180         * message.el (Info-goto-node, format-spec):
7181         * mm-bodies.el (message-options-get):
7182         * mm-decode.el (mm-view-pkcs7):
7183         * mm-util.el (gmm-write-region):
7184         * mml-smime.el (mml-compute-boundary)
7185         (gnus-completing-read-with-default):
7186         * mml.el (widget-button-press, gnus-make-hashtable):
7187         * mml1991.el (mm-decode-content-transfer-encoding)
7188         (mm-encode-content-transfer-encoding)
7189         (message-options-get, message-options-set):
7190         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7191         * nnfolder.el (gnus-request-group):
7192         * nnheader.el (ietf-drums-unfold-fws):
7193         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7194         * smime.el (gnus-run-mode-hooks):
7195         * spam-stat.el (gnus-message): Autoload.
7196
7197         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7198         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7199         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7200         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7201         Add declare-function compatibility definition.
7202
7203         * gnus-cache.el (nnvirtual-find-group-art):
7204         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7205         (gnus-add-image, gnus-add-wash-type):
7206         * gnus-group.el (nnkiboze-score-file):
7207         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7208         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7209         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7210         (message-tokenize-header, gnus-get-buffer-create)
7211         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7212         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7213         * gnus.el (gnus-group-decoded-name):
7214         * mail-source.el (imap-capability):
7215         * mm-bodies.el (message-options-set):
7216         * mm-decode.el (gnus-configure-windows):
7217         * mm-extern.el (message-goto-body):
7218         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7219         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7220         (epg-sub-key-validity, message-options-set):
7221         * mml.el (widget-event-point, gnus-configure-windows):
7222         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7223         * mml2015.el (epg-check-configuration, epg-configuration)
7224         (message-options-set):
7225         * nndb.el (nndb-request-article):
7226         * nnfolder.el (gnus-request-create-group):
7227         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7228         * nnmaildir.el (gnus-group-mark-article-read):
7229         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7230         * rfc1843.el (message-fetch-field):
7231         * spam.el (gnus-extract-address-components):
7232         Declare as functions.
7233
7234 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7237
7238         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7239
7240         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7241         bind show-trailing-whitespace for XEmacs.
7242
7243 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7246         new no-op macro for backward compatibility.
7247
7248         * imap.el (imap-string-to-integer): New function.
7249
7250 2007-12-09  Glenn Morris  <rgm@gnu.org>
7251
7252         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7253
7254         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7255         * message.el, mm-view.el, sieve-manage.el, smime.el:
7256         Add declare-function compatibility definition.
7257
7258         * gnus-art.el (w3-region, w3m-region, Info-menu):
7259         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7260         * gnus-sum.el (gnus-get-predicate):
7261         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7262         * message.el (mail-abbrev-in-expansion-header-p):
7263         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7264         (w3m-detect-meta-charset, w3m-region):
7265         * sieve-manage.el (password-read, password-cache-add)
7266         (password-cache-remove):
7267         * smime.el (password-read-and-add): Declare as functions.
7268
7269 2007-12-08  David Kastrup  <dak@gnu.org>
7270
7271         * gnus-sum.el (gnus-summary-simplify-subject-query):
7272         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7273         `message'.
7274
7275 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7278         it to bind idna-program, installation-directory, defined-colors, and
7279         face-attribute for XEmacs of the version that compiles defcustom forms.
7280
7281 2007-12-07  Glenn Morris  <rgm@gnu.org>
7282
7283         * gnus-art.el (article-make-date-line): Revert previous change.
7284
7285 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7288
7289 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7290
7291         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7292         Call gnus-add-to-range ranges only once with a prepared article-list.
7293
7294 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7295
7296         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7297         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7298         group names with backslashes.
7299         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7300
7301 2007-12-06  Deepak Goel  <deego3@gmail.com>
7302
7303         * gnus-art.el (article-make-date-line):
7304         * gnus-start.el (gnus-load):
7305         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7306
7307 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-use-idna)
7310         * gnus-start.el (gnus-site-init-file)
7311         * message.el (message-use-idna)
7312         * mm-uu.el (mm-uu-hide-markers)
7313         * smiley.el (smiley-style): Revert changes that suppress warnings.
7314
7315 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7318         specify charset to html source.
7319         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7320
7321 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7324         idna-program in order to suppress byte compile warning issued by XEmacs
7325         that came to byte compile the default value section of defcustom forms
7326         recently.
7327
7328         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7329         value of installation-directory.
7330
7331         * message.el (message-use-idna): Don't directly refer to the value of
7332         idna-program.
7333
7334         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7335
7336         * smiley.el (smiley-style): Don't directly call face-attribute.
7337
7338 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7341
7342         * gnus-dired.el: Reduce Gnus dependencies.
7343         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7344         Don't require.  Use autoloads instead.
7345         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7346         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7347         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7348         (gnus-dired-mode): Adjust doc string.
7349         (gnus-dired-mail-mode): New variable.
7350         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7351         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7352         (gnus-dired-mail-buffers): New function.  Return mail or message
7353         composition buffers.
7354         (gnus-dired-attach): Use it.
7355         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7356         NO-DECODE.
7357         (gnus-dired-print): Use `gnus-print-buffer' depending on
7358         `gnus-dired-mail-mode'.
7359
7360 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * rfc2047.el (rfc2047-encoded-word-regexp)
7363         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7364         explaining what regexp patterns are for.
7365
7366 2007-12-04  Glenn Morris  <rgm@gnu.org>
7367
7368         * password.el: Move to password-cache.el.
7369
7370         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7371         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7372         * mml-smime.el (password-read, password-cache-add)
7373         (password-cache-remove):
7374         No need to autoload, since mml-sec requires password.
7375
7376         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7377         * message.el (gnus-extract-address-components):
7378         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7379
7380         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7381         password.
7382
7383 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * mailcap.el: Reduce dependencies.
7386         (mail-header-parse-content-type): Autoload.
7387         (mailcap-delete-duplicates): New alias.
7388         (mailcap-mime-info): Add optional argument NO-DECODE.
7389         (mailcap-mime-types): Use mailcap-delete-duplicates.
7390
7391         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7392
7393 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7394
7395         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7396         (imap-parse-status): Upcase status-att for servers that sends them
7397         lower-case (e.g., MS Exchange 2007).
7398
7399 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7402         function.
7403
7404         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7405         (gnus-uu-yenc-article): New function.
7406
7407         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7408
7409         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7410
7411 2007-12-02  Glenn Morris  <rgm@gnu.org>
7412
7413         * binhex.el (binhex): New custom group.
7414         (binhex-decoder-program, binhex-decoder-switches)
7415         (binhex-use-external): Move to the binhex custom group.
7416
7417         * uudecode.el (uudecode): New custom group.
7418         (uudecode-decoder-program, uudecode-decoder-switches)
7419         (uudecode-use-external): Move to the uudecode custom group.
7420
7421         * netrc.el (top-level): Don't load `encrypt' features.
7422         (netrc-parse): Don't use encrypt.
7423         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7424
7425         * encrypt.el: Remove file.
7426
7427 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7430         matches on patches.
7431
7432         * gnus-art.el (gnus-article-browse-html-article):
7433         Mention `mm-text-html-renderer' in the doc string.
7434
7435         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7436         string.  Add comments.
7437
7438         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7439         if rhs is ASCII.
7440
7441 2007-12-01  Glenn Morris  <rgm@gnu.org>
7442
7443         * mail-source.el (top-level): Require format-spec before
7444         eval-when-compile.
7445
7446 2007-11-30  Glenn Morris  <rgm@gnu.org>
7447
7448         * encrypt.el: Require password, rather than autoloading password-read.
7449
7450 2007-11-29  Glenn Morris  <rgm@gnu.org>
7451
7452         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7453         (sasl-make-client, sasl-next-step, sasl-step-data)
7454         (sasl-step-set-data): Declare as functions.
7455
7456 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7459
7460 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7461
7462         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7463         certs should be verified and what is to be done in the event of a
7464         verification failure.
7465
7466         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7467         caller can indicate whether the cache should be disregarded for this
7468         call.  This way the result of the call is reproducible at all times and
7469         can be considered a canonical server name for the supplied method.
7470         (gnus-agent-method-p): Canonicalize server names by pushing their
7471         method through `gnus-method-to-server' using the no-cache argument.
7472
7473         * gnus-srvr.el (gnus-server-insert-server-line):
7474         Call `gnus-method-to-server' with `no-cache' argument.
7475
7476         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7477         gnus-agent-possibly-synchronize-flags as this should be called when the
7478         server is actually being opened.
7479         (gnus-agent-possibly-synchronize-flags)
7480         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7481         flags file of an agentized server to the latter function.
7482
7483         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7484         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7485         after a connection has been established successfully.
7486
7487 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-art.el (article-display-face): Force to display face if called
7490         interactively; check if gnus-article-x-face-too-ugly matches author.
7491         (article-display-x-face): Display face even if From header is missing
7492         as article-display-face does.
7493
7494 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7495
7496         * hashcash.el (message-narrow-to-headers-or-head)
7497         (message-fetch-field, message-goto-eoh)
7498         (message-narrow-to-headers): Declare as functions.
7499
7500 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * mail-source.el (mail-sources): Default to fetch from file for
7503         compatibility with default of nnmail-spool-file.
7504
7505 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7508         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7509         to look for encoded word that should be encoded again.
7510         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7511         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7512         encoding pattern.
7513         (rfc2047-decode-region): Switch strict regexp and loose one according
7514         to rfc2047-allow-irregular-q-encoded-words.
7515
7516 2007-11-25  Romain Francoise  <romain@orebokech.com>
7517
7518         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7519
7520 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * tls.el (tls-program): Provide more custom choices from
7523         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7524         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7525
7526 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7529         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7530
7531         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7532         `nnmail-spool-file'.
7533
7534         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7535         `nnmail-spool-file'.
7536
7537         * gnus-move.el (gnus-change-server): Ditto.
7538
7539         * gnus-kill.el (gnus-batch-score): Ditto.
7540
7541         * gnus-cache.el (gnus-jog-cache): Ditto.
7542
7543         * gnus-msg.el (gnus-summary-reply):
7544         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7545
7546 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7549         version.  Minor improvement to doc strings.
7550         (tls-program): Add comment.
7551
7552 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7553
7554         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7555         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7556         mismatch between the hostname provided in the certificate and the name
7557         of the host connnecting to.
7558         (open-tls-stream): Use them.  Check certificates against trusted root
7559         certificates.
7560
7561 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * gnus-cache.el (gnus-cache-generate-nov-databases):
7564         Use nnml-generate-nov-databases-directory instead of
7565         nnml-generate-nov-databases-1.
7566
7567 2007-11-24  Glenn Morris  <rgm@gnu.org>
7568
7569         * message.el (message-tool-bar-retro): Update for rename
7570         mail_send.xpm->mail-send.xpm.
7571
7572 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7575         `smime-ldap-search' for Emacs 22 and up.
7576
7577 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7578
7579         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7580
7581         * message.el (message-send-mail-function): Fix error convention.
7582         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7583         (message-widen-reply, message-send-mail, message-talkative-question)
7584         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7585         (message-clone-locals, message-send-news): Use with-current-buffer.
7586         (message-insert-or-toggle-importance): Remove unused var `valid'.
7587         (message-make-references): Remove unused var `new-references'.
7588         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7589
7590 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7591
7592         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7593         (spam-split-symbolic-return-positive): Reflow docstring.
7594         (spam-backends, spam-summary-exit-behavior)
7595         (spam-mark-ham-unread-before-move-from-spam-group)
7596         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7597         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7598         (spam-clear-cache, spam-backend-check, spam-install-backend)
7599         (spam-install-statistical-backend, spam-list-of-processors)
7600         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7601         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7602         (spam-check-crm114, spam-initialize, spam-unload-hook):
7603         Fix typos in docstrings.
7604
7605 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7608         been checked if they have never been read and those group levels are
7609         higher than the one that a user specified.
7610
7611 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7614         foreign groups unless a group level is specified by a user.
7615         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7616
7617 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * message.el (message-send-mail-function): Require sendmail.
7620
7621 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * message.el (message-send-mail-function): Check for smtpmail too.
7624
7625         * utf7.el (utf7-encode, utf7-decode): Use coding system
7626         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7627
7628         * message.el (message-send-mail-function): New function.
7629         (message-send-mail-function): Set default using
7630         message-send-mail-function.  Adjust doc string.
7631         (message-send-mail-with-mailclient): New function.
7632
7633 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7634
7635         * smime.el (from):
7636         * rfc2047.el (message-posting-charset):
7637         * qp.el (mm-use-ultra-safe-encoding):
7638         * pop3.el (parse-time-months):
7639         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7640         * nnml.el (files):
7641         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7642         (jka-compr-compression-info-list, ange-ftp-path-format)
7643         (efs-path-regexp):
7644         * nndiary.el (files):
7645         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7646         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7647         (epg-digest-algorithm-alist, inhibit-redisplay)
7648         (password-cache-expiry):
7649         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7650         (pgg-output-buffer, password-cache-expiry):
7651         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7652         (efs-path-regexp):
7653         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7654         (inhibit-redisplay):
7655         * mm-uu.el (file-name, start-point, end-point, entry)
7656         (gnus-newsgroup-name, gnus-newsgroup-charset):
7657         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7658         (latin-unity-ucs-list):
7659         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7660         (mm-uu-binhex-decode-function):
7661         * message.el (gnus-message-group-art, gnus-list-identifiers)
7662         (rmail-enable-mime-composing, gnus-local-organization)
7663         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7664         (gnus-read-active-file, facemenu-add-face-function)
7665         (facemenu-remove-face-function, gnus-article-decoded-p)
7666         (tool-bar-mode):
7667         * mail-source.el (display-time-mail-function):
7668         * gnus-util.el (nnmail-pathname-coding-system)
7669         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7670         (gnus-original-article-buffer, gnus-user-agent)
7671         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7672         (xemacs-codename, sxemacs-codename, emacs-program-version):
7673         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7674         * gnus-start.el (gnus-agent-covered-methods)
7675         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7676         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7677         (gnus-newsgroup-headers, gnus-group-list-mode)
7678         (gnus-group-mark-positions, gnus-newsgroup-data)
7679         (gnus-newsgroup-unreads, nnoo-state-alist)
7680         (gnus-current-select-method, mail-sources)
7681         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7682         (nnmail-spool-file, gnus-cache-active-hashtb):
7683         * gnus-mh.el (mh-lib-progs):
7684         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7685         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7686         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7687         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7688         (gnus-group-buffer):
7689         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7690         (font-lock-set-defaults):
7691         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7692         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7693         (gnus-summary-post-menu, total-parts, type, condition, length):
7694         * gnus-agent.el (gnus-agent-read-agentview):
7695         * flow-fill.el (show-trailing-whitespace):
7696         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7697         eval-and-compile wrappers for byte compiler pacifiers.
7698
7699         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7700         (mm-display-inline-fontify): Check for featurep 'xemacs not
7701         extent-list.
7702
7703         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7704         itimer-list.
7705         (mm-create-image-xemacs): Only do something for XEmacs.
7706         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7707
7708         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7709
7710         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7711         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7712
7713 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7714
7715         * nnimap.el (nnimap-split-download-body):
7716         * gnus-demon.el (gnus-demon):
7717         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7718
7719 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7722         New macros.
7723         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7724         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7725         copy data from unibyte buffer to multibyte current buffer.
7726         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7727         to copy data from unibyte current buffer to multibyte buffer.
7728         (nntp-make-process-buffer): Make process buffer unibyte.
7729
7730         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7731
7732 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7733
7734         * pop3.el (pop3-open-server): Accept and process data more robustly at
7735         connexion start to avoid spurious "POP SSL connexion failed" errors.
7736
7737 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7740         read group names.
7741
7742 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7745
7746 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7749         (nnmail-save-active): Use a unibyte buffer when saving active file,
7750         which may contain non-ASCII group names.
7751
7752         * nnml.el (nnml-request-group): Decode group names in messages.
7753
7754 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * message.el (message-citation-line-function)
7757         (message-insert-formatted-citation-line): Fix spelling of
7758         `message-insert-formated-citation-line'.
7759
7760 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7763
7764 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7767         nnmail-pathname-coding-system.
7768
7769         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7770         that a user enters; decode group names in messages.
7771
7772         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7773
7774 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7777
7778         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7779
7780         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7781         risky local variable.
7782
7783         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7784
7785 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * encrypt.el: Improve documentation to fix function name typo.
7788         Reported by Daiki Ueno <ueno@unixuser.org>.
7789
7790 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7793         even if the point is not in the last page of an article.
7794         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7795         back to the previous page.
7796
7797 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7800
7801 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7804
7805 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7806
7807         * message.el (message-check-news-body-syntax):
7808         Avoid mm-string-as-multibyte.
7809         (message-hide-headers): Don't assume (point-min)==1.
7810
7811 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * message.el (message-remove-blank-cited-lines): Fix if remove is
7814         given.
7815         (message-bogus-address-regexp): New variable.
7816         (message-bogus-recipient-p): New function.
7817         (message-check-recipients): New command.
7818         (message-syntax-checks): Add `bogus-recipient'.
7819         (message-fix-before-sending): Add `bogus-recipient'.
7820
7821         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7822         (gnus-treat-body-boundary): Don't test window-system.
7823
7824 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7825
7826         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7827
7828 2007-10-28  Miles Bader  <miles@gnu.org>
7829
7830         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7831         at compile-time too.
7832
7833 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * gnus-msg.el (gnus-message-setup-hook):
7836         Add `message-remove-blank-cited-lines' to options.
7837
7838 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * message.el (message-remove-blank-cited-lines): New function.
7841         Suggested by Karl PlĂ€sterer.
7842
7843 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7846         mapc.
7847
7848         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7849         (top-level): Use mapc to set functions to be traced for debugging.
7850
7851         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7852         called for effect with while loop.
7853
7854         * message.el (message-talkative-question): Replace mapcar called for
7855         effect with mapc.
7856
7857         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7858         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7859         called for effect with dolist.
7860
7861         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7862
7863         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7864         gnus-extra-headers and nnmail-extra-headers.
7865
7866         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7867         called for effect with dolist.
7868         (top-level): Use mapc to set functions to be traced for debugging.
7869
7870         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7871         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7872         dolist.
7873
7874         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7875         Replace mapcar called for effect with mapc.
7876         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7877         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7878         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7879         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7880
7881         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7882         remove-if that's a cl function.
7883
7884         * webmail.el (webmail-debug): Replace mapcar called for effect with
7885         dolist.
7886
7887         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7888         with mapc.
7889
7890 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7893         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7894         with while loop.
7895
7896         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7897         functions from article-* functions.
7898         (gnus-multi-decode-header): Replace mapcar called for effect with
7899         dolist.
7900
7901         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7902         (gnus-bookmark-show-details): Replace mapcar called for effect with
7903         while loop.
7904
7905         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7906         called for effect with while loop.
7907
7908         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7909         with dolist.
7910
7911         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7912         Replace mapcar called for effect with dolist.
7913
7914         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7915
7916         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7917         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7918         Replace mapcar called for effect with dolist.
7919         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7920         mapc.
7921
7922         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7923         Replace mapcar called for effect with dolist.
7924         (gnus-topic-list): Replace mapcar called for effect with mapc.
7925
7926         * gnus.el: Use mapc instead of mapcar to add autoloads.
7927
7928 2007-10-23  Richard Stallman  <rms@gnu.org>
7929
7930         * gnus-group.el (gnus-group-highlight): Mark as risky.
7931
7932 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus.el (gnus-server-to-method): Return method found first in
7935         gnus-newsrc-alist.
7936
7937         * gnus-art.el (gnus-article-highlight-signature)
7938         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7939         button overlay without the front stickiness.
7940
7941 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7942
7943         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7944         overview buffer needed a catch to receive its throw.
7945         (gnus-agent-flush-cache): Declare as interactive to make this function
7946         easier to use.
7947
7948 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7951         `next-line'.
7952
7953 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7956         exclude address matching message-dont-reply-to-names.
7957
7958 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-util.el (gnus-string<): New function.
7961
7962         * gnus-sum.el (gnus-article-sort-by-author)
7963         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7964
7965 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7968         the frame-focus tag is set in gnus-buffer-configuration.
7969
7970 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7973         the front stickiness.
7974
7975 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7978         url pattern; remove duplicate one.
7979         (gnus-article-extend-url-button): New function.
7980         (gnus-article-add-buttons): Use it.
7981         (gnus-button-push): Use concatenated url that it makes.
7982
7983 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7984
7985         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7986
7987 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7988
7989         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7990         Don't hardcode point-min==1.
7991
7992 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7995         Fix comment about "iso8859-1".
7996
7997 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7998
7999         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8000         ones returned from the verify-function.
8001
8002         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8003         Call mml2015-extract-cleartext-signature if extraction failed.
8004
8005 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8006
8007         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8008         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8009         failed.
8010
8011 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8014
8015 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8018         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8019         recommends to use EasyPG instead of PGG.
8020
8021         * pgg.el: Revert to revision 6.23.2.16.
8022
8023         * pgg-def.el: Revert to revision 6.6.2.14.
8024
8025         * pgg-gpg.el: Revert to revision 6.23.2.34.
8026
8027 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8028
8029         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8030         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8031         thread for both the null and zero (kill/expire thread) universal prefix
8032         cases.
8033         (gnus-summary-expire-thread): Add new function to expire a thread,
8034         using gnus-summary-kill-thread.
8035         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8036         shortcuts for gnus-summary-expire-thread.
8037         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8038         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8039
8040 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8043         extras value, so an extras entry can be deleted.
8044         (gnus-registry-delete-extra-entry): Use it.
8045         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8046         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8047         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8048         storage through the gnus-registry, and provide an appropriate API for
8049         it.
8050
8051 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8054         Suggested by Leo <sdl.web@gmail.com>.
8055
8056         * gnus.el: Do.
8057
8058 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8061         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8062
8063         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8064
8065         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8066         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8067
8068 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8071         newline.
8072         (nnmbox-request-accept-article): Don't change article in source buffer;
8073         narrow to header to use message-fetch-field rather than
8074         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8075         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8076         as delimiters; make sure article ends with newline.
8077         (nnmbox-delete-mail): Correct last position of article to be deleted;
8078         ignore X-Gnus-Newsgroup header in article body.
8079         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8080         positions; make sure article ends with newline.
8081
8082         * message.el (message-display-abbrev): Don't infloop when a user
8083         inserts SPC in the beginning of header.
8084
8085         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8086         coding-system-for-read and coding-system-for-write for XEmacs having no
8087         file-coding feature.
8088
8089         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8090
8091 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8092
8093         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8094         list of groups not followed by default.  Fix type to be regexp.
8095         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8096
8097 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8098
8099         * hmac-def.el (define-hmac-function): Switch from old-style to
8100         new-style backquotes.
8101
8102         * md4.el (md4-make-step): Likewise.
8103
8104 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8107         raw-text coding system when saving .newsrc file, which may contain
8108         non-ASCII group names.
8109
8110 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-cus.el (gnus-score-extra): New widget.
8113         (gnus-score-extra-convert): New function.
8114         (gnus-score-customize): Use it for Extra.
8115
8116 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8117
8118         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8119         (mml2015-mailcrypt-clear-verify): Use it.
8120         (mml2015-gpg-clear-verify): Use it.
8121         (mml2015-pgg-clear-verify): Use it.
8122         (mml2015-epg-clear-verify): Replace the current part with the output
8123         from GnuPG; don't extract the plaintext by itself.
8124
8125         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8126         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8127         mml2015-clear-verify-function; don't touch the armor headers or
8128         dash-escaped text here.
8129
8130 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8133         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8134         parts, or application/octet-stream as a last resort.
8135         (gnus-mime-view-part-as-type): Don't toggle display.
8136         (gnus-mime-view-part-as-charset): Don't turn off display before
8137         querying charset.
8138
8139         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8140         stuff to undisplayer function in Emacs.
8141         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8142
8143         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8144         text/calendar parts.
8145
8146 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8149         decoding text/calendar parts.
8150
8151         * message.el (message-forward-make-body-mime): Always mark body as
8152         having no illegible text; remove signed-or-encrypted argument.
8153         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8154
8155         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8156         (mml-generate-mime-1): Don't encode body if it is specified to be in
8157         raw form; don't make buffer be unibyte when inserting multibyte string.
8158
8159 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8160
8161         * sha1.el: Fix up comment style.
8162         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8163         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8164
8165         * hex-util.el: Fix up comment style.
8166         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8167
8168         * gnus-salt.el: Use with-current-buffer.
8169         (gnus-pick-setup-message): Fix long-standing typo.
8170
8171 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * imap.el (imap-logout-timeout): New variable.
8174         (imap-logout, imap-logout-wait): New functions.
8175         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8176
8177         * nnimap.el (nnimap-logout-timeout): New server variable.
8178         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8179         nnimap-logout-timeout.
8180
8181         * gnus-art.el (gnus-article-summary-command-nosave)
8182         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8183
8184 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus.el (gnus-maximum-newsgroup): New variable.
8187
8188         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8189         according to gnus-maximum-newsgroup.
8190
8191         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8192         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8193         Limit the range of articles according to gnus-maximum-newsgroup.
8194
8195 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8196
8197         * gnus-art.el (gnus-sticky-article): Fix problems described in
8198         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8199         Don't perform gnus-configure-windows here; reuse existing sticky
8200         article buffer.
8201
8202         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8203         it doesn't exist in gnus-article-mode.
8204
8205 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8208         (gnus-agent-decoded-group-name): New function.
8209         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8210         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8211
8212 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8213
8214         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8215         Add binding for gnus-sticky-article.
8216         (gnus-summary-exit): Don't kill sticky article buffers.
8217
8218         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8219         article buffer.
8220         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8221         (gnus-kill-sticky-article-buffers): New commands.
8222
8223 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * nntp.el (nntp-xref-number-is-evil): New server variable.
8226         (nntp-find-group-and-number): If it is non-nil, don't trust article
8227         numbers in the Xref header.
8228
8229 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-agent.el (gnus-agent-read-group): New function.
8232         (gnus-agent-flush-group, gnus-agent-expire-group)
8233         (gnus-agent-regenerate-group): Use it.
8234         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8235         nnmail-pathname-coding-system.
8236
8237 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8240
8241         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8242         that are unread as unread, and also as selected so that information of
8243         marks having been changed by a user may be updated when exiting group.
8244
8245 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8248
8249 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8252         calculated ignoring signature parts to gnus-treat-article.
8253
8254 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8257         a point here in order to keep the window start.
8258         (gnus-insert-mime-security-button): Make a button overlay without the
8259         front stickiness.
8260         (gnus-mime-display-security): Goto the end of a button.
8261
8262         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8263
8264 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8267         group-name-at-point.
8268         (gnus-group-completing-read): New function that offers decoded
8269         non-ASCII group names for completion.
8270         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8271         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8272         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8273         (gnus-group-fetch-control): Use it.
8274         (gnus-fetch-group): Use group-name-at-point for the initial value
8275         rather than the default value; use gnus-alive-p.
8276
8277         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8278         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8279         (gnus-summary-post-news): Use gnus-group-completing-read.
8280
8281         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8282         (gnus-read-move-group-name): Decode group name for completion.
8283
8284 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8287         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8288         Yamaoka slightly modified the code).
8289
8290 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8293         (nnmail-split-incoming): Bind it.
8294
8295         * nnml.el (nnml-group-name-charset): New function.
8296         (nnml-decoded-group-name): Use it; don't decode group name if
8297         nnmail-group-names-not-encoded-p is non-nil.
8298         (nnml-encoded-group-name): New function.
8299         (nnml-group-pathname): Inline nnml-decoded-group-name.
8300         (nnml-request-expire-articles): Decode group name in message.
8301         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8302         nnmail-pathname-coding-system.
8303         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8304         not decoded ones according to nnmail-group-names-not-encoded-p.
8305         (nnml-generate-active-info): Use nnml-encoded-group-name.
8306
8307 2007-08-08  Glenn Morris  <rgm@gnu.org>
8308
8309         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8310         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8311         doc-strings and comments.
8312
8313 2007-07-25  Glenn Morris  <rgm@gnu.org>
8314
8315         * Relicense all FSF files to GPLv3 or later.
8316
8317 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-sum.el (gnus-summary-move-article):
8320         Make gnus-summary-respool-article work.
8321
8322 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8325         string.
8326
8327 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
8328
8329         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8330         that should be ignored when comparing distant RSS articles with local
8331         ones.
8332         (nnrss-make-hash-index): New function.  Create a hash index according
8333         to the ignored fields.
8334         (nnrss-check-group): Use it.
8335
8336 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8339
8340         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8341
8342         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8343         the new optional argument ENCODED is non-nil.
8344         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8345         coding system for encoding group name.
8346         (gnus-group-make-rss-group): Pass un-encoded group name to
8347         gnus-group-make-group.
8348         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8349         encoded.
8350
8351         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8352         Encode group name to which articles are moved or copied.
8353         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8354         coding system for encoding Newsgroup, Followup-To and Xref headers.
8355
8356         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8357         marks; use nnheader-file-coding-system to write a file.
8358         (nnagent-retrieve-headers): Bind file-name-coding-system to
8359         nnmail-pathname-coding-system.
8360
8361         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8362
8363         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8364         (nnml-request-article, nnml-request-create-group)
8365         (nnml-request-rename-group, nnml-find-id)
8366         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8367         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8368         (nnml-save-marks): Use nnml-group-pathname instead of
8369         nnmail-group-pathname.
8370
8371         (nnml-request-create-group, nnml-request-expire-articles)
8372         (nnml-request-move-article, nnml-request-delete-group)
8373         (nnml-deletable-article-p, nnml-possibly-create-directory)
8374         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8375         (nnml-open-marks): Bind file-name-coding-system to
8376         nnmail-pathname-coding-system.
8377
8378         (nnml-request-article): Pass server argument to nnml-find-group-number.
8379         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8380         Pass server argument to nnml-possibly-create-directory.
8381         (nnml-request-accept-article): Pass server argument to
8382         nnml-active-number and nnml-save-mail.
8383         (nnml-find-group-number): Pass server argument to nnml-find-id.
8384         (nnml-request-update-info): Pass server argument to
8385         nnml-marks-changed-p.
8386
8387         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8388         (nnml-save-mail, nnml-active-number): Add server argument.
8389
8390         (nnml-request-delete-group): Warn if group is missing.
8391         (nnml-get-nov-buffer): Decode group name.
8392         (nnml-generate-active-info): Encode group name.
8393         (nnml-open-marks): Decode group name in messages.
8394
8395 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8398         if it is not specified.
8399         (gnus-article-pipe-part, gnus-article-save-part)
8400         (gnus-article-interactively-view-part, gnus-article-copy-part)
8401         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8402         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8403         (gnus-article-replace-part, gnus-article-delete-part)
8404         (gnus-article-view-part-as-type): Pass raw prefix argument to
8405         gnus-article-part-wrapper.
8406
8407 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-agent.el (gnus-agent-save-active):
8410         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8411
8412         * gnus-cache.el (gnus-cache-save-buffers)
8413         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8414         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8415         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8416         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8417         (gnus-cache-generate-active, gnus-cache-rename-group)
8418         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8419         (gnus-cache-update-overview-total-fetched-for):
8420         Bind file-name-coding-system to nnmail-pathname-coding-system.
8421         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8422         New variables.
8423         (gnus-cache-decoded-group-name): New function.
8424         (gnus-cache-file-name): Use it.
8425         (gnus-cache-generate-active): Use non-decoded group name for active.
8426
8427         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8428         right place.
8429         (gnus-write-active-file): Don't break non-ASCII group names.
8430
8431         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8432         nnmail-pathname-coding-system.
8433
8434         * lpath.el: Bind default-file-name-coding-system,
8435         file-name-coding-system and language-info-alist for XEmacs.
8436
8437         * gnus-uu.el (gnus-uu-decode-save): Typo.
8438
8439 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8442
8443 2007-07-14  David Kastrup  <dak@gnu.org>
8444
8445         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8446         finishing actions if we did not edit the article.
8447
8448 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8451         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8452         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8453         (gnus-agent-flush-group, gnus-agent-flush-cache)
8454         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8455         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8456         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8457         (gnus-agent-regenerate-group)
8458         (gnus-agent-update-files-total-fetched-for)
8459         (gnus-agent-update-view-total-fetched-for):
8460         Bind file-name-coding-system to nnmail-pathname-coding-system.
8461         (gnus-agent-group-pathname): Don't encode file names by
8462         nnmail-pathname-coding-system.
8463         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8464         coding-system-for-write instead of buffer-file-coding-system to
8465         gnus-agent-file-coding-system.
8466
8467         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8468         Decode group name.
8469
8470         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8471
8472         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8473         (gnus-read-newsrc-el-file): Make group names unibyte.
8474
8475         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8476         nnmail-pathname-coding-system.
8477
8478         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8479         (nnrss-request-delete-group): Bind file-name-coding-system to
8480         nnmail-pathname-coding-system.
8481         (nnrss-read-server-data, nnrss-read-group-data):
8482         Bind file-name-coding-system correctly.
8483         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8484
8485         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8486         (nntp-server-to-method-cache): New variable.
8487         (nntp-group-pathname): New function that decodes non-ASCII group names.
8488         (nntp-possibly-create-directory, nntp-marks-changed-p)
8489         (nntp-save-marks, nntp-open-marks): Use it.
8490         (nntp-possibly-create-directory, nntp-open-marks):
8491         Bind file-name-coding-system to nnmail-pathname-coding-system.
8492         (nntp-open-marks): Decode group names when bootstrapping marks.
8493
8494         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8495         Newsgroups and Folowup-To headers.
8496
8497 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8500         (gnus-server-closed-face, gnus-server-denied-face)
8501         (gnus-server-offline-face): Remove variable.
8502         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8503
8504         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8505         of modifying message-stack directly for XEmacs.
8506
8507         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8508         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8509         if the coding-system argument is nil for XEmacs.
8510
8511         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8512         mm-charset-override-alist.
8513
8514         * rfc2047.el: Don't require base64; require rfc2045 for the function
8515         rfc2045-encode-string.
8516         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8517         to quote the parameter value.
8518
8519 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8522         form in gnus-group-name-charset-method-alist.
8523
8524         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8525         overrides the default layout edit-form.
8526
8527         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8528
8529         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8530
8531 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8534         as unfetched articles.
8535
8536 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8539
8540 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8543         original back end that keeps marks in the local system.
8544
8545 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8548         arg of pop-to-buffer for XEmacs.
8549         (gnus-article-read-summary-keys): Ditto; don't restore window
8550         configuration if summary command ends up with neither article buffer
8551         nor summary buffer; describe bindings if summary keys end with C-h.
8552
8553 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * message.el (message-fix-before-sending): Skip raw message part to be
8556         forwarded while checking illegible text.
8557         (message-forward-make-body-mime, message-forward-make-body):
8558         Mark signed or encrypted raw message as having no illegible text.
8559
8560 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8563         (gnus-message-with-timestamp-1): New macro.
8564         (gnus-message-with-timestamp): New function.
8565         (gnus-message): Use them.
8566
8567         * nnheader.el (nnheader-message): Use them.
8568
8569 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8572         .newsrc.eld file.
8573
8574 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-agent.el (gnus-agent-fetch-headers)
8577         (gnus-agent-retrieve-headers):
8578         Bind gnus-decode-encoded-address-function to identity.
8579
8580         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8581         available also when the server returns simply a dot.
8582
8583         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8584
8585 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8588
8589 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-ems.el (gnus-x-splash): Make it work.
8592
8593         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8594         from being used.
8595
8596         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8597
8598 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8601         4th and the 5th arguments.
8602
8603         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8604         the front stickiness.
8605         (gnus-article-summary-command-nosave): Correct the order of the
8606         arguments passed to pop-to-buffer.
8607         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8608         summary command ends up with the article buffer.
8609
8610         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8611         the same faces.
8612
8613 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8614
8615         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8616
8617 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8618
8619         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8620         * gnus-sum.el (gnus-summary-highlight):
8621         * pgg.el (pgg-sign-region, pgg-sign):
8622         * mail-source.el (mail-source-delete-old-incoming-confirm):
8623         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8624
8625 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (gnus-mime-view-part-externally)
8628         (gnus-mime-view-part-internally): Fix predicate function passed to
8629         completing-read.
8630
8631         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8632
8633         * gnus.el (gnus-update-message-archive-method): Add :version.
8634
8635 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus.el (gnus-update-message-archive-method): New variable.
8638
8639         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8640         according to gnus-message-archive-method if
8641         gnus-update-message-archive-method is non-nil.
8642
8643 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8646         Suggested by Loic Dachary <loic@dachary.org>.
8647         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8648
8649 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * message.el (message-pop-to-buffer): Add switch-function argument.
8652         (message-mail): Pass switch-function argument to it.
8653
8654 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8657         Improve doc string.
8658
8659 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8662         (gnus-header-content)
8663         * gnus-cite.el (gnus-cite-10)
8664         * gnus-srvr.el (gnus-server-closed)
8665         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8666         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8667         (gnus-group-mail-3-empty, gnus-group-mail-low)
8668         (gnus-group-mail-low-empty, gnus-splash)
8669         * message.el (message-header-to, message-header-cc)
8670         (message-header-subject, message-header-other, message-header-name)
8671         (message-header-xheader, message-separator, message-cited-text)
8672         (message-mml): Lighten colors of faces used for dark background.
8673
8674 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8675
8676         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8677         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8678
8679 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * message.el (message-narrow-to-headers-or-head):
8682         Ignore mail-header-separator in the body.
8683
8684 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8687         same as window size.
8688
8689 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8690
8691         * message.el (message-font-lock-keywords): Use message-header-xheader
8692         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8693         ahead of the anything pattern, to get it recognised.
8694
8695 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8698         spam.el loads uses it in the compiled defadvice form.
8699
8700 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
8701
8702         * gnus-sum.el (gnus-articles-to-read)
8703         (gnus-summary-insert-old-articles): Don't truncate group name for
8704         `read-string'.
8705
8706         * gnus-util.el (gnus-limit-string): Delete this function.
8707
8708         * gnus-sum.el (gnus-simplify-subject-fully):
8709         Use `truncate-string-to-width' instead.
8710
8711 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
8712
8713         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8714         Tell if, on summary exit, the next group has to be selected.
8715         (gnus-summary-exit): Use it.
8716
8717 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8720         non-break space.
8721
8722 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8725         Check if group is not a directory.
8726         (nnfolder-request-expire-articles): Don't delete articles if the target
8727         group is not available.
8728
8729         * nnml.el (nnml-request-create-group): Properly check if group is not a
8730         file.
8731         (nnml-request-expire-articles): Don't delete articles if the target
8732         group is not available.
8733
8734         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8735         Don't quote characters that are within parentheses.
8736
8737 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8740         (gnus-handle-ephemeral-exit): Select article according to it.
8741
8742 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * message.el (message-insert-formated-citation-line): Remove newline.
8745         (message-citation-line-format): Add final \n here so that the user can
8746         avoid a blank line.
8747
8748 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8749
8750         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8751         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8752         Update lanl/arXiv support.
8753
8754 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gnus.el: Bump version number.
8757
8758 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * gnus.el (gnus-version-number): Bump version.
8761
8762 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8763
8764         * gnus.el: No Gnus v0.6 is released.
8765
8766 2007-04-27  Didier Verna  <didier@xemacs.org>
8767
8768         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8769         * gmm-utils.el (gmm-regexp-concat): ... here.
8770         * message.el: Don't require 'gnus-util.
8771         (message-dont-reply-to-names): Handle name change above.
8772         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8773
8774 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8777         since the initial value varies according to the system.
8778
8779 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8782
8783 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8784
8785         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8786
8787 2007-04-24  Didier Verna  <didier@xemacs.org>
8788
8789         Improve the type of gnus-ignored-from-addresses.
8790         * gnus-util.el (gnus-orify-regexp): New function.
8791         * message.el (gnus-util): Require it.
8792         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8793         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8794         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8795
8796 2007-04-24  Didier Verna  <didier@xemacs.org>
8797
8798         * gnus-sum.el:
8799         * gnus-utils.el: Fix some trailing whitespaces.
8800
8801 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8804         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8805         article's Message-ID; refer parent article in summary buffer.
8806
8807         * message.el (message-bounce): Call mime-to-mml.
8808
8809         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8810         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8811         optimize and/or forms properly.
8812
8813 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8816         URL.
8817
8818 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8821
8822 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8825         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8826         displayed of multipart/alternative part if it is invoked from summary
8827         buffer.
8828
8829         * mm-view.el (mm-inline-text-html-render-with-w3m)
8830         (mm-inline-text-html-render-with-w3m-standalone)
8831         (mm-inline-render-with-function): Use mail-parse-charset by default.
8832
8833 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8834
8835         * parse-time.el (parse-time-string-chars): Check if CHAR
8836         is less than the length of parse-time-syntax.
8837
8838 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8841         from gnus-newsgroup-processable.
8842
8843 2007-04-16  Didier Verna  <didier@xemacs.org>
8844
8845         * gnus-msg.el (gnus-configure-posting-styles):
8846         Handle message-signature-directory properly with :file syntax.
8847         Reported by "Leo".
8848
8849 2007-04-11  Didier Verna  <didier@xemacs.org>
8850
8851         New user option: message-signature-directory.
8852         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8853         * message.el (message-insert-signature): Ditto.
8854         * message.el (message-signature-file): Doc update.
8855         * message.el (message-signature-directory): New.
8856
8857 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gnus-msg.el (gnus-inews-yank-articles):
8860         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8861
8862 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * message.el (message-yank-original): Make sure cited text ends with
8865         newline; don't exchange point and mark.
8866
8867 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8868
8869         * tls.el (open-tls-stream): Properly handle case where there
8870         is no associated buffer.
8871
8872 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8873
8874         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8875         message-yank-original, make sure (< mark TEXT point).
8876
8877 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * message.el (message-fill-column): New variable.
8880         (message-mode): Use it.  Add comment on a possible new hook.
8881
8882         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8883         (nnmail-get-new-mail): Reformat.
8884
8885         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8886
8887         * gmm-utils.el: Fix Commentary.
8888         (gmm-tool-bar-from-list): Fix typo in doc string.
8889
8890 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8891
8892         * message.el (message-yank-original): Don't switch point and mark
8893         unnecessarily to put point and mark as documented.
8894
8895 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8898         from the message heads.
8899
8900 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8901
8902         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8903         article buffer does not have a window.  This may not be the best
8904         solution but is certainly better than setting the start of the null,
8905         that is the current, window.
8906
8907 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8910         (gnus-draft-setup): Run it.
8911
8912         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8913         gnus-score-fast-scoring.  Allow regexp.
8914         (gnus-score-headers): Use it.
8915
8916         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8917         XEmacs.
8918
8919         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8920         string.
8921         (gnus-button-alist): Also catch `<f1> k ...'.
8922         (gnus-treat-display-x-face): Fix doc string.
8923
8924 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8925
8926         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8927         evaluation of gnus-extended-version to ensure correct generation of the
8928         User-Agent header when message-generate-headers-first is used.
8929
8930 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8931
8932         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8933         hashcash-path is nil.  Don't call callback with incorrect number of
8934         parameters if val is 0.
8935
8936 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8937
8938         * message.el (message-required-news-headers):
8939         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8940
8941 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8942
8943         * tls.el (open-tls-stream): In handshake-waiting loop,
8944         don't wait more if there is output available to process.
8945
8946 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8947
8948         * tls.el (tls-program): Doc fix.
8949
8950 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * message.el (message-generate-new-buffers): Change the meaning of the
8953         nil value; add `standard' to the choices; treat t as `unique'; improve
8954         doc string.
8955         (gnus-select-frame-set-input-focus): Autoload.
8956         (message-buffer-name): Search for the existing message buffer if
8957         message-generate-new-buffers is nil or `standard'; treat the value t of
8958         message-generate-new-buffers as `unique'.
8959         (message-pop-to-buffer): Raise the frame already displaying the message
8960         buffer; clear the echo area after querying.
8961         (message-setup): Pass the `continue' argument to compose-mail.
8962         (message-mail): Prefer `switch-function' if it is given; search for the
8963         existing message buffer if the `continue' argument is non-nil; pass
8964         continue and switch-function arguments to compose-mail by way of
8965         message-setup.
8966         (message-mail-other-window): Adjust argument of message-setup.
8967         (message-mail-other-frame): Ditto.
8968
8969 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8972         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8973         to turn font-lock on when turning gnus-message-citation-mode on.
8974
8975 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8976
8977         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8978         (mml-smime-function-alist): New variable; add epg as the backend.
8979         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8980         mml-smime- functions instead.
8981         * mm-view.el: Require smime.
8982
8983 2007-03-05  Didier Verna  <didier@xemacs.org>
8984
8985         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8986         instead of just inheritance for posting styles.
8987         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8988
8989 2007-02-24  Chris Moore  <dooglus@gmail.com>
8990
8991         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8992         * pgg-pgp.el (pgg-pgp-encrypt-region):
8993         * pgg-gpg.el (pgg-gpg-encrypt-region):
8994         Check pgg-encrypt-for-me if no other recipients.
8995
8996 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8997
8998         * tls.el (tls-certtool-program): Fix custom type.
8999
9000 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9003         and point-at-eol instead of line-(beginning|end)-position.
9004
9005         * assistant.el (assistant-parse-buffer): Ditto.
9006
9007         * netrc.el (netrc-parse-services): Ditto.
9008
9009 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9010
9011         * mml2015.el (mml2015-epg-find-usable-key): New function.
9012         (mml2015-epg-sign): Use it.
9013         (mml2015-epg-encrypt): Use it.
9014
9015 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * message.el (message-make-in-reply-to): Quote name containing
9018         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9019         if there are special characters.  Reported by NAKAJI Hiroyuki
9020         <nakaji@jp.freebsd.org>.
9021
9022 2007-02-27  Didier Verna  <didier@xemacs.org>
9023
9024         Include the group parameters as well as the topic ones in the
9025         inheritance filter process.
9026         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9027         argument GROUP-PARAMS-LIST.
9028         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9029
9030 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * nntp.el (nntp-never-echoes-commands)
9033         (nntp-open-connection-functions-never-echo-commands): New variables.
9034         (nntp-send-command): Use them.
9035
9036 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9037
9038         * mml2015.el (mml2015-epg-verify): Simplify.
9039
9040 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * mml.el (mml-content-disposition-alist): New user option.
9043         (mml-content-disposition): New function.
9044         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9045         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9046
9047 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9048
9049         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9050         verification.
9051
9052 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9053
9054         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9055         articles posted in the last 24 hours.
9056
9057 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9058
9059         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9060
9061 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
9062
9063         * nntp.el (nntp-send-command): Don't wait for echoes when
9064         nntp-open-ssl-stream is used.
9065
9066 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9069         (gnus-message-add-citation-keywords)
9070         (gnus-message-remove-citation-keywords): Remove.
9071         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9072         directly, make the variables in font-lock-defaults buffer-local, add
9073         gnus-message-citation-keywords to them and then update the value of
9074         font-lock-keywords.
9075
9076 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * message.el (message-cite-original-1): Don't call
9079         gnus-article-highlight-citation.
9080
9081         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9082         citations; fix line count.
9083
9084 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9087         (gnus-message-add-citation-keywords)
9088         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9089         versions of font-lock-add-keywords and font-lock-remove-keywords to
9090         work with XEmacs correctly.
9091
9092 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-cite.el (gnus-cite-face-list): Set the values of
9095         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9096         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9097         (gnus-message-cite-prefix-regexp): New variable.
9098         (gnus-message-search-citation-line): Use it; protect against long
9099         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9100         the 0th match data for Emacs.
9101         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9102         (gnus-message-add-citation-keywords): Append keywords rather than
9103         prepending; emulate font-lock-add-keywords if it is not available.
9104         (gnus-message-remove-citation-keywords):
9105         Emulate font-lock-remove-keywords if it is not available.
9106
9107         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9108
9109         * message.el (message-cite-prefix-regexp): Set the value of
9110         gnus-message-cite-prefix-regexp.
9111
9112 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9113
9114         * nnweb.el (nnweb-google-parse-1): Update parser.
9115
9116 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9117
9118         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9119
9120 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9121
9122         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9123         regexp.
9124
9125 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9128         string-to-multibyte.
9129         (uudecode-decode-region-internal): Use it.
9130
9131         * lpath.el: Fbind string-as-multibyte for XEmacs.
9132
9133 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9136         Fix custom choice.
9137
9138         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9139
9140 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9141
9142         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9143
9144         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9145         `write-region' to respect `mm-inhibit-file-name-handlers'.
9146
9147 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9150         Use gnus-home-directory instead of "~/" or "$HOME".
9151
9152 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9153
9154         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9155         to mention filename.
9156         Add comments at beginning regarding usage.
9157         (encrypt-write-file-contents): Change interactive so a string is
9158         acceptable.  If the file has no associated model, show an error instead
9159         of a nonsense prompt.
9160
9161 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9162
9163         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9164         Thanks to Yoshihiko Yamada for kind notification of this typo.
9165
9166 2007-01-12  Kenichi Handa  <handa@m17n.org>
9167
9168         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9169         multibyte buffer.
9170
9171 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * gnus-score.el (gnus-score-fast-scoring): New variable.
9174         (gnus-score-headers): Use it.
9175
9176         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9177
9178         * message.el (message-cite-original-1):
9179         Call gnus-article-highlight-citation if requested.
9180         (message-make-from): Allow name and address as optional arguments.
9181
9182         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9183
9184         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9185         bugs to doc string.
9186         (gnus-button-alist): Add mid\\|message-id.
9187         (gnus-button-fetch-group): Extend for use in
9188         `browse-url-browser-function'.
9189         (gnus-button-url-regexp): Try to catch paired parentheses like in
9190         Wikipedia URLs.
9191
9192         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9193         Suggested by Simon Krahnke <overlord@gmx.li>.
9194
9195 2007-01-13  Romain Francoise  <romain@orebokech.com>
9196
9197         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9198         Update copyright.
9199
9200 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9201
9202         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9203
9204 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9205
9206         * gnus-registry.el (gnus-registry-unfollowed-groups)
9207         (gnus-registry-split-fancy-with-parent): Fix documentation.
9208
9209 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9212         from nnweb groups.
9213
9214 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9217         Xref urls.  Erase buffer before requesting head.
9218
9219         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9220
9221 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9224         customizable.
9225
9226 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9227
9228         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9229         no signing key is found.
9230         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9231         no encrypting and/or signing key is found.
9232
9233 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9236
9237 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9238
9239         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9240         headers read from disk with the ones newly found in the current search.
9241         This should no longer cause problems, because the article numbers in
9242         Gmane's `nov.php' output are ignored since the previous change.
9243
9244 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9245
9246         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9247
9248 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9251         replace-regexp-in-string; bind url-version; fbind display-images-p and
9252         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9253         find-face and set-itimer-function for Emacs; bind itimer-list for
9254         Emacs.
9255
9256         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9257
9258 2007-01-01  Romain Francoise  <romain@orebokech.com>
9259
9260         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9261
9262 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9263
9264         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9265         `define-minor-mode' macro definition expanded properly.
9266         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9267         exclude it there.
9268
9269         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9270         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9271         `fboundp' test.
9272         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9273         This is OK to autoload in (S)XEmacs now.
9274
9275 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9278         keystroke.
9279         (gnus-summary-limit-to-singletons): Fix typo.
9280
9281         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9282         else fails.
9283
9284 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9285
9286         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9287         docstring.
9288
9289         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9290         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9291         (gnus-summary-insert-dormant-articles): Fix typo in message.
9292
9293 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9296         nil for XEmacs.
9297         (gnus-message-citation-mode): Don't autoload in XEmacs.
9298
9299         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9300
9301 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
9302
9303         * nnimap.el (nnimap-expunge-search-string):
9304         Mention nnimap-search-uids-not-since-is-evil in docstring.
9305
9306 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * spam.el: Revert to make-obsolete-variable because
9309         define-obsolete-variable-alias is not supported in Emacs 21.
9310
9311         * spam.el (spam-ifile-path, spam-ifile-database-path)
9312         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9313         make-obsolete-variable.
9314         (spam-bsfilter-path, spam-bsfilter-program)
9315         (spam-spamassassin-path, spam-spamassassin-program)
9316         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9317         Don't use "path" inappropriately.
9318         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9319         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9320         variable names.
9321
9322 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9323
9324         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9325         summary buffer.
9326
9327         * password.el (password-cache-remove): Use clear-string to burn
9328         password, if available.
9329
9330 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9333
9334         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9335
9336         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9337         (gnus-message-highlight-citation): Move defcustom here from
9338         gnus-cite.el.
9339         (gnus-message-citation-mode): Autoload.
9340
9341         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9342         checks to make it compile with XEmacs.
9343         (gnus-message-citation-mode): New minor mode.
9344         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9345         (gnus-message-highlight-citation): New variables.
9346         (gnus-message-search-citation-line)
9347         (gnus-message-add-citation-keywords)
9348         (gnus-message-remove-citation-keywords)
9349         (turn-on-gnus-message-citation-mode)
9350         (turn-off-gnus-message-citation-mode): New functions.
9351
9352 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9353
9354         * gnus-cite.el: Enable highlighting of different citation levels in
9355         message-mode.
9356
9357 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * message.el (message-make-fqdn): Fix comment.
9360         (message-bogus-system-names): Add ".local".
9361
9362         * spam.el (spam-ifile-path, spam-ifile-program)
9363         (spam-ifile-database-path, spam-ifile-database)
9364         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9365         Don't use "path" inappropriately.
9366         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9367         strings.
9368         (spam-check-ifile, spam-ifile-register-with-ifile)
9369         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9370         Use new variable names.
9371
9372         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9373         (gnus-treat-display-smileys): Simplify using
9374         gnus-image-type-available-p.
9375
9376         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9377         available.
9378
9379         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9380         Use `display-images-p' if available.
9381
9382 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9385         one after turning on the buffer's multibyteness instead of decoding
9386         them directly in the unibyte buffer that causes unexpected conversion
9387         in Emacs 23 (unicode).
9388
9389 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9390
9391         * message.el (message-generate-hashcash): Fix custom type.
9392
9393 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9396
9397 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9400         disconnect icons.  Add help text.
9401
9402 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9403
9404         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9405         negated to be consistent with the others we handle.
9406
9407 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9410         version of gnus-summary-buffer to something, so that we can use two
9411         article buffers at the same time.
9412
9413 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9414
9415         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9416         trigger all the extra headers.
9417         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9418         sorting.
9419
9420 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9421
9422         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9423         solid groups.
9424
9425 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9426
9427         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9428
9429 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * legacy-gnus-agent.el: Add Copyright notice.
9432
9433 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9434
9435         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9436
9437 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9440
9441         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9442         to make it work reliably in CVS Emacs.
9443         (gnus-summary-limit-strange-charsets-predicate)
9444         (gnus-summary-limit-to-predicate): New functions.
9445
9446 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9447
9448         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9449         specifying array size.
9450         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9451         array if it is too small.
9452         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9453         (gnus-sort-threads-loop): New function.
9454
9455 2006-12-06  Chris Moore  <dooglus@gmail.com>
9456
9457         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9458         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9459
9460 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
9461
9462         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9463         options.
9464
9465 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9468         DOS-ing the recipient.
9469
9470         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9471         the headers when creating the mapping to avoid mismappings.
9472         (nnweb-gmane-create-mapping): Always nix out old mapping.
9473
9474 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9477         and mm-verify-option to never.
9478
9479 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * message.el (message-signed-or-encrypted-p): New function.
9482         (message-forward-make-body): Use it.
9483
9484         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9485         Replace encode-coding-string with mm-encode-coding-string.
9486
9487 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * nneething.el (nneething-decode-file-name):
9490         Replace decode-coding-string with mm-decode-coding-string.
9491
9492         * gnus-int.el (gnus-open-server): Say failed server's name.
9493
9494 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9495
9496         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9497         strings to a single string.  Quote `errors-file-name'.
9498         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9499         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9500         Adjust calls.  Use `shell-quote-argument'.
9501
9502 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9503
9504         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9505         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9506
9507         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9508         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9509         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9510         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9511         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9512         (gnus-subscribe-newsgroup, gnus-1):
9513         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9514         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9515         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9516         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9517
9518 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9521         keystroke.
9522         (gnus-summary-limit-to-bodies): Implement headersp.
9523
9524 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9527
9528 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9531
9532 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * message.el (message-generate-hashcash): Expand range of values to
9535         include `opportunistic'.
9536         (message-send-mail): Use it.
9537
9538 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9539
9540         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9541         and comment it.
9542
9543         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9544
9545 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gnus-util.el (gnus-extract-address-components): Improve comment.
9548
9549 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-util.el (gnus-extract-address-components): Work with address in
9552         which the name portion contains @.
9553
9554         * lpath.el: Fbind custom-autoload.
9555
9556 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gnus.el (gnus-start): Move custom group up.
9559         (gnus-select-method): Don't autoload, but make it available for
9560         `customize-variable'.
9561         (gnus-getenv-nntpserver): Don't autoload.
9562
9563 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9564
9565         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9566
9567 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * message.el (message-sendmail-extra-arguments): New variable.
9570         (message-send-mail-with-sendmail): Use it.
9571
9572 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9575         mm-with-unibyte-current-buffer to make string unibyte.
9576
9577         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9578         mm-string-as-multibyte.
9579
9580 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9581
9582         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9583         Reported by Werner Koch <wk@gnupg.org>.
9584
9585 2006-11-14  Daiki Ueno  <ueno@p360>
9586
9587         * mml2015.el: Autoload epa-select-keys when compiling.
9588
9589 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9590
9591         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9592         message-options.
9593         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9594
9595 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9596
9597         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9598         EasyPG (< 0.0.6).
9599         (mml2015-always-trust): New user option.
9600         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9601         prompt.
9602
9603 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * nntp.el (nntp-authinfo-force): New variable.
9606         (nntp-send-authinfo): Use it.
9607
9608 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9611         decode encoded words.  Improve prompt.  Add comment about forwarding.
9612         (message-replacement-char): Move up.
9613
9614 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9615
9616         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9617         instead of gnus-intersection because arguments of gnus-sorted-nunion
9618         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9619
9620 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9623         (message-simplify-subject-functions):
9624         Enable message-strip-subject-encoded-words by default.
9625
9626 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-strip-subject-encoded-words): New function.
9629         (message-simplify-subject-functions): New variable.
9630         (message-simplify-subject): Use it.  Fix typo in doc string.
9631         Support message-strip-subject-encoded-words.
9632
9633 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9634
9635         * gnus-diary.el (gnus-diary-delay-format-function):
9636         * nndiary.el (nndiary-reminders):
9637         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9638
9639 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gnus-art.el (article-hide-boring-headers): Fetch date from
9642         gnus-original-article-buffer to avoid problems with localized date
9643         strings.
9644
9645 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9648
9649 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9652         New variables.
9653         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9654         (mm-charset-synonym-alist): Move some entries to
9655         mm-codepage-iso-8859-list.
9656         (mm-charset-synonym-alist, mm-charset-override-alist):
9657         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9658
9659 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9662
9663 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9666         with Emacs 21 and XEmacs.
9667
9668 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * spam.el (spam-parse-address): New function for better parsing,
9671         catching errors, etc.
9672         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9673
9674 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * mm-view.el: Add interactive arg to html2text autoload.
9677
9678 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9681
9682 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9685         New variables.
9686         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9687         (mm-charset-synonym-alist): Move some entries to
9688         mm-codepage-iso-8859-list.
9689
9690         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9691
9692 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * message.el (message-citation-line-format)
9695         (message-insert-formated-citation-line): Fix implementation of %E, %N
9696         and %n according to the doc string.
9697
9698 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9699
9700         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9701         Use car-safe to avoid bad parses.
9702
9703 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9706         names.
9707
9708         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9709
9710 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9713         header.
9714
9715         * message.el (message-draft-headers): Add Date.
9716         (message-headers-to-generate): Fix typo in docstring.
9717
9718         * nndraft.el (nndraft-required-headers): New variable.
9719         (nndraft-generate-headers): Use it.
9720
9721         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9722
9723 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9724
9725         * gnus-registry.el (gnus-registry-wash-for-keywords)
9726         (gnus-registry-find-keywords): New functions to allow easy searching of
9727         articles that are in the registry.
9728
9729 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9732         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9733         Reported by Damien Elmes <damien@repose.cx>.
9734
9735 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gnus.el (gnus-mime): Remove unused custom group.
9738
9739 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9740
9741         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9742         "blank line" when searching for end of armor headers.
9743
9744 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gmm-utils.el (gmm-write-region): Fix variable name.
9747
9748 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gmm-utils.el (gmm-write-region): New function based on compatibility
9751         code from `mm-make-temp-file'.
9752
9753         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9754
9755         * nnmaildir.el (nnmaildir--update-nov)
9756         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9757         Use `gmm-write-region'.
9758
9759 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9762         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9763
9764         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9765
9766         * message.el (message-replacement-char): New variable.
9767         (message-fix-before-sending): Use it.
9768         (message-simplify-subject): New function to remove duplicate code.
9769         (message-reply, message-followup): Use it.
9770
9771         * gnus-sum.el (gnus-summary-make-menu-bar):
9772         Clarify gnus-summary-limit-to-articles.
9773
9774 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-util.el (gnus-with-local-quit): New macro.
9777
9778         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9779
9780 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9781
9782         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9783         ignore non-string data.
9784
9785 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9786
9787         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9788         non-string data (needs to be done in the registry too).
9789
9790 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9791
9792         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9793         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9794         (gnus-registry-split-fancy-with-parent)
9795         (gnus-registry-fetch-simplified-message-subject-fast)
9796         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9797         Remove text properties on ingress into the registry and when it's saved.
9798         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9799         registry from entries with no groups.
9800
9801 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9804         function to remove string properties.
9805
9806 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gmm-utils.el (gmm): Adjust custom version.
9809
9810         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9811         Adjust custom version.
9812
9813         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9814
9815 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus-art.el (gnus-insert-prev-page-button)
9818         (gnus-insert-next-page-button): Simplify.  Reformat.
9819
9820 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9821
9822         * gnus-art.el (gnus-insert-prev-page-button)
9823         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9824
9825 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9826
9827         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9828
9829 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9830
9831         * gnus-art.el (gnus-insert-mime-button)
9832         (gnus-insert-mime-security-button):
9833         Apply gnus-article-button-face to MIME and security buttons.
9834
9835 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9838         readable.
9839
9840 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9843
9844 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9845
9846         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9847         `browse-url-of-file' instead of `browse-url'.
9848
9849 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9850
9851         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9852         regexp.  Articles containing quotation were cut prematurely.
9853
9854 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * message.el (message-cite-original-1): Use nobody by default for the
9857         value of From header.
9858         (message-reply): Ditto.
9859
9860 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9861
9862         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9863         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9864         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9865
9866 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9869         mails in the doc string.  Add some URLs in comment.
9870         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9871
9872 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9875         backslashes handling and the way to find boundaries of quoted strings.
9876
9877 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9878
9879         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9880         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9881         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9882         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9883
9884 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9887         doc string.
9888         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9889
9890 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * lpath.el: Fbind epg-check-configuration.
9893
9894 2006-09-06  Simon Josefsson  <jas@extundo.com>
9895
9896         * mml2015.el (mml2015-use): Doc fix, mention epg.
9897
9898 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9899
9900         * mml2015.el (mml2015-use): Default to epg, if available.
9901
9902 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9903
9904         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9905         message-sender.
9906         (mml1991-epg-encrypt): Ditto.
9907         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9908         message-sender.
9909         (mml2015-epg-encrypt): Ditto.
9910
9911 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9912
9913         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9914         several common directories.
9915
9916 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9917
9918         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9919         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9920
9921 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * gnus-art.el (article-decode-encoded-words): Make it fast.
9924
9925 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9928
9929         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9930         in quoted string into `\'.
9931
9932 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9935         Use standard-syntax-table.
9936
9937 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-art.el (gnus-decode-address-function): New variable.
9940         (article-decode-encoded-words): Use it to decode headers which are
9941         assumed to contain addresses.
9942         (gnus-mime-delete-part): Remove useless `or'.
9943
9944         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9945         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9946         (gnus-nov-parse-line): Use it to decode From header.
9947         (gnus-get-newsgroup-headers): Ditto.
9948         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9949
9950         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9951         (mail-decode-encoded-address-string): New alias.
9952
9953         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9954         New function.
9955         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9956         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9957         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9958         (rfc2047-decode-string): Ditto.
9959         (rfc2047-decode-address-region): New function.
9960         (rfc2047-decode-address-string): New function.
9961
9962 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * message.el (message-caesar-buffer-body): Allow rotating headers.
9965
9966         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9967
9968         * message.el (message-insert-formated-citation-line): Fix %f.
9969         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9970
9971 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9974         (gnus-bookmark-mouse-available-p): New macro.
9975         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9976         (gnus-bookmark-bmenu-show-infos): Use it.
9977         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9978         (gnus-bookmark-bmenu-hide-infos): Ditto.
9979         (gnus-bookmark-remove-properties): New function.
9980         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9981         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9982         (gnus-bookmark-write-file): Bind coding-system-for-write.
9983         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9984         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9985         group before selecting it.
9986         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9987         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9988         quit-window if it is not available; use gnus-mouse-2 and bind it to
9989         gnus-bookmark-bmenu-select-by-mouse.
9990         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9991         (gnus-bookmark-bmenu-select-by-mouse): New function.
9992
9993 2006-08-13  Romain Francoise  <romain@orebokech.com>
9994
9995         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9996         space.
9997
9998 2006-08-10  Romain Francoise  <romain@orebokech.com>
9999
10000         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10001         (dns-mode-soa-auto-increment-serial): New user option.
10002         (dns-mode-soa-maybe-increment-serial): New function.
10003         (dns-mode): Add the latter to `write-contents-functions'.
10004
10005 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * compface.el (uncompface): Use binary rather than raw-text-unix.
10008
10009 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * compface.el (uncompface): Make sure the eol conversion doesn't take
10012         place when communicating with the external programs.
10013         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10014
10015 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10018
10019 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10020
10021         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10022         Make it more robust by parsing author and date independently.
10023
10024 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10027
10028 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10029
10030         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10031         first matching secret key.
10032         (mml2015-epg-encrypt): Ditto.
10033
10034         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10035         first matching secret key.
10036         (mml1991-epg-encrypt): Ditto.
10037
10038         * mml2015.el (mml2015-encrypt-to-self): New user option.
10039         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10040         mml2015-epg-encrypt-to-self is set.
10041
10042         * mml1991.el (mml1991-encrypt-to-self): New variable.
10043         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10044         mml1991-epg-encrypt-to-self is set.
10045
10046         * mml2015.el (mml2015-signers): New user option.
10047         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10048         (mml2015-epg-encrypt): Allow to select signing keys.
10049
10050         * mml1991.el (mml1991-signers): New variable.
10051         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10052         (mml1991-epg-encrypt): Allow to select signing keys.
10053
10054 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * nnheader.el (nnheader-insert-head): Make it work even if the file
10057         uses CRLF for the line-break code.
10058
10059 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10060
10061         * mml2015.el: Require mml-sec instead of password.
10062         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10063         (mml2015-cache-passphrase): Inherit the default value from
10064         mml-secure-cache-passphrase.
10065         (mml2015-passphrase-cache-expiry): Inherit the default value from
10066         mml-secure-passphrase-cache-expiry.
10067
10068         * mml1991.el: Require mml-sec instead of password.
10069         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10070         (mml1991-cache-passphrase): Inherit the default value from
10071         mml-secure-cache-passphrase.
10072         (mml1991-passphrase-cache-expiry): Inherit the default value from
10073         mml-secure-passphrase-cache-expiry.
10074
10075         * mml-sec.el: Require password.
10076         (mml-secure-verbose): New user option.
10077         (mml-secure-cache-passphrase): New user option.
10078         (mml-secure-passphrase-cache-expiry): New user option.
10079
10080 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10081
10082         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10083         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10084         andreas@altroot.de (Andreas Vögele).
10085
10086         FIXME: Use `tiny change'?
10087
10088 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10089
10090         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10091         workaround for the url package included with Emacs.
10092
10093         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10094
10095 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10098         correctly.  This fixes a bug caused by the 2006-05-12 change.
10099
10100 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10101
10102         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10103         some information about the error when saying that the `bogus' mail
10104         group will be used.
10105
10106 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10109         string.
10110
10111 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10112
10113         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10114
10115 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10116
10117         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10118
10119 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10120
10121         * mml1991.el (mml1991-function-alist): Add epg.
10122         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10123         (mml1991-epg-encrypt): New functions.
10124
10125 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10126
10127         * mml2015.el (mml2015-verbose): New variable.
10128         (mml2015-cache-passphrase): Ditto.
10129         (mml2015-passphrase-cache-expiry): Ditto.
10130         (mml2015-function-alist): Add epg.
10131         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10132         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10133         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10134         New functions.
10135
10136 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10137
10138         * message.el (message-cite-original-1): Preserve region when removing
10139         quoted text due to X-No-Archive in order to avoid bogus attribution
10140         when citing multiple messages.
10141
10142 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10143
10144         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10145         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10146
10147 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * gnus-diary.el (gnus-user-format-function-d)
10150         (gnus-user-format-function-D): Autoload.
10151
10152         * imap.el (Commentary): Fix typo.
10153
10154         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10155         2006-04-22 contribution.
10156
10157 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10158
10159         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10160         It didn't really fix the bogosity I'm seeing with solid web groups.
10161
10162 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10163
10164         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10165         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10166         created using server names.  If we use the feature without declaring
10167         it, Gnus does not properly manage server and group state.
10168
10169         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10170         bound.
10171
10172 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10173
10174         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10175         looking up the method using GROUP's prefix before inventing a new one.
10176         It is used on killed/unknown groups in various places where returning
10177         an all-new method isn't expected by the caller.
10178
10179         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10180         and match semantics of gnus-group-real-prefix.
10181
10182 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * nnmail.el (nnmail-broken-references-mailers): New variable.
10185         (nnmail-ignore-broken-references): New function generalizing
10186         nnmail-fix-eudora-headers.
10187         (nnmail-fix-eudora-headers): Now obsolete.
10188
10189         * gnus-art.el (gnus-button-handle-custom):
10190         Support `customize-apropos*'.
10191
10192 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10195
10196         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10197         articles.
10198
10199 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * message.el (message-cite-reply-above): New variable.
10202         (message-yank-original): Use it.
10203
10204 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10207
10208 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10211         as read.
10212
10213         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10214
10215 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10218         (gnus-bookmark-default-file): Use gnus-directory.
10219         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10220         Remove "*" in doc string.
10221         (gnus-bookmark-write-file): Simplify.
10222         (gnus-bookmark-maybe-sort-alist): Use `when'.
10223         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10224         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10225         Add FIXME about Emacs 21 and XEmacs compatibility.
10226         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10227         compatibility.
10228         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10229         compatibility.
10230         (gnus-bookmark-menu-heading): Fix version.
10231
10232 2006-06-19  Bastien Guerry  <bzg@altern.org>
10233
10234         * gnus-bookmark.el: New file.
10235
10236 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * message.el (message-syntax-checks): Doc fix.
10239
10240 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10241
10242         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10243         unsubscribed groups as if they were killed ones.  It causes duplicate
10244         entries in gnus-newsrc-alist.
10245
10246 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * message.el (message-syntax-checks): Doc fix.
10249         (message-send-mail): Add check for continuation headers.
10250         (message-check-news-header-syntax): Fix regexp used to check for
10251         continuation headers.
10252
10253 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10256
10257 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10260
10261 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10264         default-truncate-lines.
10265
10266 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10269         to fill the utf-8 entry.
10270
10271         * lpath.el: Fbind unicode-precedence-list.
10272
10273 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10274
10275         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10276
10277 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10278
10279         * gnus-agent.el (directory-files-and-attributes): Move all the way
10280         forward (the third and final move).
10281         (gnus-agent-read-agentview): Trap reconstruction errors due to
10282         nonexistent directory.  Handle by returning nil.
10283
10284 2006-05-30  Didier Verna  <didier@xemacs.org>
10285
10286         * message.el (message-dont-reply-to-names): Update the custom type.
10287         * message.el (message-dont-reply-to-names): New defsubst: potentially
10288         convert a list of regexps into a single one.
10289         * message.el (message-get-reply-headers): Use it.
10290         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10291
10292 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-agent.el (directory-files-and-attributes): Move forward.
10295
10296 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * gnus-ml.el (gnus-mailing-list-subscribe)
10299         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10300         (gnus-mailing-list-message): Fix doc strings.
10301
10302 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10303
10304         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10305         of doing it manually.
10306
10307 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10310         comment.
10311
10312 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10313
10314         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10315         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10316         (gnus-agent-read-local): All symbols allocated in my-obarray.
10317         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10318         (gnus-agent-regenerate-group): Check numeric names to see if they are
10319         messages or groups.
10320         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10321         better way of do this...)
10322
10323         * gnus-cache.el (gnus-agent-total-fetched-for):
10324         Ignore 'dummy.group' (there should be a better way of do this...)
10325
10326 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10329         (gnus-saved-headers): Ditto.
10330         (gnus-default-article-saver): Mention functions may have properties.
10331         (gnus-article-save): Override gnus-save-all-headers and
10332         gnus-saved-headers by :headers property which saver function may have.
10333         (gnus-summary-save-in-file): Add :headers property.
10334         (gnus-summary-write-to-file): Ditto.
10335
10336         * gnus-sum.el (gnus-summary-save-article): Bind
10337         gnus-prompt-before-saving to t when saving many articles in a file;
10338         always show all headers.
10339
10340         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10341
10342 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10345         marks.
10346
10347         * message.el (message-indent-citation): Add optional arguments to allow
10348         using it outside of message buffers.
10349
10350         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10351         (gnus-article-treat-unfold-headers): Use it.
10352         (gnus-article-truncate-lines): New variable.
10353         (gnus-article-mode): Use it.
10354         (gnus-article-toggle-truncate-lines): New function.
10355
10356         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10357         Add gnus-article-toggle-truncate-lines.
10358
10359         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10360         coding system in XEmacs, use binary.
10361
10362 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10365         after-load-alist.
10366
10367         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10368         this function should save decoded articles.
10369         (gnus-summary-write-to-file): Use property to specify this function
10370         should save decoded articles and specify gnus-summary-save-in-file
10371         should be used to save articles other than the first one when saving
10372         many articles.
10373         (gnus-summary-save-body-in-file): Use property to specify this
10374         function should save decoded articles.
10375         (gnus-summary-write-body-to-file): Use property to specify this
10376         function should save decoded articles and specify
10377         gnus-summary-save-body-in-file should be used to save articles other
10378         than the first one when saving many articles.
10379
10380         * gnus-sum.el (gnus-summary-save-article): Simplify.
10381
10382 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-art.el (gnus-default-article-saver):
10385         Add gnus-summary-write-body-to-file.
10386         (gnus-article-save-coding-system): Don't use coding system object
10387         in XEmacs.
10388         (gnus-read-save-file-name): Add optional `dir-var' argument which
10389         specifies directory in which files are saved; work even if optional
10390         `variable' argument is not specified.
10391         (gnus-summary-write-to-file): Read file name.
10392         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10393         (gnus-summary-write-body-to-file): New function.
10394
10395         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10396         (gnus-summary-local-variables): Add it.
10397         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10398         (gnus-summary-save-article): Remove optional `decode' argument;
10399         determine whether to decode articles by the value of
10400         gnus-default-article-saver; when saving many files using
10401         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10402         it first and use gnus-summary-save-in-file or
10403         gnus-summary-save-body-in-file thereafter unless
10404         gnus-prompt-before-saving is always; move point to article which
10405         will be saved.
10406         (gnus-summary-save-article-file): Revert.
10407         (gnus-summary-write-article-file): Revert.
10408         (gnus-summary-save-article-body-file): Revert.
10409         (gnus-summary-write-article-body-file): New function.
10410
10411 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-art.el (gnus-default-article-saver): Doc fix.
10414         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10415         from gnus-summary-save-article-coding-system, and default to a
10416         certain coding system.
10417         (gnus-output-to-file): Add coding cookie and encode text according
10418         to gnus-article-save-coding-system; don't use mm-append-to-file.
10419
10420         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10421         gnus-art.el and rename to gnus-article-save-coding-system.
10422         (gnus-summary-save-article): Require gnus-art; don't show all
10423         headers if it decodes articles; don't add coding cookie here;
10424         don't bind mm-text-coding-system-for-write.
10425         (gnus-summary-save-article-file): Save decoded articles.
10426         (gnus-summary-write-article-file): When saving many files, use
10427         gnus-summary-write-to-file first and gnus-summary-save-in-file
10428         thereafter unless gnus-prompt-before-saving is always.
10429         (gnus-summary-save-article-body-file): Save decoded articles.
10430
10431         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10432
10433 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * nnrss.el (nnrss-check-group): Bind hash-index.
10436
10437 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
10438
10439         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10440         its hash index.  Store this hash in `nnrss-group-data'.
10441         (nnrss-read-group-data): Update accordingly.
10442
10443 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10446         entry.
10447
10448         * gnus-sum.el (gnus-summary-make-menu-bar):
10449         Add gnus-article-browse-html-article.
10450
10451 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10452
10453         * gnus-sum.el (gnus-summary-mime-map):
10454         Add gnus-article-browse-html-article.
10455
10456         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10457
10458 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10461         suitable coding systems in customize.
10462
10463 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * mail-source.el (mail-sources): Fix custom type.
10466
10467 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10470         (gnus-summary-expire-articles-now): Shorten prompt.
10471
10472         * gmm-utils.el (wid-edit): Require.
10473         (defun-gmm): Rename from `gmm-defun-compat'.
10474         (gmm-image-search-load-path): Use it.
10475         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10476
10477 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-sum.el (gnus-summary-save-article-coding-system):
10480         New variable.
10481         (gnus-summary-save-article): Add optional `decode' argument.
10482         If it is set and gnus-summary-save-article-coding-system is non-nil,
10483         save decoded article.
10484         (gnus-summary-write-article-file): Save decoded article if
10485         gnus-summary-save-article-coding-system is non-nil.
10486
10487         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10488         type.
10489
10490 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10493
10494 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10497         first to test gnus-single-article-buffer which may be buffer-local.
10498
10499         * gnus-sum.el (gnus-summary-setup-buffer):
10500         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10501         group; make gnus-article-buffer, gnus-article-current, and
10502         gnus-original-article-buffer always buffer-local.
10503         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10504         group.
10505         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10506
10507 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * nnml.el (nnml-request-compact-group): Compressed files might not
10510         have .gz extension.
10511
10512 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10513
10514         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10515         (mm-copy-to-buffer): Use with-current-buffer.
10516         (mm-display-part): Simplify.
10517         (mm-inlinable-p): Add optional arg `type'.
10518
10519 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10520
10521         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10522         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10523         Try harder to show the attachment internally or externally using
10524         gnus-mime-view-part-as-type.
10525
10526 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * message.el (message-from-style, message-signature-separator)
10529         (message-user-organization-file, message-send-mail-function)
10530         (message-citation-line-function, message-yank-prefix)
10531         (message-indent-citation-function, message-signature)
10532         (message-signature-file, message-signature-insert-empty-line):
10533         Remove autoloads.
10534
10535         * gnus-art.el (gnus-buttonized-mime-types):
10536         Remove "multipart/signed".  Revert 2006-04-26 change.
10537
10538 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * gnus.el (gnus-version-number): Bump version.
10541
10542 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10543
10544         * gnus.el: No Gnus v0.5 is released.
10545
10546 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10547
10548         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10549         fetching articles by message-id.
10550
10551 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * message.el (hashcash): Require hashcash as normal.
10554
10555         * ecomplete.el (ecomplete-highlight-match-line):
10556         Use point-at-eol.
10557         (ecomplete-highlight-match-line): Use `highlight', because that
10558         face exists in both Emacs and XEmacs.
10559
10560         * message.el (message-display-abbrev): Use point-at-bol.
10561
10562         * mail-source.el: Don't require timer/timer-funcs.
10563
10564         * gnus-async.el: Ditto.
10565
10566         * password.el: Ditto.
10567
10568         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10569
10570         * mm-url.el: Ditto.
10571
10572         * gnus-xmas.el: Don't require timer-funcs.
10573
10574         * mm-util.el: Require timer/timer-funcs.
10575
10576 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10577
10578         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10579         Close.
10580
10581 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10584         unibyte after clear-decrypt function runs.
10585
10586         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10587         returns as a unibyte string.
10588
10589 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * lpath.el: Revert.
10592
10593         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10594         (pgg-gpg-process-sentinel): Revert.
10595
10596         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10597         (pgg-pgp-lookup-key): Revert.
10598
10599         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10600         (pgg-pgp5-lookup-key): Revert.
10601
10602         * pgg.el (pgg-fetch-key): Revert.
10603
10604 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * lpath.el: Fbind string-as-multibyte for XEmacs.
10607
10608         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10609         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10610         (mml1991-pgg-encrypt): Ditto.
10611
10612         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10613         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10614         a multibyte buffer.
10615
10616         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10617         (pgg-pgp-lookup-key): Ditto.
10618
10619         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10620         (pgg-pgp5-lookup-key): Ditto.
10621
10622         * pgg.el (pgg-fetch-key): Ditto.
10623
10624 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * message.el (message-user-organization-file): Check several
10627         locations of the organization file.
10628
10629         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10630         Add gnus-article-view-part-as-type.
10631
10632         * gnus-art.el (gnus-article-view-part-as-type): New function.
10633
10634         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10635         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10636
10637         * mml.el: Simplify autoload.
10638         (mml-mode): defvar dnd-protocol-alist instead of using
10639         symbol-value.
10640         (mml-default-directory): New variable.
10641         (mml-minibuffer-read-file): Use it.
10642         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10643
10644         * message.el (message-citation-line-format): New variable.
10645         (message-insert-formated-citation-line): New function.
10646         (message-citation-line-function):
10647         Add `message-insert-formated-citation-line' to custom type.
10648
10649         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10650         to doc string.
10651
10652         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10653         depending on mm-verify-option.
10654
10655 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10658         binding pgg-* variables; reimplement the section which prevents
10659         MIME header from being signed.
10660         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10661         pgg-text-mode; remove a blank line at the top of body.
10662
10663         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10664         lines at the top of body; use gnus-newsgroup-charset if there's no
10665         Charset header.
10666
10667 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * message.el (message-self-insert-commands): Doc fix.
10670
10671         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10672         (mm-uu-pgp-encrypted-test): Ditto.
10673         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10674         between header and body; return application/pgp-encrypted handle
10675         if decryption failed; decode decrypted body by charset.
10676
10677         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10678         element match to application/pgp-*.
10679
10680 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10681
10682         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10683         HTML.
10684
10685 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * mail-source.el (mail-source-call-script): Message the error
10688         string.
10689
10690 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * gnus-util.el (gnus-byte-compile): Use it.
10693
10694 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10695
10696         * gnus-util.el (kill-empty-logs): New function.
10697
10698 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * message.el (message-mail-alias-type): Doc fix.
10701         (message-mail-alias-type-p): New function.
10702         (message-send): Use it.
10703         (message-mode): Ditto.
10704         (message-strip-forbidden-properties): Ditto.
10705
10706         * ecomplete.el (ecomplete-database-file-coding-system):
10707         New variable.
10708         (ecomplete-save): Use it.
10709         (ecomplete-setup): Use it.
10710
10711 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * message.el (message-self-insert-commands): New variable.
10714         (message-strip-forbidden-properties): Use it.
10715
10716 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10717
10718         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10719         that doesn't make XEmacs choke.
10720
10721 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * gnus-util.el (gnus-replace-in-string):
10724         Prefer replace-regexp-in-string over of replace-in-string.
10725
10726 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus-util.el (gnus-select-frame-set-input-focus):
10729         Use select-frame-set-input-focus if it is available in XEmacs; use
10730         definition defined in Emacs 22 for old Emacsen.
10731
10732         * dgnushack.el: Autoload unmorse-region for XEmacs.
10733
10734         * lpath.el: Bind cursor-in-non-selected-windows and
10735         select-frame-set-input-focus for XEmacs.
10736
10737 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10740
10741 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10742
10743         * gnus-registry.el (gnus-registry-cache-save): Remove text
10744         properties when saving via the temp buffer.
10745
10746 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * message.el (message-generate-hashcash): Honor custom type.
10749
10750 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * message.el (message-generate-hashcash): Default to non-nil when
10753         hashcash is found.
10754
10755         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10756         (gnus-refer-thread-limit): Increase default to 500.
10757
10758         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10759
10760         * flow-fill.el (fill-flowed): Allow delete-space.
10761
10762 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10765         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10766         Remove autoloads.
10767
10768 2006-04-18  Simon Josefsson  <jas@extundo.com>
10769
10770         * message.el (message-generate-hashcash): Default to.
10771
10772 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10775         concatenating segments rather than before concatenating them.
10776
10777 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10780
10781 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10784
10785         * message.el (message-forward-make-body-plain):
10786         Allow message-forward-ignored-headers to be a list.
10787         (message-remove-ignored-headers): Factor out into function.
10788         (message-forward-make-body-mml): Use it.
10789
10790         * imap.el (imap-quote-specials): New function.
10791         (imap-login-auth): Quote specials.
10792
10793         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10794         (rfc2231-parse-string): Allow concatanation of parameters that
10795         aren't contiguous.  The test case is
10796           (mail-header-parse-content-type "message/external-body;
10797             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10798             access-type=LOCAL-FILE;
10799             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10800
10801 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10802
10803         * nntp.el (nntp-accept-process-output): Return the value of
10804         `nnheader-accept-process-output'.
10805
10806 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10809         (gnus-button-alist): Recognize more diff formats.
10810         (gnus-button-patch): Strip directory.
10811
10812 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10815         Emacs 22 when setting focus.
10816
10817 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818
10819         * gnus-art.el (gnus-article-treat-types): Do treatment of
10820         text/x-verbatim parts.
10821         (gnus-button-patch): New command.
10822
10823         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10824         addresses that contain invalid characters.
10825
10826 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * message.el (message-put-addresses-in-ecomplete):
10829         Use gnus-replace-in-string.
10830         (message-is-yours-p): Use the more correct
10831         mail-header-parse-address instead of
10832         mail-extract-address-components.
10833         (message-put-addresses-in-ecomplete): Fix typo.
10834
10835         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10836         keystroke.
10837
10838         * gnus-art.el (gnus-treatment-function-alist): Change order of
10839         newsgroups/generic header folding to avoid double-folding.
10840
10841         * message.el (message-hidden-headers): Add X-Draft-From.
10842
10843         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10844         New command.
10845         (gnus-summary-repeat-search-article-backward): New command.
10846
10847         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10848         groups in the parent topic.
10849
10850 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10851
10852         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10853         (spam-extra-header-to-number): Return the CRM114 number as a
10854         number instead of a string.
10855
10856 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * gnus-art.el (gnus-face-properties-alist): Move here from
10859         gnus-fun.
10860
10861         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10862
10863 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * message.el (message-strip-forbidden-properties): Only display on
10866         self-insert-command.
10867
10868         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10869         reindent.
10870         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10871
10872 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10873
10874         * smiley.el (smiley-style): Fix typo.
10875
10876 2006-03-23  Kenichi Handa  <handa@m17n.org>
10877
10878         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10879         instead of set-buffer-multibyte.
10880
10881 2006-03-23  Kenichi Handa  <handa@m17n.org>
10882
10883         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10884         buffer and then decode the buffer text if necessary.
10885         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10886         first, and after mm-encode-body, change the buffer to unibyte.
10887
10888 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * hashcash.el (hashcash-insert-payment-async-2):
10891         Use message-goto-eoh instead of doing it manually.
10892         (mail-add-payment): Use message-narrow-to-header instead of trying
10893         to do the same itself.
10894
10895         * message.el (message-hidden-headers): Add Face.
10896
10897         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10898         reparenting code.
10899         (gnus-summary-reparent-children): Refactored out code.
10900         (gnus-summary-thread-map): New keystroke.
10901         (gnus-summary-reparent-children): Make into command.
10902
10903         * smiley.el (smiley-style): Default to `medium' if using a large
10904         font.
10905
10906         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10907         does it itself.
10908
10909         * message.el (message-point-in-header-p): Simplify definition.
10910
10911 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * nnagent.el (nnagent-request-set-mark): Silence log file
10914         writing.
10915         (nnagent-request-set-mark): Use write-region instead of
10916         append-to-file.
10917
10918         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10919         strange select method.
10920
10921         * ecomplete.el (ecomplete-display-matches): Get highlightling
10922         right.
10923         (ecomplete-display-matches): Use literals.
10924         (ecomplete-display-matches): Disable message logging.
10925
10926         * message.el (message-display-abbrev): Small optimization.
10927
10928         * ecomplete.el (ecomplete-display-matches): Allow automatic
10929         display.
10930
10931         * message.el (message-strip-forbidden-properties):
10932         Display abbrevs.
10933         (message-display-abbrev): Get automatic display right.
10934
10935         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10936         keystrokes.
10937
10938 2006-04-13  Romain Francoise  <romain@orebokech.com>
10939
10940         TODO: Backport to v5-10!
10941
10942         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10943         Move here (and rename) from gnus-registry.el.
10944
10945         * gnus-registry.el: Require gnus-util.
10946         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10947
10948 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * gnus-group.el (gnus-group-catchup-current):
10951         Change if-then-else-if-then-else into cond.
10952         (gnus-group-catchup): Indent.
10953         (group-name-at-point): New function.
10954         (gnus-fetch-group): Provide default from thing at point.
10955
10956 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957
10958         * message.el (message-display-abbrev): Fix regexp.
10959
10960         * ecomplete.el (ecomplete-highlight-match-line):
10961         Reimplement choosing.
10962         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10963         dead variables.
10964
10965         * message.el (message-newline-and-indent): Remove debugging.
10966         (message-display-abbrev): Use new implementation.
10967
10968 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * gnus-art.el (gnus-article-mode):
10971         Set cursor-in-non-selected-windows to nil.
10972
10973         * smiley.el: Revert previous change.
10974         (smiley-data-directory): defvar it before using it in the
10975         defcustom of `smiley-style'.
10976
10977 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10978
10979         * message.el (message-newline-and-indent): New function.
10980
10981         * ecomplete.el: Implement more bits.
10982
10983         * message.el (message-put-addresses-in-ecomplete): Clean up the
10984         string.
10985
10986         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10987
10988         * gnus-sum.el (gnus-summary-save-parts):
10989         Bind gnus-summary-save-parts-counter and use it to make unique file
10990         names.
10991
10992         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10993
10994         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10995         parameter to say whether to actually parse the individual
10996         addresses.
10997
10998         * message.el (message-put-addresses-in-ecomplete): New function.
10999         (ecomplete): Require.
11000         (message-mail-alias-type): Add ecomplete as an option.
11001
11002 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11003
11004         * flow-fill.el (fill-flowed): Remove trailing space from blank
11005         quoted lines.
11006
11007 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * smiley.el (smiley-style): Move definition later to avoid a
11010         compilation warning.
11011
11012 2006-04-12  Kenichi Handa  <handa@m17n.org>
11013
11014         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11015         buffer and then decode the buffer text if necessary.
11016         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11017         first, and after mm-encode-body, change the buffer to unibyte.
11018         Use mm-disable-multibyte instead of set-buffer-multibyte.
11019
11020 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11023         Content-Type header instead of Content-Disposition header.
11024         (gnus-mime-inline-part): Ditto.
11025         (gnus-mime-view-part-as-charset): Ignore charset that the part
11026         specifies.
11027
11028         * mm-decode.el (mm-display-part): Work with external parts and
11029         usual parts similarly.
11030
11031         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11032         instead of gnus-display-mime.
11033
11034         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11035         instead of with-temp-buffer.
11036
11037         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11038         tag to summarized topics part in order to encode non-ASCII text.
11039
11040 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * smiley.el (smiley-style): New variable.
11043         (smiley-directory): New function.
11044         (smiley-data-directory): Derive from `smiley-style' using
11045         `smiley-directory'.
11046         (smiley-regexp-alist): Add new entries.
11047
11048         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11049         (gnus-article-browse-delete-temp): Add :version.
11050
11051 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
11052
11053         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11054         the sieve region.
11055
11056 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * gnus.el (gnus-version-number): Bump version.
11059
11060 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus.el: No Gnus v0.4 is released.
11063
11064 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11067         layout.
11068
11069         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11070         unknown charset.
11071
11072         * message.el (message-header-synonyms): Add Original-To to the
11073         default.
11074
11075         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11076         optional parameter.
11077
11078 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-fun.el (gnus): Require it for gnus-directory.
11081
11082 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11085
11086 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11087
11088         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11089
11090 2006-04-05  Simon Josefsson  <jas@extundo.com>
11091
11092         * password.el (password-reset): New function.
11093
11094 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11095
11096         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11097         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11098
11099 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11100
11101         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11102         Some whitespace was matched into the url, which broke browsing hits
11103         > 100 when mm-url-use-external was nil.
11104
11105 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11108         Check gnus-extra-headers for 'Newsgroups.
11109
11110         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11111         bound.
11112
11113 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11114
11115         * pgg-gpg.el: Clean up process buffers every time gpg processes
11116         complete.
11117
11118 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11121         doc string.
11122
11123 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11124
11125         * pgg-gpg.el (pgg-gpg-process-filter)
11126         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11127
11128         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11129         lines, temporary fix.
11130
11131 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11134
11135 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11136
11137         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11138         default-enable-multibyte-characters.  This reverts the change from
11139         revision 6.17 which is no longer necessary because the passphrase
11140         is sent separately now.  GnuPG messages are unreadable under
11141         multibyte locales with default-enable-multibyte-characters set to
11142         nil.
11143
11144 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * message.el (message-tool-bar-gnome): Move "spell".
11147
11148 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11151         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11152         instead.
11153
11154 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11155
11156         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11157         Improve newsgroups handling for NNTP overviews which don't include
11158         Newsgroups.
11159
11160 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11161
11162         * message.el (message-resend): Bind message-generate-hashcash to nil.
11163
11164 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11165
11166         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11167         when searching for already-paid recipients.
11168
11169 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11170
11171         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11172         passphrases when it is not needed.
11173         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11174         passphrase stuff from gpg, should only be necessary when you use
11175         gpg with a smartcard.
11176
11177 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * mml.el (mml-insert-mime): Ignore cached contents of
11180         message/external-body part.
11181
11182         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11183         (mm-insert-part): Ditto.
11184
11185 2006-03-23  Simon Josefsson  <jas@extundo.com>
11186
11187         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11188         Reiner.
11189         (pgg-gpg-use-agent-p): Use it again.
11190
11191 2006-03-23  Simon Josefsson  <jas@extundo.com>
11192
11193         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11194         older emacsen.
11195         (pgg-gpg-use-agent-p): Don't use it.
11196
11197 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11200         if we can.
11201
11202 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11203
11204         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11205         (pgg-gpg-update-agent): New function.
11206         (pgg-gpg-use-agent-p): New function.
11207         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11208         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11209         (pgg-gpg-sign-region): Use it.
11210
11211 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11214         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11215
11216 2006-03-21  Simon Josefsson  <jas@extundo.com>
11217
11218         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11219         <wilde@sha-bang.de>.
11220         (pgg-gpg-use-agent): New variable.
11221         (pgg-gpg-process-region): Use it.
11222         (pgg-gpg-encrypt-region): Likewise.
11223         (pgg-gpg-encrypt-symmetric-region): Likewise.
11224         (pgg-gpg-decrypt-region): Likewise.
11225         (pgg-gpg-sign-region): Likewise.
11226         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11227
11228 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11231
11232         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11233         Add comment on version.
11234
11235 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * smiley.el: Add missing test smiley.
11238
11239 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * mm-decode.el (mm-with-part): New macro.
11242         (mm-get-part): Use it; work with message/external-body as well.
11243         (mm-save-part): Treat name and filename equally.
11244
11245         * mm-extern.el (mm-extern-cache-contents): New function.
11246         (mm-inline-external-body): Use it; force the part to be displayed;
11247         move undisplayer added to the cached handle to the parent.
11248
11249         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11250         (gnus-mime-view-part-as-type): Work with message/external-body.
11251
11252         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11253
11254 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11257         images in image-load-path.  [Sync with image.el, revision 1.60, in
11258         Emacs.]
11259
11260 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11263         path rather than symbol.  Always return list of directories.
11264         Guarantee that image directory comes first.  [Sync with image.el,
11265         revision 1.59, in Emacs.]
11266
11267         * message.el (message-make-tool-bar): Adjust to new API of
11268         `gmm-image-load-path-for-library'.
11269
11270         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11271
11272         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11273
11274 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11275
11276         * gnus-art.el (gnus-article-only-boring-p):
11277         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11278         intangible text.
11279         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11280
11281 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11284         Use `defun' instead of `gmm-defun-compat'.
11285
11286 2006-03-14  Simon Josefsson  <jas@extundo.com>
11287
11288         * message.el (message-unique-id): Don't use message-number-base36
11289         if (user-uid) is a float.
11290         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11291
11292 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11295
11296         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11297         empty line between a part and a message part.
11298
11299 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * smiley.el: Add more test smileys.
11302         (smiley-data-directory, smiley-regexp-alist)
11303         (gnus-smiley-file-types): Fix doc strings.
11304         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11305         adding new elements.
11306         (smiley-mouse-map): Unused code.  Make it a comment.
11307
11308 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11311         scan latest NoCeM messages instead of old ones.
11312         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11313         delimiters that are recently used.
11314         (gnus-nocem-load-cache): Add autoload cookie.
11315
11316         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11317
11318         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11319         level which is larger than gnus-use-nocem is specified.
11320
11321         * gnus-group.el (gnus-group-get-new-news): Ditto.
11322
11323 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-util.el (gnus-tool-bar-update): New function.
11326
11327         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11328         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11329
11330         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11331
11332         * gnus-group.el (gnus-group-redraw-when-idle)
11333         (gnus-group-redraw-check): Remove.
11334         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11335
11336 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11339         if optional last element is specified in splits (FIELD VALUE...).
11340
11341 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11344         to gmm-image-load-path-for-library.  Call with no-error argument.
11345         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11346
11347         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11348
11349         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11350
11351         * gmm-utils.el (gmm-image-load-path): Remove alias.
11352
11353 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gmm-utils.el (gmm-image-load-path): Add alias.
11356
11357         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11358         nnml-generate-nov-databases-1.
11359         (nnml-generate-nov-databases): Use it.
11360         (nnml-generate-nov-databases-directory): Document no-active
11361         argument.
11362
11363         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11364         directory if path is t.  Add no-error.
11365
11366         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11367         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11368
11369         * gnus-art.el (gnus-article-browse-delete-temp-files):
11370         Simplify resetting gnus-article-browse-html-temp-list.
11371
11372         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11373         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11374         Add example to docstring.  Rename local variables.  Move error
11375         checks to default case in cond and simplify.
11376
11377 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11380         handle is multipart when calling it recursively.
11381         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11382
11383 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11384
11385         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11386         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11387
11388 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11391         is loaded.
11392
11393         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11394         loaded.
11395
11396 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11399         to "Emacs 23 (unicode)" in doc string.
11400
11401         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11402         "Emacs 23 (unicode)" in comment.
11403
11404 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11407
11408         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11409         characters 160 through 255 in Emacs 23.
11410
11411 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11414         gnus-article-browse-html-temp.
11415         (gnus-article-browse-delete-temp): Make it customizable.
11416         Add `file'.  Adjust doc string.
11417         (gnus-article-browse-delete-temp-files): Add argument.
11418         Allow query for each file.  Adjust doc string.
11419         (gnus-article-browse-html-parts):
11420         Add `gnus-article-browse-delete-temp-files' to
11421         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11422
11423 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11424
11425         * gnus-art.el (gnus-article-browse-html-temp)
11426         (gnus-article-browse-delete-temp): New variables.
11427         (gnus-article-browse-delete-temp-files): New function.
11428         (gnus-article-browse-html-parts): Use it.
11429
11430 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11433
11434         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11435         string.
11436
11437         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11438         gnus-summary-insert-new-articles when unplugged.
11439         Remove gnus-summary-search-article-forward.
11440
11441         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11442         display-visual-class instead of display-color-cells.
11443
11444 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * dgnushack.el: Autoload customize-group for XEmacs.
11447
11448         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11449         message/* containing non-ASCII text properly.
11450
11451 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * message.el: Require gmm-utils, remove autoloads.
11454         (message-tool-bar): Set default based on
11455         gmm-tool-bar-style.
11456         (message-tool-bar-gnome): Add gmm-customize-mode.
11457
11458         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11459         gmm-tool-bar-style.
11460         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11461
11462         * gnus-group.el (gnus-group-tool-bar): Set default based on
11463         gmm-tool-bar-style.
11464         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11465
11466         * gmm-utils.el (gmm-image-directory): Rename variable from
11467         gmm-image-load-path.
11468         (gmm-image-load-path): Use gmm-image-directory.
11469         (gmm-customize-mode): New function.
11470         (gmm-tool-bar-style): New variable.
11471
11472         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11473         gnus-group-redraw-line-number.
11474         (gnus-group-redraw-check): Simplify.
11475         (gnus-group-tool-bar-update): Remove redraw check.
11476         (gnus-group-make-tool-bar): Add redraw check.
11477
11478 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11479
11480         * gnus-art.el (gnus-button): Add missing parentheses.
11481
11482 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * lpath.el: Fbind line-number-at-pos.
11485
11486 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11489
11490 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus-art.el (gnus-button): New face.
11493         (gnus-article-button-face): Use it.
11494
11495         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11496         Add gnus-summary-next-page.  Re-order.
11497
11498         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11499         next-node are now included.
11500         (gnus-group-redraw-line-number): New internal variable.
11501         (gnus-group-redraw-check): Helper function for updating the tool
11502         bar.
11503         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11504
11505         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11506
11507         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11508         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11509         Use it to match format of Spamassassin 3.0 and later.
11510         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11511         (spam-check-bogofilter)
11512         (spam-bogofilter-register-with-bogofilter): Fix args of
11513         `gnus-error' calls.
11514
11515 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11518         unnecessary interaction when sending queued mails.
11519         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11520
11521 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11524         first or last are nil.
11525
11526 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11527
11528         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11529
11530 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11531
11532         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11533
11534 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11535
11536         * dns.el (query-dns): Protect more against buggy tcp output.
11537
11538 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11541         nov.php.
11542
11543 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11544
11545         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11546         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11547         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11548         output on the server side.
11549         (nnweb-google-create-mapping): Update regexps and add some
11550         progress indication.
11551
11552 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-group.el (gnus-group-tool-bar-gnome):
11555         Fix gnus-agent-toggle-plugged.  Re-order icons.
11556         (gnus-group-tool-bar-gnome):
11557         Add gnus-group-{prev,next}-unread-group.
11558         (gnus-group-tool-bar-gnome): Re-order icons.
11559
11560         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11561         Move gnus-summary-insert-new-articles.
11562
11563         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11564         Fix comments.
11565
11566         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11567         also available in Emacs 21.3.
11568
11569         * message.el (message-fix-before-sending): Change "Emacs 22" to
11570         "Emacs 23 (unicode)" in comment.
11571
11572         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11573         "Emacs 23 (unicode)" in comment.
11574
11575         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11576         comment.
11577         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11578
11579         * mm-view.el (mm-fill-flowed): Add :version.
11580
11581 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11584         and load-path.
11585
11586 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * message.el: Autoload gmm-image-load-path.
11589         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11590         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11591         consitency.
11592
11593         * gmm-utils.el (gmm-image-load-path): Also search in
11594         "../etc/images".  Don't set gmm-image-load-path if we don't find
11595         the image.
11596
11597 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gmm-utils.el (gmm-image-load-path): Don't make
11600         `gmm-image-load-path' include subdirectories which the second arg
11601         `image' might specify.
11602
11603         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11604         subdirectory to icon file names.
11605
11606         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11607
11608 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11611         gmm-image-load-path calls.
11612
11613         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11614
11615         * message.el (message-make-tool-bar): Ditto.
11616
11617         * mml.el (mml-preview): Add comment concerning tool bar icons.
11618
11619         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11620         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11621
11622         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11623         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11624
11625         * message.el (message-tool-bar-gnome): Use new icon names.
11626         (message-make-tool-bar): Use `gmm-image-load-path'.
11627
11628         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11629         New functions from MH-E.
11630         (gmm-image-load-path): New variable from MH-E.
11631         (gmm-image-load-path): New function from MH-E.  Add arguments
11632         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11633         *-image-load-path-called-flag.
11634
11635 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11636
11637         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11638
11639 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11640
11641         * nnimap.el (nnimap-request-move-article): Change folder back to
11642         source group before deleting.
11643
11644 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11647
11648         * gnus-art.el (mm-url-insert-file-contents-external):
11649         Autoload mm-url.
11650
11651         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11652
11653 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11656         coding system which mm-charset-to-coding-system returns for a
11657         given charset is valid.
11658
11659 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11660
11661         * html2text.el (html2text-remove-tag-list):
11662         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11663
11664 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11665
11666         * gnus-cus.el: Revert 2005-10-17 change.
11667
11668 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-art.el (article-strip-banner):
11671         Call article-really-strip-banner only when the regexp match is made.
11672
11673 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-art.el (article-strip-banner):
11676         Use gnus-extract-address-components instead of
11677         mail-header-parse-addresses to make it work with non-ASCII text;
11678         remove mail-encode-encoded-word-string.
11679
11680         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11681         values which are surrounded with \"...\"; make it never cause a
11682         Lisp error; give up parsing of parameters if it failed in
11683         extracting type.
11684
11685 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
11686
11687         * smime.el (smime-cert-by-ldap-1): Fix bug where
11688         `smime-ldap-search' returns results without userCertificates.
11689
11690 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11693
11694 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * spam.el (spam-check-spamassassin-headers): Adapt format for
11697         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11698         <ari@mbf.ocn.ne.jp>.
11699         (spam-list-of-processors): Add spam-use-gmane.
11700
11701 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11704         make-temp-file; make it work with XEmacs as well.
11705
11706         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11707         mm-make-temp-file.
11708
11709         * mm-decode.el (mm-display-external): Use the 3rd arg of
11710         mm-make-temp-file.
11711         (mm-create-image-xemacs): Ditto.
11712
11713 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11716         with message-narrow-to-headers.
11717         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11718         (gnus-draft-check-draft-articles): New function.
11719         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11720
11721 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-art.el (gnus-article-browse-html-parts):
11724         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11725         Don't use suffix argument for mm-make-temp-file for Emacs 21
11726         compatibility.  Remove useless `format'.
11727
11728 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11729
11730         * nnweb.el (nnweb-google-wash-article): Update regexps.
11731         (nnweb-group-alist): Use defvoo instead of defvar.
11732
11733 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11736         re-loading nn* modules.
11737
11738 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11741         for `tool-bar-mode' and don't check it's default-value.
11742
11743         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11744
11745         * message.el (message-make-tool-bar): Ditto.
11746
11747         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11748         `substring'.  Shorten tmp-file name.
11749
11750         * gnus.el: Remove bogus comment.
11751
11752 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11753
11754         * gnus-art.el (gnus-article-browse-html-parts): New function.
11755         (gnus-article-browse-html-article): New function for viewing html
11756         articles with a browser.
11757
11758 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11759
11760         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11761         in elisp.
11762         (pgg-gpg-encrypt-symmetric-region): Ditto.
11763         (pgg-gpg-sign-region): Ditto.
11764
11765         * pgg-def.el (pgg-text-mode): New variable.
11766
11767         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11768         (mml2015-pgg-encrypt): Ditto.
11769
11770         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11771         (mml1991-pgg-encrypt): Ditto.
11772
11773 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * nnfolder.el (nnfolder-insert-newsgroup-line):
11776         Use message-make-date instead of current-time-string.
11777
11778         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11779         to gnus-decoded which mm-uu might set.
11780
11781 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11784         don't decode quoted parameters; remove misimported Emacs code.
11785         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11786         (rfc2231-decode-encoded-string): Don't use split-string which
11787         behaves differently according to Emacs version; use
11788         mm-decode-coding-region to convert charset to coding-system.
11789         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11790         (rfc2231-encode-string): Remove misimported Emacs code.
11791
11792 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11795         when calling mail-header-parse-content-type.
11796         (article-de-quoted-unreadable): Ditto.
11797         (article-de-base64-unreadable): Ditto.
11798         (article-wash-html): Ditto.
11799
11800         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11801         calling mail-header-parse-content-type and
11802         mail-header-parse-content-disposition.
11803         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11804         mail-header-parse-content-type.
11805
11806         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11807         insert charset and format parameters; encode description after
11808         inserting it to buffer.
11809         (mml-insert-parameter): Fold lines properly even if a parameter is
11810         segmented into two or more lines; change the max column to 76.
11811
11812         * rfc1843.el (rfc1843-decode-article-body): Don't use
11813         ignore-errors when calling mail-header-parse-content-type.
11814
11815         * rfc2231.el (rfc2231-parse-string): Return at least type if
11816         possible; don't cause an error even if it fails in parsing of
11817         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11818         (rfc2231-encode-string): Don't break lines at the beginning, leave
11819         it to mml-insert-parameter.
11820
11821         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11822         calling mail-header-parse-content-type.
11823
11824 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * spam-report.el (spam-report-gmane-use-article-number):
11827         Improve doc string.
11828         (spam-report-gmane-internal): Check if a suitable header was found
11829         in the article.
11830
11831 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11834         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11835
11836 2006-02-05  Romain Francoise  <romain@orebokech.com>
11837
11838         Update copyright notices of all files in the gnus directory.
11839
11840 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11841
11842         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11843
11844 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11847         segmented lines of parameter value to cope with Thunderbird 1.5
11848         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11849         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11850         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11851
11852 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11853
11854         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11855         parts.
11856
11857 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11858
11859         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11860         there's only one active file for all servers.
11861         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11862         solid groups.  Gnus might have used a FAST request to select the group.
11863         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11864         and nnweb-search redundantly in the active file.
11865         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11866         (nnweb-request-create-group): Don't use ARGS.
11867         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11868         initialisations.  Let nnoo do the work.
11869
11870 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11873         Say the part has been decoded.
11874
11875         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11876
11877 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11878
11879         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11880         mailcap-viewer-test-cache when there's no 'test clause, since that
11881         will invert the meaning of a "nil" test previously determined by
11882         mailcap-mailcap-entry-passes-test.
11883
11884 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11887         compiling.
11888
11889         * gnus-sum.el: Ditto.
11890
11891         * message.el: Don't bind tool-bar-map when compiling.
11892
11893 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11896
11897 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11898
11899         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11900         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11901         current Google Groups.
11902
11903 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11906         and tool-bar-mode.
11907
11908         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11909         and tool-bar-mode.
11910
11911         * message.el (message-tool-bar-update): Simplify.
11912         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11913
11914         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11915         gnus-summary-buffer.
11916         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11917         gnus-summary-reply.
11918
11919         * gmm-utils.el (gmm): Add :version.
11920
11921 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * Makefile.in (clean): New rule.
11924         (distclean): Use it.
11925
11926 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11927
11928         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11929         Don't autoload.
11930
11931 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gmm-utils.el (gmm-verbose): Add :group.
11934
11935 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * message.el: Change some comments WRT tool-bars.
11938
11939         * gnus-sum.el (gnus-summary-tool-bar)
11940         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11941         (gnus-summary-tool-bar-zap-list): New variables.
11942         (gnus-summary-make-tool-bar): Complete rewrite using
11943         `gmm-tool-bar-from-list'.
11944
11945         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11946         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11947         New variables.
11948         (gnus-group-make-tool-bar): Complete rewrite using
11949         `gmm-tool-bar-from-list'.
11950         (gnus-group-tool-bar-update): New function.
11951
11952         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11953
11954 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11957         is dissected into a single part of which the type is the same as
11958         the given one; decode charset.
11959
11960 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11961
11962         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11963         into alists as symbol not string, since that's what
11964         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11965         look for.
11966
11967 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11970         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11971
11972         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11973
11974 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11977         (gnus-xmas-mime-security-button-menu): New function.
11978
11979         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11980         (gnus-mime-security-button-menu): New definition.
11981         (gnus-mime-security-button-map): Use them.
11982         (gnus-mime-security-button-menu): New function.
11983         (gnus-insert-mime-security-button): Addition to help echo.
11984         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11985         (gnus-mime-security-pipe-part): New functions.
11986
11987         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11988         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11989
11990         * mm-decode.el (mm-handle-set-disposition): Remove.
11991         (mm-handle-set-description): Remove.
11992
11993 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11996         (mm-w3m-standalone-supports-m17n-p): New function.
11997         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11998         w3m usage.
11999
12000         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12001         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12002
12003 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * message.el (message-tool-bar-zap-list):
12006         Use gmm-tool-bar-zap-list as custom type.
12007         (message-tool-bar-update): New function.
12008         (message-tool-bar, message-tool-bar-gnome)
12009         (message-tool-bar-retro): Add message-tool-bar-update.
12010         (message-tool-bar-gnome): Add flyspell-buffer.
12011
12012         * gnus-util.el (gnus-error): Describe `args'.
12013
12014         * gmm-utils.el (gmm-error): Describe `args'.
12015         (gmm-tool-bar-zap-list): New widget.
12016         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12017
12018 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12021         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12022         the number of recursive calls.
12023
12024         * mm-decode.el (mm-handle-set-disposition): New macro.
12025         (mm-handle-set-description): New macro.
12026
12027 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12030         encoding.
12031
12032 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * message.el (message-tool-bar-zap-list, message-tool-bar)
12035         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12036         (message-tool-bar-local-item-from-menu): Remove.
12037         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12038         (message-make-tool-bar): New function.
12039         (message-mode): Use `message-make-tool-bar'.
12040
12041         * gmm-utils.el: New file.
12042         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12043         (gmm-lazy): New widget copied from `nnmail.el'.
12044         (gmm-tool-bar-from-list): New function for creating customizable
12045         tool bars.
12046         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12047         output.
12048         (gmm): Add :prefix to defgroup.
12049
12050 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12051
12052         * gmm-utils.el (gmm-widget-p): New function.
12053
12054 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * mml.el (mml-attach-file): Describe `description' in doc string.
12057         (mml-menu): Add Emacs MIME manual and PGG manual.
12058
12059 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12060
12061         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12062
12063 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12064
12065         * nntp.el (nntp-end-of-line): Doc fix.
12066
12067 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12068
12069         * imap.el (imap-open): Handle case where buffer is a buffer
12070         object.
12071
12072 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12073
12074         * gnus-delay.el (gnus-delay): Don't autoload.
12075         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12076         to be re-loaded when customizing the `gnus-delay' group.
12077
12078 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12079
12080         * message.el (message-insert-citation-line): Use newlines.
12081
12082 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12083
12084         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12085         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12086         these routines, so the passphrase can be managed externally and
12087         passed in to the system.
12088         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12089         pgg-add-passphrase-to-cache function.
12090
12091         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12092         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12093         these routines, so the passphrase can be managed externally and
12094         passed in to the system.
12095         (pgg-pgp5-sign-region): Use new name of
12096         pgg-add-passphrase-to-cache function.
12097
12098 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12099
12100         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12101         part of the decoded armor to find the key-identifier.
12102         (pgg-gpg-lookup-key-owner): New function to return the
12103         human-readable identifier of a key owner.
12104         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12105         itself.
12106         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12107         the key value) if we have a key and can match it against a secret
12108         key.  Also, added a note pointing out fact that the prompt only
12109         indicates the first matching key.
12110
12111         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12112         pgg-decrypt-region.
12113         (pgg-add-passphrase-to-cache): Rename from
12114         `pgg-add-passphrase-cache' to reduce confusion (all callers
12115         changed).
12116         (pgg-remove-passphrase-from-cache): Rename from
12117         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12118         changed).
12119         (pgg-read-passphrase, pgg-add-passphrase-cache)
12120         (pgg-remove-passphrase-cache): Add informative docstrings.
12121         (pgg-decrypt): Convey provided passphrase in subordinate call to
12122         pgg-decrypt-region.
12123
12124 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12125
12126         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12127         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12128         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12129         'passphrase' argument, so the passphrase can be managed externally
12130         and then passed in to the system.
12131
12132         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12133         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12134         so the passphrase cache can be used reliably with identifiers
12135         besides a pgp packet's key id.
12136
12137         * pgg-gpg.el (pgg-gpg-encrypt-region)
12138         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12139         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12140         these routines, so the passphrase can be managed externally and
12141         passed in to the system.
12142
12143         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12144         'notruncate' argument, so the passphrase cache can be used
12145         reliably with identifiers besides a pgp packet's key id.
12146
12147 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12148
12149         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12150         symmetric encryption.
12151         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12152         encrypted session key.
12153         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12154         message ask for the passphrase in a proper way.
12155
12156         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12157         New user commands for symmetric encryption.
12158
12159 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12162
12163         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12164
12165 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12166
12167         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12168
12169 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * mm-decode.el (mm-inlined-types): Add application/pgp.
12172         (mm-automatic-display): Ditto.
12173
12174         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12175         part as text.
12176
12177 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * nnrss.el: Update copyright.
12180         (nnrss-opml-import): Query whether to subscribe to each entry.
12181
12182         * gnus-art.el:
12183         * gnus-sum.el:
12184         * gnus-xmas.el:
12185         * messagexmas.el:
12186         * mm-uu.el:
12187         * mm-view.el: Update copyright.
12188
12189 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * message.el (message-info): New function.
12192         (message-mode-menu): Add it.
12193         Update copyright.
12194
12195         * ChangeLog: Fix and update copyright.
12196
12197 2006-01-13  Romain Francoise  <romain@orebokech.com>
12198
12199         * message.el (message-forward-subject-name-subject): Prefer the
12200         address to 'nowhere' if the sender has no name.
12201         Fix typo.  Update copyright year.
12202
12203 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-art.el (article-wash-html):
12206         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12207         (gnus-article-wash-html-with-w3m-standalone): New function.
12208
12209         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12210         mm-inline-text-html-render-with-w3m-standalone.
12211         (mm-text-html-washer-alist): Map w3m-standalone to
12212         gnus-article-wash-html-with-w3m-standalone.
12213         (mm-inline-text-html-render-with-w3m-standalone): New function.
12214
12215 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12218         Improve LaTeX.
12219
12220 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12223         (nnrss-request-article): Render text/plain parts as HTML.
12224
12225         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12226         the buffer.
12227
12228 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12231         custom definition of `gnus-posting-styles'.
12232
12233         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12234         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12235
12236 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12239         Use nntp for bug archive.
12240
12241 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12244         parts.
12245         (nnrss-normalize-date): New function converts ISO 8601 date into
12246         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12247         (nnrss-check-group): Use it.
12248
12249 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12252
12253         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12254         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12255         (nnrss-insert-w3): Ditto.
12256
12257 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12260         the articles to be forwarded including the case where neither a
12261         number of articles nor a region is specified.
12262
12263 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * nnrss.el (nnrss-request-article): Fix last change; fill
12266         text/plain parts.
12267
12268 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12271         in text/plain part.
12272         (nnrss-check-group): Don't add excessive newline to dc:subject.
12273
12274 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12275
12276         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12277         article.
12278
12279 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12282         (nnml-use-compressed-files, nnml-save-mail): Support other
12283         comression programs such as bzip2.
12284
12285 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12286
12287         * dns.el (query-dns): Make sure we check the buffer size before
12288         removing tcp headers.
12289
12290 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12293         remove MIME buttons associated with multipart/alternative parts.
12294         (gnus-mime-display-alternative): Tag buttons using `article-type'
12295         text property.
12296
12297         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12298         associated with multipart/alternative parts.
12299
12300         * gnus-art.el (gnus-signature-separator): Fix custom type.
12301
12302         * mm-decode.el (mm-inlined-types): Fix custom type.
12303         (mm-keep-viewer-alive-types): Ditto.
12304         (mm-automatic-display): Ditto.
12305         (mm-attachment-override-types): Ditto.
12306         (mm-inline-override-types): Ditto.
12307         (mm-automatic-external-display): Ditto.
12308
12309 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * spam-report.el (spam-report-user-mail-address)
12312         (spam-report-user-agent): New variables.
12313         (spam-report-url-ping-plain): Use spam-report-user-agent.
12314
12315 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12316
12317         * gnus-art.el (gnus-button-handle-custom): Do not just use
12318         `customize-apropos' for any "M-x customize-*" button but the
12319         function called for.  Accept both the function name and its
12320         argument in order to achieve this.
12321         (gnus-button-alist): Remove support for "custom:" URL's.
12322         Pass function name to `gnus-button-handle-custom' in case of "M-x
12323         customize-*" buttons.
12324
12325 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12328         multipart/alternative and add xref to mm-discouraged-alternatives
12329         in doc string.
12330
12331         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12332         gnus-buttonized-mime-types in doc string.
12333
12334 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12337         Suggest image/.* in the doc string.
12338
12339 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12342         message-marks (Debian bug #342521).
12343
12344 2005-12-12  Simon Josefsson  <jas@extundo.com>
12345
12346         * password.el (password-read-from-cache): Add.
12347         (password-read): Use it.
12348
12349 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * rfc2047.el (rfc2047-charset-to-coding-system):
12352         Recognize us-ascii as a MIME charset.
12353
12354         * mm-bodies.el (mm-decode-content-transfer-encoding):
12355         Protect against the case where the 2nd arg TYPE is nil.
12356
12357 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * pop3.el (pop3-stream-type): Fix custom version.
12360
12361         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12362
12363 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12364
12365         * mm-decode.el (mm-display-external): Add missing cdr.
12366
12367 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12370         RFC1524) if it is in mailcap or add a suffix according to
12371         mailcap-mime-extensions when generating a temp filename; postpone
12372         deleting a temp file for 2 seconds for some wrappers, shell
12373         scripts, and so on, which might exit right after having started a
12374         viewer command as a background job.
12375
12376 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * nntp.el (nntp-marks-directory): Fix custom group.
12379
12380         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12381         steps when < 10.
12382
12383         * gnus-start.el (gnus-no-server-1):
12384         Mention `gnus-level-default-subscribed' in doc string.
12385
12386 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12387
12388         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12389         parens.
12390
12391 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-xmas.el (gnus-use-toolbar): Revert.
12394         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12395         gnus-use-toolbar is default.
12396
12397         * messagexmas.el (message-use-toolbar): Revert.
12398         (message-setup-toolbar): Use global default-toolbar if
12399         message-use-toolbar is default.
12400
12401 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12404         according to default-toolbar-visible-p.
12405
12406         * messagexmas.el (message-use-toolbar): Ditto.
12407
12408 2005-11-26  Dave Love  <fx@gnu.org>
12409
12410         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12411         (tls-program, tls-success): Provide openssl alternative.
12412
12413         * starttls.el: Doc fixes.
12414         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12415         SERVICE to PORT.
12416
12417         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12418         port null or service name.
12419         (starttls-negotiate): Autoload.
12420
12421 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * message.el (message-kill-to-signature): Fix interactive spec.
12424
12425 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * pop3.el (pop3-open-server): Recognize a string as a service name.
12428
12429 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12430
12431         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12432
12433 2005-11-23  Dave Love  <fx@gnu.org>
12434
12435         Add pop3s, pop3/starttls.
12436
12437         * pop3.el (pop3-authentication-scheme): Clarify doc.
12438         (open-tls-stream, starttls-open-stream): Autoload.
12439         (pop3-stream-type): New.
12440         (pop3-open-server): Use it.
12441
12442         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12443         for POP.
12444         (mail-source-keyword-map): Add :stream for POP.
12445         (mail-source-fetch-pop): Use pop3-stream-type.
12446
12447 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12450         of current-time-string.
12451
12452 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12453
12454         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12455         date header.
12456
12457 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12458
12459         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12460         it can seriously impact performance as it bypasses the agent's
12461         local caches.
12462
12463 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12464
12465         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12466         must be explicitly online rather than "not explicitly offline" for
12467         its flags to be synchronized.
12468
12469         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12470         that gnus-uu-unmark-thread will function correctly.
12471
12472         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12473         1024K is instead displayed as 1M.
12474
12475 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12478
12479 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12480
12481         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12482
12483 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12484
12485         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12486         error message to display actual error condition.
12487         (gnus-agent-save-local): Avoid saving symbols that are bound to
12488         nil as they simply result in a warning message in
12489         gnus-agent-read-local.
12490
12491 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12494         rather than make-variable-buffer-local for file-precious-flag.
12495
12496 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12497
12498         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12499         for duplicates which are removed.  The invalid sort check then
12500         triggers a rescan after the sort as sorting may have moved
12501         duplicate entries such that they can be cheaply detected.
12502
12503 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12506
12507 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12508
12509         * gnus-agent.el (gnus-agent-article-alist-save-format):
12510         Change internal variable to a custom variable.  Change default value
12511         from compressed(2) to uncompressed(1).
12512         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12513         support for uncompressed agentview files.  Taken together, reading
12514         the agentview file should now be 6-7 times faster.
12515
12516 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12517
12518         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12519         as a buffer-local variable.  This avoids creating truncated
12520         dribble files as a result of a hang up, eg.
12521
12522 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12523
12524         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12525         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12526         XEmacs.
12527
12528 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * gnus-start.el (gnus-start-draft-setup):
12531         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12532
12533         * gnus.el (gnus-splash): Change custom group.
12534         (gnus-group-get-parameter, gnus-group-parameter-value):
12535         Describe allow-list argument.
12536
12537         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12538         string.
12539
12540 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-art.el (gnus-default-article-saver): Add user-defined
12543         `function' to custom type.
12544
12545 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12546
12547         * imap.el (imap-open): Handle case where buffer is a buffer
12548         object.
12549
12550 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12553         long lines.
12554         (gnus-cache-delete-group): Wrap doc strings.
12555
12556         * gnus-agent.el (gnus-agent-rename-group)
12557         (gnus-agent-delete-group): Wrap doc strings.
12558
12559 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * messagexmas.el (message-use-toolbar): Change the valid values
12562         into default, top, bottom, left, and right.
12563         (message-toolbar-thickness): New variable.
12564         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12565         well.
12566         (message-setup-toolbar): Make it work.
12567
12568         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12569         (gnus-use-toolbar): Change the valid values into default, top,
12570         bottom, left, and right.
12571         (gnus-toolbar-thickness): New variable.
12572         (gnus-xmas-setup-toolbar): New function.
12573         (gnus-xmas-setup-group-toolbar): Use it.
12574         (gnus-xmas-setup-summary-toolbar): Use it.
12575
12576 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12577
12578         * gnus-start.el (gnus-1): Add "native" to
12579         gnus-predefined-server-alist.
12580
12581         * gnus.el (gnus-method-to-server): Don't add "native" to the
12582         lists here, because that leads to problems when
12583         gnus-select-method is bound.
12584
12585 2005-11-09  Simon Josefsson  <jas@extundo.com>
12586
12587         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12588         use (not sort-by-date) instead.
12589
12590 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12591
12592         * gnus-delay.el (gnus-delay-group): Don't autoload.
12593         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12594         to be re-loaded when customizing the `gnus-delay' group.
12595
12596 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12597
12598         * message.el: Revert last changes.
12599         (message-insert-citation-line): Use newlines.
12600
12601 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12602
12603         * message.el (message-courtesy-message)
12604         (message-mark-insert-begin, message-mark-insert-end)
12605         (message-elide-ellipsis, message-cancel-message)
12606         (message-add-header, message-change-subject)
12607         (message-cross-post-followup-to-header)
12608         (message-cross-post-insert-note, message-reduce-to-to-cc)
12609         (message-widen-reply, message-delete-not-region)
12610         (message-kill-to-signature, message-insert-signature)
12611         (message-insert-importance-high, message-insert-importance-low)
12612         (message-insert-or-toggle-importance)
12613         (message-insert-disposition-notification-to)
12614         (message-indent-citation, message-yank-original)
12615         (message-cite-original-without-signature, message-cite-original)
12616         (message-insert-citation-line, message-position-on-field)
12617         (message-fix-before-sending, message-send-mail-partially)
12618         (message-send-mail, message-send-mail-with-sendmail)
12619         (message-send-mail-with-qmail, message-send-news)
12620         (message-check-news-header-syntax, message-generate-headers)
12621         (message-insert-courtesy-copy, message-fill-address)
12622         (message-fill-header, message-shorten-references)
12623         (message-setup-1, message-cancel-news)
12624         (message-forward-make-body-plain, message-forward-make-body-mime)
12625         (message-forward-make-body-mml, message-encode-message-body)
12626         (message-forward-make-body-digest-plain)
12627         (message-forward-make-body-digest-mime)
12628         (message-use-alternative-email-as-from): Insert `hard-newline'
12629         instead of ordinary newlines.
12630
12631 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * message.el (message-generate-headers): Downcase the argument
12634         given to message-check-element.
12635
12636 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12637
12638         * nntp.el (nntp-authinfo-rejected): New error condition.
12639         (nntp-wait-for): Use new error condition to signal authentication
12640         error.
12641         (nntp-retrieve-data): Rethrow new error condition to break out of
12642         recursive call to nntp-send-authinfo.
12643
12644 2005-11-08  Romain Francoise  <romain@orebokech.com>
12645
12646         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12647         (gnus-summary-exit-map): Bind to `Z p'.
12648         (gnus-summary-make-menu-bar): Add menu item.
12649
12650 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12653         (gnus-treat-*): Add `first' in all doc strings.
12654
12655         * gnus-group.el (gnus-group-compact-group): Fix typo.
12656
12657 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus.el (gnus-parameters-case-fold-search): New variable.
12660         (gnus-parameters-get-parameter): Use it.
12661
12662         * gnus-score.el (gnus-home-score-file): Doc fix.
12663
12664 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12665
12666         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12667
12668 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * mm-util.el (mm-special-display-p): New function.
12671
12672         * mml.el (mml-preview): Use it; doc fix.
12673
12674 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12675
12676         * imap.el (imap-open): Handle case where buffer is a buffer object.
12677
12678 2005-10-29  Romain Francoise  <romain@orebokech.com>
12679
12680         * message.el (message-fix-before-sending): Fix comment.
12681
12682 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12683
12684         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12685
12686 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12687
12688         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12689         Used in gnus-score.el.
12690
12691 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12694
12695 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12698         whitespace removed in revision 7.8.  Use concatenated string to
12699         protect trailing whitespace.
12700
12701 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
12702
12703         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12704         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12705         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12706         Courier IMAP ("some version from 2004").  Mostly based on similar
12707         code in the same function.
12708
12709 2005-10-26  Didier Verna  <didier@xemacs.org>
12710
12711         * gnus-group.el (gnus-group-compact-group): Invalidate original
12712         article buffer.
12713         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12714         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12715         NOV database and in article itself.
12716         Invalidate article backlog.
12717
12718 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12721
12722 2005-10-26  Simon Josefsson  <jas@extundo.com>
12723
12724         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12725         part of 2004-07-25 change.
12726
12727 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * message.el (message-display-completion-list): New function.
12730         (message-expand-group): Use it; make sure the Completions buffer
12731         is modifiable.
12732 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12733
12734         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12735         user-mail-name is an empty string.
12736
12737 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12740         depending on gnus-score-decay-constant.
12741
12742         * encrypt.el (encrypt-insert-file-contents)
12743         (encrypt-write-file-contents): Don't use `gnus-message'.
12744
12745         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12746         arguments.
12747         (mm-uu-type-alist): Add message-marks and insert-marks.
12748         Pass arguments to mm-uu-verbatim-marks-extract.
12749         (mm-uu-hide-markers): New variable.
12750         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12751
12752         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12753         (gnus-convert-image-to-face-command): Use "convert" by default to
12754         allow other input image formats.
12755         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12756         accordingly.
12757
12758 2005-10-23  Simon Josefsson  <jas@extundo.com>
12759
12760         * imap.el (imap-gssapi-program): Align command line parameters
12761         with latest GNU SASL.
12762         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12763
12764 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12767         HTML.
12768         (nnslashdot-request-article): Ditto.
12769
12770         * lpath.el (featurep): Add nobreak-char-display.
12771
12772 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12773
12774         * mail-source.el (mail-source-fetch-pop): Require pop3.
12775         (mail-source-check-pop): Ditto.
12776
12777 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12780         errors.
12781
12782 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12785         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12786
12787         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12788
12789         * mm-bodies.el (mm-decode-string):
12790         Call `mm-charset-to-coding-system' with allow-override argument.
12791
12792 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12795         (rfc2047-charset-to-coding-system): New function.
12796         (rfc2047-decode-encoded-words): New function.
12797         (rfc2047-decode-region): Use them.
12798         (rfc2047-decode-cte): Remove.
12799         (rfc2047-parse-and-decode): Remove.
12800         (rfc2047-decode): Remove.
12801
12802 2005-10-15  Kenichi Handa  <handa@m17n.org>
12803
12804         * rfc2047.el (rfc2047-decode-cte): New function.
12805         (rfc2047-decode-region): Change the way to decode successive
12806         encoded-words: decode B- or Q-encoding in each encoded-word,
12807         concatenate them, and decode it as charset.
12808
12809 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * lpath.el: Fbind codepage-setup for XEmacs.
12812
12813 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12814
12815         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12816         widget-move-and-invoke.
12817         (gnus-custom-mode): Use gnus-custom-map.
12818
12819 2005-10-15  Bill Wohler  <wohler@newt.com>
12820
12821         * message.el (message-tool-bar-map): Rename image file from
12822         mail_send to mail/send.
12823
12824 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12825
12826         * message.el (message-expand-group): Pass the common
12827         prefix substring of completion to `display-completion-list'.
12828
12829 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * mml-sec.el (mml-secure-method): New internal variable.
12832         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12833         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12834         New functions using mml-secure-method.
12835
12836         * mml.el (mml-mode-map): Add key bindings for those functions.
12837         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12838         Harder <harder@myrealbox.com>.
12839         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12840         Goto end of message if point is the headers of the message.
12841
12842         * message.el (message-in-body-p): New function.
12843
12844         * assistant.el: Autoload gnus-util and netrc.
12845
12846         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12847         Use `mm-charset-override-alist' only when decoding.
12848
12849         * mm-bodies.el (mm-decode-body):
12850         Call `mm-charset-to-coding-system' with allow-override argument.
12851
12852         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12853         `filename' from Content-Disposition if Content-Type doesn't
12854         provide `name'.
12855         (gnus-mime-view-part-as-type): Set default instead of
12856         initial-input.
12857
12858 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12859
12860         * format-spec.el (format-spec): Propagate text properties of % spec.
12861
12862 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * gnus-art.el (gnus-treat-predicate): Add `first'.
12865
12866 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12869         (mm-charset-override-alist): New variable.
12870         (mm-charset-to-coding-system): Use it.
12871         (mm-codepage-setup): New helper function.
12872         (mm-charset-eval-alist): New variable.
12873         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12874         Warn about unknown charsets.
12875
12876         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12877
12878 2005-10-04  David Hansen  <david.hansen@gmx.net>
12879
12880         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12881         (nnrss-check-group): Ditto.
12882
12883 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12886         Rename x-gnus-verbatim to x-verbatim.
12887         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12888
12889         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12890         x-verbatim.
12891
12892         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12893
12894         * gnus-util.el (gnus-remove-duplicates): Remove.
12895
12896         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12897         instead of gnus-remove-duplicates.
12898
12899         * message.el (message-remove-duplicates): Remove.
12900         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12901         message-remove-duplicates.
12902
12903         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12904         available, else use implementation from `delete-dups'.
12905
12906         * message.el (message-insert-expires): New function.
12907         (message-mode-map): Add key binding.
12908         (message-mode-field-menu): Add menu entry.
12909         (message-mode): Document it.
12910         (message-make-expires-date): Use `message-make-date'.
12911
12912 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12913
12914         * message.el (message-make-expires-date): New function.
12915
12916 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * Makefile.in (list-installed-shadows): New entry.
12919         (install): Use it.
12920         (remove-installed-shadows): New entry.
12921
12922         * dgnushack.el (dgnushack-default-load-path): New variable.
12923         (dgnushack-find-lisp-shadows): New function.
12924         (dgnushack-remove-lisp-shadows): New function.
12925
12926 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * Makefile.in (install-el-elc): New entry.
12929         (install): Use it so that .el files are necessarily installed.
12930
12931 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12934
12935 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12936
12937         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12938         function rather than the diff-mode.el package.
12939         (mm-display-external): Use with-current-buffer.
12940         (mm-viewer-completion-map, mm-viewer-completion-map):
12941         Move initialization inside declaration.
12942
12943 2005-09-29  Simon Josefsson  <jas@extundo.com>
12944
12945         * spam.el: Load hashcash when compiling, to avoid warnings.
12946         Don't autoload mail-check-payment.
12947         (spam-check-hashcash): Define unconditionally, since hashcash.el
12948         is part of Gnus now.  Ignore errors from payment checking.
12949
12950 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * message.el (message-bold-region, message-unbold-region):
12953         Rename from `bold-region' and `unbold-region'.
12954
12955         * message.el: Remove useless autoloads.
12956
12957 2005-09-28  Simon Josefsson  <jas@extundo.com>
12958
12959         * message.el (message-use-idna): Default to t.
12960         (message-use-idna): Test whether encoding works too.  Doc fix.
12961
12962 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * nntp.el (nntp-warn-about-losing-connection): Remove.
12965
12966 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12969         customizable.  Change default value.
12970         (mm-uu-diff-groups-regexp): Change default value.
12971         (mm-uu-type-alist): Add doc string.
12972         (mm-uu-configure): Add doc string.  Make it interactive.
12973         (mm-uu-tex-groups-regexp): New variable.
12974         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12975         (mm-uu-type-alist): Add LaTeX documents.
12976         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12977         of "text/verbatim".
12978         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12979
12980         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12981         instead of "text/verbatim".
12982
12983         * message.el (message-mark-inserted-region)
12984         (message-mark-insert-file): Use slrn style marks when called with
12985         prefix argument.
12986
12987 2005-09-27  Simon Josefsson  <jas@extundo.com>
12988
12989         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12990
12991 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
12992
12993         * message.el (message-remove-duplicates): New function.
12994         Implementation borrowed from `gnus-remove-duplicates'.
12995         (message-idna-to-ascii-rhs): Also encode idna addresses in
12996         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12997         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12998         only ask about the same idna domain once per header and also tell
12999         in what header to replace the idna domain.
13000
13001         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13002         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13003         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13004         a header is decoded and not just the last one.
13005
13006 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13009         has been decoded.
13010
13011         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13012         (mm-insert-part): Don't modify text if it has been decoded.
13013
13014         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13015         decoded.
13016
13017         * mm-view.el (mm-inline-text): Don't strip text props unless
13018         decoding enriched or richtext parts.
13019
13020 2005-09-25  Romain Francoise  <romain@orebokech.com>
13021
13022         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13023         * gnus-start.el (gnus-subscribe-interactively):
13024         * gnus-uu.el (gnus-uu-grab-articles):
13025         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13026         space.
13027
13028 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13029
13030         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13031         * mm-view.el (mm-view-pkcs7-decrypt):
13032         * gnus-sum.el (gnus-summary-limit-to-extra)
13033         (gnus-summary-respool-article, gnus-read-move-group-name):
13034         * gnus-score.el (gnus-summary-increase-score):
13035         * gnus-util.el (gnus-completing-read-with-default):
13036         * gnus-art.el (gnus-read-save-file-name)
13037         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13038         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13039         * message.el (message-check-news-header-syntax):
13040         Follow convention for reading with the minibuffer.
13041
13042 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * spam-report.el (spam-report-url-ping-plain):
13045         Use gnus-extended-version as User-Agent.
13046
13047         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13048         default value is nil.
13049
13050         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13051         (mm-uu-verbatim-marks-extract): New function.
13052         (mm-uu-extract): New face.
13053         (mm-uu-copy-to-buffer): Use it.
13054
13055         * spam-report.el (spam-report-gmane-ham): Rename from
13056         `spam-report-gmane-unspam'.
13057         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13058         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13059
13060         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13061         Autoload.
13062         (spam-report-gmane-unregister-routine):
13063         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13064
13065 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13066
13067         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13068         (spam-report-gmane-unregister-routine): Add support for gmane
13069         unregistration.
13070
13071         * spam-report.el (spam-report-gmane-unspam)
13072         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13073         (spam-report-gmane): Change to take a single article and do unspam
13074         registration.
13075
13076 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * mm-url.el (mm-url-decode-entities): Fix regexp.
13079
13080 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13081
13082         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13083         default to nil, to be able to use Gnus at all.  If the default
13084         switches to something else, then the function should be fixed not
13085         be exceedingly slow.
13086
13087 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13088
13089         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13090         fail hard.
13091
13092         * spam-report.el: Add better Keywords line.
13093
13094         * spam.el: Add Maintainer and better Keywords line.
13095
13096 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * gnus-art.el (gnus-article-replace-part)
13099         (gnus-mime-replace-part): New functions.
13100         (gnus-mime-action-alist, gnus-mime-button-commands)
13101         (gnus-mime-save-part-and-strip): Add file argument.
13102         (gnus-article-part-wrapper): Add interactive argument.
13103
13104         * gnus-sum.el (gnus-summary-mime-map):
13105         Add `gnus-article-replace-part'.
13106
13107 2005-09-19  Didier Verna  <didier@xemacs.org>
13108
13109         The nnml compaction feature:
13110         * nnml.el (nnml-request-compact-group): New function.
13111         * nnml.el (nnml-request-compact): New function.
13112         * gnus-int.el (gnus-request-compact-group): New function.
13113         * gnus-int.el (gnus-request-compact): New function.
13114         * gnus-group.el (gnus-group-compact-group): New function.
13115         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13116         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13117         * gnus-srvr.el (gnus-server-compact-server): New function.
13118         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13119         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13120
13121 2005-09-18  Deepak Goel  <deego@gnufans.org>
13122
13123         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13124         format spec.
13125
13126 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13129
13130 2005-09-15  Romain Francoise  <romain@orebokech.com>
13131
13132         * message.el (message-fill-paragraph): Clarify docstring.
13133
13134 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (gnus-mime-display-part): Protect against broken
13137         MIME messages.
13138
13139 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13142         before parsing header.
13143
13144 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13145
13146         * html2text.el (html2text-replace-list): Add new entities.
13147
13148 2005-09-11  Romain Francoise  <romain@orebokech.com>
13149
13150         * message.el (message-alternative-emails): Improve docstring.
13151         (message-setup-1): Call `message-use-alternative-email-as-from'
13152         after `message-setup-hook' to give it precedence over posting
13153         styles, etc.
13154         (message-use-alternative-email-as-from): Add docstring.
13155         Remove the original From header if present.
13156
13157         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13158         (nnml-save-mail): Use it.
13159
13160         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13161         articles.  Add new argument `silent'.
13162         (gnus-uu-mark-all): Report the total number of marked articles.
13163
13164 2005-09-10  Romain Francoise  <romain@orebokech.com>
13165
13166         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13167         (gnus-uu-mark-series): Likewise.
13168
13169 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * spam-report.el (spam-report-gmane): Fix generation of spam
13172         report URL.
13173
13174 2005-09-10  Simon Josefsson  <jas@extundo.com>
13175
13176         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13177         t, based on discussion on the ding list with Robert Epprecht
13178         <epprecht@solnet.ch>.
13179
13180 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * spam-report.el (spam-report-gmane): Make it work without
13183         X-Report-Spam header.  Gmane now only provides Archived-At.
13184         This is only used if `spam-report-gmane-use-article-number' is nil.
13185         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13186
13187         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13188         make `gnus-summary-sort-by-recipient' work with threading.
13189
13190         * nnweb.el (nnweb-google-wash-article): Print a message if article
13191         is not available.
13192
13193 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13194
13195         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13196         change.  Decode text/* parts content before displaying.
13197
13198 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13201
13202 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13205
13206         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13207         url-package-name, url-package-version,
13208         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13209         w3m-display-inline-images, and w3m-minor-mode-map.
13210
13211 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * message.el (message-tab-body-function): Fix mismatched custom type.
13214
13215         * gnus.el (gnus-group-change-level-function): Ditto.
13216
13217         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13218
13219         * gnus-art.el (gnus-signature-limit)
13220         (gnus-article-mime-part-function): Ditto.
13221
13222 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * mml.el (mml-mode): Silence the byte compiler.
13225
13226         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13227         using `(sit-for 0)' before moving the point to the specified part;
13228         skip unbuttonized parts.
13229         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13230         return to the summary window if gnus-auto-select-part is non-nil.
13231
13232 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13235         New variables.
13236         (mml-dnd-attach-file, mml-mode): Use them.
13237
13238         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13239         Make fetching article by MID work again for Google Groups.
13240         Add FIXME concerning gnus-group-make-web-group.
13241
13242         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13243         Don't depend on Gnus by using mail-extract-address-components if
13244         gnus-extract-address-components is not bound.
13245
13246 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13247
13248         * gnus-art.el (gnus-mime-display-security): Don't display the
13249         signature, but only the signed part.
13250
13251 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13254
13255         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13256         list, not listp.
13257
13258 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13259
13260         * mm-encode.el (mm-encode-content-transfer-encoding):
13261         Likewise when encoding.
13262
13263         * mm-bodies.el (mm-decode-content-transfer-encoding):
13264         De-canonicalize CRLF for all text content types, not just
13265         text/plain.
13266
13267 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13270         valid article; point arrow and cursor at the MIME button.
13271
13272 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13275         Suggested by Dan Christensen <jdc@uwo.ca>.
13276
13277         * mm-decode.el (mm-save-part): Enable change of prompt.
13278
13279 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13280
13281         * gnus-msg.el (gnus-inews-add-send-actions):
13282         Make `message-post-method' lambda parameter ARG `&optional'.
13283
13284 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * gnus-sum.el (gnus-summary-mime-map):
13287         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13288         gnus-article-jump-to-part.
13289
13290         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13291         (gnus-article-edit-part): Use it.
13292         (gnus-article-part-wrapper): Add no-handle argument.
13293         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13294         New functions.
13295
13296 2005-08-29  Romain Francoise  <romain@orebokech.com>
13297
13298         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13299         docstring.
13300         (gnus-face-from-file): Likewise.
13301
13302 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13305         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13306         non-nil.
13307         (gnus-auto-select-part): New variable.
13308         (gnus-article-jump-to-part): New function.
13309         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13310         (gnus-mime-delete-part): Allow selecting specified part after
13311         deleting or stripping parts.
13312         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13313         part if argument is bogus.
13314
13315 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13316
13317         * gnus-art.el (w3m-minor-mode-map):
13318         * gnus-spec.el (gnus-newsrc-file-version):
13319         * gnus-util.el (nnmail-active-file-coding-system)
13320         (gnus-original-article-buffer, gnus-user-agent):
13321         * gnus.el (gnus-ham-process-destinations)
13322         (gnus-parameter-ham-marks-alist)
13323         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13324         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13325         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13326         * mm-decode.el (gnus-current-window-configuration):
13327         * mm-extern.el (gnus-article-mime-handles):
13328         * mm-url.el (url-current-object, url-package-name)
13329         (url-package-version):
13330         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13331         (smime-keys, w3m-cid-retrieve-function-alist)
13332         (w3m-current-buffer, w3m-display-inline-images)
13333         (w3m-minor-mode-map):
13334         * mml-smime.el (gnus-extract-address-components):
13335         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13336         (gnus-newsrc-hashtb, message-default-charset)
13337         (message-deletable-headers, message-options)
13338         (message-posting-charset, message-required-mail-headers)
13339         (message-required-news-headers):
13340         * mml1991.el (mc-pgp-always-sign):
13341         * mml2015.el (mc-pgp-always-sign):
13342         * nnheader.el (nnmail-extra-headers):
13343         * rfc1843.el (gnus-decode-encoded-word-function)
13344         (gnus-decode-header-function, gnus-newsgroup-name):
13345         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13346
13347 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13348
13349         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13350         the end of the date treatments.
13351
13352 2005-08-15  Simon Josefsson  <jas@extundo.com>
13353
13354         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13355         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13356         Capello and Romain Francoise.
13357         (pgg-fetch-key-function): Remove, not used?
13358         (pgg-insert-url-with-w3): Require url, to get
13359         url-insert-file-contents regardless of where it is defined.
13360
13361 2005-08-13  Romain Francoise  <romain@orebokech.com>
13362
13363         * message.el (message-cite-original-1): New function.
13364         (message-cite-original): Use it.
13365         (message-cite-original-without-signature): Ditto.
13366
13367 2005-08-08  Romain Francoise  <romain@orebokech.com>
13368
13369         * message.el (message-yank-empty-prefix): New variable.
13370         (message-indent-citation): Use it.
13371         (message-cite-original-without-signature): Respect X-No-Archive.
13372
13373 2005-08-08  Simon Josefsson  <jas@extundo.com>
13374
13375         * pgg.el: Autoload url-insert-file-contents instead of loading
13376         w3/url.
13377         (pgg-insert-url-with-w3): Don't load url here.
13378
13379 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13380
13381         * message.el (message-kill-to-signature): Don't insert newline at
13382         bol.
13383         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13384
13385 2005-08-06  Romain Francoise  <romain@orebokech.com>
13386
13387         * message.el (message-user-fqdn): Fix typo in docstring.
13388
13389 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13390
13391         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13392
13393         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13394
13395 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * mm-bodies.el (mm-encode-body): Use coding system rather than
13398         charset to encode text.
13399
13400         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13401         number of charsets if utf-8 is available (XEmacs).
13402
13403 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13406         taken from `gnus-button-mid-or-mail-regexp'.
13407         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13408         (gnus-button-alist): Improve regexp for domain part of the MIDs
13409         for news:localpart@domain buttons.
13410         (gnus-button-ctan-directory-regexp): Update.
13411
13412 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * sieve-manage.el (sieve-manage-interactive-login):
13415         Use make-local-variable rather than make-variable-buffer-local.
13416         (sieve-manage-open): Ditto.
13417         (sieve-manage-authenticate): Ditto.
13418
13419         * mml.el (mml-generate-mime-1): Make the content type default to
13420         text/plain if the filename is not specified.
13421
13422 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13425         instead of insert-buffer.
13426
13427         * message.el (message-yank-original): Ditto; set the mark at the
13428         end of the yanked message.
13429
13430 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13433         lines to scroll rather than to stop it.
13434
13435         * mml.el (mml-generate-default-type): Add doc string.
13436         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13437         default to application/octet-stream when determining the content
13438         type if it is not specified for the part or the mml contents; add
13439         a comment about mml-generate-default-type.
13440
13441 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13444         make it default to application/octet-stream when determining the
13445         content type if it is not specified for the external contents.
13446
13447 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13450         segmented parameter but also other parameters might be there.
13451
13452 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * mm-decode.el (mm-display-external): Delete temp file, directory
13455         and buffer immediately if the external process is exited.
13456
13457 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13460         fewer lines than that of scroll-margin.
13461         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13462
13463 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-art.el (gnus-article-next-page): Revert.
13466         (gnus-article-beginning-of-window): New macro.
13467         (gnus-article-next-page-1): Use it.
13468         (gnus-article-prev-page): Ditto.
13469         (gnus-article-edit-part): Use insert-buffer-substring instead of
13470         insert-buffer.
13471         (gnus-article-edit-exit): Ditto.
13472
13473         * gnus-util.el (gnus-beginning-of-window): Remove.
13474         (gnus-end-of-window): Remove.
13475
13476         * lpath.el: Don't bind header-line-format and scroll-margin.
13477
13478 2005-07-25  Simon Josefsson  <jas@extundo.com>
13479
13480         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13481         to have the url package without w3.  Reported by Daiki Ueno
13482         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13483
13484 2005-07-20  Didier Verna  <didier@xemacs.org>
13485
13486         * gnus-diary.el: Remove the description comment (nndiary is now
13487         properly documented in the Gnus manual).
13488         Fix the spelling of "Back End".
13489         * nndiary.el: Ditto.
13490         Fix the copyright notice.
13491
13492 2005-07-18  Romain Francoise  <romain@orebokech.com>
13493
13494         * gnus-sum.el (gnus-summary-to-prefix)
13495         (gnus-summary-newsgroup-prefix): New variables.
13496         (gnus-summary-from-or-to-or-newsgroups): Use them.
13497
13498 2005-07-17  Romain Francoise  <romain@orebokech.com>
13499
13500         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13501         space as it's generally not especially interesting to the user.
13502
13503 2005-07-16  Romain Francoise  <romain@orebokech.com>
13504
13505         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13506         nil to avoid prompting and file modification if one of the
13507         messages at the top of the nnfolder file contains a copyright
13508         notice.
13509         Update copyright notice.
13510
13511         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13512         instead of `current-time-string' as the latter creates a time
13513         string that is not RFC 2822 compliant (it lacks the zone).
13514         Update copyright notice.
13515
13516 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13517
13518         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13519         for text/rtf.  Display default in prompt.  Pass default for M-n.
13520
13521         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13522
13523 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13524
13525         * gnus-msg.el (gnus-button-mailto):
13526         Remove save-selected-window-window hackery because it relies on
13527         save-selected-window internals.
13528
13529 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13532         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13533         (gnus-article-prev-page): Ditto.
13534
13535         * gnus-util.el (gnus-beginning-of-window): New function.
13536         (gnus-end-of-window): New function.
13537
13538         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13539
13540 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13541
13542         * gnus-score.el (gnus-score-edit-all-score):
13543         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13544         gnus-message.
13545
13546 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13547
13548         * gnus-msg.el (gnus-button-mailto):
13549         Remove save-selected-window-window hackery because it relies on
13550         save-selected-window internals.
13551
13552 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13555         add-minor-mode.
13556         (gnus-binary-mode): Ditto.
13557
13558         * gnus-topic.el (gnus-topic-mode): Ditto.
13559
13560 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13561
13562         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13563         (gnus-article-prev-page): Take scroll-margin into consideration.
13564
13565 2005-07-04  Lute Kamstra  <lute@gnu.org>
13566
13567         Update FSF's address in GPL notices.
13568
13569 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13570
13571         * gnus.el (gnus-exit):
13572         * gnus-group.el (gnus-group-icons):
13573         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13574
13575         * gnus-nocem.el (gnus-nocem):
13576         * message.el (message-various, message-buffers, message-sending)
13577         (message-interface, message-forwarding, message-insertion)
13578         (message-headers, message-news, message-mail):
13579         * pgg-gpg.el (pgg-gpg):
13580         * pgg-parse.el (pgg-parse):
13581         * pgg-pgp.el (pgg-pgp):
13582         * pgg-pgp5.el (pgg-pgp5):
13583         * pop3.el (pop3): Finish `defgroup' description with period.
13584
13585 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-art.el (article-display-face): Improve the efficiency.
13588         (article-display-x-face): Ditto; remove grey x-face stuff.
13589
13590 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-art.el (article-display-face): Correct the position in
13593         which Faces are inserted.
13594
13595 2005-06-29  Didier Verna  <didier@xemacs.org>
13596
13597         * gnus-art.el (article-display-face): Display faces in correct
13598         order.
13599
13600 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13603         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13604         (gnus-nocem-check-article): Fetch the Type header.
13605         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13606         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13607         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13608         make sure gnus-nocem-hashtb is initialized.
13609         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13610         (gnus-nocem-unwanted-article-p): Ditto.
13611
13612         * pgg.el (pgg-verify): Return the verification result.
13613
13614 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13617         is ascii.
13618
13619 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13620
13621         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13622         `show-nonbreak-escape'.
13623
13624 2005-06-23  Lute Kamstra  <lute@gnu.org>
13625
13626         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13627
13628         * dig.el (dig-mode):
13629         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13630
13631 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13632
13633         * nnimap.el (nnimap-split-download-body): Fix spellings.
13634
13635 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13636
13637         * gnus-art.el (gnus-article-encrypt-body):
13638         * gnus-cus.el (gnus-score-customize):
13639         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13640         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13641
13642 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
13643
13644         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13645         header by looking for magic "MII" at the beginnig.
13646
13647 2005-06-16  Miles Bader  <miles@gnu.org>
13648
13649         * gnus-xmas.el (gnus-xmas-group-startup-message):
13650         Use renamed gnus-splash face.
13651
13652         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13653         (assistant-field-face): New backward-compatibility alias for renamed
13654         face.
13655         (assistant-render-text): Use renamed assistant-field face.
13656
13657         * spam.el (spam): Remove "-face" suffix from face name.
13658         (spam-face): New backward-compatibility alias for renamed face.
13659         (spam-face, spam-initialize): Use renamed spam face.
13660
13661         * message.el (message-header-to, message-header-cc)
13662         (message-header-subject, message-header-newsgroups)
13663         (message-header-other, message-header-name)
13664         (message-header-xheader, message-separator, message-cited-text)
13665         (message-mml): Remove "-face" suffix from face names.
13666         (message-header-to-face, message-header-cc-face)
13667         (message-header-subject-face, message-header-newsgroups-face)
13668         (message-header-other-face, message-header-name-face)
13669         (message-header-xheader-face, message-separator-face)
13670         (message-cited-text-face, message-mml-face):
13671         New backward-compatibility aliases for renamed faces.
13672         (message-font-lock-keywords): Use renamed message faces.
13673
13674         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13675         (sieve-test-commands, sieve-tagged-arguments):
13676         Remove "-face" suffix from face names.
13677         (sieve-control-commands-face, sieve-action-commands-face)
13678         (sieve-test-commands-face, sieve-tagged-arguments-face):
13679         New backward-compatibility aliases for renamed faces.
13680         (sieve-control-commands-face, sieve-action-commands-face)
13681         (sieve-test-commands-face, sieve-tagged-arguments-face):
13682         Use renamed sieve faces.
13683
13684         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13685         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13686         (gnus-group-news-3-empty, gnus-group-news-4)
13687         (gnus-group-news-4-empty, gnus-group-news-5)
13688         (gnus-group-news-5-empty, gnus-group-news-6)
13689         (gnus-group-news-6-empty, gnus-group-news-low)
13690         (gnus-group-news-low-empty, gnus-group-mail-1)
13691         (gnus-group-mail-1-empty, gnus-group-mail-2)
13692         (gnus-group-mail-2-empty, gnus-group-mail-3)
13693         (gnus-group-mail-3-empty, gnus-group-mail-low)
13694         (gnus-group-mail-low-empty, gnus-summary-selected)
13695         (gnus-summary-cancelled, gnus-summary-high-ticked)
13696         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13697         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13698         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13699         (gnus-summary-low-undownloaded)
13700         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13701         (gnus-summary-low-unread, gnus-summary-normal-unread)
13702         (gnus-summary-high-read, gnus-summary-low-read)
13703         (gnus-summary-normal-read, gnus-splash):
13704         Remove "-face" suffix from face names.
13705         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13706         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13707         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13708         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13709         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13710         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13711         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13712         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13713         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13714         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13715         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13716         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13717         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13718         (gnus-summary-normal-ticked-face)
13719         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13720         (gnus-summary-normal-ancient-face)
13721         (gnus-summary-high-undownloaded-face)
13722         (gnus-summary-low-undownloaded-face)
13723         (gnus-summary-normal-undownloaded-face)
13724         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13725         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13726         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13727         (gnus-splash-face):
13728         New backward-compatibility aliases for renamed faces.
13729         (gnus-group-startup-message): Use renamed gnus faces.
13730
13731         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13732         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13733         (gnus-server-agent): Remove "-face" suffix from face names.
13734         (gnus-server-agent-face, gnus-server-opened-face)
13735         (gnus-server-closed-face, gnus-server-denied-face)
13736         (gnus-server-offline-face):
13737         New backward-compatibility aliases for renamed faces.
13738         (gnus-server-agent-face, gnus-server-opened-face)
13739         (gnus-server-closed-face, gnus-server-denied-face)
13740         (gnus-server-offline-face): Use renamed gnus faces.
13741
13742         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13743         Remove "-face" suffix from face names.
13744         (gnus-picon-xbm-face, gnus-picon-face):
13745         New backward-compatibility aliases for renamed faces.
13746
13747         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13748         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13749         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13750         (gnus-cite-11): Remove "-face" suffix from face names.
13751         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13752         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13753         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13754         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13755         New backward-compatibility aliases for renamed faces.
13756         (gnus-cite-attribution-face, gnus-cite-face-list)
13757         (gnus-article-boring-faces): Use renamed gnus faces.
13758
13759         * gnus-art.el (gnus-signature, gnus-header-from)
13760         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13761         (gnus-header-content): Remove "-face" suffix from face names.
13762         (gnus-signature-face, gnus-header-from-face)
13763         (gnus-header-subject-face, gnus-header-newsgroups-face)
13764         (gnus-header-name-face, gnus-header-content-face):
13765         New backward-compatibility aliases for renamed faces.
13766         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13767
13768         * gnus-sum.el (gnus-summary-selected-face)
13769         (gnus-summary-highlight): Use renamed gnus faces.
13770         * gnus-group.el (gnus-group-highlight): Likewise.
13771
13772 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13773
13774         * gnus-sieve.el (gnus-sieve-article-add-rule):
13775         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13776         * spam-stat.el (spam-stat-buffer-change-to-spam)
13777         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13778
13779         * message.el (message-is-yours-p):
13780         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13781
13782 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * mm-view.el (mm-inline-text): Withdraw the last change.
13785
13786 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13789         executing enriched-decode.
13790
13791 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13794         charset of tar files.
13795
13796 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13797
13798         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13799
13800 2005-06-04  Lute Kamstra  <lute@gnu.org>
13801
13802         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13803         information is never recorded.
13804
13805 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13806
13807         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13808
13809 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * pop3.el (pop3-apop): Run md5 in the binary mode.
13812
13813         * starttls.el (starttls-set-process-query-on-exit-flag):
13814         Use eval-and-compile.
13815
13816 2005-05-31  Simon Josefsson  <jas@extundo.com>
13817
13818         * smime.el (smime-replace-in-string): Define.
13819         (smime-cert-by-ldap-1): Use it.
13820
13821 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (article-display-x-face): Replace
13824         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13825
13826         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13827         set-process-query-on-exit-flag or process-kill-without-query.
13828
13829         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13830         loop instead of replace-regexp.
13831
13832         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13833         instead of process-kill-without-query if it is available.
13834
13835         * lpath.el: Fbind ldap-search-entries.
13836
13837         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13838         instead of find-file-hooks if it is available.
13839
13840         * mml1991.el: Bind pgg-default-user-id when compiling.
13841
13842         * mml2015.el: Bind pgg-default-user-id when compiling.
13843
13844         * nndraft.el (nndraft-request-associate-buffer):
13845         Use write-contents-functions instead of write-contents-hooks if it is
13846         available.
13847
13848         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13849         instead of find-file-hooks if it is available.
13850
13851         * nntp.el (nntp-open-connection): Replace
13852         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13853         (nntp-open-ssl-stream): Ditto.
13854         (nntp-open-tls-stream): Ditto.
13855
13856         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13857         set-process-query-on-exit-flag or process-kill-without-query.
13858         (starttls-open-stream-gnutls): Use it instead of
13859         process-kill-without-query.
13860         (starttls-open-stream): Ditto.
13861
13862 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13863
13864         * smime.el (smime-cert-by-ldap-1): Don't use
13865         replace-regexp-in-string.
13866
13867 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
13868
13869         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13870
13871         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13872         in PEM format.  Adjust to the XEmacs compability.
13873
13874 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13877         by `string-to-number'.
13878         * gnus-agent.el (gnus-agent-regenerate-group)
13879         (gnus-agent-fetch-articles): Ditto.
13880         * gnus-art.el (gnus-button-fetch-group): Ditto.
13881         * gnus-cache.el (gnus-cache-generate-active)
13882         (gnus-cache-articles-in-group): Ditto.
13883         * gnus-group.el (gnus-group-set-current-level)
13884         (gnus-group-insert-group-line): Ditto.
13885         * gnus-score.el (gnus-score-set-expunge-below)
13886         (gnus-score-set-mark-below, gnus-summary-score-effect)
13887         (gnus-summary-score-entry): Ditto.
13888         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13889         (gnus-soup-pack): Ditto.
13890         * gnus-spec.el (gnus-xmas-format): Ditto.
13891         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13892         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13893         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13894         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13895         * nndb.el (nndb-get-remote-expire-response): Ditto.
13896         * nndiary.el (nndiary-parse-schedule-value)
13897         (nndiary-string-to-number, nndiary-request-replace-article)
13898         (nndiary-request-article): Ditto.
13899         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13900         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13901         * nneething.el (nneething-make-head): Ditto.
13902         * nnfolder.el (nnfolder-request-article)
13903         (nnfolder-retrieve-headers): Ditto.
13904         * nnheader.el (nnheader-file-to-number): Ditto.
13905         * nnkiboze.el (nnkiboze-request-article): Ditto.
13906         * nnmail.el (nnmail-process-unix-mail-format)
13907         (nnmail-process-babyl-mail-format): Ditto.
13908         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13909         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13910         (nnmh-request-create-group, nnmh-request-list-1)
13911         (nnmh-request-group, nnmh-request-article): Ditto.
13912         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13913         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13914         * nnsoup.el (nnsoup-make-active): Ditto.
13915         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13916         * nntp.el (nntp-find-group-and-number)
13917         (nntp-retrieve-headers-with-xover): Ditto.
13918         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13919         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13920         (pgg-format-key-identifier): Ditto.
13921         * pop3.el (pop3-last, pop3-stat): Ditto.
13922         * qp.el (quoted-printable-decode-region): Ditto.
13923
13924         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13925         of concat.
13926
13927 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13930
13931         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13932
13933         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13934
13935         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13936
13937         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13938
13939         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13940
13941         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13942         (gnus-carpal-mode): Ditto.
13943
13944         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13945         (gnus-browse-mode): Ditto.
13946
13947         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13948
13949         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13950
13951 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13952
13953         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13954
13955 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-util.el (gnus-run-mode-hooks): New function.
13958
13959         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13960
13961         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13962         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13963
13964 2005-05-27  Lute Kamstra  <lute@gnu.org>
13965
13966         * dns-mode.el (dns-mode): Specify customization group.
13967
13968 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13969
13970         * gnus-agent.el (gnus-agent-make-mode-line-string):
13971         Use mode-line-highlight as mouse-face.
13972
13973 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * canlock.el (canlock): Change the parent group to news.
13976
13977         * deuglify.el (gnus-outlook-deuglify): Add :group.
13978
13979         * dig.el (dig): Add :group.
13980
13981         * dns-mode.el (dns-mode): Add :group.
13982
13983         * encrypt.el (encrypt): Add :group.
13984
13985         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13986         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13987         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13988         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13989         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13990
13991         * gnus-diary.el (gnus-diary): Add :group.
13992
13993         * gnus.el (gnus-group-news-1-face): Add :group.
13994         (gnus-group-news-1-empty-face): Ditto.
13995         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13996         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13997         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13998         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13999         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14000         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14001         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14002         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14003         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14004         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14005         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14006         (gnus-summary-high-ticked-face): Ditto.
14007         (gnus-summary-low-ticked-face): Ditto.
14008         (gnus-summary-normal-ticked-face): Ditto.
14009         (gnus-summary-high-ancient-face): Ditto.
14010         (gnus-summary-low-ancient-face): Ditto.
14011         (gnus-summary-normal-ancient-face): Ditto.
14012         (gnus-summary-high-undownloaded-face): Ditto.
14013         (gnus-summary-low-undownloaded-face): Ditto.
14014         (gnus-summary-normal-undownloaded-face): Ditto.
14015         (gnus-summary-high-unread-face): Ditto.
14016         (gnus-summary-low-unread-face): Ditto.
14017         (gnus-summary-normal-unread-face): Ditto.
14018         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14019         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14020
14021         * hashcash.el (hashcash): New custom group.
14022         (hashcash-default-payment): Add :group.
14023         (hashcash-payment-alist): Ditto.
14024         (hashcash-default-accept-payment): Ditto.
14025         (hashcash-accept-resources): Ditto.
14026         (hashcash-path): Ditto.
14027         (hashcash-extra-generate-parameters): Ditto.
14028         (hashcash-double-spend-database): Ditto.
14029         (hashcash-in-news): Ditto.
14030
14031         * message.el (message-minibuffer-local-map): Add :group.
14032
14033         * netrc.el (netrc): Add :group.
14034
14035         * sieve-manage.el (sieve-manage-log): Add :group.
14036         (sieve-manage-default-user): Diito.
14037         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14038         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14039         (sieve-manage-authenticators): Ditto.
14040         (sieve-manage-authenticator-alist): Ditto.
14041         (sieve-manage-default-port): Ditto.
14042
14043         * sieve-mode.el (sieve-control-commands-face): Add :group.
14044         (sieve-action-commands-face): Ditto.
14045         (sieve-test-commands-face): Ditto.
14046         (sieve-tagged-arguments-face): Ditto.
14047
14048         * smime.el (smime): Add :group.
14049
14050         * spam-report.el (spam-report): Add :group.
14051
14052         * spam.el (spam, spam-face): Add :group.
14053
14054 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14055
14056         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14057         return \n.\n.\n at the end of articles.  Protect against that.
14058         (nntp-with-open-group): Allow debugging.
14059
14060         * nnheader.el (mail-header-set-extra): Make into a function
14061         because I just could't understand how to quote the list properly.
14062
14063         * dns.el (query-dns-cached): New function.
14064
14065 2005-05-26  Lute Kamstra  <lute@gnu.org>
14066
14067         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14068
14069 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14072
14073         * gnus-art.el: Don't autoload mail-extract-address-components.
14074
14075         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14076         eval-and-compile to evaluate it.
14077
14078         * hashcash.el: Don't autoload executable-find.
14079
14080         * nndb.el: Don't declare the nndb back end two or more times; don't
14081         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14082
14083         * nntp.el: Autoload format-spec instead of format; use
14084         eval-and-compile to evaluate autoload forms.
14085
14086 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14087
14088         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14089
14090 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * gnus.el (gnus-version-number): Bump version.
14093
14094 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14095
14096         * gnus.el: No Gnus v0.3 is released.
14097
14098 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * lpath.el (featurep): Bind show-nonbreak-escape.
14101
14102 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-art.el (gnus-article-edit-part): Disable undo.
14105
14106 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14109         gnus-article-date-lapsed-new-header is t if date timer is active;
14110         skip headers in which the original date value is empty.
14111         (gnus-article-save-original-date): Redefine it as a macro.
14112         (gnus-display-mime): Use it.
14113
14114 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-art.el (article-date-ut): Support converting date in
14117         forwarded parts as well.
14118         (gnus-article-save-original-date): New function.
14119         (gnus-display-mime): Use it.
14120
14121 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14122
14123         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14124         enclosure element of <item>.
14125
14126 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * message.el (message-kill-buffer-query): Rename from
14129         `message-kill-buffer-query-if-modified'.  Add :version.
14130
14131 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14134         window layout.
14135
14136 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * mml.el: Autoload dnd when compiling.
14139
14140 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14143         x-dnd-*.
14144
14145 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * qp.el (quoted-printable-encode-region): Save excursion.
14148
14149 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14150
14151         * message.el (message-kill-buffer-query-if-modified): Add new variable
14152         so the user can kill a modified message buffer quickly.
14153         (message-kill-buffer): Use it.
14154
14155 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * lpath.el: Fbind display-time-event-handler; don't fbind
14158         string-to-multibyte.
14159
14160         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14161
14162 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14165         contained in text because xml.el decodes entities) with LFs.
14166
14167 2005-04-11  Lute Kamstra  <lute@gnu.org>
14168
14169         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14170         differently.
14171
14172 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14173
14174         * mm-util.el (mm-detect-coding-region): Typo.
14175
14176 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14179
14180 2005-04-06  Deepak Goel  <deego@gnufans.org>
14181
14182         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14183         user-function allow user modifications of the scores.
14184         (spam-stat-score-buffer-user): New function, to allow
14185         user-computed modifications to the score.
14186         (spam-stat-score-buffer-user-functions): List of additional
14187         scoring functions.
14188         (spam-stat-error-holder): Global temporary error holder.
14189         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14190         variable.
14191
14192 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * gnus-registry.el (gnus-registry-clean-empty-function)
14195         (gnus-registry-trim, gnus-registry-fetch-groups)
14196         (gnus-registry-delete-group): Groups that match
14197         `gnus-registry-ignored-groups' are removed from the registry
14198         entries, not just ignored for splitting.  This helps clean up the
14199         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14200         to get all the groups a message ID is in.
14201
14202         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14203         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14204         (spam-stat-score-buffer-user-functions): Add :number custom type.
14205
14206 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14209         argument in XEmacs.
14210
14211         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14212         (nnrss-request-group): Decode group name first.
14213         (nnrss-request-article): Make a text/plain article if mml-to-mime
14214         failed.
14215         (nnrss-get-encoding): Return a compatible encoding according to
14216         nnrss-compatible-encoding-alist.
14217         (nnrss-find-el): Use consp instead of listp.
14218         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14219
14220 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14223         which Emacs 20 doesn't support.
14224         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14225
14226 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14229         silence the byte compiler inside the defun.
14230
14231         * gnus-demon.el (parse-time-string): Add autoload.
14232
14233         * gnus-delay.el (parse-time-string): Add autoload.
14234
14235         * gnus-art.el (parse-time-string): Add autoload.
14236
14237         * nnultimate.el (parse-time): Require for `parse-time-string'.
14238
14239 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14242
14243         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14244
14245         * smime.el (smime-ldap-host-list): Add :version.
14246
14247 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14250         pass it to `gnus-browse-read-group'.
14251         (gnus-browse-read-group): Add NUMBER argument and pass it to
14252         `gnus-group-read-ephemeral-group'.
14253
14254         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14255         argument and pass it to `gnus-group-read-group'.
14256
14257 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14258
14259         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14260         mm-xemacs-find-mime-charset-1 if we have the mule feature
14261         available at runtime.
14262
14263 2005-03-25  Werner Lemberg  <wl@gnu.org>
14264
14265         * nnmaildir.el: Replace `illegal' with `invalid'.
14266
14267 2005-03-23  Lute Kamstra  <lute@gnu.org>
14268
14269         * time-date.el: Add comment on time value formats.
14270         Don't require parse-time.
14271         (with-decoded-time-value): New macro.
14272         (encode-time-value): New function.
14273         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14274         (days-to-time): Return a valid time value when arg is huge.
14275         (time-since): Use time-subtract.
14276         (time-to-number-of-days): Use time-to-seconds.
14277
14278 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14279
14280         * gnus-start.el (gnus-display-time-event-handler):
14281         Check display-time-timer at runtime rather than only at load time
14282         in case display-time-mode is turned off in the mean time.
14283
14284 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14287         used.
14288
14289         * nneething.el (nneething-map-file-directory): Derive from
14290         `gnus-directory'.
14291
14292         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14293         the To/Cc button.
14294
14295 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * nnmaildir.el (nnmaildir-request-accept-article):
14298         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14299
14300 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14301
14302         * gnus-async.el: Require timer-funcs at compile time when in
14303         XEmacs for `run-with-idle-timer'.
14304
14305 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14306
14307         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14308         autoloaded function.
14309
14310 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14311
14312         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14313
14314 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
14315
14316         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14317
14318 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14321         Add gnus-expert-user to default.
14322
14323 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14324
14325         * nnimap.el (nnimap-open-server): Ditto.
14326
14327         * imap.el (imap-authenticate): Fix typo.
14328
14329 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14330
14331         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14332         buffer (since IMAP server might return FETCH response out of
14333         order, and the nntp buffer must be sorted).
14334
14335 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14336
14337         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14338         comparison on string.
14339
14340         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14341         (gnus-agent-score): Rename category keywords to match gnus-cus.
14342         (gnus-agent-summary-fetch-series): Modify to protect against
14343         gnus-agent-summary-fetch-group clearing processable flags.
14344         (gnus-agent-synchronize-group-flags): Update live group buffer as
14345         synchronization may occur due to the user toggle the plugged
14346         status.
14347         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14348         successfully downloaded.
14349         (gnus-agent-expire-group-1): Avoid using markers when the overview
14350         is in ascending order; greatly improves performance.
14351         (gnus-agent-regenerate-group):
14352         Use gnus-agent-synchronize-group-flags to reset read status in both
14353         gnus and server.
14354         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14355
14356 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * message.el: Don't autoload former message-utils variables.
14359         (message-strip-subject-trailing-was): Change doc string.
14360
14361         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14362         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14363         (nnweb-google-search): Add "hl=en" here.
14364         (nnweb-google-parse-1, nnweb-google-create-mapping):
14365         Don't hardcode URL.
14366
14367 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * message.el (message-get-reply-headers, message-followup):
14370         Mention related variables `message-use-followup-to' and
14371         `message-use-mail-followup-to', in the information buffer.
14372
14373         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14374         of broken groups(-beta).google.com.
14375
14376 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14379         parameter to invoked gnus-request-move-article; remove the
14380         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14381         all at once instead of once per article.
14382         (gnus-summary-remove-process-mark): Accept a list of articles as
14383         well as a single article for processing.
14384
14385         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14386         parameter.
14387
14388         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14389
14390         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14391
14392         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14393         parameter.
14394
14395         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14396         parameter.
14397
14398         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14399         parameter and remove the gnus-sum-hint-move-is-internal variable.
14400
14401         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14402         parameter.
14403
14404         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14405         parameter.
14406
14407         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14408         parameter.
14409
14410         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14411
14412         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14413         parameter.
14414
14415         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14416         parameter.
14417
14418 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14419
14420         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14421         a more conservative way.
14422
14423 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14424
14425         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14426         buffer, so it moves the window's cursor.
14427
14428 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
14429
14430         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14431         `mm-dissect-multipart' and receive the from field as an (optional)
14432         argument from `mm-dissect-multipart'.
14433         (mm-dissect-multipart): Receive the from field as an argument and
14434         pass it on when we call `mm-dissect-buffer' on MIME parts.
14435         Fixes verification/decryption of signed/encrypted MIME parts.
14436
14437 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * gnus-sum.el (gnus-summary-move-article):
14440         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14441         whatever it calls (right now, only nnimap-request-move article
14442         respects it).
14443
14444         * nnimap.el (nnimap-request-move-article):
14445         When gnus-sum-hint-move-is-internal is set, don't do the extra
14446         nnimap-request-article.
14447
14448 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14451
14452         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14453         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14454
14455         * gnus-sum.el (gnus-summary-caesar-message):
14456         Apply `gnus-treat-article' after rotation.
14457
14458         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14459         doc string.
14460
14461 2005-02-22  Simon Josefsson  <jas@extundo.com>
14462
14463         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14464         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
14465         <arne@arnested.dk>.
14466         (encrypt): Add password-cache and password-cache-expiry as group
14467         members.
14468
14469 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
14470
14471         * smime.el (smime-ldap-host-list): Doc fix.
14472         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14473         cache) password.
14474         (smime-sign-region): Use it.
14475         (smime-decrypt-region): Use it.
14476         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14477         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14478         fails.
14479         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14480         certificate from DER to PEM format rather than calling openssl.
14481
14482         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14483
14484         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14485         for signing/encryption.
14486
14487         * mml.el (mml-parse-1): Use them.
14488
14489 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
14490
14491         * nnrss.el (nnrss-verbose): Remove.
14492         (nnrss-request-group): Use `nnheader-message' instead.
14493
14494 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14495
14496         * nnrss.el (nnrss-verbose): New variable.
14497         (nnrss-request-group): Make it say nnrss is requesting a group.
14498
14499 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14502         Handle news URL with given port correctly.
14503
14504 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14507         containing special characters.
14508
14509         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14510
14511         * mml.el (mime-to-mml): Ditto.
14512
14513         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14514         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14515         (rfc2047-decode-region): Quote decoded words containing special
14516         characters when rfc2047-quote-decoded-words-containing-tspecials
14517         is non-nil.
14518
14519 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14520
14521         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14522
14523         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14524
14525 2005-02-15  Simon Josefsson  <jas@extundo.com>
14526
14527         * nnimap.el (nnimap-debug): Doc fix.
14528
14529         * imap.el (imap-debug): Doc fix.
14530
14531 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14534
14535 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * gnus.el (spam-contents): Improve docs for spam-contents
14538         parameter in its variable incarnation.
14539
14540 2005-02-14  Simon Josefsson  <jas@extundo.com>
14541
14542         * smime-ldap.el: Use require instead of load-library for ldap.
14543         (smime-ldap-search): Indent.
14544         (smime-ldap-search-internal): Shorten line.
14545
14546         * smime.el (smime-cert-by-dns): Add doc-string.
14547         (smime-cert-by-ldap-1): Indent.
14548
14549         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14550         mml-smime-get-dns-ldap.
14551         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14552
14553 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
14554
14555         * smime.el: Require smime-ldap.
14556         (smime-ldap-host-list): New variable.
14557         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14558
14559         * mml-smime.el (mml-smime-encrypt-query): New function.
14560         (mml-smime-encrypt-query): Use it.
14561
14562         * smime-ldap.el: New file.
14563
14564 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14567
14568 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14571         argument in doc string.  Make query for type more clear.
14572
14573 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * gnus.el (gnus-group-startup-message): Search for gnus images in
14576         etc/images/gnus.
14577         * mm-util.el (mm-image-load-path): Likewise.
14578         * smiley.el (smiley-data-directory): Search for smilies in
14579         etc/images/smilies.
14580
14581 2005-02-09  Kim F. Storm  <storm@cua.dk>
14582
14583         Change Emacs release version from 21.4 to 22.1 throughout.
14584         Change Emacs development version from 21.3.50 to 22.0.50.
14585
14586 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14589
14590         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14591         non-Mule XEmacs as well.
14592         (mm-decompress-buffer): Signal an error intentionally if it does
14593         not decompress compressed data because auto-compression-mode is
14594         disabled.
14595
14596 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14599         an ID in the registry even if it has no groups.
14600
14601 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14604         merge it into mm-decompress-buffer.
14605         (gnus-mime-copy-part): Use the MIME part charset, the value which
14606         a user specified or gnus-newsgroup-charset for decoding, like
14607         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14608         save-buffer what was used.  Suggested by Kevin Ryde
14609         <user42@zip.com.au>.
14610         (gnus-mime-inline-part): Allow the name parameter as well as the
14611         filename parameter; force decompressing of compressed data; always
14612         display contents being not decoded as unibyte.
14613
14614         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14615         as well as the filename parameter.
14616
14617         * mm-util.el (mm-decompress-buffer):
14618         Merge gnus-mime-jka-compr-maybe-uncompress.
14619         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14620         of compressed data.
14621
14622 2005-02-08  Simon Josefsson  <jas@extundo.com>
14623
14624         * imap.el (imap-log): Doc fix.
14625
14626 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14629         the coding cookies; decompress compressed parts.
14630
14631         * mml.el (mml-generate-mime-1): Add the charset parameter according
14632         to the value which a user specified manually or the coding cookie.
14633
14634         * mm-util.el (mm-string-to-multibyte): New function.
14635         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14636         (mm-coding-system-to-mime-charset): New function.
14637         (mm-decompress-buffer): New function.
14638         (mm-find-buffer-file-coding-system): New function.
14639
14640         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14641         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14642         parts.
14643
14644 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14645
14646         * mm-view.el (mm-display-inline-fontify): Decode a part according
14647         to the charset parameter.
14648
14649 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14652         prefix arg is neither nil nor a number, as info specifies.
14653
14654 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14657         timestamps.
14658
14659 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14660
14661         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14662         groups error checking and notify user.
14663
14664 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14665
14666         * message.el (message-send-mail-function): Check existence of
14667         sendmail-program first before using default value
14668         `message-send-mail-with-sendmail'.  Otherwise use more generic
14669         `smtpmail-send-it'.
14670
14671 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * nntp.el (nntp-request-update-info): Always return nil.
14674
14675 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14676
14677         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14678
14679 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14680
14681         * message.el (message-beginning-of-line): Change the behavior when
14682         invoked between BOL and : so that it first moves backward.
14683
14684 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14687         article buffer when editing of the article is discarded.
14688         (gnus-article-prepare): Revert.
14689
14690 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-art.el (gnus-article-prepare):
14693         Remove message-strip-forbidden-properties from the local hook.
14694
14695 2005-01-27  Simon Josefsson  <jas@extundo.com>
14696
14697         * password.el (password-cache-add): Only start one timer per key.
14698         Reported by Derek Atkins <warlord@MIT.EDU>.
14699
14700 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14701
14702         * run-at-time.el: Remove.  It is no longer needed as
14703         timer-funcs.el in the xemacs-base package has a working version of
14704         `run-at-time'.
14705
14706         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14707
14708         * password.el: Require timer-funcs instead of run-at-time in
14709         XEmacs.
14710         Remove `password-run-at-time' macro.
14711         (password-cache-add): Use `run-at-time' instead of
14712         `password-run-at-time'.
14713
14714         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14715         Remove `nnheader-cancel-function-timers' alias,
14716         `cancel-function-timers' exists in XEmacs in timer-funcs.
14717
14718         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14719         for `run-with-idle-timer'.
14720
14721         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14722         for `run-at-time'.
14723
14724         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14725         for `with-timeout'.
14726
14727         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14728         the same as for XEmacs 21.4.
14729         No need to ignore `run-with-idle-timer', this function exists in
14730         XEmacs now in timer-funcs.el in the xemacs-base package.
14731         (dgnushack-compile): No need to delete
14732         run-at-time.el from the list of files to compile because it
14733         doesn't exist anymore.
14734
14735 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14738         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14739
14740 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14741
14742         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14743         sensitively.
14744
14745 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14746
14747         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14748
14749 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14752         which will be inserted according to the multibyteness of a buffer
14753         rather than the type of contents.  Suggested by ARISAWA Akihiro
14754         <ari@mbf.ocn.ne.jp>.
14755
14756         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14757         of string which old xml.el may return rather than a string.
14758
14759 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14762
14763 2005-01-16  Simon Josefsson  <jas@extundo.com>
14764
14765         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14766         idn/idna.el isn't available.
14767         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14768         <michael@waxrat.com>.
14769
14770         * hashcash.el: Remove non-FSF copyright header.
14771
14772         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14773         (hashcash-generate-payment): Use it.
14774         (hashcash-generate-payment-async): Use it.
14775
14776 2005-01-15  Simon Josefsson  <jas@extundo.com>
14777
14778         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14779         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14780
14781         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14782         gnus-summary-idna-message.
14783         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14784         (gnus-summary-idna-message): New function.
14785
14786 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14789         gnus-novice-user.
14790
14791 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * nnrss.el (nnrss-request-delete-group): Delete entries in
14794         nnrss-group-alist as well.
14795         (nnrss-save-server-data): Insert newline.
14796
14797 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * gnus.el (gnus-user-agent): Use list of symbols instead of
14800         symbols.  Display full version number for (S)XEmacs.
14801         Optionally display (S)XEmacs codename.
14802
14803         * gnus-util.el (gnus-emacs-version): Update for new
14804         `gnus-user-agent'.
14805
14806         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14807         Gnus version.
14808
14809 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14812         which is unreadable in some setups.
14813
14814 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-spec.el (gnus-update-format-specifications): Flush the
14817         group format spec cache if it doesn't support decoded group names.
14818
14819 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14822         Allow to apply decay on score files matching a regexp.
14823
14824 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14827         compatibility in %g and %c.
14828
14829 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14832         name for only %g and %c.
14833         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14834         of gnus-tmp-group to decoded group name.
14835         (gnus-group-make-rss-group): Exclude `/'s from group names.
14836
14837 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * nnrss.el (nnrss-get-encoding): Fix regexp.
14840
14841 2004-12-27  Simon Josefsson  <jas@extundo.com>
14842
14843         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14844         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14845         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14846
14847 2004-12-17  Kim F. Storm  <storm@cua.dk>
14848
14849         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14850
14851         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14852
14853 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14854
14855         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14856
14857 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * nnrss.el: Require rfc2047 and mml.
14860         (nnrss-file-coding-system): New variable.
14861         (nnrss-format-string): Redefine it as an inline function.
14862         (nnrss-decode-group-name): New function.
14863         (nnrss-string-as-multibyte): Remove.
14864         (nnrss-retrieve-headers): Decode group name; don't use
14865         nnrss-format-string.
14866         (nnrss-request-group): Decode group name.
14867         (nnrss-request-article): Decode group name; allow a Message-ID as
14868         well as an article number; don't use nnrss-format-string; encode a
14869         Message-ID string which may contain non-ASCII characters; use
14870         mml-to-mime to compose a MIME article.
14871         (nnrss-request-expire-articles): Decode group name.
14872         (nnrss-request-delete-group): Decode group name.
14873         (nnrss-fetch): Clarify error message.
14874         (nnrss-read-server-data): Use insert-file-contents instead of load;
14875         bind file-name-coding-system; use multibyte buffer.
14876         (nnrss-save-server-data): Bind coding-system-for-write to the
14877         value of nnrss-file-coding-system; bind file-name-coding-system;
14878         add coding cookie.
14879         (nnrss-read-group-data): Use insert-file-contents instead of load;
14880         bind file-name-coding-system; use multibyte buffer.
14881         (nnrss-save-group-data): Bind coding-system-for-write to the
14882         value of nnrss-file-coding-system; bind file-name-coding-system.
14883         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14884         make it work with non-ASCII text.
14885         (nnrss-find-el): Make it work with old xml.el as well.
14886
14887 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14888
14889         * nnrss.el (nnrss-get-encoding): New function.
14890         (nnrss-fetch): Use unibyte buffer initially; bind
14891         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14892         decode contents according to the encoding attribute.
14893         (nnrss-save-group-data): Add coding cookie.
14894         (nnrss-mime-encode-string): New function.
14895         (nnrss-check-group): Use it to encode subject and author.
14896
14897 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14898
14899         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14900         imaginary variable.
14901
14902 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14905         correctly even if there are wide characters.
14906
14907 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14908
14909         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14910         downcased symbol names; make a new cache instead of reusing
14911         bbdb-hashtable.
14912
14913 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14916         concatenating segments rather than before concatenating them.
14917         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14918
14919         * message.el (message-get-reply-headers): Bind `extra'.
14920
14921 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * message.el (message-extra-wide-headers): New variable.
14924         (message-get-reply-headers): Use it.
14925
14926 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14929         (gnus-agent-group-pathname): Ditto.
14930
14931         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14932
14933         * gnus-group.el (gnus-group-make-group): Decode group name.
14934         (gnus-group-make-rss-group): Register the group data after opening
14935         the nnrss group.
14936
14937 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14938
14939         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14940         by expiry now get marked as read.
14941
14942 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14945
14946 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14947
14948         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14949         unify Latin characters in XEmacs.
14950         (mm-find-mime-charset-region): Use it.
14951
14952 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-util.el (gnus-delete-directory): New function.
14955
14956         * gnus-agent.el (gnus-agent-delete-group): Use it.
14957
14958         * gnus-cache.el (gnus-cache-delete-group): Use it.
14959
14960 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14963         names.
14964
14965 2004-12-16  Simon Josefsson  <jas@extundo.com>
14966
14967         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14968
14969 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14972
14973         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14974         (gnus-group-set-current-level): Decode group name.
14975
14976 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14977
14978         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14979         failed.
14980
14981 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-group.el (gnus-group-delete-group): Decode group name.
14984         (gnus-group-make-rss-group): Encode group name.
14985         (gnus-group-catchup-current): Decode group name.
14986         (gnus-group-kill-group): Decode group name.
14987
14988 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14989
14990         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14991
14992 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-group.el (gnus-group-make-rss-group):
14995         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14996
14997         * gnus-start.el (gnus-setup-news): Honor user's setting to
14998         gnus-message-archive-method.  Suggested by Lute Kamstra
14999         <lute@gnu.org>.
15000
15001 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15002
15003         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15004         global counterparts of the buffer-local variables.
15005
15006 2004-11-16  Romain Francoise  <romain@orebokech.com>
15007
15008         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15009         counterparts of the buffer-local variables.
15010
15011 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * message.el (message-forbidden-properties): Fix typo in doc
15014         string.
15015
15016 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-util.el (gnus-replace-in-string): Add doc string.
15019
15020         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15021         to avoid problems when splitting mails with many recipients.
15022
15023 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15024
15025         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15026         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15027
15028 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15029
15030         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15031         if there is no hashtable in memory or file modification time is
15032         newer than cached timestamp.
15033
15034 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * gnus-sum.el (gnus-summary-limit-to-recipient):
15037         Implement not-matching option.
15038
15039 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15040
15041         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15042         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15043         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15044         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15045         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15046         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15047
15048 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * message.el (message-forward-make-body-mml): Remove headers
15051         according to message-forward-ignored-headers if a message is decoded.
15052
15053 2004-12-02  Romain Francoise  <romain@orebokech.com>
15054
15055         * message.el (message-forward-make-body-plain): Always remove
15056         headers according to message-forward-ignored-headers.
15057
15058 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15059
15060         * spam.el (spam-summary-prepare-exit): Remove the
15061         gnus-summary-limit pop for now, it has problems with ham marks for
15062         me.
15063
15064 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15065
15066         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15067         correctly.
15068
15069 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15070
15071         * format-spec.el (format-spec): Message the char.
15072
15073 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15074
15075         * gnus-art.el (gnus-split-methods): Reformat comments.
15076
15077         * spam.el (spam-summary-prepare-exit): Remove article limits
15078         before exiting the summary buffer.
15079
15080 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15083         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15084
15085         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15086         order to silence the byte compiler.
15087
15088         * spam.el: Fix the way to silence the byte compiler, which
15089         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15090         bbdb-search-simple, spam-BBDB-register-routine,
15091         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15092         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15093         spam-stat-buffer-is-spam, spam-stat-load,
15094         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15095         spam-stat-save and spam-stat-split-fancy.
15096
15097 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15100         which may confuse users.
15101         (canlock-password-for-verify): Ditto.
15102
15103         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15104
15105         * gnus-art.el (gnus-emphasis-alist): Ditto.
15106
15107         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15108
15109         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15110
15111         * gnus-start.el (gnus-save-killed-list): Ditto.
15112
15113         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15114         (gnus-sum-thread-tree-root): Ditto.
15115         (gnus-sum-thread-tree-false-root): Ditto.
15116         (gnus-sum-thread-tree-single-indent): Ditto.
15117
15118         * message.el (message-courtesy-message): Ditto.
15119         (message-archive-note): Ditto.
15120         (message-subscribed-address-file): Ditto.
15121         (message-user-fqdn): Ditto.
15122
15123         * spam-report.el (spam-report-gmane-regex): Ditto.
15124
15125         * spam.el (spam-blackhole-good-server-regex): Ditto.
15126
15127 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * mml.el (mml-preview): Widen the message buffer before copying
15130         the contents to the preview buffer; sort headers before previewing.
15131
15132         * message.el (message-hidden-headers): Fix the way to avoid a bug
15133         in the `repeat' widget in Emacs 21.3 or earlier.
15134
15135 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * message.el (message-hidden-headers): Default to "^References:".
15138         Improve customization type.  Suggested by Reiner Steib
15139         <Reiner.Steib@gmx.de>.
15140
15141 2004-11-25  Romain Francoise  <romain@orebokech.com>
15142
15143         * message.el (message-strip-forbidden-properties): Remove check for
15144         obsolete `message-hidden' text property, hidden headers are not
15145         accessible in the buffer anymore.
15146
15147 2004-11-22  Romain Francoise  <romain@orebokech.com>
15148
15149         * message.el (message-header-format-alist): Add `From' in list
15150         so that it can be sorted.
15151         (message-fix-before-sending): Widen and sort headers before
15152         sending.
15153         (message-hide-headers): Use narrowing to hide headers by moving
15154         them to the top of the buffer and narrowing to the region
15155         underneath.
15156
15157 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15158
15159         * message.el (message-strip-forbidden-properties):
15160         Bind buffer-read-only (etc) to nil.
15161
15162 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15165         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15166
15167 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15168
15169         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15170
15171 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15172
15173         * dns.el (query-dns): Use sit-for to time instead of
15174         accept-process-output, since that doesn't seem to work on udp
15175         sockets.
15176
15177 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15180
15181 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15182
15183         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15184         doc string.  Improve doc string.
15185
15186 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * nntp.el (nntp-request-update-info): Return nil if
15189         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15190         may not call gnus-activate-group which uselessly issues the GROUP
15191         commands for all nntp groups and wastes time.  Reported by Romain
15192         Francoise <romain@orebokech.com>.
15193
15194         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15195
15196 2004-11-15  Simon Josefsson  <jas@extundo.com>
15197
15198         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15199         headers separately.
15200         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
15201         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15202
15203 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * gnus-start.el (gnus-convert-old-newsrc):
15206         Assign legacy-gnus-agent to 5.10.7.
15207
15208 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15211         start of the lines.
15212
15213 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15214
15215         * hashcash.el (hashcash-default-payment): Change default to 20.
15216         (hashcash-default-accept-payment): Change default to 20.
15217         (hashcash-process-alist): New variable.
15218         (hashcash-generate-payment-async): Add.
15219         (hashcash-already-paid-p): Add.
15220         (hashcash-insert-payment): Don't generate payments twice.
15221         (hashcash-insert-payment-async): Add.
15222         (hashcash-insert-payment-async-2): Add.
15223         (hashcash-cancel-async): Add.
15224         (hashcash-wait-async): Add.
15225         (hashcash-processes-running-p): Add.
15226         (hashcash-wait-or-cancel): Add.
15227         (mail-add-payment): New optional argument.  Conditionally start
15228         asynchronous calculation.
15229         (mail-add-payment-async): Add.
15230
15231         * message.el (message-send-mail): Wait for asynchronous hashcash
15232         results.  Don't clobber existing X-Hashcash headers.
15233         (message-setup-1): Call mail-add-payment-async when
15234         message-generate-hashcash is non-nil.
15235
15236 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15237
15238         * message.el (message-use-alternative-email-as-from): Examine the
15239         From header as well; use message-make-from in order to include a
15240         user's full name.
15241
15242 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15245         default; improve customization type.
15246         (gnus-emphasis-custom-with-format): New macro.
15247         (gnus-emphasis-custom-value-to-external): New function.
15248         (gnus-emphasis-custom-value-to-internal): New function.
15249
15250 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * dns.el (query-dns): Resolve reverse addresses.
15253
15254 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15255
15256         * gnus-group.el (gnus-group-get-new-news): Use it.
15257
15258         * gnus-start.el (gnus-check-reasonable-setup): New function.
15259
15260 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15263         "Args out of range" error.  Reported by Arnaud Giersch
15264         <arnaud.giersch@free.fr>.
15265
15266 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15267
15268         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15269
15270 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15271
15272         * spam.el (spam group): Add :version.
15273
15274         * pgg-def.el (pgg group): Add :version.
15275
15276 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-art.el (gnus-article-edit-article): Don't associate the
15279         article buffer with a draft file.  This is a temporary measure
15280         against the 2004-08-22 change to gnus-article-edit-mode.
15281
15282 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15285         (html2text-format-tags): Remove unused variable `attr'.
15286
15287 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15288
15289         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15290
15291         * tls.el (tls-process-connection-type, tls-success)
15292         (tls-certtool-program): Add :version.
15293
15294         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15295         (starttls-extra-arguments, starttls-process-connection-type)
15296         (starttls-connect, starttls-failure, starttls-success): Add :version.
15297
15298         * spam-stat.el (spam-stat): Add :version.
15299
15300         * sieve.el (sieve): Add :version.
15301
15302         * sha1.el (sha1): Add :version.
15303         (sha1-use-external): Remove redundant version.
15304
15305         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15306         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15307         (nnmail-split-fancy-match-partial-words)
15308         (nnmail-split-lowercase-expanded): Add :version.
15309
15310         * nndiary.el (nndiary): Add :version.
15311
15312         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15313
15314         * mml-sec.el (mml-default-sign-method)
15315         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15316         Add :version.
15317
15318         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15319
15320         * mm-url.el (mm-url-use-external, mm-url-program)
15321         (mm-url-arguments): Add :version.
15322
15323         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15324         (mm-attachment-file-modes, mm-decrypt-option)
15325         (mm-w3m-safe-url-regexp): Add :version.
15326
15327         * message.el (message-cite-prefix-regexp)
15328         (message-sendmail-envelope-from, message-minibuffer-local-map)
15329         (message-user-fqdn, message-completion-alist): Add :version.
15330
15331         * gnus-win.el (gnus-configure-windows-hook)
15332         (gnus-use-frames-on-any-display): Add :version.
15333
15334         * gnus-art.el (gnus-article-address-banner-alist)
15335         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15336         (gnus-treat-from-picon, gnus-treat-mail-picon)
15337         (gnus-treat-x-pgp-sig): Add :version.
15338
15339         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15340         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15341         (gnus-summary-article-delete-hook)
15342         (gnus-summary-display-while-building): Add :version.
15343
15344         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15345         (gnus-get-top-new-news-hook): Add :version.
15346
15347         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15348         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15349
15350         * gnus-registry.el (gnus-registry): Add :version.
15351
15352         * gnus-spec.el (gnus-use-correct-string-widths)
15353         (gnus-make-format-preserve-properties): Add :version.
15354
15355         * gnus.el (gnus-group-charter-alist)
15356         (gnus-group-fetch-control-use-browse-url)
15357         (gnus-install-group-spam-parameters): Add :version.
15358
15359         * gnus-diary.el (gnus-diary): Add :version.
15360
15361         * gnus-delay.el (gnus-delay): Add :version.
15362
15363         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15364         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15365         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15366         Add :version.
15367
15368         * gnus-agent.el (gnus-agent-max-fetch-size)
15369         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15370         (gnus-agent-prompt-send-queue): Add :version.
15371
15372         * deuglify.el (gnus-outlook-deuglify): Add :version.
15373
15374         * html2text.el: Beautify code.  Improve doc strings.
15375         Some checkdoc cleanup.
15376         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15377
15378 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15379
15380         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15381
15382 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15385         when package is loaded.
15386
15387         * spam.el (spam-summary-score-preferred-header): Add global preference
15388         for people who want to override the default SpamAssassin over
15389         Bogofilter preference (when both are set).
15390         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15391         (spam-user-format-function-S):
15392         Check spam-summary-score-preferred-header.
15393         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15394         (spam-user-format-function-S): Format the score correctly.
15395
15396 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15399         signature file.  Suggested by Manoj Srivastava
15400         <srivasta@golden-gryphon.com>.
15401
15402         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15403         iso-2022-jp even in the Japanese language environment.
15404         Suggested by Jason Rumney <jasonr@gnu.org>.
15405
15406 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15409         use the same characters as the dummy marks; make it free from
15410         getting affected by the language environment.
15411         (gnus-summary-read-group-1): Update mark positions only when the
15412         format spec is updated.
15413
15414         * gnus-spec.el (gnus-update-format-specifications): Return a list
15415         of updated types.
15416
15417 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15420         of boundp to check if display-warning is available.
15421
15422 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15423
15424         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15425
15426 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * nnspool.el (nnspool-spool-directory): Use news-path if the
15429         news-directory variable is not bound.
15430
15431         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15432         function instead of display-warning if it is not available.
15433
15434 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15437         v5-10: Use `point-at-bol'.
15438
15439 2004-10-26  Simon Josefsson  <jas@extundo.com>
15440
15441         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15442         <chenggao@gmail.com>.
15443
15444 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15447         instead.
15448
15449 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15450
15451         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15452         to remove a server from the nnimap-server-buffer-alist.
15453         (nnimap-open-connection, nnimap-close-server): Use it.
15454
15455         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15456
15457 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15460         running the major-mode function.
15461
15462 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15465         dummy marks in the right way.
15466
15467 2004-10-18  David Edmondson  <dme@dme.org>
15468
15469         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15470         excessively.
15471
15472 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * gnus-util.el (gnus-split-references): Accept a nil references
15475         string and go on blissfully.
15476
15477         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15478         cases where the references string is non-nil but has no references.
15479
15480         * encrypt.el: Add autoload tags.
15481
15482         * spam.el (spam-resolve-registrations-routine): Remove article
15483         from unregistration list too.  Reported by David Hanak
15484         <dhanak@isis.vanderbilt.edu>
15485
15486 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15489         nil.  Change custom type.
15490
15491 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15494
15495         * gnus-sum.el (gnus-summary-move-article): Use it.
15496
15497 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15498
15499         * encrypt.el: Add autoload cookies.
15500
15501         * spam.el (spam-backend-article-list-property)
15502         (spam-backend-get-article-todo-list)
15503         (spam-backend-put-article-todo-list)
15504         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15505         Resolve registrations separately.
15506         (spam-register-routine): Format comments.
15507         (spam-unregister-routine, spam-register-routine): Always call with
15508         specific-articles, no default list.
15509         (spam-summary-prepare-exit): Use the spam-classifications function.
15510
15511         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15512         gnus-encrypt.el.
15513
15514         * encrypt.el: Copied from gnus-encrypt.el.
15515
15516         * gnus-encrypt.el: Commented that it's obsolete.
15517
15518 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15521         (gnus-score-save): Use it.
15522
15523         * message.el (message-bury): Use `window-dedicated-p'.
15524
15525 2004-10-15  Simon Josefsson  <jas@extundo.com>
15526
15527         * pop3.el (top-level): Don't require nnheader.
15528         (pop3-read-timeout): Add.
15529         (pop3-accept-process-output): Add.
15530         (pop3-read-response, pop3-retr): Use it.
15531
15532 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * spam.el (spam-register-routine): Move comment.
15535         (spam-verify-bogofilter): Use 'unknown for the initial
15536         spam-bogofilter-valid state, not 'never.
15537
15538         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15539         for netrc-machine.
15540
15541         * nnimap.el (nnimap-open-connection):
15542         Use netrc-machine-user-or-password.
15543
15544 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15545
15546         * gnus-registry.el (gnus-registry-unload-hook):
15547         Set as a variable with add-hook.
15548
15549         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15550         of news-path.
15551
15552         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15553
15554         * spam.el: Delete duplicate `provide'.
15555         (spam-unload-hook): Set as a variable with add-hook.
15556
15557 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15560         in the doc string.
15561
15562         * message.el (message-ignored-news-headers)
15563         (message-ignored-supersedes-headers)
15564         (message-ignored-resent-headers)
15565         (message-forward-ignored-headers): Improve custom type.
15566
15567 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * message.el (message-tokenize-header): Fix 2004-09-06 change
15570         which used point-min in the wrong place.
15571
15572 2004-10-12  Simon Josefsson  <jas@extundo.com>
15573
15574         * tls.el (tls-certtool-program): New variable.
15575         (tls-certificate-information): New function, based on
15576         ssl-certificate-information.
15577
15578 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * compface.el: Move the version of ELisp-based uncompface program
15581         to the contrib directory because of the copyright problem.
15582
15583 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * message.el (message-kill-buffer): Raise the current frame.
15586
15587 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15590
15591         * gnus.el (message-y-or-n-p): Autoload.
15592
15593         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15594         (pop3-password-required, pop3-authentication-scheme)
15595         (pop3-leave-mail-on-server): Make customizable.
15596         (pop3): New custom group.
15597         (pop3-retr): Remove `sleep-for' statements.
15598         Suggested by Dave Love <fx@gnu.org>.
15599
15600         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15601         Windows/DOS.
15602
15603         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15604         (imap-parse-body): Fix incorrect use of `assert'.
15605         Suggested by Dave Love <fx@gnu.org>.
15606
15607         * mml.el (mml-minibuffer-read-disposition): Require match.
15608         Suggested by Dave Love <fx@gnu.org>.
15609
15610 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15613         doc string.
15614
15615 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15618
15619 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15620
15621         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15622         instead of calling `mm-insert-inline', to decode text/* parts
15623         before displaying them.
15624
15625 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * mm-uu.el (mm-uu-text-plain-type): New variable.
15628         (mm-uu-pgp-signed-extract-1): Use it.
15629         (mm-uu-pgp-encrypted-extract-1): Use it.
15630         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15631         bind mm-uu-text-plain-type with that value.
15632         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15633         mm-uu-dissect.
15634
15635 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus-group.el (gnus-update-group-mark-positions):
15638         * gnus-sum.el (gnus-update-summary-mark-positions):
15639         * message.el (message-check-news-body-syntax):
15640         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15641         of string-as-multibyte.
15642
15643 2004-10-05  Juri Linkov  <juri@jurta.org>
15644
15645         * gnus-group.el (gnus-update-group-mark-positions):
15646         * gnus-sum.el (gnus-update-summary-mark-positions):
15647         * message.el (message-check-news-body-syntax):
15648         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15649         8-bit unibyte values to a multibyte string for search functions.
15650
15651 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15654         (mm-uu-dissect-text-parts): New function.
15655
15656         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15657         dissect text parts.
15658
15659         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15660         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15661
15662         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15663
15664         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15665         Use gnus-current-topics instead of gnus-current-topic.
15666
15667 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15668
15669         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15670
15671 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15672
15673         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15674         where approriate.
15675
15676         * nnml.el (nnml-generate-active-info): do.
15677
15678         * nndiary.el (nndiary-generate-active-info): do.
15679
15680         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15681         (gnus-topic-move): do.
15682
15683         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15684         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15685
15686         * gnus-srvr.el (gnus-server-prepare)
15687         (gnus-server-open-all-servers): do.
15688
15689         * gnus-msg.el (gnus-summary-cancel-article)
15690         (gnus-summary-resend-message)
15691         (gnus-summary-mail-crosspost-complaint): do.
15692
15693         * gnus-move.el (gnus-change-server): do.
15694
15695         * gnus-group.el (gnus-group-unmark-all-groups)
15696         (gnus-group-set-current-level): do.
15697
15698 2004-10-04  Simon Josefsson  <jas@extundo.com>
15699
15700         * message.el (message-generate-hashcash): Doc fix.
15701
15702 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15703
15704         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15705         avoid infinite recursion via gnus-get-function.
15706
15707 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15708
15709         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15710
15711         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15712
15713         * nnmail.el (nnmail-split-history): do.
15714
15715         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15716         (nnml-request-delete-group): do.
15717
15718         * nnslashdot.el (nnslashdot-read-groups): do.
15719
15720         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15721         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15722
15723         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15724         (nnspool-sift-nov-with-sed): Use last.
15725         (nnspool-retrieve-headers-with-nov): Use mapc.
15726         (nnspool-request-newgroups): Use dolist.
15727         (nnspool-request-group): Use last.
15728
15729         * nntp.el (nntp-read-server-type): Use dolist.
15730
15731         * nnvirtual.el (nnvirtual-create-mapping)
15732         (nnvirtual-update-read-and-marked): Use dolist.
15733         (nnvirtual-convert-headers): Simplify.
15734
15735 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15736
15737         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15738         Add support for sync'ing tick marks.
15739
15740 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15743         there's no visible header.
15744
15745 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15746
15747         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15748         When necessary, pass full group name to gnus-request-set-marks.
15749
15750 2004-10-01  Simon Josefsson  <jas@extundo.com>
15751
15752         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15753         acroread.
15754
15755 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15756
15757         * spam-report.el (spam-report-gmane): Fix interactive.
15758
15759         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15760
15761         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15762         when writing file.
15763         (gnus-agent-synchronize-flags): Don't default to being
15764         interactive.
15765
15766 2004-09-30  Simon Josefsson  <jas@extundo.com>
15767
15768         * message.el (message-generate-hashcash): Add.
15769         (message-send-mail): Use it, call mail-add-payment.
15770
15771 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15774
15775 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15776
15777         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15778         gnus-requst-update-info with explicit code to sync the in-memory
15779         info read flags with the marks being sync'd to the backend.
15780
15781         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15782
15783 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15784
15785         * spam.el (spam-verify-bogofilter): Add new function.
15786         (spam-check-bogofilter)
15787         (spam-bogofilter-register-with-bogofilter): Use it.
15788         (spam-verify-bogofilter): Add small fixes.
15789
15790 2004-09-28  Simon Josefsson  <jas@extundo.com>
15791
15792         * hashcash.el (hashcash-generate-payment): Revert.
15793
15794 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15797         Use gnus-extract-references instead of gnus-split-references.
15798
15799         * gnus-util.el (gnus-extract-references): Add new function, analogous
15800         to gnus-split-references but extracts only the message-ID without
15801         anything extra.
15802
15803         * hashcash.el (hashcash-generate-payment)
15804         (hashcash-check-payment): Do the right thing if hashcash-path is
15805         nil (because the hashcash program could not be found).
15806
15807         * spam.el (spam-use-hashcash): Remove comment.
15808
15809 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15812         (gnus-cache-enter-article, gnus-cache-remove-article)
15813         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15814
15815         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15816
15817         * gnus-art.el (article-hide-boring-headers)
15818         (article-translate-strings, article-display-face)
15819         (gnus-article-mime-match-handle-first)
15820         (gnus-article-highlight-headers)
15821         (gnus-article-add-buttons-to-head): do.
15822
15823 2004-09-27  Simon Josefsson  <jas@extundo.com>
15824
15825         * hashcash.el: New version, from
15826         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15827         ../contrib/.
15828
15829 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15832
15833 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15834
15835         * gnus-dup.el (gnus-dup-open): Use mapc.
15836         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15837
15838         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15839         Reported by Stefan Wiens <s.wi@gmx.net>.
15840
15841         * gnus.el (gnus-shutdown): Use dolist.
15842
15843         * gnus-undo.el (gnus-undo): Use mapc.
15844
15845         * nnrss.el (nnrss-generate-active): do.
15846
15847         * message.el (message-cite-original-without-signature)
15848         (message-cite-original): Use mapc.
15849         (message-do-actions, message-make-forward-subject): Use dolist.
15850
15851 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15852
15853         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15854         deletion to remove entire duplicate line.  Fixes merged article
15855         number bug.
15856
15857 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15858
15859         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15860         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15861         first ask if you want to open a server and then, even when you
15862         responded with no, asking if you want to synchronize the server's
15863         flags.
15864         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15865         multi-line expressions.
15866         (gnus-agent-synchronize-group-flags): New internal function.
15867         Updates marks in memory (in the info structure) AND in the
15868         backend.
15869
15870         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15871
15872         * nnagent.el (nnagent-request-set-mark):
15873         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15874         method, to ensure that synchronization updates marks in the
15875         backend and in the info (in memory) structure.
15876
15877 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15880         convention fully; don't miss the root article of a thread; make
15881         the X-Draft-From header with correct article numbers.
15882
15883 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15884
15885         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15886         unless plugged.  Disable the agent so that an open failure causes
15887         an error.
15888
15889         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15890         Revert 2004-09-21 change.  The backend must be opened while
15891         synchronizing flags even when the backend stores the flags
15892         locally.
15893
15894 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15897         in `header' match.  Reported by Svend Tollak Munkejord.
15898
15899         * message.el (message-cite-original): Fix use of
15900         `message-cite-articles-with-x-no-archive'.
15901
15902 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15905         (gnus-window-to-buffer): Ditto.
15906
15907         * mml.el (mml-preview-buffer): New variable.
15908         (mml-preview): Manage window layout with gnus-buffer-configuration.
15909
15910         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15911         X-Draft-From header even if those articles aren't quoted.
15912
15913 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15914
15915         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15916         (gnus-request-set-mark, gnus-request-update-mark): Use new
15917         g-s-t-u-l-m to decide to use backend even when unplugged.
15918
15919 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15922         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15923
15924 2004-09-20  Simon Josefsson  <jas@extundo.com>
15925
15926         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15927         "utf-16-le".
15928
15929 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15930
15931         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15932
15933 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * uudecode.el (uudecode-use-external): Add :version.
15936
15937         * smime.el (smime-CA-file, smime-encrypt-cipher)
15938         (smime-dns-server): Add :version.
15939
15940         * smiley.el (gnus-smiley-file-types): Add :version.
15941
15942         * sha1.el (sha1-use-external): Add :version.
15943
15944         * pgg-def.el (pgg-query-keyserver): Add :version.
15945
15946         * nnmail.el (nnmail-fancy-expiry-targets)
15947         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15948         Add :version.
15949
15950         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15951         (nnimap-retrieve-groups-asynchronous): Add :version.
15952         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15953
15954         * mml.el (mml-content-disposition-parameters)
15955         (mml-insert-mime-headers-always): Add :version.
15956
15957         * mm-util.el (mm-coding-system-priorities): Add :version.
15958
15959         * mm-decode.el (mm-inline-text-html-with-images)
15960         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15961         (mm-verify-option): Add :version.
15962         (mm-text-html-renderer): Change :version.
15963
15964         * message.el (message-fcc-externalize-attachments)
15965         (message-required-headers, message-draft-headers)
15966         (message-subject-trailing-was-query)
15967         (message-subject-trailing-was-ask-regexp)
15968         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15969         (message-mark-insert-end, message-archive-header)
15970         (message-archive-note, message-cross-post-default)
15971         (message-cross-post-note, message-followup-to-note)
15972         (message-cross-post-note-function, message-use-mail-followup-to)
15973         (message-subscribed-address-functions)
15974         (message-subscribed-address-file, message-subscribed-addresses)
15975         (message-subscribed-regexps, message-allow-no-recipients)
15976         (message-yank-cited-prefix, message-signature-insert-empty-line)
15977         (message-hidden-headers, message-hierarchical-addresses)
15978         (message-mail-user-agent, message-use-idna)
15979         (message-valid-fqdn-regexp)
15980         (message-strip-special-text-properties, message-header-synonyms)
15981         (message-beginning-of-line, message-tab-body-function): Add :version.
15982         (message-insert-canlock, message-wide-reply-confirm-recipients):
15983         Change :version.
15984
15985         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15986         and :version.
15987         (mail-source-delete-old-incoming-confirm)
15988         (mail-source-movemail-program): Add :version.
15989
15990         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15991         (gnus-agent-cache, gnus-agent): Change :version.
15992
15993         * gnus-util.el (gnus-use-byte-compile): Change :version.
15994
15995         * gnus-sum.el (gnus-summary-make-false-root-always)
15996         (gnus-summary-default-high-score)
15997         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15998         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15999         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16000         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16001         (gnus-sum-thread-tree-single-indent)
16002         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16003         (gnus-sum-thread-tree-leaf-with-other)
16004         (gnus-sum-thread-tree-single-leaf): Add :version.
16005         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16006         (gnus-article-loose-mime): Change :version.
16007
16008         * gnus-start.el (gnus-backup-startup-file)
16009         (gnus-save-startup-file-via-temp-buffer): Add :version.
16010
16011         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16012         (gnus-server-offline-face): Add :version.
16013
16014         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16015
16016         * gnus-msg.el (gnus-gcc-externalize-attachments)
16017         (gnus-debug-files, gnus-debug-exclude-variables)
16018         (gnus-discouraged-post-methods): Change :version.
16019         (gnus-confirm-mail-reply-to-news)
16020         (gnus-confirm-treat-mail-like-news): Add :version.
16021
16022         * gnus-int.el (gnus-server-unopen-status): Add :version.
16023
16024         * gnus-group.el (gnus-group-jump-to-group-prompt)
16025         (gnus-large-ephemeral-newsgroup)
16026         (gnus-fetch-old-ephemeral-headers): Add :version.
16027
16028         * gnus-fun.el (gnus-x-face-directory)
16029         (gnus-convert-pbm-to-x-face-command)
16030         (gnus-convert-image-to-x-face-command)
16031         (gnus-convert-image-to-face-command): Add :version.
16032
16033         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16034
16035         * gnus-cite.el (gnus-cite-blank-line-after-header)
16036         (gnus-article-boring-faces): Add :version.
16037
16038         * gnus-art.el (gnus-buttonized-mime-types)
16039         (gnus-inhibit-mime-unbuttonizing)
16040         (gnus-treat-display-face)
16041         (gnus-treat-body-boundary): Change :version.
16042         (gnus-body-boundary-delimiter, gnus-picon-databases)
16043         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16044         (gnus-treat-date-english, gnus-treat-fold-headers)
16045         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16046         (gnus-treat-mail-picon, gnus-treat-wash-html)
16047         (gnus-article-encrypt-protocol)
16048         (gnus-use-idna, gnus-article-over-scroll)
16049         (gnus-mime-display-multipart-alternative-as-mixed)
16050         (gnus-mime-display-multipart-related-as-mixed)
16051         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16052         (gnus-ctan-url, gnus-button-ctan-handler)
16053         (gnus-button-handle-ctan-bogus-regexp)
16054         (gnus-button-ctan-directory-regexp)
16055         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16056         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16057         (gnus-button-man-level, gnus-button-emacs-level)
16058         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16059
16060         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16061         (gnus-agent-go-online): Change :version.
16062         (gnus-agent-expire-unagentized-dirs)
16063         (gnus-agent-auto-agentize-methods): Add :version.
16064
16065         * flow-fill.el (fill-flowed-display-column)
16066         (fill-flowed-encode-column): Add :version.
16067
16068         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16069         (gnus-outlook-deuglify-unwrap-max)
16070         (gnus-outlook-deuglify-cite-marks)
16071         (gnus-outlook-deuglify-unwrap-stop-chars)
16072         (gnus-outlook-deuglify-no-wrap-chars)
16073         (gnus-outlook-deuglify-attrib-cut-regexp)
16074         (gnus-outlook-deuglify-attrib-verb-regexp)
16075         (gnus-outlook-deuglify-attrib-end-regexp)
16076         (gnus-outlook-display-hook): Add :version.
16077
16078         * binhex.el (binhex-use-external): Add :version.
16079
16080 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16081
16082         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16083         and `invisible'.
16084
16085 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16086
16087         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16088         in gnus-registry-trim.
16089
16090 2004-09-13  Simon Josefsson  <jas@extundo.com>
16091
16092         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16093
16094         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16095
16096         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16097         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16098         <yamaoka@jpl.org>.
16099         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16100         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16101         <yamaoka@jpl.org>.
16102
16103         * sieve.el (sieve-manage-mode): Ditto.
16104
16105 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16108
16109 2004-09-11  Simon Josefsson  <jas@extundo.com>
16110
16111         * dns-mode.el: Add.
16112
16113         * mm-view.el (mm-display-dns-inline): Add.
16114
16115         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16116         (mm-automatic-display): Ditto.
16117
16118         * mailcap.el (mailcap-mime-data): Add text/dns.
16119         (mailcap-mime-extensions): Map .soa to text/dns.
16120
16121 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16122
16123         * gnus-art.el (article-decode-mime-words, article-babel)
16124         (gnus-article-highlight-signature, gnus-article-add-buttons)
16125         (gnus-signature-toggle): Remove unnecessary bindings of
16126         `inhibit-read-only' inherited from v5.10 merge.
16127
16128 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * nntp.el (nntp): New customization group.
16131         (nntp-authinfo-file): Add customization group.
16132
16133         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16134
16135         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16136
16137         * gnus.el (to-address, to-list, subscribed)
16138         (large-newsgroup-initial): Ditto.
16139
16140         * flow-fill.el (fill-flowed-display-column)
16141         (fill-flowed-encode-column): Ditto.
16142
16143 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16144
16145         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16146         Use point-min rather than 1.
16147         (message-send-mail): Use buffer-size rather than point-max.
16148
16149         * gnus-sum.el (gnus-summary-search-article-forward):
16150         Signal a specific `search-failed' rather than a generic `error'.
16151
16152         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16153         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16154         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16155
16156 2004-09-10  Simon Josefsson  <jas@extundo.com>
16157
16158         * nndb.el (require): Remove tcp and duplicate cl.
16159
16160 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus-agent.el (directory-files-and-attributes): Move forward.
16163
16164 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16165
16166         * gnus-agent.el (directory-files-and-attributes):
16167         Optionally defined to support XEmacs.
16168
16169 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16170
16171         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16172         to avoid run-time CL dependencies.
16173         (gnus-agent-unfetch-articles): New function.
16174         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16175         article numbers even when local .overview file is missing.
16176         (gnus-agent-read-article-number): New function.  Only accepts
16177         27-bit article numbers.
16178         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16179         Use gnus-agent-read-article-number.
16180         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16181         from backend while recognizing that article numbers in .overview
16182         must be valid.
16183         (gnus-agent-update-files-total-fetched-for):
16184         Use directory-files-and-attributes to improve performance.
16185         * gnus-int.el (gnus-request-move-article):
16186         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16187         improve performance.
16188
16189         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16190         some users confused by references to .newsrc when they only have a
16191         .newsrc.eld file.
16192         (gnus-convert-mark-converter-prompt)
16193         (gnus-convert-converter-needs-prompt): Fix use of property list.
16194         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16195         New function.  Used internally to only display 'gnus converting
16196         files' message when actually necessary.
16197
16198         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16199         methods now autoloaded.
16200
16201 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16204         identifiers.
16205
16206 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * gnus-picon.el: Fix indentation and closing parenthesis.
16209
16210 2004-09-01  Simon Josefsson  <jas@extundo.com>
16211
16212         * message.el (message-canlock-generate): Require sha1, not
16213         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16214         to require within a function.  Sadly, if sha1.el isn't loaded, the
16215         let binding in m-c-g will hide the defcustom definition, which is
16216         bad.)
16217
16218         * canlock.el: Require sha1, not sha1-el.
16219
16220         * message.el: Don't autoload sha1 (there is a autoload cookie in
16221         sha1.el).
16222
16223         * sha1-el.el: Rename to sha1.el.
16224
16225 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16226
16227         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16228
16229 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16230
16231         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16232
16233 2004-08-30  Kim F. Storm  <storm@cua.dk>
16234
16235         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16236
16237         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16238         Add :group 'nnimap.
16239
16240 2004-08-30  Andreas Schwab  <schwab@suse.de>
16241
16242         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16243         ?* and ?\;.
16244
16245         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16246         and ?\' to symbol instead of whitespace.
16247
16248 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16251
16252         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16253         instead of re-search-forward.
16254
16255         * gnus-uu.el (gnus-uu-save-article): Ditto.
16256         (gnus-uu-post-encode-uuencode): Ditto.
16257
16258         * html2text.el (html2text-clean-list-items): Ditto.
16259         (html2text-clean-dtdd): Ditto.
16260         (html2text-format-tags): Ditto.
16261
16262         * message.el (message-send-mail-with-sendmail): Fix regexp.
16263         (message-fill-field-general): Use search-forward instead of
16264         re-search-forward.
16265         (unbold-region): Ditto.
16266
16267         * nnrss.el (nnrss-request-article): Ditto.
16268
16269         * nnslashdot.el (nnslashdot-request-article): Ditto.
16270
16271         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16272
16273         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16274         "Unrecognized menu descriptor" error in XEmacs.
16275
16276 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16277
16278         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16279         parent article of a sparse article in the thread hashtb.
16280
16281 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16282
16283         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16284         (nnmail-expand-newtext): Lowercase expanded entries if
16285         nnmail-split-lowercase-expanded is non-nil.
16286
16287 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16290
16291         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16292         of gnus-tmp-news-method into string under XEmacs.  It will be
16293         passed to gnus-correct-length which takes only a string argument.
16294
16295 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-util.el (gnus-bind-print-variables): New macro.
16298         (gnus-prin1): Use it.
16299         (gnus-prin1-to-string): Use it.
16300         (gnus-pp): New function.
16301         (gnus-pp-to-string): New function.
16302
16303         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16304         Replace pp-to-string with gnus-pp-to-string.
16305         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16306         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16307         * gnus-msg.el (gnus-debug): Ditto.
16308         * gnus-score.el (gnus-score-save): Ditto.
16309         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16310         gnus-pp-to-string.
16311         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16312         with gnus-pp.
16313         * score-mode.el (gnus-score-pretty-print): Ditto.
16314         * webmail.el (webmail-debug): Ditto.
16315
16316 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * gnus-art.el (article-display-face, article-display-x-face):
16319         Use buffer-read-only.
16320
16321 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-art.el (article-hide-list-identifiers):
16324         Bind inhibit-read-only as t.
16325
16326 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16327
16328         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16329
16330 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16331
16332         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16333         (gnus-narrow-to-page): Don't assume point-min == 1.
16334         (gnus-article-edit-mode): Derive from message-mode.
16335
16336         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16337         point-min == 1.
16338
16339         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16340         Disable incorrect use of `assert'.
16341
16342         * message.el (message-mode): Set comment-start-skip.
16343
16344
16345 2004-08-22  Sam Steingold  <sds@gnu.org>
16346
16347         * pop3.el (pop3-leave-mail-on-server): New user variable.
16348         (pop3-movemail): Delete mail only when it is nil.
16349
16350 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16351
16352         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16353
16354         * mml.el (mml-preview): Use `pop-to-buffer'.
16355
16356         * message.el (message-goto-mail-followup-to): Insert after "To".
16357         (message-carefully-insert-headers): Add comment.
16358
16359         * gnus.el: Remove unused variable `gnus-article-check-size'.
16360
16361         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16362
16363         * gnus-art.el (gnus-button-alist):
16364         Improve `gnus-button-handle-library' entry.
16365
16366 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16367
16368         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16369         Use downcase, since XEmacs capitalizes error messages differently.
16370
16371 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16372
16373         * nntp.el: Add (require 'gnus) due to reference to
16374         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16375
16376 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16377
16378         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16379         Bind `mm-fill-flowed'.
16380
16381         * mm-decode.el (mm-dissect-singlepart): Check it.
16382
16383 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16384
16385         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16386         'imap' for netrc parsing.
16387
16388 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * mailcap.el (mailcap-mime-data): Mark as risky.
16391
16392 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16395         may be included in the encoded word.
16396         (rfc2047-encode): Don't append a space if the encoded word
16397         includes close parenthesis.
16398
16399 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16402         of text within parentheses.
16403
16404 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16405
16406         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16407         (gnus-encrypt-write-file-contents): Make the password key the file
16408         name PLUS the cipher, not just the cipher.  Also remove failed
16409         passwords from the cache.
16410
16411 2004-08-06  Simon Josefsson  <jas@extundo.com>
16412
16413         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16414         Doc fix.
16415
16416 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16419         LWSP.
16420
16421 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16422
16423         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16424         Try to append in-reply-to: data to the references: header.
16425
16426         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16427         (netrc-parse): Use gnus-encrypt.el functions.
16428
16429         * gnus-encrypt.el: Add new file for encryption support; currently
16430         does only a few GPG ciphers and an internal XOR cipher.
16431
16432         * password.el: Add comments on using password-read-and-add.
16433         (password-read-and-add): Add function to read and add the
16434         password to the cache at once.
16435
16436 2004-07-28  Simon Josefsson  <jas@extundo.com>
16437
16438         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16439         parameter (but don't use it, for now).
16440
16441         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16442         instead of hard coding to nil.
16443
16444 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16447         as mm-inline-image-xemacs does.
16448
16449 2004-07-26  Simon Josefsson  <jas@extundo.com>
16450
16451         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16452         Revert part of 2004-07-17 change below.
16453
16454 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16457         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16458
16459 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16462         quotes that actually start with ">" at the beginning of the
16463         lines.
16464
16465 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * rfc2047.el (rfc2047-encode-region): Fix last change.
16468         (rfc2047-encode-parameter): Remove useless concat.
16469
16470 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16473         encode special characters; fix some kind of misconfigured headers;
16474         signal a real error if debug-on-quit or debug-on-error is non-nil.
16475         (rfc2047-encode-max-chars): New variable.
16476         (rfc2047-encode-1): Use it.
16477         (rfc2047-encode-parameter): New function.
16478
16479         * mml.el (mml-insert-parameter): Remove an excessive space.
16480
16481 2004-07-17  Simon Josefsson  <jas@extundo.com>
16482
16483         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16484         Kai Grossjohann <kai@emptydomain.de>.
16485         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16486         (gnus-group-make-menu-bar): Ditto.
16487
16488         * gnus-util.el (gnus-group-server): Add.
16489
16490 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * message.el (message-clone-locals): Clone sendmail and smtp
16493         variables.
16494
16495 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * rfc2047.el (rfc2047-encode-region): Fix last change.
16498
16499 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16502         characters as non-special.
16503
16504 2004-07-09  Simon Josefsson  <jas@extundo.com>
16505
16506         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16507         Users will lose all flag changes made while unplugged with
16508         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16509         good default.  See numerous reports on ding mailing list.
16510
16511 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16514         add generate-head-function and generate-article-function to the
16515         rfc822-forward entry.
16516         (nndoc-rfc822-forward-generate-article): New function.
16517         (nndoc-rfc822-forward-generate-head): New function.
16518
16519         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16520
16521 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16522
16523         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16524         respect display group parameter and gnus-summary-expunge-below.
16525         (gnus-articles-to-read): Remove unused reference to display group
16526         parameter.
16527
16528 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * nnheader.el (nnheader-uniquify-message-id): New experimental
16531         variable.
16532         (nnheader-nov-read-message-id): Use it.
16533
16534         * spam-report.el (spam-report-gmane): Add interactive.
16535
16536 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * mm-encode.el (mm-content-transfer-encoding-defaults):
16539         Use qp-or-base64 for the application/* types.
16540
16541 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16542
16543         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16544
16545 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16548         trim value.
16549
16550 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16551
16552         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16553         New macro and function.
16554         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16555
16556 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16559         after-load-alist.
16560
16561 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16562
16563         * gnus-group.el (gnus-group-get-new-news-this-group):
16564         Don't update info that isn't there.
16565
16566 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16567
16568         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16569         entry.
16570
16571 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * mm-view.el (mm-inline-render-with-function): Use multibyte
16574         buffer; decode html source by charset.
16575
16576         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16577
16578         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16579         Mule-UCS is loaded under XEmacs.
16580         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16581
16582 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16585
16586 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * mm-util.el (mm-coding-system-p): Return a coding-system.
16589         (mm-mime-mule-charset-alist): Use shift_jis instead of
16590         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16591         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16592         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16593         instead of japanese-shift-jis and iso-latin-1 respectively in
16594         order to share the default value with both Emacs and XEmacs-mule.
16595         (mm-mule-charset-to-mime-charset):
16596         Make mm-coding-system-priorities effective.
16597         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16598         while predicating of candidates upon the priorities.
16599
16600 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16601
16602         * gnus-sum.el (gnus-summary-make-menu-bar):
16603         Add gnus-uu-invert-processable.
16604
16605         * gnus.el: Autoload gnus-uu-invert-processable.
16606
16607 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * mm-util.el (mm-with-multibyte-buffer): New macro.
16610
16611         * rfc2047.el (rfc2047-encode-string): Use it.
16612         (rfc2047-encode-region): Move point to the end of the region after
16613         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16614
16615 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16618         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16619
16620 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16623         (gnus-cite-parse): Ignore quoted envelope From_.
16624         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16625
16626 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16627
16628         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16629         invalid addresses.
16630
16631 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16632
16633         * spam.el: Change section markers, revise TODO list.
16634         (spam-backends): Make new master list of all installed backends.
16635         (spam-summary-exit-behavior): Add new variable to determine how
16636         messages moves are done at summary exit.
16637         (spam-move-spam-nonspam-groups-only)
16638         (spam-process-ham-in-nonham-groups)
16639         (spam-process-ham-in-spam-groups): Remove variables, the
16640         spam-summary-exit-behavior variable should be used to manage this
16641         behavior.
16642         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16643         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16644         and spam-old-spam-articles.
16645         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16646         Add empty variables, placeholders for the backends they represent.
16647         (spam-set-difference): Move, unchanged.
16648         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16649         unless the user has a processor variable.
16650         (spam-classifications, spam-classification-valid-p)
16651         (spam-backend-properties, spam-backend-property-valid-p)
16652         (spam-backend-function-type-valid-p)
16653         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16654         (spam-report-articles-gmane, spam-report-articles-resend):
16655         Remove functions, they are not needed.
16656         (spam-install-backend-super, spam-backend-list)
16657         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16658         (spam-backend-function, spam-backend-ham-registration-function)
16659         (spam-backend-spam-registration-function)
16660         (spam-backend-ham-unregistration-function)
16661         (spam-backend-spam-unregistration-function)
16662         (spam-backend-statistical-p, spam-backend-mover-p)
16663         (spam-install-backend-alias, spam-install-checkonly-backend)
16664         (spam-install-mover-backend, spam-install-nocheck-backend)
16665         (spam-install-backend, spam-install-statistical-backend)
16666         (spam-install-statistical-checkonly-backend): Add backend installation
16667         support.
16668         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16669         (spam-group-processor-p): Use the new backend code and respect the
16670         summary exit behavior.
16671         (spam-mark-spam-as-expired-and-move-routine): Remove.
16672         (spam-summary-prepare): Change to use the new spam-old-articles
16673         variable.
16674         (spam-copy-or-move-routine, spam-copy-spam-routine)
16675         (spam-move-spam-routine, spam-copy-ham-routine)
16676         (spam-move-ham-routine): Add code to copy/move ham or spam.
16677         (spam-fetch-field-fast): Improve doc and code, plus allow the
16678         'number request.
16679         (spam-list-of-checks, spam-list-of-statistical-checks):
16680         Remove variables.
16681         (spam-split, spam-find-spam): Use the new backend code.
16682         (spam-registration-functions): Remove variable.
16683         (spam-unregister-routine): Add convenience wrapper.
16684         (spam-log-undo-registration, spam-register-routine)
16685         (spam-log-processing-to-registry)
16686         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16687         where possible.
16688         (spam-check-gmane-xref, spam-check-regex-headers)
16689         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16690         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16691         (spam-check-bogofilter-headers, spam-check-spamoracle)
16692         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16693         (spam-check-crm114-headers): Use the spam-split-group that
16694         spam-split prepares, no need to determine it every time.
16695
16696         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16697         to the nnheader-parse-naked-head call.
16698
16699         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16700
16701         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16702         the nnheader-nov-read-message-id call.
16703
16704 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16707         gnus-activate-group twice.  Suggested by Markus Peter
16708         <warp@spin.de>.
16709
16710 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-art.el (gnus-article-time-format): Exchange the order of
16713         day and month in the default value; fix customization type.
16714         (article-date-ut): Use add-text-properties.
16715         (article-make-date-line): Use message-make-date instead of
16716         current-time-string.
16717
16718         * message.el (message-fetch-field): Don't use set-text-properties.
16719         (message-make-date): Simplify.
16720
16721         * messagexmas.el (message-xmas-make-date): New function.
16722         (message-xmas-redefine): Defalias message-make-date to it.
16723
16724 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16727         (rfc2047-encode-region): Treat text within parentheses as special;
16728         show the original text when error has occurred.
16729
16730         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16731         already-computed method to gnus-activate-group.
16732
16733         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16734         same select-methods identical Lisp objects.
16735
16736         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16737         object when modifying the info.
16738
16739 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16742         gnus-opened-servers since it has never been opened with the new
16743         configuration yet.
16744
16745 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16748         arg to nnheader-generate-fake-message-id.
16749
16750 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16751
16752         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16753         number and build a fake message ID localized to a group and
16754         article number (so it's repeatable from that point on).
16755         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16756         ID format.
16757
16758         * gnus-sum.el (gnus-get-newsgroup-headers):
16759         Call nnheader-generate-fake-message-id with the article number.
16760
16761 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16762
16763         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16764         end-of-buffer.
16765
16766 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767
16768         * message.el (message-ignored-supersedes-headers): Add Approved.
16769
16770 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16773         goto-char.
16774         (rfc2047-encode): Fold the line before encoding.
16775
16776 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16779         folding -- not all headers can be folded, and this should be done
16780         by the message composition mode.  Probably.  I think.
16781
16782 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16785         fast.
16786
16787         * gnus-ems.el (gnus-remove-image): Don't use
16788         message-text-with-property; remove only the image found first.
16789
16790         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16791         found first.
16792
16793 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16794
16795         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16796
16797 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * message.el (message-text-with-property): Make it fast and accept
16800         optional arguments.
16801         (message-strip-forbidden-properties): Use it.
16802         (message-fix-before-sending): Follow the m-t-w-p change.
16803
16804         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16805
16806 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-art.el (article-hide-headers): Don't change the buffer
16809         mistakenly when performing mml-preview even if
16810         gnus-single-article-buffer is nil.
16811
16812 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16813
16814         * message.el (message-expand-name-databases): New user option.
16815         (message-expand-name): Use it.
16816
16817 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16818
16819         * spam.el (spam-report-articles-resend)
16820         (spam-report-resend-register-routine): Allow ham reporting.
16821         (spam-report-resend-register-ham-routine): Add wrapper.
16822         (spam-registration-functions): Add ham resending functions.
16823         (spam-list-of-processors): Add ham resend processor.
16824
16825         * gnus.el (ham-resend-to): Add new group parameter.
16826         (spam-process): Add ham resend option.
16827
16828         * spam-report.el (spam-report-resend): Allow reporting ham.
16829         (spam-report-resend-ham): Add wrapper.
16830
16831 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16832
16833         * message.el (message-cite-articles-with-x-no-archive):
16834         New variable.
16835         (message-cite-original): Use it.
16836
16837 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16838
16839         * message.el (message-cite-original): Respect X-No-Archive.
16840
16841 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-art.el (article-hide-headers): Refer to the values for
16844         gnus-ignored-headers and gnus-visible-headers in the summary
16845         buffer since a user may have set them as group parameters.
16846
16847 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * assistant.el (assistant-node-name): Add convenience function.
16850         (assistant-render-text, assistant-render-node): Add error handling,
16851         plus handle multiple next nodes.
16852         (assistant-find-next-node): Comment out for now.
16853         (assistant-find-next-nodes): Add function, returns list of next
16854         nodes.
16855
16856 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * mail-source.el (mail-source-directory): Fix doc-string.
16859
16860 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16861
16862         * assistant.el (assistant-render-text, assistant-eval): Add :set
16863         widget type, which is different because it takes and returns a
16864         list.  Much hilarity ensues.
16865
16866 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16869
16870         * gnus-group.el (gnus-group-get-new-news-this-group):
16871         Add doc-string.
16872
16873         * gnus-start.el (gnus-activate-group): Add doc-string.
16874
16875 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16878
16879 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16880
16881         * assistant.el (assistant-render-text): Try to add a :set
16882         widget, more to come.
16883
16884         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16885         strings.
16886         (spam-report-articles-resend)
16887         (spam-register-routine): Do registration iff any articles warrant
16888         it.
16889         (spam-summary-prepare-exit): Change log message for nil group
16890         destinations.
16891
16892 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16893
16894         * spam.el (spam-report-resend-register-routine):
16895         Allow spam-report-resend-to to be a group parameter or a global value.
16896
16897 2004-05-26  Simon Josefsson  <jas@extundo.com>
16898
16899         * starttls.el: Merge with my GNUTLS based starttls.el.
16900         (starttls-gnutls-program, starttls-use-gnutls)
16901         (starttls-extra-arguments, starttls-process-connection-type)
16902         (starttls-connect, starttls-failure, starttls-success):
16903         New variables.
16904         (starttls-program, starttls-extra-args): Doc fix.
16905         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16906         New functions.
16907         (starttls-negotiate, starttls-open-stream):
16908         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16909         function if it is set.
16910
16911 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16914         structured fields.
16915
16916 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16919
16920 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16921
16922         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16923         Add variable.
16924         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16925         assigning the spam-mark to new messages.
16926
16927 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
16928
16929         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16930
16931 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16934
16935         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16936         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16937         default.
16938
16939 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16940
16941         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16942         correct data.
16943
16944 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16947         (spam-group-processor-p): Fix function.
16948         (spam-group-processor-multiple-p)
16949         (spam-group-spam-processor-report-gmane-p)
16950         (spam-group-spam-processor-report-resend-p)
16951         (spam-group-spam-processor-bogofilter-p)
16952         (spam-group-spam-processor-blacklist-p)
16953         (spam-group-spam-processor-ifile-p)
16954         (spam-group-ham-processor-ifile-p)
16955         (spam-group-spam-processor-spamoracle-p)
16956         (spam-group-spam-processor-crm114-p)
16957         (spam-group-ham-processor-bogofilter-p)
16958         (spam-group-spam-processor-stat-p)
16959         (spam-group-ham-processor-stat-p)
16960         (spam-group-ham-processor-whitelist-p)
16961         (spam-group-ham-processor-BBDB-p)
16962         (spam-group-ham-processor-spamoracle-p)
16963         (spam-group-ham-processor-copy-p): Remove functions with some
16964         prejudice against unneeded code.
16965         (spam-report-articles-resend)
16966         (spam-report-resend-register-routine): Allow the group/topic
16967         spam-resend-to value to override spam-report-resend-to.
16968         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16969         properly now.
16970
16971         * gnus.el (spam-resend-to): Add group/topic parameter.
16972         (spam-process): Move the OBSOLETE processors to the end of the
16973         choices.
16974
16975 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16976
16977         * spam-report.el (spam-report-resend-to, spam-report-resend):
16978         Start with resend-to set to nil, and then ask the user if necessary.
16979         (spam-report-resend): spam-report-resend takes a list of articles, not
16980         separate article numbers.
16981
16982 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16985         addition to emacs-w3m.
16986
16987 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16988
16989         * assistant.el (assistant-authinfo-data): New function.
16990         (assistant-eval): Eval for entire assistant.
16991
16992         * netrc.el (netrc-services-file): New variable.
16993         (netrc-parse-services): New function.
16994         (netrc-find-service-name): New function.
16995         (netrc-find-service-number): New function.
16996         (netrc-port-equal): New function.
16997         (netrc-machine): Use it.
16998
16999         * nnimap.el (nnimap-open-connection): Use netrc.
17000
17001         * gnus-util.el (gnus-netrc-get): Remove aliases.
17002
17003         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17004
17005         * assistant.el (wid-edit): Fix compilation.
17006
17007         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17008
17009 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17010
17011         * gnus-util.el (gnus-set-file-modes): New function.  (small
17012         patch).
17013
17014 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17015
17016         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17017
17018         * assistant.el (assistant-render-node): Fix up rendering and
17019         read-only text.
17020         (assistant-render-node): Reset.
17021         (assistant-make-read-only): Not sticky.
17022
17023 2004-05-20  Danny Siu  <dsiu@adobe.com>
17024
17025         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17026         centered even when gnus-auto-center-summary is t.
17027
17028 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17029
17030         * dns.el (dns-get-txt-answer): New function.
17031         (dns-read-txt): Ditto.
17032         (query-dns): Use it.
17033
17034 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17037         active for foreign groups even if the group level is higher than
17038         the specified value.
17039
17040 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17041
17042         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17043         non-active groups.
17044
17045         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17046
17047 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17048
17049         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17050
17051 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17052
17053         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17054         (spam-crm114-header, spam-crm114-spam-switch)
17055         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17056         (spam-crm114-positive-spam-header)
17057         (spam-crm114-database-directory, spam-list-of-processors)
17058         (spam-group-spam-processor-crm114-p)
17059         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17060         (spam-generic-score, spam-list-of-checks)
17061         (spam-list-of-statistical-checks, spam-registration-functions)
17062         (spam-check-crm114-headers, spam-crm114-score)
17063         (spam-check-crm114, spam-crm114-register-with-crm114)
17064         (spam-crm114-register-spam-routine)
17065         (spam-crm114-unregister-spam-routine)
17066         (spam-crm114-register-ham-routine)
17067         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17068         From asjo@koldfront.dk (Adam SjĂžgren).
17069
17070         * gnus.el: Add spam-use-crm114.
17071
17072         * spam.el (spam-list-of-processors, spam-registration-functions):
17073         Add spam-use-resend.
17074         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17075         (spam-report-articles-gmane): Add doc fix.
17076         (spam-report-articles-resend, spam-report-resend-register-routine):
17077         Add wrappers around spam-report-resend-to.
17078
17079         * spam-report.el (spam-report-resend-to, spam-report-resend):
17080         Add support for resending spam.
17081         (spam-report-gmane): Fix line length >80.
17082
17083         * gnus.el (spam-process): Add spam-use-resend.
17084
17085 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17086
17087         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17088         number of processed spam messages.
17089         (spam-ham-copy-or-move-routine): Return the number of processed
17090         ham messages.
17091         (spam-summary-prepare-exit): Use the above values to decide
17092         whether status messages shouled be displayed.
17093
17094 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17097         `rfc2047-encoding-function-alist' in order to avoid conflicting
17098         with the old version.
17099         (rfc2047-encode-region): Concatenate words containing non-ASCII
17100         characters in structured fields; don't encode space-delimited
17101         ASCII words even in unstructured fields; don't break words at
17102         char-category boundaries.
17103         (rfc2047-encode-1): New function.
17104         (rfc2047-encode): Use it; encode text so that it occupies the
17105         maximum width within 76-column; work correctly on Q encoding for
17106         iso-2022-* charsets.
17107         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17108         sure not to break a line just after the header name.
17109         (rfc2047-b-encode-region): Remove.
17110         (rfc2047-b-encode-string): New function.
17111         (rfc2047-q-encode-region): Remove.
17112         (rfc2047-q-encode-string): New function.
17113
17114         * mm-util.el (mm-replace-in-string): New function.
17115
17116 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17117
17118         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17119         Really get it right.
17120         (gnus-inews-make-draft): Really.
17121
17122 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17123
17124         * nnmh.el (nnmh-request-list-1): Don't check the link count
17125         before descending.  (small patch)
17126
17127 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17128
17129         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17130         stuff.
17131
17132         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17133         Match on real group name.
17134
17135         * gnus-art.el (gnus-signature-limit): Doc fix.
17136
17137         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17138
17139         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17140
17141 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17142
17143         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17144         isn't a string.
17145
17146 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17147
17148         * gnus-draft.el (gnus-draft-send):
17149         Bind rfc2047-encode-encoded-words.
17150
17151         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17152         (rfc2047-encodable-p): Say that =? needs encoding.
17153         (rfc2047-encode-encoded-words): New variable.
17154
17155         * gnus-group.el (gnus-group-select-group): Doc fix.
17156
17157         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17158
17159         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17160         to nil.
17161
17162         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17163
17164         * nnheader.el (nnheader-get-lines-and-char): New function.
17165
17166 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-msg.el (gnus-summary-followup-with-original):
17169         Document yanking of region when active.
17170
17171 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17174         groups if the group level is higher than the specified value.
17175
17176 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17179         (gnus-group-jump-to-group): Add prefix argument using
17180         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17181         non-active group.
17182
17183         * compface.el (uncompface): Be verbose when changing
17184         `uncompface-use-external'.
17185
17186         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17187         handle manual section.
17188
17189 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17190
17191         * gnus-art.el (gnus-button-alist): Revert previous change.
17192
17193 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17196
17197 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17200         whether backend can accept message.
17201
17202         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17203
17204 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17205
17206         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17207         Avoid creating directory when nntp-marks-is-evil is true.
17208         Reported by Reiner Steib.
17209
17210 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-picon.el (gnus-picon-style): New variable.
17213         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17214         (gnus-picon-transform-address): Support `gnus-picon-style'.
17215         From Jesper Harder <harder@ifa.au.dk>.
17216
17217 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17218
17219         * message.el (message-fill-field): Return point.
17220         (message-generate-headers): Go to end of field.
17221
17222         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17223         stuff for non-living groups.
17224
17225 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17226
17227         * gnus-art.el (gnus-article-followup-with-original)
17228         (gnus-article-reply-with-original): gnus-mark-active-p ->
17229         gnus-region-active-p.
17230
17231 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17232
17233         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17234         only when there is spam or ham to be processed.
17235
17236 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * mail-source.el (mail-source-delete-crash-box): Refactor.
17239         (mail-source-fetch): Use it.
17240         (mail-source-fetch-file): Ditto.
17241         (mail-source-fetch-directory): Run postscript in loop.
17242         (mail-source-fetch-pop): Delete.
17243         (mail-source-fetch-maildir): Ditto.
17244         (mail-source-fetch-imap): Ditto.
17245
17246         * imap.el (imap-authenticators): Comment out sasl.
17247
17248         * message.el (message-skip-to-next-address): New function.
17249         (message-fill-header-address): Refactor.
17250         (message-fill-address): Use it.
17251         (message-delete-address): Use it.
17252         (message-fill-header-general): Refactor.
17253         (message-fill-field-address): Rename.
17254         (message-narrow-to-field): Find the start of the header.
17255         (message-header-format-alist): Don't pre-fill.
17256         (message-fill-header): Remove.
17257         (message-insert-header): New function.
17258         (message-shorten-references): Use it.
17259
17260         * rfc2047.el (rfc2047-field-value): Strip props.
17261
17262         * mail-parse.el (mail-header-make-address): New alias.
17263
17264         * ietf-drums.el (ietf-drums-make-address): New function.
17265
17266         * imap.el: Add compiler directives.
17267
17268         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17269
17270         * gnus-art.el (article-decode-idna-rhs): Don't use
17271         message-idna-inside-rhs-p.
17272
17273 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17274
17275         * message.el (message-idna-inside-rhs-p): Remove.
17276         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17277
17278         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17279         false positives.
17280
17281 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17282
17283         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17284
17285 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17286
17287         * nneething.el (nneething-file-name): Don't create spurious
17288         files.
17289
17290         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17291         (gnus-inews-do-gcc): Remove sleep.
17292
17293         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17294         part under point.
17295
17296         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17297         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17298
17299 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17300
17301         * spam.el (spam-summary-prepare-exit): Fix (length).
17302
17303 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17304
17305         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17306         as expired without moving it" message when there are spam
17307         messages left.
17308
17309 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17310
17311         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17312         header is not nil.
17313
17314 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17315
17316         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17317         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17318         (nntp-marks-changed-p): New arg SERVER.
17319         (nntp-request-update-info): Adjust caller.
17320
17321 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17322
17323         * nntp.el (nntp-save-marks): Pass missing arg.
17324
17325 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17326
17327         * nntp.el: Support marks.
17328         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17329         (nntp-marks-modtime, nntp-marks-directory): New variables.
17330         (nntp-request-set-mark, nntp-request-update-info)
17331         (nntp-possibly-create-directory, nntp-marks-changed-p)
17332         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17333         New functions.
17334
17335 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17338         (gnus-xmas-redefine): Rename.
17339
17340         * gnus-score.el (gnus-score-insert-help):
17341         Use gnus-select-lowest-window.
17342
17343         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17344         appt-select-lowest-window and rename to gnus-select-lowest-window.
17345
17346         * gnus.el: do.
17347
17348 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17349
17350         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17351         encodings of MIME-encoded words, in order to improve
17352         interoperability with several broken MUAs.
17353
17354 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17355
17356         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17357         tags, only when charsets are not specified in headers.
17358         (mm-inline-text-html-render-with-w3m): Ditto.
17359
17360         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17361         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17362
17363 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17364
17365         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17366         instead of MIME-decoded from fields when checking
17367         `gnus-article-address-banner-alist'.
17368
17369 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17370
17371         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17372         description rather than subject.
17373
17374 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17375
17376         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17377
17378 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17379
17380         * gnus.el (gnus-version-number): Bump.
17381
17382 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17383
17384         * gnus.el: No Gnus v0.2 is released.
17385
17386 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17387
17388         * gnus-agent.el (gnus-agent-read-agentview):
17389         Inline gnus-uncompress-range.
17390
17391 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17392
17393         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17394         `exec-installed-p'.
17395
17396 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17397
17398         * gnus.el (spam-process, spam-autodetect-methods):
17399         Add bsfilter and bsfilter-headers.
17400
17401         * spam.el (spam-bsfilter): New customize group.
17402         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17403         (spam-bsfilter-header, spam-bsfilter-probability-header)
17404         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17405         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17406         (spam-bsfilter-database-directory): New options.
17407         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17408         (spam-list-of-statistical-checks, spam-registration-functions):
17409         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17410         (spam-bsfilter-score): New command.
17411         (spam-check-bsfilter-headers, spam-check-bsfilter)
17412         (spam-bsfilter-register-with-bsfilter)
17413         (spam-bsfilter-register-spam-routine)
17414         (spam-bsfilter-unregister-spam-routine)
17415         (spam-bsfilter-register-ham-routine)
17416         (spam-bsfilter-unregister-ham-routine): New functions.
17417         (spam-generic-score): Support bsfilter; Accept an optional argument
17418         to recalcurate spam score even if scoring header has already been
17419         added.
17420         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17421         optional argument to recalcurate spam score even if scoring header
17422         has already been added.
17423
17424 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17425
17426         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17427         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17428         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17429         link is missing.
17430
17431 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17432
17433         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17434         (html2text-get-attr): Rewrite.
17435
17436         * message.el (message-setup-1): Remove redundant put-text-property
17437         on mail-header-separator.
17438
17439 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * gnus-registry.el (gnus-registry-cache-whitespace)
17442         (gnus-registry-action, gnus-registry-spool-action)
17443         (gnus-registry-split-fancy-with-parent): Change message levels
17444         from 5 to 3 or 7, as needed.
17445
17446         * spam.el (spam-summary-prepare-exit)
17447         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17448         (spam-split, spam-find-spam, spam-log-undo-registration)
17449         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17450         level from 5 to 6.
17451
17452 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17455         2004-03-04 change).
17456
17457 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17458
17459         * sieve-manage.el (sieve-manage-open):
17460         * nnweb.el (nnweb-insert-html):
17461         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17462         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17463         * nnspool.el (nnspool-request-group):
17464         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17465         * nnml.el (nnml-request-update-info):
17466         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17467         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17468         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17469         (nnimap-request-set-mark):
17470         * nnfolder.el (nnfolder-request-update-info):
17471         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17472         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17473         * gnus-uu.el (gnus-uu-find-articles-matching):
17474         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17475         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17476         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17477         * gnus-nocem.el (gnus-nocem-scan-groups):
17478         * gnus-int.el (gnus-start-news-server):
17479         * gnus-group.el (gnus-group-make-kiboze-group)
17480         (gnus-group-browse-foreign-server):
17481         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17482         Use mapc when appropriate.
17483
17484 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17485
17486         FIXME: Make separate entries for each person.
17487
17488         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17489         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17490         <shields@msrl.com>:
17491
17492         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17493         may need for spam sorting and scoring.
17494         (spam-user-format-function-S): Add user format function suitable for
17495         general use.
17496         (spam-article-sort-by-spam-status): Add sorting function for summary
17497         sorting.
17498         (spam-extra-header-to-number): Add function to get a score from a
17499         header.
17500         (spam-summary-score): Add function to get a numeric score from the
17501         headers.
17502         (spam-generic-score): Fix function doc, was in wrong place.
17503         (spam-initialize): Take symbols when it's run, and install the
17504         extra headers that spam-necessary-extra-headers thinks we need.
17505
17506 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17509         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
17510
17511 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17512
17513         * gnus-sum.el (gnus-set-global-variables)
17514         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17515         (gnus-article-get-xrefs, gnus-summary-best-group)
17516         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17517         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17518         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17519         Use with-current-buffer.
17520
17521 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * spam.el (spam-summary-prepare-exit): Simplify logic.
17524         (spam-fetch-article-header): Read the article header if it's not
17525         available.
17526         (spam-list-articles): Simplify logic.
17527         (spam-filelist-register-routine): Fix bug with unregister-list.
17528
17529         * gnus-registry.el: Fix comments at beginning.
17530
17531 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17532
17533         * message.el (message-cater-to-broken-inn): Remove.
17534         (message-shorten-references): Make sure the total folded length of
17535         References is shorter than 998 characters to cater to a bug in INN
17536         2.3.  Also, don't pretend that references aren't folded -- this
17537         hasn't worked for a while.
17538
17539 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17540
17541         * gnus-agent.el (gnus-agentize):
17542         gnus-agent-send-mail-real-function no longer set to current value
17543         of message-send-mail-function but rather a lambda that calls
17544         message-send-mail-function.  The change makes the agent real-time
17545         responsive to user changes to message-send-mail-function.
17546
17547 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17548
17549         * legacy-gnus-agent.el
17550         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17551         help from Florian Weimer <fw@deneb.enyo.de>
17552
17553 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * nnmail.el (nnmail-cache-insert): Revert last change.
17556
17557 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * nnmail.el (nnmail-cache-insert): Always check whether
17560         nnmail-cache-ignore-groups matches a group name.
17561
17562 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17563
17564         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17565         (spam-find-spam, spam-log-processing-to-registry)
17566         (spam-log-registered-p, spam-log-unregistration-needed-p)
17567         (spam-log-undo-registration): Use gnus-message instead of
17568         gnus-error, none of these errors are fatal.
17569
17570         * gnus-registry.el (gnus-registry-clean-empty-function)
17571         (gnus-registry-clean-empty): Remove only empty entries without
17572         extra data.
17573
17574 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17575
17576         * spam-stat.el (spam-stat-buffer-change-to-spam)
17577         (spam-stat-buffer-change-to-non-spam): Change (error) to
17578         (gnus-message 8) invocation.
17579
17580 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * nntp.el (nntp-via-netcat-command): New variable.
17583         (nntp-via-netcat-switches): New variable.
17584         (nntp-open-via-rlogin-and-netcat): New function.
17585         (nntp-open-connection-function): Doc fix.
17586         (nntp-telnet-command): Doc fix.
17587         (nntp-end-of-line): Doc fix.
17588         (nntp-via-rlogin-command): Doc fix.
17589         (nntp-via-user-name): Doc fix.
17590         (nntp-via-address): Doc fix.
17591
17592 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17595         error in Emacs 21.1.
17596
17597 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17600
17601 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17602
17603         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17604         (gnus-agent-with-refreshed-group): New macro.
17605         (gnus-agent-rename-group): New function.
17606         (gnus-agent-delete-group): New function.
17607         (gnus-agent-save-group-info): Use gnus-command-method when
17608         `method' parameter is nil.  Don't write nil entries into the
17609         active file.
17610         (gnus-agent-get-group-info): New function.
17611         (gnus-agent-fetch-articles):
17612         Use gnus-agent-update-files-total-fetched-for to increment disk space
17613         used.
17614         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17615         Use gnus-agent-update-view-total-fetched-for to increment disk space
17616         used.
17617         (gnus-agent-get-local): Add optional parameters to avoid calling
17618         gnus-group-real-name and gnus-find-method-for-group.
17619         (gnus-agent-set-local): Delete stored entry if either min, or max,
17620         are nil.
17621         (gnus-agent-fetch-session): Reworded error/quit messages.
17622         On quit, use gnus-agent-regenerate-group to record existance of any
17623         articles fetched to disk before the quit occurred.
17624         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17625         gnus-agent-update-view-total-fetched-for, and
17626         gnus-agent-update-files-total-fetched-for to decrement disk space
17627         used.
17628         (gnus-agent-retrieve-headers):
17629         Use gnus-agent-update-view-total-fetched-for to increment disk space
17630         used.
17631         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17632         with gnus-agent-update-files-total-fetched-for to decrement disk
17633         space and fresh group buffer.
17634         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17635         (gnus-agent-need-update-total-fetched-for): New variable.
17636         (gnus-agent-update-files-total-fetched-for): New function.
17637         (gnus-agent-update-view-total-fetched-for): New function.
17638         (gnus-agent-total-fetched-for): New function.
17639
17640         * gnus-cache.el (gnus-cache-save-buffers):
17641         Use gnus-cache-update-overview-total-fetched-for to change disk space
17642         used by this group.
17643         (gnus-cache-possibly-enter-article):
17644         Use gnus-cache-update-file-total-fetched-for to increment disk space
17645         used by this group.
17646         (gnus-cache-possibly-remove-article):
17647         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17648         used by this group.
17649         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17650         (gnus-cache-rename-group): New function.
17651         (gnus-cache-delete-group): New function.
17652         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17653         (gnus-cache-need-update-total-fetched-for): New variable.
17654         (gnus-cache-with-refreshed-group): New macro.
17655         (gnus-cache-update-file-total-fetched-for): New function.
17656         (gnus-cache-update-overview-total-fetched-for): New function.
17657         (gnus-cache-rename-group-total-fetched-for): New function.
17658         (gnus-cache-delete-group-total-fetched-for): New function.
17659         (gnus-cache-total-fetched-for): New function.
17660
17661         * gnus-group.el: Require gnus-sum and autoload functions to
17662         resolve warnings when gnus-group.el compiled alone.
17663         (gnus-group-line-format): Documented new %F.
17664         (size of Fetched data) group line format; identifies disk space
17665         used by agent and cache.
17666         (gnus-group-line-format-alist): Defined new F format.
17667         (gnus-total-fetched-for): New function.
17668         (gnus-group-delete-group): No longer update
17669         gnus-cache-active-altered as gnus-request-delete-group now keeps
17670         the cache in sync.
17671         (gnus-group-list-active): Let the agent store a server's active
17672         list if currently plugged.
17673
17674         * gnus-int.el (gnus-request-delete-group):
17675         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17676         local disk in sync with the server.
17677         (gnus-request-rename-group):
17678         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17679         local disk in sync with the server.
17680
17681         * gnus-start.el (gnus-get-unread-articles):
17682         Cosmetic simplification to logic.
17683
17684         * gnus-util.el (gnus-rename-file): New function.
17685
17686 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17687
17688         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17689
17690 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17691
17692         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17693         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17694
17695 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17696
17697         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17698         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17699
17700 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17701
17702         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17703
17704 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17705
17706         * spam.el (spam-set-difference): Add function to replace
17707         gnus-set-difference in spam.el.
17708         (spam-summary-prepare-exit): Use spam-set-difference.
17709
17710 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         * gnus-registry.el (gnus-registry-cache-file): Update to use
17713         gnus-dribble-directory OR gnus-home-directory OR ~.
17714         (gnus-registry-split-fancy-with-parent): Fix doc.
17715
17716 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * message.el (message-exchange-point-and-mark):
17719         Use message-mark-active-p.  Suggested by Jesper Harder
17720         <harder@ifa.au.dk>.
17721
17722 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * message.el (message-exchange-point-and-mark): Don't activate
17725         region if it was inactive.  Suggested by Hiroshi Fujishima
17726         <pooh@nature.tsukuba.ac.jp>.
17727
17728 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-art.el (article-display-face): Display Faces in the same
17731         order as X-Faces.
17732
17733 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17736
17737 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17740         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17741         (gnus-article-mime-hierarchy): Remove.
17742         (gnus-article-mime-hierarchy-next): Remove.
17743         (gnus-article-mode): Revert 2004-03-19 change.
17744         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17745         (gnus-insert-mime-button): Revert 2004-03-19 change.
17746         (gnus-mime-accumulate-hierarchy): Remove.
17747         (gnus-mime-enter-multipart): Remove.
17748         (gnus-mime-leave-multipart): Remove.
17749         (gnus-mime-display-part): Revert 2004-03-19 change.
17750         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17751
17752         * mml.el (mml-preview): Revert 2004-03-19 change.
17753
17754 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17755
17756         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17757
17758 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17761         t while entering a file name using the mm-with-multibyte macro.
17762         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17763
17764         * mm-util.el (mm-with-multibyte): New macro.
17765
17766 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17769         New user option.
17770         (gnus-mime-multipart-functions): Doc and customization fix.
17771         (gnus-article-mime-hierarchy): New variable.
17772         (gnus-article-mime-hierarchy-next): New variable.
17773         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17774         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17775         gnus-article-mime-hierarchy-next to nil.
17776         (gnus-insert-mime-button): Show hierarchy numbers.
17777         (gnus-mime-accumulate-hierarchy): New function.
17778         (gnus-mime-enter-multipart): New function.
17779         (gnus-mime-leave-multipart): New function.
17780         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17781         (gnus-mime-display-alternative): Show hierarchy numbers.
17782
17783         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17784         gnus-article-mime-hierarchy-next to nil.
17785
17786 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17787
17788         * dns.el: Don't require gnus-xmas.
17789
17790 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17791
17792         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17793         inline PGP.
17794         (mml-menu): Disable mml-quote-region if mark is inactive.
17795
17796 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17799         when the group's active is not available.
17800
17801 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17804         error.
17805
17806 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17807
17808         * imap.el (imap-store-password): New variable.
17809         (imap-interactive-login): Use it.
17810         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17811
17812 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17815         window-start and hscroll to summary window.
17816
17817 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17818
17819         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17820         conversion message to newsrc-dribble when an actual conversion is
17821         performed.
17822
17823 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17824
17825         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17826
17827 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * mm-decode.el (mm-complicated-handles): New function reviving
17830         former definition of mm-multiple-handles.
17831
17832         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17833         (gnus-mime-delete-part): Use it.
17834
17835 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17836
17837         * gnus-agent.el (gnus-agent-read-local):
17838         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17839         avoid the implicit assumption that they will always be equal.
17840         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17841         coding-system-for-write, as the with-temp-file macro first prints
17842         to a buffer then saves the buffer.
17843
17844 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-art.el (gnus-article-edit-part): New function.
17847         (gnus-mime-save-part-and-strip): Use it; do query instead of
17848         signaling an error; don't use mm-multiple-handles.
17849         (gnus-mime-delete-part): Ditto.
17850
17851 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17852
17853         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17854         old file versions.
17855         (gnus-group-prepare-hook): Remove function that converted list
17856         form of gnus-agent-expire-days to group properties.
17857
17858         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17859         (gnus-request-accept-article): Re-indented.
17860
17861         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17862         converters to handle old agent file formats.  Add logic for a
17863         "backup before upgrading warning".
17864         (gnus-convert-mark-converter-prompt): Developers can mark
17865         functions as needing (default), or not needing,
17866         gnus-convert-old-newsrc's "backup before upgrading warning".
17867         (gnus-convert-converter-needs-prompt): Tests whether the user
17868         should be protected from potentially irreversable changes by the
17869         function.
17870
17871         * legacy-gnus-agent.el: New.  Provides converters that are only
17872         loaded when gnus-convert-old-newsrc needs to call them.
17873
17874 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * mail-source.el (mail-source-touch-pop): Doc fix.
17877
17878         * message.el (message-smtpmail-send-it): Doc fix.
17879
17880 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17881
17882         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17883
17884         * nnmail.el (nnmail-split-fancy): do.
17885
17886         * gnus-kill.el (gnus-kill, gnus-execute): do.
17887
17888 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17889
17890         * gnus-sum.el (gnus-widget-reversible-match)
17891         (gnus-widget-reversible-to-internal)
17892         (gnus-widget-reversible-to-external): New functions.
17893         (gnus-widget-reversible): New widget.
17894         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17895
17896 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17897
17898         * gnus-sum.el (gnus-thread-sort-functions)
17899         (gnus-article-sort-functions): Document `(not F)' items.
17900
17901 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17902
17903         * spam.el (spam-use-gmane-xref): Add new backend.
17904         (spam-gmane-xref-spam-group): Add variable to control the name of the
17905         Gmane spam group.
17906         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17907         (spam-regex-headers-spam, spam-regex-headers-ham)
17908         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17909         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17910         backends and checks.
17911         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17912
17913         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17914         an autodetect method.
17915
17916 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17917
17918         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17919         articles are being added to a group.
17920         (gnus-request-replace-article): Inform the agent that articles
17921         need to be uncached as the cached contents are no longer valid.
17922
17923 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * binhex.el: Don't autoload executable-find.
17926
17927         * canlock.el: Don't autoload mail-fetch-field.
17928
17929         * dgnushack.el: Autoload c-mode for XEmacs.
17930
17931         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17932
17933         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17934         rmail-dont-reply-to and rmail-output.
17935
17936         * gnus-score.el: Don't autoload ffap-string-at-point.
17937
17938         * gnus-setup.el: Don't autoload sc-cite-original.
17939
17940         * imap.el: Don't autoload base64-decode-string,
17941         base64-encode-string and md5.
17942
17943         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17944         and rmail-msg-restore-non-pruned-header.
17945
17946         * mm-decode.el: Don't autoload executable-find.
17947
17948         * mm-url.el: Don't autoload executable-find.
17949
17950         * mm-view.el: Don't autoload diff-mode.
17951
17952         * nndb.el: Don't autoload news-reply-mode, news-setup,
17953         cancel-timer and telnet.
17954
17955         * password.el: Don't autoload run-at-time for Emacs.
17956
17957         * sha1-el.el: Don't autoload executable-find.
17958
17959         * sieve-mode.el: Don't autoload c-mode.
17960
17961         * uudecode.el: Don't autoload executable-find.
17962
17963 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17964
17965         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17966         (gnus-agent-possibly-alter-active): Avoid null in numeric
17967         comparison.
17968         (gnus-agent-set-local): Refuse to save null in local object table.
17969         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17970         list of articles that will be marked as unread.
17971
17972 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17975
17976 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17979         language tags.
17980
17981 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17982
17983         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17984         Don't bind "obarray".
17985
17986         * gnus-sum.el (gnus-thread-sort-functions):
17987         Add `gnus-thread-sort-by-most-recent-number' and
17988         `gnus-thread-sort-by-most-recent-date'.
17989         Reported by Kai Grossjohann <kai@emptydomain.de>.
17990
17991 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17994
17995 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17996
17997         * gnus-cus.el (gnus-agent-customize-category):
17998         Remove ignore-errors macro reference that required cl to be loaded at
17999         run-time.
18000
18001         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18002         single-interval range of the form (min . max).  Previously the
18003         range had to look like ((min . max)).  Likewise, return
18004         (min . max) rather than ((min . max)).
18005         (gnus-range-map): Use gnus-range-normalize to accept
18006         single-interval range.
18007
18008         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18009         the cache, but not the agent, now appear with their usual face.
18010
18011         * dgnushack.el (loaddir): New variable that is bound to the
18012         directory containing the dgnushack.el file. Use loaddir, rather
18013         than srcdir, to update load-path. Change lets dgnushack compile
18014         code in directories other than GNUS/lisp.
18015
18016 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * lpath.el: Don't bind w3m-safe-url-regexp.
18019
18020         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18021         w3m-safe-url-regexp variable buffer-local.
18022
18023         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18024
18025 2004-02-27  Simon Josefsson  <jas@extundo.com>
18026
18027         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18028         gnus-group-real-prefix.
18029         (gnus-summary-move-article): Use it, instead of
18030         gnus-group-real-prefix.
18031
18032 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * lpath.el: Bind w3m-safe-url-regexp.
18035
18036         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18037         w3m-safe-url-regexp variable buffer-local and set it as the value
18038         of mm-w3m-safe-url-regexp.
18039
18040         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18041
18042         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18043         parsing gnus-posting-styles when the message is not for replying.
18044
18045         * dgnushack.el: Autoload sgml-mode for XEmacs.
18046
18047         * nnrss.el (nnrss-opml-export):
18048         Use mm-set-buffer-file-coding-system instead of
18049         set-buffer-file-coding-system.
18050
18051 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18052
18053         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18054         of checkdoc.el).
18055         * nnrss.el: do.
18056         * gnus-mlspl.el: do.
18057         * gnus-ml.el: do.
18058         * gnus-srvr.el: do.
18059
18060         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18061
18062 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18063
18064         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18065         Corrections to custom-manual links.
18066
18067         * gnus-art.el (gnus-article): Ditto.
18068
18069         * mm-decode.el (mime-display, mime-security): Ditto.
18070
18071 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18072
18073         * flow-fill.el: Typo.
18074
18075 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18076
18077         * spam-wash.el: New file.
18078
18079 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18080
18081         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18082
18083 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18084
18085         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18086         to be run with new-articles as LIST1, not LIST2.
18087         (spam-registration-functions): Add spam-use-ham-copy as a nil
18088         registration backend.
18089
18090 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18091
18092         * spam-stat.el (spam-stat-washing-hook): New option.
18093         (spam-stat-buffer-words): Use it.
18094         (spam-stat-process-directory, spam-stat-test-directory):
18095         Use insert-file-contents-literally.
18096         (spam-stat-coding-system): New variable.
18097         (spam-stat-load, spam-stat-save): Use it.
18098
18099 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18100
18101         * spam-report.el (spam-report-plug-agent):
18102         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18103
18104 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18105
18106         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18107         Allow / in mailto URLs.
18108
18109 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18110
18111         * spam-report.el (spam-report-process-queue): Fix interactive use.
18112         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18113         (spam-report-unplug-agent): Doc fixes.
18114         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18115         (spam-report-agentize, spam-report-deagentize): Autoload.
18116
18117 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18120
18121         * message.el (message-setup-fill-variables): Add mml tags to
18122         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18123         <ajk@iu.edu>.
18124         (message-mode): Don't modify paragraph-separate there.
18125
18126 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * compface.el (uncompface-use-external): Default to undecided.
18129         (uncompface-use-external-threshold): New variable.
18130         (uncompface-float-time): New macro.
18131         (uncompface): Determine whether to use the external decoder if
18132         uncompface-use-external is undecided.
18133
18134 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18137         after images.
18138
18139         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18140
18141 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18142
18143         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18144
18145         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18146
18147         * gnus-sum.el (gnus-summary-limit-to-age)
18148         (gnus-summary-limit-children): do.
18149
18150         * gnus-int.el (gnus-request-scan): do.
18151
18152         * gnus-group.el (gnus-group-suspend): do.
18153
18154         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18155
18156         * gnus-cite.el (gnus-cite-parse-attributions): do.
18157
18158         * gnus-agent.el (gnus-summary-set-agent-mark)
18159         (gnus-agent-regenerate-group): do.
18160
18161         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18162
18163         * binhex.el (binhex-decode-region-internal): do.
18164
18165 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * gnus-fun.el (gnus-face-properties-alist): New user option.
18168         (gnus-display-x-face-in-from): Use it.
18169
18170         * gnus-art.el (article-display-face): Ditto.
18171
18172         * compface.el (uncompface-use-external): Default to nil.
18173
18174 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18175
18176         * nntp.el (nntp-erase-buffer): New function.
18177         (nntp-retrieve-data, nntp-send-command)
18178         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18179         (nntp-possibly-change-group): Use it.
18180
18181         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18182         Use with-current-buffer.
18183
18184 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18185
18186         * compface.el: Merge the ELisp-based uncompface program.
18187         (compface): New customization group.
18188         (uncompface-use-external): New user option.
18189         (uncompface): Call uncompface-internal if uncompface-use-external
18190         is nil.
18191         (uncompface-internal): New function.  Note that there are also
18192         some other functions and variables added for this function.
18193
18194 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18195
18196         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18197         if necessary.
18198
18199 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18200
18201         * spam-report.el (spam-report-unplug-agent)
18202         (spam-report-plug-agent, spam-report-deagentize)
18203         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18204         Add support for the Agent in spam-report: when unplugged, report to a
18205         file; when plugged, submit all the requests.
18206
18207         * spam.el (spam-register-routine): Fix message about
18208         registration.
18209
18210 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18211
18212         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18213         dependencies.
18214         (rfc2047-encode): Use it.
18215
18216         * gnus-art.el (gnus-button-marker-list): Move before first
18217         reference.
18218
18219         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18220         (imap-parse-body): Fix format string mismatch.
18221
18222         * gnus-score.el (gnus-summary-increase-score): do.
18223
18224         * nnrss.el (nnrss-close): New function.
18225
18226 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18227
18228         * nnrss.el (nnrss-make-filename): New function.
18229         (nnrss-request-delete-group, nnrss-read-server-data)
18230         (nnrss-save-server-data, nnrss-read-group-data)
18231         (nnrss-save-group-data): Use it.
18232         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18233         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18234         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18235
18236 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18237
18238         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18239
18240 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18241
18242         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18243         files.
18244
18245         * message.el (message-generate-headers-first): Don't quote nil
18246         and t in docstrings.
18247
18248         * imap.el (imap-id): do.
18249
18250         * gnus-agent.el (gnus-agent-consider-all-articles)
18251         (gnus-agent-queue-mail): do.
18252
18253 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * spam-report.el (spam-report-process-queue): New function.
18256         Process requests from `spam-report-requests-file'.
18257         (spam-report-process-queue): Doc fix.
18258
18259 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18260
18261         * spam.el (spam-register-routine)
18262         (spam-log-processing-to-registry, spam-log-registered-p)
18263         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18264         Change "check" to "spam-check" for semi-clarity.
18265
18266 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18267
18268         * pop3.el: Require nnheader.
18269
18270         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18271
18272         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18273
18274         * gnus-picon.el: Require cl.
18275
18276         * gnus-fun.el: Require gnus-ems and gnus-util.
18277
18278         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18279
18280         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18281
18282         * gnus-art.el (gnus-article-edit-mode): Define before first
18283         reference.
18284
18285 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18286
18287         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18288         (gnus-uu-post-encoded): Use point-at-bol.
18289
18290         * gnus-topic.el (gnus-group-active-topic-p): do.
18291
18292         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18293
18294         * gnus-group.el (gnus-group-kill-region): do.
18295
18296         * gnus-art.el (article-date-ut): do.
18297
18298         * message.el (message-fetch-field): Remove redundant
18299         case-fold-search binding.
18300         (message-narrow-to-field): Simplify.
18301
18302 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * spam.el (spam-directory): Derive from `gnus-directory'.
18305
18306         * spam-report.el (spam-report-url-to-file)
18307         (spam-report-requests-file): New function and variable for offline
18308         reporting.
18309         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18310         and user defined function.
18311         (spam-report-url-ping-mm-url): Remove doubled slash.
18312
18313 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18314
18315         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18316
18317 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18318
18319         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18320         Fix format string mismatch.
18321
18322         * sieve.el (sieve-deactivate-all): do.
18323
18324         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18325
18326         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18327
18328         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18329
18330         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18331
18332 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18333
18334         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18335         the list of checks.
18336
18337 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18338
18339         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18340         padding.
18341
18342 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18343
18344         * mm-view.el (mm-fill-flowed): New variable.
18345         (mm-inline-text): Use it.
18346
18347 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18348
18349         * spam.el (spam-spamassassin-register-ham-routine)
18350         (spam-spamassassin-register-spam-routine): Fix function names.
18351
18352 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus.el (gnus-tmp-grouplens): Remove.
18355         (gnus-summary-line-format): Remove grouplens.
18356
18357         * gnus-group.el (gnus-group-line-format): Ditto.
18358
18359         * gnus-spec.el (gnus-format-specs): Ditto.
18360         (gnus-update-format-specifications): Flush the group format spec
18361         cache if there's the grouplens stuff.
18362         (gnus-parse-simple-format): Replace %l with the empty string.
18363
18364 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18365
18366         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18367         omission.
18368
18369 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18372         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18373
18374 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18375
18376         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18377         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18378         New macros and functions.
18379         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18380         Handle > NLINK_MAX messages.
18381         * nnmaildir.el (nnmaildir-request-set-mark):
18382         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18383
18384 2004-01-25  Alex Schroeder  <alex@gnu.org>
18385
18386         * spam-stat.el (spam-stat-process-directory-age): New option.
18387         (spam-stat-process-directory): Use it.
18388
18389 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18390
18391         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18392         (spam-stat-save): Accept prefix argument.
18393
18394 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18395
18396         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18397         links" error.
18398
18399 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18402         the rest of the and/or forms.
18403
18404 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18405
18406         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18407         compatibility with old .newsrc.eld files.
18408
18409         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18410
18411         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18412
18413         * gnus-start.el (gnus-1): do.
18414
18415         * gnus-group.el (gnus-group-line-format-alist): do.
18416
18417         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18418
18419         * gnus-gl.el: Remove.
18420
18421 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18422
18423         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18424         marks consisting of a single range {for example, (3 . 5)} rather
18425         than a list of a single range { ((3 . 5)) }.
18426
18427 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18430         Use with-current-buffer.
18431         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18432         avoid consing a string.
18433
18434         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18435         Remove obsolete entries for big5 and gb2312.
18436
18437 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18438
18439         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18440         uncompressed list.
18441
18442 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18443
18444         * spam-stat.el (spam-stat-strip-xref): New function.
18445         (spam-stat-process-directory): Use it.
18446
18447         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18448         here -- it's done in message-fetch-field.
18449
18450 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18451
18452         * gnus-agent.el (gnus-agent-queue-mail)
18453         (gnus-agent-prompt-send-queue): New variables.
18454         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18455         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18456         "nndraft:queue" along to gnus-draft-send.
18457         Use gnus-agent-prompt-send-queue.
18458         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18459         is "nndraft:queue".  Suggested by Gaute Strokkenes
18460         <gs234@srcf.ucam.org>
18461
18462         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18463         (agent-enable-undownloaded-faces): Add.
18464         (gnus-agent-cat-groups): Use eval-and-compile, not
18465         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18466         method of gnus-agent-cat-groups even when the buffer has been
18467         evaled.
18468         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18469         delete gnus-agent-save-active-1.
18470         (gnus-agent-save-groups): Delete.  Identical to
18471         gnus-agent-save-active.
18472         (gnus-agent-write-active): No longer adjust agent's copy of active
18473         file as agent's adjustments are now stored in their own
18474         file.  Remove optional parameter.
18475         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18476         servers.  Add use of min/max range limits from server's local
18477         file.
18478         (gnus-agent-save-alist): Remove unused optional argument.
18479         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18480         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18481         (gnus-agent-set-local): A per-server file that keeps min/max range
18482         limits for articles known to the agent.  Provides a fast mechanism
18483         for altering many active ranges.
18484         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18485         active file (local makes it unnecessary).
18486         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18487
18488         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18489         (agent-enable-undownloaded-faces): Add.
18490
18491         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18492         disable it when sending to "nndraft:queue".
18493         (gnus-group-send-queue): Add safety check to avoid sending queue
18494         when unplugged.
18495
18496         * gnus-group.el (gnus-group-catchup): Use new
18497         gnus-sequence-of-unread-articles, not
18498         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18499         numbers of articles.  Use gnus-range-map to avoid having to
18500         uncompress the unread list.
18501         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18502         Fix invalid ange-ftp reference.
18503
18504         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18505         (gnus-sorted-range-intersection): Intersection of two ranges
18506         without requiring that they first be uncompressed.
18507
18508         * gnus-start.el (gnus-activate-group): Unless blocked by the
18509         caller, possibly expand the active range to include both cached
18510         and agentized articles.
18511         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18512         multiple version-dependent converters.
18513         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18514         gnus-agent-save-active.
18515         (gnus-save-newsrc-file): Save dirty agent range limits.
18516
18517         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18518         gnus-agent-possibly-alter-active.
18519         (gnus-adjust-marked-articles): Faster handling of simple lists.
18520
18521 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18522
18523         * spam-stat.el (spam-stat-test-directory): New optional argument
18524         displays a list of files detected.  Suggested by Andrew Cohen
18525         <cohen@andy.bu.edu>.
18526         (spam-stat-buffer-words-with-scores): Don't narrow and change
18527         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18528
18529 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18530
18531         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18532         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18533         (spam-spamassassin-arguments)
18534         (spam-spamassassin-spam-flag-header)
18535         (spam-spamassassin-positive-spam-flag-header)
18536         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18537         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18538         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18539         (spam-list-of-processors, spam-list-of-checks)
18540         (spam-list-of-statistical-checks, spam-registration-functions)
18541         (spam-check-spamassassin-headers, spam-check-spamassassin)
18542         (spam-spamassassin-score)
18543         (spam-spamassassin-register-with-sa-learn)
18544         (spam-spamassassin-register-spam-routine)
18545         (spam-spamassassin-register-ham-routine)
18546         (spam-assassin-register-spam-routine)
18547         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18548         (spam-bogofilter-score): Fix to show article before scoring.
18549
18550 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18551
18552         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18553         default scoring function.
18554         (spam-generic-score): Call spam-spamassassin-score if
18555         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18556         spam-bogofilter-score otherwise.
18557
18558         * gnus.el (spam-process, spam-autodetect-methods):
18559         Add spamassassin and spamassassin-headers.
18560
18561 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18562
18563         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18564         Suppress unnecessary messages.
18565
18566 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18569         make-hash-table.
18570
18571 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * canlock.el (base64-encode-string): Don't autoload it.
18574
18575 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * run-at-time.el: Remove useless (require 'itimer),
18578         eval-and-compile and (featurep 'xemacs).
18579
18580 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18581
18582         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18583         GROUP is a virtual group.
18584
18585 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18586
18587         * gnus.el: Autoload `message-y-or-n-p'.
18588
18589 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18590
18591         * pgg-parse.el: Remove unnecessary (require 'custom).
18592
18593         * pgg-def.el: do.
18594
18595         * nnmail.el: do.
18596
18597         * gnus-undo.el: do.
18598
18599         * gnus-picon.el: do.
18600
18601         * gnus-util.el: do.
18602
18603 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18606
18607 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18610         handle, as well as a list.
18611
18612         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18613         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18614         (mm-w3m-cid-retrieve): Simplify.
18615
18616 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18617
18618         * message.el (message-kill-to-signature): Allow prefix arg to
18619         specify number of lines to keep before signature.
18620
18621 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18622
18623         * message.el (message-kill-to-signature): Change docstring.
18624
18625 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * canlock.el: Always require sha1-el.
18628         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18629
18630         * message.el: Autoload sha1 only when compiling.
18631
18632         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18633         eudc-expand-inline for XEmacs.
18634
18635 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * message.el (message-canlock-generate): Require sha1-el.
18638
18639 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * message.el (message-expand-name): Silence the byte compiler.
18642
18643         * lpath.el: Add detect-coding-system.
18644
18645         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18646         cus-edit.
18647
18648 2004-01-13  Simon Josefsson  <jas@extundo.com>
18649
18650         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18651         Invoke gnus-score-mode.
18652         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
18653
18654         * gnus-range.el (gnus-compress-sequence): Doc fix.
18655         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18656
18657 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18660
18661 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18662
18663         * spam.el (spam-get-article-as-string): Update to use
18664         gnus-request-article-this-buffer, much simpler.
18665         (spam-get-article-as-buffer): Remove.
18666
18667 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18668
18669         * message.el (message-expand-name): Use EUDC if the user uses that.
18670
18671 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18672
18673         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18674         character for the encoding to avoid consing a string.
18675
18676         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18677         unnecessarily.
18678
18679         * mm-util.el (mm-replace-chars-in-string): Remove.
18680
18681         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18682         of mm-replace-chars-in-string.
18683
18684 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18685
18686         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18687
18688         * mm-util.el (mm-subst-char-in-string): Support inplace.
18689
18690         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18691         a new string in every iteration.  Use shy groups.
18692
18693 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18694
18695         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18696         * gnus-soup.el (gnus-soup-group-brew):
18697         * gnus-msg.el (gnus-put-message):
18698         * gnus-move.el (gnus-group-move-group-to-server):
18699         * gnus-kill.el (gnus-batch-score):
18700         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18701         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18702         (gnus-group-update-group, gnus-group-read-group)
18703         (gnus-group-make-group, gnus-group-make-help-group)
18704         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18705         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18706         (gnus-group-sort-by-unread, gnus-group-catchup)
18707         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18708         (gnus-group-yank-group, gnus-group-set-info)
18709         (gnus-group-list-groups):
18710         * gnus.el (gnus-generate-new-group-name):
18711         * gnus-delay.el (gnus-delay-send-queue):
18712         * nnvirtual.el (nnvirtual-catchup-group):
18713         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18714         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18715         (gnus-group-prepare-topics, gnus-topic-check-topology):
18716         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18717         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18718         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18719         (gnus-group-make-articles-read):
18720         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18721         (gnus-group-change-level, gnus-kill-newsgroup)
18722         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18723         (gnus-get-unread-articles, gnus-make-articles-unread)
18724         (gnus-make-ascending-articles-unread): Use accessor
18725         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18726         to get group information for improved readability.
18727
18728
18729 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18730
18731         * gnus-art.el (article-decode-mime-words, article-babel)
18732         (gnus-article-highlight-signature, gnus-article-add-buttons)
18733         (gnus-signature-toggle): Use gnus-with-article-buffer.
18734
18735         * gnus-art.el (gnus-article-highlight-headers)
18736         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18737
18738         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18739         (gnus-article-set-globals, gnus-request-article-this-buffer)
18740         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18741         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18742         (gnus-mime-display-alternative): Use with-current-buffer.
18743
18744 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18745
18746         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18747         also under 80 char limit, and call gnus-error if needed.
18748         (spam-fetch-article-header): Fix - it was a
18749         buffer-local variable (gnus-newsgroup-data).
18750         (spam-find-spam): Use spam-generate-fake-headers, forget about
18751         spam-insert-fake-headers.
18752         (spam-insert-fake-headers): Remove.
18753
18754 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18755
18756         * deuglify.el (gnus-article-outlook-unwrap-lines)
18757         (gnus-outlook-rearrange-article)
18758         (gnus-outlook-repair-attribution-outlook)
18759         (gnus-outlook-repair-attribution-block)
18760         (gnus-outlook-repair-attribution-other): Remove redundant
18761         save-excursion.
18762
18763 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18764
18765         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18766         (spam-fetch-field-subject-fast)
18767         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18768         (spam-fetch-article-header): Add functions to deal with Gnus
18769         internals for fast retrieval of article header data.
18770         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18771
18772 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18773
18774         * pop3.el (pop3-md5): Remove.
18775         (pop3-apop): Replace pop3-md5 with md5.
18776
18777         * mm-bodies.el: base64 is always built-in.
18778
18779         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18780         Use with-current-buffer.
18781
18782 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * canlock.el (canlock-insert-header): Remove excessive grouping in
18785         regexp.
18786
18787         * gnus-sum.el (gnus-summary-read-document): Ditto.
18788
18789         * gnus-uu.el (gnus-uu-part-number): Ditto.
18790
18791         * html2text.el (html2text-remove-tags): Ditto.
18792         (html2text-format-tags): Ditto.
18793         (html2text-format-single-elements): Ditto.
18794
18795         * mml.el (mml-parse-1): Ditto.
18796
18797 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18798
18799         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18800
18801         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18802
18803         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18804
18805         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18806
18807 2003-11-15  Simon Josefsson  <jas@extundo.com>
18808
18809         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18810         (pgg-gpg-lookup-key): Use regexp match instead of
18811         split-string (split-string is different between emacs 21.2 and
18812         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18813
18814 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18815
18816         * gnus-art.el (gnus-mime-view-all-parts)
18817         (gnus-article-part-wrapper, gnus-article-view-part):
18818         Use with-current-buffer.
18819
18820 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18821
18822         * spam.el (spam-disable-spam-split-during-ham-respool)
18823         (spam-spamoracle-database, spam-cache-lookups)
18824         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18825         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18826         (spam-group-ham-marks, spam-group-spam-marks)
18827         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18828         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18829         also add spam-use-blackholes to the statistical checks.
18830         (spam-fetch-field-fast): Add interface to fetching fields, may
18831         become a macro.
18832         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18833         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18834         (spam-insert-fake-headers): Fake an article when needed.
18835         (spam-find-spam): Fake article when possible.
18836         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18837         (spam-check-bogofilter-headers): Use message-fetch-field instead
18838         of nnmail-fetch-field.
18839
18840 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18841
18842         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18843
18844 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18845
18846         * spam.el (spam-split): Do not require spam-use-CHECK to be
18847         enabled if that check is passed to spam-split explicitly; also
18848         fix so 'spam doesn't get converted to spam-split-group when
18849         spam-split-symbolic-return is t.
18850         (spam-find-spam): Find registrations of the article and use those
18851         instead of re-running spam-split to find the spam/ham
18852         classification of the article.
18853         (spam-log-processing-to-registry, spam-log-registered-p)
18854         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18855         Use gnus-error instead of gnus-message.
18856         (spam-log-registration-type): Add function to determine the
18857         classification of a message based on registry entries; will
18858         return nil if both 'spam and 'ham are found.
18859         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18860         a reasonably fast local cache without the loading errors.
18861         (spam-cache-lookups): Set to t by default.
18862         (spam-find-spam): Don't try to guess spam-cache-lookups.
18863         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18864         spam-caches entry.
18865         (spam-filelist-build-cache, spam-filelist-check-cache):
18866         Fix caching of whitelist/blacklist entries.
18867         (spam-check-whitelist, spam-check-blacklist):
18868         Invoke spam-from-listed-p with a type, not a cache variable.
18869         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18870
18871 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18874
18875         * nnmail.el (nnmail-split-fancy): do.
18876
18877         * mml.el (mml-parse): do.
18878
18879         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18880         (gnus-score-adaptive): do.
18881
18882 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18885         (gnus-mime-button-map): Don't set keymap parent.
18886         (gnus-button-ctan-directory-regexp): Use shy grouping.
18887         (gnus-prev-page-map): Don't set keymap parent.
18888         (gnus-prev-page-map): Remove duplicated one.
18889         (gnus-next-page-map): Don't set keymap parent.
18890         (gnus-mime-security-button-map): Ditto.
18891
18892         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18893         version number.
18894
18895         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18896
18897 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * canlock.el (canlock-sha1-function): Remove.
18900         (canlock-sha1-function-for-verify): Remove.
18901         (canlock-openssl-program): Remove.
18902         (canlock-openssl-args): Remove.
18903         (canlock-ignore-errors): Remove.
18904         (canlock-sha1-with-openssl): Remove.
18905         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18906         (canlock-verify): Don't use canlock-ignore-errors.
18907
18908         * sha1-el.el (sha1-string-external): Make it can return a string
18909         in binary form.
18910         (sha1-region-external): Ditto.
18911         (sha1-string-internal): Ditto.
18912         (sha1-region-internal): Ditto.
18913         (sha1-region): Ditto.
18914         (sha1-string): Ditto.
18915         (sha1): Ditto.
18916
18917 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * spam.el (spam-report-articles-gmane): New command.
18920
18921 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18924
18925         * run-at-time.el (run-at-time-saved): Remove.
18926         (run-at-time): Doc fix.
18927
18928 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18929
18930         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18931         (gnus-summary-limit-map): Add it.
18932         (gnus-summary-make-menu-bar): do.
18933
18934 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18935
18936         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18937         Make attempt at some caching support (done for BBDB only now).
18938         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18939         addresses to be checked.
18940         (spam-clear-cache-BBDB): Add function, to be invoked by
18941         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18942         (spam-check-BBDB): Check and use the caches, if
18943         spam-cache-lookups is on, remove superfluous (provide).
18944
18945 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18946
18947         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18948
18949 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18950
18951         * run-at-time.el (run-at-time-saved): Move to after the definition
18952         of `run-at-time'.
18953
18954         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18955
18956 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18959         mm-w3m-local-map-property.
18960
18961         * mm-view.el (mm-w3m-mode-map): Remove.
18962         (mm-w3m-local-map-property): Remove.
18963         (mm-inline-text-html-render-with-w3m): Don't use
18964         mm-w3m-local-map-property.
18965
18966 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18967
18968         * run-at-time.el: New file.
18969
18970         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18971         under Emacs.
18972
18973         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18974         of gnus-set-text-properties.
18975
18976         * gnus-uu.el (gnus-uu-save-article): Ditto.
18977
18978         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18979
18980         * gnus-cite.el (gnus-cite-parse): Ditto.
18981
18982         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18983         of gnus-.
18984
18985         * gnus-xmas.el (run-at-time): Require run-at-time.
18986
18987         * gnus.el: Change calls to nnheader-run-at-time and
18988         password-run-at-time throughout to use run-at-time directly.
18989
18990         * password.el: Remove definition of run-at-time.
18991
18992         * nnheaderxm.el: Remove definition of run-at-time.
18993
18994 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
18995
18996         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18997         in prompt.
18998
18999 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19000
19001         * messagexmas.el (message-xmas-redefine): Alias
19002         `message-make-caesar-translation-table' to
19003         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19004         version.
19005
19006         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19007         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19008         `gnus-xmas-set-text-properties'.
19009         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19010         `gnus-xmas-completing-read'.
19011         (gnus-xmas-completing-read): Removed.
19012         (gnus-xmas-open-network-stream): Removed.
19013
19014         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19015         XEmacs version.
19016
19017         * dns.el (dns-make-network-process): Use `open-network-stream'
19018         instead of `gnus-xmas-open-network-stream'.
19019
19020         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19021
19022         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19023
19024 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19025
19026         * gnus-art.el (gnus-mime-display-alternative)
19027         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19028         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19029         Don't use gnus-local-map-property.
19030
19031         * gnus-util.el (gnus-local-map-property): Remove.
19032
19033         * mm-view.el (mm-view-pkcs7-decrypt):
19034         Replace gnus-completing-read-maybe-default with completing-read.
19035
19036         * gnus-util.el (gnus-completing-read): do.
19037         (gnus-completing-read-maybe-default): Remove.
19038
19039 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19040
19041         * password.el: Only autoload `run-at-time' if not XEmacs.
19042         Only autoload the itimer functions if XEmacs.
19043
19044 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19047         XEmacsen.
19048
19049         * dgnushack.el: Autoload executable-find for XEmacs.
19050
19051 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19052
19053         * gnus-art.el (gnus-read-string): Remove.
19054         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19055         read-string.
19056
19057 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19058
19059         * netrc.el: Autoload password-read.
19060         (netrc): Add configuration group.
19061         (netrc-encoding-method, netrc-openssl-path):
19062         Add variables for encoding and decoding of files with symmetric
19063         ciphers.
19064         (netrc-encode): Add assistant function to encode a file with
19065         netrc-encoding-method.
19066         (netrc-parse): Add interactive parameter, added optional
19067         decoding if netrc-encoding-method is non-nil but otherwise
19068         behavior is standard.
19069         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19070         Do s/encode/encrypt/ everywhere.
19071
19072         * spam.el: Remove executable-find autoload.
19073
19074 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19075
19076         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19077
19078         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19079
19080 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19081
19082         * gnus-art.el (gnus-treat-ansi-sequences)
19083         (article-treat-ansi-sequences): New variable and function.
19084         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19085
19086         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19087         Use it.
19088
19089 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19090
19091         * mm-util.el (mm-quote-arg): Remove.
19092
19093         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19094         shell-quote-argument.
19095
19096         * gnus-uu.el (gnus-uu-command): do.
19097
19098         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19099
19100         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19101         with make-char.
19102
19103         * mm-util.el (mm-make-char): Remove.
19104
19105         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19106         add-minor-mode.
19107
19108         * gnus-undo.el (gnus-undo-mode): do.
19109
19110         * gnus-topic.el (gnus-topic-mode): do.
19111
19112         * gnus-sum.el (gnus-dead-summary-mode): do.
19113
19114         * gnus-start.el (gnus-slave-mode): do.
19115
19116         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19117
19118         * gnus-ml.el (gnus-mailing-list-mode): do.
19119
19120         * gnus-gl.el (gnus-grouplens-mode): do.
19121
19122         * gnus-draft.el (gnus-draft-mode): do.
19123
19124         * gnus-dired.el (gnus-dired-mode): do.
19125
19126         * gnus-ems.el (gnus-add-minor-mode): Remove.
19127
19128         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19129         Replace gnus-char-width with char-width.
19130
19131         * gnus-ems.el (gnus-char-width): Remove.
19132
19133         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19134         Replace gnus-char-width with char-width.
19135
19136         * gnus-ems.el (gnus-char-width): Remove.
19137
19138         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19139         definition.
19140         Remove Emacs 20 hash table compatibility code.
19141
19142         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19143         20 compatibility code.
19144
19145         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19146
19147         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19148
19149         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19150         Replace with point-at-{eol,bol}.
19151
19152         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19153
19154         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19155
19156         * flow-fill.el (fill-flowed-point-at-bol)
19157         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19158
19159         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19160         Replace with point-at-{eol,bol} throughout all files.
19161
19162 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * ntlm.el (ntlm-string-as-unibyte): New macro.
19165         (ntlm-build-auth-response): Use it.
19166
19167         Remove Emacs 20 stuff:
19168         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19169         (butlast, mapc, remove): Remove the compiler macros.
19170         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19171         of delq and copy-sequence.
19172         * gnus-art.el (popup-menu): Remove the compiler macro.
19173         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19174         Emacs 20.
19175
19176 2004-01-05  Simon Josefsson  <jas@extundo.com>
19177
19178         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19179         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19180         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19181         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19182         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19183         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19184         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19185         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19186         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19187         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19188         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19189         string-xor into ntlm-string-xor.
19190         Suggested by Jesper Harder <harder@myrealbox.com>.
19191
19192         * ntlm.el: Don't include poem.
19193
19194         * md4.el (print-int32, print-string-hexa): Remove.
19195         Suggested by Jesper Harder <harder@myrealbox.com>.
19196
19197         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19198
19199         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19200         probably breaks emacs with DL patch, but do we care? Is anyone
19201         still using the DL stuff?)
19202
19203         * sieve-manage.el: Use the password package.
19204         (sieve-manage-read-passwd): Remove.
19205         (sieve-manage-interactive-login): Use password.  Re-add
19206         condition-case around loop.
19207
19208         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19209         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19210         Use the password package.
19211
19212 2003-02-19  Simon Josefsson  <jas@extundo.com>
19213
19214         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19215         token.
19216
19217 2002-08-07  Simon Josefsson  <jas@extundo.com>
19218
19219         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19220         (sieve-manage-authenticators):
19221         (sieve-manage-authenticator-alist): Add some SASL mechs.
19222         (sieve-sasl-auth): New function.
19223         (sieve-manage-cram-md5-auth):
19224         (sieve-manage-plain-auth): Rewrite using SASL library.
19225         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19226         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19227         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19228         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19229
19230 2004-01-05  Simon Josefsson  <jas@extundo.com>
19231
19232         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19233         New files.
19234
19235 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * gnus-group.el (gnus-no-groups-message): Update.
19238
19239         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19240
19241 2003-11-09  Simon Josefsson  <jas@extundo.com>
19242
19243         * imap.el: Support for ID IMAP extension (RFC 2971).
19244         (imap-local-variables): Add imap-id.
19245         (imap-id): New variable.
19246         (imap-id): New function.
19247         (imap-parse-response): Parse untagged ID response.
19248         * nnimap.el (nnimap-id): New variable.
19249         (nnimap-open-connection): Use it.
19250
19251 2003-12-28  Simon Josefsson  <jas@extundo.com>
19252
19253         * gnus-score.el (gnus-score-edit-all-score): New.
19254         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19255
19256 2004-01-04  Simon Josefsson  <jas@extundo.com>
19257
19258         * password.el: Add.
19259
19260 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19261
19262         * dns.el (dns-query-types): Fix typo.
19263         (dns-query-types): New function.
19264         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19265         PTR and SOA replies, see RFC 1035.
19266
19267 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268
19269         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19270
19271         * Move to Changelog.2.
19272
19273 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19274
19275         * gnus.el (gnus-version-number): Bump version.
19276
19277 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19278
19279         * gnus.el: No Gnus v0.1 is released.
19280
19281 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19282
19283         * gnus.el: No Gnus v0.0 is released.
19284
19285 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19286
19287         * gnus.el (gnus-version-number): Bump.
19288         (gnus-version): No.
19289
19290 See ChangeLog.2 for earlier changes.
19291
19292     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19293       Free Software Foundation, Inc.
19294
19295   This file is part of GNU Emacs.
19296
19297   GNU Emacs is free software: you can redistribute it and/or modify
19298   it under the terms of the GNU General Public License as published by
19299   the Free Software Foundation, either version 3 of the License, or
19300   (at your option) any later version.
19301
19302   GNU Emacs is distributed in the hope that it will be useful,
19303   but WITHOUT ANY WARRANTY; without even the implied warranty of
19304   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19305   GNU General Public License for more details.
19306
19307   You should have received a copy of the GNU General Public License
19308   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19309
19310 ;; Local Variables:
19311 ;; coding: utf-8
19312 ;; fill-column: 79
19313 ;; add-log-time-zone-rule: t
19314 ;; End: