ChangeLog: Improve style.
[gnus] / lisp / ChangeLog
1 2010-11-22  Julien Danjou  <julien@danjou.info>
2
3         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4         shr-color->hexadecimal.
5
6         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7         RGB() or HSL() color representation.
8
9         * shr.el (shr-tag-font): Add.
10         (shr-tag-color-check): New function to get better colors.
11         (shr-tag-insert-color-overlay): Factorize code between tag-font and
12         tag-span.
13
14         * shr-color.el: New file.
15
16         * color-lab.el: New file.
17
18         * gnus-art.el (gnus-url-mailto): Do not downcase args.
19
20 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
21
22         * nnir.el: Fix typo in comments.
23         (nnir-run-imap): Simplify code. No need to reverse artlist.
24         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
25
26 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
29
30         * nnimap.el (nnimap-get-capabilities): Refactor out.
31         (nnimap-open-connection): Re-request capabilities after STARTTLS.
32
33 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
34
35         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
36         appearing when `mm-uu-hide-markers' is nil.
37
38 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * nnimap.el (nnimap-unselect-group): Make into its own function.
41         (nnimap-request-rename-group): Unselect group before renaming.
42         This had gotten lost somewhere.
43         (nnimap-request-accept-article): Keep track of examined groups, and
44         unselect the group before APPENDing to read-only groups.
45         (nnimap-request-move-article): Clear flags before moving so that they
46         can be re-set later.
47
48 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
51         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
52
53 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-art.el (gnus-mime-display-single)
56         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
57         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
58         parameter.
59
60 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
63         (shr-table-vertical-line): New variable.
64         (shr-insert-table): Use it.
65
66 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-html.el (gnus-html-wash-images): Don't display images if
69         gnus-inhibit-images is non-nil; register displayer for cid images.
70         (gnus-html-display-image): Work for cid image.
71         (gnus-html-insert-image): Allow arguments.
72         (gnus-html-put-image): Inhibit read-only.
73         (gnus-html-prefetch-images): Don't prefetch images if
74         gnus-inhibit-images is non-nil.
75
76 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-put-image): Break lines when inserting big pictures.
79
80 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
81
82         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
83         sender, thanks Katsumi Yamaoka.
84
85 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el (nnir-run-imap): Reverse the article list for each group
88         rather than the whole list.
89
90 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * shr.el (shr-image-displayer): Protect function against non-existent
93         image source.
94
95         * gnus-art.el (gnus-inhibit-images): New user option.
96         (gnus-mime-display-single): Don't display image if it is non-nil.
97
98         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
99         gnus-inhibit-images.
100
101         * shr.el (shr-image-displayer): New function.
102         (shr-tag-img): Use it.
103
104 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
105
106         * mml2015.el (mml2015-epg-sign): Use From header.
107
108 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-html.el (gnus-html-wash-images): Register a displayer.
111
112         * gnus-util.el (gnus-find-text-property-region): Return markers.
113
114         * shr.el (shr-tag-img): Put a displayer in the text property.
115
116         * gnus-util.el (gnus-find-text-property-region): New utility function.
117
118         * gnus-html.el (gnus-html-display-image): Make the alt optional.
119         (gnus-html-show-images): Remove.
120
121         * gnus-art.el (gnus-article-show-images): New, more general function.
122
123         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
124         image url text properties.
125
126         * shr.el: Ditto.
127
128         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
129         gnus-agent-auto-agentize-methods is set.  Which it isn't.
130
131 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
134         work for two or more articles.
135
136 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
139         divide an image that's in an html article to two or more when washing
140         non-ASCII characters in alt text of it.
141
142 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
145         smime-decrypt-region using function argument.
146         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
147
148         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
149
150         * smime.el (smime-decrypt-region): Catch it.
151
152 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
153
154         * smime.el (smime-mode-map): Move initialization into declaration.
155         (gnus-run-mode-hooks): Don't autoload.
156         (smime-mode): Use define-derived-mode.
157
158 2010-11-11  Glenn Morris  <rgm@gnu.org>
159
160         * smime.el (from): Restrict declaration to XEmacs.
161
162         * nnir.el (gnus-group-topic-name): Autoload.
163
164 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * shr.el (shr-insert): Don't break long line if it is because of
167         kinsoku-bol characters in the line end.
168
169 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
170
171         * nnir.el (nnir-request-move-article): Fix to provide original group
172         and subject.
173         (nnir-warp-to-article): Don't fail on articles whose headers haven't
174         been retrieved.
175
176         * gnus-sum.el (gnus-summary-move-article): Use original group and
177         subject for virtual articles such as those in an nnir summary buffer.
178
179 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
182         least 21.5).
183
184         * smime.el (from): Declare it again for XEmacs.
185
186 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * message.el (message-resend): Don't disable encoding unless it's
189         already encoded.
190
191         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
192         low-numbered articles.
193
194 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * rfc2047.el (rfc2047-syntax-table): Simplify.
197
198         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
199
200         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
201         set-char-table-range for XEmacs.
202
203 2010-11-10  Glenn Morris  <rgm@gnu.org>
204
205         * time-date.el (time-to-seconds): Always an alias on Emacs,
206         never a real function.
207         (with-no-warnings): Remove compat stub, now unused.
208         (time-less-p): Doc fix.
209         (time-to-number-of-days): Simplify.
210
211         * smime.el (from): Remove unused declaration.
212
213         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
214         (gnus-float-time): On Emacs, always an alias.
215
216         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
217         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
218
219 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * dgnushack.el: Don't use ignore-errors in the top level form since it
222         is unavailable in XEmacs even if cl is loaded.
223
224         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
225
226 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * shr.el (browse-url-mailto): Autoload.
229
230         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
231
232         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
233         regexp doesn't need quoting.
234
235 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
236
237         * message.el (message-subject-trailing-was-ask-regexp)
238         (message-subject-trailing-was-regexp): Match was: in addition to was.
239
240 2010-11-09  Glenn Morris  <rgm@gnu.org>
241
242         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
243         (nnbabyl-check-mbox): Use point-at-bol.
244
245 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
248
249         * message.el (message-mailto): New function.
250         (message-mailto): Should accept other parameters.
251         (message-mailto): Remove since it duplicates browse-url-mailto
252         functionality.
253
254 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
257         methods.
258         (gnus-read-active-file): Ditto.
259
260         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
261         ": " from the prompt.
262         (gnus-group-make-group): Ditto.
263
264 2010-11-07  Glenn Morris  <rgm@gnu.org>
265
266         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
267         (gnus-bookmark-kill-line): Use point-at-eol.
268
269 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
272         asterisks in From header.
273
274 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
277         string to avoid making the From headers syntactically invalid.
278
279         * message.el (message-send-mail): Don't insert courtesy messages if the
280         message already has List-Post and List-ID messages.
281
282 2010-11-06  Glenn Morris  <rgm@gnu.org>
283
284         * gnus-art.el (gnus-treat-article): Give dynamic local variables
285         `condition', `type', `length' a prefix.
286         (gnus-treat-predicate): Update for above name changes.
287
288 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
289
290         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
291         binding.  Handled by `gnus-summary-refer-thread' instead.
292         (nnir-warp-to-article): New backend function.
293
294         * nnimap.el (nnimap-request-thread): Force dependency updating.
295
296         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
297         (gnus-summary-refer-thread): Rework to improve thread-referral.
298
299         * gnus-int.el (gnus-warp-to-article): New function.
300
301         * gnus-sum.el (gnus-summary-article-map): Bind it.
302
303 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
304
305         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
306         gnus-summary-refer-thread.
307
308         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
309         headers.
310         (gnus-summary-limit-include-thread): Prevent articles in thread from
311         being cut in gnus-cut-threads.
312         (gnus-summary-refer-thread): Limit retrieved headers to those in
313         thread.
314
315 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * message.el (message-send-mail): Use the value of
318         message-courtesy-message from the message buffer.
319
320         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
321
322         * shr.el (shr-browse-url): Implement mailto: URLs.
323
324         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
325         "raw".
326
327         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
328         if it's already selected.
329
330         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
331
332 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
335         to measure the length and truncate alt text.
336
337 2010-11-03  Glenn Morris  <rgm@gnu.org>
338
339         * nndiary.el (nndiary-generate-nov-databases-1)
340         (nndiary-generate-active-info): Rename dynamic variable `files' to
341         something less generic.
342
343 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
344
345         * nnir.el (nnir-request-move-article): Call the underlying backend to
346         move articles from nnir.
347
348 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
351
352 2010-11-02  Julien Danjou  <julien@danjou.info>
353
354         * nnir.el: Remove wais support.
355
356 2010-11-02  Glenn Morris  <rgm@gnu.org>
357
358         * gnus-html.el: Reorder requirements to quieten compiler.
359
360 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
363         properly for XEmacs as well.
364         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
365         (gnus-article-natural-long-line-p): Use window-width rather than
366         frame-width.
367
368 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
369
370         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
371         (nnir-read-parms): Don't modify query.
372         (nnir-run-query): Add ability to search topic on current line.
373         (nnir-get-active): Clean up.
374
375 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
378         degenerate articles.
379
380         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
381         (gnus-print-buffer): Just print the buffer as is, without any copying
382         to a buffer and then re-highlighting.
383
384         * nnimap.el (nnimap-request-group): Store the new updated info.
385         (nnimap-request-group): Select the group when we don't know whether it
386         exists or not.
387
388         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
389         groups.
390
391         * gnus-group.el (gnus-group-find-new-groups): Display all the new
392         groups.
393
394         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
395         groups.
396
397         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
398         long-lines case by only filling the long lines.
399
400         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
401         (bug #7311).
402
403 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * shr.el: No need to declare `declare-function' since shr.el is for
406         only Emacsen that provide `libxml-parse-html-region'.
407
408         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
409         effective only in a file it is referred to.
410
411 2010-11-01  Glenn Morris  <rgm@gnu.org>
412
413         * mm-util.el (gnus-completing-read): Autoload.
414         (mm-read-coding-system): Simplify Emacs definition.
415
416         * nnmail.el (gnus-activate-group):
417         * nnimap.el (gnutls-negotiate):
418         * nntp.el (netrc-parse): Fix declarations.
419
420 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
423         string-match-p in Emacs >=23.
424
425         * gnus-msg.el (gnus-configure-posting-styles)
426         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
427
428 2010-11-01  Glenn Morris  <rgm@gnu.org>
429
430         * nnir.el (declare-function): Add compat stub.
431         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
432         (nnir-run-gmane): Require 'mm-url.
433
434         * mm-util.el (mm-string-to-multibyte): Simplify.
435
436         * shr.el (declare-function): Add compat stub.
437         (url-cache-create-filename): Declare.
438         (mm-disable-multibyte, widget-convert-button): Autoload.
439
440         * smime.el (ldap-search): Declare.
441         (smime-cert-by-ldap-1): Require ldap on Emacs.
442
443         * nnimap.el: Require nnmail, and gnus-sum when compiling.
444         (nnimap-keepalive): Use gnus-float-time.
445
446         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
447         (mail-source-delete-crash-box): Use gnus-float-time.
448
449         * gnus-dired.el (gnus-completing-read): Autoload.
450
451         * mm-view.el (gnus-rescale-image): Autoload.
452
453         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
454
455         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
456
457         * sieve-manage.el: Require 'cl when compiling.
458
459         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
460         (gnus-iswitchb-completing-read): Require iswitchb.
461         (gnus-select-frame-set-input-focus): Silence compiler.
462
463 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * message.el (message-subject-trailing-was-query): Change default to t,
466         since I think that's what most people want.
467
468         * nnimap.el (nnimap-request-accept-article): Erase buffer before
469         appending for easier debugging.
470         (nnimap-wait-for-connection): Take a regexp.
471         (nnimap-request-accept-article): Wait for the continuation line before
472         sending anything unless we're streaming.
473
474         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
475         leave the header washing to take place.
476
477 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
478
479         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
480         regular expression match and replace in posting styles.
481
482 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
483
484         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
485         an entire server.
486         (nnir-get-active): New function.
487         (nnir-run-imap): Use it.
488         (nnir-run-gmane): Who knew, gmane search returns an article score!
489
490         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
491         server on the current line with nnir.
492
493 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
496         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
497         left edge.
498         (gnus-article-foldable-buffer): Skip past the prefix when determining
499         raggedness.
500
501         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
502         the raw article, and change `C-u g' to show the article without doing
503         treatments.
504
505         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
506         on to `gnus-treat-article'.
507         (gnus-inhibit-article-treatments): New variable.
508
509         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
510
511         * gnus-art.el (gnus-treatment-function-alist): Have
512         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
513         (gnus-treat-fill-long-lines): Change default to fill all text/plain
514         sections.
515
516         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
517         parameter.
518         (gnus-article-fill-cited-long-lines): New function.
519         (gnus-article-fill-cited-article): Allow filling only long sections.
520
521         * shr.el (shr-find-fill-point): Don't break lines between punctuation
522         and non-punctuation (like after the apostrophe in "'We").
523
524         * gnus-sum.el (gnus-summary-select-article): Make sure
525         gnus-original-article-buffer is alive.
526
527         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
528         reflect the order they're in in the digest.
529
530         * gnus.el (gnus-group-startup-message): Move point to the start of the
531         buffer.
532
533         * nnimap.el (nnimap-capability): New function.
534         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
535         is set.
536
537 2010-10-31  David Engster  <dengste@eml.cc>
538
539         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
540         conform with changes to gnus-completing-read.
541
542 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * shr.el (shr-tag-img): Output "*" instead of "[img]".
545
546 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
547
548         * nnir.el: Move defvar, defcustom around to keep file organized
549         and keep byte-compiler quiet.
550         (nnir-read-parms): Accept search-engine as arg.
551         (nnir-run-query): Pass search-engine as arg.
552         (nnir-search-engine): Remove.
553
554 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * shr.el (shr-generic): The text nodes should be text, not :text.
557
558         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
559         later in the file.
560
561 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
562
563         * nnir.el: General clean up.  Allow searching with multiple engines.
564         Allow separate extra-parameters for each engine.
565         Batch queries when possible.
566         (nnir-imap-default-search-key,nnir-method-default-engines):
567         Add customize interface.
568         (nnir-run-gmane): New engine.
569         (nnir-engines): Use it.  Qualify all prompts with engine name.
570         (nnir-search-engine): Remove global variable.
571         (nnir-run-hyrex): Restore for now.
572         (nnir-extra-parms,nnir-search-history): New variables.
573         (gnus-group-make-nnir-group): Use them.
574         (nnir-group-server): Remove in favor of gnus-group-server.
575         (nnir-request-group): Avoid searching twice.
576         (nnir-sort-groups-by-server): New function.
577
578 2010-10-30  Julien Danjou  <julien@danjou.info>
579
580         * gnus-group.el: Remove gnus-group-fetch-control.
581
582         * gnus-start.el (gnus-find-new-newsgroups):
583         Remove gnus-check-first-time-used.
584
585         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
586
587 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
588
589         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
590         set on groups that don't have \* permanentflags.
591
592 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
595         control the background color.
596         (shr-tag-img): Ignore very small web bug type images.
597         (shr-put-image): Add help-echo alt texts to the images.
598         (shr-tag-video): Show the video poster image.
599
600 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * shr.el (shr-table-depth): New variable.
603         (shr-tag-table-1): Only insert the images after the top-level table.
604
605         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
606
607         * gnus-util.el (gnus-list-memq-of-list): New function.
608
609         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
610         selected.
611         (nnimap-unsplittable-articles): New slot.
612         (nnimap-new-articles): Use it.
613
614 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
615
616         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
617         move to the previous line on `M-g'.
618
619 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
622         *-request-group, which seems unnecessary.
623
624         * nnimap.el (nnimap-quote-specials): Function copied over from
625         imap.el.
626         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
627         they support that.  Suggested by Tom Regner.
628
629 2010-10-29  Julien Danjou  <julien@danjou.info>
630
631         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
632         defalias.
633         (gnus-summary-delete-marked-with): Remove obsolete defalias.
634
635         * gnus.el: Remove `gnus-nntp-service' variable.
636         (gnus-secondary-servers): Make obsolete.
637         (gnus-nntp-server): Make obsolete.
638
639         * gnus-start.el (gnus-1): Remove x-splash calls.
640
641         * gnus-ems.el (gnus-x-splash): Remove.
642
643         * gnus.el (gnus-group-startup-message): Simplify/update code.
644
645         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
646         definition.
647
648         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
649         capability before doing anything.
650         (gnus-group-insert-group-line): Remove useless
651         gnus-group-remove-excess-properties.
652
653 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
656
657 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
660         config after reselecting.
661
662 2010-10-28  Julien Danjou  <julien@danjou.info>
663
664         * shr.el (shr-put-image): Use point even if only inserting text.
665         (shr-put-image): Save excursion when inserting alt text on non-graphic
666         display, so the behaviour is the same when we are on a graphic display.
667
668         * nnir.el (nnir-run-swish-e): Remove hyrex support.
669
670 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
673         (gnus-mime-copy-part): Check coding system, not charset.
674         (gnus-mime-view-part-externally): Never remove part.
675         (gnus-mime-view-part-internally): Don't remove part here.
676         (gnus-article-part-wrapper): Make sure MIME tag is visible.
677         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
678         multipart/alternative.
679
680         * mm-decode.el (mm-display-part): Take optional arg `force'.
681
682 2010-10-26  Julien Danjou  <julien@danjou.info>
683
684         * gnus-group.el (gnus-group-default-list-level): Add this function to
685         compute the default list level.
686         (gnus-group-default-list-level): Add possibility to use a function.
687
688 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
691
692         * gnus-group.el (gnus-group-completing-read)
693         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
694         gnus-replace-in-string.
695
696 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * shr.el (shr-tag-div): Add.
699
700         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
701
702 2010-10-25  Julien Danjou  <julien@danjou.info>
703
704         * gnus-util.el: Remove `gnus-with-local-quit'.
705
706         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
707
708 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
711         the original article buffer.
712
713 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * nnimap.el (nnimap-request-head): New function.
716         (nnimap-request-move-article): Try to be slighly faster by not
717         requesting the entire message when moving.
718         (nnimap-transform-headers): Don't bug out on bodiless articles.
719         (nnimap-send-command): Have no outstanding messages if the IMAP server
720         doesn't support streaming.
721         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
722
723 2010-10-24  Julien Danjou  <julien@danjou.info>
724
725         * message.el (message-default-headers): Fix type.
726
727 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
730         prefetching images.
731
732         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
733         backend for unknown groups.  This is mainly useful for nnimap groups.
734
735         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
736         group isn't covered by the agent.
737
738 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
739
740         * nnir.el (nnir-method-default-engines): New variable.
741         (nnir-run-query): Use it.
742         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
743         (gnus-summary-nnir-goto-thread): Change group if needed.
744
745         * gnus-group.el (gnus-group-group-map): Add key binding for
746         gnus-group-make-nnir-group.
747
748 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * shr.el (shr-tag-object): Add.
751
752         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
753         original article buffer live.
754         (gnus-summary-select-article-buffer):
755         Mention gnus-widen-article-buffer.
756
757 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * shr.el (shr-tag-strong): Add.
760
761 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
764         group names.  They mess up the group buffer badly.
765
766         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
767
768         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
769         instead of the summary one.
770
771 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * mml.el (mml-preview): Work properly when editing article.
774
775         * gnus-start.el (gnus-read-active-file-1): Don't add method to
776         gnus-have-read-active-file if it's already been in.
777
778 2010-10-22  Tom Tromey  <tromey@redhat.com>
779
780         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
781         gnus-group-completing-read.
782
783 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * message.el (message-mode-map): Don't bind M-; to comment region, to
786         allow the global comment-dwim to work.
787
788 2010-10-21  Julien Danjou  <julien@danjou.info>
789
790         * message.el (message-setup-1): Allow message-default-headers to be a
791         function.
792
793 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * shr.el (shr-tag-table): Simplify.
796
797 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
800         to avoid trying to snarf invalid stuff.
801
802         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
803
804         * gnus.el (gnus-message-archive-group): Quote value.
805         (gnus-message-archive-group): Mark as changed.
806
807         * shr.el (shr-add-font): Don't put the font properties on the newline
808         or the indentation.
809
810         * message.el (message-fix-before-sending): Change options when sending
811         non-printable characters.
812
813         * gnus.el (gnus-message-archive-method): Change the default to
814         monthly outgoing groups.
815
816         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
817         that have gotten new numbers.
818
819         * nnimap.el (nnimap-request-replace-article): New function.
820
821 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
824         (nnrss-request-article): Don't use special html washing code.
825
826 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * shr.el (shr-tag-table): Remove useless nconc.
829
830 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-art.el (article-wash-html): Simplify and remove the charset
833         stuff.  Use the normal html rendering code instead of the special html
834         washing code.
835
836         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
837         `gnus-w3m' symbols.
838         (mm-text-html-washer-alist): Remove.
839
840         * mm-decode.el (mm-inline-text-html-renderer): Remove.
841         (mm-inline-media-tests): Remove use.
842         (mm-text-html-renderer): Change default to the `shr' symbol.
843
844         * mm-view.el (mm-inline-text-html): Remove use.
845
846         * gnus-art.el (gnus-blocked-images): New function.  Allow the
847         `gnus-blocked-images' to be a function.
848         (gnus-article-wash-function): Remove.
849
850 2010-10-20  Julien Danjou  <julien@danjou.info>
851
852         * spam.el (spam-list-of-processors): Mark as obsolete.
853
854         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
855         (nnimap-insert-partial-structure): Fix boundary detection.
856
857 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
858
859         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
860         run file-truename on remote files.  This can be expensive and even
861         prevent one from editing drafts if some unrelated buffer has a stale
862         connection.
863
864 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
867         kinsoku-eol regardless of shr-kinsoku-shorten.
868         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
869         (shr-tag-table): Support caption, thead, and tfoot.
870
871 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
874         lines.
875         (shr-save-contents): New command and keystroke.
876
877         * nndoc.el (nndoc-type-alist): Add git support.
878         (nndoc-git-type-p): New function.
879         (nndoc-transform-git-article): Ditto.
880         (nndoc-transform-git-headers): Ditto.
881         (nndoc-transform-git-headers): Generate Subject headers.
882
883         * shr.el (shr-parse-style): New function.
884         (shr-tag-span): Ditto.
885
886         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
887         to `G G' to avoid collisions.
888
889 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * shr.el: Load kinsoku if necessary.
892         (shr-kinsoku-shorten): New internal variable.
893         (shr-find-fill-point): Make kinsoku shorten text line if
894         shr-kinsoku-shorten is bound to non-nil.
895         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
896         shr-indentation too when testing if table is wider than frame width.
897         (shr-insert-table): Use `string-width' instead of `length' to measure
898         text width.
899         (shr-insert-table-ruler): Make sure indentation is done at bol.
900
901 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
902
903         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
904         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
905         undecoded network data.
906
907 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
910         name in the mode line spec so that the mode line menu works
911         (bug #2431).
912
913         * message.el (message-get-reply-headers): If we're fed `to-address',
914         then always use that.
915
916         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
917         aren't so wide as to need to switch off the edit menu.
918
919         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
920         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
921
922         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
923         `M-g'.
924         (nnimap-update-info): Update flags/read marks even if \* isn't part of
925         the permanent marks.
926
927 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
928
929         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
930         Splitting according to references/in-reply-to obeys the ignore-groups
931         variable, while splitting by sender and subject do not.
932
933 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
936         alist, so that we can look for non-Unicode chars.
937         (article-translate-strings): Allow both character and string maps.
938
939 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * shr.el (shr-insert): Don't insert space behind a wide character
942         categorized as kinsoku-bol, or between characters both categorized as
943         nospace.
944
945 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
946
947         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
948         headers to gnus-newsgroup-headers.
949
950 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * shr.el (shr-tag-img): Don't align images -- since we're not
953         rescaling, this often leads to ugly displays.
954
955 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
956
957         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
958         duplicates.
959
960 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
961
962         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
963         call.
964
965 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus.el: Autoload gnus-html-show-images.
968
969         * nnimap.el: Use nnheader-message throughout.
970
971         * shr.el (shr-tag-img): Ignore images with no data.
972
973 2010-10-15  Julien Danjou  <julien@danjou.info>
974
975         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
976         a possibility to disable format=flow encoding when using hard newlines.
977
978 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * shr.el (shr-insert): Remove space inserted before or after a
981         breakable character or at the beginning or the end of a line.
982         (shr-find-fill-point): Do kinsoku; find the second best point or give
983         it up if there's no breakable point.
984
985 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nnimap.el (nnimap-open-connection): Message when opening connection
988         for debugging purposes.
989
990         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
991         on every setup buffer call to allow this to change from article to
992         article.
993
994         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
995         buffers where we have a wide table.
996
997 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
998
999         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1000         uses *-request-thread.
1001
1002 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1005         incantation, which is no longer valid.
1006
1007 2010-10-14  Julien Danjou  <julien@danjou.info>
1008
1009         * shr.el: Fix defcustom type (char -> character).
1010
1011 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1014         programs.
1015
1016 2010-10-14  Julien Danjou  <julien@danjou.info>
1017
1018         * shr.el (shr-tag-a): Use url-link as widget type.
1019
1020         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1021         `gnus-group-get-icon'.
1022
1023 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1026         This should make server editing work better.
1027
1028         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1029
1030         * tls.el (tls-program): Remove spurious %s from openssl.
1031
1032         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1033         (nnimap-parse-flags): Fix regexp.
1034
1035         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1036         probably work for CJVK text, too.
1037
1038         * nnimap.el (nnimap-extend-tls-programs): Remove.
1039         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1040
1041         * tls.el (tls-starttls-switches): Remove starttls hack.
1042         (open-tls-stream): Ditto.
1043         (tls-find-starttls-argument): Ditto.
1044
1045 2010-10-13  Julien Danjou  <julien@danjou.info>
1046
1047         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1048         responses.
1049
1050 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1053
1054         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1055         anything in Emacs.
1056
1057         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1058
1059 2010-10-13  Julien Danjou  <julien@danjou.info>
1060
1061         * shr.el (shr-width): Make shr-width a defcustom with default to
1062         fill-column.
1063         (shr-tag-img): Use shr-width rather than fill-column.
1064
1065 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * dgnushack.el (byte-optimize-apply)
1068         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1069
1070         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1071         position when (X-)Faces exist.
1072         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1073         avatars when called interactively.
1074
1075 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1078         gnus-article-x-face-too-ugly is bound.
1079
1080 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1083
1084         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1085         mailbox that doesn't exist.
1086
1087 2010-10-12  Julien Danjou  <julien@danjou.info>
1088
1089         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1090         (shr-get-image-data): Encode URL properly when fetching from cache.
1091         (shr-tag-img): Use aligned-to spaces to align correctly images.
1092
1093         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1094         before inserting the Gravatar.
1095
1096         * shr.el (shr-tag-img): Add align attribute support for <img>.
1097
1098 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-gravatar.el (gnus-art): Require.
1101
1102         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1103         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1104         Remove long obsoleted functions.
1105
1106 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1109
1110         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1111
1112         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1113         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1114         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1115         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1116         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1117         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1118         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1119
1120 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * nnimap.el (nnimap-request-rename-group): Select group read-only
1123         before renaming it.
1124
1125         * shr.el (shr-insert): Fix up the white space only regexp.
1126
1127         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1128         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1129
1130         * shr.el (shr-current-column): New function.
1131         (shr-find-fill-point): New function.
1132
1133 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1134
1135         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1136         numbers.
1137
1138 2010-10-11  Julien Danjou  <julien@danjou.info>
1139
1140         * shr.el (shr-hr-line): Add.
1141         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1142         display hr lines.
1143         (shr-max-columns): Do not change state to nil if we just inserting
1144         spaces.
1145
1146 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1149         select the last group.
1150
1151 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1154
1155 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1156
1157         * dig.el (dig-mode-map): Declare and define in one step.
1158
1159 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1162         for Gnus.
1163         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1164         (nnimap-update-qresync-info): Mark \Seen articles as read.
1165
1166         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1167         non-variable, too.
1168
1169         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1170         available.
1171         (nnimap-update-info): Rely more on the current active than the param
1172         active to avoid marking articles as read too much.
1173
1174         * auth-source.el (auth-source-create): Use (user-login-name) for the
1175         user name default.
1176
1177         * nnimap.el (nnimap-update-info): If the server doesn't return any
1178         useful info, just use the previous info.
1179         (nnimap-update-info): Prefer old info over start-article.
1180         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1181
1182 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1183
1184         * nnir.el (autoload): Clean up autoloads.
1185         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1186         Use key rather than value.
1187         (nnir-imap-search-other): New variable.
1188         (nnir-read-parm): Use it.
1189         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1190         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1191
1192 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1193
1194         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1195         the process, too.
1196
1197 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * spam.el (gnus-summary-mode-map): Bind to "$".
1200         Suggested by Russ Allbery.
1201
1202         * shr.el: Rework the way things are indented by <li> slightly.
1203
1204         * gnus.el (gnus-group-set-parameter): Fix typo.
1205
1206         * nnimap.el: Start implementing QRESYNC support.
1207
1208 2010-10-09  Julien Danjou  <julien@danjou.info>
1209
1210         * nnir.el (nnir-engines): Fix too many arguments.
1211
1212 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1215         group is the "last", so that the backends like nnfolder actually save
1216         their folders.
1217
1218         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1219         try to use that for the tls stream.
1220         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1221         UIDVALIDITY and find out which groups are read-only and not.
1222         (nnimap-get-flags): Use the same marks parsing code as the rest of
1223         nnimap.
1224
1225 2010-10-09  Julien Danjou  <julien@danjou.info>
1226
1227         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1228
1229         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1230         retrieving gravatars.
1231
1232         * shr.el (shr-table-corner): Add.
1233         (shr-table-line): Add.
1234         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1235
1236 2010-10-08  Julien Danjou  <julien@danjou.info>
1237
1238         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1239
1240 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1241
1242         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1243
1244         * gnus-sum.el (gnus-mark-article-as-unread)
1245         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1246         (gnus-summary-set-bookmark): Use it.
1247
1248         * gnus-msg.el (gnus-setup-message): Use it.
1249
1250         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1251
1252         * gnus.el (gnus-group-remove-parameter): Use it.
1253
1254         * gnus-group.el (gnus-group-make-web-group): Use it.
1255
1256         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1257
1258         * nnregistry.el: Update docs to mention manual.
1259
1260         * gnus-registry.el: Update docs to mention nnregistry.el.
1261         (gnus-registry-initialize): Don't install nnregistry refer method
1262         automatically.
1263         (gnus-registry-install-nnregistry): Remove it.
1264
1265 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * shr.el (shr-insert): Don't insert double spaces.
1268
1269 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * gnus-gravatar.el (gnus-treat-from-gravatar)
1272         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1273         called interactively.
1274
1275         * gnus-art.el (gnus-mime-view-part-externally)
1276         (gnus-mime-view-part-internally): Make predicate function passed to
1277         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1278         of a mime type.
1279
1280         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1281
1282 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * shr.el (require): Require cl when compiling.
1285         (shr-tag-hr): New function.
1286
1287         * nnimap.el (nnimap-update-info): Remove double setting of high.
1288         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1289         This makes nnimap work properly on Courier again.
1290
1291         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1292         the variable for backwards compatability.
1293
1294         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1295         the file name before using to avoid setting mm-default-directory to
1296         nil.
1297
1298         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1299         bidning gnus-agent variables.
1300
1301         * shr.el (shr-render-td): Use a cache for the table rendering function
1302         to avoid getting an exponential rendering behaviour in nested tables.
1303         (shr-insert): Rework the line-breaking algorithm.
1304         (shr-insert): Don't leave trailing spaces.
1305         (shr-insert-table): Also insert empty TDs.
1306         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1307
1308 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1309
1310         * gnus-sum.el (gnus-number): Rename from `number'.
1311         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1312         (gnus-summary-limit-children): Update uses correspondingly.
1313
1314 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1317         (gnus-gravatar-transform-address): Don't show avatars of people of
1318         which mail addresses match gnus-gravatar-too-ugly.
1319
1320 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * shr.el (shr-table-widths): Expand TD elements to fill available
1323         space.
1324
1325 2010-10-07  Julien Danjou  <julien@danjou.info>
1326
1327         * nnimap.el (nnimap-request-rename-group): Add this method.
1328
1329 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1332         name from XEmacs' function-arglist.
1333
1334         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1335         gravatar under XEmacs.
1336
1337 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * auth-source.el: Update docs with TODO items.
1340
1341         * gnus-sync.el: Update docs to explain state and plans.
1342
1343         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1344         Hooks for mark updates.
1345         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1346
1347         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1348         hooks with arguments, which is needed for mark update hooks.
1349
1350 2010-10-06  Julien Danjou  <julien@danjou.info>
1351
1352         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1353         was matched.
1354
1355         * sieve-manage.el: Update example in `Commentary'.
1356
1357         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1358
1359         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1360         not 2000.
1361         (sieve-manage-authenticate): Re-add function.
1362
1363 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * shr.el (shr-insert): Get 'space transition right.
1366         (shr-render-td): Only delete space at the end of the TD.
1367
1368         * nnimap.el (nnimap-open-connection): Prepare to support
1369         open-gnutls-stream.
1370
1371         * shr.el: Rearrange function order to be more logical.
1372
1373 2010-10-06  Julien Danjou  <julien@danjou.info>
1374
1375         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1376         (nnrss-discover-feed): Remove 404 URL in docstring.
1377
1378         * nnir.el: Fix Swish-E URL.
1379         Fix Namazu URL.
1380
1381         * message.el (message-change-subject): Remove 404 URL in a comment.
1382
1383 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1386         called interactively.
1387
1388         * gnus-util.el (gnus-remove-if): Allow hash table.
1389         (gnus-remove-if-not): New function.
1390
1391         * gnus-art.el (gnus-mime-view-part-as-type)
1392         * gnus-score.el (gnus-summary-score-effect)
1393         * gnus-sum.el (gnus-read-move-group-name):
1394         Replace remove-if-not with gnus-remove-if-not.
1395
1396         * gnus-group.el (gnus-group-completing-read):
1397         Regard collection as a hash table if it is not a list.
1398
1399 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1402
1403         * shr.el: Document the table-rendering algorithm.
1404
1405 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1408         for Emacsen having no `libxml-parse-html-region' support.
1409
1410 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1413         invalid URLs.
1414
1415         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1416         line-broken.
1417         (shr-tag-img): Ignore image fetching errors.
1418         (shr-overlays-in-region): Compute overlay positions correctly.
1419
1420         * mm-decode.el (mm-shr): Require shr.
1421
1422         * gnus-art.el (gnus-blocked-images): Move variable here.
1423
1424         * shr.el (shr-insert-table): Bind free variable.
1425
1426         * mm-decode.el (mm-shr): Bind shr-content-function.
1427
1428         * shr.el (shr-content-function): New variable.
1429
1430         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1431         added for symmetry.
1432
1433         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1434
1435         * gnus-group.el (gnus-group-make-group): Doc fix.
1436
1437         * nnimap.el (nnimap-request-newgroups): Return success.
1438
1439         * shr.el (shr-find-elements): New function.
1440         (shr-tag-table): Put all the images after the table.
1441         (shr-tag-table): Really inhibit images inside the table.
1442         (shr-collect-overlays): Copy over overlays from the TD elements to the
1443         main document.
1444
1445         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1446         gnus-blocked-images.
1447
1448 2010-10-05  Julien Danjou  <julien@danjou.info>
1449
1450         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1451
1452         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1453         (gnus-html-maximum-image-size): Add this function.
1454         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1455
1456         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1457         server-value of the capability is nil.
1458
1459 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * shr.el (shr-tag-em): Add <EM> tag.
1462
1463 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1464
1465         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1466         customizable.
1467
1468         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1469         handing broken links to browse-url.
1470
1471 2010-10-05  Julien Danjou  <julien@danjou.info>
1472
1473         * gnus-util.el (gnus-emacs-completing-read)
1474         (gnus-iswitchb-completing-read): Use autoload rather than require.
1475
1476 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1479         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1480         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1481         iswitchb-temp-buflist for XEmacs.
1482
1483         * gnus-util.el (gnus-completing-read-function): Exclude
1484         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1485         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1486         XEmacs.
1487
1488         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1489         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1490
1491         * gnus-html.el: Don't require help-fns under XEmacs.
1492         (gnus-html-schedule-image-fetching): Work for XEmacs.
1493
1494         * mm-decode.el (mm-shr): Decode contents by charset.
1495
1496 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1499         unknown.
1500
1501         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1502         (shr-get-image-data): Ensure against the cache file missing.
1503
1504         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1505         for data.
1506
1507         * spam-report.el (spam-report-url-ping-plain): Don't query about
1508         killing the process.
1509
1510         * shr.el (shr-render-td): Protect against too-wide text.
1511
1512 2010-10-04  Julien Danjou  <julien@danjou.info>
1513
1514         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1515         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1516
1517         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1518         retrieved.
1519
1520 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * shr.el (browse-url): Require.
1523         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1524         lines.
1525         (shr-show-alt-text, shr-browse-image): New commands.
1526         (shr-browse-url, shr-copy-url): New commands.
1527
1528         * gnus-sum.el (gnus-widen-article-window): New variable.
1529         (gnus-summary-select-article-buffer): Use it.
1530
1531         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1532         without @ signs.
1533
1534 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1535
1536         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1537
1538 2010-10-04  Julien Danjou  <julien@danjou.info>
1539
1540         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1541         for XEmacs.
1542
1543 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1546
1547         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1548         (nnimap-close-server): Implement.
1549
1550         * dgnushack.el (iswitchb): Require to shut up the compiler.
1551
1552         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1553         (shr-insert): Tweak line breaking.
1554         (shr-insert): Handle <pre> better.
1555         (shr-tag-li): Get <li> indentation right.
1556         (shr-tag-li): Get <li> indentation even righter.
1557         (shr-tag-blockquote): Ensure paragraph start.
1558         (shr-make-table): Tweak table generation.
1559         (shr-make-table): Fix typo.
1560
1561         * shr.el: Implement table rendering.
1562
1563 2010-10-04  Julien Danjou  <julien@danjou.info>
1564
1565         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1566
1567 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * shr.el (shr-insert): Use string anchors instead of line anchors.
1570
1571 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * shr.el: Add headings.
1574         (shr-ensure-paragraph): Actually work.
1575         (shr-tag-li): Make <ul> prettier.
1576         (shr-insert): Get white space at the beginning/end of elements right.
1577         (shr-tag-p): Collapse subsequent <p>s.
1578         (shr-ensure-paragraph): Don't insert double line feeds after blank
1579         lines.
1580         (shr-insert): \t is also space.
1581         (shr-tag-s): Fix "s" tag name function.
1582         (shr-tag-s): Fix face prop name.
1583
1584 2010-10-03  Julien Danjou  <julien@danjou.info>
1585
1586         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1587
1588         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1589         gnus-window-inside-pixel-edges.
1590
1591         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1592         gnus-ems.
1593
1594         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1595
1596         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1597         function.
1598
1599         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1600         resize choice.
1601
1602 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1605         beginning of the buffer.
1606
1607         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1608         article buffer again.
1609
1610         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1611
1612         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1613         when it's at the start of the buffer.
1614
1615         * shr.el (shr-tag-blockquote): Convert name.
1616         (shr-rescale-image): Use the right image-size variant.
1617
1618         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1619         buffer isn't shown, then select the current article first instead of
1620         bugging out.
1621         (gnus-summary-select-article-buffer): Show both the article and summary
1622         buffers again.
1623
1624         * shr.el (shr-fontize-cont): Protect against regions with no text.
1625         Rename tag functions to shr-tag-* for enhanced security.
1626         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1627
1628 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1629
1630         * shr.el (shr-insert):
1631         * pop3.el (pop3-movemail):
1632         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1633         loaded.
1634
1635 2010-10-03  Glenn Morris  <rgm@gnu.org>
1636
1637         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1638
1639         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1640
1641         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1642
1643         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1644
1645         * gnus-util.el (gnus-make-local-hook): Simplify.
1646
1647 2010-10-02  Julien Danjou  <julien@danjou.info>
1648
1649         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1650         (gnus-ido-completing-read): New function.
1651         (gnus-emacs-completing-read): New function.
1652         (gnus-completing-read): Use gnus-completing-read-function.
1653         Add gnus-completing-read-function.
1654
1655 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * shr.el (shr-insert-document): Autoload.
1658         (shr-img): Be silent.
1659         (shr-insert): Add a newline after every picture before text.
1660         (shr-add-font): Use overlays for combining faces.
1661         (shr-insert): Pass upwards the text start point.
1662
1663         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1664         possible.
1665         (mm-shr): New function.
1666
1667 2010-10-02  Julien Danjou  <julien@danjou.info>
1668
1669         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1670         should go backward.
1671
1672 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1673
1674         * shr.el (shr): Fix typo in provide call.
1675
1676 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * shr.el: New file.
1679
1680         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1681
1682         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1683         completing read.
1684
1685 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1688         we're being queried about.  Suggested by Dan Jacobson.
1689
1690         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1691         Suggested by Jason Eisner.
1692
1693         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1694         table, too.  Suggested by Stefan Wiens.
1695         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1696         the table unnecessary.  Suggested by Stefan Wiens.
1697
1698         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1699         longer needed, and probably doesn't work either, as pointed out by
1700         Stefan Wiens.
1701         (gnus-summary-exit): Remove call to the clearing function.
1702         (gnus-summary-exit-no-update): Ditto.
1703
1704         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1705         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1706         Reported by Stefan Monnier.
1707         (gnus-summary-save-in-rmail): Ditto.
1708
1709         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1710         article buffer, instead of both the article buffer and the summary
1711         buffer.  Sort of suggested by Dan Jacobson.
1712
1713         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1714
1715         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1716         Suggested by Dan Jacobson.
1717
1718         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1719         documentation clearer.
1720
1721         * message.el (message-shorten-references): Comment on the number "21".
1722         Suggested by Stefan Monnier.
1723
1724         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1725         Suggested by Dan Jacobson.
1726
1727         * gnus.el (gnus-large-newsgroup):
1728         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1729
1730         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1731         externalize attachments.  Bug reported by Steve Wen.
1732
1733         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1734         really message anything to the user.
1735
1736         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1737         directly.
1738
1739         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1740         messages in empty groups.
1741
1742 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1743
1744         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1745         non-UIDNEXT group.
1746
1747 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1750         not the value from the collection.
1751
1752         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1753         values.  This sometimes happens on some groups that have no info.
1754         (nnimap-request-newgroups): New function.
1755
1756 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1757
1758         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1759         check into `gnus-registry-initialize'.
1760         (gnus-registry-initialize): Ditto.
1761         Fix and extend header docs.
1762
1763 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1766         regexp backtrace overflows.
1767
1768         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1769         for starttls that tls.el implements; i.e. openssl.
1770
1771         * tls.el (tls-starttls-switches): Give up on using starttls with
1772         gnutls-cli.
1773         (tls-program): Add --insecure to be consistent with the defaults from
1774         openssl s_client.  Now all three commands are insecure.
1775
1776 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * lpath.el: Bind completion-styles-alist for XEmacs.
1779
1780         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1781         (gravatar-create-image): New function that's an alias to
1782         gnus-xmas-create-image, gnus-create-image, or create-image.
1783         (gravatar-data->image): Use it.
1784
1785 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1788         install the nnregistry refer method.
1789         (gnus-registry-install-hooks): Use it.
1790         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1791         unfollowed groups.
1792
1793 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1794
1795         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1796         expanding threads.
1797
1798 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * nnir.el: Use the server names without suffixes (bug #7009).
1801
1802         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1803         unencrypted to STARTTLS, if possible.
1804
1805 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1806
1807         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1808         headers before superseding.
1809
1810 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * nnrss.el (nnrss-use-local): Add documentation.
1813
1814         * nnimap.el (nnimap-extend-tls-programs): New function.
1815         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1816         (nnimap-wait-for-connection): Accept the greeting from the stupid
1817         output from openssl s_client -starttls, too.
1818
1819         * tls.el (tls-starttls-switches): New variable.
1820         (tls-find-starttls-argument): Use it.
1821         (open-tls-stream): Ditto.
1822
1823         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1824         (netrc-machine): Ditto.
1825
1826         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1827         article number.
1828         (nnimap-split-fancy): New variable.
1829         (nnimap-split-incoming-mail): Use it.
1830
1831         * nntp.el (nntp-server-list-active-group): Document.
1832
1833         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1834         SELECT to get the message-id.
1835
1836         * mail-source.el (mail-sources): Remove webmail support.
1837         (defvar): Ditto.
1838         (mail-source-fetcher-alist): Ditto.
1839         (mail-source-fetch-webmail): Remove.
1840
1841         * webmail.el: Remove -- doesn't seem relevant any more.
1842
1843         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1844
1845         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1846         the \r.
1847
1848 2010-09-30  Julien Danjou  <julien@danjou.info>
1849
1850         * gnus-agent.el (gnus-agent-add-group): Fix call to
1851         gnus-completing-read.
1852
1853 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * nndoc.el (nndoc-retrieve-groups): New function.
1856
1857         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1858         `default', use nnmail-split-methods.
1859         (nnimap-request-article): Downcase the NILs so that they are nil.
1860
1861         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1862         symbol.
1863
1864         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1865         code, since if the user has requested network, that's what they ought
1866         to get.
1867         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1868         (nnimap-split-rule): Mark as obsolete.
1869
1870         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1871         New variable.
1872
1873         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1874         correct slot, too.
1875
1876 2010-09-29  Julien Danjou  <julien@danjou.info>
1877
1878         * gnus.el (gnus-local-domain): Declare variable obsolete.
1879
1880         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1881         Fix history computing.
1882         (gnus-ido-completing-read): Require ido.
1883
1884 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1887         build Gnus.
1888
1889         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1890         when interpreting the structures.
1891         (nnimap-request-accept-article): Add \r\n to the lines to make this
1892         work with Cyrus.
1893
1894         * nndraft.el (nndraft-request-expire-articles): Use the group name
1895         instead if "nndraft".  Fix found by Nils Ackermann.
1896
1897 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1898
1899         * nnregistry.el: Add.
1900
1901 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1902
1903         * nnmail.el (group, group-art-list, group-art):
1904         Remove unneeded directives.
1905
1906 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1909         (mm-mime-charset)
1910         * rfc2047.el (rfc2047-syntax-table)
1911         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1912
1913         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1914         rather than `insert-file-contents' and `eval-region'.
1915
1916         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1917         construction.
1918
1919         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1920
1921         * time-date.el: No need to require cl for Emacs 21.
1922
1923 2010-09-29  Julien Danjou  <julien@danjou.info>
1924
1925         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1926         replacement of `gnus-gravatar-relief' to mimic
1927         `gnus-faces-properties-alist'.
1928         Add :version property.
1929
1930 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * mail-source.el (mail-source-report-new-mail)
1933         * message.el (message-default-mail-headers)
1934         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1935
1936         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1937
1938 2010-09-28  Julien Danjou  <julien@danjou.info>
1939
1940         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1941         mail-address contains the same string as real-name.
1942
1943         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1944         non-blank in header, otherwise it'll get stripped.
1945
1946         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1947         real-name, and then for mail address rather than doing : or , search.
1948
1949 2010-09-27  Julien Danjou  <julien@danjou.info>
1950
1951         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1952         right completing-read function.
1953         (gnus-use-ido): New variable
1954         (gnus-completing-read-with-default): Remove.
1955         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1956         (gnus-agent-add-group):
1957         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
1958         * mm-view.el (mm-view-pkcs7-decrypt):
1959         * mm-util.el (mm-codepage-setup):
1960         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1961         * mml-smime.el (mml-smime-openssl-sign-query):
1962         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
1963         (mml-insert-multipart):
1964         * gnus-msg.el (gnus-summary-yank-message):
1965         * gnus-int.el (gnus-start-news-server):
1966         * mm-decode.el (mm-interactively-view-part):
1967         * gnus-dired.el (gnus-dired-attach):
1968         * gnus.el (gnus-read-method):
1969         * gnus-bookmark.el (gnus-bookmark-jump):
1970         * gnus-art.el (gnus-mime-view-part-as-type)
1971         (gnus-mime-action-on-part, gnus-article-encrypt-body):
1972         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
1973         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
1974         * nnmairix.el (nnmairix-create-server-and-default-group)
1975         (nnmairix-update-groups, nnmairix-get-server)
1976         (nnmairix-backend-to-server, nnmairix-goto-original-article)
1977         (nnmairix-get-group-from-file-path):
1978         * nnrss.el (nnrss-find-rss-via-syndic8):
1979         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
1980         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
1981         (gnus-group-browse-foreign-server):
1982         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
1983         (gnus-summary-execute-command, gnus-summary-respool-article)
1984         (gnus-read-move-group-name):
1985         * gnus-score.el (gnus-summary-increase-score)
1986         (gnus-summary-score-effect):
1987         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1988
1989 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1992         x-focus-frame.
1993
1994         * nnimap.el (auth-source-forget-user-or-password)
1995         (auth-source-user-or-password): Autoload.
1996
1997         * message.el (message-from-style, message-interactive)
1998         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1999         (message-yank-prefix, message-indentation-spaces, message-signature)
2000         (message-signature-file): Add comment.
2001
2002 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2005         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2006         new articles.
2007
2008         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2009         parts.
2010         (nnimap-request-article): Work with the t setting, too.
2011
2012         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2013         that you don't get flashes of other buffers.
2014         (gnus-summary-show-complete-article): Intern before setting.
2015
2016 2010-09-27  David Engster  <dengste@eml.cc>
2017
2018         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2019         well as HEADERS.
2020         (nnmairix-retrieve-headers): Provide new argument for the above.
2021
2022 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-sum.el (gnus-summary-move-article): Don't alter
2025         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2026         group.
2027
2028         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2029
2030         * message.el (message-cite-prefix-regexp): Revert my last edit.
2031
2032         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2033         variable instead of the Gnus variable.
2034
2035         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2036
2037         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2038
2039         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2040         since some servers don't like it.
2041         (nnimap-open-connection): Forget credentials if the server says the
2042         password was wrong.
2043         (nnimap-parse-line): Protect against invalid data.
2044
2045         * gnus-sum.el (gnus-summary-move-article): Add comment.
2046         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2047         nothing alters it while scanning for new messages.
2048
2049         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2050         which may or may not help.
2051         (nnimap-open-connection): If we're doing a stream connection, and then
2052         discover we're on a STARTTLS-capable server, then open a STARTTLS
2053         connection instead.
2054
2055 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * nnimap.el (utf7): Require.
2058
2059         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2060         prefix.
2061
2062 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2063
2064         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2065
2066 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nnimap.el (nnimap-request-accept-article): Message the error on
2069         error.
2070
2071 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2074
2075 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nndoc.el (nndoc-request-list): Return success always.
2078
2079         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2080         `fetch-old' -- we only want to fetch the articles we've requested.
2081         The rest are in the agent, probably.
2082         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2083         disappeared server" to something low.  It's not important.
2084
2085         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2086         arrived before the FETCH data.
2087
2088         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2089         target here, because we don't know the Gnus name of the group.
2090
2091         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2092         for the correct group.
2093
2094         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2095
2096         * gnus.el (gnus): Give a final warning after startup.
2097
2098         * gnus-util.el (gnus-action-message-log): New variable.
2099         (gnus-message): Use it.
2100         (gnus-final-warning): New function.
2101
2102         * nnimap.el (nnimap-open-connection): Record the greeting.
2103         (nnimap): Add greeting.
2104
2105 2010-09-26  Julien Danjou  <julien@danjou.info>
2106
2107         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2108         arguments.
2109         (gnus-html-wash-images): Fix spec computing to include start/end.
2110
2111         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2112
2113 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2116         deletion.
2117         (nnimap-retrieve-headers): Don't select the group, because that's
2118         already done by nnimap-possibly-change-group.
2119
2120         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2121         (gnus-picon-transform-address): Use it.
2122
2123         * mail-source.el (mail-source-value): Revert previous patch.
2124
2125         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2126         on failure.
2127         (nnimap-open-connection): Look up both virtual and physical server name
2128         credentials.
2129
2130         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2131
2132 2009-02-07  Dave Love  <fx@gnu.org>
2133
2134         * tls.el (open-tls-stream): Don't query killing process.
2135
2136 2009-02-08  Dave Love  <fx@gnu.org>
2137
2138         * gnus-win.el (gnus-window-to-buffer-helper)
2139         (gnus-all-windows-visible-p): Function needn't be a symbol.
2140
2141         * mail-source.el (mail-source-value): Function needn't be a symbol.
2142
2143 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * message.el (message-cite-prefix-regexp): Remove } from the cite
2146         prefix.
2147
2148         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2149         highlight again, so that the highlight is correct.
2150
2151         * gnus-picon.el (gnus-picon): Remove again.
2152         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2153
2154         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2155         doing the header highlightling, so that the background colour of the
2156         picon is correct.
2157
2158         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2159         (gnus-picon): Ditto.
2160         (gnus-picon): Reinstate.  The background colour for picons is white.
2161         (gnus-picon-insert-glyph): Make the background white.
2162
2163         * nnml.el (nnml-open-nov): Don't return dead buffers.
2164
2165         * auth-source.el (auth-source-create): Query the user for whether to
2166         store the credentials.
2167
2168         * netrc.el (netrc-store-data): New function.
2169
2170         * auth-source.el (auth-source-user-or-password): Use the existing auth
2171         sources, if any, for creation.
2172
2173         * gnus.el (gnus-group-fast-parameter): Return the last matching
2174         parameter instead of the first matching parameter.
2175
2176 2010-09-26  Julien Danjou  <julien@danjou.info>
2177
2178         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2179
2180 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * mml2015.el (mml2015-use): Remove gpg support.
2183
2184         * mml1991.el (mml1991-function-alist): Remove gpg function.
2185         (mml1991-gpg-sign): Remove.
2186
2187 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2188
2189         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2190         (gnus-browse-unsubscribe-current-group): Document it.
2191         (gnus-browse-unsubscribe-group): Use it.
2192
2193 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2196         address to the To list for easier response.
2197
2198         * gnus.el (gnus-play-startup-jingle): Remove.
2199         (gnus-splash): Don't play jingle.
2200         (gnus): Silence gnus-load message.
2201
2202         * gnus-art.el (gnus-treat-play-sounds): Remove.
2203
2204         * gnus.el (gnus-play-jingle): Remove audio support.
2205
2206         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2207
2208         * earcon.el: Remove -- no users.
2209
2210         * gnus-audio.el: Remove -- no users of this package.
2211
2212         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2213
2214         * gnus-start.el (gnus-setup-news): Remove nocem support.
2215
2216         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2217
2218         * gnus.el (gnus-use-nocem): Remove.
2219
2220         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2221         Remove.
2222
2223         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2224         uses NoCeM any more.
2225
2226         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2227         (gnus-button-ctan-handler): Ditto.
2228         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2229         (gnus-button-ctan-directory-regexp): Ditto.
2230         (gnus-button-handle-ctan): Ditto.
2231         (gnus-button-tex-level): Ditto.
2232         (gnus-button-alist): Remove CTAN stuff.
2233
2234 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2237         nnimap-streaming test.
2238
2239         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2240         servers twice.
2241
2242         * nnimap.el (nnimap-open-connection): Add more error reporting when
2243         nnimap fails early.
2244
2245         * nnheader.el (nnheader-get-report-string): New function.
2246         (nnheader-get-report): Use it.
2247
2248         * gnus-int.el (gnus-check-server): Say what the error was when opening
2249         failed.
2250
2251         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2252         using streaming.
2253
2254 2010-09-25  Julien Danjou  <julien@danjou.info>
2255
2256         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2257         gnus-window-inside-pixel-edges.
2258
2259 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2262
2263         * mm-decode.el (mm-save-part): Allow saving to other directories the
2264         normal Emacs way.
2265
2266         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2267         Suggested by Jay Berkenbilt.
2268
2269         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2270         there isn't a single byte.
2271
2272         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2273         just do it.  It doesn't really seem to matter what the user responds
2274         here, I think, so it's just a confusing question.
2275
2276         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2277         non-streaming case.
2278
2279         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2280         (gnus-article-encrypt-body): Use it.
2281
2282         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2283         keystroke.
2284
2285         * nnimap.el (nnimap-find-wanted-parts-1):
2286         Use gnus-fetch-partial-articles.
2287
2288         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2289
2290         * nnimap.el (nnimap-insert-partial-structure): New function.
2291         (nnimap-get-partial-article): New function.
2292         (nnimap-request-article): Use it.
2293         (nnimap-wait-for-response): Return whether the wait was successful.
2294         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2295         retrieval wasn't successful.
2296         (nnimap-retrieve-group-data-early): Allow throttling servers.
2297         (nnimap-streaming): New variable.
2298         (nnimap-fetch-partial-articles): Remove.
2299
2300         * mm-decode.el (mm-with-part): Protect against killed buffers.
2301
2302         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2303         for prettier summary display.
2304
2305 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2306
2307         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2308
2309 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2312         apparently third-party libraries depend on it.
2313
2314         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2315         before starting negotiation.
2316
2317         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2318         privacy reasons.
2319         (gnus-treat-mail-gravatar): Ditto.
2320
2321         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2322         buffer when inserting images.  Inserting text into the headers, for
2323         instance, can make them invalid.
2324
2325 2010-09-25  Julien Danjou  <julien@danjou.info>
2326
2327         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2328         variables.
2329
2330         * nnheader.el: Remove useless variables news-reply-yank-from and
2331         news-reply-yank-message-id.
2332
2333         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2334         variables.
2335
2336         * mml1991.el: Remove useless mml1991-verbose.
2337
2338         * gnus.el: Remove useless variable gnus-use-generic-from.
2339         Remove obsolete variable gnus-topic-indentation.
2340
2341         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2342
2343         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2344
2345         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2346
2347         * gnus-group.el: Remove useless gnus-group-icon-cache.
2348         Remove useless gnus-ephemeral-group-server.
2349
2350         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2351
2352         * mml2015.el: Remove useless mml2015-verbose.
2353
2354         * mml-smime.el: Remove useless mml-smime-verbose.
2355
2356         * gnus.el: Remove useless gnus-local-domain.
2357
2358         * gnus-gravatar.el (gnus-gravatar-transform-address):
2359         Use gnus-gravatar-size.
2360
2361         * gnus-art.el: Remove useless gnus-treat-translate.
2362
2363 2010-09-24  Julien Danjou  <julien@danjou.info>
2364
2365         * gnus-sum.el: Add support for Gravatars.
2366
2367         * gnus-art.el: Add support for Gravatars.
2368
2369         * gnus-gravatar.el: Add this file.
2370
2371         * gravatar.el: Add this file.
2372
2373 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2376
2377         * gnus-group.el (gnus-group-fetch-faq): Remove.
2378
2379         * gnus.el (gnus-group-faq-directory): Remove.
2380
2381         * gnus-group.el (gnus-group-fetch-charter): Remove.
2382
2383         * gnus.el (gnus-group-charter-alist): Remove.
2384
2385         * gnus-group.el (gnus-group-archive-directory): Remove.
2386         (gnus-group-recent-archive-directory): Ditto.
2387         (gnus-group-make-archive-group): Remove.
2388
2389         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2390
2391         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2392         use the same article number for all the cached articles.
2393
2394         * nnimap.el (nnimap-command): Register the last command time so
2395         that we can use it for idling NOOPs.
2396         (nnimap-open-connection): Start the keeplive timer.
2397         (nnimap-make-process-buffer): Store all the process buffers.
2398         (nnimap-keepalive): New function.
2399
2400         * starttls.el (starttls-open-stream): Add autoload cookie.
2401
2402 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2403
2404         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2405         handling.
2406
2407 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2410         its data structures.
2411
2412         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2413         instead of the cl.el copy-list.
2414         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2415         equalp.
2416
2417 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2420         and tool-bar-local-item-from-menu.
2421
2422         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2423         mode-line-highlight face for Emacs.
2424
2425         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2426         loading gnus-sum.elc; fix comment for canlock-verify.
2427         (gnus-article-jump-to-part): Use read-number.
2428         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2429         Remove Emacs pre-21 compatible code for help-echo.
2430         (gnus-article-next-page-1): No need to adjust the number of lines.
2431         (gnus-article-describe-bindings): Always use help-buffer.
2432
2433         * gnus-audio.el (gnus-audio-inline-sound)
2434         * gnus-cus.el (gnus-custom-mode)
2435         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2436
2437         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2438
2439         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2440         compatible code.
2441
2442 2010-09-24  Glenn Morris  <rgm@gnu.org>
2443
2444         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2445         visiting the fcc file in rmail-mode.
2446
2447         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2448
2449 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * nnir.el: Silence the byte compiler.
2452
2453         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2454         alias to browse-url-url-encode-chars if any.
2455         (gnus-html-encode-url): Use it.
2456
2457 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-start.el (gnus-use-backend-marks): New variable.
2460         (gnus-get-unread-articles-in-group): Use it.
2461
2462         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2463         makeover.
2464
2465 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2466
2467         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2468
2469 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2472         Remove.
2473         (gnus-setup-news-hook):
2474         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2475
2476         * gnus-int.el (gnus-request-update-info): Protect against backends not
2477         having the function.
2478
2479         * nnimap.el (nnimap-stream): Mention starttls.
2480         (nnimap-open-connection): Add starttls support.
2481
2482 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2483
2484         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2485
2486 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2489         BODYSTRUCTUREs.
2490         (nnimap-transform-headers): Unfold quoted {42} headers.
2491
2492         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2493         the info.
2494         (gnus-get-unread-articles): Only call updatep on backends that support
2495         it.
2496
2497         * nnweb.el (nnweb-request-update-info): NOOP.
2498
2499         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2500
2501         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2502         since it only deals with marks.
2503
2504         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2505         gnus-request-marks, and make a new gnus-request-update-info.
2506
2507         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2508         the active instead of the high number, which is usually too low.
2509
2510 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2511
2512         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2513         * encrypt.el: Remove.
2514
2515 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2518         server in symbolic form.
2519
2520         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2521
2522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2525         (nnimap-update-info): Fix up code slightly.
2526
2527         * gnus-int.el (gnus-open-server): Add tracing for performance
2528         debugging.
2529
2530         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2531         (gnus-group-insert-group-line): Pass the real group name so that it
2532         gets the right data.
2533
2534         * gnus-start.el (gnus-get-unread-articles): Don't have
2535         `gnus-get-unread-articles-in-group' update info, since that can be
2536         really slow and doesn't seem to be needed?
2537
2538 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2539
2540         * time-date.el (date-to-time): Try using parse-time-string first before
2541         using the slower timezone-make-date-arpa-standard.
2542
2543 2010-09-22  Julien Danjou  <julien@danjou.info>
2544
2545         * gnus-group.el (gnus-group-insert-group-line):
2546         Call gnus-group-highlight-line.
2547         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2548         default hook list.
2549         (gnus-group-update-eval-form): Add new function.
2550         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2551         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2552
2553 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2556         immediate, then expire all articles.
2557         (nnimap-update-info): Fix off-by-one errors.
2558         (nnimap-flags-to-marks): Would return no marks lists for group with no
2559         flags.  Instead return the other data.
2560
2561 2010-09-22  Julien Danjou  <julien@danjou.info>
2562
2563         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2564         Only return an icon.
2565         (gnus-group-insert-group-line): Compute icon to return.
2566
2567         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2568         (gnus-html-image-fetched): Only cache if
2569         gnus-html-image-automatic-caching is set.
2570         (gnus-html-image-fetched): Check for errors.
2571
2572 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2575         once per method on `g'.  This ensures that backends like nnfolder don't
2576         open all their folders.
2577
2578         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2579         (nnimap-request-list): Nix out group in the correct buffer.
2580         (nnimap-parse-flags): Implement by using `read' instead of
2581         hand-parsing.
2582         (nnimap-flags-to-marks): Pass on permanent-flags.
2583         (nnimap-make-process-buffer): Record the server name.
2584         (nnimap-parse-flags): Fix typo.
2585         (nnimap-request-scan): Run split on the server in general, not just a
2586         single group.
2587
2588         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2589         parameter, and propagate this downwards.
2590
2591         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2592         since EXAMINE changes it on the server.
2593
2594         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2595         this command might take a while.
2596
2597 2010-09-22  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2600         harmful if you have 2 images side-by-side, they can't be properly
2601         update on text deletion.  Using text-property is safer here.
2602         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2603         data.
2604
2605 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * nnimap.el (nnimap-expunge-inbox): Remove.
2608         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2609         (nnimap-expunge): Flip default to t.
2610
2611         * gnus.el (gnus-method-to-server): Don't push things to the cache
2612         unless it's unique.
2613         (gnus-server-to-method): Ditto.
2614
2615 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2616
2617         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2618
2619 2010-09-22  Julien Danjou  <julien@danjou.info>
2620
2621         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2622         get the start of data.
2623         (gnus-html-encode-url): Add this function to encode special chars in
2624         URL.
2625         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2626         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2627
2628         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2629         default.
2630         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2631
2632         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2633         images alt-text.
2634         (gnus-html-put-image): Put alt-text as help-echo.
2635
2636 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2639         * mm-util.el (mm-decompress-buffer)
2640         * nnir.el (nnir-run-find-grep)
2641         * pop3.el (pop3-list): Use 3rd arg of split-string.
2642
2643         * time-date.el (format-seconds): Comment fix.
2644
2645         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2646         and byte-optimize-form-code-walker.
2647         (dgnushack-make-auto-load): Don't advise make-autoload.
2648
2649         * lpath.el: Remove Emacs 21 stuff.
2650
2651 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2654         outside the active range.  Suggested by Dan Christensen.
2655
2656         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2657         slightly later to avoid double-getting it.
2658
2659         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2660         previous patch.
2661
2662         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2663
2664 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2665
2666         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2667
2668 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-int.el (gnus-open-server): Give a better error message in the
2671         "go offline" case.
2672
2673         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2674         marks for nnimap, which is seldom the right thing to do.
2675
2676         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2677         (gnus-same-method-different-name): New function.
2678
2679         * nnimap.el (parse-time): Require.
2680
2681         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2682         method in the presence of many similar methods.
2683
2684         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2685
2686         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2687         nnml-inhibit-expiry.
2688
2689         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2690         find out whether methods are equal.
2691
2692         * nnimap.el (nnimap-find-expired-articles): New function.
2693         (nnimap-process-expiry-targets): New function.
2694         (nnimap-request-move-article): Request the article before looking at
2695         what the Message-ID is.  Fix found by Andrew Cohen.
2696         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2697
2698         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2699         for oldness in addition to being a predicate.
2700
2701         * nnimap.el (nnimap-request-group): When we have zero articles, return
2702         the right data to Gnus.
2703         (nnimap-request-expire-articles): Only delete articles immediately if
2704         the target is 'delete.
2705
2706         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2707         method, this would bug out.
2708
2709         * gnus-group.el (gnus-group-expunge-group): Rename from
2710         gnus-group-nnimap-expunge, and implemented as a normal interface
2711         function.
2712
2713         * gnus-int.el (gnus-request-expunge-group): New function.
2714
2715         * nnimap.el (nnimap-request-create-group): Implement.
2716         (nnimap-request-expunge-group): New function.
2717
2718 2010-09-21  Julien Danjou  <julien@danjou.info>
2719
2720         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2721         (gnus-html-cache-expired): Add new function.
2722         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2723         wethever we should display image for fetch it.
2724         Compute alt-text earlier to pass it to the fetching function too.
2725         (gnus-html-schedule-image-fetching): Change function argument to only
2726         get one image at a time, not a list.
2727         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2728         cache.
2729         (gnus-html-get-image-data): New function to retrieve image data from
2730         cache.
2731         (gnus-html-put-image): Change buffer argument to use image data rather
2732         than file, and place image above region rather than inserting a new
2733         one.  Do not take alt-text as argument, since it's useless now: we place
2734         the image above alt-text.
2735         (gnus-html-prune-cache): Remove.
2736         (gnus-html-show-images): Start to fetch image when we find one, do not
2737         push into a temporary list.
2738         (gnus-html-prefetch-images): Only fetch image if they have expired.
2739         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2740         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2741
2742 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2745
2746 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2749         spec inser "*" if the group isn't active instead of 0.
2750
2751         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2752         opening the server.
2753         (nnimap-request-delete-group): Implement group deletion.
2754         (nnimap-transform-headers): Return the size of the entire message in
2755         the Bytes header, not just the size of the first part.
2756         (nnimap-request-move-article): When moving an article from nnimap,
2757         request the article first so the accepting form has an article to
2758         accept.  Reported by Dan Christensen.
2759         (nnimap-command): Make sure that the error message doesn't error out.
2760
2761 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2762
2763         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2764         we haven't requested anything.
2765
2766 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2769         "".  Fix found by Andrew Cohen.
2770
2771         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2772         instead of -encode-string.
2773
2774 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2777
2778         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2779         by mm-subst-char-in-string.
2780
2781 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2784         waiting for the connection string.
2785
2786         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2787         arriving.
2788
2789         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2790         bogus characters.  This allows selecting certain Gmail groups.
2791
2792         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2793         (nnimap-fetch-partial-articles): New variable.
2794         (nnimap-open-connection): When looking for credentials, also use the
2795         nnimap-server-port.
2796         (nnimap-request-article): Return the group/article number, so that Gnus
2797         `^' works as expected.
2798         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2799
2800         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2801         comments.
2802         (gnus-methods-sloppily-equal): New function.
2803         (gnus): When using the development version of Gnus, load the gnus-load
2804         file.
2805
2806         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2807         `gnus-open-server' on each method before trying to scan them etc.
2808         This ensures that all the backend parameters are set correctly.
2809
2810         * nnimap.el (nnimap-authenticator): New variable.
2811         (nnimap-open-connection): Allow anonymous login.
2812         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2813         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2814
2815         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2816         patch, found by Knut Anders Hatlen.
2817
2818 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2819
2820         * gnus-agent.el (gnus-agent-batch-confirmation)
2821         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2822         to gnus-message.
2823         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2824         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2825         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2826         * gnus-int.el (gnus-open-server): Likewise.
2827         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2828         (gnus-score-check-syntax): Likewise.
2829         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2830         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2831         Likewise.
2832         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2833
2834 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2837         calling conventions so that prefetch doesn't bug out.
2838
2839 2010-09-19  Julien Danjou  <julien@danjou.info>
2840
2841         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2842         rather than `subst-char-in-region' in order to be able to replace ASCII
2843         char by UTF-8 ones.
2844
2845         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2846         than curl.
2847         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2848         the right URL and ALT text on images.
2849         (gnus-html-wash-tags): Fix tag case.
2850         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2851         (gnus-article-html): Add -o display_ins_del=2 option.
2852         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2853
2854 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2857         the extra mail headers, which sometimes seem to happen for unknown
2858         reasons.
2859
2860         * mail-parse.el (mail-header-encode-parameter): Define as
2861         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2862         (or most, perhaps?) mail readers don't understand the latter, but do
2863         understand the former.
2864
2865         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2866         to nil, so that no methods are automatically agentized.  I think this
2867         is probably what most users want.
2868
2869         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2870         from url-retrieve, for instance about invalid URLs.
2871
2872         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2873         groups that have no articles.
2874         (nnimap-request-article): Check that we really got an article when we
2875         requested one.
2876
2877         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2878         doesn't exist.
2879
2880         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2881         nntp buffer so the agent can save it.
2882         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2883         that CRLF doesn't get translated to \n.
2884         (nnimap-open-connection): Don't make 'shell commands only send \n.
2885
2886 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2887
2888         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2889         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2890         Update var name.
2891         (nnml-generate-nov-file): Use dolist.
2892         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2893         Use with-current-buffer.
2894
2895 2010-09-18  Julien Danjou  <julien@danjou.info>
2896
2897         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2898         parallel.
2899
2900 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2903         the range update right.
2904         (nnimap-request-group): Don't make `M-g' bug out on group with no
2905         marks.
2906         (nnoo): Require, so that other packages can require nnimap.
2907         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2908         command we're looking for.  This helps when the server sends more
2909         responses after we've gotten everything we expected.
2910         (nnimap): Add a `newlinep' field to keep track of end-of-line
2911         conventions.
2912         Don't send CRLF to things that don't want it.
2913         (nnimap-request-accept-article): Ditto.
2914
2915 2010-09-18  Julien Danjou  <julien@danjou.info>
2916
2917         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2918         than curl to retrieve images.
2919
2920 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2923         the marks.
2924         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2925         (nnimap-wait-for-connection): New function.
2926         (nnimap-open-connection): If we have PREAUTH, don't query for login
2927         credentials.
2928         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2929         when doing a partial update.
2930
2931 2010-09-18  Julien Danjou  <julien@danjou.info>
2932
2933         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2934         tags.
2935
2936 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * nnimap.el (nnimap-credentials): New function.
2939         (nnimap-open-connection): Use the new function to look for credentials
2940         also on the numeric equivalents of "imap" and "imaps".
2941
2942         * gnus-start.el (gnus-activate-group): Send the info to
2943         gnus-request-group.
2944
2945         * nnimap.el (nnimap-request-group): Have the "check" version of the
2946         function parse flags and update the info, so that a `M-g' get a total
2947         resync of all flags from the group.
2948
2949         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2950         to allow backends to alter the info on group selection.  Also alter all
2951         the backend -request-group functions to take the parameter.
2952
2953         * nnimap.el (nnimap-store-info): New function.
2954         (nnimap-update-info): Store the info for later usage.
2955         (nnimap-request-group): Use the stored info for the dont-check case, so
2956         that we don't retrieve all marks when we enter a group.
2957
2958         * nnimap.el: Use deffoo instead of defun for interface functions.
2959
2960         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2961         update the group info.  This makes the nndraft groups, for instance, go
2962         back to their old behaviour.
2963
2964         * gnus-sum.el (gnus-select-newsgroup): Indent.
2965
2966         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2967         in.
2968         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2969         nothing.
2970
2971         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2972         from methods that are denied.
2973
2974         * gnus-int.el (gnus-method-denied-p): New function.
2975
2976         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2977         store the password instead of netrc.
2978         (nnimap-open-connection): Don't error out when we can't make a
2979         connections.
2980
2981         * auth-source.el (auth-source-create): In the password prompt, say what
2982         we're querying for.  Also prompt for user name if that hasn't been
2983         given.
2984
2985         * nnimap.el (nnimap-with-process-buffer): Remove.
2986
2987 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2990         method when we're reading from the agent.
2991
2992         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2993
2994         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2995         that's probably most useful for users.
2996
2997         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2998         "failed" all the time.
2999
3000         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3001         ...)) with (with-current-buffer ... ).
3002
3003         * nntp.el (nntp-open-server): Return whether the open was successful or
3004         not.
3005
3006         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3007         select an unread unseen article first.
3008
3009         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3010         /etc/services, supply some sensible port defaults.
3011
3012         * dgnushack.el: Define netrc-credentials.
3013
3014 2010-09-17  Julien Danjou  <julien@danjou.info>
3015
3016         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3017
3018 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3019
3020         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3021         doesn't have any parameters.
3022
3023 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3026         only upcased checks.
3027
3028         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3029
3030         * nnimap.el (nnimap-open-shell-stream): New function.
3031         (nnimap-open-connection): Use it.
3032         (nnimap-transform-headers): Get the number of lines in each message.
3033         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3034         number of lines.
3035         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3036         problem.
3037
3038         * utf7.el (utf7-encode): Autoload.
3039
3040         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3041         to allow the mail splitting to not return a default group.  This is
3042         useful for nnimap, which will leave unmatched mail in the inbox.
3043
3044         * nnimap.el: Rewritten.
3045
3046         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3047         nnimap usage.
3048
3049         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3050         if the move is internal, so that nnimap can do fast internal moves.
3051
3052         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3053         data.
3054         (gnus-read-active-for-groups): Support finishing the early retrieval of
3055         data.
3056
3057         * gnus-range.el (gnus-range-nconcat): New function.
3058
3059         * gnus-int.el (gnus-finish-retrieve-group-infos)
3060         (gnus-retrieve-group-data-early): New functions.
3061
3062 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3063
3064         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3065         (nnrss-retrieve-groups):
3066         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3067         (pop3-quit): Use with-current-buffer.
3068
3069 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3072         instead of nnheader-accept-process-output.
3073
3074         * dgnushack.el (dgnushack-compile): Add comment.
3075
3076         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3077
3078         * gnus-html.el (gnus-html-schedule-image-fetching)
3079         (gnus-html-prefetch-images): Replace process-kill-without-query by
3080         gnus-set-process-query-on-exit-flag.
3081
3082 2010-09-16  Romain Francoise  <romain@orebokech.com>
3083
3084         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3085
3086 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3089         parameter to unintern is mandatory-ish in Emacs 24.
3090
3091         * gnus-html.el (gnus-html-schedule-image-fetching)
3092         (gnus-html-prefetch-images): Check for curl before using it.
3093
3094         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3095         depend on curl, which isn't essential.
3096
3097         * imap.el: Revert back to version
3098         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3099         seem problematic.
3100
3101 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3102
3103         * gnus-registry.el (gnus-registry-install-shortcuts):
3104         Explicitly pass `obarray' to `unintern' to avoid a warning.
3105
3106 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3109         change.
3110
3111         * nnrss.el (nnrss-request-list): Remove this function and related
3112         functions, including the moreover stuff.
3113
3114 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * nnrss.el (nnrss-retrieve-groups): New function.
3117
3118 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3119
3120         * .dir-locals.el: Add no-byte-compile cookie.
3121
3122 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * time-date.el (format-seconds): Comment fix.
3125
3126         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3127         for back end that doesn't support request-scan.
3128
3129 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3132         then do request scans from the backends.
3133
3134         * netrc.el (netrc-credentials): New conveniency function.
3135
3136         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3137         avoid running a hook per line, since this takes a lot of time,
3138         profiling shows.
3139         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3140         directly if gnus-visual-p is true.
3141
3142 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3145         groups; replace mapcar with dolist which is a bit faster; pass groups
3146         info to gnus-read-active-file-1.
3147         (gnus-read-active-file-1): Scan only specified groups if the new
3148         optional arg `infos' is given.
3149
3150 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3153
3154         * pop3.el (pop3-movemail): Remove.
3155         (pop3-streaming-movemail): Rename to pop3-movemail.
3156
3157         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3158         don't restrict end-tag searches to the end of the line.
3159
3160 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3163         articles of every unchecked group to t, which means unknown since the
3164         server has never been opened.
3165
3166 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * gnus-html.el (gnus-html-show-alt-text): New command.
3169         (gnus-html-browse-image): Ditto.
3170         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3171         to browse the image directly.
3172         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3173         better.
3174
3175         * gnus-async.el (gnus-async-article-callback):
3176         Call `gnus-html-prefetch-images' unconditionally.
3177
3178         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3179         before feeding URLs to curl.
3180
3181 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3184         internal images as deletable by `W D D'.
3185
3186         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3187         (gnus-async-article-callback): Fix typo.
3188
3189 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3192         current line to work around bugs in the output from w3m.
3193
3194         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3195         for groups that want that.
3196
3197         * nntp.el (nntp-wait-for-string): Supply a timeout for
3198         accept-process-output to ensure progress.
3199
3200         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3201         level to get unread articles from, then use that for foreign groups,
3202         too.
3203
3204         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3205         confuses the rest of the function.
3206
3207         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3208         for the methods that support -retrieve-groups, too.
3209
3210         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3211
3212 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3215         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3216
3217         * pop3.el: Require cl when compiling.
3218         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3219
3220 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3223         that aren't going to be activated.
3224         (gnus-get-unread-articles): Fix up the last commit.
3225
3226         * gnus-html.el (gnus-article-html): Allow calling without specifying
3227         the handle.  In that case, dissect the buffer first.
3228
3229         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3230
3231         * nnimap.el (nnimap-open-connection): Revert the change that would look
3232         into authinfo for imaps instead of imap.
3233
3234         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3235         say that you don't want to call gnus-request-group with don-check, but
3236         do check the reponse.  This is for virtual groups only.
3237         (gnus-get-unread-articles): Count the archive groups as secondary, so
3238         that they're activated the same way as before.
3239
3240         * imap.el (imap-message-map): Removed optional buffer parameter, since
3241         no callers use it.
3242         (imap-message-get): Ditto.
3243         (imap-message-put): Ditto.
3244         (imap-mailbox-map): Ditto.
3245         (imap-mailbox-put): Ditto.
3246         (imap-mailbox-get): Ditto.
3247         (imap-mailbox-get): Revert last change for this function.
3248
3249         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3250         case-insensitively.
3251         (nnimap-debug): Remove.
3252
3253         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3254         to use `imap-fetch' instead.  According to the comments, this should be
3255         safe, since all other IMAP clients use the 1:* syntax.
3256         (imap-enable-exchange-bug-workaround): Removed.
3257         (imap-debug): Removed -- doesn't seem very useful.
3258
3259         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3260         mail from a file, and the file doesn't exist.
3261
3262         * imap.el (imap-log): New convenience function used throughout instead
3263         of repeating the same code all over the place.
3264
3265         * pop3.el (pop3-streaming-movemail): Return t for success.
3266
3267         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3268         .authinfo if we're using ssl connection.
3269
3270         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3271         already have if we're in a main Gnus `g' run.
3272
3273         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3274
3275 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3278
3279         * nnmh.el (nnmh-request-list-1): Bind `file'.
3280
3281         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3282         alias to set-process-query-on-exit-flag or process-kill-without-query.
3283         (pop3-open-server): Use it.
3284
3285 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3288         box to the Incoming file.  Fixes mistake in previous checkin.
3289
3290         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3291         request loop (for debugging purposes) removed.
3292
3293         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3294         culprit is more visible.
3295         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3296         (nnml-add-incremental-nov): New functions to do "incremental" nov
3297         updates, where we just append to the end of the existing nov files
3298         without reading/writing them in full.
3299
3300         * mail-source.el (mail-source-delete-crash-box): Really only check the
3301         incoming files once in a while.
3302
3303         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3304
3305         * mail-source.el (mail-source-delete-crash-box): Only check the
3306         incoming files for deletion once per day to save a lot of file
3307         accesses.
3308
3309         * pop3.el (pop3-logon): Fix up unbound variable typo.
3310
3311         * mail-source.el (pop3-streaming-movemail): Autoload.
3312
3313         * pop3.el (pop3-streaming-movemail):
3314         Respect pop3-leave-mail-on-server.
3315
3316         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3317         retrieval.
3318
3319         * pop3.el (pop3-process-filter): Remove unused function.
3320         (pop3-streaming-movemail, pop3-send-streaming-command)
3321         (pop3-wait-for-messages, pop3-write-to-file)
3322         (pop3-number-of-responses): New functions for streaming pop3
3323         retrieval.
3324
3325         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3326         come from no known methods.
3327         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3328         list.
3329
3330         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3331         message sizes.
3332         (pop3-movemail): Use erase-buffer instead of looping and deleting
3333         regions, which seems rather odd.
3334
3335         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3336         file once per `g' run.
3337
3338         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3339         directories.  This makes the draft queue directory work.
3340
3341         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3342         data from the backends, so that we only request the list of groups from
3343         each method once.  This should speed things up considerably.
3344
3345         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3346         detect that it's not implemented.
3347
3348         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3349         we actually do recurse down into the tree, but don't stat all leaf
3350         nodes.
3351
3352         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3353         then say so instead of bugging out.
3354
3355         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3356         files exist before trying to read them.
3357
3358         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3359         around <pre_int>.
3360
3361         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3362
3363         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3364
3365 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * mm-util.el (mm-image-load-path): Just return the image directories,
3368         not all directories in the path in addition to the image directories.
3369         (mm-image-load-path): Maintain a cache of the image directories so that
3370         the `g' command in Gnus doesn't have to stat dozens of directories each
3371         time.
3372
3373         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3374         (gnus-html-wash-tags): Add a new `i' command to insert images.
3375         (gnus-html-insert-image): New command and keystroke.
3376         (gnus-html-redisplay-with-images): New command and keystroke.
3377         (gnus-html-show-images): Rename command.
3378         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3379         spacers.
3380         (gnus-html-wash-tags): Decode entities at the end, so that entities
3381         inside the tags don't mess up the rest of the "parsing".
3382
3383         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3384         so that nnimap methods aren't agentized by default.  There's apparently
3385         many problems related to agent/imap behaviour.
3386
3387         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3388
3389         * gnus-html.el: Doc fix.
3390
3391 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3394         specifier-spec-list for Emacs 21.
3395
3396         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3397         glyph-width and glyph-height instead of display-graphic-p and
3398         image-size; make avoidance of displaying small images work for XEmacs.
3399
3400         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3401         for XEmacs.
3402
3403         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3404         of symbol that holds plist data.
3405         (gnus-process-plist): Remove plist of process after getting it.
3406
3407 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * message.el (message-generate-hashcash): Change default to
3410         'opportunistic if hashcash is installed.
3411
3412         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3413         (gnus-html-put-image): Only call image-size once, since it's somewhat
3414         time-consuming on remote X servers.
3415
3416 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3419         type on data, not a file name.
3420
3421         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3422         window-pixel-edges for Emacs 21.
3423
3424         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3425         decoded contents.
3426         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3427
3428 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3431         group line format, since it isn't very interesting.
3432
3433         * gnus-agent.el (gnus-agent-short-article),
3434         (gnus-agent-long-article): Increase values for these two variables,
3435         since most people are likely to have more network connection and
3436         storage than before.
3437
3438         * gnus.el (gnus-refer-article-method): Change default to 'current.
3439         When referring an article, the common behaviour is to refer it from the
3440         current select method, not the native select method.  The chances of
3441         the native select method having the message in question is rather slim
3442         these days.
3443
3444         * gnus-sum.el (gnus-auto-select-subject): Change default to
3445         `unseen-or-unread'.  I think it's likely that most people want to
3446         select an unseen article over a previously seen, but unread one.
3447
3448         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3449         means that in the article buffer none of the minor mode elements will
3450         be shown, usually, and this is not desirable in most cases.
3451
3452         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3453         that commands like `d' (and the like) go to the next line in the
3454         buffer, instead of the next unread article.  I think this is the
3455         behaviour that is most natural for most users.
3456         (gnus-single-article-buffer): Change default to nil, so that people can
3457         have as many article buffers open as they have summary buffer.  I think
3458         this is the most natural way for the groups to behave.
3459
3460         * message.el (message-generate-new-buffers): Change default to
3461         `unsent', so that all new message buffers start their names with the
3462         string "*unsent", and it's easier to find the buffers if you move from
3463         them.
3464
3465 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466
3467         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3468         small.  They're probably tracking images.
3469         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3470         (gnus-html-rescale-image): Yet another try at getting the image sizing
3471         right.
3472
3473         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3474         nntp-marks-file-name is nil.
3475
3476 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * gnus-html.el (gnus-html-wash-tags)
3479         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3480         Better logging.
3481
3482 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3485
3486         * gnus-html.el (gnus-html-wash-tags): Check the value of
3487         gnus-blocked-images in the summary buffer.
3488
3489 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3492
3493 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3496         like "a", it seems like.
3497         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3498         since it needs to be picked from the correct buffer.
3499
3500         * nnwfm.el: Remove.
3501
3502         * nnlistserv.el: Remove.
3503
3504 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3507         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3508
3509 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * nnkiboze.el: Remove.
3512
3513         * nndb.el: Remove.
3514
3515         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3516         alt text.
3517         (gnus-html-rescale-image): Try to get the rescaling logic right for
3518         images that are just wide and not tall.
3519
3520         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3521         overshadow variable bindings.
3522
3523 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3524
3525         * gnus-html.el (gnus-html-wash-tags)
3526         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3527         Add extra logging.
3528
3529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3532         (gnus-max-image-proportion): New variable.
3533         (gnus-html-rescale-image): New function.
3534         (gnus-html-put-image): Rescale images.
3535
3536 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3537
3538         Fix up some byte-compiler warnings.
3539         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3540         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3541         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3542         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3543         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3544         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3545         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3546
3547 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-html.el (gnus-article-html): Decode contents by charset.
3550
3551 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3554         (gnus-html-frame-width, gnus-blocked-images)
3555         * message.el (message-prune-recipient-rules): Add custom version.
3556         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3557
3558         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3559         functions.
3560
3561         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3562         gnus-process-get.
3563
3564 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3565
3566         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3567         instead of lsub directly.
3568
3569 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * nnwarchive.el: Remove.
3572
3573         * gnus-soup.el: Remove.
3574
3575         * nnsoup.el: Remove.
3576
3577         * nnultimate.el: Remove.
3578
3579         * gnus-html.el (gnus-blocked-images): New variable.
3580
3581         * message.el (message-prune-recipients): New function.
3582         (message-prune-recipient-rules): New variable.
3583
3584         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3585         guess whether a long line is natural text or not.
3586
3587         * gnus-html.el (gnus-html-schedule-image-fetching):
3588         Use gnus-process-plist and friends for compatibility.
3589
3590 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3591
3592         * gnus-html.el: Require packages that define macros used in this file.
3593         (gnus-article-mouse-face): Declare to silence byte-compiler.
3594         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3595         process-get.
3596         (gnus-html-put-image): Use plist-get to avoid getf.
3597         (gnus-html-prefetch-images): Use with-current-buffer.
3598
3599 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-ems.el: Provide compatibility functions for
3602         gnus-set-process-plist.
3603
3604         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3605         header-line-format for XEmacs 21.4.
3606
3607         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3608         * gnus.el (gnus-valid-select-methods)
3609         * message.el (message-send-mail-partially-limit)
3610         * mm-decode.el (mm-text-html-renderer)
3611         * mml.el (mml-insert-mime-headers-always)
3612         * smiley.el (smiley-regexp-alist): Bump custom version.
3613
3614 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus-html.el: require mm-url.
3617         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3618         with the url to `url'.
3619         (gnus-html-wash-tags): Support cid: URLs/images.
3620
3621 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3624         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3625         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3626
3627         * gnus-move.el: Remove file, since it doesn't really work.
3628
3629         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3630         UTF-8.  This seems to fix problems with some German web feeds.
3631
3632         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3633         at the top so that the proper colours are applied.
3634
3635         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3636         don't have dots in their names.
3637
3638         * gnus-art.el (gnus-article-view-part): Doc fix.
3639
3640         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3641         XEmacs-compatible.
3642         (gnus-html-put-image): Don't do images on non-graphic displays.
3643
3644         * nnslashdot.el: Remove this unused backend.
3645
3646         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3647         actions.
3648         (gnus-undo-register-1): Revert last change.
3649
3650         * gnus-group.el (gnus-group-completing-read): Protect against not
3651         having completion-styles bound.
3652
3653         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3654         make broken recipients happier.
3655
3656         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3657
3658         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3659         point parameter.
3660
3661         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3662
3663         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3664         completion-styles for group selection.
3665
3666 2009-02-04  Andreas Schwab  <schwab@suse.de>
3667
3668         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3669         headers and regexp-quote the match if necessary.
3670
3671 2009-03-24  Miles Bader  <miles@gnu.org>
3672
3673         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3674         the blinking smiley.
3675
3676 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3677
3678         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3679         blink smiley.
3680
3681 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3684         where the dribbel file lives exists.
3685
3686         * message.el (message-send-mail-partially-limit): Change the default to
3687         nil, since most people don't want this.
3688
3689         * mm-url.el (mm-url-decode-entities): Also decode entities like
3690         &#x3212.
3691
3692 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3693
3694         * gnus-sum.el (gnus-summary-idna-message):
3695         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3696         Hyperlink urls in docstrings with URL `...'.
3697
3698 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3699
3700         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3701         functions.
3702
3703 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3706         say what the mouseover text should be.
3707
3708         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3709         version of the mm-w3m-safe-url-regexp variable to only download images
3710         in the groups where we want that to happen.
3711
3712         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3713
3714         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3715         easier debugging.
3716         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3717         big pictures in the article buffer.
3718
3719         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3720         gnus-article-html.
3721         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3722         w3m.
3723
3724         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3725
3726 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3729         which doesn't exist.
3730
3731         * message.el (message-inhibit-ecomplete): New variable to allow some
3732         function to inhibit ecomplete address storage.
3733         (message-resend): Disable ecomplete message storage when resending
3734         messages.
3735
3736         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3737
3738 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3741         Save excursion while copying, moving, and deleting articles in order to
3742         prevent the cursor from jumping to unforeseen place.
3743
3744 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * lpath.el: No need to bind bookmark-current-buffer,
3747         bookmark-yank-point and bookmark-make-record-function.
3748
3749 2010-08-17  Glenn Morris  <rgm@gnu.org>
3750
3751         * gnus-sync.el: Require gnus components whose functions are used.
3752
3753         * gnus-art.el (bookmark-make-record-function):
3754         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3755         Declare for compiler.
3756
3757         * mm-url.el (mml-compute-boundary): Autoload.
3758
3759 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3762
3763 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3764
3765         Typo fix "hoo4a" -> "hook".
3766
3767         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3768
3769 2010-08-14  Glenn Morris  <rgm@gnu.org>
3770
3771         * gnus-sync.el (gnus-sync): Fix defgroup version.
3772
3773 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3774
3775         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3776
3777         * gnus-sync.el: Fix docs.
3778         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3779         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3780
3781 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         Optimizations for gnus-sync.el.
3784
3785         * gnus-sync.el: Add docs about gnus-sync-backend
3786         possibilities.
3787         (gnus-sync-save): Remove unnecessary message.
3788         (gnus-sync-read): Optimize and show what groups were skipped.
3789
3790 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3791
3792         Minor bug fixes for gnus-sync.el.
3793
3794         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3795         Don't read the sync on get-new-news.
3796
3797         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3798         quiet.
3799
3800         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3801         (fix typo).
3802
3803 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3804
3805         Make saving and restoring of hidden threads work with overlays.
3806         Patch applied by Ted Zlatanov.
3807
3808         * gnus-sum.el (gnus-hidden-threads-configuration)
3809         (gnus-restore-hidden-threads-configuration): Update to deal with text
3810         properties, rather than searching for a magic character.
3811
3812 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         New gnus-sync.el library for synchronization of marks.
3815
3816         * gnus-sync.el: New library for synchronization of marks.
3817
3818         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3819         renamed from `gnus-registry-grep-in-list'.
3820
3821         * gnus-registry.el (gnus-registry-follow-group-p):
3822         Use `gnus-grep-in-list'.
3823
3824         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3825
3826 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3829         determining charset of text fails.
3830
3831 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * nnmail.el (nnmail-get-new-mail-1): Revert.
3834
3835         * nnml.el (nnml-active-number): Make sure names of newly created groups
3836         in nnml-group-alist are encoded.
3837
3838 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3841         containing non-ASCII characters in active file for nnml back end.
3842
3843 2010-07-24  David Engster  <dengste@eml.cc>
3844
3845         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3846         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3847
3848 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3849
3850         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3851         tag (Bug#6654).
3852
3853 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3856         the article buffer, not the summary buffer.
3857
3858 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3861         Emacs 23 as well.
3862
3863 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3866         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3867
3868 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3869
3870         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3871         Patch applied by Karl Fogel.
3872
3873         * gnus-sum.el (gnus-summary-bookmark-make-record):
3874         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3875
3876 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3877
3878         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3879         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3880         C-w still not working correctly from Article buffers; Thierry's
3881         patch to fix that will be applied after this.
3882
3883         * gnus-art.el (bookmark-make-record-function): New local variable.
3884
3885         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3886         article buffer.
3887         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3888
3889 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3890
3891         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3892         on changes in bookmark.el.
3893
3894 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3897         `no-log' instead of message not to log prompt string.
3898
3899 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3900
3901         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3902         the *other* type of HTML form submission.
3903
3904 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3905
3906         * auth-source.el (auth-source-pick): If choice does not contain a
3907         questioned keyword, set the check to t.
3908
3909 2010-06-12  Romain Francoise  <romain@orebokech.com>
3910
3911         * gnus-util.el (gnus-date-get-time): Move up before first use.
3912
3913 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3916         (gnus-article-edit-part): Bind it to make last part that is substituted
3917         or deleted visible.
3918         (gnus-mime-display-single): Buttonize part of which id equals to
3919         gnus-mime-buttonized-part-id.
3920
3921 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3922
3923         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3924         (gnus-dd-mmm): Use gnus-date-get-time.
3925         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3926         simplify logic.
3927         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3928         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3929
3930 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3931
3932         * auth-source.el (top): Autoload `secrets-list-collections',
3933         `secrets-create-item', `secrets-delete-item'.
3934         (auth-sources): Fix tag string.
3935         (auth-get-source, auth-source-retrieve, auth-source-create)
3936         (auth-source-delete): New defuns.
3937         (auth-source-pick): Rewrite in order to avoid 2 passes.
3938         (auth-source-forget-user-or-password): New parameter USERNAME.
3939         (auth-source-user-or-password): New parameters CREATE-MISSING and
3940         DELETE-EXISTING.  Retrieve password interactively, if needed.
3941
3942 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3943
3944         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3945         deleting unused directories when gnus-expert-user is t.
3946
3947 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3950         for each temp file when gnus-article-browse-delete-temp is ask.
3951
3952 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3953
3954         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3955         Lisp calls to delete-backward-char by calls to delete-char.
3956
3957 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3958
3959         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3960
3961 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3962
3963         * password-cache.el (password-cache-remove): Fix docstring.
3964
3965 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3968         article unless decoding article to be saved.
3969
3970 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3973         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3974         generated within the mm-with-unibyte-current-buffer macro.
3975
3976 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3979         to nil when we're in a mml-preview buffer and no group is selected.
3980
3981 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3982
3983         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3984         when catching the `C-g'.  Reported by "Leo".
3985
3986 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * message.el (message-forward-make-body-plain)
3989         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3990         multibyte-string-p.
3991
3992         * lpath.el: Revert.
3993
3994 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * message.el (message-forward-make-body-mml): Assume original message
3997         is multibyte string; error on unibyte.
3998         (message-forward-make-body-plain): Ditto; don't add excessive newline
3999         in body end.
4000
4001         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4002
4003 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4004
4005         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4006         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4007
4008 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * mm-extern.el (mm-extern-url): Don't use
4011         mm-with-unibyte-current-buffer.
4012         (mm-extern-cache-contents): Use with-current-buffer instead of
4013         save-excursion + set-buffer.
4014
4015 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mm-util.el (mm-emacs-mule): Remove.
4018
4019 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4020
4021         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4022         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4023         change.
4024
4025 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4028         bind the default value of enable-multibyte-characters to nil.
4029
4030 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * message.el (message-forward-make-body-plain)
4033         (message-forward-make-body-mml):
4034         Don't use mm-with-unibyte-current-buffer.
4035
4036 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4037
4038         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4039
4040 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4041
4042         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4043         (Bug#5592).
4044
4045 2010-05-07  Julien Danjou  <julien@danjou.info>
4046
4047         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4048         it to mm-pipe-part.
4049
4050         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4051         it is given.
4052
4053 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * binhex.el (binhex-decode-region-internal)
4056         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4057         (dns-query)
4058         * nnweb.el (nnweb-gmane-search)
4059         * pgg-parse.el (pgg-parse-armor)
4060         * pgg.el (pgg-verify-region)
4061         * sha1.el (sha1-string-external)
4062         * uudecode.el (uudecode-decode-region-internal)
4063         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4064         XEmacs.
4065
4066         * gnus-art.el (gnus-article-browse-html-parts)
4067         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4068         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4069         make-temp-file.
4070
4071         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4072         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4073         compiling.
4074
4075         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4076         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4077         XEmacs when compiling.
4078
4079         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4080         gnus-pick-mode-off-hook for XEmacs when compiling.
4081         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4082         gnus-binary-mode-off-hook for XEmacs when compiling.
4083
4084         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4085         Return nil if char-charset is not available.
4086
4087         * imap.el (imap-disable-multibyte)
4088         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4089         macros.
4090
4091         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4092         instead of encode-coding-string.
4093
4094         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4095         'xemacs) instead of mm-emacs-mule to switch function definitions.
4096         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4097
4098         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4099         bind temporary-file-directory for XEmacs;
4100         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4101         timer-set-function for XEmacs 21.4 and SXEmacs;
4102         bind timer-list for XEmacs 21.4 and SXEmacs;
4103         fbind char-charset and find-charset-region for non-Mule XEmacs;
4104         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4105         encode-coding-region and encode-coding-string for XEmacs having no
4106         file-coding feature.
4107
4108 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4109
4110         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4111
4112 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4115         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4116
4117 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4118
4119         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4120         alias `jka-compr-delete-temp-file' no longer exists.
4121
4122 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4123
4124         Use define-minor-mode in Gnus where applicable.
4125         * mml.el (mml-mode): Use define-minor-mode.
4126         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4127         (gnus-undo-mode): Use define-minor-mode.
4128         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4129         (gnus-dead-summary-mode): Use define-minor-mode.
4130         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4131         Initialize in declaration.
4132         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4133         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4134         (gnus-mailing-list-mode): Use define-minor-mode.
4135         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4136         (gnus-draft-mode): Use define-minor-mode.
4137         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4138         (gnus-dired-mode): Use define-minor-mode.
4139
4140 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4141
4142         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4143         handles on recursive mml-to-mime translation and check them for
4144         boundary delimiter collisions.  Reported by Greg Troxel.
4145
4146 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4149
4150 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4151
4152         * mm-util.el (mm-find-buffer-file-coding-system):
4153         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4154
4155 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4156
4157         * message.el (message-generate-headers): Record insertion of optional
4158         headers as well.  Otherwise the check to prevent repeated insertion of
4159         optional headers is a no-op.
4160
4161 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4162
4163         * smime.el: Don't mention CVS.
4164
4165         * nnrss.el (nnrss-fetch): Don't mention CVS.
4166
4167         * nnir.el: Don't mention CVS.
4168
4169 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * gnus-sum.el (gnus-summary-bookmark-make-record):
4172         Add `location' field.
4173
4174 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * lpath.el: Fbind bookmark-default-handler,
4177         bookmark-get-bookmark-record, bookmark-make-record-default,
4178         bookmark-prop-get for Emacs <23 and XEmacs.
4179
4180 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4181
4182         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4183         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4184         Use with-current-buffer to silence the byte-compiler.
4185         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4186         bother to require `gnus'.
4187         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4188
4189 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4190
4191         * gnus-sum.el (gnus-summary-bookmark-make-record)
4192         (gnus-summary-bookmark-jump): New functions.
4193         (gnus-summary-mode): Setup bookmark support.
4194
4195 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4196
4197         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4198         if set.
4199
4200 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4203         gnus-article-browse-html-save-cid-image; make it work recursively for
4204         forwarded messages as well.
4205         (gnus-article-browse-html-parts): Work when prefix arg is given.
4206         (gnus-article-browse-html-article): Doc fix.
4207
4208 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4209
4210         * message.el (message-default-mail-headers):
4211         (message-default-headers): Carry the value mail-default-headers over
4212         into message-default-mail-headers, rather than message-default-headers.
4213
4214 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4215
4216         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4217         charset.
4218
4219         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4220         charset into the <meta> tag when the article is encoded to utf-8.
4221
4222 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus-art.el (gnus-article-browse-delete-temp-files):
4225         Delete directories as well.
4226         (gnus-article-browse-html-parts): Work for images that do not specify
4227         file names; delete temp directory when quitting; insert header at the
4228         right place; use file: scheme for image files.
4229
4230 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4231
4232         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4233         (gnus-article-browse-html-parts): Use it to make temporary cid image
4234         files in addition to html file so that browser may display them.
4235
4236 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4239
4240 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4243
4244 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4245
4246         * auth-source.el (auth-sources): Change default to be simpler.
4247         Explain about Secret Service API sources.  Improve Customize options.
4248         (auth-source-pick): Change to accept any number of search parameters.
4249         Implement fallbacks iteratively, not recursively.  Add scoring on the
4250         second pass and sort by score.  Call Secret Service API when needed.
4251         (auth-source-user-or-password): Use it.  Call Secret Service API
4252         directly when needed to get the user name and the password.
4253
4254 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4255
4256         * message.el (message-interactive): Doc fix.
4257         (message-qmail-inject-args): Reflow.
4258         (message-kill-to-signature): Fix typo in docstring.
4259
4260         * smiley.el (smiley-buffer): Fix typo in docstring.
4261
4262 2010-03-24  Glenn Morris  <rgm@gnu.org>
4263
4264         * mail-source.el (gnus-message): Declare.
4265         (mail-source-delete-old-incoming): Require gnus-util.
4266
4267 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4270
4271         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4272
4273         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4274         password-cache's default if it is not bound.
4275         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4276         password-cache-expiry's default if it is not bound.
4277
4278         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4279         available in Emacs 21.
4280
4281         * lpath.el: Suppress compiler warnings for:
4282         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4283         XEmacs;
4284         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4285         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4286         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4287
4288 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4289
4290         * auth-source.el (auth-sources): Fix up definition so extra parameters
4291         are always inline.
4292
4293 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4294
4295         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4296         wasn't updated after mismatch.  Clear cached mailbox info correctly
4297         when uidvalidity changes.
4298         (nnimap-group-prefixed-name): New function to avoid some code
4299         duplication.
4300         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4301         (nnimap-request-group): Use it.
4302         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4303         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4304         with many imap folders.  This is done by caching the group status from
4305         the imap server persistently in a group parameter `imap-status'.  (This
4306         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4307         but not persistently, so every Gnus startup was still very slow.)
4308
4309 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4310
4311         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4312         delete the extra newline.  Otherwise editing of :string and :number
4313         types don't work.
4314
4315 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4318         secrets.el dependency.
4319         (auth-sources): Add optional user name.  Add secrets.el configuration
4320         choice (unused right now).
4321
4322 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         * gnus-sum.el (gnus-summary-make-menu-bar):
4325         Let `gnus-registry-install-shortcuts' fill in the functions.
4326
4327         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4328         warnings.
4329         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4330         (gnus-registry-install-shortcuts): Populate and use it in a
4331         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4332
4333 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4334
4335         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4336         In-place substitutions for the group name encoding/decoding.
4337         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4338         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4339         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4340         (nnimap-update-unseen, nnimap-request-list)
4341         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4342         (nnimap-request-set-mark, nnimap-split-to-groups)
4343         (nnimap-split-articles, nnimap-request-newgroups)
4344         (nnimap-request-create-group, nnimap-request-accept-article)
4345         (nnimap-request-delete-group, nnimap-request-rename-group)
4346         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4347         `encoded-mbx' for consistency.
4348         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4349         variable `imap-current-mailbox'.
4350
4351         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4352         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4353
4354 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4355
4356         * pop3.el (pop3-display-message-size-flag): Display message size byte
4357         counts during POP3 download.
4358         (pop3-movemail): Use it.
4359         (pop3-list): Implement listing of available messages.
4360
4361 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4362
4363         * nnir.el (nnir-get-article-nov-override-function): New function to
4364         override the normal NOV retrieval.
4365         (nnir-retrieve-headers): Use it.
4366
4367 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4368
4369         * auth-source.el (netrc-machine-user-or-password): Autoload.
4370
4371 2010-03-19  Glenn Morris  <rgm@gnu.org>
4372
4373         Stop message.el from loading about 40 libraries it doesn't always need.
4374         The general approach is to autoload rather than require, and to
4375         require in the specific functions rather than the file.  (Bug#5642)
4376
4377         * gmm-utils.el: Don't require wid-edit.
4378         (widget-create-child-value, widget-convert, widget-default-get):
4379         Autoload.
4380
4381         * gnus-util.el: Don't require time-date, netrc.
4382         (message-fetch-field, gnus-group-name-decode): Declare rather than
4383         autoloading.
4384         (gnus-fetch-field): Require message.
4385         (gnus-decode-newsgroups): Require gnus-group.
4386
4387         * ietf-drums.el: Don't require time-date.
4388
4389         * message.el: Don't require hashcash, canlock, ecomplete.
4390         Do require mail-utils.  Require nnheader only when compiling.
4391         (smtpmail-default-smtp-server): Remove declaration.
4392         (message-send-mail-function): Check smtpmail-default-smtp-server
4393         is bound rather than requiring smtpmail.
4394         (message-auto-save-directory, message-insert-signature):
4395         Use expand-file-name rather than nnheader-concat.
4396         (nnheader-insert-file-contents): Autoload.
4397         (hashcash-wait-async): Declare.
4398         (message-send-mail): Only call gnus-setup-posting-charset if
4399         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4400         (message-send-mail-with-sendmail): Require sendmail.
4401         (canlock-password, canlock-password-for-verify): Declare.
4402         (message-canlock-password): Require canlock.
4403         (nnheader-get-report): Autoload.
4404         (gnus-setup-posting-charset): Declare.
4405         (message-send-news): Require gnus-msg.
4406         (message-make-references, message-make-in-reply-to): Use mail-header-id
4407         rather than the alias mail-header-message-id.
4408         (ecomplete-add-item, ecomplete-save): Declare.
4409         (message-put-addresses-in-ecomplete): Require ecomplete.
4410         (ecomplete-display-matches): Autoload.
4411
4412         * mm-decode.el: Don't require mailcap, gnus-util.
4413         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4414         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4415         Autoload.
4416         (mailcap-mime-extensions): Declare.
4417
4418         * mm-encode.el: Don't require mailcap.
4419         (mailcap-extension-to-mime): Autoload.
4420
4421         * mml-sec.el: Don't require password-cache.
4422
4423         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4424         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4425         (mml-minibuffer-read-type): Require mailcap.
4426         (mml-preview): Require gnus-msg.
4427
4428         * mml1991.el: Require password-cache.
4429         (password-cache-expiry): Remove declaration.
4430
4431         * mml2015.el: Require password-cache.
4432         (password-cache-expiry): Remove declaration.
4433
4434         * nneething.el (mailcap): Require mailcap.
4435
4436         * nnheader.el (declare-function): Add compatibility stub.
4437         (message-remove-header): Declare rather than autoload.
4438         (nnheader-replace-header): Require message.
4439
4440         * nnimap.el (declare-function): Add compatibility stub.
4441         (netrc-parse, netrc-machine-user-or-password): Declare.
4442         (nnimap-open-connection): Require netrc.
4443
4444         * nntp.el (declare-function): Add compatibility stub.
4445         (netrc-parse, netrc-machine, netrc-get): Declare.
4446         (nntp-send-authinfo): Require netrc.
4447
4448         * rfc2047.el: Don't require qp.
4449         (quoted-printable-encode-region, quoted-printable-decode-string):
4450         Autoload.
4451
4452         * sieve-mode.el: Don't require easymenu.
4453         (easy-menu-add-item): Autoload it.
4454
4455         * spam-stat.el (time-to-number-of-days): Autoload it.
4456
4457 2010-03-19  Glenn Morris  <rgm@gnu.org>
4458
4459         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4460
4461 2010-03-18  Glenn Morris  <rgm@gnu.org>
4462
4463         * hashcash.el (declare-function): Remove duplicate definition.
4464
4465 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4466
4467         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4468         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4469         value if any backslash escapes).
4470
4471 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4474         if it is available.  (bug#5647)
4475
4476         * lpath.el: Suppress compiler warning for coding-system-from-name for
4477         Emacs 21 and XEmacs.
4478
4479 2010-03-14  Juri Linkov  <juri@jurta.org>
4480
4481         * hmac-def.el:
4482         * hmac-md5.el:
4483         * netrc.el: Fix keywords.
4484
4485 2010-02-26  Glenn Morris  <rgm@gnu.org>
4486
4487         * message.el (message-send-mail-function): Change the default, so that
4488         it inherits from a customized send-mail-function.  (Bug#5643)
4489
4490 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4491
4492         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4493         shell-command-to-string signals an error (bug#5299).
4494
4495 2010-02-24  Glenn Morris  <rgm@gnu.org>
4496
4497         * message.el (message-smtpmail-send-it)
4498         (message-send-mail-with-mailclient): Doc fixes.
4499
4500 2010-02-16  Glenn Morris  <rgm@gnu.org>
4501
4502         * message.el (message-default-mail-headers): Change the default value
4503         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4504
4505 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4508         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4509
4510 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4511
4512         * time-date.el (date-to-time): Doc fix (Bug#5408).
4513
4514 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4515
4516         * message.el (message-mail): Just pass yank-action on to message-setup.
4517         (message-setup): Handle (FUN . ARGS) form of yank-action.
4518         (message-with-reply-buffer, message-widen-reply)
4519         (message-yank-original): Handle non-buffer values of
4520         message-reply-buffer (Bug#4080).
4521         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4522
4523 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4524
4525         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4526         Fix typo in docstring.
4527
4528 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4529
4530         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4531         response.
4532
4533 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4536
4537         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4538
4539         * message.el (message-check-news-header-syntax): Protect against a
4540         string that `rfc822-addresses' returns when parsing fails.
4541
4542 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4545         (gnus-previous-char-property-change): New functions.
4546
4547         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4548
4549 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4550
4551         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4552         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4553
4554 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4555
4556         * message.el (message-exchange-point-and-mark): Rework last change to
4557         avoid using optional arg of exchange-point-and-mark, for backward
4558         compatibility.
4559
4560 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4561
4562         * message.el (message-exchange-point-and-mark):
4563         Call exchange-point-and-mark with an argument rather than setting
4564         mark-active by hand (Bug#5175).
4565
4566 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * nntp.el (nntp-service-to-port): Work for service expressed with
4569         numeric string; replace [:digit:] with [0-9] for XEmacs.
4570
4571 2009-12-17  Glenn Morris  <rgm@gnu.org>
4572
4573         * gnus-group.el (gnus-bug-group-download-format-alist):
4574         Change emacs entry to debbugs.gnu.org.  Bump :version.
4575
4576 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4579
4580 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * message.el (message-info): Explain why we use `Info-goto-node'.
4583
4584 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4587
4588 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4589
4590         * message.el (message-completion-in-region): New compatibility function.
4591         (message-expand-group): Use it.
4592
4593 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4596         with no unread article should be listed if the 2nd arg `predicate' is
4597         given.
4598
4599 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4602
4603 2009-11-29  Juri Linkov  <juri@jurta.org>
4604
4605         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4606         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4607         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4608
4609 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4610
4611         * sha1.el (sha1-string-external): default-directory "/" in case
4612         otherwise non-existent.  process-connection-type pipe for touch of
4613         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4614
4615 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4616
4617         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4618         it's comms related and sgml-mode.el has "comm" on that basis too.
4619
4620 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4623         containing tspecial characters if they have been already quoted.
4624
4625 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4626
4627         * dns-mode.el (auto-mode-alist): Purecopy string.
4628
4629 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4630
4631         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4632
4633 2009-10-24  Glenn Morris  <rgm@gnu.org>
4634
4635         * gnus-art.el (help-xref-stack-item): Define for compiler.
4636
4637 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4638
4639         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4640
4641 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4644
4645 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4648         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4649
4650 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4653         (gnus-overlays-in): New alias to overlays-in.
4654
4655         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4656         gnus-overlay-get, and gnus-delete-overlay.
4657         (gnus-summary-show-thread): Make it work as well for systems in which
4658         next-single-char-property-change is not available.
4659         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4660
4661         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4662         (gnus-overlay-get): New alias to extent-property.
4663         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4664
4665         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4666         SXEmacs.
4667
4668         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4669         SXEmacs.
4670
4671 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4674
4675 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4676
4677         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4678         and XEmacs that don't have `remove-overlays'.
4679
4680 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4681
4682         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4683         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4684         selective display.  Use overlays instead.
4685
4686 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4687
4688         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4689
4690 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4691
4692         * spam-stat.el (spam-stat-load): Fix typo in message.
4693
4694 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4695
4696         * dig.el (dig-invoke): Fix typo in docstring.
4697         (query-dig): Reflow docstring.
4698
4699 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4700
4701         * gnus-art.el (gnus-article-encrypt-body):
4702         * message.el (message-check-recipients):
4703         * mm-util.el (mm-codepage-setup):
4704         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4705         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4706
4707 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4708
4709         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4710         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4711         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4712         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4713         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4714
4715 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4716
4717         * dig.el: Add "Keywords: comm", as per net-utils.el.
4718
4719 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4720
4721         * dig.el (dig-mode): Use define-derived-mode.
4722
4723 2009-09-19  Glenn Morris  <rgm@gnu.org>
4724
4725         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4726
4727 2009-09-18  Glenn Morris  <rgm@gnu.org>
4728
4729         * gnus-diary.el (gnus-diary-check-message):
4730         * message.el (message-insert-formatted-citation-line):
4731         * nnbabyl.el (top-level):
4732         * nndiary.el (nndiary-schedule):
4733         Fix typos in condition-case handlers.
4734
4735 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4738         configuration that provides the sole article window in a frame;
4739         position point correctly after deleting a part.
4740
4741 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4742
4743         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4744         (spam-resolve-registrations-routine): Use it to unregister articles
4745         that change status.
4746
4747 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4750         with XEmacs.
4751         (parse-time-string-chars): Use it.
4752
4753 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * imap.el (imap-interactive-login): Better messages.
4756         (imap-open): Fix bug with renamed buffer on reconnect.
4757         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4758         for easier debugging and cleaner code.  On successful (guessed based on
4759         server capabilities) secondary authentication, set imap-state
4760         correctly.
4761         (imap-last-authenticator): Define imap-last-authenticator as a variable
4762         to avoid warnings.
4763
4764 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * nnrss.el (nnrss-request-article): Remove binding of
4767         default-enable-multibyte-characters that has gotten needless by
4768         the 2007-07-13 change in rfc2047-encode-message-header.
4769
4770         * mml.el (mml-insert-multipart): Error on the message header.
4771         (mml-insert-part): Error on the message header; position point at
4772         the end of a MIME tag.
4773
4774 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * time-date.el (autoload): Expand define-obsolete-function-alias into
4777         defalias and make-obsolete for old Emacsen that Gnus supports.
4778         (with-no-warnings): Define it for old Emacsen.
4779         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4780         is available.
4781         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4782         float-time is available; suppress compile warning for time-to-seconds.
4783
4784         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4785         (gnus-float-time): Alias to float-time if it exists.
4786
4787         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4788         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4789         float-time is available; suppress compile warning for time-to-seconds.
4790
4791         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4792         XEmacs.
4793
4794 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * imap.el (imap-message-map): Docstring fix.
4797
4798 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4801         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4802         Add the optional argument `encoding' that overrides the default.
4803
4804         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4805         mm-encode-buffer.
4806
4807 2009-09-04  Glenn Morris  <rgm@gnu.org>
4808
4809         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4810         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4811         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4812         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4813         * mm-util.el (mm-with-unibyte-current-buffer)
4814         (mm-find-buffer-file-coding-system):
4815         * yenc.el (yenc-decode-region): Use default-value rather than
4816         default-enable-multibyte-characters.
4817
4818 2009-09-03  Glenn Morris  <rgm@gnu.org>
4819
4820         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4821         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4822         than default-enable-multibyte-characters.
4823
4824 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4825
4826         * gnus-art.el (gnus-article-read-summary-keys):
4827         Fix gnus-buffer-configuration's value temporarily used.
4828
4829 2009-09-02  Glenn Morris  <rgm@gnu.org>
4830
4831         * gnus-util.el (gnus-float-time): New function.
4832         * gnus-delay.el (gnus-delay-article):
4833         * gnus-sum.el (gnus-thread-latest-date):
4834         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4835         * nnspool.el (nnspool-request-newgroups):
4836         Use gnus-float-time rather than time-to-seconds.
4837         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4838
4839         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4840         (gnus-header-subject-face, gnus-header-newsgroups-face)
4841         (gnus-header-name-face, gnus-header-content-face):
4842         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4843         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4844         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4845         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4846         (gnus-cite-face-11):
4847         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4848         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4849         (gnus-server-closed-face, gnus-server-denied-face)
4850         (gnus-server-offline-face):
4851         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4852         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4853         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4854         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4855         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4856         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4857         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4858         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4859         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4860         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4861         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4862         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4863         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4864         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4865         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4866         (gnus-summary-high-undownloaded-face)
4867         (gnus-summary-low-undownloaded-face)
4868         (gnus-summary-normal-undownloaded-face)
4869         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4870         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4871         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4872         (gnus-splash-face):
4873         * message.el (message-header-to-face, message-header-cc-face)
4874         (message-header-subject-face, message-header-newsgroups-face)
4875         (message-header-other-face, message-header-name-face)
4876         (message-header-xheader-face, message-separator-face)
4877         (message-cited-text-face, message-mml-face):
4878         * sieve-mode.el (sieve-control-commands-face)
4879         (sieve-action-commands-face, sieve-test-commands-face)
4880         (sieve-tagged-arguments-face):
4881         * spam.el (spam-face):
4882         Mark face aliases with "-face" in the name as obsolete.
4883
4884 2009-09-01  Glenn Morris  <rgm@gnu.org>
4885
4886         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4887         than goto-line.
4888
4889 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4892         Don't move point if the command is invoked inside the message header.
4893
4894 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4895
4896         * imap.el (imap-send-command): Simplify.
4897         (imap-wait-for-tag): point-max -> buffer-size.
4898
4899 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4900
4901         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4902         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4903         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4904         * nnir.el (nnir-swish-e-index-file):
4905         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4906         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4907         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4908         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4909         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4910         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4911
4912 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4915         Don't save excursion.
4916
4917 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4918
4919         * nnheader.el (nnheader-find-file-noselect):
4920         * mm-util.el (mm-insert-file-contents):
4921         Use (default-value 'major-mode) instead of default-major-mode.
4922
4923 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4924
4925         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4926
4927 2009-08-26  Glenn Morris  <rgm@gnu.org>
4928
4929         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4930         than placing in files.el.
4931
4932 2009-08-25  Glenn Morris  <rgm@gnu.org>
4933
4934         * nnir.el (top-level): Don't require cl at run-time.
4935         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4936         Replace cl-function substitute with gnus-replace-in-string.
4937         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4938         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4939         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4940         simplified expansions.
4941
4942 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4943
4944         * dig.el (dig): Add autoload cookie.
4945
4946 2009-08-22  Glenn Morris  <rgm@gnu.org>
4947
4948         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4949         goto-line.
4950
4951 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4952
4953         * parse-time.el (parse-time-string-chars): Save match data.
4954
4955 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4956
4957         * parse-time.el (parse-time-string-chars): Compute using character
4958         classes, to handle non-ascii characters (Bug#3190).
4959
4960 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4963
4964         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4965         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4966         (gnus-mm-display-part, gnus-mime-display-single)
4967         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4968         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4969
4970         * gnus-sum.el
4971         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4972         (gnus-summary-move-article): Add expirable mark to articles copied or
4973         moved to group that has auto-expire turned on if the option is non-nil.
4974
4975 2009-07-24  Glenn Morris  <rgm@gnu.org>
4976
4977         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4978         Fix typo.  (Bug#3903)
4979
4980 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4983         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4984         that should not be used for draft articles.
4985         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4986         that has no concern in minor mode keys.
4987         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4988         Abolish.
4989
4990 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4993         article without making inquiry to a user for unknown encoding.
4994
4995         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4996         (nnmaildir--scan): Assume i-node and device number that file-attributes
4997         returns might be cons-cell.
4998
4999         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5000
5001         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5002
5003 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * auth-source.el: Remove docs now in auth.texi.  Don't use
5006         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5007         `auth-source-hide-passwords' and use them.
5008
5009 2009-07-15  Glenn Morris  <rgm@gnu.org>
5010
5011         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5012
5013 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5016         excessive whitespace from the default values of title and description.
5017
5018 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5021         mail-fetch-field to fetch Content-Description header in order to
5022         exclude newlines.
5023
5024 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5025
5026         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5027         format used by GnuPG 2.0.11.
5028
5029 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5032         to deleted part.
5033
5034 2009-05-30  David Engster  <dengste@eml.cc>
5035
5036         * nnmairix.el: Remove old documentation in the commentary block.
5037         (nnmairix-request-group): Do not update active file for nnml back ends.
5038         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5039         end so that overview files are ignored.
5040         (nnmairix-update-groups): Make updating the groups more robust by using
5041         marks.
5042         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5043         with dollar characters in message-id.
5044
5045 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5048         2008-12-25 in dns.el.
5049
5050 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5051
5052         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5053         could happen if the text is only composed of spaces and/or tabs.
5054
5055 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5056
5057         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5058         when sending a queued message to avoid extra mml tags.
5059
5060 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5063
5064 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5067         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5068         rmail-toggle-header for XEmacs;
5069         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5070
5071 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * gnus-dired.el: Remove autoload for gnus-setup-message.
5074         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5075         displaying Gnus logo; always use compose-mail.
5076
5077 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5080
5081 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5084         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5085         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5086         available.
5087         (gnus-nocem-epg-verify): New function.
5088
5089 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5092
5093 2009-02-15  Glenn Morris  <rgm@gnu.org>
5094
5095         * gnus-util.el (rmail-insert-rmail-file-header)
5096         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5097         autoloads.
5098         (rmail-default-rmail-file): Remove unnecessary declaration.
5099         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5100
5101 2009-02-14  Glenn Morris  <rgm@gnu.org>
5102
5103         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5104         variable (only used in gnus-util, which declares it anyway).
5105         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5106         which was only needed by gnus-art (changed to not use it any more).
5107         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5108         only used in gnus-util, which autoloads it itself.
5109         (rmail-update-summary): Fix autoload.
5110
5111         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5112         rather than rmail-output-to-rmail-file.
5113
5114 2009-02-07  Glenn Morris  <rgm@gnu.org>
5115
5116         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5117         autoload of function that no longer exists.
5118         (rmail-toggle-header): Declare.
5119         (message-forward-rmail-make-body): Handle mbox Rmail.
5120
5121 2009-01-31  Glenn Morris  <rgm@gnu.org>
5122
5123         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5124         2009-01-09 change.
5125
5126 2009-01-31  Dave Love  <fx@gnu.org>
5127
5128         * imap.el (imap-fetch-safe): Bind debug-on-error.
5129         (imap-debug): Add imap-fetch-safe.
5130
5131 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5132
5133         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5134         (auth-source-forget-all-cached): New convenience function.
5135         (auth-source-user-or-password): Accept list of modes or a single mode.
5136
5137         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5138         auth-source modes.
5139
5140         * netrc.el (netrc-machine-user-or-password): Use list of
5141         auth-source modes.
5142
5143         * nnimap.el (nnimap-open-connection): Use list of
5144         auth-source modes.
5145
5146         * nntp.el (nntp-send-authinfo): Use list of
5147         auth-source modes.
5148
5149 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5152         now.
5153
5154 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5157         coding system in XEmacs; add a workaround for XEmacs.
5158
5159         * lpath.el: Fbind coding-system-aliasee.
5160
5161 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5164         of current-language-environment.
5165
5166 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5169         available at runtime.
5170
5171 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5174
5175 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5176
5177         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5178         the greatest positive fixnum value doesn't work under an XEmacs with
5179         bignum support; use the most-positive-fixnum constant instead,
5180         available since Emacs 21.1 with cl and XEmacs 21.1.
5181
5182 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5185         XEmacs gets not to work.
5186
5187 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mm-util.el (mm-coding-system-priorities): Allow the value like
5190         "Japanese (UTF-8)" of current-language-environment.
5191
5192 2009-01-09  Glenn Morris  <rgm@gnu.org>
5193
5194         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5195         with last-command-event.
5196
5197 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5200         in the doc string.
5201
5202         * message.el (message-fix-before-sending): Amend comment.
5203
5204 2009-01-08  Dave Love  <fx@gnu.org>
5205
5206         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5207
5208 2009-01-07  David Engster  <dengste@eml.cc>
5209
5210         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5211         simplified server definitions by converting it via
5212         gnus-server-to-method.
5213
5214 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5217         parameter's operands.
5218
5219 2009-01-06  David Engster  <dengste@eml.cc>
5220
5221         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5222         primary select method (for gnus-group-mark-article-as-read).
5223
5224 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5225
5226         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5227         `(gnus)Face', not `(gnus)X-Face'.
5228
5229 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * mm-util.el (mm-ucs-to-char): New function.
5232
5233         * mm-url.el (mm-url-decode-entities): Use it.
5234
5235         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5236         unicode-to-char.
5237
5238 2009-01-05  Dave Love  <fx@gnu.org>
5239
5240         * time-date.el: Require cl for `declare'.
5241
5242 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5245         Dave Love.
5246
5247 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * message.el (message-fix-before-sending): Add `eight-bit' to
5250         illegible-text check.
5251
5252 2009-01-03  Michael Olson  <mwolson@gnu.org>
5253
5254         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5255         `headers' is nil.  This can occur if the IMAP server does not have
5256         permissions to read messages from a folder, but can write new messages
5257         to the folder.
5258         (nnimap-request-article-part): Do not insert `data' if it is nil.
5259
5260         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5261         characters which will confuse `read', so skip past them.
5262
5263 2009-01-01  Dave Love  <fx@gnu.org>
5264
5265         * imap.el (imap-string-to-integer): Fix typo.
5266         (imap-fetch-safe): New function.
5267         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5268
5269         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5270
5271         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5272         (imap-parse-greeting): Fix doc strings.
5273         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5274         (imap-parse-flag-list): Make messages unique.
5275         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5276
5277         * nnimap.el: Fix author email.
5278         (nnimap-split-rule): Add FIXME comment.
5279         (nnimap-debug): Fix doc string.
5280
5281 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5284
5285 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5288         nslookup if resolv.conf isn't available.
5289         (dns-query): Rename from query-dns.
5290         (dns-query-cached): Rename from query-dns-cached.
5291
5292 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5295         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5296         to check if those variables exist (first appeared in Emacs 18.50).
5297
5298 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * mm-util.el (mm-line-number-at-pos): New function.
5301
5302         * spam-report.el (spam-report-process-queue): Use it.
5303
5304 2008-12-24  David Engster  <dengste@eml.cc>
5305
5306         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5307         parameters that haven't existed as variables as buffer-local variables.
5308
5309 2008-12-23  Dave Love  <fx@gnu.org>
5310
5311         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5312         cadar.
5313
5314         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5315         imap-starttls-p.
5316         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5317
5318 2008-12-22  Dave Love  <fx@gnu.org>
5319
5320         * imap.el: Fix author email.  Doc fixes.
5321         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5322         reply.
5323
5324 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * spam-report.el (spam-report-gmane-max-requests): New constant.
5327         (spam-report-gmane-wait): New variable.
5328         (spam-report-gmane-ham, spam-report-gmane-spam)
5329         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5330         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5331         the server.
5332
5333         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5334         Add explanations.
5335
5336         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5337         nnheader-accept-process-output and nnheader-read-timeout if available.
5338         (pop3-movemail): Use it.
5339
5340         * message.el (message-check-news-body-syntax): Fix signature check if
5341         there's an attachment.
5342
5343 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * mm-util.el: Add comments to the mm- emulating functions.
5346
5347 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5350         Reported by Stephen Berman <stephen.berman@gmx.net>.
5351
5352 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * mm-util.el (mm-substring-no-properties): New function.
5355         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5356         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5357         (mm-string-to-multibyte): Doc fix.
5358
5359         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5360
5361 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * mml.el (mml-attach-file): Strip text properties from file name.
5364         (Bug#1574)
5365
5366 2008-12-16  Glenn Morris  <rgm@gnu.org>
5367
5368         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5369
5370 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5373         knows since the charset specified might be a bogus alias that
5374         mm-charset-synonym-alist provides.
5375
5376 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5379         "ISO_8859-1".
5380
5381         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5382
5383 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * mm-util.el (mm-charset-eval-alist):
5386         Define it before mm-charset-to-coding-system.
5387         (mm-charset-to-coding-system): Add optional argument `silent';
5388         define it before mm-charset-override-alist.
5389         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5390         default value if it can be used in Emacs currently running;
5391         silence mm-charset-to-coding-system.
5392
5393 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5396         `allow-override' which says whether to use `mm-charset-override-alist'.
5397         (rfc2047-decode-encoded-words): Use it.
5398
5399         * mm-util.el (mm-charset-override-alist): Fix custom type;
5400         add `(gb2312 . gbk)' to choices.
5401
5402 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5405         fast.
5406
5407         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5408
5409         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5410
5411 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5412
5413         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5414         on links.
5415
5416         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5417
5418 2008-12-03  Lute Kamstra  <lute@gnu.org>
5419
5420         * sha1.el: Remove leading * from docstrings of defcustoms,
5421         deffaces, defconsts and defuns.
5422
5423 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5426         users' addresses that don't have domain parts.
5427         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5428         rather than message-narrow-to-head since there will be the message
5429         header separator.
5430
5431 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5432
5433         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5434         since the result is inserted in a unibyte buffer anyway.
5435         (nnimap-demule-use-string-to-multibyte): Remove.
5436         (nnimap-demule): Alias it to mm-string-to-multibyte.
5437
5438 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5441         variable for debugging bug#464 and bug#1174.
5442         (nnimap-demule): Use it.
5443
5444 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5447         score calculation correctly.
5448
5449 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5450
5451         * message.el (message-send-mail): Just set the buffer to unibyte
5452         rather than use mm-with-unibyte-current-buffer which does a lot more.
5453         (message-send-mail-partially): Don't bother with
5454         mm-with-unibyte-current-buffer since it's already been made unibyte by
5455         message-send-mail.
5456
5457 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5460
5461 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5464
5465 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5468         require itself and to remove `with-no-warnings'.
5469
5470 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * starttls.el (starttls-any-program-available): Get the name of the
5473         available TLS layer program.
5474         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5475         well as the host name in the "opening" message.
5476
5477         * auth-source.el (auth-source-cache, auth-source-do-cache)
5478         (auth-source-user-or-password): Cache passwords and logins by default,
5479         allow override with `auth-source-do-cache'.
5480         (auth-source-forget-user-or-password): Allow users to remove cache
5481         entries if needed.
5482
5483 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5484
5485         * md4.el (md4-buffer): Fix typo in docstring.
5486         (md4, md4-64): Doc fixes.
5487         (md4-pack-int32): Reflow docstring.
5488
5489 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5492         condition-case to only the forward-sexp call.
5493
5494 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5497         quotes contained.  Make it more robust regardless by an extra
5498         condition-case wrapper.
5499
5500 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5503
5504 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * nnml.el (nnml-request-expire-articles): Check if the function set to
5507         `nnmail-expiry-target' returns the symbol `delete'.
5508
5509         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5510
5511         * nnmail.el (nnmail-expiry-target): Fix custom type.
5512
5513 2008-10-02  Glenn Morris  <rgm@gnu.org>
5514
5515         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5516         Silence compiler warning.
5517
5518 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5519
5520         * tls.el (open-tls-stream): Show the actual command being
5521         executed, instead of the format string.
5522
5523 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * lpath.el: Fbind codepage-setup for Emacs 23.
5526
5527 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5528
5529         * mml.el (mml-menu): Don't assume mml2015 is bound.
5530
5531 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5534         exists.
5535
5536 2008-09-27  Glenn Morris  <rgm@gnu.org>
5537
5538         * gnus-util.el (mail-header-remove-comments): Autoload it.
5539
5540 2008-09-27  Andreas Schwab  <schwab@suse.de>
5541
5542         * gnus-util.el (gnus-split-references): Strip comments.
5543         (gnus-parent-id): Likewise.
5544
5545 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * message.el (message-confirm-send): Fix version.
5548
5549 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * message.el (message-idna-to-ascii-rhs-1): Use
5552         mail-extract-address-components rather than mail-header-parse-addresses
5553         that is an alias by default to ietf-drums-parse-addresses that does not
5554         support non-ASCII names in headers' contents.
5555
5556 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * message.el (message-confirm-send): Fix variable documentation to
5559         avoid the "y/n" wording.
5560
5561 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5562
5563         * message.el (message-set-auto-save-file-name): Save to a different
5564         filename so multiple messages (especially drafts) can be recovered.
5565
5566 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * message.el (message-confirm-send): Add appropriate version.
5569
5570 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5571
5572         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5573         defvar.
5574
5575 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5576
5577         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5578         (mm-pkcs7-enveloped-magic): Ditto.
5579
5580 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5581
5582         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5583         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5584
5585 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5588         default, it's better.
5589
5590 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5593         summary line gnus-number property and ignore them (with a warning
5594         message).
5595
5596 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5599         macro caddr in the interactive form since it won't be expanded.
5600
5601 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5604         `charset'; fix name of function called recursively.
5605         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5606
5607 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5610         (gnus-mime-set-charset-parameters): New function.
5611         (gnus-mime-view-part-as-charset): Use it to correctly display part
5612         specifying wrong charset.
5613
5614 2008-09-08  David Engster  <dengste@eml.cc>
5615
5616         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5617         in completing-read for back end server.
5618
5619 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5620
5621         * message.el (message-confirm-send): New variable to confirm sending a
5622         message.
5623         (message-send): Use it.
5624
5625 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5628
5629 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5632
5633 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5636         prevent tracking too many groups.
5637         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5638         Use it.
5639
5640 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5641
5642         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5643         moving point to the bottom of the window in order to avoid recentering.
5644
5645 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5648
5649         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5650         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5651         (gnus-article-beginning-of-window): Fix calculation.
5652
5653 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-msg.el (gnus-summary-supersede-article)
5656         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5657         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5658         message header.
5659
5660 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5661
5662         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5663         pending output coming after the status change.
5664
5665 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5666
5667         * message.el:
5668         * gnus-start.el:
5669         * gnus-registry.el: Remove VMS support.
5670
5671 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5674         macro.
5675         (rfc2104-hash): Use it.
5676
5677 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5680         (gnus-summary-sort-by-most-recent-date): New commands.
5681         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5682         and menu entries.
5683
5684 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5687         don't redisplay article for raw contents; remove plural articles stuff.
5688
5689         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5690         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5691         on gnus-summary-save-article; display results properly.
5692
5693 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * lpath.el: No need to fbind ns-focus-frame.
5696
5697 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5700
5701 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-summary-save-in-pipe):
5704         Consider gnus-save-all-headers.
5705
5706 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5707
5708         * gnus-util.el (ns-focus-frame): Remove declaration.
5709         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5710         like x.
5711
5712 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5713
5714         * rfc2104.el (rfc2104-zero): Delete defconst.
5715         (rfc2104-hex-alist): Likewise.
5716         (rfc2104-hex-to-int): Delete func.
5717         (rfc2104-hexstring-to-bitstring): Likewise.
5718         (rfc2104-nybbles): New defconst.
5719         (rfc2104-hash): Rewrite for speed.
5720
5721 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * tls.el (open-tls-stream): Make it work with the 2nd argument
5724         BUFFER that is a string but does not exist as a buffer object, as
5725         mentioned in the doc-string.
5726
5727 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5730         SXEmacs.
5731
5732 2008-07-16  Glenn Morris  <rgm@gnu.org>
5733
5734         * gnus-util.el (ns-focus-frame): Declare for compiler.
5735
5736 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5739         set as a group parameter.
5740         (gnus-summary-save-in-pipe): Work when it is called independently.
5741         (gnus-summary-pipe-to-muttprint): Don't modify
5742         gnus-summary-pipe-output-default-command.
5743
5744 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5745
5746         * message.el (message-send-mail-with-sendmail):
5747         Display the error message.
5748
5749 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-default-article-saver):
5752         Add gnus-summary-save-in-pipe to choices.
5753         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5754         gnus-summary-pipe-output-default-command as the default command.
5755         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5756         instead of gnus-last-shell-command.
5757
5758         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5759         New user option.
5760         (gnus-summary-muttprint-program): Mention the value will be changed.
5761         (gnus-summary-save-article): Force showing of all headers.
5762         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5763
5764 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5765
5766         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5767
5768 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5769
5770         * nnimap.el (nnimap-id):
5771         * sieve-manage.el (sieve-manage-open): Doc fixes.
5772
5773 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5774
5775         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5776         if available.
5777
5778 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5779
5780         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5781
5782         * nnkiboze.el (nnkiboze-generate-group):
5783         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5784
5785         * nnmairix.el: Require CL.
5786
5787 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * dgnushack.el: Autoload get-display-table and put-display-table for
5790         XEmacs 21.5.
5791
5792         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5793         21.4 and SXEmacs.
5794
5795 2008-06-15  David Engster  <dengste@eml.cc>
5796
5797         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5798
5799 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5800
5801         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5802         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5803         runtime choice under XEmacs.
5804
5805         * gnus-sum.el (gnus-summary-set-display-table):
5806         Use `gnus-put-display-table', `gnus-get-display-table',
5807         `gnus-set-display-table' for the display table, instead of `aset'.
5808
5809         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5810         Use `gnus-put-display-table', `gnus-get-display-table',
5811         `gnus-set-display-table' for the display table.
5812
5813 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * nnmairix.el: Add autoloads.
5816
5817 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * nnmairix.el (nnmairix-delete-recreate-group)
5820         (nnmairix-update-and-clear-marks): Fix error messages.
5821
5822 2008-06-14  David Engster  <dengste@eml.cc>
5823
5824         * nnmairix.el: Upgrade to version 0.6.
5825         (nnmairix-group-toggle-propmarks-this-group)
5826         (nnmairix-group-toggle-readmarks-this-group)
5827         (nnmairix-group-delete-recreate-this-group)
5828         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5829         (nnmairix-remove-tick-mark-original-article): New commands.
5830         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5831         (nnmairix-propagate-marks-to-nnmairix-groups)
5832         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5833         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5834         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5835         functions needed for marks propagation and manipulation of read marks.
5836         (nnmairix-update-groups): New function.
5837         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5838         (nnmairix-determine-original-group-from-registry)
5839         (nnmairix-determine-original-group-from-path)
5840         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5841         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5842         New helper functions.
5843         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5844         keystrokes for new commands.
5845         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5846         (nnmairix-request-group): Check allow-fast group parameter.
5847         (nnmairix-request-create-group): Set allow-fast group parameter if
5848         nnmairix-allowfast-default is set.
5849         (nnmairix-close-group): Propagate marks upon closing if needed.
5850         (nnmairix-group-toggle-threads-this-group): Use new.
5851         nnmairix-group-toggle-parameter helper function.
5852         (nnmairix-search): Better check for empty search result.
5853         (nnmairix-goto-original-article): Use new helper functions for
5854         determining original article.
5855         (nnmairix-show-original-article): Make sure message-id is in brackets.
5856         (nnmairix-call-mairix-binary): Change variable name.
5857         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5858         helper function.
5859         (nnmairix-widget-toggle-activate): Fix doc string.
5860
5861 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * nnir.el: Require edmacro when compiling with XEmacs.
5864         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5865         available in Emacs 21.
5866
5867 2008-06-11  Glenn Morris  <rgm@gnu.org>
5868
5869         * gnus-util.el (x-focus-frame):
5870         * gnus.el (image-size):
5871         * mm-decode.el (image-size): Declare.
5872
5873         * gnus-picon.el (declare-function): Add compat definition.
5874         (image-size): Declare.
5875
5876         * gnus-group.el (tool-bar-map):
5877         * gnus-sum.el (tool-bar-map): Define for compiler.
5878
5879         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5880
5881         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5882
5883         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5884         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5885         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5886         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5887         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5888         * sieve-manage.el, spam-report.el, spam.el:
5889         Remove unnecessary eval-and-compile of autoloads.
5890
5891 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5892
5893         * auth-source.el: Precise Tramp doc.
5894
5895 2008-06-07  Glenn Morris  <rgm@gnu.org>
5896
5897         * nnmairix.el: Remove unnecessary eval-when-compile.
5898
5899 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * lpath.el: Fbind propertize for XEmacs 21.4.
5902
5903 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * nnir.el: Move here from ../contrib.
5906
5907 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5908
5909         * gnus-util.el (gnus-read-shell-command): New function.
5910         * mm-decode.el (mm-pipe-part):
5911         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5912
5913 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5916
5917 2008-06-03  Glenn Morris  <rgm@gnu.org>
5918
5919         * pop3.el (nnheader-accept-process-output): Autoload it.
5920
5921 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5924         are not 2-digit hexadecimal characters that follow `%'s.
5925
5926 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * message.el (message-bogus-recipient-p): Fix type in doc string.
5929         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5930         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5931         Improve custom options.
5932         (message-bogus-recipient-p): Adjust accordingly.
5933
5934 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5935
5936         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5937         long-form month and day names.
5938
5939 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * dgnushack.el: Autoload debug, eudc-expand-inline and
5942         pgg-snarf-keys-region for XEmacs.
5943
5944         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5945
5946         * nnmairix.el: Require edmacro when compiling with XEmacs.
5947
5948 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5951         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5952
5953 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5954
5955         * auth-source.el: Add more docs.
5956
5957         * netrc.el (netrc-machine): Always match if the port is not given.
5958
5959 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5962         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5963         retrieval faster in some cases, but might make CPU usage larger.
5964         If this has any bad side effects, we might revert this change.
5965
5966         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5967         seems to make mail retrieval much, much faster.
5968         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5969         unconditionally.
5970
5971         * gnus-draft.el (gnus-group-send-queue):
5972         Bind message-send-mail-partially-limit to nil to avoid being prompted.
5973
5974 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5977
5978         * message.el (message-bogus-address-regexp): Fix and improve custom
5979         type.
5980         (message-setup-hook): Add message-check-recipients as custom option.
5981
5982 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * message.el (message-cite-function): Remove bogus autoload which crept
5985         in during merge from v5-10.
5986
5987 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5990
5991         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5992
5993         * auth-source.el: Preliminary Tramp docs.
5994         (auth-sources): Change the default auth-sources to use
5995         EPA .gpg files.
5996
5997 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * nntp.el: Autoload `auth-source-user-or-password'.
6000         (nntp-send-authinfo): Use it.
6001
6002         * nnimap.el: Autoload `auth-source-user-or-password'.
6003         (nnimap-open-connection): Use it.
6004
6005         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6006         for the gnus-message function.
6007         (auth-source-user-or-password): Use it.
6008
6009 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6010
6011         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6012         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6013         (rfc2104-hash): Use it.
6014
6015 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6016
6017         * gnus-art.el (gnus-article-toggle-truncate-lines):
6018         Don't use `iff' in docstring.
6019
6020 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6023
6024         * gnus-util.el (gnus-extract-address-component-name)
6025         (gnus-extract-address-component-email): Convenience functions around
6026         `gnus-extract-address-components'.
6027
6028         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6029         Use `gnus-extract-address-component-email' to fix bug of comparing full
6030         sender name to `user-mail-address'.
6031
6032 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6035         catch/throw to optimize.
6036         (gnus-registry-find-keywords): Just use member to find a keyword.
6037
6038 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6039
6040         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6041         is current before calling gnus-server-prepare.
6042         (gnus-server-setup-buffer, gnus-server-update-server)
6043         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6044
6045 2008-05-04  Juri Linkov  <juri@jurta.org>
6046
6047         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6048         (mailcap-file-default-commands): Use mailcap-replace-in-string
6049         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6050         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6051
6052 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6053
6054         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6055
6056 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6057
6058         * gnus.el: Bump version to 0.11.
6059
6060 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6061
6062         * gnus.el: No Gnus v0.10 is released.
6063
6064 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6067         hooks.
6068         (gnus-update-read-articles): Speed up non-marks-using users.
6069         (gnus-use-marks): Define gnus-use-marks.
6070         (gnus-propagate-marks): Rename variable to something more sensible.
6071
6072 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6073
6074         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6075         (gmm-image-load-path-for-library): Fix typos in docstrings.
6076         (gmm-message): Reflow docstring.
6077
6078 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * mail-source.el (mail-source-set-1, mail-source-bind):
6081         Move auth-source code out of the macro to clean it up and fix bugs.
6082
6083 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6086         by sender if it's equal to user-mail-address, it's likely to be
6087         useless.
6088
6089         * mail-source.el (mail-source-bind): Don't use user or password if they
6090         are not bound.  Unintern them if they are nil.  Don't use server unless
6091         it's bound, and default it to empty string otherwise.
6092
6093 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6094
6095         * mail-source.el: Load auth-source.el.
6096         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6097         get user name or password, if auth-sources is set up.
6098
6099         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6100         strategy of splitting with parent.
6101         (gnus-registry-split-fancy-with-parent)
6102         (gnus-registry-post-process-groups): Use it and fix prior
6103         bug (returning a list as the split result).
6104
6105         * auth-source.el (auth-sources): Remove server parameter.
6106         (auth-source-pick, auth-source-user-or-password)
6107         (auth-source-user-or-password-imap)
6108         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6109         (auth-source-user-or-password-sftp)
6110         (auth-source-user-or-password-smtp): Remove server parameter.
6111
6112 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6113
6114         * smime.el (smime-sign-region, smime-encrypt-region)
6115         (smime-decrypt-region):
6116         Remove redundant calls to `generate-new-buffer-name'.
6117
6118 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6119
6120         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6121         Don't use QP for message/rfc822.
6122         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6123
6124 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6125
6126         * sieve-manage.el (sieve-string-bytes): Remove.
6127         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6128         correct byte-length only if the process's coding-system is the same as
6129         the one used internally by Emacs to represent strings.
6130
6131 2008-04-22  Juri Linkov  <juri@jurta.org>
6132
6133         * mailcap.el (mailcap-file-default-commands): New function.
6134
6135 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * message.el (message-signature-separator, message-cite-function):
6138         Change custom version.
6139
6140 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6141
6142         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6143         commands.
6144         (tls-checktrust): Ditto.
6145
6146 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * mm-decode.el (mm-display-external): Make temp file read-only.
6149
6150 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6153         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6154         `C-c C-f d'.
6155
6156 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6157
6158         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6159
6160 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * gnus.el: Bump version to 0.9.
6163
6164 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * gnus.el: No Gnus v0.8 is released.
6167
6168 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * mail-source.el (mail-source-value):
6171         Prefer fboundp to functionp so it works with macros as well.
6172
6173 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6176         Fix last change in case the element is not even a symbol.
6177
6178 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6179
6180         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6181         Prefer fboundp to functionp so it works with macros as well.
6182
6183 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * auth-source.el: Add docs.
6186         (auth-sources): Modify format to support server.
6187         (auth-source-pick, auth-source-user-or-password)
6188         (auth-source-user-or-password-imap)
6189         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6190         (auth-source-user-or-password-sftp)
6191         (auth-source-user-or-password-smtp): Add server parameter.
6192
6193 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * gnus-registry.el: Initialize the registry when gnus-registry-install
6196         is t.
6197
6198 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * compface.el (uncompface): Make buffer unibyte.
6201
6202 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * mail-source.el (mail-source-value):
6205         Prefer fboundp to functionp so it works with macros as well.
6206
6207 2008-04-05  Glenn Morris  <rgm@gnu.org>
6208
6209         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6210
6211 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6212
6213         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6214         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6215
6216         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6217         multibyteness after rather than before erasing it.
6218
6219         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6220         mm-with-multibyte.
6221         (gnus-request-article-this-buffer): Make sure the proper decoding is
6222         used if gnus-original-article-buffer happens to be unibyte.
6223
6224         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6225         default-enable-multibyte-characters.
6226
6227         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6228         default-enable-multibyte-characters.
6229
6230         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6231
6232         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6233
6234 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6235
6236         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6237         Fix last change in case the element is not even a symbol.
6238
6239 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6240
6241         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6242         (imap-message-copyuid-1): Use it.
6243         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6244         J. Williams in
6245         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6246
6247         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6248         imap-enable-exchange-bug-workaround.
6249         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6250
6251 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6252
6253         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6254         a 100 byte status-checks into a 2-3MB transfer for each group.
6255         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6256         to enable bug workaround or not.
6257         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6258
6259 2008-03-31  Glenn Morris  <rgm@gnu.org>
6260
6261         * message.el (mml2015-use): Declare for compiler.
6262         (message-info): Require mml2015 when appropriate.
6263
6264 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6267         whitespace.
6268
6269 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6270
6271         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6272         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6273         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6274         (nntp-service-to-port): New function.
6275         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6276         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6277         (nntp-open-netcat-stream): New function.
6278         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6279
6280 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6281
6282         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6283
6284 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6285
6286         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6287
6288 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6289
6290         * dns.el (dns-write): Use set-buffer-multibyte.
6291
6292 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6293
6294         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6295
6296 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * message.el (message-signature-separator): Change default.
6299         Improve custom type.
6300         (message-cite-function): Change default to
6301         message-cite-original-without-signature.
6302
6303         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6304         toggle.
6305
6306         * message.el (message-check-news-body-syntax): Fix signature check.
6307         (message-setup-1): Mark buffer as unmodified _after_ running
6308         message-setup-hook and handling message-alternative-emails.
6309         (message-shorten-references): Be more strict when building list of
6310         valid references to comply with GNKSA.
6311
6312         * gnus-group.el (gnus-read-ephemeral-bug-group)
6313         (gnus-read-ephemeral-debian-bug-group)
6314         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6315
6316         * message.el (message-info): Don't use booleanp which isn't supported
6317         in Emacs 21 and XEmacs.
6318
6319 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6322         gnus-group-gmane-group-download-format.
6323         (gnus-group-read-ephemeral-gmane-group): Rename from
6324         gnus-group-read-ephemeral-gmane-group.
6325         (gnus-read-ephemeral-gmane-group-url): Rename from
6326         gnus-group-read-ephemeral-gmane-group-url.
6327         (gnus-bug-group-download-format-alist): New variable.
6328         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6329         (gnus-read-ephemeral-emacs-bug-group): New commands.
6330
6331 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6334         (gnus-visible-headers): Improve custom type.
6335
6336 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * mml.el (mml-menu): Add workarounds for XEmacs.
6339
6340         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6341         X-Boundary header.
6342
6343         * message.el (message-simplify-recipients): Fix previous commit.
6344
6345 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6346
6347         * mm-util.el (mm-set-buffer-multibyte): New function.
6348         * mm-decode.el (mm-copy-to-buffer): Use it.
6349
6350         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6351         Prefer fboundp to functionp so it works with macros as well.
6352
6353 2008-03-19  Glenn Morris  <rgm@gnu.org>
6354
6355         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6356         Accidentally removed in the sync process with Emacs.
6357
6358 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * message.el (message-alter-recipients-discard-bogus-full-name):
6361         New function.
6362         (message-alter-recipients-function): New variable.
6363         (message-get-reply-headers): Use it.
6364         (message-replace-header): New helper function.
6365         (message-recipients-without-full-name): New variable.
6366         (message-simplify-recipients): New command.
6367
6368         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6369
6370         * message.el (message-info): Handle EasyPG manual.
6371
6372         * mml.el (mml-menu): Add entry for EasyPG.
6373
6374 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6375
6376         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6377         parameter.
6378
6379         * message.el (message-disassociate-draft): Specify drafts group name
6380         fully.
6381
6382 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6383
6384         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6385         Eliminate unnecessary duplicates from the match list.
6386
6387 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6390
6391         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6392
6393         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6394         args of `how-many' of which the XEmacs version doesn't take; declare
6395         Info-index-next as function.
6396
6397 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * gnus-score.el (gnus-score-headers): Fix handling of
6400         gnus-inhibit-slow-scoring.
6401
6402         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6403         string.
6404         (gnus-button-url-regexp): Improve handling of parenthesis.
6405         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6406         (gnus-button-handle-info-keystrokes): Handle index entries.
6407
6408 2008-03-15  Glenn Morris  <rgm@gnu.org>
6409
6410         * parse-time.el (parse-time-string): Simplify.
6411
6412 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6415         Incoming* files.
6416
6417 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * auth-source.el (auth-sources): Rename from auth-source-choices.
6420         (auth-source-pick): Use it.
6421
6422 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * binhex.el (binhex-decode-region-internal):
6425         * uudecode.el (uudecode-decode-region-internal):
6426         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6427         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6428         setting default-enable-multibyte-characters.
6429
6430 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6431
6432         * auth-source.el (auth-source-protocols)
6433         (auth-source-protocols-customize, auth-source-choices): Add and
6434         modified variable customizations and defaults.
6435         (auth-source-pick, auth-source-user-or-password)
6436         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6437         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6438         (auth-source-user-or-password-sftp)
6439         (auth-source-user-or-password-smtp): Use new variables and provide an
6440         interface to netrc.el.
6441
6442 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6445         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6446         Make sure the nntp port to specify is a string.
6447
6448 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6449
6450         * nntp.el: Use with-current-buffer.
6451         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6452         dubious mm-with-unibyte-current-buffer.
6453         (nntp-with-open-group-function): New function extracted from
6454         nntp-with-open-group macro.
6455         (nntp-with-open-group): Use the function, so it's easier to debug.
6456         Add indentation and debugging info.
6457         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6458         Recommend the use of the netcat alternatives.
6459
6460         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6461         Avoid mm-string-as-multibyte as well.
6462
6463         * nnweb.el (nnweb-insert-html):
6464         Remove use of nnheader-string-as-multibyte.
6465
6466         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6467         (nnheader-string-as-multibyte): Remove.
6468
6469         * mm-view.el: Use inhibit-read-only.
6470         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6471         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6472         or unibyte-string.
6473
6474         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6475         (mm-uu-yenc-extract): Use with-current-buffer.
6476
6477         * gnus-soup.el (gnus-soup-send-packet): Don't use
6478         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6479
6480         * nnmh.el: Use with-current-buffer.
6481         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6482         mm-string-as-multibyte on the output of mm-encode-coding-string.
6483
6484         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6485         (nnimap-request-move-article): Use with-current-buffer.
6486
6487         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6488         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6489         conversion uses string-make-unibyte rather than string-as-unibyte.
6490
6491         * gnus-msg.el: Use with-current-buffer.
6492
6493         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6494
6495 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6496
6497         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6498         string for caching if it is 'PIN.
6499
6500 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * lpath.el: Consider the case without Emacs/W3.
6503
6504 2008-03-08  Glenn Morris  <rgm@gnu.org>
6505
6506         * time-date.el (date-to-time, time-subtract, time-add)
6507         (safe-date-to-time): Doc fixes.
6508
6509 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6510
6511         * mail-source.el (mail-source-delete-old-incoming-confirm):
6512         Change default to nil.
6513         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6514
6515 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * lpath.el: Rearrange.
6518
6519         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6520         (gnus-article-goto-prev-page): Work for articles having ^L's.
6521
6522         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6523
6524         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6525
6526 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6527
6528         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6529         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6530         (gnus-bookmark-jump): Adjust some variable names.
6531
6532 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6533
6534         * auth-source.el: New package.
6535         (auth-source-choices): Add customization entry point variable.
6536
6537         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6538         bug.
6539
6540 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6543         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6544         (gnus-registry-install-shortcuts): Rename from
6545         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6546         the `gnus-registry-mark-map' keymap dynamically from
6547         `gnus-registry-marks'.  The generated functions update the summary line
6548         when a registry mark is added or deleted, and will call
6549         `gnus-registry-install-p' (see the comments in the code).
6550         (gnus-registry-user-format-function-M): Use concat intelligently.
6551
6552         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6553         the registry mark functions.
6554
6555 2008-03-05  Glenn Morris  <rgm@gnu.org>
6556
6557         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6558         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6559         gnus-art.
6560         (top-level): No need to load own source when compiling.
6561
6562 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6565         Suggested by <chris.anderton@zetnet.co.uk>.
6566
6567 2008-03-04  Glenn Morris  <rgm@gnu.org>
6568
6569         * gnus-sum.el (top-level): No need to require gnus when compiling,
6570         since unconditionally required near start of file.
6571         (gnus-summary-display-while-building): Move definition before use.
6572
6573 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6574
6575         * gnus-registry.el (gnus-registry-user-format-function-M):
6576         Add formatting function.
6577
6578 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6579
6580         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6581         with plists.
6582         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6583         Use new format.
6584
6585 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6588         `where-is-internal' that returns a range of key sequences.
6589
6590 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6591
6592         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6593
6594         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6595         (gnus-summary-jump-to-group): Consider windows on other displayed
6596         frames as well.  Similar changes might be needed elsewhere, but that's
6597         the one I've bumped into during my use.
6598
6599         * nndoc.el (nndoc-oe-dbx-type-p):
6600         * gnus-msg.el (gnus-debug):
6601         * gnus-group.el (gnus-update-group-mark-positions):
6602         Use mm-string-to-multibyte.
6603
6604 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6607         doesn't handle NotDashEscaped.
6608
6609         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6610         (mml-dnd-attach-options): Fix typo in custom choice.
6611
6612         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6613         Change nndoc-article-type to mbox.
6614         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6615
6616         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6617         to nil, instead of html2text.
6618
6619         * imap.el (imap-debug): Add `imap-ping-server'.
6620
6621         * gnus-bookmark.el: Add FIXMEs.
6622
6623         * message.el (message-form-letter-separator)
6624         (message-send-form-letter-delay): New variables.
6625         (message-send-form-letter): Use them.  New command to send form
6626         letters.  Requested by Uwe Siart.
6627         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6628
6629 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * Update copyright years.
6632
6633 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         Sync from EMACS_22_BASE.
6636
6637         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6638
6639 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6640
6641         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6642         empty author.
6643
6644 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * gnus-registry.el (gnus-registry-marks): Add variable for
6647         customization of marks and their appearance.
6648         (gnus-registry-read-mark): Use it.
6649         (gnus-registry-do-marks): Add utility function to loop through
6650         `gnus-registry-marks'.
6651         (gnus-registry-install-shortcuts-and-menus): Add function to install
6652         shortcuts and menus.
6653         (gnus-registry-initialize): Use it.
6654         (gnus-registry-default-mark): Clarify documentation.
6655
6656 2008-02-29  Glenn Morris  <rgm@gnu.org>
6657
6658         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6659         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6660         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6661         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6662         Change defcustom :version from 23.0 to 23.1.
6663
6664 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * gnus-registry.el (gnus-registry-follow-group-p)
6667         (gnus-registry-post-process-groups): Add functions to aid registry
6668         splitting and improve logging.  Clarify behavior in function
6669         documentation.
6670         (gnus-registry-split-fancy-with-parent): Use them.
6671
6672 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6673
6674         * gnus-art.el: Use with-current-buffer.
6675
6676 2008-02-27  David Engster  <dengste@eml.cc>
6677
6678         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6679         Express real group name in the response.
6680
6681 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6684         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6685         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6686         autoload gnus-registry-fetch-group when compiling.
6687         (nnmairix-request-group-with-article-number-correction):
6688         Remove unreferenced argument passed to nnmairix-call-backend.
6689
6690 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6693         (mm-uu-extract): Improve face for low color ttys.
6694         Reported by Sascha Wilde.
6695
6696 2008-02-27  Glenn Morris  <rgm@gnu.org>
6697
6698         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6699         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6700         variables to defconsts.  Convert comments to doc-strings.
6701         (nnmairix-last-server, nnmairix-current-server): Convert from free
6702         variables to defvars.  Convert comments to doc-strings.
6703         (gnus-registry-fetch-group): Autoload.
6704         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6705         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6706         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6707         caddr.
6708         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6709         nnmairix-request-group-with-article-number-correction call.
6710         (nnmairix-fast, nnmairix-group): New, less general names, for free
6711         variables passed from nnmairix-request-group to
6712         nnmairix-request-group-with-article-number-correction.  Declare.
6713         (nnmairix-request-group-with-article-number-correction):
6714         Use nnmairix-fast, nnmairix-group rather than fast, group.
6715
6716 2008-02-26  David Engster  <dengste@eml.cc>
6717
6718         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6719         version 0.5.
6720
6721 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6724         instead of making an extra function call.  Don't add the current group
6725         to articles only when they have the group.  Use
6726         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6727         Reported by David <de_bb@arcor.de>.
6728
6729 2008-02-24  Miles Bader  <miles@gnu.org>
6730
6731         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6732         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6733         (mm-find-mime-charset-region):
6734         * mm-bodies.el (mm-encode-body):
6735         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6736
6737 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6740         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6741
6742 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * mail-source.el (mail-source-delete-incoming): Change default.
6745         Supplement doc string.
6746
6747         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6748
6749 2008-02-14  Glenn Morris  <rgm@gnu.org>
6750
6751         * time-date.el (format-seconds): New function.
6752
6753 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * nnmail.el (nnmail-message-id-cache-file): Derive from
6756         `gnus-home-directory'.
6757
6758 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6761         Document negative prefix.
6762
6763         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6764
6765 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6766
6767         * message.el (message-unsent-separator): Add the Exim bounce
6768         separator.
6769
6770 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6771
6772         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6773         list.
6774         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6775         recipient/signer list.
6776
6777 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * Makefile.in (datarootdir): Define.
6780         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6781         name that might contain whitespace.
6782
6783 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6784
6785         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6786         fbound (Emacs 23 unicode), signal an error.
6787
6788 2008-02-08  Glenn Morris  <rgm@gnu.org>
6789
6790         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6791
6792 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6793
6794         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6795         ports to the calls to `netrc-machine-user-or-password' in addition to
6796         "imap" and "imaps".
6797
6798 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6799
6800         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6801
6802         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6803
6804 2008-02-01  Kenichi Handa  <handa@m17n.org>
6805
6806         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6807         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6808         (rfc2104-hash): Convert the result of concat to unibyte string.
6809
6810 2008-02-01  Dave Love  <fx@gnu.org>
6811
6812         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6813         coding-system-for-read.
6814         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6815
6816 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6819         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6820         <hanche@math.ntnu.no>.
6821
6822 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6825
6826         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6827
6828 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6829
6830         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6831         * message.el (message-beginning-of-line): Use featurep instead of bound
6832         tests in order to resolve conditionals at compile time.
6833
6834 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6835
6836         * mail-source.el (mail-sources): Add `group' choice.
6837
6838         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6839         parameter `in-group' to control into which group the articles go.
6840         Add treatment of `group' mail-source.
6841
6842 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6845
6846         * mm-decode.el (mm-dissect-buffer): Decode description.
6847
6848         * mml.el (mml-to-mime): Encode message header first.
6849
6850 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6853         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6854
6855         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6856         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6857
6858 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6861
6862 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6865         prefix keys.
6866         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6867         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6868         gnus-xmas.el.
6869
6870         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6871         (gnus-xmas-article-describe-bindings): New function.
6872         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6873         gnus-xmas-article-describe-bindings.
6874
6875         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6876
6877 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6880         Add new variables for article mark management.
6881         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6882         list of extra data entries which, when present, will indicate that the
6883         article ID should not be trimmed from the registry.
6884         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6885         functions.
6886         (gnus-registry-read-mark): New function to read a mark name from the
6887         user.
6888         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6889         (gnus-registry-set-article-mark-internal): New functions to add and
6890         remove marks.
6891         (gnus-registry-get-article-marks): New function to show the marks for
6892         an article, or retrieve them for further use.
6893
6894 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6897         keys when no argument is given.
6898
6899 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * imap.el (imap-ping-server): New variable.
6902         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6903         (imap-ping-server): Minor doc string fixes.
6904
6905 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6906
6907         * imap.el (imap-ping-server): New function.
6908         (imap-opened): Call imap-ping-server.
6909
6910 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus-sum.el (gnus-article-sort-by-random)
6913         (gnus-thread-sort-by-random): Fix doc strings.
6914         Reported by jidanni@jidanni.org.
6915
6916 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-art.el (gnus-article-describe-bindings): New function.
6919         (gnus-article-read-summary-keys): Use it.
6920         (gnus-article-mode-map): Bind `C-h b' to it.
6921
6922 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6925         XEmacs.
6926         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6927         Protect against non-character events.
6928
6929         * lpath.el: Fbind map-keymap for Emacs 21.
6930
6931 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6934         New command.
6935         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6936         instead of END.  Change name of the temp file.
6937         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6938         customizable.
6939
6940 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6943         bind `S W' to gnus-article-wide-reply-with-original; set default
6944         binding to gnus-article-read-summary-send-keys.
6945         (gnus-article-read-summary-keys): Fix the order of keys; display
6946         continuation keys correctly in the echo area; describe bindings
6947         correctly when keys end with `C-h'.
6948         (gnus-article-read-summary-send-keys): New function.
6949         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6950         Work for gnus-article-read-summary-send-keys; display continuation keys
6951         correctly in the echo area.
6952         (gnus-article-reply-with-original): Ignore prefix argument.
6953         (gnus-article-wide-reply-with-original): New function.
6954
6955         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6956         Emacs 21.
6957
6958 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6961         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6962
6963 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6966         (gnus-group-read-ephemeral-gmane-group): New command.
6967
6968 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6969
6970         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6971
6972 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * message.el (message-send-mail-function): Increase custom version.
6975
6976         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6977         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6978
6979 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6980
6981         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6982         for the cases where imap-authenticate is called with a nil buffer
6983         parameter.
6984
6985 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6988         html parts correctly; support forwarded messages.
6989         (gnus-article-browse-html-article): Remove work buffers.
6990
6991         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6992         compiling.
6993         (netrc-bound-and-true-p): New macro.
6994         (netrc-parse): Use it instead of bound-and-true-p that is not available
6995         in XEmacs 21.4.
6996
6997 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * gnus-registry.el (gnus-registry-mark-article)
7000         (gnus-registry-article-marks): Add functionality to mark articles
7001         through the Gnus registry.
7002
7003         * encrypt.el: Clarify documentation for the new pgg method.
7004         (encrypt-file-alist): Add PGG option.
7005         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7006         functionality.  Abstract password key and messaging to external
7007         functions.
7008         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7009         (encrypt-message-method-and-cipher): Add new convenience external
7010         functions.
7011         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7012         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7013
7014         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7015         (netrc-parse): Use encrypt-file-alist to determine if
7016         encrypt-find-model or encrypt-insert-file-contents should be used.
7017
7018         * encrypt.el: Clarify documentation.  Load password-cache or
7019         password, whichever one is found first, instead of autoloading.
7020
7021 2007-12-19  Glenn Morris  <rgm@gnu.org>
7022
7023         * mml.el (message-options-set, message-narrow-to-head)
7024         (message-in-body-p, message-mail-p, message-encode-message-body):
7025         Autoload.
7026         (message-remove-header, message-narrow-to-headers-or-head)
7027         (message-subscribed-p, message-make-mail-followup-to)
7028         (message-position-on-field, message-news-p)
7029         (message-options-set-recipient, message-generate-headers)
7030         (message-sort-headers): Declare as functions.
7031
7032 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7035         convention in doc string.
7036
7037 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7040         title to html parts.
7041         (gnus-article-browse-html-article): Pass message header to it.
7042
7043         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7044
7045 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7048         or password compatible with XEmacs.
7049
7050 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7053         format document.
7054         (gnus-mime-delete-part): Don't write description line if empty.
7055         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7056
7057 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7058
7059         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7060         (gnus-summary-mark-read-and-unread-as-read)
7061         (gnus-summary-mark-current-read-and-unread-as-read)
7062         (gnus-summary-mark-unread-as-ticked): Doc fix.
7063         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7064
7065 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7068         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7069
7070 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7073         yes-or-no-p.
7074
7075 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * mm-decode.el (mm-add-meta-html-tag): New function.
7078         (mm-save-part-to-file, mm-pipe-part): Use it.
7079
7080         * gnus-art.el (gnus-article-browse-delete-temp-files):
7081         Use gnus-y-or-n-p instead of y-or-n-p.
7082         (gnus-article-browse-html-parts): Work with message/external-body; use
7083         mm-add-meta-html-tag.
7084
7085 2007-12-11  Glenn Morris  <rgm@gnu.org>
7086
7087         * gnus-cache.el: Require gnus-sum not just when compiling.
7088
7089         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7090
7091         * gnus-int.el (gnus-server-opened, gnus-status-message):
7092         Move definitions before use.
7093
7094         * mm-decode.el: Require gnus-util.
7095         (mm-remove-part): Only call delete-annotation on XEmacs.
7096
7097         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7098
7099         * nnmail.el: Require gnus-int.
7100
7101         * spam.el: Move `require's before `eval-when-compile's.
7102
7103         * gnus-ems.el (gnus-alive-p):
7104         * gnus-fun.el (message-goto-eoh):
7105         * gnus-util.el (gnus-group-name-decode):
7106         * mail-source.el (gnus-compress-sequence):
7107         * message.el (Info-goto-node, format-spec):
7108         * mm-bodies.el (message-options-get):
7109         * mm-decode.el (mm-view-pkcs7):
7110         * mm-util.el (gmm-write-region):
7111         * mml-smime.el (mml-compute-boundary)
7112         (gnus-completing-read-with-default):
7113         * mml.el (widget-button-press, gnus-make-hashtable):
7114         * mml1991.el (mm-decode-content-transfer-encoding)
7115         (mm-encode-content-transfer-encoding)
7116         (message-options-get, message-options-set):
7117         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7118         * nnfolder.el (gnus-request-group):
7119         * nnheader.el (ietf-drums-unfold-fws):
7120         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7121         * smime.el (gnus-run-mode-hooks):
7122         * spam-stat.el (gnus-message): Autoload.
7123
7124         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7125         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7126         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7127         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7128         Add declare-function compatibility definition.
7129
7130         * gnus-cache.el (nnvirtual-find-group-art):
7131         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7132         (gnus-add-image, gnus-add-wash-type):
7133         * gnus-group.el (nnkiboze-score-file):
7134         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7135         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7136         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7137         (message-tokenize-header, gnus-get-buffer-create)
7138         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7139         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7140         * gnus.el (gnus-group-decoded-name):
7141         * mail-source.el (imap-capability):
7142         * mm-bodies.el (message-options-set):
7143         * mm-decode.el (gnus-configure-windows):
7144         * mm-extern.el (message-goto-body):
7145         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7146         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7147         (epg-sub-key-validity, message-options-set):
7148         * mml.el (widget-event-point, gnus-configure-windows):
7149         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7150         * mml2015.el (epg-check-configuration, epg-configuration)
7151         (message-options-set):
7152         * nndb.el (nndb-request-article):
7153         * nnfolder.el (gnus-request-create-group):
7154         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7155         * nnmaildir.el (gnus-group-mark-article-read):
7156         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7157         * rfc1843.el (message-fetch-field):
7158         * spam.el (gnus-extract-address-components):
7159         Declare as functions.
7160
7161 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7164
7165         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7166
7167         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7168         bind show-trailing-whitespace for XEmacs.
7169
7170 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7173         new no-op macro for backward compatibility.
7174
7175         * imap.el (imap-string-to-integer): New function.
7176
7177 2007-12-09  Glenn Morris  <rgm@gnu.org>
7178
7179         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7180
7181         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7182         * message.el, mm-view.el, sieve-manage.el, smime.el:
7183         Add declare-function compatibility definition.
7184
7185         * gnus-art.el (w3-region, w3m-region, Info-menu):
7186         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7187         * gnus-sum.el (gnus-get-predicate):
7188         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7189         * message.el (mail-abbrev-in-expansion-header-p):
7190         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7191         (w3m-detect-meta-charset, w3m-region):
7192         * sieve-manage.el (password-read, password-cache-add)
7193         (password-cache-remove):
7194         * smime.el (password-read-and-add): Declare as functions.
7195
7196 2007-12-08  David Kastrup  <dak@gnu.org>
7197
7198         * gnus-sum.el (gnus-summary-simplify-subject-query):
7199         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7200         `message'.
7201
7202 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7205         it to bind idna-program, installation-directory, defined-colors, and
7206         face-attribute for XEmacs of the version that compiles defcustom forms.
7207
7208 2007-12-07  Glenn Morris  <rgm@gnu.org>
7209
7210         * gnus-art.el (article-make-date-line): Revert previous change.
7211
7212 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7215
7216 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7217
7218         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7219         Call gnus-add-to-range ranges only once with a prepared article-list.
7220
7221 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7222
7223         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7224         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7225         group names with backslashes.
7226         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7227
7228 2007-12-06  Deepak Goel  <deego3@gmail.com>
7229
7230         * gnus-art.el (article-make-date-line):
7231         * gnus-start.el (gnus-load):
7232         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7233
7234 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-art.el (gnus-use-idna)
7237         * gnus-start.el (gnus-site-init-file)
7238         * message.el (message-use-idna)
7239         * mm-uu.el (mm-uu-hide-markers)
7240         * smiley.el (smiley-style): Revert changes that suppress warnings.
7241
7242 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7245         specify charset to html source.
7246         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7247
7248 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7251         idna-program in order to suppress byte compile warning issued by XEmacs
7252         that came to byte compile the default value section of defcustom forms
7253         recently.
7254
7255         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7256         value of installation-directory.
7257
7258         * message.el (message-use-idna): Don't directly refer to the value of
7259         idna-program.
7260
7261         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7262
7263         * smiley.el (smiley-style): Don't directly call face-attribute.
7264
7265 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7268
7269         * gnus-dired.el: Reduce Gnus dependencies.
7270         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7271         Don't require.  Use autoloads instead.
7272         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7273         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7274         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7275         (gnus-dired-mode): Adjust doc string.
7276         (gnus-dired-mail-mode): New variable.
7277         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7278         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7279         (gnus-dired-mail-buffers): New function.  Return mail or message
7280         composition buffers.
7281         (gnus-dired-attach): Use it.
7282         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7283         NO-DECODE.
7284         (gnus-dired-print): Use `gnus-print-buffer' depending on
7285         `gnus-dired-mail-mode'.
7286
7287 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * rfc2047.el (rfc2047-encoded-word-regexp)
7290         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7291         explaining what regexp patterns are for.
7292
7293 2007-12-04  Glenn Morris  <rgm@gnu.org>
7294
7295         * password.el: Move to password-cache.el.
7296
7297         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7298         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7299         * mml-smime.el (password-read, password-cache-add)
7300         (password-cache-remove):
7301         No need to autoload, since mml-sec requires password.
7302
7303         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7304         * message.el (gnus-extract-address-components):
7305         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7306
7307         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7308         password.
7309
7310 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * mailcap.el: Reduce dependencies.
7313         (mail-header-parse-content-type): Autoload.
7314         (mailcap-delete-duplicates): New alias.
7315         (mailcap-mime-info): Add optional argument NO-DECODE.
7316         (mailcap-mime-types): Use mailcap-delete-duplicates.
7317
7318         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7319
7320 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7321
7322         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7323         (imap-parse-status): Upcase status-att for servers that sends them
7324         lower-case (e.g., MS Exchange 2007).
7325
7326 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327
7328         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7329         function.
7330
7331         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7332         (gnus-uu-yenc-article): New function.
7333
7334         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7335
7336         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7337
7338 2007-12-02  Glenn Morris  <rgm@gnu.org>
7339
7340         * binhex.el (binhex): New custom group.
7341         (binhex-decoder-program, binhex-decoder-switches)
7342         (binhex-use-external): Move to the binhex custom group.
7343
7344         * uudecode.el (uudecode): New custom group.
7345         (uudecode-decoder-program, uudecode-decoder-switches)
7346         (uudecode-use-external): Move to the uudecode custom group.
7347
7348         * netrc.el (top-level): Don't load `encrypt' features.
7349         (netrc-parse): Don't use encrypt.
7350         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7351
7352         * encrypt.el: Remove file.
7353
7354 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7357         matches on patches.
7358
7359         * gnus-art.el (gnus-article-browse-html-article):
7360         Mention `mm-text-html-renderer' in the doc string.
7361
7362         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7363         string.  Add comments.
7364
7365         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7366         if rhs is ASCII.
7367
7368 2007-12-01  Glenn Morris  <rgm@gnu.org>
7369
7370         * mail-source.el (top-level): Require format-spec before
7371         eval-when-compile.
7372
7373 2007-11-30  Glenn Morris  <rgm@gnu.org>
7374
7375         * encrypt.el: Require password, rather than autoloading password-read.
7376
7377 2007-11-29  Glenn Morris  <rgm@gnu.org>
7378
7379         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7380         (sasl-make-client, sasl-next-step, sasl-step-data)
7381         (sasl-step-set-data): Declare as functions.
7382
7383 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7386
7387 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7388
7389         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7390         certs should be verified and what is to be done in the event of a
7391         verification failure.
7392
7393         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7394         caller can indicate whether the cache should be disregarded for this
7395         call.  This way the result of the call is reproducible at all times and
7396         can be considered a canonical server name for the supplied method.
7397         (gnus-agent-method-p): Canonicalize server names by pushing their
7398         method through `gnus-method-to-server' using the no-cache argument.
7399
7400         * gnus-srvr.el (gnus-server-insert-server-line):
7401         Call `gnus-method-to-server' with `no-cache' argument.
7402
7403         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7404         gnus-agent-possibly-synchronize-flags as this should be called when the
7405         server is actually being opened.
7406         (gnus-agent-possibly-synchronize-flags)
7407         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7408         flags file of an agentized server to the latter function.
7409
7410         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7411         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7412         after a connection has been established successfully.
7413
7414 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-art.el (article-display-face): Force to display face if called
7417         interactively; check if gnus-article-x-face-too-ugly matches author.
7418         (article-display-x-face): Display face even if From header is missing
7419         as article-display-face does.
7420
7421 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7422
7423         * hashcash.el (message-narrow-to-headers-or-head)
7424         (message-fetch-field, message-goto-eoh)
7425         (message-narrow-to-headers): Declare as functions.
7426
7427 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * mail-source.el (mail-sources): Default to fetch from file for
7430         compatibility with default of nnmail-spool-file.
7431
7432 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7435         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7436         to look for encoded word that should be encoded again.
7437         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7438         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7439         encoding pattern.
7440         (rfc2047-decode-region): Switch strict regexp and loose one according
7441         to rfc2047-allow-irregular-q-encoded-words.
7442
7443 2007-11-25  Romain Francoise  <romain@orebokech.com>
7444
7445         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7446
7447 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * tls.el (tls-program): Provide more custom choices from
7450         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7451         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7452
7453 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7456         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7457
7458         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7459         `nnmail-spool-file'.
7460
7461         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7462         `nnmail-spool-file'.
7463
7464         * gnus-move.el (gnus-change-server): Ditto.
7465
7466         * gnus-kill.el (gnus-batch-score): Ditto.
7467
7468         * gnus-cache.el (gnus-jog-cache): Ditto.
7469
7470         * gnus-msg.el (gnus-summary-reply):
7471         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7472
7473 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7476         version.  Minor improvement to doc strings.
7477         (tls-program): Add comment.
7478
7479 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7480
7481         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7482         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7483         mismatch between the hostname provided in the certificate and the name
7484         of the host connnecting to.
7485         (open-tls-stream): Use them.  Check certificates against trusted root
7486         certificates.
7487
7488 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-cache.el (gnus-cache-generate-nov-databases):
7491         Use nnml-generate-nov-databases-directory instead of
7492         nnml-generate-nov-databases-1.
7493
7494 2007-11-24  Glenn Morris  <rgm@gnu.org>
7495
7496         * message.el (message-tool-bar-retro): Update for rename
7497         mail_send.xpm->mail-send.xpm.
7498
7499 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7502         `smime-ldap-search' for Emacs 22 and up.
7503
7504 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7505
7506         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7507
7508         * message.el (message-send-mail-function): Fix error convention.
7509         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7510         (message-widen-reply, message-send-mail, message-talkative-question)
7511         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7512         (message-clone-locals, message-send-news): Use with-current-buffer.
7513         (message-insert-or-toggle-importance): Remove unused var `valid'.
7514         (message-make-references): Remove unused var `new-references'.
7515         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7516
7517 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7518
7519         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7520         (spam-split-symbolic-return-positive): Reflow docstring.
7521         (spam-backends, spam-summary-exit-behavior)
7522         (spam-mark-ham-unread-before-move-from-spam-group)
7523         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7524         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7525         (spam-clear-cache, spam-backend-check, spam-install-backend)
7526         (spam-install-statistical-backend, spam-list-of-processors)
7527         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7528         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7529         (spam-check-crm114, spam-initialize, spam-unload-hook):
7530         Fix typos in docstrings.
7531
7532 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7535         been checked if they have never been read and those group levels are
7536         higher than the one that a user specified.
7537
7538 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7541         foreign groups unless a group level is specified by a user.
7542         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7543
7544 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * message.el (message-send-mail-function): Require sendmail.
7547
7548 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * message.el (message-send-mail-function): Check for smtpmail too.
7551
7552         * utf7.el (utf7-encode, utf7-decode): Use coding system
7553         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7554
7555         * message.el (message-send-mail-function): New function.
7556         (message-send-mail-function): Set default using
7557         message-send-mail-function.  Adjust doc string.
7558         (message-send-mail-with-mailclient): New function.
7559
7560 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7561
7562         * smime.el (from):
7563         * rfc2047.el (message-posting-charset):
7564         * qp.el (mm-use-ultra-safe-encoding):
7565         * pop3.el (parse-time-months):
7566         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7567         * nnml.el (files):
7568         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7569         (jka-compr-compression-info-list, ange-ftp-path-format)
7570         (efs-path-regexp):
7571         * nndiary.el (files):
7572         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7573         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7574         (epg-digest-algorithm-alist, inhibit-redisplay)
7575         (password-cache-expiry):
7576         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7577         (pgg-output-buffer, password-cache-expiry):
7578         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7579         (efs-path-regexp):
7580         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7581         (inhibit-redisplay):
7582         * mm-uu.el (file-name, start-point, end-point, entry)
7583         (gnus-newsgroup-name, gnus-newsgroup-charset):
7584         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7585         (latin-unity-ucs-list):
7586         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7587         (mm-uu-binhex-decode-function):
7588         * message.el (gnus-message-group-art, gnus-list-identifiers)
7589         (rmail-enable-mime-composing, gnus-local-organization)
7590         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7591         (gnus-read-active-file, facemenu-add-face-function)
7592         (facemenu-remove-face-function, gnus-article-decoded-p)
7593         (tool-bar-mode):
7594         * mail-source.el (display-time-mail-function):
7595         * gnus-util.el (nnmail-pathname-coding-system)
7596         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7597         (gnus-original-article-buffer, gnus-user-agent)
7598         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7599         (xemacs-codename, sxemacs-codename, emacs-program-version):
7600         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7601         * gnus-start.el (gnus-agent-covered-methods)
7602         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7603         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7604         (gnus-newsgroup-headers, gnus-group-list-mode)
7605         (gnus-group-mark-positions, gnus-newsgroup-data)
7606         (gnus-newsgroup-unreads, nnoo-state-alist)
7607         (gnus-current-select-method, mail-sources)
7608         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7609         (nnmail-spool-file, gnus-cache-active-hashtb):
7610         * gnus-mh.el (mh-lib-progs):
7611         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7612         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7613         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7614         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7615         (gnus-group-buffer):
7616         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7617         (font-lock-set-defaults):
7618         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7619         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7620         (gnus-summary-post-menu, total-parts, type, condition, length):
7621         * gnus-agent.el (gnus-agent-read-agentview):
7622         * flow-fill.el (show-trailing-whitespace):
7623         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7624         eval-and-compile wrappers for byte compiler pacifiers.
7625
7626         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7627         (mm-display-inline-fontify): Check for featurep 'xemacs not
7628         extent-list.
7629
7630         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7631         itimer-list.
7632         (mm-create-image-xemacs): Only do something for XEmacs.
7633         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7634
7635         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7636
7637         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7638         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7639
7640 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7641
7642         * nnimap.el (nnimap-split-download-body):
7643         * gnus-demon.el (gnus-demon):
7644         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7645
7646 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7649         New macros.
7650         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7651         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7652         copy data from unibyte buffer to multibyte current buffer.
7653         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7654         to copy data from unibyte current buffer to multibyte buffer.
7655         (nntp-make-process-buffer): Make process buffer unibyte.
7656
7657         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7658
7659 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7660
7661         * pop3.el (pop3-open-server): Accept and process data more robustly at
7662         connexion start to avoid spurious "POP SSL connexion failed" errors.
7663
7664 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7667         read group names.
7668
7669 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7672
7673 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7676         (nnmail-save-active): Use a unibyte buffer when saving active file,
7677         which may contain non-ASCII group names.
7678
7679         * nnml.el (nnml-request-group): Decode group names in messages.
7680
7681 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * message.el (message-citation-line-function)
7684         (message-insert-formatted-citation-line): Fix spelling of
7685         `message-insert-formated-citation-line'.
7686
7687 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7690
7691 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7694         nnmail-pathname-coding-system.
7695
7696         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7697         that a user enters; decode group names in messages.
7698
7699         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7700
7701 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7704
7705         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7706
7707         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7708         risky local variable.
7709
7710         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7711
7712 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7713
7714         * encrypt.el: Improve documentation to fix function name typo.
7715         Reported by Daiki Ueno <ueno@unixuser.org>.
7716
7717 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7720         even if the point is not in the last page of an article.
7721         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7722         back to the previous page.
7723
7724 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7727
7728 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7731
7732 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7733
7734         * message.el (message-check-news-body-syntax):
7735         Avoid mm-string-as-multibyte.
7736         (message-hide-headers): Don't assume (point-min)==1.
7737
7738 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * message.el (message-remove-blank-cited-lines): Fix if remove is
7741         given.
7742         (message-bogus-address-regexp): New variable.
7743         (message-bogus-recipient-p): New function.
7744         (message-check-recipients): New command.
7745         (message-syntax-checks): Add `bogus-recipient'.
7746         (message-fix-before-sending): Add `bogus-recipient'.
7747
7748         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7749         (gnus-treat-body-boundary): Don't test window-system.
7750
7751 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7752
7753         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7754
7755 2007-10-28  Miles Bader  <miles@gnu.org>
7756
7757         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7758         at compile-time too.
7759
7760 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-msg.el (gnus-message-setup-hook):
7763         Add `message-remove-blank-cited-lines' to options.
7764
7765 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * message.el (message-remove-blank-cited-lines): New function.
7768         Suggested by Karl Plästerer.
7769
7770 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7773         mapc.
7774
7775         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7776         (top-level): Use mapc to set functions to be traced for debugging.
7777
7778         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7779         called for effect with while loop.
7780
7781         * message.el (message-talkative-question): Replace mapcar called for
7782         effect with mapc.
7783
7784         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7785         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7786         called for effect with dolist.
7787
7788         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7789
7790         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7791         gnus-extra-headers and nnmail-extra-headers.
7792
7793         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7794         called for effect with dolist.
7795         (top-level): Use mapc to set functions to be traced for debugging.
7796
7797         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7798         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7799         dolist.
7800
7801         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7802         Replace mapcar called for effect with mapc.
7803         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7804         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7805         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7806         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7807
7808         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7809         remove-if that's a cl function.
7810
7811         * webmail.el (webmail-debug): Replace mapcar called for effect with
7812         dolist.
7813
7814         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7815         with mapc.
7816
7817 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7820         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7821         with while loop.
7822
7823         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7824         functions from article-* functions.
7825         (gnus-multi-decode-header): Replace mapcar called for effect with
7826         dolist.
7827
7828         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7829         (gnus-bookmark-show-details): Replace mapcar called for effect with
7830         while loop.
7831
7832         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7833         called for effect with while loop.
7834
7835         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7836         with dolist.
7837
7838         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7839         Replace mapcar called for effect with dolist.
7840
7841         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7842
7843         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7844         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7845         Replace mapcar called for effect with dolist.
7846         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7847         mapc.
7848
7849         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7850         Replace mapcar called for effect with dolist.
7851         (gnus-topic-list): Replace mapcar called for effect with mapc.
7852
7853         * gnus.el: Use mapc instead of mapcar to add autoloads.
7854
7855 2007-10-23  Richard Stallman  <rms@gnu.org>
7856
7857         * gnus-group.el (gnus-group-highlight): Mark as risky.
7858
7859 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus.el (gnus-server-to-method): Return method found first in
7862         gnus-newsrc-alist.
7863
7864         * gnus-art.el (gnus-article-highlight-signature)
7865         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7866         button overlay without the front stickiness.
7867
7868 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7869
7870         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7871         overview buffer needed a catch to receive its throw.
7872         (gnus-agent-flush-cache): Declare as interactive to make this function
7873         easier to use.
7874
7875 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7878         `next-line'.
7879
7880 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7883         exclude address matching message-dont-reply-to-names.
7884
7885 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-util.el (gnus-string<): New function.
7888
7889         * gnus-sum.el (gnus-article-sort-by-author)
7890         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7891
7892 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7895         the frame-focus tag is set in gnus-buffer-configuration.
7896
7897 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7900         the front stickiness.
7901
7902 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7905         url pattern; remove duplicate one.
7906         (gnus-article-extend-url-button): New function.
7907         (gnus-article-add-buttons): Use it.
7908         (gnus-button-push): Use concatenated url that it makes.
7909
7910 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7911
7912         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7913
7914 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7915
7916         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7917         Don't hardcode point-min==1.
7918
7919 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7922         Fix comment about "iso8859-1".
7923
7924 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7925
7926         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7927         ones returned from the verify-function.
7928
7929         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7930         Call mml2015-extract-cleartext-signature if extraction failed.
7931
7932 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7933
7934         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7935         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7936         failed.
7937
7938 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7941
7942 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7945         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7946         recommends to use EasyPG instead of PGG.
7947
7948         * pgg.el: Revert to revision 6.23.2.16.
7949
7950         * pgg-def.el: Revert to revision 6.6.2.14.
7951
7952         * pgg-gpg.el: Revert to revision 6.23.2.34.
7953
7954 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7955
7956         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7957         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7958         thread for both the null and zero (kill/expire thread) universal prefix
7959         cases.
7960         (gnus-summary-expire-thread): Add new function to expire a thread,
7961         using gnus-summary-kill-thread.
7962         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7963         shortcuts for gnus-summary-expire-thread.
7964         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7965         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7966
7967 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7968
7969         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7970         extras value, so an extras entry can be deleted.
7971         (gnus-registry-delete-extra-entry): Use it.
7972         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7973         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7974         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7975         storage through the gnus-registry, and provide an appropriate API for
7976         it.
7977
7978 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7981         Suggested by Leo <sdl.web@gmail.com>.
7982
7983         * gnus.el: Do.
7984
7985 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7988         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7989
7990         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7991
7992         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7993         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7994
7995 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7998         newline.
7999         (nnmbox-request-accept-article): Don't change article in source buffer;
8000         narrow to header to use message-fetch-field rather than
8001         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8002         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8003         as delimiters; make sure article ends with newline.
8004         (nnmbox-delete-mail): Correct last position of article to be deleted;
8005         ignore X-Gnus-Newsgroup header in article body.
8006         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8007         positions; make sure article ends with newline.
8008
8009         * message.el (message-display-abbrev): Don't infloop when a user
8010         inserts SPC in the beginning of header.
8011
8012         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8013         coding-system-for-read and coding-system-for-write for XEmacs having no
8014         file-coding feature.
8015
8016         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8017
8018 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8021         list of groups not followed by default.  Fix type to be regexp.
8022         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8023
8024 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8025
8026         * hmac-def.el (define-hmac-function): Switch from old-style to
8027         new-style backquotes.
8028
8029         * md4.el (md4-make-step): Likewise.
8030
8031 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8034         raw-text coding system when saving .newsrc file, which may contain
8035         non-ASCII group names.
8036
8037 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-cus.el (gnus-score-extra): New widget.
8040         (gnus-score-extra-convert): New function.
8041         (gnus-score-customize): Use it for Extra.
8042
8043 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8044
8045         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8046         (mml2015-mailcrypt-clear-verify): Use it.
8047         (mml2015-gpg-clear-verify): Use it.
8048         (mml2015-pgg-clear-verify): Use it.
8049         (mml2015-epg-clear-verify): Replace the current part with the output
8050         from GnuPG; don't extract the plaintext by itself.
8051
8052         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8053         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8054         mml2015-clear-verify-function; don't touch the armor headers or
8055         dash-escaped text here.
8056
8057 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8060         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8061         parts, or application/octet-stream as a last resort.
8062         (gnus-mime-view-part-as-type): Don't toggle display.
8063         (gnus-mime-view-part-as-charset): Don't turn off display before
8064         querying charset.
8065
8066         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8067         stuff to undisplayer function in Emacs.
8068         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8069
8070         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8071         text/calendar parts.
8072
8073 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8076         decoding text/calendar parts.
8077
8078         * message.el (message-forward-make-body-mime): Always mark body as
8079         having no illegible text; remove signed-or-encrypted argument.
8080         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8081
8082         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8083         (mml-generate-mime-1): Don't encode body if it is specified to be in
8084         raw form; don't make buffer be unibyte when inserting multibyte string.
8085
8086 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * sha1.el: Fix up comment style.
8089         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8090         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8091
8092         * hex-util.el: Fix up comment style.
8093         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8094
8095         * gnus-salt.el: Use with-current-buffer.
8096         (gnus-pick-setup-message): Fix long-standing typo.
8097
8098 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * imap.el (imap-logout-timeout): New variable.
8101         (imap-logout, imap-logout-wait): New functions.
8102         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8103
8104         * nnimap.el (nnimap-logout-timeout): New server variable.
8105         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8106         nnimap-logout-timeout.
8107
8108         * gnus-art.el (gnus-article-summary-command-nosave)
8109         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8110
8111 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus.el (gnus-maximum-newsgroup): New variable.
8114
8115         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8116         according to gnus-maximum-newsgroup.
8117
8118         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8119         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8120         Limit the range of articles according to gnus-maximum-newsgroup.
8121
8122 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8123
8124         * gnus-art.el (gnus-sticky-article): Fix problems described in
8125         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8126         Don't perform gnus-configure-windows here; reuse existing sticky
8127         article buffer.
8128
8129         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8130         it doesn't exist in gnus-article-mode.
8131
8132 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8135         (gnus-agent-decoded-group-name): New function.
8136         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8137         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8138
8139 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8140
8141         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8142         Add binding for gnus-sticky-article.
8143         (gnus-summary-exit): Don't kill sticky article buffers.
8144
8145         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8146         article buffer.
8147         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8148         (gnus-kill-sticky-article-buffers): New commands.
8149
8150 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * nntp.el (nntp-xref-number-is-evil): New server variable.
8153         (nntp-find-group-and-number): If it is non-nil, don't trust article
8154         numbers in the Xref header.
8155
8156 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-agent.el (gnus-agent-read-group): New function.
8159         (gnus-agent-flush-group, gnus-agent-expire-group)
8160         (gnus-agent-regenerate-group): Use it.
8161         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8162         nnmail-pathname-coding-system.
8163
8164 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8167
8168         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8169         that are unread as unread, and also as selected so that information of
8170         marks having been changed by a user may be updated when exiting group.
8171
8172 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8175
8176 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8179         calculated ignoring signature parts to gnus-treat-article.
8180
8181 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8184         a point here in order to keep the window start.
8185         (gnus-insert-mime-security-button): Make a button overlay without the
8186         front stickiness.
8187         (gnus-mime-display-security): Goto the end of a button.
8188
8189         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8190
8191 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8194         group-name-at-point.
8195         (gnus-group-completing-read): New function that offers decoded
8196         non-ASCII group names for completion.
8197         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8198         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8199         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8200         (gnus-group-fetch-control): Use it.
8201         (gnus-fetch-group): Use group-name-at-point for the initial value
8202         rather than the default value; use gnus-alive-p.
8203
8204         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8205         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8206         (gnus-summary-post-news): Use gnus-group-completing-read.
8207
8208         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8209         (gnus-read-move-group-name): Decode group name for completion.
8210
8211 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8212
8213         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8214         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8215         Yamaoka slightly modified the code).
8216
8217 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8220         (nnmail-split-incoming): Bind it.
8221
8222         * nnml.el (nnml-group-name-charset): New function.
8223         (nnml-decoded-group-name): Use it; don't decode group name if
8224         nnmail-group-names-not-encoded-p is non-nil.
8225         (nnml-encoded-group-name): New function.
8226         (nnml-group-pathname): Inline nnml-decoded-group-name.
8227         (nnml-request-expire-articles): Decode group name in message.
8228         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8229         nnmail-pathname-coding-system.
8230         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8231         not decoded ones according to nnmail-group-names-not-encoded-p.
8232         (nnml-generate-active-info): Use nnml-encoded-group-name.
8233
8234 2007-08-08  Glenn Morris  <rgm@gnu.org>
8235
8236         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8237         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8238         doc-strings and comments.
8239
8240 2007-07-25  Glenn Morris  <rgm@gnu.org>
8241
8242         * Relicense all FSF files to GPLv3 or later.
8243
8244 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-sum.el (gnus-summary-move-article):
8247         Make gnus-summary-respool-article work.
8248
8249 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8252         string.
8253
8254 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8255
8256         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8257         that should be ignored when comparing distant RSS articles with local
8258         ones.
8259         (nnrss-make-hash-index): New function.  Create a hash index according
8260         to the ignored fields.
8261         (nnrss-check-group): Use it.
8262
8263 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8266
8267         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8268
8269         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8270         the new optional argument ENCODED is non-nil.
8271         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8272         coding system for encoding group name.
8273         (gnus-group-make-rss-group): Pass un-encoded group name to
8274         gnus-group-make-group.
8275         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8276         encoded.
8277
8278         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8279         Encode group name to which articles are moved or copied.
8280         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8281         coding system for encoding Newsgroup, Followup-To and Xref headers.
8282
8283         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8284         marks; use nnheader-file-coding-system to write a file.
8285         (nnagent-retrieve-headers): Bind file-name-coding-system to
8286         nnmail-pathname-coding-system.
8287
8288         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8289
8290         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8291         (nnml-request-article, nnml-request-create-group)
8292         (nnml-request-rename-group, nnml-find-id)
8293         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8294         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8295         (nnml-save-marks): Use nnml-group-pathname instead of
8296         nnmail-group-pathname.
8297
8298         (nnml-request-create-group, nnml-request-expire-articles)
8299         (nnml-request-move-article, nnml-request-delete-group)
8300         (nnml-deletable-article-p, nnml-possibly-create-directory)
8301         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8302         (nnml-open-marks): Bind file-name-coding-system to
8303         nnmail-pathname-coding-system.
8304
8305         (nnml-request-article): Pass server argument to nnml-find-group-number.
8306         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8307         Pass server argument to nnml-possibly-create-directory.
8308         (nnml-request-accept-article): Pass server argument to
8309         nnml-active-number and nnml-save-mail.
8310         (nnml-find-group-number): Pass server argument to nnml-find-id.
8311         (nnml-request-update-info): Pass server argument to
8312         nnml-marks-changed-p.
8313
8314         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8315         (nnml-save-mail, nnml-active-number): Add server argument.
8316
8317         (nnml-request-delete-group): Warn if group is missing.
8318         (nnml-get-nov-buffer): Decode group name.
8319         (nnml-generate-active-info): Encode group name.
8320         (nnml-open-marks): Decode group name in messages.
8321
8322 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8325         if it is not specified.
8326         (gnus-article-pipe-part, gnus-article-save-part)
8327         (gnus-article-interactively-view-part, gnus-article-copy-part)
8328         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8329         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8330         (gnus-article-replace-part, gnus-article-delete-part)
8331         (gnus-article-view-part-as-type): Pass raw prefix argument to
8332         gnus-article-part-wrapper.
8333
8334 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-agent.el (gnus-agent-save-active):
8337         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8338
8339         * gnus-cache.el (gnus-cache-save-buffers)
8340         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8341         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8342         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8343         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8344         (gnus-cache-generate-active, gnus-cache-rename-group)
8345         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8346         (gnus-cache-update-overview-total-fetched-for):
8347         Bind file-name-coding-system to nnmail-pathname-coding-system.
8348         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8349         New variables.
8350         (gnus-cache-decoded-group-name): New function.
8351         (gnus-cache-file-name): Use it.
8352         (gnus-cache-generate-active): Use non-decoded group name for active.
8353
8354         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8355         right place.
8356         (gnus-write-active-file): Don't break non-ASCII group names.
8357
8358         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8359         nnmail-pathname-coding-system.
8360
8361         * lpath.el: Bind default-file-name-coding-system,
8362         file-name-coding-system and language-info-alist for XEmacs.
8363
8364         * gnus-uu.el (gnus-uu-decode-save): Typo.
8365
8366 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8369
8370 2007-07-14  David Kastrup  <dak@gnu.org>
8371
8372         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8373         finishing actions if we did not edit the article.
8374
8375 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8378         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8379         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8380         (gnus-agent-flush-group, gnus-agent-flush-cache)
8381         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8382         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8383         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8384         (gnus-agent-regenerate-group)
8385         (gnus-agent-update-files-total-fetched-for)
8386         (gnus-agent-update-view-total-fetched-for):
8387         Bind file-name-coding-system to nnmail-pathname-coding-system.
8388         (gnus-agent-group-pathname): Don't encode file names by
8389         nnmail-pathname-coding-system.
8390         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8391         coding-system-for-write instead of buffer-file-coding-system to
8392         gnus-agent-file-coding-system.
8393
8394         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8395         Decode group name.
8396
8397         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8398
8399         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8400         (gnus-read-newsrc-el-file): Make group names unibyte.
8401
8402         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8403         nnmail-pathname-coding-system.
8404
8405         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8406         (nnrss-request-delete-group): Bind file-name-coding-system to
8407         nnmail-pathname-coding-system.
8408         (nnrss-read-server-data, nnrss-read-group-data):
8409         Bind file-name-coding-system correctly.
8410         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8411
8412         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8413         (nntp-server-to-method-cache): New variable.
8414         (nntp-group-pathname): New function that decodes non-ASCII group names.
8415         (nntp-possibly-create-directory, nntp-marks-changed-p)
8416         (nntp-save-marks, nntp-open-marks): Use it.
8417         (nntp-possibly-create-directory, nntp-open-marks):
8418         Bind file-name-coding-system to nnmail-pathname-coding-system.
8419         (nntp-open-marks): Decode group names when bootstrapping marks.
8420
8421         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8422         Newsgroups and Folowup-To headers.
8423
8424 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8427         (gnus-server-closed-face, gnus-server-denied-face)
8428         (gnus-server-offline-face): Remove variable.
8429         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8430
8431         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8432         of modifying message-stack directly for XEmacs.
8433
8434         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8435         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8436         if the coding-system argument is nil for XEmacs.
8437
8438         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8439         mm-charset-override-alist.
8440
8441         * rfc2047.el: Don't require base64; require rfc2045 for the function
8442         rfc2045-encode-string.
8443         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8444         to quote the parameter value.
8445
8446 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8449         form in gnus-group-name-charset-method-alist.
8450
8451         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8452         overrides the default layout edit-form.
8453
8454         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8455
8456         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8457
8458 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8461         as unfetched articles.
8462
8463 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8466
8467 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8470         original back end that keeps marks in the local system.
8471
8472 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8475         arg of pop-to-buffer for XEmacs.
8476         (gnus-article-read-summary-keys): Ditto; don't restore window
8477         configuration if summary command ends up with neither article buffer
8478         nor summary buffer; describe bindings if summary keys end with C-h.
8479
8480 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * message.el (message-fix-before-sending): Skip raw message part to be
8483         forwarded while checking illegible text.
8484         (message-forward-make-body-mime, message-forward-make-body):
8485         Mark signed or encrypted raw message as having no illegible text.
8486
8487 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8490         (gnus-message-with-timestamp-1): New macro.
8491         (gnus-message-with-timestamp): New function.
8492         (gnus-message): Use them.
8493
8494         * nnheader.el (nnheader-message): Use them.
8495
8496 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8499         .newsrc.eld file.
8500
8501 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-agent.el (gnus-agent-fetch-headers)
8504         (gnus-agent-retrieve-headers):
8505         Bind gnus-decode-encoded-address-function to identity.
8506
8507         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8508         available also when the server returns simply a dot.
8509
8510         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8511
8512 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8515
8516 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-ems.el (gnus-x-splash): Make it work.
8519
8520         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8521         from being used.
8522
8523         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8524
8525 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8528         4th and the 5th arguments.
8529
8530         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8531         the front stickiness.
8532         (gnus-article-summary-command-nosave): Correct the order of the
8533         arguments passed to pop-to-buffer.
8534         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8535         summary command ends up with the article buffer.
8536
8537         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8538         the same faces.
8539
8540 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8541
8542         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8543
8544 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8545
8546         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8547         * gnus-sum.el (gnus-summary-highlight):
8548         * pgg.el (pgg-sign-region, pgg-sign):
8549         * mail-source.el (mail-source-delete-old-incoming-confirm):
8550         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8551
8552 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (gnus-mime-view-part-externally)
8555         (gnus-mime-view-part-internally): Fix predicate function passed to
8556         completing-read.
8557
8558         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8559
8560         * gnus.el (gnus-update-message-archive-method): Add :version.
8561
8562 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus.el (gnus-update-message-archive-method): New variable.
8565
8566         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8567         according to gnus-message-archive-method if
8568         gnus-update-message-archive-method is non-nil.
8569
8570 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8573         Suggested by Loic Dachary <loic@dachary.org>.
8574         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8575
8576 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * message.el (message-pop-to-buffer): Add switch-function argument.
8579         (message-mail): Pass switch-function argument to it.
8580
8581 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8584         Improve doc string.
8585
8586 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8589         (gnus-header-content)
8590         * gnus-cite.el (gnus-cite-10)
8591         * gnus-srvr.el (gnus-server-closed)
8592         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8593         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8594         (gnus-group-mail-3-empty, gnus-group-mail-low)
8595         (gnus-group-mail-low-empty, gnus-splash)
8596         * message.el (message-header-to, message-header-cc)
8597         (message-header-subject, message-header-other, message-header-name)
8598         (message-header-xheader, message-separator, message-cited-text)
8599         (message-mml): Lighten colors of faces used for dark background.
8600
8601 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8602
8603         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8604         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8605
8606 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * message.el (message-narrow-to-headers-or-head):
8609         Ignore mail-header-separator in the body.
8610
8611 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8614         same as window size.
8615
8616 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8617
8618         * message.el (message-font-lock-keywords): Use message-header-xheader
8619         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8620         ahead of the anything pattern, to get it recognised.
8621
8622 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8625         spam.el loads uses it in the compiled defadvice form.
8626
8627 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8628
8629         * gnus-sum.el (gnus-articles-to-read)
8630         (gnus-summary-insert-old-articles): Don't truncate group name for
8631         `read-string'.
8632
8633         * gnus-util.el (gnus-limit-string): Delete this function.
8634
8635         * gnus-sum.el (gnus-simplify-subject-fully):
8636         Use `truncate-string-to-width' instead.
8637
8638 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8639
8640         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8641         Tell if, on summary exit, the next group has to be selected.
8642         (gnus-summary-exit): Use it.
8643
8644 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8647         non-break space.
8648
8649 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8652         Check if group is not a directory.
8653         (nnfolder-request-expire-articles): Don't delete articles if the target
8654         group is not available.
8655
8656         * nnml.el (nnml-request-create-group): Properly check if group is not a
8657         file.
8658         (nnml-request-expire-articles): Don't delete articles if the target
8659         group is not available.
8660
8661         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8662         Don't quote characters that are within parentheses.
8663
8664 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8667         (gnus-handle-ephemeral-exit): Select article according to it.
8668
8669 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * message.el (message-insert-formated-citation-line): Remove newline.
8672         (message-citation-line-format): Add final \n here so that the user can
8673         avoid a blank line.
8674
8675 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8676
8677         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8678         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8679         Update lanl/arXiv support.
8680
8681 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus.el: Bump version number.
8684
8685 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * gnus.el (gnus-version-number): Bump version.
8688
8689 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8690
8691         * gnus.el: No Gnus v0.6 is released.
8692
8693 2007-04-27  Didier Verna  <didier@xemacs.org>
8694
8695         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8696         * gmm-utils.el (gmm-regexp-concat): ... here.
8697         * message.el: Don't require 'gnus-util.
8698         (message-dont-reply-to-names): Handle name change above.
8699         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8700
8701 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8704         since the initial value varies according to the system.
8705
8706 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8709
8710 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8711
8712         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8713
8714 2007-04-24  Didier Verna  <didier@xemacs.org>
8715
8716         Improve the type of gnus-ignored-from-addresses.
8717         * gnus-util.el (gnus-orify-regexp): New function.
8718         * message.el (gnus-util): Require it.
8719         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8720         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8721         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8722
8723 2007-04-24  Didier Verna  <didier@xemacs.org>
8724
8725         * gnus-sum.el:
8726         * gnus-utils.el: Fix some trailing whitespaces.
8727
8728 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8731         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8732         article's Message-ID; refer parent article in summary buffer.
8733
8734         * message.el (message-bounce): Call mime-to-mml.
8735
8736         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8737         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8738         optimize and/or forms properly.
8739
8740 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8743         URL.
8744
8745 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8748
8749 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8752         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8753         displayed of multipart/alternative part if it is invoked from summary
8754         buffer.
8755
8756         * mm-view.el (mm-inline-text-html-render-with-w3m)
8757         (mm-inline-text-html-render-with-w3m-standalone)
8758         (mm-inline-render-with-function): Use mail-parse-charset by default.
8759
8760 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8761
8762         * parse-time.el (parse-time-string-chars): Check if CHAR
8763         is less than the length of parse-time-syntax.
8764
8765 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8768         from gnus-newsgroup-processable.
8769
8770 2007-04-16  Didier Verna  <didier@xemacs.org>
8771
8772         * gnus-msg.el (gnus-configure-posting-styles):
8773         Handle message-signature-directory properly with :file syntax.
8774         Reported by "Leo".
8775
8776 2007-04-11  Didier Verna  <didier@xemacs.org>
8777
8778         New user option: message-signature-directory.
8779         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8780         * message.el (message-insert-signature): Ditto.
8781         * message.el (message-signature-file): Doc update.
8782         * message.el (message-signature-directory): New.
8783
8784 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-msg.el (gnus-inews-yank-articles):
8787         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8788
8789 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * message.el (message-yank-original): Make sure cited text ends with
8792         newline; don't exchange point and mark.
8793
8794 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8795
8796         * tls.el (open-tls-stream): Properly handle case where there
8797         is no associated buffer.
8798
8799 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8800
8801         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8802         message-yank-original, make sure (< mark TEXT point).
8803
8804 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * message.el (message-fill-column): New variable.
8807         (message-mode): Use it.  Add comment on a possible new hook.
8808
8809         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8810         (nnmail-get-new-mail): Reformat.
8811
8812         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8813
8814         * gmm-utils.el: Fix Commentary.
8815         (gmm-tool-bar-from-list): Fix typo in doc string.
8816
8817 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8818
8819         * message.el (message-yank-original): Don't switch point and mark
8820         unnecessarily to put point and mark as documented.
8821
8822 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8825         from the message heads.
8826
8827 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8828
8829         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8830         article buffer does not have a window.  This may not be the best
8831         solution but is certainly better than setting the start of the null,
8832         that is the current, window.
8833
8834 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8837         (gnus-draft-setup): Run it.
8838
8839         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8840         gnus-score-fast-scoring.  Allow regexp.
8841         (gnus-score-headers): Use it.
8842
8843         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8844         XEmacs.
8845
8846         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8847         string.
8848         (gnus-button-alist): Also catch `<f1> k ...'.
8849         (gnus-treat-display-x-face): Fix doc string.
8850
8851 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852
8853         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8854         evaluation of gnus-extended-version to ensure correct generation of the
8855         User-Agent header when message-generate-headers-first is used.
8856
8857 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8858
8859         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8860         hashcash-path is nil.  Don't call callback with incorrect number of
8861         parameters if val is 0.
8862
8863 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8864
8865         * message.el (message-required-news-headers):
8866         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8867
8868 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8869
8870         * tls.el (open-tls-stream): In handshake-waiting loop,
8871         don't wait more if there is output available to process.
8872
8873 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8874
8875         * tls.el (tls-program): Doc fix.
8876
8877 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * message.el (message-generate-new-buffers): Change the meaning of the
8880         nil value; add `standard' to the choices; treat t as `unique'; improve
8881         doc string.
8882         (gnus-select-frame-set-input-focus): Autoload.
8883         (message-buffer-name): Search for the existing message buffer if
8884         message-generate-new-buffers is nil or `standard'; treat the value t of
8885         message-generate-new-buffers as `unique'.
8886         (message-pop-to-buffer): Raise the frame already displaying the message
8887         buffer; clear the echo area after querying.
8888         (message-setup): Pass the `continue' argument to compose-mail.
8889         (message-mail): Prefer `switch-function' if it is given; search for the
8890         existing message buffer if the `continue' argument is non-nil; pass
8891         continue and switch-function arguments to compose-mail by way of
8892         message-setup.
8893         (message-mail-other-window): Adjust argument of message-setup.
8894         (message-mail-other-frame): Ditto.
8895
8896 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8899         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8900         to turn font-lock on when turning gnus-message-citation-mode on.
8901
8902 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8903
8904         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8905         (mml-smime-function-alist): New variable; add epg as the backend.
8906         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8907         mml-smime- functions instead.
8908         * mm-view.el: Require smime.
8909
8910 2007-03-05  Didier Verna  <didier@xemacs.org>
8911
8912         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8913         instead of just inheritance for posting styles.
8914         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8915
8916 2007-02-24  Chris Moore  <dooglus@gmail.com>
8917
8918         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8919         * pgg-pgp.el (pgg-pgp-encrypt-region):
8920         * pgg-gpg.el (pgg-gpg-encrypt-region):
8921         Check pgg-encrypt-for-me if no other recipients.
8922
8923 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8924
8925         * tls.el (tls-certtool-program): Fix custom type.
8926
8927 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8930         and point-at-eol instead of line-(beginning|end)-position.
8931
8932         * assistant.el (assistant-parse-buffer): Ditto.
8933
8934         * netrc.el (netrc-parse-services): Ditto.
8935
8936 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8937
8938         * mml2015.el (mml2015-epg-find-usable-key): New function.
8939         (mml2015-epg-sign): Use it.
8940         (mml2015-epg-encrypt): Use it.
8941
8942 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * message.el (message-make-in-reply-to): Quote name containing
8945         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8946         if there are special characters.  Reported by NAKAJI Hiroyuki
8947         <nakaji@jp.freebsd.org>.
8948
8949 2007-02-27  Didier Verna  <didier@xemacs.org>
8950
8951         Include the group parameters as well as the topic ones in the
8952         inheritance filter process.
8953         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8954         argument GROUP-PARAMS-LIST.
8955         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8956
8957 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * nntp.el (nntp-never-echoes-commands)
8960         (nntp-open-connection-functions-never-echo-commands): New variables.
8961         (nntp-send-command): Use them.
8962
8963 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8964
8965         * mml2015.el (mml2015-epg-verify): Simplify.
8966
8967 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * mml.el (mml-content-disposition-alist): New user option.
8970         (mml-content-disposition): New function.
8971         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8972         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8973
8974 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8977         verification.
8978
8979 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8980
8981         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8982         articles posted in the last 24 hours.
8983
8984 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8985
8986         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8987
8988 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8989
8990         * nntp.el (nntp-send-command): Don't wait for echoes when
8991         nntp-open-ssl-stream is used.
8992
8993 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8996         (gnus-message-add-citation-keywords)
8997         (gnus-message-remove-citation-keywords): Remove.
8998         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8999         directly, make the variables in font-lock-defaults buffer-local, add
9000         gnus-message-citation-keywords to them and then update the value of
9001         font-lock-keywords.
9002
9003 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * message.el (message-cite-original-1): Don't call
9006         gnus-article-highlight-citation.
9007
9008         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9009         citations; fix line count.
9010
9011 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9014         (gnus-message-add-citation-keywords)
9015         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9016         versions of font-lock-add-keywords and font-lock-remove-keywords to
9017         work with XEmacs correctly.
9018
9019 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-cite.el (gnus-cite-face-list): Set the values of
9022         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9023         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9024         (gnus-message-cite-prefix-regexp): New variable.
9025         (gnus-message-search-citation-line): Use it; protect against long
9026         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9027         the 0th match data for Emacs.
9028         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9029         (gnus-message-add-citation-keywords): Append keywords rather than
9030         prepending; emulate font-lock-add-keywords if it is not available.
9031         (gnus-message-remove-citation-keywords):
9032         Emulate font-lock-remove-keywords if it is not available.
9033
9034         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9035
9036         * message.el (message-cite-prefix-regexp): Set the value of
9037         gnus-message-cite-prefix-regexp.
9038
9039 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9040
9041         * nnweb.el (nnweb-google-parse-1): Update parser.
9042
9043 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9044
9045         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9046
9047 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9048
9049         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9050         regexp.
9051
9052 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9055         string-to-multibyte.
9056         (uudecode-decode-region-internal): Use it.
9057
9058         * lpath.el: Fbind string-as-multibyte for XEmacs.
9059
9060 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9063         Fix custom choice.
9064
9065         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9066
9067 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9068
9069         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9070
9071         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9072         `write-region' to respect `mm-inhibit-file-name-handlers'.
9073
9074 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9077         Use gnus-home-directory instead of "~/" or "$HOME".
9078
9079 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9080
9081         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9082         to mention filename.
9083         Add comments at beginning regarding usage.
9084         (encrypt-write-file-contents): Change interactive so a string is
9085         acceptable.  If the file has no associated model, show an error instead
9086         of a nonsense prompt.
9087
9088 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9089
9090         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9091         Thanks to Yoshihiko Yamada for kind notification of this typo.
9092
9093 2007-01-12  Kenichi Handa  <handa@m17n.org>
9094
9095         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9096         multibyte buffer.
9097
9098 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-score.el (gnus-score-fast-scoring): New variable.
9101         (gnus-score-headers): Use it.
9102
9103         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9104
9105         * message.el (message-cite-original-1):
9106         Call gnus-article-highlight-citation if requested.
9107         (message-make-from): Allow name and address as optional arguments.
9108
9109         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9110
9111         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9112         bugs to doc string.
9113         (gnus-button-alist): Add mid\\|message-id.
9114         (gnus-button-fetch-group): Extend for use in
9115         `browse-url-browser-function'.
9116         (gnus-button-url-regexp): Try to catch paired parentheses like in
9117         Wikipedia URLs.
9118
9119         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9120         Suggested by Simon Krahnke <overlord@gmx.li>.
9121
9122 2007-01-13  Romain Francoise  <romain@orebokech.com>
9123
9124         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9125         Update copyright.
9126
9127 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9128
9129         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9130
9131 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9132
9133         * gnus-registry.el (gnus-registry-unfollowed-groups)
9134         (gnus-registry-split-fancy-with-parent): Fix documentation.
9135
9136 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9137
9138         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9139         from nnweb groups.
9140
9141 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9144         Xref urls.  Erase buffer before requesting head.
9145
9146         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9147
9148 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9151         customizable.
9152
9153 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9154
9155         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9156         no signing key is found.
9157         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9158         no encrypting and/or signing key is found.
9159
9160 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9163
9164 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9165
9166         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9167         headers read from disk with the ones newly found in the current search.
9168         This should no longer cause problems, because the article numbers in
9169         Gmane's `nov.php' output are ignored since the previous change.
9170
9171 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9172
9173         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9174
9175 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9178         replace-regexp-in-string; bind url-version; fbind display-images-p and
9179         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9180         find-face and set-itimer-function for Emacs; bind itimer-list for
9181         Emacs.
9182
9183         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9184
9185 2007-01-01  Romain Francoise  <romain@orebokech.com>
9186
9187         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9188
9189 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9190
9191         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9192         `define-minor-mode' macro definition expanded properly.
9193         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9194         exclude it there.
9195
9196         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9197         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9198         `fboundp' test.
9199         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9200         This is OK to autoload in (S)XEmacs now.
9201
9202 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9205         keystroke.
9206         (gnus-summary-limit-to-singletons): Fix typo.
9207
9208         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9209         else fails.
9210
9211 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9212
9213         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9214         docstring.
9215
9216         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9217         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9218         (gnus-summary-insert-dormant-articles): Fix typo in message.
9219
9220 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9223         nil for XEmacs.
9224         (gnus-message-citation-mode): Don't autoload in XEmacs.
9225
9226         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9227
9228 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9229
9230         * nnimap.el (nnimap-expunge-search-string):
9231         Mention nnimap-search-uids-not-since-is-evil in docstring.
9232
9233 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * spam.el: Revert to make-obsolete-variable because
9236         define-obsolete-variable-alias is not supported in Emacs 21.
9237
9238         * spam.el (spam-ifile-path, spam-ifile-database-path)
9239         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9240         make-obsolete-variable.
9241         (spam-bsfilter-path, spam-bsfilter-program)
9242         (spam-spamassassin-path, spam-spamassassin-program)
9243         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9244         Don't use "path" inappropriately.
9245         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9246         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9247         variable names.
9248
9249 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9250
9251         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9252         summary buffer.
9253
9254         * password.el (password-cache-remove): Use clear-string to burn
9255         password, if available.
9256
9257 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9260
9261         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9262
9263         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9264         (gnus-message-highlight-citation): Move defcustom here from
9265         gnus-cite.el.
9266         (gnus-message-citation-mode): Autoload.
9267
9268         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9269         checks to make it compile with XEmacs.
9270         (gnus-message-citation-mode): New minor mode.
9271         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9272         (gnus-message-highlight-citation): New variables.
9273         (gnus-message-search-citation-line)
9274         (gnus-message-add-citation-keywords)
9275         (gnus-message-remove-citation-keywords)
9276         (turn-on-gnus-message-citation-mode)
9277         (turn-off-gnus-message-citation-mode): New functions.
9278
9279 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9280
9281         * gnus-cite.el: Enable highlighting of different citation levels in
9282         message-mode.
9283
9284 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * message.el (message-make-fqdn): Fix comment.
9287         (message-bogus-system-names): Add ".local".
9288
9289         * spam.el (spam-ifile-path, spam-ifile-program)
9290         (spam-ifile-database-path, spam-ifile-database)
9291         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9292         Don't use "path" inappropriately.
9293         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9294         strings.
9295         (spam-check-ifile, spam-ifile-register-with-ifile)
9296         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9297         Use new variable names.
9298
9299         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9300         (gnus-treat-display-smileys): Simplify using
9301         gnus-image-type-available-p.
9302
9303         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9304         available.
9305
9306         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9307         Use `display-images-p' if available.
9308
9309 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9312         one after turning on the buffer's multibyteness instead of decoding
9313         them directly in the unibyte buffer that causes unexpected conversion
9314         in Emacs 23 (unicode).
9315
9316 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9317
9318         * message.el (message-generate-hashcash): Fix custom type.
9319
9320 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9323
9324 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9327         disconnect icons.  Add help text.
9328
9329 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9330
9331         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9332         negated to be consistent with the others we handle.
9333
9334 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9337         version of gnus-summary-buffer to something, so that we can use two
9338         article buffers at the same time.
9339
9340 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9341
9342         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9343         trigger all the extra headers.
9344         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9345         sorting.
9346
9347 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9348
9349         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9350         solid groups.
9351
9352 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9353
9354         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9355
9356 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * legacy-gnus-agent.el: Add Copyright notice.
9359
9360 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9361
9362         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9363
9364 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9367
9368         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9369         to make it work reliably in CVS Emacs.
9370         (gnus-summary-limit-strange-charsets-predicate)
9371         (gnus-summary-limit-to-predicate): New functions.
9372
9373 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9374
9375         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9376         specifying array size.
9377         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9378         array if it is too small.
9379         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9380         (gnus-sort-threads-loop): New function.
9381
9382 2006-12-06  Chris Moore  <dooglus@gmail.com>
9383
9384         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9385         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9386
9387 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9388
9389         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9390         options.
9391
9392 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9395         DOS-ing the recipient.
9396
9397         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9398         the headers when creating the mapping to avoid mismappings.
9399         (nnweb-gmane-create-mapping): Always nix out old mapping.
9400
9401 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9404         and mm-verify-option to never.
9405
9406 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * message.el (message-signed-or-encrypted-p): New function.
9409         (message-forward-make-body): Use it.
9410
9411         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9412         Replace encode-coding-string with mm-encode-coding-string.
9413
9414 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * nneething.el (nneething-decode-file-name):
9417         Replace decode-coding-string with mm-decode-coding-string.
9418
9419         * gnus-int.el (gnus-open-server): Say failed server's name.
9420
9421 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9422
9423         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9424         strings to a single string.  Quote `errors-file-name'.
9425         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9426         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9427         Adjust calls.  Use `shell-quote-argument'.
9428
9429 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9430
9431         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9432         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9433
9434         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9435         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9436         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9437         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9438         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9439         (gnus-subscribe-newsgroup, gnus-1):
9440         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9441         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9442         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9443         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9444
9445 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9448         keystroke.
9449         (gnus-summary-limit-to-bodies): Implement headersp.
9450
9451 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9454
9455 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9458
9459 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * message.el (message-generate-hashcash): Expand range of values to
9462         include `opportunistic'.
9463         (message-send-mail): Use it.
9464
9465 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9466
9467         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9468         and comment it.
9469
9470         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9471
9472 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-util.el (gnus-extract-address-components): Improve comment.
9475
9476 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-util.el (gnus-extract-address-components): Work with address in
9479         which the name portion contains @.
9480
9481         * lpath.el: Fbind custom-autoload.
9482
9483 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * gnus.el (gnus-start): Move custom group up.
9486         (gnus-select-method): Don't autoload, but make it available for
9487         `customize-variable'.
9488         (gnus-getenv-nntpserver): Don't autoload.
9489
9490 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9491
9492         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9493
9494 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * message.el (message-sendmail-extra-arguments): New variable.
9497         (message-send-mail-with-sendmail): Use it.
9498
9499 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9502         mm-with-unibyte-current-buffer to make string unibyte.
9503
9504         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9505         mm-string-as-multibyte.
9506
9507 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9508
9509         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9510         Reported by Werner Koch <wk@gnupg.org>.
9511
9512 2006-11-14  Daiki Ueno  <ueno@p360>
9513
9514         * mml2015.el: Autoload epa-select-keys when compiling.
9515
9516 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9517
9518         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9519         message-options.
9520         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9521
9522 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9523
9524         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9525         EasyPG (< 0.0.6).
9526         (mml2015-always-trust): New user option.
9527         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9528         prompt.
9529
9530 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * nntp.el (nntp-authinfo-force): New variable.
9533         (nntp-send-authinfo): Use it.
9534
9535 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9538         decode encoded words.  Improve prompt.  Add comment about forwarding.
9539         (message-replacement-char): Move up.
9540
9541 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9542
9543         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9544         instead of gnus-intersection because arguments of gnus-sorted-nunion
9545         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9546
9547 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9550         (message-simplify-subject-functions):
9551         Enable message-strip-subject-encoded-words by default.
9552
9553 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * message.el (message-strip-subject-encoded-words): New function.
9556         (message-simplify-subject-functions): New variable.
9557         (message-simplify-subject): Use it.  Fix typo in doc string.
9558         Support message-strip-subject-encoded-words.
9559
9560 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9561
9562         * gnus-diary.el (gnus-diary-delay-format-function):
9563         * nndiary.el (nndiary-reminders):
9564         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9565
9566 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9567
9568         * gnus-art.el (article-hide-boring-headers): Fetch date from
9569         gnus-original-article-buffer to avoid problems with localized date
9570         strings.
9571
9572 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9575
9576 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9579         New variables.
9580         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9581         (mm-charset-synonym-alist): Move some entries to
9582         mm-codepage-iso-8859-list.
9583         (mm-charset-synonym-alist, mm-charset-override-alist):
9584         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9585
9586 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9589
9590 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9593         with Emacs 21 and XEmacs.
9594
9595 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9596
9597         * spam.el (spam-parse-address): New function for better parsing,
9598         catching errors, etc.
9599         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9600
9601 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * mm-view.el: Add interactive arg to html2text autoload.
9604
9605 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9608
9609 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9612         New variables.
9613         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9614         (mm-charset-synonym-alist): Move some entries to
9615         mm-codepage-iso-8859-list.
9616
9617         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9618
9619 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * message.el (message-citation-line-format)
9622         (message-insert-formated-citation-line): Fix implementation of %E, %N
9623         and %n according to the doc string.
9624
9625 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9626
9627         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9628         Use car-safe to avoid bad parses.
9629
9630 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9633         names.
9634
9635         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9636
9637 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9640         header.
9641
9642         * message.el (message-draft-headers): Add Date.
9643         (message-headers-to-generate): Fix typo in docstring.
9644
9645         * nndraft.el (nndraft-required-headers): New variable.
9646         (nndraft-generate-headers): Use it.
9647
9648         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9649
9650 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9651
9652         * gnus-registry.el (gnus-registry-wash-for-keywords)
9653         (gnus-registry-find-keywords): New functions to allow easy searching of
9654         articles that are in the registry.
9655
9656 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9657
9658         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9659         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9660         Reported by Damien Elmes <damien@repose.cx>.
9661
9662 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * gnus.el (gnus-mime): Remove unused custom group.
9665
9666 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9667
9668         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9669         "blank line" when searching for end of armor headers.
9670
9671 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gmm-utils.el (gmm-write-region): Fix variable name.
9674
9675 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * gmm-utils.el (gmm-write-region): New function based on compatibility
9678         code from `mm-make-temp-file'.
9679
9680         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9681
9682         * nnmaildir.el (nnmaildir--update-nov)
9683         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9684         Use `gmm-write-region'.
9685
9686 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9689         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9690
9691         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9692
9693         * message.el (message-replacement-char): New variable.
9694         (message-fix-before-sending): Use it.
9695         (message-simplify-subject): New function to remove duplicate code.
9696         (message-reply, message-followup): Use it.
9697
9698         * gnus-sum.el (gnus-summary-make-menu-bar):
9699         Clarify gnus-summary-limit-to-articles.
9700
9701 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-util.el (gnus-with-local-quit): New macro.
9704
9705         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9706
9707 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9708
9709         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9710         ignore non-string data.
9711
9712 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9713
9714         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9715         non-string data (needs to be done in the registry too).
9716
9717 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9718
9719         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9720         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9721         (gnus-registry-split-fancy-with-parent)
9722         (gnus-registry-fetch-simplified-message-subject-fast)
9723         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9724         Remove text properties on ingress into the registry and when it's saved.
9725         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9726         registry from entries with no groups.
9727
9728 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9729
9730         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9731         function to remove string properties.
9732
9733 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gmm-utils.el (gmm): Adjust custom version.
9736
9737         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9738         Adjust custom version.
9739
9740         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9741
9742 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gnus-art.el (gnus-insert-prev-page-button)
9745         (gnus-insert-next-page-button): Simplify.  Reformat.
9746
9747 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9748
9749         * gnus-art.el (gnus-insert-prev-page-button)
9750         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9751
9752 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9753
9754         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9755
9756 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9757
9758         * gnus-art.el (gnus-insert-mime-button)
9759         (gnus-insert-mime-security-button):
9760         Apply gnus-article-button-face to MIME and security buttons.
9761
9762 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9765         readable.
9766
9767 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9770
9771 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9772
9773         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9774         `browse-url-of-file' instead of `browse-url'.
9775
9776 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9777
9778         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9779         regexp.  Articles containing quotation were cut prematurely.
9780
9781 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * message.el (message-cite-original-1): Use nobody by default for the
9784         value of From header.
9785         (message-reply): Ditto.
9786
9787 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9788
9789         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9790         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9791         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9792
9793 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9796         mails in the doc string.  Add some URLs in comment.
9797         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9798
9799 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9802         backslashes handling and the way to find boundaries of quoted strings.
9803
9804 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9805
9806         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9807         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9808         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9809         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9810
9811 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9814         doc string.
9815         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9816
9817 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * lpath.el: Fbind epg-check-configuration.
9820
9821 2006-09-06  Simon Josefsson  <jas@extundo.com>
9822
9823         * mml2015.el (mml2015-use): Doc fix, mention epg.
9824
9825 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9826
9827         * mml2015.el (mml2015-use): Default to epg, if available.
9828
9829 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9830
9831         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9832         message-sender.
9833         (mml1991-epg-encrypt): Ditto.
9834         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9835         message-sender.
9836         (mml2015-epg-encrypt): Ditto.
9837
9838 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9839
9840         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9841         several common directories.
9842
9843 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9844
9845         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9846         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9847
9848 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-art.el (article-decode-encoded-words): Make it fast.
9851
9852 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9855
9856         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9857         in quoted string into `\'.
9858
9859 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9862         Use standard-syntax-table.
9863
9864 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-art.el (gnus-decode-address-function): New variable.
9867         (article-decode-encoded-words): Use it to decode headers which are
9868         assumed to contain addresses.
9869         (gnus-mime-delete-part): Remove useless `or'.
9870
9871         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9872         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9873         (gnus-nov-parse-line): Use it to decode From header.
9874         (gnus-get-newsgroup-headers): Ditto.
9875         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9876
9877         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9878         (mail-decode-encoded-address-string): New alias.
9879
9880         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9881         New function.
9882         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9883         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9884         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9885         (rfc2047-decode-string): Ditto.
9886         (rfc2047-decode-address-region): New function.
9887         (rfc2047-decode-address-string): New function.
9888
9889 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * message.el (message-caesar-buffer-body): Allow rotating headers.
9892
9893         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9894
9895         * message.el (message-insert-formated-citation-line): Fix %f.
9896         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9897
9898 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9901         (gnus-bookmark-mouse-available-p): New macro.
9902         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9903         (gnus-bookmark-bmenu-show-infos): Use it.
9904         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9905         (gnus-bookmark-bmenu-hide-infos): Ditto.
9906         (gnus-bookmark-remove-properties): New function.
9907         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9908         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9909         (gnus-bookmark-write-file): Bind coding-system-for-write.
9910         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9911         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9912         group before selecting it.
9913         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9914         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9915         quit-window if it is not available; use gnus-mouse-2 and bind it to
9916         gnus-bookmark-bmenu-select-by-mouse.
9917         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9918         (gnus-bookmark-bmenu-select-by-mouse): New function.
9919
9920 2006-08-13  Romain Francoise  <romain@orebokech.com>
9921
9922         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9923         space.
9924
9925 2006-08-10  Romain Francoise  <romain@orebokech.com>
9926
9927         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9928         (dns-mode-soa-auto-increment-serial): New user option.
9929         (dns-mode-soa-maybe-increment-serial): New function.
9930         (dns-mode): Add the latter to `write-contents-functions'.
9931
9932 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * compface.el (uncompface): Use binary rather than raw-text-unix.
9935
9936 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * compface.el (uncompface): Make sure the eol conversion doesn't take
9939         place when communicating with the external programs.
9940         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9941
9942 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9945
9946 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9947
9948         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9949         Make it more robust by parsing author and date independently.
9950
9951 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9954
9955 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9956
9957         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9958         first matching secret key.
9959         (mml2015-epg-encrypt): Ditto.
9960
9961         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9962         first matching secret key.
9963         (mml1991-epg-encrypt): Ditto.
9964
9965         * mml2015.el (mml2015-encrypt-to-self): New user option.
9966         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9967         mml2015-epg-encrypt-to-self is set.
9968
9969         * mml1991.el (mml1991-encrypt-to-self): New variable.
9970         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9971         mml1991-epg-encrypt-to-self is set.
9972
9973         * mml2015.el (mml2015-signers): New user option.
9974         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9975         (mml2015-epg-encrypt): Allow to select signing keys.
9976
9977         * mml1991.el (mml1991-signers): New variable.
9978         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9979         (mml1991-epg-encrypt): Allow to select signing keys.
9980
9981 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * nnheader.el (nnheader-insert-head): Make it work even if the file
9984         uses CRLF for the line-break code.
9985
9986 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9987
9988         * mml2015.el: Require mml-sec instead of password.
9989         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9990         (mml2015-cache-passphrase): Inherit the default value from
9991         mml-secure-cache-passphrase.
9992         (mml2015-passphrase-cache-expiry): Inherit the default value from
9993         mml-secure-passphrase-cache-expiry.
9994
9995         * mml1991.el: Require mml-sec instead of password.
9996         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9997         (mml1991-cache-passphrase): Inherit the default value from
9998         mml-secure-cache-passphrase.
9999         (mml1991-passphrase-cache-expiry): Inherit the default value from
10000         mml-secure-passphrase-cache-expiry.
10001
10002         * mml-sec.el: Require password.
10003         (mml-secure-verbose): New user option.
10004         (mml-secure-cache-passphrase): New user option.
10005         (mml-secure-passphrase-cache-expiry): New user option.
10006
10007 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10008
10009         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10010         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10011         andreas@altroot.de (Andreas Vögele).
10012
10013         FIXME: Use `tiny change'?
10014
10015 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10016
10017         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10018         workaround for the url package included with Emacs.
10019
10020         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10021
10022 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10025         correctly.  This fixes a bug caused by the 2006-05-12 change.
10026
10027 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10028
10029         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10030         some information about the error when saying that the `bogus' mail
10031         group will be used.
10032
10033 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10036         string.
10037
10038 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10039
10040         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10041
10042 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10043
10044         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10045
10046 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10047
10048         * mml1991.el (mml1991-function-alist): Add epg.
10049         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10050         (mml1991-epg-encrypt): New functions.
10051
10052 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10053
10054         * mml2015.el (mml2015-verbose): New variable.
10055         (mml2015-cache-passphrase): Ditto.
10056         (mml2015-passphrase-cache-expiry): Ditto.
10057         (mml2015-function-alist): Add epg.
10058         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10059         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10060         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10061         New functions.
10062
10063 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10064
10065         * message.el (message-cite-original-1): Preserve region when removing
10066         quoted text due to X-No-Archive in order to avoid bogus attribution
10067         when citing multiple messages.
10068
10069 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10070
10071         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10072         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10073
10074 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gnus-diary.el (gnus-user-format-function-d)
10077         (gnus-user-format-function-D): Autoload.
10078
10079         * imap.el (Commentary): Fix typo.
10080
10081         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10082         2006-04-22 contribution.
10083
10084 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10085
10086         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10087         It didn't really fix the bogosity I'm seeing with solid web groups.
10088
10089 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10090
10091         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10092         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10093         created using server names.  If we use the feature without declaring
10094         it, Gnus does not properly manage server and group state.
10095
10096         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10097         bound.
10098
10099 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10100
10101         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10102         looking up the method using GROUP's prefix before inventing a new one.
10103         It is used on killed/unknown groups in various places where returning
10104         an all-new method isn't expected by the caller.
10105
10106         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10107         and match semantics of gnus-group-real-prefix.
10108
10109 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * nnmail.el (nnmail-broken-references-mailers): New variable.
10112         (nnmail-ignore-broken-references): New function generalizing
10113         nnmail-fix-eudora-headers.
10114         (nnmail-fix-eudora-headers): Now obsolete.
10115
10116         * gnus-art.el (gnus-button-handle-custom):
10117         Support `customize-apropos*'.
10118
10119 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10122
10123         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10124         articles.
10125
10126 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * message.el (message-cite-reply-above): New variable.
10129         (message-yank-original): Use it.
10130
10131 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10134
10135 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10138         as read.
10139
10140         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10141
10142 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10145         (gnus-bookmark-default-file): Use gnus-directory.
10146         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10147         Remove "*" in doc string.
10148         (gnus-bookmark-write-file): Simplify.
10149         (gnus-bookmark-maybe-sort-alist): Use `when'.
10150         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10151         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10152         Add FIXME about Emacs 21 and XEmacs compatibility.
10153         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10154         compatibility.
10155         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10156         compatibility.
10157         (gnus-bookmark-menu-heading): Fix version.
10158
10159 2006-06-19  Bastien Guerry  <bzg@altern.org>
10160
10161         * gnus-bookmark.el: New file.
10162
10163 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * message.el (message-syntax-checks): Doc fix.
10166
10167 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10168
10169         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10170         unsubscribed groups as if they were killed ones.  It causes duplicate
10171         entries in gnus-newsrc-alist.
10172
10173 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * message.el (message-syntax-checks): Doc fix.
10176         (message-send-mail): Add check for continuation headers.
10177         (message-check-news-header-syntax): Fix regexp used to check for
10178         continuation headers.
10179
10180 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10183
10184 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10187
10188 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10191         default-truncate-lines.
10192
10193 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10196         to fill the utf-8 entry.
10197
10198         * lpath.el: Fbind unicode-precedence-list.
10199
10200 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10201
10202         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10203
10204 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10205
10206         * gnus-agent.el (directory-files-and-attributes): Move all the way
10207         forward (the third and final move).
10208         (gnus-agent-read-agentview): Trap reconstruction errors due to
10209         nonexistent directory.  Handle by returning nil.
10210
10211 2006-05-30  Didier Verna  <didier@xemacs.org>
10212
10213         * message.el (message-dont-reply-to-names): Update the custom type.
10214         * message.el (message-dont-reply-to-names): New defsubst: potentially
10215         convert a list of regexps into a single one.
10216         * message.el (message-get-reply-headers): Use it.
10217         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10218
10219 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-agent.el (directory-files-and-attributes): Move forward.
10222
10223 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * gnus-ml.el (gnus-mailing-list-subscribe)
10226         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10227         (gnus-mailing-list-message): Fix doc strings.
10228
10229 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10230
10231         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10232         of doing it manually.
10233
10234 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10237         comment.
10238
10239 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10240
10241         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10242         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10243         (gnus-agent-read-local): All symbols allocated in my-obarray.
10244         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10245         (gnus-agent-regenerate-group): Check numeric names to see if they are
10246         messages or groups.
10247         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10248         better way of do this...)
10249
10250         * gnus-cache.el (gnus-agent-total-fetched-for):
10251         Ignore 'dummy.group' (there should be a better way of do this...)
10252
10253 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10256         (gnus-saved-headers): Ditto.
10257         (gnus-default-article-saver): Mention functions may have properties.
10258         (gnus-article-save): Override gnus-save-all-headers and
10259         gnus-saved-headers by :headers property which saver function may have.
10260         (gnus-summary-save-in-file): Add :headers property.
10261         (gnus-summary-write-to-file): Ditto.
10262
10263         * gnus-sum.el (gnus-summary-save-article): Bind
10264         gnus-prompt-before-saving to t when saving many articles in a file;
10265         always show all headers.
10266
10267         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10268
10269 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10272         marks.
10273
10274         * message.el (message-indent-citation): Add optional arguments to allow
10275         using it outside of message buffers.
10276
10277         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10278         (gnus-article-treat-unfold-headers): Use it.
10279         (gnus-article-truncate-lines): New variable.
10280         (gnus-article-mode): Use it.
10281         (gnus-article-toggle-truncate-lines): New function.
10282
10283         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10284         Add gnus-article-toggle-truncate-lines.
10285
10286         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10287         coding system in XEmacs, use binary.
10288
10289 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10292         after-load-alist.
10293
10294         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10295         this function should save decoded articles.
10296         (gnus-summary-write-to-file): Use property to specify this function
10297         should save decoded articles and specify gnus-summary-save-in-file
10298         should be used to save articles other than the first one when saving
10299         many articles.
10300         (gnus-summary-save-body-in-file): Use property to specify this
10301         function should save decoded articles.
10302         (gnus-summary-write-body-to-file): Use property to specify this
10303         function should save decoded articles and specify
10304         gnus-summary-save-body-in-file should be used to save articles other
10305         than the first one when saving many articles.
10306
10307         * gnus-sum.el (gnus-summary-save-article): Simplify.
10308
10309 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-art.el (gnus-default-article-saver):
10312         Add gnus-summary-write-body-to-file.
10313         (gnus-article-save-coding-system): Don't use coding system object
10314         in XEmacs.
10315         (gnus-read-save-file-name): Add optional `dir-var' argument which
10316         specifies directory in which files are saved; work even if optional
10317         `variable' argument is not specified.
10318         (gnus-summary-write-to-file): Read file name.
10319         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10320         (gnus-summary-write-body-to-file): New function.
10321
10322         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10323         (gnus-summary-local-variables): Add it.
10324         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10325         (gnus-summary-save-article): Remove optional `decode' argument;
10326         determine whether to decode articles by the value of
10327         gnus-default-article-saver; when saving many files using
10328         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10329         it first and use gnus-summary-save-in-file or
10330         gnus-summary-save-body-in-file thereafter unless
10331         gnus-prompt-before-saving is always; move point to article which
10332         will be saved.
10333         (gnus-summary-save-article-file): Revert.
10334         (gnus-summary-write-article-file): Revert.
10335         (gnus-summary-save-article-body-file): Revert.
10336         (gnus-summary-write-article-body-file): New function.
10337
10338 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-art.el (gnus-default-article-saver): Doc fix.
10341         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10342         from gnus-summary-save-article-coding-system, and default to a
10343         certain coding system.
10344         (gnus-output-to-file): Add coding cookie and encode text according
10345         to gnus-article-save-coding-system; don't use mm-append-to-file.
10346
10347         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10348         gnus-art.el and rename to gnus-article-save-coding-system.
10349         (gnus-summary-save-article): Require gnus-art; don't show all
10350         headers if it decodes articles; don't add coding cookie here;
10351         don't bind mm-text-coding-system-for-write.
10352         (gnus-summary-save-article-file): Save decoded articles.
10353         (gnus-summary-write-article-file): When saving many files, use
10354         gnus-summary-write-to-file first and gnus-summary-save-in-file
10355         thereafter unless gnus-prompt-before-saving is always.
10356         (gnus-summary-save-article-body-file): Save decoded articles.
10357
10358         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10359
10360 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * nnrss.el (nnrss-check-group): Bind hash-index.
10363
10364 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10365
10366         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10367         its hash index.  Store this hash in `nnrss-group-data'.
10368         (nnrss-read-group-data): Update accordingly.
10369
10370 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10373         entry.
10374
10375         * gnus-sum.el (gnus-summary-make-menu-bar):
10376         Add gnus-article-browse-html-article.
10377
10378 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10379
10380         * gnus-sum.el (gnus-summary-mime-map):
10381         Add gnus-article-browse-html-article.
10382
10383         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10384
10385 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10388         suitable coding systems in customize.
10389
10390 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * mail-source.el (mail-sources): Fix custom type.
10393
10394 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10397         (gnus-summary-expire-articles-now): Shorten prompt.
10398
10399         * gmm-utils.el (wid-edit): Require.
10400         (defun-gmm): Rename from `gmm-defun-compat'.
10401         (gmm-image-search-load-path): Use it.
10402         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10403
10404 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-sum.el (gnus-summary-save-article-coding-system):
10407         New variable.
10408         (gnus-summary-save-article): Add optional `decode' argument.
10409         If it is set and gnus-summary-save-article-coding-system is non-nil,
10410         save decoded article.
10411         (gnus-summary-write-article-file): Save decoded article if
10412         gnus-summary-save-article-coding-system is non-nil.
10413
10414         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10415         type.
10416
10417 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10420
10421 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10424         first to test gnus-single-article-buffer which may be buffer-local.
10425
10426         * gnus-sum.el (gnus-summary-setup-buffer):
10427         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10428         group; make gnus-article-buffer, gnus-article-current, and
10429         gnus-original-article-buffer always buffer-local.
10430         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10431         group.
10432         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10433
10434 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * nnml.el (nnml-request-compact-group): Compressed files might not
10437         have .gz extension.
10438
10439 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10440
10441         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10442         (mm-copy-to-buffer): Use with-current-buffer.
10443         (mm-display-part): Simplify.
10444         (mm-inlinable-p): Add optional arg `type'.
10445
10446 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10447
10448         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10449         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10450         Try harder to show the attachment internally or externally using
10451         gnus-mime-view-part-as-type.
10452
10453 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * message.el (message-from-style, message-signature-separator)
10456         (message-user-organization-file, message-send-mail-function)
10457         (message-citation-line-function, message-yank-prefix)
10458         (message-indent-citation-function, message-signature)
10459         (message-signature-file, message-signature-insert-empty-line):
10460         Remove autoloads.
10461
10462         * gnus-art.el (gnus-buttonized-mime-types):
10463         Remove "multipart/signed".  Revert 2006-04-26 change.
10464
10465 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * gnus.el (gnus-version-number): Bump version.
10468
10469 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10470
10471         * gnus.el: No Gnus v0.5 is released.
10472
10473 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10476         fetching articles by message-id.
10477
10478 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479
10480         * message.el (hashcash): Require hashcash as normal.
10481
10482         * ecomplete.el (ecomplete-highlight-match-line):
10483         Use point-at-eol.
10484         (ecomplete-highlight-match-line): Use `highlight', because that
10485         face exists in both Emacs and XEmacs.
10486
10487         * message.el (message-display-abbrev): Use point-at-bol.
10488
10489         * mail-source.el: Don't require timer/timer-funcs.
10490
10491         * gnus-async.el: Ditto.
10492
10493         * password.el: Ditto.
10494
10495         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10496
10497         * mm-url.el: Ditto.
10498
10499         * gnus-xmas.el: Don't require timer-funcs.
10500
10501         * mm-util.el: Require timer/timer-funcs.
10502
10503 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10504
10505         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10506         Close.
10507
10508 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10511         unibyte after clear-decrypt function runs.
10512
10513         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10514         returns as a unibyte string.
10515
10516 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * lpath.el: Revert.
10519
10520         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10521         (pgg-gpg-process-sentinel): Revert.
10522
10523         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10524         (pgg-pgp-lookup-key): Revert.
10525
10526         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10527         (pgg-pgp5-lookup-key): Revert.
10528
10529         * pgg.el (pgg-fetch-key): Revert.
10530
10531 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * lpath.el: Fbind string-as-multibyte for XEmacs.
10534
10535         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10536         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10537         (mml1991-pgg-encrypt): Ditto.
10538
10539         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10540         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10541         a multibyte buffer.
10542
10543         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10544         (pgg-pgp-lookup-key): Ditto.
10545
10546         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10547         (pgg-pgp5-lookup-key): Ditto.
10548
10549         * pgg.el (pgg-fetch-key): Ditto.
10550
10551 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * message.el (message-user-organization-file): Check several
10554         locations of the organization file.
10555
10556         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10557         Add gnus-article-view-part-as-type.
10558
10559         * gnus-art.el (gnus-article-view-part-as-type): New function.
10560
10561         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10562         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10563
10564         * mml.el: Simplify autoload.
10565         (mml-mode): defvar dnd-protocol-alist instead of using
10566         symbol-value.
10567         (mml-default-directory): New variable.
10568         (mml-minibuffer-read-file): Use it.
10569         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10570
10571         * message.el (message-citation-line-format): New variable.
10572         (message-insert-formated-citation-line): New function.
10573         (message-citation-line-function):
10574         Add `message-insert-formated-citation-line' to custom type.
10575
10576         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10577         to doc string.
10578
10579         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10580         depending on mm-verify-option.
10581
10582 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10585         binding pgg-* variables; reimplement the section which prevents
10586         MIME header from being signed.
10587         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10588         pgg-text-mode; remove a blank line at the top of body.
10589
10590         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10591         lines at the top of body; use gnus-newsgroup-charset if there's no
10592         Charset header.
10593
10594 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * message.el (message-self-insert-commands): Doc fix.
10597
10598         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10599         (mm-uu-pgp-encrypted-test): Ditto.
10600         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10601         between header and body; return application/pgp-encrypted handle
10602         if decryption failed; decode decrypted body by charset.
10603
10604         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10605         element match to application/pgp-*.
10606
10607 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10608
10609         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10610         HTML.
10611
10612 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * mail-source.el (mail-source-call-script): Message the error
10615         string.
10616
10617 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * gnus-util.el (gnus-byte-compile): Use it.
10620
10621 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10622
10623         * gnus-util.el (kill-empty-logs): New function.
10624
10625 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * message.el (message-mail-alias-type): Doc fix.
10628         (message-mail-alias-type-p): New function.
10629         (message-send): Use it.
10630         (message-mode): Ditto.
10631         (message-strip-forbidden-properties): Ditto.
10632
10633         * ecomplete.el (ecomplete-database-file-coding-system):
10634         New variable.
10635         (ecomplete-save): Use it.
10636         (ecomplete-setup): Use it.
10637
10638 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * message.el (message-self-insert-commands): New variable.
10641         (message-strip-forbidden-properties): Use it.
10642
10643 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10646         that doesn't make XEmacs choke.
10647
10648 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus-util.el (gnus-replace-in-string):
10651         Prefer replace-regexp-in-string over of replace-in-string.
10652
10653 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-util.el (gnus-select-frame-set-input-focus):
10656         Use select-frame-set-input-focus if it is available in XEmacs; use
10657         definition defined in Emacs 22 for old Emacsen.
10658
10659         * dgnushack.el: Autoload unmorse-region for XEmacs.
10660
10661         * lpath.el: Bind cursor-in-non-selected-windows and
10662         select-frame-set-input-focus for XEmacs.
10663
10664 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10667
10668 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10669
10670         * gnus-registry.el (gnus-registry-cache-save): Remove text
10671         properties when saving via the temp buffer.
10672
10673 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * message.el (message-generate-hashcash): Honor custom type.
10676
10677 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678
10679         * message.el (message-generate-hashcash): Default to non-nil when
10680         hashcash is found.
10681
10682         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10683         (gnus-refer-thread-limit): Increase default to 500.
10684
10685         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10686
10687         * flow-fill.el (fill-flowed): Allow delete-space.
10688
10689 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10692         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10693         Remove autoloads.
10694
10695 2006-04-18  Simon Josefsson  <jas@extundo.com>
10696
10697         * message.el (message-generate-hashcash): Default to.
10698
10699 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10702         concatenating segments rather than before concatenating them.
10703
10704 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10707
10708 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10711
10712         * message.el (message-forward-make-body-plain):
10713         Allow message-forward-ignored-headers to be a list.
10714         (message-remove-ignored-headers): Factor out into function.
10715         (message-forward-make-body-mml): Use it.
10716
10717         * imap.el (imap-quote-specials): New function.
10718         (imap-login-auth): Quote specials.
10719
10720         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10721         (rfc2231-parse-string): Allow concatanation of parameters that
10722         aren't contiguous.  The test case is
10723           (mail-header-parse-content-type "message/external-body;
10724             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10725             access-type=LOCAL-FILE;
10726             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10727
10728 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10729
10730         * nntp.el (nntp-accept-process-output): Return the value of
10731         `nnheader-accept-process-output'.
10732
10733 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10736         (gnus-button-alist): Recognize more diff formats.
10737         (gnus-button-patch): Strip directory.
10738
10739 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10742         Emacs 22 when setting focus.
10743
10744 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * gnus-art.el (gnus-article-treat-types): Do treatment of
10747         text/x-verbatim parts.
10748         (gnus-button-patch): New command.
10749
10750         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10751         addresses that contain invalid characters.
10752
10753 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * message.el (message-put-addresses-in-ecomplete):
10756         Use gnus-replace-in-string.
10757         (message-is-yours-p): Use the more correct
10758         mail-header-parse-address instead of
10759         mail-extract-address-components.
10760         (message-put-addresses-in-ecomplete): Fix typo.
10761
10762         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10763         keystroke.
10764
10765         * gnus-art.el (gnus-treatment-function-alist): Change order of
10766         newsgroups/generic header folding to avoid double-folding.
10767
10768         * message.el (message-hidden-headers): Add X-Draft-From.
10769
10770         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10771         New command.
10772         (gnus-summary-repeat-search-article-backward): New command.
10773
10774         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10775         groups in the parent topic.
10776
10777 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10778
10779         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10780         (spam-extra-header-to-number): Return the CRM114 number as a
10781         number instead of a string.
10782
10783 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * gnus-art.el (gnus-face-properties-alist): Move here from
10786         gnus-fun.
10787
10788         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10789
10790 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791
10792         * message.el (message-strip-forbidden-properties): Only display on
10793         self-insert-command.
10794
10795         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10796         reindent.
10797         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10798
10799 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10800
10801         * smiley.el (smiley-style): Fix typo.
10802
10803 2006-03-23  Kenichi Handa  <handa@m17n.org>
10804
10805         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10806         instead of set-buffer-multibyte.
10807
10808 2006-03-23  Kenichi Handa  <handa@m17n.org>
10809
10810         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10811         buffer and then decode the buffer text if necessary.
10812         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10813         first, and after mm-encode-body, change the buffer to unibyte.
10814
10815 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * hashcash.el (hashcash-insert-payment-async-2):
10818         Use message-goto-eoh instead of doing it manually.
10819         (mail-add-payment): Use message-narrow-to-header instead of trying
10820         to do the same itself.
10821
10822         * message.el (message-hidden-headers): Add Face.
10823
10824         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10825         reparenting code.
10826         (gnus-summary-reparent-children): Refactored out code.
10827         (gnus-summary-thread-map): New keystroke.
10828         (gnus-summary-reparent-children): Make into command.
10829
10830         * smiley.el (smiley-style): Default to `medium' if using a large
10831         font.
10832
10833         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10834         does it itself.
10835
10836         * message.el (message-point-in-header-p): Simplify definition.
10837
10838 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * nnagent.el (nnagent-request-set-mark): Silence log file
10841         writing.
10842         (nnagent-request-set-mark): Use write-region instead of
10843         append-to-file.
10844
10845         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10846         strange select method.
10847
10848         * ecomplete.el (ecomplete-display-matches): Get highlightling
10849         right.
10850         (ecomplete-display-matches): Use literals.
10851         (ecomplete-display-matches): Disable message logging.
10852
10853         * message.el (message-display-abbrev): Small optimization.
10854
10855         * ecomplete.el (ecomplete-display-matches): Allow automatic
10856         display.
10857
10858         * message.el (message-strip-forbidden-properties):
10859         Display abbrevs.
10860         (message-display-abbrev): Get automatic display right.
10861
10862         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10863         keystrokes.
10864
10865 2006-04-13  Romain Francoise  <romain@orebokech.com>
10866
10867         TODO: Backport to v5-10!
10868
10869         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10870         Move here (and rename) from gnus-registry.el.
10871
10872         * gnus-registry.el: Require gnus-util.
10873         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10874
10875 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * gnus-group.el (gnus-group-catchup-current):
10878         Change if-then-else-if-then-else into cond.
10879         (gnus-group-catchup): Indent.
10880         (group-name-at-point): New function.
10881         (gnus-fetch-group): Provide default from thing at point.
10882
10883 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10884
10885         * message.el (message-display-abbrev): Fix regexp.
10886
10887         * ecomplete.el (ecomplete-highlight-match-line):
10888         Reimplement choosing.
10889         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10890         dead variables.
10891
10892         * message.el (message-newline-and-indent): Remove debugging.
10893         (message-display-abbrev): Use new implementation.
10894
10895 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * gnus-art.el (gnus-article-mode):
10898         Set cursor-in-non-selected-windows to nil.
10899
10900         * smiley.el: Revert previous change.
10901         (smiley-data-directory): defvar it before using it in the
10902         defcustom of `smiley-style'.
10903
10904 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * message.el (message-newline-and-indent): New function.
10907
10908         * ecomplete.el: Implement more bits.
10909
10910         * message.el (message-put-addresses-in-ecomplete): Clean up the
10911         string.
10912
10913         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10914
10915         * gnus-sum.el (gnus-summary-save-parts):
10916         Bind gnus-summary-save-parts-counter and use it to make unique file
10917         names.
10918
10919         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10920
10921         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10922         parameter to say whether to actually parse the individual
10923         addresses.
10924
10925         * message.el (message-put-addresses-in-ecomplete): New function.
10926         (ecomplete): Require.
10927         (message-mail-alias-type): Add ecomplete as an option.
10928
10929 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10930
10931         * flow-fill.el (fill-flowed): Remove trailing space from blank
10932         quoted lines.
10933
10934 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * smiley.el (smiley-style): Move definition later to avoid a
10937         compilation warning.
10938
10939 2006-04-12  Kenichi Handa  <handa@m17n.org>
10940
10941         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10942         buffer and then decode the buffer text if necessary.
10943         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10944         first, and after mm-encode-body, change the buffer to unibyte.
10945         Use mm-disable-multibyte instead of set-buffer-multibyte.
10946
10947 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10950         Content-Type header instead of Content-Disposition header.
10951         (gnus-mime-inline-part): Ditto.
10952         (gnus-mime-view-part-as-charset): Ignore charset that the part
10953         specifies.
10954
10955         * mm-decode.el (mm-display-part): Work with external parts and
10956         usual parts similarly.
10957
10958         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10959         instead of gnus-display-mime.
10960
10961         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10962         instead of with-temp-buffer.
10963
10964         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10965         tag to summarized topics part in order to encode non-ASCII text.
10966
10967 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * smiley.el (smiley-style): New variable.
10970         (smiley-directory): New function.
10971         (smiley-data-directory): Derive from `smiley-style' using
10972         `smiley-directory'.
10973         (smiley-regexp-alist): Add new entries.
10974
10975         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10976         (gnus-article-browse-delete-temp): Add :version.
10977
10978 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10979
10980         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10981         the sieve region.
10982
10983 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * gnus.el (gnus-version-number): Bump version.
10986
10987 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * gnus.el: No Gnus v0.4 is released.
10990
10991 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10994         layout.
10995
10996         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10997         unknown charset.
10998
10999         * message.el (message-header-synonyms): Add Original-To to the
11000         default.
11001
11002         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11003         optional parameter.
11004
11005 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * gnus-fun.el (gnus): Require it for gnus-directory.
11008
11009 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11012
11013 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11014
11015         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11016
11017 2006-04-05  Simon Josefsson  <jas@extundo.com>
11018
11019         * password.el (password-reset): New function.
11020
11021 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11022
11023         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11024         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11025
11026 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11027
11028         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11029         Some whitespace was matched into the url, which broke browsing hits
11030         > 100 when mm-url-use-external was nil.
11031
11032 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11035         Check gnus-extra-headers for 'Newsgroups.
11036
11037         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11038         bound.
11039
11040 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11041
11042         * pgg-gpg.el: Clean up process buffers every time gpg processes
11043         complete.
11044
11045 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11048         doc string.
11049
11050 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11051
11052         * pgg-gpg.el (pgg-gpg-process-filter)
11053         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11054
11055         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11056         lines, temporary fix.
11057
11058 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11061
11062 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11063
11064         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11065         default-enable-multibyte-characters.  This reverts the change from
11066         revision 6.17 which is no longer necessary because the passphrase
11067         is sent separately now.  GnuPG messages are unreadable under
11068         multibyte locales with default-enable-multibyte-characters set to
11069         nil.
11070
11071 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * message.el (message-tool-bar-gnome): Move "spell".
11074
11075 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11078         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11079         instead.
11080
11081 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11082
11083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11084         Improve newsgroups handling for NNTP overviews which don't include
11085         Newsgroups.
11086
11087 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11088
11089         * message.el (message-resend): Bind message-generate-hashcash to nil.
11090
11091 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11092
11093         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11094         when searching for already-paid recipients.
11095
11096 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11097
11098         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11099         passphrases when it is not needed.
11100         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11101         passphrase stuff from gpg, should only be necessary when you use
11102         gpg with a smartcard.
11103
11104 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * mml.el (mml-insert-mime): Ignore cached contents of
11107         message/external-body part.
11108
11109         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11110         (mm-insert-part): Ditto.
11111
11112 2006-03-23  Simon Josefsson  <jas@extundo.com>
11113
11114         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11115         Reiner.
11116         (pgg-gpg-use-agent-p): Use it again.
11117
11118 2006-03-23  Simon Josefsson  <jas@extundo.com>
11119
11120         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11121         older emacsen.
11122         (pgg-gpg-use-agent-p): Don't use it.
11123
11124 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11127         if we can.
11128
11129 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11130
11131         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11132         (pgg-gpg-update-agent): New function.
11133         (pgg-gpg-use-agent-p): New function.
11134         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11135         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11136         (pgg-gpg-sign-region): Use it.
11137
11138 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11141         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11142
11143 2006-03-21  Simon Josefsson  <jas@extundo.com>
11144
11145         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11146         <wilde@sha-bang.de>.
11147         (pgg-gpg-use-agent): New variable.
11148         (pgg-gpg-process-region): Use it.
11149         (pgg-gpg-encrypt-region): Likewise.
11150         (pgg-gpg-encrypt-symmetric-region): Likewise.
11151         (pgg-gpg-decrypt-region): Likewise.
11152         (pgg-gpg-sign-region): Likewise.
11153         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11154
11155 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11158
11159         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11160         Add comment on version.
11161
11162 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * smiley.el: Add missing test smiley.
11165
11166 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * mm-decode.el (mm-with-part): New macro.
11169         (mm-get-part): Use it; work with message/external-body as well.
11170         (mm-save-part): Treat name and filename equally.
11171
11172         * mm-extern.el (mm-extern-cache-contents): New function.
11173         (mm-inline-external-body): Use it; force the part to be displayed;
11174         move undisplayer added to the cached handle to the parent.
11175
11176         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11177         (gnus-mime-view-part-as-type): Work with message/external-body.
11178
11179         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11180
11181 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11184         images in image-load-path.  [Sync with image.el, revision 1.60, in
11185         Emacs.]
11186
11187 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11190         path rather than symbol.  Always return list of directories.
11191         Guarantee that image directory comes first.  [Sync with image.el,
11192         revision 1.59, in Emacs.]
11193
11194         * message.el (message-make-tool-bar): Adjust to new API of
11195         `gmm-image-load-path-for-library'.
11196
11197         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11198
11199         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11200
11201 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11202
11203         * gnus-art.el (gnus-article-only-boring-p):
11204         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11205         intangible text.
11206         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11207
11208 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11211         Use `defun' instead of `gmm-defun-compat'.
11212
11213 2006-03-14  Simon Josefsson  <jas@extundo.com>
11214
11215         * message.el (message-unique-id): Don't use message-number-base36
11216         if (user-uid) is a float.
11217         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11218
11219 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11222
11223         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11224         empty line between a part and a message part.
11225
11226 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * smiley.el: Add more test smileys.
11229         (smiley-data-directory, smiley-regexp-alist)
11230         (gnus-smiley-file-types): Fix doc strings.
11231         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11232         adding new elements.
11233         (smiley-mouse-map): Unused code.  Make it a comment.
11234
11235 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11238         scan latest NoCeM messages instead of old ones.
11239         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11240         delimiters that are recently used.
11241         (gnus-nocem-load-cache): Add autoload cookie.
11242
11243         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11244
11245         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11246         level which is larger than gnus-use-nocem is specified.
11247
11248         * gnus-group.el (gnus-group-get-new-news): Ditto.
11249
11250 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * gnus-util.el (gnus-tool-bar-update): New function.
11253
11254         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11255         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11256
11257         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11258
11259         * gnus-group.el (gnus-group-redraw-when-idle)
11260         (gnus-group-redraw-check): Remove.
11261         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11262
11263 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11266         if optional last element is specified in splits (FIELD VALUE...).
11267
11268 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11271         to gmm-image-load-path-for-library.  Call with no-error argument.
11272         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11273
11274         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11275
11276         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11277
11278         * gmm-utils.el (gmm-image-load-path): Remove alias.
11279
11280 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gmm-utils.el (gmm-image-load-path): Add alias.
11283
11284         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11285         nnml-generate-nov-databases-1.
11286         (nnml-generate-nov-databases): Use it.
11287         (nnml-generate-nov-databases-directory): Document no-active
11288         argument.
11289
11290         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11291         directory if path is t.  Add no-error.
11292
11293         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11294         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11295
11296         * gnus-art.el (gnus-article-browse-delete-temp-files):
11297         Simplify resetting gnus-article-browse-html-temp-list.
11298
11299         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11300         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11301         Add example to docstring.  Rename local variables.  Move error
11302         checks to default case in cond and simplify.
11303
11304 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11307         handle is multipart when calling it recursively.
11308         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11309
11310 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11311
11312         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11313         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11314
11315 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11318         is loaded.
11319
11320         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11321         loaded.
11322
11323 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11326         to "Emacs 23 (unicode)" in doc string.
11327
11328         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11329         "Emacs 23 (unicode)" in comment.
11330
11331 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11334
11335         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11336         characters 160 through 255 in Emacs 23.
11337
11338 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11341         gnus-article-browse-html-temp.
11342         (gnus-article-browse-delete-temp): Make it customizable.
11343         Add `file'.  Adjust doc string.
11344         (gnus-article-browse-delete-temp-files): Add argument.
11345         Allow query for each file.  Adjust doc string.
11346         (gnus-article-browse-html-parts):
11347         Add `gnus-article-browse-delete-temp-files' to
11348         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11349
11350 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11351
11352         * gnus-art.el (gnus-article-browse-html-temp)
11353         (gnus-article-browse-delete-temp): New variables.
11354         (gnus-article-browse-delete-temp-files): New function.
11355         (gnus-article-browse-html-parts): Use it.
11356
11357 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11360
11361         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11362         string.
11363
11364         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11365         gnus-summary-insert-new-articles when unplugged.
11366         Remove gnus-summary-search-article-forward.
11367
11368         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11369         display-visual-class instead of display-color-cells.
11370
11371 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * dgnushack.el: Autoload customize-group for XEmacs.
11374
11375         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11376         message/* containing non-ASCII text properly.
11377
11378 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * message.el: Require gmm-utils, remove autoloads.
11381         (message-tool-bar): Set default based on
11382         gmm-tool-bar-style.
11383         (message-tool-bar-gnome): Add gmm-customize-mode.
11384
11385         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11386         gmm-tool-bar-style.
11387         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11388
11389         * gnus-group.el (gnus-group-tool-bar): Set default based on
11390         gmm-tool-bar-style.
11391         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11392
11393         * gmm-utils.el (gmm-image-directory): Rename variable from
11394         gmm-image-load-path.
11395         (gmm-image-load-path): Use gmm-image-directory.
11396         (gmm-customize-mode): New function.
11397         (gmm-tool-bar-style): New variable.
11398
11399         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11400         gnus-group-redraw-line-number.
11401         (gnus-group-redraw-check): Simplify.
11402         (gnus-group-tool-bar-update): Remove redraw check.
11403         (gnus-group-make-tool-bar): Add redraw check.
11404
11405 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11406
11407         * gnus-art.el (gnus-button): Add missing parentheses.
11408
11409 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * lpath.el: Fbind line-number-at-pos.
11412
11413 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11416
11417 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus-art.el (gnus-button): New face.
11420         (gnus-article-button-face): Use it.
11421
11422         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11423         Add gnus-summary-next-page.  Re-order.
11424
11425         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11426         next-node are now included.
11427         (gnus-group-redraw-line-number): New internal variable.
11428         (gnus-group-redraw-check): Helper function for updating the tool
11429         bar.
11430         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11431
11432         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11433
11434         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11435         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11436         Use it to match format of Spamassassin 3.0 and later.
11437         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11438         (spam-check-bogofilter)
11439         (spam-bogofilter-register-with-bogofilter): Fix args of
11440         `gnus-error' calls.
11441
11442 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11445         unnecessary interaction when sending queued mails.
11446         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11447
11448 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11451         first or last are nil.
11452
11453 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11454
11455         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11456
11457 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11460
11461 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * dns.el (query-dns): Protect more against buggy tcp output.
11464
11465 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11468         nov.php.
11469
11470 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11471
11472         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11473         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11474         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11475         output on the server side.
11476         (nnweb-google-create-mapping): Update regexps and add some
11477         progress indication.
11478
11479 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus-group.el (gnus-group-tool-bar-gnome):
11482         Fix gnus-agent-toggle-plugged.  Re-order icons.
11483         (gnus-group-tool-bar-gnome):
11484         Add gnus-group-{prev,next}-unread-group.
11485         (gnus-group-tool-bar-gnome): Re-order icons.
11486
11487         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11488         Move gnus-summary-insert-new-articles.
11489
11490         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11491         Fix comments.
11492
11493         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11494         also available in Emacs 21.3.
11495
11496         * message.el (message-fix-before-sending): Change "Emacs 22" to
11497         "Emacs 23 (unicode)" in comment.
11498
11499         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11500         "Emacs 23 (unicode)" in comment.
11501
11502         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11503         comment.
11504         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11505
11506         * mm-view.el (mm-fill-flowed): Add :version.
11507
11508 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11511         and load-path.
11512
11513 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * message.el: Autoload gmm-image-load-path.
11516         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11517         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11518         consitency.
11519
11520         * gmm-utils.el (gmm-image-load-path): Also search in
11521         "../etc/images".  Don't set gmm-image-load-path if we don't find
11522         the image.
11523
11524 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * gmm-utils.el (gmm-image-load-path): Don't make
11527         `gmm-image-load-path' include subdirectories which the second arg
11528         `image' might specify.
11529
11530         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11531         subdirectory to icon file names.
11532
11533         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11534
11535 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11538         gmm-image-load-path calls.
11539
11540         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11541
11542         * message.el (message-make-tool-bar): Ditto.
11543
11544         * mml.el (mml-preview): Add comment concerning tool bar icons.
11545
11546         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11547         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11548
11549         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11550         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11551
11552         * message.el (message-tool-bar-gnome): Use new icon names.
11553         (message-make-tool-bar): Use `gmm-image-load-path'.
11554
11555         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11556         New functions from MH-E.
11557         (gmm-image-load-path): New variable from MH-E.
11558         (gmm-image-load-path): New function from MH-E.  Add arguments
11559         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11560         *-image-load-path-called-flag.
11561
11562 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11563
11564         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11565
11566 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11567
11568         * nnimap.el (nnimap-request-move-article): Change folder back to
11569         source group before deleting.
11570
11571 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11574
11575         * gnus-art.el (mm-url-insert-file-contents-external):
11576         Autoload mm-url.
11577
11578         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11579
11580 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11583         coding system which mm-charset-to-coding-system returns for a
11584         given charset is valid.
11585
11586 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11587
11588         * html2text.el (html2text-remove-tag-list):
11589         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11590
11591 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11592
11593         * gnus-cus.el: Revert 2005-10-17 change.
11594
11595 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-art.el (article-strip-banner):
11598         Call article-really-strip-banner only when the regexp match is made.
11599
11600 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-art.el (article-strip-banner):
11603         Use gnus-extract-address-components instead of
11604         mail-header-parse-addresses to make it work with non-ASCII text;
11605         remove mail-encode-encoded-word-string.
11606
11607         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11608         values which are surrounded with \"...\"; make it never cause a
11609         Lisp error; give up parsing of parameters if it failed in
11610         extracting type.
11611
11612 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11613
11614         * smime.el (smime-cert-by-ldap-1): Fix bug where
11615         `smime-ldap-search' returns results without userCertificates.
11616
11617 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11620
11621 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * spam.el (spam-check-spamassassin-headers): Adapt format for
11624         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11625         <ari@mbf.ocn.ne.jp>.
11626         (spam-list-of-processors): Add spam-use-gmane.
11627
11628 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11631         make-temp-file; make it work with XEmacs as well.
11632
11633         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11634         mm-make-temp-file.
11635
11636         * mm-decode.el (mm-display-external): Use the 3rd arg of
11637         mm-make-temp-file.
11638         (mm-create-image-xemacs): Ditto.
11639
11640 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11643         with message-narrow-to-headers.
11644         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11645         (gnus-draft-check-draft-articles): New function.
11646         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11647
11648 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gnus-art.el (gnus-article-browse-html-parts):
11651         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11652         Don't use suffix argument for mm-make-temp-file for Emacs 21
11653         compatibility.  Remove useless `format'.
11654
11655 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11656
11657         * nnweb.el (nnweb-google-wash-article): Update regexps.
11658         (nnweb-group-alist): Use defvoo instead of defvar.
11659
11660 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11663         re-loading nn* modules.
11664
11665 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11668         for `tool-bar-mode' and don't check it's default-value.
11669
11670         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11671
11672         * message.el (message-make-tool-bar): Ditto.
11673
11674         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11675         `substring'.  Shorten tmp-file name.
11676
11677         * gnus.el: Remove bogus comment.
11678
11679 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11680
11681         * gnus-art.el (gnus-article-browse-html-parts): New function.
11682         (gnus-article-browse-html-article): New function for viewing html
11683         articles with a browser.
11684
11685 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11686
11687         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11688         in elisp.
11689         (pgg-gpg-encrypt-symmetric-region): Ditto.
11690         (pgg-gpg-sign-region): Ditto.
11691
11692         * pgg-def.el (pgg-text-mode): New variable.
11693
11694         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11695         (mml2015-pgg-encrypt): Ditto.
11696
11697         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11698         (mml1991-pgg-encrypt): Ditto.
11699
11700 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * nnfolder.el (nnfolder-insert-newsgroup-line):
11703         Use message-make-date instead of current-time-string.
11704
11705         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11706         to gnus-decoded which mm-uu might set.
11707
11708 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11711         don't decode quoted parameters; remove misimported Emacs code.
11712         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11713         (rfc2231-decode-encoded-string): Don't use split-string which
11714         behaves differently according to Emacs version; use
11715         mm-decode-coding-region to convert charset to coding-system.
11716         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11717         (rfc2231-encode-string): Remove misimported Emacs code.
11718
11719 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11722         when calling mail-header-parse-content-type.
11723         (article-de-quoted-unreadable): Ditto.
11724         (article-de-base64-unreadable): Ditto.
11725         (article-wash-html): Ditto.
11726
11727         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11728         calling mail-header-parse-content-type and
11729         mail-header-parse-content-disposition.
11730         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11731         mail-header-parse-content-type.
11732
11733         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11734         insert charset and format parameters; encode description after
11735         inserting it to buffer.
11736         (mml-insert-parameter): Fold lines properly even if a parameter is
11737         segmented into two or more lines; change the max column to 76.
11738
11739         * rfc1843.el (rfc1843-decode-article-body): Don't use
11740         ignore-errors when calling mail-header-parse-content-type.
11741
11742         * rfc2231.el (rfc2231-parse-string): Return at least type if
11743         possible; don't cause an error even if it fails in parsing of
11744         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11745         (rfc2231-encode-string): Don't break lines at the beginning, leave
11746         it to mml-insert-parameter.
11747
11748         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11749         calling mail-header-parse-content-type.
11750
11751 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * spam-report.el (spam-report-gmane-use-article-number):
11754         Improve doc string.
11755         (spam-report-gmane-internal): Check if a suitable header was found
11756         in the article.
11757
11758 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11761         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11762
11763 2006-02-05  Romain Francoise  <romain@orebokech.com>
11764
11765         Update copyright notices of all files in the gnus directory.
11766
11767 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11768
11769         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11770
11771 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11774         segmented lines of parameter value to cope with Thunderbird 1.5
11775         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11776         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11777         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11778
11779 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11780
11781         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11782         parts.
11783
11784 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11785
11786         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11787         there's only one active file for all servers.
11788         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11789         solid groups.  Gnus might have used a FAST request to select the group.
11790         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11791         and nnweb-search redundantly in the active file.
11792         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11793         (nnweb-request-create-group): Don't use ARGS.
11794         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11795         initialisations.  Let nnoo do the work.
11796
11797 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11800         Say the part has been decoded.
11801
11802         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11803
11804 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11805
11806         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11807         mailcap-viewer-test-cache when there's no 'test clause, since that
11808         will invert the meaning of a "nil" test previously determined by
11809         mailcap-mailcap-entry-passes-test.
11810
11811 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11814         compiling.
11815
11816         * gnus-sum.el: Ditto.
11817
11818         * message.el: Don't bind tool-bar-map when compiling.
11819
11820 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11823
11824 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11825
11826         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11827         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11828         current Google Groups.
11829
11830 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11833         and tool-bar-mode.
11834
11835         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11836         and tool-bar-mode.
11837
11838         * message.el (message-tool-bar-update): Simplify.
11839         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11840
11841         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11842         gnus-summary-buffer.
11843         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11844         gnus-summary-reply.
11845
11846         * gmm-utils.el (gmm): Add :version.
11847
11848 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * Makefile.in (clean): New rule.
11851         (distclean): Use it.
11852
11853 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11854
11855         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11856         Don't autoload.
11857
11858 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gmm-utils.el (gmm-verbose): Add :group.
11861
11862 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * message.el: Change some comments WRT tool-bars.
11865
11866         * gnus-sum.el (gnus-summary-tool-bar)
11867         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11868         (gnus-summary-tool-bar-zap-list): New variables.
11869         (gnus-summary-make-tool-bar): Complete rewrite using
11870         `gmm-tool-bar-from-list'.
11871
11872         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11873         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11874         New variables.
11875         (gnus-group-make-tool-bar): Complete rewrite using
11876         `gmm-tool-bar-from-list'.
11877         (gnus-group-tool-bar-update): New function.
11878
11879         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11880
11881 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11884         is dissected into a single part of which the type is the same as
11885         the given one; decode charset.
11886
11887 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11888
11889         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11890         into alists as symbol not string, since that's what
11891         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11892         look for.
11893
11894 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11897         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11898
11899         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11900
11901 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11904         (gnus-xmas-mime-security-button-menu): New function.
11905
11906         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11907         (gnus-mime-security-button-menu): New definition.
11908         (gnus-mime-security-button-map): Use them.
11909         (gnus-mime-security-button-menu): New function.
11910         (gnus-insert-mime-security-button): Addition to help echo.
11911         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11912         (gnus-mime-security-pipe-part): New functions.
11913
11914         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11915         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11916
11917         * mm-decode.el (mm-handle-set-disposition): Remove.
11918         (mm-handle-set-description): Remove.
11919
11920 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11923         (mm-w3m-standalone-supports-m17n-p): New function.
11924         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11925         w3m usage.
11926
11927         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11928         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11929
11930 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * message.el (message-tool-bar-zap-list):
11933         Use gmm-tool-bar-zap-list as custom type.
11934         (message-tool-bar-update): New function.
11935         (message-tool-bar, message-tool-bar-gnome)
11936         (message-tool-bar-retro): Add message-tool-bar-update.
11937         (message-tool-bar-gnome): Add flyspell-buffer.
11938
11939         * gnus-util.el (gnus-error): Describe `args'.
11940
11941         * gmm-utils.el (gmm-error): Describe `args'.
11942         (gmm-tool-bar-zap-list): New widget.
11943         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11944
11945 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11948         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11949         the number of recursive calls.
11950
11951         * mm-decode.el (mm-handle-set-disposition): New macro.
11952         (mm-handle-set-description): New macro.
11953
11954 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11957         encoding.
11958
11959 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * message.el (message-tool-bar-zap-list, message-tool-bar)
11962         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11963         (message-tool-bar-local-item-from-menu): Remove.
11964         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11965         (message-make-tool-bar): New function.
11966         (message-mode): Use `message-make-tool-bar'.
11967
11968         * gmm-utils.el: New file.
11969         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11970         (gmm-lazy): New widget copied from `nnmail.el'.
11971         (gmm-tool-bar-from-list): New function for creating customizable
11972         tool bars.
11973         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11974         output.
11975         (gmm): Add :prefix to defgroup.
11976
11977 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11978
11979         * gmm-utils.el (gmm-widget-p): New function.
11980
11981 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * mml.el (mml-attach-file): Describe `description' in doc string.
11984         (mml-menu): Add Emacs MIME manual and PGG manual.
11985
11986 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11987
11988         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11989
11990 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11991
11992         * nntp.el (nntp-end-of-line): Doc fix.
11993
11994 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11995
11996         * imap.el (imap-open): Handle case where buffer is a buffer
11997         object.
11998
11999 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12000
12001         * gnus-delay.el (gnus-delay): Don't autoload.
12002         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12003         to be re-loaded when customizing the `gnus-delay' group.
12004
12005 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12006
12007         * message.el (message-insert-citation-line): Use newlines.
12008
12009 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12010
12011         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12012         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12013         these routines, so the passphrase can be managed externally and
12014         passed in to the system.
12015         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12016         pgg-add-passphrase-to-cache function.
12017
12018         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12019         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12020         these routines, so the passphrase can be managed externally and
12021         passed in to the system.
12022         (pgg-pgp5-sign-region): Use new name of
12023         pgg-add-passphrase-to-cache function.
12024
12025 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12026
12027         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12028         part of the decoded armor to find the key-identifier.
12029         (pgg-gpg-lookup-key-owner): New function to return the
12030         human-readable identifier of a key owner.
12031         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12032         itself.
12033         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12034         the key value) if we have a key and can match it against a secret
12035         key.  Also, added a note pointing out fact that the prompt only
12036         indicates the first matching key.
12037
12038         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12039         pgg-decrypt-region.
12040         (pgg-add-passphrase-to-cache): Rename from
12041         `pgg-add-passphrase-cache' to reduce confusion (all callers
12042         changed).
12043         (pgg-remove-passphrase-from-cache): Rename from
12044         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12045         changed).
12046         (pgg-read-passphrase, pgg-add-passphrase-cache)
12047         (pgg-remove-passphrase-cache): Add informative docstrings.
12048         (pgg-decrypt): Convey provided passphrase in subordinate call to
12049         pgg-decrypt-region.
12050
12051 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12052
12053         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12054         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12055         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12056         'passphrase' argument, so the passphrase can be managed externally
12057         and then passed in to the system.
12058
12059         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12060         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12061         so the passphrase cache can be used reliably with identifiers
12062         besides a pgp packet's key id.
12063
12064         * pgg-gpg.el (pgg-gpg-encrypt-region)
12065         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12066         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12067         these routines, so the passphrase can be managed externally and
12068         passed in to the system.
12069
12070         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12071         'notruncate' argument, so the passphrase cache can be used
12072         reliably with identifiers besides a pgp packet's key id.
12073
12074 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12075
12076         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12077         symmetric encryption.
12078         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12079         encrypted session key.
12080         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12081         message ask for the passphrase in a proper way.
12082
12083         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12084         New user commands for symmetric encryption.
12085
12086 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12089
12090         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12091
12092 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12093
12094         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12095
12096 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * mm-decode.el (mm-inlined-types): Add application/pgp.
12099         (mm-automatic-display): Ditto.
12100
12101         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12102         part as text.
12103
12104 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * nnrss.el: Update copyright.
12107         (nnrss-opml-import): Query whether to subscribe to each entry.
12108
12109         * gnus-art.el:
12110         * gnus-sum.el:
12111         * gnus-xmas.el:
12112         * messagexmas.el:
12113         * mm-uu.el:
12114         * mm-view.el: Update copyright.
12115
12116 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * message.el (message-info): New function.
12119         (message-mode-menu): Add it.
12120         Update copyright.
12121
12122         * ChangeLog: Fix and update copyright.
12123
12124 2006-01-13  Romain Francoise  <romain@orebokech.com>
12125
12126         * message.el (message-forward-subject-name-subject): Prefer the
12127         address to 'nowhere' if the sender has no name.
12128         Fix typo.  Update copyright year.
12129
12130 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * gnus-art.el (article-wash-html):
12133         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12134         (gnus-article-wash-html-with-w3m-standalone): New function.
12135
12136         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12137         mm-inline-text-html-render-with-w3m-standalone.
12138         (mm-text-html-washer-alist): Map w3m-standalone to
12139         gnus-article-wash-html-with-w3m-standalone.
12140         (mm-inline-text-html-render-with-w3m-standalone): New function.
12141
12142 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12145         Improve LaTeX.
12146
12147 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12150         (nnrss-request-article): Render text/plain parts as HTML.
12151
12152         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12153         the buffer.
12154
12155 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12158         custom definition of `gnus-posting-styles'.
12159
12160         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12161         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12162
12163 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12166         Use nntp for bug archive.
12167
12168 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12171         parts.
12172         (nnrss-normalize-date): New function converts ISO 8601 date into
12173         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12174         (nnrss-check-group): Use it.
12175
12176 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12179
12180         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12181         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12182         (nnrss-insert-w3): Ditto.
12183
12184 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12187         the articles to be forwarded including the case where neither a
12188         number of articles nor a region is specified.
12189
12190 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * nnrss.el (nnrss-request-article): Fix last change; fill
12193         text/plain parts.
12194
12195 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12198         in text/plain part.
12199         (nnrss-check-group): Don't add excessive newline to dc:subject.
12200
12201 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12202
12203         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12204         article.
12205
12206 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12209         (nnml-use-compressed-files, nnml-save-mail): Support other
12210         comression programs such as bzip2.
12211
12212 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * dns.el (query-dns): Make sure we check the buffer size before
12215         removing tcp headers.
12216
12217 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12220         remove MIME buttons associated with multipart/alternative parts.
12221         (gnus-mime-display-alternative): Tag buttons using `article-type'
12222         text property.
12223
12224         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12225         associated with multipart/alternative parts.
12226
12227         * gnus-art.el (gnus-signature-separator): Fix custom type.
12228
12229         * mm-decode.el (mm-inlined-types): Fix custom type.
12230         (mm-keep-viewer-alive-types): Ditto.
12231         (mm-automatic-display): Ditto.
12232         (mm-attachment-override-types): Ditto.
12233         (mm-inline-override-types): Ditto.
12234         (mm-automatic-external-display): Ditto.
12235
12236 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * spam-report.el (spam-report-user-mail-address)
12239         (spam-report-user-agent): New variables.
12240         (spam-report-url-ping-plain): Use spam-report-user-agent.
12241
12242 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12243
12244         * gnus-art.el (gnus-button-handle-custom): Do not just use
12245         `customize-apropos' for any "M-x customize-*" button but the
12246         function called for.  Accept both the function name and its
12247         argument in order to achieve this.
12248         (gnus-button-alist): Remove support for "custom:" URL's.
12249         Pass function name to `gnus-button-handle-custom' in case of "M-x
12250         customize-*" buttons.
12251
12252 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12255         multipart/alternative and add xref to mm-discouraged-alternatives
12256         in doc string.
12257
12258         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12259         gnus-buttonized-mime-types in doc string.
12260
12261 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12264         Suggest image/.* in the doc string.
12265
12266 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12269         message-marks (Debian bug #342521).
12270
12271 2005-12-12  Simon Josefsson  <jas@extundo.com>
12272
12273         * password.el (password-read-from-cache): Add.
12274         (password-read): Use it.
12275
12276 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * rfc2047.el (rfc2047-charset-to-coding-system):
12279         Recognize us-ascii as a MIME charset.
12280
12281         * mm-bodies.el (mm-decode-content-transfer-encoding):
12282         Protect against the case where the 2nd arg TYPE is nil.
12283
12284 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * pop3.el (pop3-stream-type): Fix custom version.
12287
12288         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12289
12290 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12291
12292         * mm-decode.el (mm-display-external): Add missing cdr.
12293
12294 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12297         RFC1524) if it is in mailcap or add a suffix according to
12298         mailcap-mime-extensions when generating a temp filename; postpone
12299         deleting a temp file for 2 seconds for some wrappers, shell
12300         scripts, and so on, which might exit right after having started a
12301         viewer command as a background job.
12302
12303 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * nntp.el (nntp-marks-directory): Fix custom group.
12306
12307         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12308         steps when < 10.
12309
12310         * gnus-start.el (gnus-no-server-1):
12311         Mention `gnus-level-default-subscribed' in doc string.
12312
12313 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12314
12315         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12316         parens.
12317
12318 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-xmas.el (gnus-use-toolbar): Revert.
12321         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12322         gnus-use-toolbar is default.
12323
12324         * messagexmas.el (message-use-toolbar): Revert.
12325         (message-setup-toolbar): Use global default-toolbar if
12326         message-use-toolbar is default.
12327
12328 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12331         according to default-toolbar-visible-p.
12332
12333         * messagexmas.el (message-use-toolbar): Ditto.
12334
12335 2005-11-26  Dave Love  <fx@gnu.org>
12336
12337         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12338         (tls-program, tls-success): Provide openssl alternative.
12339
12340         * starttls.el: Doc fixes.
12341         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12342         SERVICE to PORT.
12343
12344         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12345         port null or service name.
12346         (starttls-negotiate): Autoload.
12347
12348 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * message.el (message-kill-to-signature): Fix interactive spec.
12351
12352 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * pop3.el (pop3-open-server): Recognize a string as a service name.
12355
12356 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12357
12358         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12359
12360 2005-11-23  Dave Love  <fx@gnu.org>
12361
12362         Add pop3s, pop3/starttls.
12363
12364         * pop3.el (pop3-authentication-scheme): Clarify doc.
12365         (open-tls-stream, starttls-open-stream): Autoload.
12366         (pop3-stream-type): New.
12367         (pop3-open-server): Use it.
12368
12369         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12370         for POP.
12371         (mail-source-keyword-map): Add :stream for POP.
12372         (mail-source-fetch-pop): Use pop3-stream-type.
12373
12374 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12377         of current-time-string.
12378
12379 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12380
12381         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12382         date header.
12383
12384 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12385
12386         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12387         it can seriously impact performance as it bypasses the agent's
12388         local caches.
12389
12390 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12391
12392         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12393         must be explicitly online rather than "not explicitly offline" for
12394         its flags to be synchronized.
12395
12396         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12397         that gnus-uu-unmark-thread will function correctly.
12398
12399         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12400         1024K is instead displayed as 1M.
12401
12402 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12403
12404         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12405
12406 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12407
12408         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12409
12410 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12411
12412         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12413         error message to display actual error condition.
12414         (gnus-agent-save-local): Avoid saving symbols that are bound to
12415         nil as they simply result in a warning message in
12416         gnus-agent-read-local.
12417
12418 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12421         rather than make-variable-buffer-local for file-precious-flag.
12422
12423 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12424
12425         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12426         for duplicates which are removed.  The invalid sort check then
12427         triggers a rescan after the sort as sorting may have moved
12428         duplicate entries such that they can be cheaply detected.
12429
12430 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12433
12434 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12435
12436         * gnus-agent.el (gnus-agent-article-alist-save-format):
12437         Change internal variable to a custom variable.  Change default value
12438         from compressed(2) to uncompressed(1).
12439         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12440         support for uncompressed agentview files.  Taken together, reading
12441         the agentview file should now be 6-7 times faster.
12442
12443 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12444
12445         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12446         as a buffer-local variable.  This avoids creating truncated
12447         dribble files as a result of a hang up, eg.
12448
12449 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12450
12451         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12452         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12453         XEmacs.
12454
12455 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * gnus-start.el (gnus-start-draft-setup):
12458         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12459
12460         * gnus.el (gnus-splash): Change custom group.
12461         (gnus-group-get-parameter, gnus-group-parameter-value):
12462         Describe allow-list argument.
12463
12464         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12465         string.
12466
12467 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gnus-art.el (gnus-default-article-saver): Add user-defined
12470         `function' to custom type.
12471
12472 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12473
12474         * imap.el (imap-open): Handle case where buffer is a buffer
12475         object.
12476
12477 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12480         long lines.
12481         (gnus-cache-delete-group): Wrap doc strings.
12482
12483         * gnus-agent.el (gnus-agent-rename-group)
12484         (gnus-agent-delete-group): Wrap doc strings.
12485
12486 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * messagexmas.el (message-use-toolbar): Change the valid values
12489         into default, top, bottom, left, and right.
12490         (message-toolbar-thickness): New variable.
12491         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12492         well.
12493         (message-setup-toolbar): Make it work.
12494
12495         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12496         (gnus-use-toolbar): Change the valid values into default, top,
12497         bottom, left, and right.
12498         (gnus-toolbar-thickness): New variable.
12499         (gnus-xmas-setup-toolbar): New function.
12500         (gnus-xmas-setup-group-toolbar): Use it.
12501         (gnus-xmas-setup-summary-toolbar): Use it.
12502
12503 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * gnus-start.el (gnus-1): Add "native" to
12506         gnus-predefined-server-alist.
12507
12508         * gnus.el (gnus-method-to-server): Don't add "native" to the
12509         lists here, because that leads to problems when
12510         gnus-select-method is bound.
12511
12512 2005-11-09  Simon Josefsson  <jas@extundo.com>
12513
12514         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12515         use (not sort-by-date) instead.
12516
12517 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12518
12519         * gnus-delay.el (gnus-delay-group): Don't autoload.
12520         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12521         to be re-loaded when customizing the `gnus-delay' group.
12522
12523 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12524
12525         * message.el: Revert last changes.
12526         (message-insert-citation-line): Use newlines.
12527
12528 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12529
12530         * message.el (message-courtesy-message)
12531         (message-mark-insert-begin, message-mark-insert-end)
12532         (message-elide-ellipsis, message-cancel-message)
12533         (message-add-header, message-change-subject)
12534         (message-cross-post-followup-to-header)
12535         (message-cross-post-insert-note, message-reduce-to-to-cc)
12536         (message-widen-reply, message-delete-not-region)
12537         (message-kill-to-signature, message-insert-signature)
12538         (message-insert-importance-high, message-insert-importance-low)
12539         (message-insert-or-toggle-importance)
12540         (message-insert-disposition-notification-to)
12541         (message-indent-citation, message-yank-original)
12542         (message-cite-original-without-signature, message-cite-original)
12543         (message-insert-citation-line, message-position-on-field)
12544         (message-fix-before-sending, message-send-mail-partially)
12545         (message-send-mail, message-send-mail-with-sendmail)
12546         (message-send-mail-with-qmail, message-send-news)
12547         (message-check-news-header-syntax, message-generate-headers)
12548         (message-insert-courtesy-copy, message-fill-address)
12549         (message-fill-header, message-shorten-references)
12550         (message-setup-1, message-cancel-news)
12551         (message-forward-make-body-plain, message-forward-make-body-mime)
12552         (message-forward-make-body-mml, message-encode-message-body)
12553         (message-forward-make-body-digest-plain)
12554         (message-forward-make-body-digest-mime)
12555         (message-use-alternative-email-as-from): Insert `hard-newline'
12556         instead of ordinary newlines.
12557
12558 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * message.el (message-generate-headers): Downcase the argument
12561         given to message-check-element.
12562
12563 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12564
12565         * nntp.el (nntp-authinfo-rejected): New error condition.
12566         (nntp-wait-for): Use new error condition to signal authentication
12567         error.
12568         (nntp-retrieve-data): Rethrow new error condition to break out of
12569         recursive call to nntp-send-authinfo.
12570
12571 2005-11-08  Romain Francoise  <romain@orebokech.com>
12572
12573         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12574         (gnus-summary-exit-map): Bind to `Z p'.
12575         (gnus-summary-make-menu-bar): Add menu item.
12576
12577 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12580         (gnus-treat-*): Add `first' in all doc strings.
12581
12582         * gnus-group.el (gnus-group-compact-group): Fix typo.
12583
12584 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus.el (gnus-parameters-case-fold-search): New variable.
12587         (gnus-parameters-get-parameter): Use it.
12588
12589         * gnus-score.el (gnus-home-score-file): Doc fix.
12590
12591 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12592
12593         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12594
12595 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * mm-util.el (mm-special-display-p): New function.
12598
12599         * mml.el (mml-preview): Use it; doc fix.
12600
12601 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12602
12603         * imap.el (imap-open): Handle case where buffer is a buffer object.
12604
12605 2005-10-29  Romain Francoise  <romain@orebokech.com>
12606
12607         * message.el (message-fix-before-sending): Fix comment.
12608
12609 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12610
12611         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12612
12613 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12614
12615         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12616         Used in gnus-score.el.
12617
12618 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12621
12622 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12625         whitespace removed in revision 7.8.  Use concatenated string to
12626         protect trailing whitespace.
12627
12628 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12629
12630         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12631         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12632         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12633         Courier IMAP ("some version from 2004").  Mostly based on similar
12634         code in the same function.
12635
12636 2005-10-26  Didier Verna  <didier@xemacs.org>
12637
12638         * gnus-group.el (gnus-group-compact-group): Invalidate original
12639         article buffer.
12640         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12641         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12642         NOV database and in article itself.
12643         Invalidate article backlog.
12644
12645 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12648
12649 2005-10-26  Simon Josefsson  <jas@extundo.com>
12650
12651         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12652         part of 2004-07-25 change.
12653
12654 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * message.el (message-display-completion-list): New function.
12657         (message-expand-group): Use it; make sure the Completions buffer
12658         is modifiable.
12659 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12660
12661         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12662         user-mail-name is an empty string.
12663
12664 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12667         depending on gnus-score-decay-constant.
12668
12669         * encrypt.el (encrypt-insert-file-contents)
12670         (encrypt-write-file-contents): Don't use `gnus-message'.
12671
12672         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12673         arguments.
12674         (mm-uu-type-alist): Add message-marks and insert-marks.
12675         Pass arguments to mm-uu-verbatim-marks-extract.
12676         (mm-uu-hide-markers): New variable.
12677         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12678
12679         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12680         (gnus-convert-image-to-face-command): Use "convert" by default to
12681         allow other input image formats.
12682         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12683         accordingly.
12684
12685 2005-10-23  Simon Josefsson  <jas@extundo.com>
12686
12687         * imap.el (imap-gssapi-program): Align command line parameters
12688         with latest GNU SASL.
12689         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12690
12691 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12692
12693         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12694         HTML.
12695         (nnslashdot-request-article): Ditto.
12696
12697         * lpath.el (featurep): Add nobreak-char-display.
12698
12699 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12700
12701         * mail-source.el (mail-source-fetch-pop): Require pop3.
12702         (mail-source-check-pop): Ditto.
12703
12704 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12707         errors.
12708
12709 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12712         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12713
12714         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12715
12716         * mm-bodies.el (mm-decode-string):
12717         Call `mm-charset-to-coding-system' with allow-override argument.
12718
12719 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12722         (rfc2047-charset-to-coding-system): New function.
12723         (rfc2047-decode-encoded-words): New function.
12724         (rfc2047-decode-region): Use them.
12725         (rfc2047-decode-cte): Remove.
12726         (rfc2047-parse-and-decode): Remove.
12727         (rfc2047-decode): Remove.
12728
12729 2005-10-15  Kenichi Handa  <handa@m17n.org>
12730
12731         * rfc2047.el (rfc2047-decode-cte): New function.
12732         (rfc2047-decode-region): Change the way to decode successive
12733         encoded-words: decode B- or Q-encoding in each encoded-word,
12734         concatenate them, and decode it as charset.
12735
12736 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * lpath.el: Fbind codepage-setup for XEmacs.
12739
12740 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12741
12742         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12743         widget-move-and-invoke.
12744         (gnus-custom-mode): Use gnus-custom-map.
12745
12746 2005-10-15  Bill Wohler  <wohler@newt.com>
12747
12748         * message.el (message-tool-bar-map): Rename image file from
12749         mail_send to mail/send.
12750
12751 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12752
12753         * message.el (message-expand-group): Pass the common
12754         prefix substring of completion to `display-completion-list'.
12755
12756 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * mml-sec.el (mml-secure-method): New internal variable.
12759         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12760         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12761         New functions using mml-secure-method.
12762
12763         * mml.el (mml-mode-map): Add key bindings for those functions.
12764         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12765         Harder <harder@myrealbox.com>.
12766         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12767         Goto end of message if point is the headers of the message.
12768
12769         * message.el (message-in-body-p): New function.
12770
12771         * assistant.el: Autoload gnus-util and netrc.
12772
12773         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12774         Use `mm-charset-override-alist' only when decoding.
12775
12776         * mm-bodies.el (mm-decode-body):
12777         Call `mm-charset-to-coding-system' with allow-override argument.
12778
12779         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12780         `filename' from Content-Disposition if Content-Type doesn't
12781         provide `name'.
12782         (gnus-mime-view-part-as-type): Set default instead of
12783         initial-input.
12784
12785 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12786
12787         * format-spec.el (format-spec): Propagate text properties of % spec.
12788
12789 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * gnus-art.el (gnus-treat-predicate): Add `first'.
12792
12793 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12796         (mm-charset-override-alist): New variable.
12797         (mm-charset-to-coding-system): Use it.
12798         (mm-codepage-setup): New helper function.
12799         (mm-charset-eval-alist): New variable.
12800         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12801         Warn about unknown charsets.
12802
12803         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12804
12805 2005-10-04  David Hansen  <david.hansen@gmx.net>
12806
12807         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12808         (nnrss-check-group): Ditto.
12809
12810 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12813         Rename x-gnus-verbatim to x-verbatim.
12814         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12815
12816         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12817         x-verbatim.
12818
12819         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12820
12821         * gnus-util.el (gnus-remove-duplicates): Remove.
12822
12823         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12824         instead of gnus-remove-duplicates.
12825
12826         * message.el (message-remove-duplicates): Remove.
12827         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12828         message-remove-duplicates.
12829
12830         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12831         available, else use implementation from `delete-dups'.
12832
12833         * message.el (message-insert-expires): New function.
12834         (message-mode-map): Add key binding.
12835         (message-mode-field-menu): Add menu entry.
12836         (message-mode): Document it.
12837         (message-make-expires-date): Use `message-make-date'.
12838
12839 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12840
12841         * message.el (message-make-expires-date): New function.
12842
12843 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * Makefile.in (list-installed-shadows): New entry.
12846         (install): Use it.
12847         (remove-installed-shadows): New entry.
12848
12849         * dgnushack.el (dgnushack-default-load-path): New variable.
12850         (dgnushack-find-lisp-shadows): New function.
12851         (dgnushack-remove-lisp-shadows): New function.
12852
12853 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * Makefile.in (install-el-elc): New entry.
12856         (install): Use it so that .el files are necessarily installed.
12857
12858 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12861
12862 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12863
12864         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12865         function rather than the diff-mode.el package.
12866         (mm-display-external): Use with-current-buffer.
12867         (mm-viewer-completion-map, mm-viewer-completion-map):
12868         Move initialization inside declaration.
12869
12870 2005-09-29  Simon Josefsson  <jas@extundo.com>
12871
12872         * spam.el: Load hashcash when compiling, to avoid warnings.
12873         Don't autoload mail-check-payment.
12874         (spam-check-hashcash): Define unconditionally, since hashcash.el
12875         is part of Gnus now.  Ignore errors from payment checking.
12876
12877 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * message.el (message-bold-region, message-unbold-region):
12880         Rename from `bold-region' and `unbold-region'.
12881
12882         * message.el: Remove useless autoloads.
12883
12884 2005-09-28  Simon Josefsson  <jas@extundo.com>
12885
12886         * message.el (message-use-idna): Default to t.
12887         (message-use-idna): Test whether encoding works too.  Doc fix.
12888
12889 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * nntp.el (nntp-warn-about-losing-connection): Remove.
12892
12893 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12896         customizable.  Change default value.
12897         (mm-uu-diff-groups-regexp): Change default value.
12898         (mm-uu-type-alist): Add doc string.
12899         (mm-uu-configure): Add doc string.  Make it interactive.
12900         (mm-uu-tex-groups-regexp): New variable.
12901         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12902         (mm-uu-type-alist): Add LaTeX documents.
12903         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12904         of "text/verbatim".
12905         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12906
12907         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12908         instead of "text/verbatim".
12909
12910         * message.el (message-mark-inserted-region)
12911         (message-mark-insert-file): Use slrn style marks when called with
12912         prefix argument.
12913
12914 2005-09-27  Simon Josefsson  <jas@extundo.com>
12915
12916         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12917
12918 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12919
12920         * message.el (message-remove-duplicates): New function.
12921         Implementation borrowed from `gnus-remove-duplicates'.
12922         (message-idna-to-ascii-rhs): Also encode idna addresses in
12923         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12924         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12925         only ask about the same idna domain once per header and also tell
12926         in what header to replace the idna domain.
12927
12928         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12929         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12930         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12931         a header is decoded and not just the last one.
12932
12933 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12936         has been decoded.
12937
12938         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12939         (mm-insert-part): Don't modify text if it has been decoded.
12940
12941         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12942         decoded.
12943
12944         * mm-view.el (mm-inline-text): Don't strip text props unless
12945         decoding enriched or richtext parts.
12946
12947 2005-09-25  Romain Francoise  <romain@orebokech.com>
12948
12949         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12950         * gnus-start.el (gnus-subscribe-interactively):
12951         * gnus-uu.el (gnus-uu-grab-articles):
12952         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12953         space.
12954
12955 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12956
12957         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12958         * mm-view.el (mm-view-pkcs7-decrypt):
12959         * gnus-sum.el (gnus-summary-limit-to-extra)
12960         (gnus-summary-respool-article, gnus-read-move-group-name):
12961         * gnus-score.el (gnus-summary-increase-score):
12962         * gnus-util.el (gnus-completing-read-with-default):
12963         * gnus-art.el (gnus-read-save-file-name)
12964         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12965         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12966         * message.el (message-check-news-header-syntax):
12967         Follow convention for reading with the minibuffer.
12968
12969 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * spam-report.el (spam-report-url-ping-plain):
12972         Use gnus-extended-version as User-Agent.
12973
12974         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12975         default value is nil.
12976
12977         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12978         (mm-uu-verbatim-marks-extract): New function.
12979         (mm-uu-extract): New face.
12980         (mm-uu-copy-to-buffer): Use it.
12981
12982         * spam-report.el (spam-report-gmane-ham): Rename from
12983         `spam-report-gmane-unspam'.
12984         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12985         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12986
12987         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12988         Autoload.
12989         (spam-report-gmane-unregister-routine):
12990         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12991
12992 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12995         (spam-report-gmane-unregister-routine): Add support for gmane
12996         unregistration.
12997
12998         * spam-report.el (spam-report-gmane-unspam)
12999         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13000         (spam-report-gmane): Change to take a single article and do unspam
13001         registration.
13002
13003 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * mm-url.el (mm-url-decode-entities): Fix regexp.
13006
13007 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008
13009         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13010         default to nil, to be able to use Gnus at all.  If the default
13011         switches to something else, then the function should be fixed not
13012         be exceedingly slow.
13013
13014 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13015
13016         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13017         fail hard.
13018
13019         * spam-report.el: Add better Keywords line.
13020
13021         * spam.el: Add Maintainer and better Keywords line.
13022
13023 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-art.el (gnus-article-replace-part)
13026         (gnus-mime-replace-part): New functions.
13027         (gnus-mime-action-alist, gnus-mime-button-commands)
13028         (gnus-mime-save-part-and-strip): Add file argument.
13029         (gnus-article-part-wrapper): Add interactive argument.
13030
13031         * gnus-sum.el (gnus-summary-mime-map):
13032         Add `gnus-article-replace-part'.
13033
13034 2005-09-19  Didier Verna  <didier@xemacs.org>
13035
13036         The nnml compaction feature:
13037         * nnml.el (nnml-request-compact-group): New function.
13038         * nnml.el (nnml-request-compact): New function.
13039         * gnus-int.el (gnus-request-compact-group): New function.
13040         * gnus-int.el (gnus-request-compact): New function.
13041         * gnus-group.el (gnus-group-compact-group): New function.
13042         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13043         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13044         * gnus-srvr.el (gnus-server-compact-server): New function.
13045         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13046         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13047
13048 2005-09-18  Deepak Goel  <deego@gnufans.org>
13049
13050         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13051         format spec.
13052
13053 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13056
13057 2005-09-15  Romain Francoise  <romain@orebokech.com>
13058
13059         * message.el (message-fill-paragraph): Clarify docstring.
13060
13061 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * gnus-art.el (gnus-mime-display-part): Protect against broken
13064         MIME messages.
13065
13066 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13069         before parsing header.
13070
13071 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13072
13073         * html2text.el (html2text-replace-list): Add new entities.
13074
13075 2005-09-11  Romain Francoise  <romain@orebokech.com>
13076
13077         * message.el (message-alternative-emails): Improve docstring.
13078         (message-setup-1): Call `message-use-alternative-email-as-from'
13079         after `message-setup-hook' to give it precedence over posting
13080         styles, etc.
13081         (message-use-alternative-email-as-from): Add docstring.
13082         Remove the original From header if present.
13083
13084         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13085         (nnml-save-mail): Use it.
13086
13087         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13088         articles.  Add new argument `silent'.
13089         (gnus-uu-mark-all): Report the total number of marked articles.
13090
13091 2005-09-10  Romain Francoise  <romain@orebokech.com>
13092
13093         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13094         (gnus-uu-mark-series): Likewise.
13095
13096 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * spam-report.el (spam-report-gmane): Fix generation of spam
13099         report URL.
13100
13101 2005-09-10  Simon Josefsson  <jas@extundo.com>
13102
13103         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13104         t, based on discussion on the ding list with Robert Epprecht
13105         <epprecht@solnet.ch>.
13106
13107 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * spam-report.el (spam-report-gmane): Make it work without
13110         X-Report-Spam header.  Gmane now only provides Archived-At.
13111         This is only used if `spam-report-gmane-use-article-number' is nil.
13112         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13113
13114         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13115         make `gnus-summary-sort-by-recipient' work with threading.
13116
13117         * nnweb.el (nnweb-google-wash-article): Print a message if article
13118         is not available.
13119
13120 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13121
13122         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13123         change.  Decode text/* parts content before displaying.
13124
13125 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13128
13129 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13132
13133         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13134         url-package-name, url-package-version,
13135         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13136         w3m-display-inline-images, and w3m-minor-mode-map.
13137
13138 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * message.el (message-tab-body-function): Fix mismatched custom type.
13141
13142         * gnus.el (gnus-group-change-level-function): Ditto.
13143
13144         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13145
13146         * gnus-art.el (gnus-signature-limit)
13147         (gnus-article-mime-part-function): Ditto.
13148
13149 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mml.el (mml-mode): Silence the byte compiler.
13152
13153         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13154         using `(sit-for 0)' before moving the point to the specified part;
13155         skip unbuttonized parts.
13156         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13157         return to the summary window if gnus-auto-select-part is non-nil.
13158
13159 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13162         New variables.
13163         (mml-dnd-attach-file, mml-mode): Use them.
13164
13165         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13166         Make fetching article by MID work again for Google Groups.
13167         Add FIXME concerning gnus-group-make-web-group.
13168
13169         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13170         Don't depend on Gnus by using mail-extract-address-components if
13171         gnus-extract-address-components is not bound.
13172
13173 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13174
13175         * gnus-art.el (gnus-mime-display-security): Don't display the
13176         signature, but only the signed part.
13177
13178 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13181
13182         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13183         list, not listp.
13184
13185 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13186
13187         * mm-encode.el (mm-encode-content-transfer-encoding):
13188         Likewise when encoding.
13189
13190         * mm-bodies.el (mm-decode-content-transfer-encoding):
13191         De-canonicalize CRLF for all text content types, not just
13192         text/plain.
13193
13194 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13197         valid article; point arrow and cursor at the MIME button.
13198
13199 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13202         Suggested by Dan Christensen <jdc@uwo.ca>.
13203
13204         * mm-decode.el (mm-save-part): Enable change of prompt.
13205
13206 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13207
13208         * gnus-msg.el (gnus-inews-add-send-actions):
13209         Make `message-post-method' lambda parameter ARG `&optional'.
13210
13211 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-sum.el (gnus-summary-mime-map):
13214         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13215         gnus-article-jump-to-part.
13216
13217         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13218         (gnus-article-edit-part): Use it.
13219         (gnus-article-part-wrapper): Add no-handle argument.
13220         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13221         New functions.
13222
13223 2005-08-29  Romain Francoise  <romain@orebokech.com>
13224
13225         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13226         docstring.
13227         (gnus-face-from-file): Likewise.
13228
13229 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13232         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13233         non-nil.
13234         (gnus-auto-select-part): New variable.
13235         (gnus-article-jump-to-part): New function.
13236         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13237         (gnus-mime-delete-part): Allow selecting specified part after
13238         deleting or stripping parts.
13239         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13240         part if argument is bogus.
13241
13242 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13243
13244         * gnus-art.el (w3m-minor-mode-map):
13245         * gnus-spec.el (gnus-newsrc-file-version):
13246         * gnus-util.el (nnmail-active-file-coding-system)
13247         (gnus-original-article-buffer, gnus-user-agent):
13248         * gnus.el (gnus-ham-process-destinations)
13249         (gnus-parameter-ham-marks-alist)
13250         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13251         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13252         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13253         * mm-decode.el (gnus-current-window-configuration):
13254         * mm-extern.el (gnus-article-mime-handles):
13255         * mm-url.el (url-current-object, url-package-name)
13256         (url-package-version):
13257         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13258         (smime-keys, w3m-cid-retrieve-function-alist)
13259         (w3m-current-buffer, w3m-display-inline-images)
13260         (w3m-minor-mode-map):
13261         * mml-smime.el (gnus-extract-address-components):
13262         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13263         (gnus-newsrc-hashtb, message-default-charset)
13264         (message-deletable-headers, message-options)
13265         (message-posting-charset, message-required-mail-headers)
13266         (message-required-news-headers):
13267         * mml1991.el (mc-pgp-always-sign):
13268         * mml2015.el (mc-pgp-always-sign):
13269         * nnheader.el (nnmail-extra-headers):
13270         * rfc1843.el (gnus-decode-encoded-word-function)
13271         (gnus-decode-header-function, gnus-newsgroup-name):
13272         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13273
13274 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13275
13276         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13277         the end of the date treatments.
13278
13279 2005-08-15  Simon Josefsson  <jas@extundo.com>
13280
13281         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13282         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13283         Capello and Romain Francoise.
13284         (pgg-fetch-key-function): Remove, not used?
13285         (pgg-insert-url-with-w3): Require url, to get
13286         url-insert-file-contents regardless of where it is defined.
13287
13288 2005-08-13  Romain Francoise  <romain@orebokech.com>
13289
13290         * message.el (message-cite-original-1): New function.
13291         (message-cite-original): Use it.
13292         (message-cite-original-without-signature): Ditto.
13293
13294 2005-08-08  Romain Francoise  <romain@orebokech.com>
13295
13296         * message.el (message-yank-empty-prefix): New variable.
13297         (message-indent-citation): Use it.
13298         (message-cite-original-without-signature): Respect X-No-Archive.
13299
13300 2005-08-08  Simon Josefsson  <jas@extundo.com>
13301
13302         * pgg.el: Autoload url-insert-file-contents instead of loading
13303         w3/url.
13304         (pgg-insert-url-with-w3): Don't load url here.
13305
13306 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13307
13308         * message.el (message-kill-to-signature): Don't insert newline at
13309         bol.
13310         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13311
13312 2005-08-06  Romain Francoise  <romain@orebokech.com>
13313
13314         * message.el (message-user-fqdn): Fix typo in docstring.
13315
13316 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13317
13318         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13319
13320         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13321
13322 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * mm-bodies.el (mm-encode-body): Use coding system rather than
13325         charset to encode text.
13326
13327         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13328         number of charsets if utf-8 is available (XEmacs).
13329
13330 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13333         taken from `gnus-button-mid-or-mail-regexp'.
13334         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13335         (gnus-button-alist): Improve regexp for domain part of the MIDs
13336         for news:localpart@domain buttons.
13337         (gnus-button-ctan-directory-regexp): Update.
13338
13339 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * sieve-manage.el (sieve-manage-interactive-login):
13342         Use make-local-variable rather than make-variable-buffer-local.
13343         (sieve-manage-open): Ditto.
13344         (sieve-manage-authenticate): Ditto.
13345
13346         * mml.el (mml-generate-mime-1): Make the content type default to
13347         text/plain if the filename is not specified.
13348
13349 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13352         instead of insert-buffer.
13353
13354         * message.el (message-yank-original): Ditto; set the mark at the
13355         end of the yanked message.
13356
13357 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13360         lines to scroll rather than to stop it.
13361
13362         * mml.el (mml-generate-default-type): Add doc string.
13363         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13364         default to application/octet-stream when determining the content
13365         type if it is not specified for the part or the mml contents; add
13366         a comment about mml-generate-default-type.
13367
13368 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13371         make it default to application/octet-stream when determining the
13372         content type if it is not specified for the external contents.
13373
13374 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13377         segmented parameter but also other parameters might be there.
13378
13379 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * mm-decode.el (mm-display-external): Delete temp file, directory
13382         and buffer immediately if the external process is exited.
13383
13384 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13387         fewer lines than that of scroll-margin.
13388         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13389
13390 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * gnus-art.el (gnus-article-next-page): Revert.
13393         (gnus-article-beginning-of-window): New macro.
13394         (gnus-article-next-page-1): Use it.
13395         (gnus-article-prev-page): Ditto.
13396         (gnus-article-edit-part): Use insert-buffer-substring instead of
13397         insert-buffer.
13398         (gnus-article-edit-exit): Ditto.
13399
13400         * gnus-util.el (gnus-beginning-of-window): Remove.
13401         (gnus-end-of-window): Remove.
13402
13403         * lpath.el: Don't bind header-line-format and scroll-margin.
13404
13405 2005-07-25  Simon Josefsson  <jas@extundo.com>
13406
13407         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13408         to have the url package without w3.  Reported by Daiki Ueno
13409         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13410
13411 2005-07-20  Didier Verna  <didier@xemacs.org>
13412
13413         * gnus-diary.el: Remove the description comment (nndiary is now
13414         properly documented in the Gnus manual).
13415         Fix the spelling of "Back End".
13416         * nndiary.el: Ditto.
13417         Fix the copyright notice.
13418
13419 2005-07-18  Romain Francoise  <romain@orebokech.com>
13420
13421         * gnus-sum.el (gnus-summary-to-prefix)
13422         (gnus-summary-newsgroup-prefix): New variables.
13423         (gnus-summary-from-or-to-or-newsgroups): Use them.
13424
13425 2005-07-17  Romain Francoise  <romain@orebokech.com>
13426
13427         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13428         space as it's generally not especially interesting to the user.
13429
13430 2005-07-16  Romain Francoise  <romain@orebokech.com>
13431
13432         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13433         nil to avoid prompting and file modification if one of the
13434         messages at the top of the nnfolder file contains a copyright
13435         notice.
13436         Update copyright notice.
13437
13438         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13439         instead of `current-time-string' as the latter creates a time
13440         string that is not RFC 2822 compliant (it lacks the zone).
13441         Update copyright notice.
13442
13443 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13444
13445         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13446         for text/rtf.  Display default in prompt.  Pass default for M-n.
13447
13448         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13449
13450 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13451
13452         * gnus-msg.el (gnus-button-mailto):
13453         Remove save-selected-window-window hackery because it relies on
13454         save-selected-window internals.
13455
13456 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13459         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13460         (gnus-article-prev-page): Ditto.
13461
13462         * gnus-util.el (gnus-beginning-of-window): New function.
13463         (gnus-end-of-window): New function.
13464
13465         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13466
13467 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13468
13469         * gnus-score.el (gnus-score-edit-all-score):
13470         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13471         gnus-message.
13472
13473 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13474
13475         * gnus-msg.el (gnus-button-mailto):
13476         Remove save-selected-window-window hackery because it relies on
13477         save-selected-window internals.
13478
13479 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13482         add-minor-mode.
13483         (gnus-binary-mode): Ditto.
13484
13485         * gnus-topic.el (gnus-topic-mode): Ditto.
13486
13487 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13488
13489         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13490         (gnus-article-prev-page): Take scroll-margin into consideration.
13491
13492 2005-07-04  Lute Kamstra  <lute@gnu.org>
13493
13494         Update FSF's address in GPL notices.
13495
13496 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13497
13498         * gnus.el (gnus-exit):
13499         * gnus-group.el (gnus-group-icons):
13500         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13501
13502         * gnus-nocem.el (gnus-nocem):
13503         * message.el (message-various, message-buffers, message-sending)
13504         (message-interface, message-forwarding, message-insertion)
13505         (message-headers, message-news, message-mail):
13506         * pgg-gpg.el (pgg-gpg):
13507         * pgg-parse.el (pgg-parse):
13508         * pgg-pgp.el (pgg-pgp):
13509         * pgg-pgp5.el (pgg-pgp5):
13510         * pop3.el (pop3): Finish `defgroup' description with period.
13511
13512 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-art.el (article-display-face): Improve the efficiency.
13515         (article-display-x-face): Ditto; remove grey x-face stuff.
13516
13517 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gnus-art.el (article-display-face): Correct the position in
13520         which Faces are inserted.
13521
13522 2005-06-29  Didier Verna  <didier@xemacs.org>
13523
13524         * gnus-art.el (article-display-face): Display faces in correct
13525         order.
13526
13527 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13530         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13531         (gnus-nocem-check-article): Fetch the Type header.
13532         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13533         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13534         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13535         make sure gnus-nocem-hashtb is initialized.
13536         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13537         (gnus-nocem-unwanted-article-p): Ditto.
13538
13539         * pgg.el (pgg-verify): Return the verification result.
13540
13541 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542
13543         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13544         is ascii.
13545
13546 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13547
13548         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13549         `show-nonbreak-escape'.
13550
13551 2005-06-23  Lute Kamstra  <lute@gnu.org>
13552
13553         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13554
13555         * dig.el (dig-mode):
13556         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13557
13558 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13559
13560         * nnimap.el (nnimap-split-download-body): Fix spellings.
13561
13562 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13563
13564         * gnus-art.el (gnus-article-encrypt-body):
13565         * gnus-cus.el (gnus-score-customize):
13566         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13567         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13568
13569 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13570
13571         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13572         header by looking for magic "MII" at the beginnig.
13573
13574 2005-06-16  Miles Bader  <miles@gnu.org>
13575
13576         * gnus-xmas.el (gnus-xmas-group-startup-message):
13577         Use renamed gnus-splash face.
13578
13579         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13580         (assistant-field-face): New backward-compatibility alias for renamed
13581         face.
13582         (assistant-render-text): Use renamed assistant-field face.
13583
13584         * spam.el (spam): Remove "-face" suffix from face name.
13585         (spam-face): New backward-compatibility alias for renamed face.
13586         (spam-face, spam-initialize): Use renamed spam face.
13587
13588         * message.el (message-header-to, message-header-cc)
13589         (message-header-subject, message-header-newsgroups)
13590         (message-header-other, message-header-name)
13591         (message-header-xheader, message-separator, message-cited-text)
13592         (message-mml): Remove "-face" suffix from face names.
13593         (message-header-to-face, message-header-cc-face)
13594         (message-header-subject-face, message-header-newsgroups-face)
13595         (message-header-other-face, message-header-name-face)
13596         (message-header-xheader-face, message-separator-face)
13597         (message-cited-text-face, message-mml-face):
13598         New backward-compatibility aliases for renamed faces.
13599         (message-font-lock-keywords): Use renamed message faces.
13600
13601         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13602         (sieve-test-commands, sieve-tagged-arguments):
13603         Remove "-face" suffix from face names.
13604         (sieve-control-commands-face, sieve-action-commands-face)
13605         (sieve-test-commands-face, sieve-tagged-arguments-face):
13606         New backward-compatibility aliases for renamed faces.
13607         (sieve-control-commands-face, sieve-action-commands-face)
13608         (sieve-test-commands-face, sieve-tagged-arguments-face):
13609         Use renamed sieve faces.
13610
13611         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13612         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13613         (gnus-group-news-3-empty, gnus-group-news-4)
13614         (gnus-group-news-4-empty, gnus-group-news-5)
13615         (gnus-group-news-5-empty, gnus-group-news-6)
13616         (gnus-group-news-6-empty, gnus-group-news-low)
13617         (gnus-group-news-low-empty, gnus-group-mail-1)
13618         (gnus-group-mail-1-empty, gnus-group-mail-2)
13619         (gnus-group-mail-2-empty, gnus-group-mail-3)
13620         (gnus-group-mail-3-empty, gnus-group-mail-low)
13621         (gnus-group-mail-low-empty, gnus-summary-selected)
13622         (gnus-summary-cancelled, gnus-summary-high-ticked)
13623         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13624         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13625         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13626         (gnus-summary-low-undownloaded)
13627         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13628         (gnus-summary-low-unread, gnus-summary-normal-unread)
13629         (gnus-summary-high-read, gnus-summary-low-read)
13630         (gnus-summary-normal-read, gnus-splash):
13631         Remove "-face" suffix from face names.
13632         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13633         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13634         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13635         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13636         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13637         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13638         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13639         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13640         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13641         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13642         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13643         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13644         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13645         (gnus-summary-normal-ticked-face)
13646         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13647         (gnus-summary-normal-ancient-face)
13648         (gnus-summary-high-undownloaded-face)
13649         (gnus-summary-low-undownloaded-face)
13650         (gnus-summary-normal-undownloaded-face)
13651         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13652         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13653         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13654         (gnus-splash-face):
13655         New backward-compatibility aliases for renamed faces.
13656         (gnus-group-startup-message): Use renamed gnus faces.
13657
13658         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13659         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13660         (gnus-server-agent): Remove "-face" suffix from face names.
13661         (gnus-server-agent-face, gnus-server-opened-face)
13662         (gnus-server-closed-face, gnus-server-denied-face)
13663         (gnus-server-offline-face):
13664         New backward-compatibility aliases for renamed faces.
13665         (gnus-server-agent-face, gnus-server-opened-face)
13666         (gnus-server-closed-face, gnus-server-denied-face)
13667         (gnus-server-offline-face): Use renamed gnus faces.
13668
13669         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13670         Remove "-face" suffix from face names.
13671         (gnus-picon-xbm-face, gnus-picon-face):
13672         New backward-compatibility aliases for renamed faces.
13673
13674         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13675         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13676         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13677         (gnus-cite-11): Remove "-face" suffix from face names.
13678         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13679         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13680         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13681         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13682         New backward-compatibility aliases for renamed faces.
13683         (gnus-cite-attribution-face, gnus-cite-face-list)
13684         (gnus-article-boring-faces): Use renamed gnus faces.
13685
13686         * gnus-art.el (gnus-signature, gnus-header-from)
13687         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13688         (gnus-header-content): Remove "-face" suffix from face names.
13689         (gnus-signature-face, gnus-header-from-face)
13690         (gnus-header-subject-face, gnus-header-newsgroups-face)
13691         (gnus-header-name-face, gnus-header-content-face):
13692         New backward-compatibility aliases for renamed faces.
13693         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13694
13695         * gnus-sum.el (gnus-summary-selected-face)
13696         (gnus-summary-highlight): Use renamed gnus faces.
13697         * gnus-group.el (gnus-group-highlight): Likewise.
13698
13699 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13700
13701         * gnus-sieve.el (gnus-sieve-article-add-rule):
13702         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13703         * spam-stat.el (spam-stat-buffer-change-to-spam)
13704         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13705
13706         * message.el (message-is-yours-p):
13707         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13708
13709 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * mm-view.el (mm-inline-text): Withdraw the last change.
13712
13713 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13716         executing enriched-decode.
13717
13718 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13721         charset of tar files.
13722
13723 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13724
13725         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13726
13727 2005-06-04  Lute Kamstra  <lute@gnu.org>
13728
13729         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13730         information is never recorded.
13731
13732 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13733
13734         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13735
13736 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * pop3.el (pop3-apop): Run md5 in the binary mode.
13739
13740         * starttls.el (starttls-set-process-query-on-exit-flag):
13741         Use eval-and-compile.
13742
13743 2005-05-31  Simon Josefsson  <jas@extundo.com>
13744
13745         * smime.el (smime-replace-in-string): Define.
13746         (smime-cert-by-ldap-1): Use it.
13747
13748 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-art.el (article-display-x-face): Replace
13751         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13752
13753         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13754         set-process-query-on-exit-flag or process-kill-without-query.
13755
13756         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13757         loop instead of replace-regexp.
13758
13759         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13760         instead of process-kill-without-query if it is available.
13761
13762         * lpath.el: Fbind ldap-search-entries.
13763
13764         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13765         instead of find-file-hooks if it is available.
13766
13767         * mml1991.el: Bind pgg-default-user-id when compiling.
13768
13769         * mml2015.el: Bind pgg-default-user-id when compiling.
13770
13771         * nndraft.el (nndraft-request-associate-buffer):
13772         Use write-contents-functions instead of write-contents-hooks if it is
13773         available.
13774
13775         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13776         instead of find-file-hooks if it is available.
13777
13778         * nntp.el (nntp-open-connection): Replace
13779         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13780         (nntp-open-ssl-stream): Ditto.
13781         (nntp-open-tls-stream): Ditto.
13782
13783         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13784         set-process-query-on-exit-flag or process-kill-without-query.
13785         (starttls-open-stream-gnutls): Use it instead of
13786         process-kill-without-query.
13787         (starttls-open-stream): Ditto.
13788
13789 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13790
13791         * smime.el (smime-cert-by-ldap-1): Don't use
13792         replace-regexp-in-string.
13793
13794 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13795
13796         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13797
13798         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13799         in PEM format.  Adjust to the XEmacs compability.
13800
13801 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13804         by `string-to-number'.
13805         * gnus-agent.el (gnus-agent-regenerate-group)
13806         (gnus-agent-fetch-articles): Ditto.
13807         * gnus-art.el (gnus-button-fetch-group): Ditto.
13808         * gnus-cache.el (gnus-cache-generate-active)
13809         (gnus-cache-articles-in-group): Ditto.
13810         * gnus-group.el (gnus-group-set-current-level)
13811         (gnus-group-insert-group-line): Ditto.
13812         * gnus-score.el (gnus-score-set-expunge-below)
13813         (gnus-score-set-mark-below, gnus-summary-score-effect)
13814         (gnus-summary-score-entry): Ditto.
13815         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13816         (gnus-soup-pack): Ditto.
13817         * gnus-spec.el (gnus-xmas-format): Ditto.
13818         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13819         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13820         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13821         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13822         * nndb.el (nndb-get-remote-expire-response): Ditto.
13823         * nndiary.el (nndiary-parse-schedule-value)
13824         (nndiary-string-to-number, nndiary-request-replace-article)
13825         (nndiary-request-article): Ditto.
13826         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13827         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13828         * nneething.el (nneething-make-head): Ditto.
13829         * nnfolder.el (nnfolder-request-article)
13830         (nnfolder-retrieve-headers): Ditto.
13831         * nnheader.el (nnheader-file-to-number): Ditto.
13832         * nnkiboze.el (nnkiboze-request-article): Ditto.
13833         * nnmail.el (nnmail-process-unix-mail-format)
13834         (nnmail-process-babyl-mail-format): Ditto.
13835         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13836         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13837         (nnmh-request-create-group, nnmh-request-list-1)
13838         (nnmh-request-group, nnmh-request-article): Ditto.
13839         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13840         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13841         * nnsoup.el (nnsoup-make-active): Ditto.
13842         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13843         * nntp.el (nntp-find-group-and-number)
13844         (nntp-retrieve-headers-with-xover): Ditto.
13845         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13846         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13847         (pgg-format-key-identifier): Ditto.
13848         * pop3.el (pop3-last, pop3-stat): Ditto.
13849         * qp.el (quoted-printable-decode-region): Ditto.
13850
13851         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13852         of concat.
13853
13854 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13857
13858         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13859
13860         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13861
13862         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13863
13864         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13865
13866         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13867
13868         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13869         (gnus-carpal-mode): Ditto.
13870
13871         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13872         (gnus-browse-mode): Ditto.
13873
13874         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13875
13876         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13877
13878 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13879
13880         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13881
13882 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-util.el (gnus-run-mode-hooks): New function.
13885
13886         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13887
13888         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13889         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13890
13891 2005-05-27  Lute Kamstra  <lute@gnu.org>
13892
13893         * dns-mode.el (dns-mode): Specify customization group.
13894
13895 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13896
13897         * gnus-agent.el (gnus-agent-make-mode-line-string):
13898         Use mode-line-highlight as mouse-face.
13899
13900 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * canlock.el (canlock): Change the parent group to news.
13903
13904         * deuglify.el (gnus-outlook-deuglify): Add :group.
13905
13906         * dig.el (dig): Add :group.
13907
13908         * dns-mode.el (dns-mode): Add :group.
13909
13910         * encrypt.el (encrypt): Add :group.
13911
13912         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13913         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13914         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13915         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13916         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13917
13918         * gnus-diary.el (gnus-diary): Add :group.
13919
13920         * gnus.el (gnus-group-news-1-face): Add :group.
13921         (gnus-group-news-1-empty-face): Ditto.
13922         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13923         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13924         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13925         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13926         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13927         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13928         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13929         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13930         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13931         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13932         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13933         (gnus-summary-high-ticked-face): Ditto.
13934         (gnus-summary-low-ticked-face): Ditto.
13935         (gnus-summary-normal-ticked-face): Ditto.
13936         (gnus-summary-high-ancient-face): Ditto.
13937         (gnus-summary-low-ancient-face): Ditto.
13938         (gnus-summary-normal-ancient-face): Ditto.
13939         (gnus-summary-high-undownloaded-face): Ditto.
13940         (gnus-summary-low-undownloaded-face): Ditto.
13941         (gnus-summary-normal-undownloaded-face): Ditto.
13942         (gnus-summary-high-unread-face): Ditto.
13943         (gnus-summary-low-unread-face): Ditto.
13944         (gnus-summary-normal-unread-face): Ditto.
13945         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13946         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13947
13948         * hashcash.el (hashcash): New custom group.
13949         (hashcash-default-payment): Add :group.
13950         (hashcash-payment-alist): Ditto.
13951         (hashcash-default-accept-payment): Ditto.
13952         (hashcash-accept-resources): Ditto.
13953         (hashcash-path): Ditto.
13954         (hashcash-extra-generate-parameters): Ditto.
13955         (hashcash-double-spend-database): Ditto.
13956         (hashcash-in-news): Ditto.
13957
13958         * message.el (message-minibuffer-local-map): Add :group.
13959
13960         * netrc.el (netrc): Add :group.
13961
13962         * sieve-manage.el (sieve-manage-log): Add :group.
13963         (sieve-manage-default-user): Diito.
13964         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13965         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13966         (sieve-manage-authenticators): Ditto.
13967         (sieve-manage-authenticator-alist): Ditto.
13968         (sieve-manage-default-port): Ditto.
13969
13970         * sieve-mode.el (sieve-control-commands-face): Add :group.
13971         (sieve-action-commands-face): Ditto.
13972         (sieve-test-commands-face): Ditto.
13973         (sieve-tagged-arguments-face): Ditto.
13974
13975         * smime.el (smime): Add :group.
13976
13977         * spam-report.el (spam-report): Add :group.
13978
13979         * spam.el (spam, spam-face): Add :group.
13980
13981 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13982
13983         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13984         return \n.\n.\n at the end of articles.  Protect against that.
13985         (nntp-with-open-group): Allow debugging.
13986
13987         * nnheader.el (mail-header-set-extra): Make into a function
13988         because I just could't understand how to quote the list properly.
13989
13990         * dns.el (query-dns-cached): New function.
13991
13992 2005-05-26  Lute Kamstra  <lute@gnu.org>
13993
13994         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13995
13996 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13999
14000         * gnus-art.el: Don't autoload mail-extract-address-components.
14001
14002         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14003         eval-and-compile to evaluate it.
14004
14005         * hashcash.el: Don't autoload executable-find.
14006
14007         * nndb.el: Don't declare the nndb back end two or more times; don't
14008         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14009
14010         * nntp.el: Autoload format-spec instead of format; use
14011         eval-and-compile to evaluate autoload forms.
14012
14013 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14014
14015         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14016
14017 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14018
14019         * gnus.el (gnus-version-number): Bump version.
14020
14021 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14022
14023         * gnus.el: No Gnus v0.3 is released.
14024
14025 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14026
14027         * lpath.el (featurep): Bind show-nonbreak-escape.
14028
14029 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-art.el (gnus-article-edit-part): Disable undo.
14032
14033 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14036         gnus-article-date-lapsed-new-header is t if date timer is active;
14037         skip headers in which the original date value is empty.
14038         (gnus-article-save-original-date): Redefine it as a macro.
14039         (gnus-display-mime): Use it.
14040
14041 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-art.el (article-date-ut): Support converting date in
14044         forwarded parts as well.
14045         (gnus-article-save-original-date): New function.
14046         (gnus-display-mime): Use it.
14047
14048 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14049
14050         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14051         enclosure element of <item>.
14052
14053 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * message.el (message-kill-buffer-query): Rename from
14056         `message-kill-buffer-query-if-modified'.  Add :version.
14057
14058 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14061         window layout.
14062
14063 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * mml.el: Autoload dnd when compiling.
14066
14067 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14070         x-dnd-*.
14071
14072 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * qp.el (quoted-printable-encode-region): Save excursion.
14075
14076 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14077
14078         * message.el (message-kill-buffer-query-if-modified): Add new variable
14079         so the user can kill a modified message buffer quickly.
14080         (message-kill-buffer): Use it.
14081
14082 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * lpath.el: Fbind display-time-event-handler; don't fbind
14085         string-to-multibyte.
14086
14087         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14088
14089 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14092         contained in text because xml.el decodes entities) with LFs.
14093
14094 2005-04-11  Lute Kamstra  <lute@gnu.org>
14095
14096         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14097         differently.
14098
14099 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14100
14101         * mm-util.el (mm-detect-coding-region): Typo.
14102
14103 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14106
14107 2005-04-06  Deepak Goel  <deego@gnufans.org>
14108
14109         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14110         user-function allow user modifications of the scores.
14111         (spam-stat-score-buffer-user): New function, to allow
14112         user-computed modifications to the score.
14113         (spam-stat-score-buffer-user-functions): List of additional
14114         scoring functions.
14115         (spam-stat-error-holder): Global temporary error holder.
14116         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14117         variable.
14118
14119 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * gnus-registry.el (gnus-registry-clean-empty-function)
14122         (gnus-registry-trim, gnus-registry-fetch-groups)
14123         (gnus-registry-delete-group): Groups that match
14124         `gnus-registry-ignored-groups' are removed from the registry
14125         entries, not just ignored for splitting.  This helps clean up the
14126         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14127         to get all the groups a message ID is in.
14128
14129         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14130         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14131         (spam-stat-score-buffer-user-functions): Add :number custom type.
14132
14133 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14136         argument in XEmacs.
14137
14138         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14139         (nnrss-request-group): Decode group name first.
14140         (nnrss-request-article): Make a text/plain article if mml-to-mime
14141         failed.
14142         (nnrss-get-encoding): Return a compatible encoding according to
14143         nnrss-compatible-encoding-alist.
14144         (nnrss-find-el): Use consp instead of listp.
14145         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14146
14147 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14150         which Emacs 20 doesn't support.
14151         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14152
14153 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14156         silence the byte compiler inside the defun.
14157
14158         * gnus-demon.el (parse-time-string): Add autoload.
14159
14160         * gnus-delay.el (parse-time-string): Add autoload.
14161
14162         * gnus-art.el (parse-time-string): Add autoload.
14163
14164         * nnultimate.el (parse-time): Require for `parse-time-string'.
14165
14166 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14169
14170         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14171
14172         * smime.el (smime-ldap-host-list): Add :version.
14173
14174 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14177         pass it to `gnus-browse-read-group'.
14178         (gnus-browse-read-group): Add NUMBER argument and pass it to
14179         `gnus-group-read-ephemeral-group'.
14180
14181         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14182         argument and pass it to `gnus-group-read-group'.
14183
14184 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14185
14186         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14187         mm-xemacs-find-mime-charset-1 if we have the mule feature
14188         available at runtime.
14189
14190 2005-03-25  Werner Lemberg  <wl@gnu.org>
14191
14192         * nnmaildir.el: Replace `illegal' with `invalid'.
14193
14194 2005-03-23  Lute Kamstra  <lute@gnu.org>
14195
14196         * time-date.el: Add comment on time value formats.
14197         Don't require parse-time.
14198         (with-decoded-time-value): New macro.
14199         (encode-time-value): New function.
14200         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14201         (days-to-time): Return a valid time value when arg is huge.
14202         (time-since): Use time-subtract.
14203         (time-to-number-of-days): Use time-to-seconds.
14204
14205 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14206
14207         * gnus-start.el (gnus-display-time-event-handler):
14208         Check display-time-timer at runtime rather than only at load time
14209         in case display-time-mode is turned off in the mean time.
14210
14211 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14214         used.
14215
14216         * nneething.el (nneething-map-file-directory): Derive from
14217         `gnus-directory'.
14218
14219         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14220         the To/Cc button.
14221
14222 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * nnmaildir.el (nnmaildir-request-accept-article):
14225         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14226
14227 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14228
14229         * gnus-async.el: Require timer-funcs at compile time when in
14230         XEmacs for `run-with-idle-timer'.
14231
14232 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14233
14234         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14235         autoloaded function.
14236
14237 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14238
14239         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14240
14241 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14242
14243         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14244
14245 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14246
14247         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14248         Add gnus-expert-user to default.
14249
14250 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14251
14252         * nnimap.el (nnimap-open-server): Ditto.
14253
14254         * imap.el (imap-authenticate): Fix typo.
14255
14256 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14257
14258         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14259         buffer (since IMAP server might return FETCH response out of
14260         order, and the nntp buffer must be sorted).
14261
14262 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14263
14264         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14265         comparison on string.
14266
14267         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14268         (gnus-agent-score): Rename category keywords to match gnus-cus.
14269         (gnus-agent-summary-fetch-series): Modify to protect against
14270         gnus-agent-summary-fetch-group clearing processable flags.
14271         (gnus-agent-synchronize-group-flags): Update live group buffer as
14272         synchronization may occur due to the user toggle the plugged
14273         status.
14274         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14275         successfully downloaded.
14276         (gnus-agent-expire-group-1): Avoid using markers when the overview
14277         is in ascending order; greatly improves performance.
14278         (gnus-agent-regenerate-group):
14279         Use gnus-agent-synchronize-group-flags to reset read status in both
14280         gnus and server.
14281         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14282
14283 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * message.el: Don't autoload former message-utils variables.
14286         (message-strip-subject-trailing-was): Change doc string.
14287
14288         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14289         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14290         (nnweb-google-search): Add "hl=en" here.
14291         (nnweb-google-parse-1, nnweb-google-create-mapping):
14292         Don't hardcode URL.
14293
14294 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * message.el (message-get-reply-headers, message-followup):
14297         Mention related variables `message-use-followup-to' and
14298         `message-use-mail-followup-to', in the information buffer.
14299
14300         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14301         of broken groups(-beta).google.com.
14302
14303 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14304
14305         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14306         parameter to invoked gnus-request-move-article; remove the
14307         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14308         all at once instead of once per article.
14309         (gnus-summary-remove-process-mark): Accept a list of articles as
14310         well as a single article for processing.
14311
14312         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14313         parameter.
14314
14315         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14316
14317         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14318
14319         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14320         parameter.
14321
14322         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14323         parameter.
14324
14325         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14326         parameter and remove the gnus-sum-hint-move-is-internal variable.
14327
14328         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14329         parameter.
14330
14331         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14332         parameter.
14333
14334         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14335         parameter.
14336
14337         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14338
14339         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14340         parameter.
14341
14342         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14343         parameter.
14344
14345 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14346
14347         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14348         a more conservative way.
14349
14350 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14351
14352         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14353         buffer, so it moves the window's cursor.
14354
14355 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14356
14357         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14358         `mm-dissect-multipart' and receive the from field as an (optional)
14359         argument from `mm-dissect-multipart'.
14360         (mm-dissect-multipart): Receive the from field as an argument and
14361         pass it on when we call `mm-dissect-buffer' on MIME parts.
14362         Fixes verification/decryption of signed/encrypted MIME parts.
14363
14364 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14365
14366         * gnus-sum.el (gnus-summary-move-article):
14367         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14368         whatever it calls (right now, only nnimap-request-move article
14369         respects it).
14370
14371         * nnimap.el (nnimap-request-move-article):
14372         When gnus-sum-hint-move-is-internal is set, don't do the extra
14373         nnimap-request-article.
14374
14375 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14376
14377         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14378
14379         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14380         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14381
14382         * gnus-sum.el (gnus-summary-caesar-message):
14383         Apply `gnus-treat-article' after rotation.
14384
14385         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14386         doc string.
14387
14388 2005-02-22  Simon Josefsson  <jas@extundo.com>
14389
14390         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14391         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14392         <arne@arnested.dk>.
14393         (encrypt): Add password-cache and password-cache-expiry as group
14394         members.
14395
14396 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14397
14398         * smime.el (smime-ldap-host-list): Doc fix.
14399         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14400         cache) password.
14401         (smime-sign-region): Use it.
14402         (smime-decrypt-region): Use it.
14403         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14404         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14405         fails.
14406         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14407         certificate from DER to PEM format rather than calling openssl.
14408
14409         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14410
14411         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14412         for signing/encryption.
14413
14414         * mml.el (mml-parse-1): Use them.
14415
14416 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14417
14418         * nnrss.el (nnrss-verbose): Remove.
14419         (nnrss-request-group): Use `nnheader-message' instead.
14420
14421 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14422
14423         * nnrss.el (nnrss-verbose): New variable.
14424         (nnrss-request-group): Make it say nnrss is requesting a group.
14425
14426 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14429         Handle news URL with given port correctly.
14430
14431 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14434         containing special characters.
14435
14436         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14437
14438         * mml.el (mime-to-mml): Ditto.
14439
14440         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14441         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14442         (rfc2047-decode-region): Quote decoded words containing special
14443         characters when rfc2047-quote-decoded-words-containing-tspecials
14444         is non-nil.
14445
14446 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14447
14448         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14449
14450         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14451
14452 2005-02-15  Simon Josefsson  <jas@extundo.com>
14453
14454         * nnimap.el (nnimap-debug): Doc fix.
14455
14456         * imap.el (imap-debug): Doc fix.
14457
14458 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14461
14462 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * gnus.el (spam-contents): Improve docs for spam-contents
14465         parameter in its variable incarnation.
14466
14467 2005-02-14  Simon Josefsson  <jas@extundo.com>
14468
14469         * smime-ldap.el: Use require instead of load-library for ldap.
14470         (smime-ldap-search): Indent.
14471         (smime-ldap-search-internal): Shorten line.
14472
14473         * smime.el (smime-cert-by-dns): Add doc-string.
14474         (smime-cert-by-ldap-1): Indent.
14475
14476         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14477         mml-smime-get-dns-ldap.
14478         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14479
14480 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14481
14482         * smime.el: Require smime-ldap.
14483         (smime-ldap-host-list): New variable.
14484         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14485
14486         * mml-smime.el (mml-smime-encrypt-query): New function.
14487         (mml-smime-encrypt-query): Use it.
14488
14489         * smime-ldap.el: New file.
14490
14491 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14494
14495 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14498         argument in doc string.  Make query for type more clear.
14499
14500 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * gnus.el (gnus-group-startup-message): Search for gnus images in
14503         etc/images/gnus.
14504         * mm-util.el (mm-image-load-path): Likewise.
14505         * smiley.el (smiley-data-directory): Search for smilies in
14506         etc/images/smilies.
14507
14508 2005-02-09  Kim F. Storm  <storm@cua.dk>
14509
14510         Change Emacs release version from 21.4 to 22.1 throughout.
14511         Change Emacs development version from 21.3.50 to 22.0.50.
14512
14513 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14516
14517         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14518         non-Mule XEmacs as well.
14519         (mm-decompress-buffer): Signal an error intentionally if it does
14520         not decompress compressed data because auto-compression-mode is
14521         disabled.
14522
14523 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14526         an ID in the registry even if it has no groups.
14527
14528 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14531         merge it into mm-decompress-buffer.
14532         (gnus-mime-copy-part): Use the MIME part charset, the value which
14533         a user specified or gnus-newsgroup-charset for decoding, like
14534         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14535         save-buffer what was used.  Suggested by Kevin Ryde
14536         <user42@zip.com.au>.
14537         (gnus-mime-inline-part): Allow the name parameter as well as the
14538         filename parameter; force decompressing of compressed data; always
14539         display contents being not decoded as unibyte.
14540
14541         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14542         as well as the filename parameter.
14543
14544         * mm-util.el (mm-decompress-buffer):
14545         Merge gnus-mime-jka-compr-maybe-uncompress.
14546         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14547         of compressed data.
14548
14549 2005-02-08  Simon Josefsson  <jas@extundo.com>
14550
14551         * imap.el (imap-log): Doc fix.
14552
14553 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14556         the coding cookies; decompress compressed parts.
14557
14558         * mml.el (mml-generate-mime-1): Add the charset parameter according
14559         to the value which a user specified manually or the coding cookie.
14560
14561         * mm-util.el (mm-string-to-multibyte): New function.
14562         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14563         (mm-coding-system-to-mime-charset): New function.
14564         (mm-decompress-buffer): New function.
14565         (mm-find-buffer-file-coding-system): New function.
14566
14567         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14568         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14569         parts.
14570
14571 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14572
14573         * mm-view.el (mm-display-inline-fontify): Decode a part according
14574         to the charset parameter.
14575
14576 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14579         prefix arg is neither nil nor a number, as info specifies.
14580
14581 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14584         timestamps.
14585
14586 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14587
14588         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14589         groups error checking and notify user.
14590
14591 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14592
14593         * message.el (message-send-mail-function): Check existence of
14594         sendmail-program first before using default value
14595         `message-send-mail-with-sendmail'.  Otherwise use more generic
14596         `smtpmail-send-it'.
14597
14598 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * nntp.el (nntp-request-update-info): Always return nil.
14601
14602 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14603
14604         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14605
14606 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14607
14608         * message.el (message-beginning-of-line): Change the behavior when
14609         invoked between BOL and : so that it first moves backward.
14610
14611 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14614         article buffer when editing of the article is discarded.
14615         (gnus-article-prepare): Revert.
14616
14617 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-art.el (gnus-article-prepare):
14620         Remove message-strip-forbidden-properties from the local hook.
14621
14622 2005-01-27  Simon Josefsson  <jas@extundo.com>
14623
14624         * password.el (password-cache-add): Only start one timer per key.
14625         Reported by Derek Atkins <warlord@MIT.EDU>.
14626
14627 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14628
14629         * run-at-time.el: Remove.  It is no longer needed as
14630         timer-funcs.el in the xemacs-base package has a working version of
14631         `run-at-time'.
14632
14633         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14634
14635         * password.el: Require timer-funcs instead of run-at-time in
14636         XEmacs.
14637         Remove `password-run-at-time' macro.
14638         (password-cache-add): Use `run-at-time' instead of
14639         `password-run-at-time'.
14640
14641         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14642         Remove `nnheader-cancel-function-timers' alias,
14643         `cancel-function-timers' exists in XEmacs in timer-funcs.
14644
14645         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14646         for `run-with-idle-timer'.
14647
14648         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14649         for `run-at-time'.
14650
14651         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14652         for `with-timeout'.
14653
14654         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14655         the same as for XEmacs 21.4.
14656         No need to ignore `run-with-idle-timer', this function exists in
14657         XEmacs now in timer-funcs.el in the xemacs-base package.
14658         (dgnushack-compile): No need to delete
14659         run-at-time.el from the list of files to compile because it
14660         doesn't exist anymore.
14661
14662 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14665         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14666
14667 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14668
14669         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14670         sensitively.
14671
14672 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14673
14674         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14675
14676 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14679         which will be inserted according to the multibyteness of a buffer
14680         rather than the type of contents.  Suggested by ARISAWA Akihiro
14681         <ari@mbf.ocn.ne.jp>.
14682
14683         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14684         of string which old xml.el may return rather than a string.
14685
14686 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14689
14690 2005-01-16  Simon Josefsson  <jas@extundo.com>
14691
14692         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14693         idn/idna.el isn't available.
14694         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14695         <michael@waxrat.com>.
14696
14697         * hashcash.el: Remove non-FSF copyright header.
14698
14699         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14700         (hashcash-generate-payment): Use it.
14701         (hashcash-generate-payment-async): Use it.
14702
14703 2005-01-15  Simon Josefsson  <jas@extundo.com>
14704
14705         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14706         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14707
14708         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14709         gnus-summary-idna-message.
14710         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14711         (gnus-summary-idna-message): New function.
14712
14713 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14716         gnus-novice-user.
14717
14718 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * nnrss.el (nnrss-request-delete-group): Delete entries in
14721         nnrss-group-alist as well.
14722         (nnrss-save-server-data): Insert newline.
14723
14724 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * gnus.el (gnus-user-agent): Use list of symbols instead of
14727         symbols.  Display full version number for (S)XEmacs.
14728         Optionally display (S)XEmacs codename.
14729
14730         * gnus-util.el (gnus-emacs-version): Update for new
14731         `gnus-user-agent'.
14732
14733         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14734         Gnus version.
14735
14736 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14739         which is unreadable in some setups.
14740
14741 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-spec.el (gnus-update-format-specifications): Flush the
14744         group format spec cache if it doesn't support decoded group names.
14745
14746 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14749         Allow to apply decay on score files matching a regexp.
14750
14751 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14754         compatibility in %g and %c.
14755
14756 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14759         name for only %g and %c.
14760         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14761         of gnus-tmp-group to decoded group name.
14762         (gnus-group-make-rss-group): Exclude `/'s from group names.
14763
14764 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * nnrss.el (nnrss-get-encoding): Fix regexp.
14767
14768 2004-12-27  Simon Josefsson  <jas@extundo.com>
14769
14770         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14771         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14772         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14773
14774 2004-12-17  Kim F. Storm  <storm@cua.dk>
14775
14776         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14777
14778         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14779
14780 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14781
14782         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14783
14784 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * nnrss.el: Require rfc2047 and mml.
14787         (nnrss-file-coding-system): New variable.
14788         (nnrss-format-string): Redefine it as an inline function.
14789         (nnrss-decode-group-name): New function.
14790         (nnrss-string-as-multibyte): Remove.
14791         (nnrss-retrieve-headers): Decode group name; don't use
14792         nnrss-format-string.
14793         (nnrss-request-group): Decode group name.
14794         (nnrss-request-article): Decode group name; allow a Message-ID as
14795         well as an article number; don't use nnrss-format-string; encode a
14796         Message-ID string which may contain non-ASCII characters; use
14797         mml-to-mime to compose a MIME article.
14798         (nnrss-request-expire-articles): Decode group name.
14799         (nnrss-request-delete-group): Decode group name.
14800         (nnrss-fetch): Clarify error message.
14801         (nnrss-read-server-data): Use insert-file-contents instead of load;
14802         bind file-name-coding-system; use multibyte buffer.
14803         (nnrss-save-server-data): Bind coding-system-for-write to the
14804         value of nnrss-file-coding-system; bind file-name-coding-system;
14805         add coding cookie.
14806         (nnrss-read-group-data): Use insert-file-contents instead of load;
14807         bind file-name-coding-system; use multibyte buffer.
14808         (nnrss-save-group-data): Bind coding-system-for-write to the
14809         value of nnrss-file-coding-system; bind file-name-coding-system.
14810         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14811         make it work with non-ASCII text.
14812         (nnrss-find-el): Make it work with old xml.el as well.
14813
14814 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14815
14816         * nnrss.el (nnrss-get-encoding): New function.
14817         (nnrss-fetch): Use unibyte buffer initially; bind
14818         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14819         decode contents according to the encoding attribute.
14820         (nnrss-save-group-data): Add coding cookie.
14821         (nnrss-mime-encode-string): New function.
14822         (nnrss-check-group): Use it to encode subject and author.
14823
14824 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14825
14826         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14827         imaginary variable.
14828
14829 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14832         correctly even if there are wide characters.
14833
14834 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14835
14836         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14837         downcased symbol names; make a new cache instead of reusing
14838         bbdb-hashtable.
14839
14840 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14843         concatenating segments rather than before concatenating them.
14844         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14845
14846         * message.el (message-get-reply-headers): Bind `extra'.
14847
14848 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * message.el (message-extra-wide-headers): New variable.
14851         (message-get-reply-headers): Use it.
14852
14853 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14856         (gnus-agent-group-pathname): Ditto.
14857
14858         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14859
14860         * gnus-group.el (gnus-group-make-group): Decode group name.
14861         (gnus-group-make-rss-group): Register the group data after opening
14862         the nnrss group.
14863
14864 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14865
14866         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14867         by expiry now get marked as read.
14868
14869 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14872
14873 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14874
14875         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14876         unify Latin characters in XEmacs.
14877         (mm-find-mime-charset-region): Use it.
14878
14879 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-util.el (gnus-delete-directory): New function.
14882
14883         * gnus-agent.el (gnus-agent-delete-group): Use it.
14884
14885         * gnus-cache.el (gnus-cache-delete-group): Use it.
14886
14887 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14890         names.
14891
14892 2004-12-16  Simon Josefsson  <jas@extundo.com>
14893
14894         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14895
14896 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14899
14900         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14901         (gnus-group-set-current-level): Decode group name.
14902
14903 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14904
14905         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14906         failed.
14907
14908 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-group.el (gnus-group-delete-group): Decode group name.
14911         (gnus-group-make-rss-group): Encode group name.
14912         (gnus-group-catchup-current): Decode group name.
14913         (gnus-group-kill-group): Decode group name.
14914
14915 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14916
14917         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14918
14919 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-group.el (gnus-group-make-rss-group):
14922         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14923
14924         * gnus-start.el (gnus-setup-news): Honor user's setting to
14925         gnus-message-archive-method.  Suggested by Lute Kamstra
14926         <lute@gnu.org>.
14927
14928 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14929
14930         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14931         global counterparts of the buffer-local variables.
14932
14933 2004-11-16  Romain Francoise  <romain@orebokech.com>
14934
14935         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14936         counterparts of the buffer-local variables.
14937
14938 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * message.el (message-forbidden-properties): Fix typo in doc
14941         string.
14942
14943 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-util.el (gnus-replace-in-string): Add doc string.
14946
14947         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14948         to avoid problems when splitting mails with many recipients.
14949
14950 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14951
14952         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14953         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14954
14955 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14956
14957         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14958         if there is no hashtable in memory or file modification time is
14959         newer than cached timestamp.
14960
14961 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * gnus-sum.el (gnus-summary-limit-to-recipient):
14964         Implement not-matching option.
14965
14966 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14969         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14970         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14971         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14972         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14973         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14974
14975 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * message.el (message-forward-make-body-mml): Remove headers
14978         according to message-forward-ignored-headers if a message is decoded.
14979
14980 2004-12-02  Romain Francoise  <romain@orebokech.com>
14981
14982         * message.el (message-forward-make-body-plain): Always remove
14983         headers according to message-forward-ignored-headers.
14984
14985 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * spam.el (spam-summary-prepare-exit): Remove the
14988         gnus-summary-limit pop for now, it has problems with ham marks for
14989         me.
14990
14991 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14994         correctly.
14995
14996 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14997
14998         * format-spec.el (format-spec): Message the char.
14999
15000 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15001
15002         * gnus-art.el (gnus-split-methods): Reformat comments.
15003
15004         * spam.el (spam-summary-prepare-exit): Remove article limits
15005         before exiting the summary buffer.
15006
15007 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15010         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15011
15012         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15013         order to silence the byte compiler.
15014
15015         * spam.el: Fix the way to silence the byte compiler, which
15016         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15017         bbdb-search-simple, spam-BBDB-register-routine,
15018         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15019         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15020         spam-stat-buffer-is-spam, spam-stat-load,
15021         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15022         spam-stat-save and spam-stat-split-fancy.
15023
15024 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15027         which may confuse users.
15028         (canlock-password-for-verify): Ditto.
15029
15030         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15031
15032         * gnus-art.el (gnus-emphasis-alist): Ditto.
15033
15034         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15035
15036         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15037
15038         * gnus-start.el (gnus-save-killed-list): Ditto.
15039
15040         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15041         (gnus-sum-thread-tree-root): Ditto.
15042         (gnus-sum-thread-tree-false-root): Ditto.
15043         (gnus-sum-thread-tree-single-indent): Ditto.
15044
15045         * message.el (message-courtesy-message): Ditto.
15046         (message-archive-note): Ditto.
15047         (message-subscribed-address-file): Ditto.
15048         (message-user-fqdn): Ditto.
15049
15050         * spam-report.el (spam-report-gmane-regex): Ditto.
15051
15052         * spam.el (spam-blackhole-good-server-regex): Ditto.
15053
15054 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * mml.el (mml-preview): Widen the message buffer before copying
15057         the contents to the preview buffer; sort headers before previewing.
15058
15059         * message.el (message-hidden-headers): Fix the way to avoid a bug
15060         in the `repeat' widget in Emacs 21.3 or earlier.
15061
15062 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * message.el (message-hidden-headers): Default to "^References:".
15065         Improve customization type.  Suggested by Reiner Steib
15066         <Reiner.Steib@gmx.de>.
15067
15068 2004-11-25  Romain Francoise  <romain@orebokech.com>
15069
15070         * message.el (message-strip-forbidden-properties): Remove check for
15071         obsolete `message-hidden' text property, hidden headers are not
15072         accessible in the buffer anymore.
15073
15074 2004-11-22  Romain Francoise  <romain@orebokech.com>
15075
15076         * message.el (message-header-format-alist): Add `From' in list
15077         so that it can be sorted.
15078         (message-fix-before-sending): Widen and sort headers before
15079         sending.
15080         (message-hide-headers): Use narrowing to hide headers by moving
15081         them to the top of the buffer and narrowing to the region
15082         underneath.
15083
15084 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * message.el (message-strip-forbidden-properties):
15087         Bind buffer-read-only (etc) to nil.
15088
15089 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15092         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15093
15094 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15095
15096         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15097
15098 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15099
15100         * dns.el (query-dns): Use sit-for to time instead of
15101         accept-process-output, since that doesn't seem to work on udp
15102         sockets.
15103
15104 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15107
15108 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15111         doc string.  Improve doc string.
15112
15113 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * nntp.el (nntp-request-update-info): Return nil if
15116         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15117         may not call gnus-activate-group which uselessly issues the GROUP
15118         commands for all nntp groups and wastes time.  Reported by Romain
15119         Francoise <romain@orebokech.com>.
15120
15121         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15122
15123 2004-11-15  Simon Josefsson  <jas@extundo.com>
15124
15125         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15126         headers separately.
15127         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15128         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15129
15130 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-start.el (gnus-convert-old-newsrc):
15133         Assign legacy-gnus-agent to 5.10.7.
15134
15135 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15136
15137         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15138         start of the lines.
15139
15140 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15141
15142         * hashcash.el (hashcash-default-payment): Change default to 20.
15143         (hashcash-default-accept-payment): Change default to 20.
15144         (hashcash-process-alist): New variable.
15145         (hashcash-generate-payment-async): Add.
15146         (hashcash-already-paid-p): Add.
15147         (hashcash-insert-payment): Don't generate payments twice.
15148         (hashcash-insert-payment-async): Add.
15149         (hashcash-insert-payment-async-2): Add.
15150         (hashcash-cancel-async): Add.
15151         (hashcash-wait-async): Add.
15152         (hashcash-processes-running-p): Add.
15153         (hashcash-wait-or-cancel): Add.
15154         (mail-add-payment): New optional argument.  Conditionally start
15155         asynchronous calculation.
15156         (mail-add-payment-async): Add.
15157
15158         * message.el (message-send-mail): Wait for asynchronous hashcash
15159         results.  Don't clobber existing X-Hashcash headers.
15160         (message-setup-1): Call mail-add-payment-async when
15161         message-generate-hashcash is non-nil.
15162
15163 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15164
15165         * message.el (message-use-alternative-email-as-from): Examine the
15166         From header as well; use message-make-from in order to include a
15167         user's full name.
15168
15169 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15172         default; improve customization type.
15173         (gnus-emphasis-custom-with-format): New macro.
15174         (gnus-emphasis-custom-value-to-external): New function.
15175         (gnus-emphasis-custom-value-to-internal): New function.
15176
15177 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * dns.el (query-dns): Resolve reverse addresses.
15180
15181 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15182
15183         * gnus-group.el (gnus-group-get-new-news): Use it.
15184
15185         * gnus-start.el (gnus-check-reasonable-setup): New function.
15186
15187 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15190         "Args out of range" error.  Reported by Arnaud Giersch
15191         <arnaud.giersch@free.fr>.
15192
15193 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15194
15195         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15196
15197 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15198
15199         * spam.el (spam group): Add :version.
15200
15201         * pgg-def.el (pgg group): Add :version.
15202
15203 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-art.el (gnus-article-edit-article): Don't associate the
15206         article buffer with a draft file.  This is a temporary measure
15207         against the 2004-08-22 change to gnus-article-edit-mode.
15208
15209 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15212         (html2text-format-tags): Remove unused variable `attr'.
15213
15214 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15217
15218         * tls.el (tls-process-connection-type, tls-success)
15219         (tls-certtool-program): Add :version.
15220
15221         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15222         (starttls-extra-arguments, starttls-process-connection-type)
15223         (starttls-connect, starttls-failure, starttls-success): Add :version.
15224
15225         * spam-stat.el (spam-stat): Add :version.
15226
15227         * sieve.el (sieve): Add :version.
15228
15229         * sha1.el (sha1): Add :version.
15230         (sha1-use-external): Remove redundant version.
15231
15232         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15233         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15234         (nnmail-split-fancy-match-partial-words)
15235         (nnmail-split-lowercase-expanded): Add :version.
15236
15237         * nndiary.el (nndiary): Add :version.
15238
15239         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15240
15241         * mml-sec.el (mml-default-sign-method)
15242         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15243         Add :version.
15244
15245         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15246
15247         * mm-url.el (mm-url-use-external, mm-url-program)
15248         (mm-url-arguments): Add :version.
15249
15250         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15251         (mm-attachment-file-modes, mm-decrypt-option)
15252         (mm-w3m-safe-url-regexp): Add :version.
15253
15254         * message.el (message-cite-prefix-regexp)
15255         (message-sendmail-envelope-from, message-minibuffer-local-map)
15256         (message-user-fqdn, message-completion-alist): Add :version.
15257
15258         * gnus-win.el (gnus-configure-windows-hook)
15259         (gnus-use-frames-on-any-display): Add :version.
15260
15261         * gnus-art.el (gnus-article-address-banner-alist)
15262         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15263         (gnus-treat-from-picon, gnus-treat-mail-picon)
15264         (gnus-treat-x-pgp-sig): Add :version.
15265
15266         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15267         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15268         (gnus-summary-article-delete-hook)
15269         (gnus-summary-display-while-building): Add :version.
15270
15271         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15272         (gnus-get-top-new-news-hook): Add :version.
15273
15274         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15275         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15276
15277         * gnus-registry.el (gnus-registry): Add :version.
15278
15279         * gnus-spec.el (gnus-use-correct-string-widths)
15280         (gnus-make-format-preserve-properties): Add :version.
15281
15282         * gnus.el (gnus-group-charter-alist)
15283         (gnus-group-fetch-control-use-browse-url)
15284         (gnus-install-group-spam-parameters): Add :version.
15285
15286         * gnus-diary.el (gnus-diary): Add :version.
15287
15288         * gnus-delay.el (gnus-delay): Add :version.
15289
15290         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15291         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15292         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15293         Add :version.
15294
15295         * gnus-agent.el (gnus-agent-max-fetch-size)
15296         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15297         (gnus-agent-prompt-send-queue): Add :version.
15298
15299         * deuglify.el (gnus-outlook-deuglify): Add :version.
15300
15301         * html2text.el: Beautify code.  Improve doc strings.
15302         Some checkdoc cleanup.
15303         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15304
15305 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15306
15307         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15308
15309 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15310
15311         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15312         when package is loaded.
15313
15314         * spam.el (spam-summary-score-preferred-header): Add global preference
15315         for people who want to override the default SpamAssassin over
15316         Bogofilter preference (when both are set).
15317         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15318         (spam-user-format-function-S):
15319         Check spam-summary-score-preferred-header.
15320         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15321         (spam-user-format-function-S): Format the score correctly.
15322
15323 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15326         signature file.  Suggested by Manoj Srivastava
15327         <srivasta@golden-gryphon.com>.
15328
15329         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15330         iso-2022-jp even in the Japanese language environment.
15331         Suggested by Jason Rumney <jasonr@gnu.org>.
15332
15333 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15336         use the same characters as the dummy marks; make it free from
15337         getting affected by the language environment.
15338         (gnus-summary-read-group-1): Update mark positions only when the
15339         format spec is updated.
15340
15341         * gnus-spec.el (gnus-update-format-specifications): Return a list
15342         of updated types.
15343
15344 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15347         of boundp to check if display-warning is available.
15348
15349 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15352
15353 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * nnspool.el (nnspool-spool-directory): Use news-path if the
15356         news-directory variable is not bound.
15357
15358         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15359         function instead of display-warning if it is not available.
15360
15361 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15364         v5-10: Use `point-at-bol'.
15365
15366 2004-10-26  Simon Josefsson  <jas@extundo.com>
15367
15368         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15369         <chenggao@gmail.com>.
15370
15371 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15374         instead.
15375
15376 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15379         to remove a server from the nnimap-server-buffer-alist.
15380         (nnimap-open-connection, nnimap-close-server): Use it.
15381
15382         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15383
15384 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15387         running the major-mode function.
15388
15389 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15392         dummy marks in the right way.
15393
15394 2004-10-18  David Edmondson  <dme@dme.org>
15395
15396         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15397         excessively.
15398
15399 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * gnus-util.el (gnus-split-references): Accept a nil references
15402         string and go on blissfully.
15403
15404         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15405         cases where the references string is non-nil but has no references.
15406
15407         * encrypt.el: Add autoload tags.
15408
15409         * spam.el (spam-resolve-registrations-routine): Remove article
15410         from unregistration list too.  Reported by David Hanak
15411         <dhanak@isis.vanderbilt.edu>
15412
15413 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15416         nil.  Change custom type.
15417
15418 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15419
15420         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15421
15422         * gnus-sum.el (gnus-summary-move-article): Use it.
15423
15424 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15425
15426         * encrypt.el: Add autoload cookies.
15427
15428         * spam.el (spam-backend-article-list-property)
15429         (spam-backend-get-article-todo-list)
15430         (spam-backend-put-article-todo-list)
15431         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15432         Resolve registrations separately.
15433         (spam-register-routine): Format comments.
15434         (spam-unregister-routine, spam-register-routine): Always call with
15435         specific-articles, no default list.
15436         (spam-summary-prepare-exit): Use the spam-classifications function.
15437
15438         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15439         gnus-encrypt.el.
15440
15441         * encrypt.el: Copied from gnus-encrypt.el.
15442
15443         * gnus-encrypt.el: Commented that it's obsolete.
15444
15445 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15448         (gnus-score-save): Use it.
15449
15450         * message.el (message-bury): Use `window-dedicated-p'.
15451
15452 2004-10-15  Simon Josefsson  <jas@extundo.com>
15453
15454         * pop3.el (top-level): Don't require nnheader.
15455         (pop3-read-timeout): Add.
15456         (pop3-accept-process-output): Add.
15457         (pop3-read-response, pop3-retr): Use it.
15458
15459 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15460
15461         * spam.el (spam-register-routine): Move comment.
15462         (spam-verify-bogofilter): Use 'unknown for the initial
15463         spam-bogofilter-valid state, not 'never.
15464
15465         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15466         for netrc-machine.
15467
15468         * nnimap.el (nnimap-open-connection):
15469         Use netrc-machine-user-or-password.
15470
15471 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15472
15473         * gnus-registry.el (gnus-registry-unload-hook):
15474         Set as a variable with add-hook.
15475
15476         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15477         of news-path.
15478
15479         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15480
15481         * spam.el: Delete duplicate `provide'.
15482         (spam-unload-hook): Set as a variable with add-hook.
15483
15484 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15487         in the doc string.
15488
15489         * message.el (message-ignored-news-headers)
15490         (message-ignored-supersedes-headers)
15491         (message-ignored-resent-headers)
15492         (message-forward-ignored-headers): Improve custom type.
15493
15494 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * message.el (message-tokenize-header): Fix 2004-09-06 change
15497         which used point-min in the wrong place.
15498
15499 2004-10-12  Simon Josefsson  <jas@extundo.com>
15500
15501         * tls.el (tls-certtool-program): New variable.
15502         (tls-certificate-information): New function, based on
15503         ssl-certificate-information.
15504
15505 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * compface.el: Move the version of ELisp-based uncompface program
15508         to the contrib directory because of the copyright problem.
15509
15510 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * message.el (message-kill-buffer): Raise the current frame.
15513
15514 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15517
15518         * gnus.el (message-y-or-n-p): Autoload.
15519
15520         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15521         (pop3-password-required, pop3-authentication-scheme)
15522         (pop3-leave-mail-on-server): Make customizable.
15523         (pop3): New custom group.
15524         (pop3-retr): Remove `sleep-for' statements.
15525         Suggested by Dave Love <fx@gnu.org>.
15526
15527         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15528         Windows/DOS.
15529
15530         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15531         (imap-parse-body): Fix incorrect use of `assert'.
15532         Suggested by Dave Love <fx@gnu.org>.
15533
15534         * mml.el (mml-minibuffer-read-disposition): Require match.
15535         Suggested by Dave Love <fx@gnu.org>.
15536
15537 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15540         doc string.
15541
15542 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15545
15546 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15547
15548         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15549         instead of calling `mm-insert-inline', to decode text/* parts
15550         before displaying them.
15551
15552 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * mm-uu.el (mm-uu-text-plain-type): New variable.
15555         (mm-uu-pgp-signed-extract-1): Use it.
15556         (mm-uu-pgp-encrypted-extract-1): Use it.
15557         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15558         bind mm-uu-text-plain-type with that value.
15559         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15560         mm-uu-dissect.
15561
15562 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-group.el (gnus-update-group-mark-positions):
15565         * gnus-sum.el (gnus-update-summary-mark-positions):
15566         * message.el (message-check-news-body-syntax):
15567         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15568         of string-as-multibyte.
15569
15570 2004-10-05  Juri Linkov  <juri@jurta.org>
15571
15572         * gnus-group.el (gnus-update-group-mark-positions):
15573         * gnus-sum.el (gnus-update-summary-mark-positions):
15574         * message.el (message-check-news-body-syntax):
15575         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15576         8-bit unibyte values to a multibyte string for search functions.
15577
15578 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15581         (mm-uu-dissect-text-parts): New function.
15582
15583         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15584         dissect text parts.
15585
15586         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15587         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15588
15589         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15590
15591         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15592         Use gnus-current-topics instead of gnus-current-topic.
15593
15594 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15595
15596         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15597
15598 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15599
15600         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15601         where approriate.
15602
15603         * nnml.el (nnml-generate-active-info): do.
15604
15605         * nndiary.el (nndiary-generate-active-info): do.
15606
15607         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15608         (gnus-topic-move): do.
15609
15610         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15611         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15612
15613         * gnus-srvr.el (gnus-server-prepare)
15614         (gnus-server-open-all-servers): do.
15615
15616         * gnus-msg.el (gnus-summary-cancel-article)
15617         (gnus-summary-resend-message)
15618         (gnus-summary-mail-crosspost-complaint): do.
15619
15620         * gnus-move.el (gnus-change-server): do.
15621
15622         * gnus-group.el (gnus-group-unmark-all-groups)
15623         (gnus-group-set-current-level): do.
15624
15625 2004-10-04  Simon Josefsson  <jas@extundo.com>
15626
15627         * message.el (message-generate-hashcash): Doc fix.
15628
15629 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15630
15631         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15632         avoid infinite recursion via gnus-get-function.
15633
15634 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15635
15636         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15637
15638         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15639
15640         * nnmail.el (nnmail-split-history): do.
15641
15642         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15643         (nnml-request-delete-group): do.
15644
15645         * nnslashdot.el (nnslashdot-read-groups): do.
15646
15647         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15648         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15649
15650         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15651         (nnspool-sift-nov-with-sed): Use last.
15652         (nnspool-retrieve-headers-with-nov): Use mapc.
15653         (nnspool-request-newgroups): Use dolist.
15654         (nnspool-request-group): Use last.
15655
15656         * nntp.el (nntp-read-server-type): Use dolist.
15657
15658         * nnvirtual.el (nnvirtual-create-mapping)
15659         (nnvirtual-update-read-and-marked): Use dolist.
15660         (nnvirtual-convert-headers): Simplify.
15661
15662 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15663
15664         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15665         Add support for sync'ing tick marks.
15666
15667 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15670         there's no visible header.
15671
15672 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15673
15674         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15675         When necessary, pass full group name to gnus-request-set-marks.
15676
15677 2004-10-01  Simon Josefsson  <jas@extundo.com>
15678
15679         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15680         acroread.
15681
15682 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15683
15684         * spam-report.el (spam-report-gmane): Fix interactive.
15685
15686         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15687
15688         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15689         when writing file.
15690         (gnus-agent-synchronize-flags): Don't default to being
15691         interactive.
15692
15693 2004-09-30  Simon Josefsson  <jas@extundo.com>
15694
15695         * message.el (message-generate-hashcash): Add.
15696         (message-send-mail): Use it, call mail-add-payment.
15697
15698 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15699
15700         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15701
15702 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15703
15704         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15705         gnus-requst-update-info with explicit code to sync the in-memory
15706         info read flags with the marks being sync'd to the backend.
15707
15708         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15709
15710 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * spam.el (spam-verify-bogofilter): Add new function.
15713         (spam-check-bogofilter)
15714         (spam-bogofilter-register-with-bogofilter): Use it.
15715         (spam-verify-bogofilter): Add small fixes.
15716
15717 2004-09-28  Simon Josefsson  <jas@extundo.com>
15718
15719         * hashcash.el (hashcash-generate-payment): Revert.
15720
15721 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15722
15723         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15724         Use gnus-extract-references instead of gnus-split-references.
15725
15726         * gnus-util.el (gnus-extract-references): Add new function, analogous
15727         to gnus-split-references but extracts only the message-ID without
15728         anything extra.
15729
15730         * hashcash.el (hashcash-generate-payment)
15731         (hashcash-check-payment): Do the right thing if hashcash-path is
15732         nil (because the hashcash program could not be found).
15733
15734         * spam.el (spam-use-hashcash): Remove comment.
15735
15736 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15737
15738         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15739         (gnus-cache-enter-article, gnus-cache-remove-article)
15740         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15741
15742         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15743
15744         * gnus-art.el (article-hide-boring-headers)
15745         (article-translate-strings, article-display-face)
15746         (gnus-article-mime-match-handle-first)
15747         (gnus-article-highlight-headers)
15748         (gnus-article-add-buttons-to-head): do.
15749
15750 2004-09-27  Simon Josefsson  <jas@extundo.com>
15751
15752         * hashcash.el: New version, from
15753         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15754         ../contrib/.
15755
15756 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15759
15760 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15761
15762         * gnus-dup.el (gnus-dup-open): Use mapc.
15763         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15764
15765         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15766         Reported by Stefan Wiens <s.wi@gmx.net>.
15767
15768         * gnus.el (gnus-shutdown): Use dolist.
15769
15770         * gnus-undo.el (gnus-undo): Use mapc.
15771
15772         * nnrss.el (nnrss-generate-active): do.
15773
15774         * message.el (message-cite-original-without-signature)
15775         (message-cite-original): Use mapc.
15776         (message-do-actions, message-make-forward-subject): Use dolist.
15777
15778 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15779
15780         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15781         deletion to remove entire duplicate line.  Fixes merged article
15782         number bug.
15783
15784 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15785
15786         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15787         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15788         first ask if you want to open a server and then, even when you
15789         responded with no, asking if you want to synchronize the server's
15790         flags.
15791         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15792         multi-line expressions.
15793         (gnus-agent-synchronize-group-flags): New internal function.
15794         Updates marks in memory (in the info structure) AND in the
15795         backend.
15796
15797         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15798
15799         * nnagent.el (nnagent-request-set-mark):
15800         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15801         method, to ensure that synchronization updates marks in the
15802         backend and in the info (in memory) structure.
15803
15804 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15807         convention fully; don't miss the root article of a thread; make
15808         the X-Draft-From header with correct article numbers.
15809
15810 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15811
15812         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15813         unless plugged.  Disable the agent so that an open failure causes
15814         an error.
15815
15816         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15817         Revert 2004-09-21 change.  The backend must be opened while
15818         synchronizing flags even when the backend stores the flags
15819         locally.
15820
15821 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15824         in `header' match.  Reported by Svend Tollak Munkejord.
15825
15826         * message.el (message-cite-original): Fix use of
15827         `message-cite-articles-with-x-no-archive'.
15828
15829 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15832         (gnus-window-to-buffer): Ditto.
15833
15834         * mml.el (mml-preview-buffer): New variable.
15835         (mml-preview): Manage window layout with gnus-buffer-configuration.
15836
15837         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15838         X-Draft-From header even if those articles aren't quoted.
15839
15840 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15841
15842         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15843         (gnus-request-set-mark, gnus-request-update-mark): Use new
15844         g-s-t-u-l-m to decide to use backend even when unplugged.
15845
15846 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15849         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15850
15851 2004-09-20  Simon Josefsson  <jas@extundo.com>
15852
15853         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15854         "utf-16-le".
15855
15856 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15857
15858         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15859
15860 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * uudecode.el (uudecode-use-external): Add :version.
15863
15864         * smime.el (smime-CA-file, smime-encrypt-cipher)
15865         (smime-dns-server): Add :version.
15866
15867         * smiley.el (gnus-smiley-file-types): Add :version.
15868
15869         * sha1.el (sha1-use-external): Add :version.
15870
15871         * pgg-def.el (pgg-query-keyserver): Add :version.
15872
15873         * nnmail.el (nnmail-fancy-expiry-targets)
15874         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15875         Add :version.
15876
15877         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15878         (nnimap-retrieve-groups-asynchronous): Add :version.
15879         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15880
15881         * mml.el (mml-content-disposition-parameters)
15882         (mml-insert-mime-headers-always): Add :version.
15883
15884         * mm-util.el (mm-coding-system-priorities): Add :version.
15885
15886         * mm-decode.el (mm-inline-text-html-with-images)
15887         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15888         (mm-verify-option): Add :version.
15889         (mm-text-html-renderer): Change :version.
15890
15891         * message.el (message-fcc-externalize-attachments)
15892         (message-required-headers, message-draft-headers)
15893         (message-subject-trailing-was-query)
15894         (message-subject-trailing-was-ask-regexp)
15895         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15896         (message-mark-insert-end, message-archive-header)
15897         (message-archive-note, message-cross-post-default)
15898         (message-cross-post-note, message-followup-to-note)
15899         (message-cross-post-note-function, message-use-mail-followup-to)
15900         (message-subscribed-address-functions)
15901         (message-subscribed-address-file, message-subscribed-addresses)
15902         (message-subscribed-regexps, message-allow-no-recipients)
15903         (message-yank-cited-prefix, message-signature-insert-empty-line)
15904         (message-hidden-headers, message-hierarchical-addresses)
15905         (message-mail-user-agent, message-use-idna)
15906         (message-valid-fqdn-regexp)
15907         (message-strip-special-text-properties, message-header-synonyms)
15908         (message-beginning-of-line, message-tab-body-function): Add :version.
15909         (message-insert-canlock, message-wide-reply-confirm-recipients):
15910         Change :version.
15911
15912         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15913         and :version.
15914         (mail-source-delete-old-incoming-confirm)
15915         (mail-source-movemail-program): Add :version.
15916
15917         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15918         (gnus-agent-cache, gnus-agent): Change :version.
15919
15920         * gnus-util.el (gnus-use-byte-compile): Change :version.
15921
15922         * gnus-sum.el (gnus-summary-make-false-root-always)
15923         (gnus-summary-default-high-score)
15924         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15925         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15926         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15927         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15928         (gnus-sum-thread-tree-single-indent)
15929         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15930         (gnus-sum-thread-tree-leaf-with-other)
15931         (gnus-sum-thread-tree-single-leaf): Add :version.
15932         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15933         (gnus-article-loose-mime): Change :version.
15934
15935         * gnus-start.el (gnus-backup-startup-file)
15936         (gnus-save-startup-file-via-temp-buffer): Add :version.
15937
15938         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15939         (gnus-server-offline-face): Add :version.
15940
15941         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15942
15943         * gnus-msg.el (gnus-gcc-externalize-attachments)
15944         (gnus-debug-files, gnus-debug-exclude-variables)
15945         (gnus-discouraged-post-methods): Change :version.
15946         (gnus-confirm-mail-reply-to-news)
15947         (gnus-confirm-treat-mail-like-news): Add :version.
15948
15949         * gnus-int.el (gnus-server-unopen-status): Add :version.
15950
15951         * gnus-group.el (gnus-group-jump-to-group-prompt)
15952         (gnus-large-ephemeral-newsgroup)
15953         (gnus-fetch-old-ephemeral-headers): Add :version.
15954
15955         * gnus-fun.el (gnus-x-face-directory)
15956         (gnus-convert-pbm-to-x-face-command)
15957         (gnus-convert-image-to-x-face-command)
15958         (gnus-convert-image-to-face-command): Add :version.
15959
15960         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15961
15962         * gnus-cite.el (gnus-cite-blank-line-after-header)
15963         (gnus-article-boring-faces): Add :version.
15964
15965         * gnus-art.el (gnus-buttonized-mime-types)
15966         (gnus-inhibit-mime-unbuttonizing)
15967         (gnus-treat-display-face)
15968         (gnus-treat-body-boundary): Change :version.
15969         (gnus-body-boundary-delimiter, gnus-picon-databases)
15970         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15971         (gnus-treat-date-english, gnus-treat-fold-headers)
15972         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15973         (gnus-treat-mail-picon, gnus-treat-wash-html)
15974         (gnus-article-encrypt-protocol)
15975         (gnus-use-idna, gnus-article-over-scroll)
15976         (gnus-mime-display-multipart-alternative-as-mixed)
15977         (gnus-mime-display-multipart-related-as-mixed)
15978         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15979         (gnus-ctan-url, gnus-button-ctan-handler)
15980         (gnus-button-handle-ctan-bogus-regexp)
15981         (gnus-button-ctan-directory-regexp)
15982         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15983         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15984         (gnus-button-man-level, gnus-button-emacs-level)
15985         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15986
15987         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15988         (gnus-agent-go-online): Change :version.
15989         (gnus-agent-expire-unagentized-dirs)
15990         (gnus-agent-auto-agentize-methods): Add :version.
15991
15992         * flow-fill.el (fill-flowed-display-column)
15993         (fill-flowed-encode-column): Add :version.
15994
15995         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15996         (gnus-outlook-deuglify-unwrap-max)
15997         (gnus-outlook-deuglify-cite-marks)
15998         (gnus-outlook-deuglify-unwrap-stop-chars)
15999         (gnus-outlook-deuglify-no-wrap-chars)
16000         (gnus-outlook-deuglify-attrib-cut-regexp)
16001         (gnus-outlook-deuglify-attrib-verb-regexp)
16002         (gnus-outlook-deuglify-attrib-end-regexp)
16003         (gnus-outlook-display-hook): Add :version.
16004
16005         * binhex.el (binhex-use-external): Add :version.
16006
16007 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16010         and `invisible'.
16011
16012 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16015         in gnus-registry-trim.
16016
16017 2004-09-13  Simon Josefsson  <jas@extundo.com>
16018
16019         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16020
16021         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16022
16023         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16024         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16025         <yamaoka@jpl.org>.
16026         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16027         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16028         <yamaoka@jpl.org>.
16029
16030         * sieve.el (sieve-manage-mode): Ditto.
16031
16032 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16033
16034         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16035
16036 2004-09-11  Simon Josefsson  <jas@extundo.com>
16037
16038         * dns-mode.el: Add.
16039
16040         * mm-view.el (mm-display-dns-inline): Add.
16041
16042         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16043         (mm-automatic-display): Ditto.
16044
16045         * mailcap.el (mailcap-mime-data): Add text/dns.
16046         (mailcap-mime-extensions): Map .soa to text/dns.
16047
16048 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16049
16050         * gnus-art.el (article-decode-mime-words, article-babel)
16051         (gnus-article-highlight-signature, gnus-article-add-buttons)
16052         (gnus-signature-toggle): Remove unnecessary bindings of
16053         `inhibit-read-only' inherited from v5.10 merge.
16054
16055 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16056
16057         * nntp.el (nntp): New customization group.
16058         (nntp-authinfo-file): Add customization group.
16059
16060         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16061
16062         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16063
16064         * gnus.el (to-address, to-list, subscribed)
16065         (large-newsgroup-initial): Ditto.
16066
16067         * flow-fill.el (fill-flowed-display-column)
16068         (fill-flowed-encode-column): Ditto.
16069
16070 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16071
16072         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16073         Use point-min rather than 1.
16074         (message-send-mail): Use buffer-size rather than point-max.
16075
16076         * gnus-sum.el (gnus-summary-search-article-forward):
16077         Signal a specific `search-failed' rather than a generic `error'.
16078
16079         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16080         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16081         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16082
16083 2004-09-10  Simon Josefsson  <jas@extundo.com>
16084
16085         * nndb.el (require): Remove tcp and duplicate cl.
16086
16087 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-agent.el (directory-files-and-attributes): Move forward.
16090
16091 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16092
16093         * gnus-agent.el (directory-files-and-attributes):
16094         Optionally defined to support XEmacs.
16095
16096 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16097
16098         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16099         to avoid run-time CL dependencies.
16100         (gnus-agent-unfetch-articles): New function.
16101         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16102         article numbers even when local .overview file is missing.
16103         (gnus-agent-read-article-number): New function.  Only accepts
16104         27-bit article numbers.
16105         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16106         Use gnus-agent-read-article-number.
16107         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16108         from backend while recognizing that article numbers in .overview
16109         must be valid.
16110         (gnus-agent-update-files-total-fetched-for):
16111         Use directory-files-and-attributes to improve performance.
16112         * gnus-int.el (gnus-request-move-article):
16113         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16114         improve performance.
16115
16116         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16117         some users confused by references to .newsrc when they only have a
16118         .newsrc.eld file.
16119         (gnus-convert-mark-converter-prompt)
16120         (gnus-convert-converter-needs-prompt): Fix use of property list.
16121         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16122         New function.  Used internally to only display 'gnus converting
16123         files' message when actually necessary.
16124
16125         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16126         methods now autoloaded.
16127
16128 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16131         identifiers.
16132
16133 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * gnus-picon.el: Fix indentation and closing parenthesis.
16136
16137 2004-09-01  Simon Josefsson  <jas@extundo.com>
16138
16139         * message.el (message-canlock-generate): Require sha1, not
16140         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16141         to require within a function.  Sadly, if sha1.el isn't loaded, the
16142         let binding in m-c-g will hide the defcustom definition, which is
16143         bad.)
16144
16145         * canlock.el: Require sha1, not sha1-el.
16146
16147         * message.el: Don't autoload sha1 (there is a autoload cookie in
16148         sha1.el).
16149
16150         * sha1-el.el: Rename to sha1.el.
16151
16152 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16153
16154         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16155
16156 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16157
16158         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16159
16160 2004-08-30  Kim F. Storm  <storm@cua.dk>
16161
16162         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16163
16164         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16165         Add :group 'nnimap.
16166
16167 2004-08-30  Andreas Schwab  <schwab@suse.de>
16168
16169         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16170         ?* and ?\;.
16171
16172         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16173         and ?\' to symbol instead of whitespace.
16174
16175 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16178
16179         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16180         instead of re-search-forward.
16181
16182         * gnus-uu.el (gnus-uu-save-article): Ditto.
16183         (gnus-uu-post-encode-uuencode): Ditto.
16184
16185         * html2text.el (html2text-clean-list-items): Ditto.
16186         (html2text-clean-dtdd): Ditto.
16187         (html2text-format-tags): Ditto.
16188
16189         * message.el (message-send-mail-with-sendmail): Fix regexp.
16190         (message-fill-field-general): Use search-forward instead of
16191         re-search-forward.
16192         (unbold-region): Ditto.
16193
16194         * nnrss.el (nnrss-request-article): Ditto.
16195
16196         * nnslashdot.el (nnslashdot-request-article): Ditto.
16197
16198         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16199
16200         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16201         "Unrecognized menu descriptor" error in XEmacs.
16202
16203 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16204
16205         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16206         parent article of a sparse article in the thread hashtb.
16207
16208 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16209
16210         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16211         (nnmail-expand-newtext): Lowercase expanded entries if
16212         nnmail-split-lowercase-expanded is non-nil.
16213
16214 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16217
16218         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16219         of gnus-tmp-news-method into string under XEmacs.  It will be
16220         passed to gnus-correct-length which takes only a string argument.
16221
16222 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * gnus-util.el (gnus-bind-print-variables): New macro.
16225         (gnus-prin1): Use it.
16226         (gnus-prin1-to-string): Use it.
16227         (gnus-pp): New function.
16228         (gnus-pp-to-string): New function.
16229
16230         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16231         Replace pp-to-string with gnus-pp-to-string.
16232         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16233         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16234         * gnus-msg.el (gnus-debug): Ditto.
16235         * gnus-score.el (gnus-score-save): Ditto.
16236         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16237         gnus-pp-to-string.
16238         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16239         with gnus-pp.
16240         * score-mode.el (gnus-score-pretty-print): Ditto.
16241         * webmail.el (webmail-debug): Ditto.
16242
16243 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-art.el (article-display-face, article-display-x-face):
16246         Use buffer-read-only.
16247
16248 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-art.el (article-hide-list-identifiers):
16251         Bind inhibit-read-only as t.
16252
16253 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16256
16257 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16258
16259         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16260         (gnus-narrow-to-page): Don't assume point-min == 1.
16261         (gnus-article-edit-mode): Derive from message-mode.
16262
16263         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16264         point-min == 1.
16265
16266         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16267         Disable incorrect use of `assert'.
16268
16269         * message.el (message-mode): Set comment-start-skip.
16270
16271
16272 2004-08-22  Sam Steingold  <sds@gnu.org>
16273
16274         * pop3.el (pop3-leave-mail-on-server): New user variable.
16275         (pop3-movemail): Delete mail only when it is nil.
16276
16277 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16280
16281         * mml.el (mml-preview): Use `pop-to-buffer'.
16282
16283         * message.el (message-goto-mail-followup-to): Insert after "To".
16284         (message-carefully-insert-headers): Add comment.
16285
16286         * gnus.el: Remove unused variable `gnus-article-check-size'.
16287
16288         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16289
16290         * gnus-art.el (gnus-button-alist):
16291         Improve `gnus-button-handle-library' entry.
16292
16293 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16294
16295         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16296         Use downcase, since XEmacs capitalizes error messages differently.
16297
16298 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16299
16300         * nntp.el: Add (require 'gnus) due to reference to
16301         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16302
16303 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16304
16305         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16306         Bind `mm-fill-flowed'.
16307
16308         * mm-decode.el (mm-dissect-singlepart): Check it.
16309
16310 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16311
16312         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16313         'imap' for netrc parsing.
16314
16315 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * mailcap.el (mailcap-mime-data): Mark as risky.
16318
16319 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16322         may be included in the encoded word.
16323         (rfc2047-encode): Don't append a space if the encoded word
16324         includes close parenthesis.
16325
16326 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16329         of text within parentheses.
16330
16331 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16332
16333         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16334         (gnus-encrypt-write-file-contents): Make the password key the file
16335         name PLUS the cipher, not just the cipher.  Also remove failed
16336         passwords from the cache.
16337
16338 2004-08-06  Simon Josefsson  <jas@extundo.com>
16339
16340         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16341         Doc fix.
16342
16343 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16346         LWSP.
16347
16348 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16349
16350         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16351         Try to append in-reply-to: data to the references: header.
16352
16353         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16354         (netrc-parse): Use gnus-encrypt.el functions.
16355
16356         * gnus-encrypt.el: Add new file for encryption support; currently
16357         does only a few GPG ciphers and an internal XOR cipher.
16358
16359         * password.el: Add comments on using password-read-and-add.
16360         (password-read-and-add): Add function to read and add the
16361         password to the cache at once.
16362
16363 2004-07-28  Simon Josefsson  <jas@extundo.com>
16364
16365         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16366         parameter (but don't use it, for now).
16367
16368         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16369         instead of hard coding to nil.
16370
16371 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16374         as mm-inline-image-xemacs does.
16375
16376 2004-07-26  Simon Josefsson  <jas@extundo.com>
16377
16378         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16379         Revert part of 2004-07-17 change below.
16380
16381 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16384         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16385
16386 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387
16388         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16389         quotes that actually start with ">" at the beginning of the
16390         lines.
16391
16392 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * rfc2047.el (rfc2047-encode-region): Fix last change.
16395         (rfc2047-encode-parameter): Remove useless concat.
16396
16397 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16400         encode special characters; fix some kind of misconfigured headers;
16401         signal a real error if debug-on-quit or debug-on-error is non-nil.
16402         (rfc2047-encode-max-chars): New variable.
16403         (rfc2047-encode-1): Use it.
16404         (rfc2047-encode-parameter): New function.
16405
16406         * mml.el (mml-insert-parameter): Remove an excessive space.
16407
16408 2004-07-17  Simon Josefsson  <jas@extundo.com>
16409
16410         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16411         Kai Grossjohann <kai@emptydomain.de>.
16412         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16413         (gnus-group-make-menu-bar): Ditto.
16414
16415         * gnus-util.el (gnus-group-server): Add.
16416
16417 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16418
16419         * message.el (message-clone-locals): Clone sendmail and smtp
16420         variables.
16421
16422 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * rfc2047.el (rfc2047-encode-region): Fix last change.
16425
16426 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16429         characters as non-special.
16430
16431 2004-07-09  Simon Josefsson  <jas@extundo.com>
16432
16433         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16434         Users will lose all flag changes made while unplugged with
16435         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16436         good default.  See numerous reports on ding mailing list.
16437
16438 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16441         add generate-head-function and generate-article-function to the
16442         rfc822-forward entry.
16443         (nndoc-rfc822-forward-generate-article): New function.
16444         (nndoc-rfc822-forward-generate-head): New function.
16445
16446         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16447
16448 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16449
16450         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16451         respect display group parameter and gnus-summary-expunge-below.
16452         (gnus-articles-to-read): Remove unused reference to display group
16453         parameter.
16454
16455 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16456
16457         * nnheader.el (nnheader-uniquify-message-id): New experimental
16458         variable.
16459         (nnheader-nov-read-message-id): Use it.
16460
16461         * spam-report.el (spam-report-gmane): Add interactive.
16462
16463 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * mm-encode.el (mm-content-transfer-encoding-defaults):
16466         Use qp-or-base64 for the application/* types.
16467
16468 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16469
16470         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16471
16472 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16473
16474         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16475         trim value.
16476
16477 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16478
16479         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16480         New macro and function.
16481         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16482
16483 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16486         after-load-alist.
16487
16488 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489
16490         * gnus-group.el (gnus-group-get-new-news-this-group):
16491         Don't update info that isn't there.
16492
16493 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16494
16495         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16496         entry.
16497
16498 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * mm-view.el (mm-inline-render-with-function): Use multibyte
16501         buffer; decode html source by charset.
16502
16503         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16504
16505         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16506         Mule-UCS is loaded under XEmacs.
16507         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16508
16509 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16510
16511         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16512
16513 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * mm-util.el (mm-coding-system-p): Return a coding-system.
16516         (mm-mime-mule-charset-alist): Use shift_jis instead of
16517         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16518         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16519         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16520         instead of japanese-shift-jis and iso-latin-1 respectively in
16521         order to share the default value with both Emacs and XEmacs-mule.
16522         (mm-mule-charset-to-mime-charset):
16523         Make mm-coding-system-priorities effective.
16524         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16525         while predicating of candidates upon the priorities.
16526
16527 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16528
16529         * gnus-sum.el (gnus-summary-make-menu-bar):
16530         Add gnus-uu-invert-processable.
16531
16532         * gnus.el: Autoload gnus-uu-invert-processable.
16533
16534 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * mm-util.el (mm-with-multibyte-buffer): New macro.
16537
16538         * rfc2047.el (rfc2047-encode-string): Use it.
16539         (rfc2047-encode-region): Move point to the end of the region after
16540         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16541
16542 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16545         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16546
16547 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16550         (gnus-cite-parse): Ignore quoted envelope From_.
16551         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16552
16553 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16556         invalid addresses.
16557
16558 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16559
16560         * spam.el: Change section markers, revise TODO list.
16561         (spam-backends): Make new master list of all installed backends.
16562         (spam-summary-exit-behavior): Add new variable to determine how
16563         messages moves are done at summary exit.
16564         (spam-move-spam-nonspam-groups-only)
16565         (spam-process-ham-in-nonham-groups)
16566         (spam-process-ham-in-spam-groups): Remove variables, the
16567         spam-summary-exit-behavior variable should be used to manage this
16568         behavior.
16569         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16570         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16571         and spam-old-spam-articles.
16572         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16573         Add empty variables, placeholders for the backends they represent.
16574         (spam-set-difference): Move, unchanged.
16575         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16576         unless the user has a processor variable.
16577         (spam-classifications, spam-classification-valid-p)
16578         (spam-backend-properties, spam-backend-property-valid-p)
16579         (spam-backend-function-type-valid-p)
16580         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16581         (spam-report-articles-gmane, spam-report-articles-resend):
16582         Remove functions, they are not needed.
16583         (spam-install-backend-super, spam-backend-list)
16584         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16585         (spam-backend-function, spam-backend-ham-registration-function)
16586         (spam-backend-spam-registration-function)
16587         (spam-backend-ham-unregistration-function)
16588         (spam-backend-spam-unregistration-function)
16589         (spam-backend-statistical-p, spam-backend-mover-p)
16590         (spam-install-backend-alias, spam-install-checkonly-backend)
16591         (spam-install-mover-backend, spam-install-nocheck-backend)
16592         (spam-install-backend, spam-install-statistical-backend)
16593         (spam-install-statistical-checkonly-backend): Add backend installation
16594         support.
16595         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16596         (spam-group-processor-p): Use the new backend code and respect the
16597         summary exit behavior.
16598         (spam-mark-spam-as-expired-and-move-routine): Remove.
16599         (spam-summary-prepare): Change to use the new spam-old-articles
16600         variable.
16601         (spam-copy-or-move-routine, spam-copy-spam-routine)
16602         (spam-move-spam-routine, spam-copy-ham-routine)
16603         (spam-move-ham-routine): Add code to copy/move ham or spam.
16604         (spam-fetch-field-fast): Improve doc and code, plus allow the
16605         'number request.
16606         (spam-list-of-checks, spam-list-of-statistical-checks):
16607         Remove variables.
16608         (spam-split, spam-find-spam): Use the new backend code.
16609         (spam-registration-functions): Remove variable.
16610         (spam-unregister-routine): Add convenience wrapper.
16611         (spam-log-undo-registration, spam-register-routine)
16612         (spam-log-processing-to-registry)
16613         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16614         where possible.
16615         (spam-check-gmane-xref, spam-check-regex-headers)
16616         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16617         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16618         (spam-check-bogofilter-headers, spam-check-spamoracle)
16619         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16620         (spam-check-crm114-headers): Use the spam-split-group that
16621         spam-split prepares, no need to determine it every time.
16622
16623         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16624         to the nnheader-parse-naked-head call.
16625
16626         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16627
16628         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16629         the nnheader-nov-read-message-id call.
16630
16631 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16634         gnus-activate-group twice.  Suggested by Markus Peter
16635         <warp@spin.de>.
16636
16637 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-art.el (gnus-article-time-format): Exchange the order of
16640         day and month in the default value; fix customization type.
16641         (article-date-ut): Use add-text-properties.
16642         (article-make-date-line): Use message-make-date instead of
16643         current-time-string.
16644
16645         * message.el (message-fetch-field): Don't use set-text-properties.
16646         (message-make-date): Simplify.
16647
16648         * messagexmas.el (message-xmas-make-date): New function.
16649         (message-xmas-redefine): Defalias message-make-date to it.
16650
16651 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16654         (rfc2047-encode-region): Treat text within parentheses as special;
16655         show the original text when error has occurred.
16656
16657         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16658         already-computed method to gnus-activate-group.
16659
16660         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16661         same select-methods identical Lisp objects.
16662
16663         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16664         object when modifying the info.
16665
16666 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16669         gnus-opened-servers since it has never been opened with the new
16670         configuration yet.
16671
16672 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16675         arg to nnheader-generate-fake-message-id.
16676
16677 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16680         number and build a fake message ID localized to a group and
16681         article number (so it's repeatable from that point on).
16682         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16683         ID format.
16684
16685         * gnus-sum.el (gnus-get-newsgroup-headers):
16686         Call nnheader-generate-fake-message-id with the article number.
16687
16688 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16689
16690         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16691         end-of-buffer.
16692
16693 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694
16695         * message.el (message-ignored-supersedes-headers): Add Approved.
16696
16697 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16700         goto-char.
16701         (rfc2047-encode): Fold the line before encoding.
16702
16703 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16704
16705         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16706         folding -- not all headers can be folded, and this should be done
16707         by the message composition mode.  Probably.  I think.
16708
16709 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16712         fast.
16713
16714         * gnus-ems.el (gnus-remove-image): Don't use
16715         message-text-with-property; remove only the image found first.
16716
16717         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16718         found first.
16719
16720 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16721
16722         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16723
16724 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * message.el (message-text-with-property): Make it fast and accept
16727         optional arguments.
16728         (message-strip-forbidden-properties): Use it.
16729         (message-fix-before-sending): Follow the m-t-w-p change.
16730
16731         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16732
16733 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-art.el (article-hide-headers): Don't change the buffer
16736         mistakenly when performing mml-preview even if
16737         gnus-single-article-buffer is nil.
16738
16739 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16740
16741         * message.el (message-expand-name-databases): New user option.
16742         (message-expand-name): Use it.
16743
16744 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16745
16746         * spam.el (spam-report-articles-resend)
16747         (spam-report-resend-register-routine): Allow ham reporting.
16748         (spam-report-resend-register-ham-routine): Add wrapper.
16749         (spam-registration-functions): Add ham resending functions.
16750         (spam-list-of-processors): Add ham resend processor.
16751
16752         * gnus.el (ham-resend-to): Add new group parameter.
16753         (spam-process): Add ham resend option.
16754
16755         * spam-report.el (spam-report-resend): Allow reporting ham.
16756         (spam-report-resend-ham): Add wrapper.
16757
16758 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16759
16760         * message.el (message-cite-articles-with-x-no-archive):
16761         New variable.
16762         (message-cite-original): Use it.
16763
16764 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16765
16766         * message.el (message-cite-original): Respect X-No-Archive.
16767
16768 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-art.el (article-hide-headers): Refer to the values for
16771         gnus-ignored-headers and gnus-visible-headers in the summary
16772         buffer since a user may have set them as group parameters.
16773
16774 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * assistant.el (assistant-node-name): Add convenience function.
16777         (assistant-render-text, assistant-render-node): Add error handling,
16778         plus handle multiple next nodes.
16779         (assistant-find-next-node): Comment out for now.
16780         (assistant-find-next-nodes): Add function, returns list of next
16781         nodes.
16782
16783 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * mail-source.el (mail-source-directory): Fix doc-string.
16786
16787 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16788
16789         * assistant.el (assistant-render-text, assistant-eval): Add :set
16790         widget type, which is different because it takes and returns a
16791         list.  Much hilarity ensues.
16792
16793 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16796
16797         * gnus-group.el (gnus-group-get-new-news-this-group):
16798         Add doc-string.
16799
16800         * gnus-start.el (gnus-activate-group): Add doc-string.
16801
16802 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16805
16806 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16807
16808         * assistant.el (assistant-render-text): Try to add a :set
16809         widget, more to come.
16810
16811         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16812         strings.
16813         (spam-report-articles-resend)
16814         (spam-register-routine): Do registration iff any articles warrant
16815         it.
16816         (spam-summary-prepare-exit): Change log message for nil group
16817         destinations.
16818
16819 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16820
16821         * spam.el (spam-report-resend-register-routine):
16822         Allow spam-report-resend-to to be a group parameter or a global value.
16823
16824 2004-05-26  Simon Josefsson  <jas@extundo.com>
16825
16826         * starttls.el: Merge with my GNUTLS based starttls.el.
16827         (starttls-gnutls-program, starttls-use-gnutls)
16828         (starttls-extra-arguments, starttls-process-connection-type)
16829         (starttls-connect, starttls-failure, starttls-success):
16830         New variables.
16831         (starttls-program, starttls-extra-args): Doc fix.
16832         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16833         New functions.
16834         (starttls-negotiate, starttls-open-stream):
16835         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16836         function if it is set.
16837
16838 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16841         structured fields.
16842
16843 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16846
16847 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16850         Add variable.
16851         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16852         assigning the spam-mark to new messages.
16853
16854 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16855
16856         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16857
16858 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16861
16862         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16863         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16864         default.
16865
16866 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16867
16868         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16869         correct data.
16870
16871 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16872
16873         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16874         (spam-group-processor-p): Fix function.
16875         (spam-group-processor-multiple-p)
16876         (spam-group-spam-processor-report-gmane-p)
16877         (spam-group-spam-processor-report-resend-p)
16878         (spam-group-spam-processor-bogofilter-p)
16879         (spam-group-spam-processor-blacklist-p)
16880         (spam-group-spam-processor-ifile-p)
16881         (spam-group-ham-processor-ifile-p)
16882         (spam-group-spam-processor-spamoracle-p)
16883         (spam-group-spam-processor-crm114-p)
16884         (spam-group-ham-processor-bogofilter-p)
16885         (spam-group-spam-processor-stat-p)
16886         (spam-group-ham-processor-stat-p)
16887         (spam-group-ham-processor-whitelist-p)
16888         (spam-group-ham-processor-BBDB-p)
16889         (spam-group-ham-processor-spamoracle-p)
16890         (spam-group-ham-processor-copy-p): Remove functions with some
16891         prejudice against unneeded code.
16892         (spam-report-articles-resend)
16893         (spam-report-resend-register-routine): Allow the group/topic
16894         spam-resend-to value to override spam-report-resend-to.
16895         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16896         properly now.
16897
16898         * gnus.el (spam-resend-to): Add group/topic parameter.
16899         (spam-process): Move the OBSOLETE processors to the end of the
16900         choices.
16901
16902 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16903
16904         * spam-report.el (spam-report-resend-to, spam-report-resend):
16905         Start with resend-to set to nil, and then ask the user if necessary.
16906         (spam-report-resend): spam-report-resend takes a list of articles, not
16907         separate article numbers.
16908
16909 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16912         addition to emacs-w3m.
16913
16914 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16915
16916         * assistant.el (assistant-authinfo-data): New function.
16917         (assistant-eval): Eval for entire assistant.
16918
16919         * netrc.el (netrc-services-file): New variable.
16920         (netrc-parse-services): New function.
16921         (netrc-find-service-name): New function.
16922         (netrc-find-service-number): New function.
16923         (netrc-port-equal): New function.
16924         (netrc-machine): Use it.
16925
16926         * nnimap.el (nnimap-open-connection): Use netrc.
16927
16928         * gnus-util.el (gnus-netrc-get): Remove aliases.
16929
16930         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16931
16932         * assistant.el (wid-edit): Fix compilation.
16933
16934         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16935
16936 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16937
16938         * gnus-util.el (gnus-set-file-modes): New function.  (small
16939         patch).
16940
16941 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16942
16943         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16944
16945         * assistant.el (assistant-render-node): Fix up rendering and
16946         read-only text.
16947         (assistant-render-node): Reset.
16948         (assistant-make-read-only): Not sticky.
16949
16950 2004-05-20  Danny Siu  <dsiu@adobe.com>
16951
16952         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16953         centered even when gnus-auto-center-summary is t.
16954
16955 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16956
16957         * dns.el (dns-get-txt-answer): New function.
16958         (dns-read-txt): Ditto.
16959         (query-dns): Use it.
16960
16961 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16964         active for foreign groups even if the group level is higher than
16965         the specified value.
16966
16967 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16970         non-active groups.
16971
16972         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16973
16974 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16975
16976         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16977
16978 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16981         (spam-crm114-header, spam-crm114-spam-switch)
16982         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16983         (spam-crm114-positive-spam-header)
16984         (spam-crm114-database-directory, spam-list-of-processors)
16985         (spam-group-spam-processor-crm114-p)
16986         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16987         (spam-generic-score, spam-list-of-checks)
16988         (spam-list-of-statistical-checks, spam-registration-functions)
16989         (spam-check-crm114-headers, spam-crm114-score)
16990         (spam-check-crm114, spam-crm114-register-with-crm114)
16991         (spam-crm114-register-spam-routine)
16992         (spam-crm114-unregister-spam-routine)
16993         (spam-crm114-register-ham-routine)
16994         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16995         From asjo@koldfront.dk (Adam Sjøgren).
16996
16997         * gnus.el: Add spam-use-crm114.
16998
16999         * spam.el (spam-list-of-processors, spam-registration-functions):
17000         Add spam-use-resend.
17001         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17002         (spam-report-articles-gmane): Add doc fix.
17003         (spam-report-articles-resend, spam-report-resend-register-routine):
17004         Add wrappers around spam-report-resend-to.
17005
17006         * spam-report.el (spam-report-resend-to, spam-report-resend):
17007         Add support for resending spam.
17008         (spam-report-gmane): Fix line length >80.
17009
17010         * gnus.el (spam-process): Add spam-use-resend.
17011
17012 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17013
17014         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17015         number of processed spam messages.
17016         (spam-ham-copy-or-move-routine): Return the number of processed
17017         ham messages.
17018         (spam-summary-prepare-exit): Use the above values to decide
17019         whether status messages shouled be displayed.
17020
17021 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17024         `rfc2047-encoding-function-alist' in order to avoid conflicting
17025         with the old version.
17026         (rfc2047-encode-region): Concatenate words containing non-ASCII
17027         characters in structured fields; don't encode space-delimited
17028         ASCII words even in unstructured fields; don't break words at
17029         char-category boundaries.
17030         (rfc2047-encode-1): New function.
17031         (rfc2047-encode): Use it; encode text so that it occupies the
17032         maximum width within 76-column; work correctly on Q encoding for
17033         iso-2022-* charsets.
17034         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17035         sure not to break a line just after the header name.
17036         (rfc2047-b-encode-region): Remove.
17037         (rfc2047-b-encode-string): New function.
17038         (rfc2047-q-encode-region): Remove.
17039         (rfc2047-q-encode-string): New function.
17040
17041         * mm-util.el (mm-replace-in-string): New function.
17042
17043 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17044
17045         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17046         Really get it right.
17047         (gnus-inews-make-draft): Really.
17048
17049 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17050
17051         * nnmh.el (nnmh-request-list-1): Don't check the link count
17052         before descending.  (small patch)
17053
17054 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17055
17056         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17057         stuff.
17058
17059         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17060         Match on real group name.
17061
17062         * gnus-art.el (gnus-signature-limit): Doc fix.
17063
17064         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17065
17066         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17067
17068 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17069
17070         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17071         isn't a string.
17072
17073 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * gnus-draft.el (gnus-draft-send):
17076         Bind rfc2047-encode-encoded-words.
17077
17078         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17079         (rfc2047-encodable-p): Say that =? needs encoding.
17080         (rfc2047-encode-encoded-words): New variable.
17081
17082         * gnus-group.el (gnus-group-select-group): Doc fix.
17083
17084         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17085
17086         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17087         to nil.
17088
17089         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17090
17091         * nnheader.el (nnheader-get-lines-and-char): New function.
17092
17093 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17094
17095         * gnus-msg.el (gnus-summary-followup-with-original):
17096         Document yanking of region when active.
17097
17098 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17101         groups if the group level is higher than the specified value.
17102
17103 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17106         (gnus-group-jump-to-group): Add prefix argument using
17107         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17108         non-active group.
17109
17110         * compface.el (uncompface): Be verbose when changing
17111         `uncompface-use-external'.
17112
17113         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17114         handle manual section.
17115
17116 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17117
17118         * gnus-art.el (gnus-button-alist): Revert previous change.
17119
17120 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17123
17124 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125
17126         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17127         whether backend can accept message.
17128
17129         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17130
17131 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17132
17133         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17134         Avoid creating directory when nntp-marks-is-evil is true.
17135         Reported by Reiner Steib.
17136
17137 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-picon.el (gnus-picon-style): New variable.
17140         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17141         (gnus-picon-transform-address): Support `gnus-picon-style'.
17142         From Jesper Harder <harder@ifa.au.dk>.
17143
17144 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17145
17146         * message.el (message-fill-field): Return point.
17147         (message-generate-headers): Go to end of field.
17148
17149         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17150         stuff for non-living groups.
17151
17152 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17153
17154         * gnus-art.el (gnus-article-followup-with-original)
17155         (gnus-article-reply-with-original): gnus-mark-active-p ->
17156         gnus-region-active-p.
17157
17158 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17159
17160         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17161         only when there is spam or ham to be processed.
17162
17163 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17164
17165         * mail-source.el (mail-source-delete-crash-box): Refactor.
17166         (mail-source-fetch): Use it.
17167         (mail-source-fetch-file): Ditto.
17168         (mail-source-fetch-directory): Run postscript in loop.
17169         (mail-source-fetch-pop): Delete.
17170         (mail-source-fetch-maildir): Ditto.
17171         (mail-source-fetch-imap): Ditto.
17172
17173         * imap.el (imap-authenticators): Comment out sasl.
17174
17175         * message.el (message-skip-to-next-address): New function.
17176         (message-fill-header-address): Refactor.
17177         (message-fill-address): Use it.
17178         (message-delete-address): Use it.
17179         (message-fill-header-general): Refactor.
17180         (message-fill-field-address): Rename.
17181         (message-narrow-to-field): Find the start of the header.
17182         (message-header-format-alist): Don't pre-fill.
17183         (message-fill-header): Remove.
17184         (message-insert-header): New function.
17185         (message-shorten-references): Use it.
17186
17187         * rfc2047.el (rfc2047-field-value): Strip props.
17188
17189         * mail-parse.el (mail-header-make-address): New alias.
17190
17191         * ietf-drums.el (ietf-drums-make-address): New function.
17192
17193         * imap.el: Add compiler directives.
17194
17195         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17196
17197         * gnus-art.el (article-decode-idna-rhs): Don't use
17198         message-idna-inside-rhs-p.
17199
17200 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17201
17202         * message.el (message-idna-inside-rhs-p): Remove.
17203         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17204
17205         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17206         false positives.
17207
17208 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17209
17210         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17211
17212 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17213
17214         * nneething.el (nneething-file-name): Don't create spurious
17215         files.
17216
17217         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17218         (gnus-inews-do-gcc): Remove sleep.
17219
17220         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17221         part under point.
17222
17223         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17224         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17225
17226 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17227
17228         * spam.el (spam-summary-prepare-exit): Fix (length).
17229
17230 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17231
17232         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17233         as expired without moving it" message when there are spam
17234         messages left.
17235
17236 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17237
17238         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17239         header is not nil.
17240
17241 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17242
17243         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17244         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17245         (nntp-marks-changed-p): New arg SERVER.
17246         (nntp-request-update-info): Adjust caller.
17247
17248 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17249
17250         * nntp.el (nntp-save-marks): Pass missing arg.
17251
17252 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17253
17254         * nntp.el: Support marks.
17255         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17256         (nntp-marks-modtime, nntp-marks-directory): New variables.
17257         (nntp-request-set-mark, nntp-request-update-info)
17258         (nntp-possibly-create-directory, nntp-marks-changed-p)
17259         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17260         New functions.
17261
17262 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17263
17264         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17265         (gnus-xmas-redefine): Rename.
17266
17267         * gnus-score.el (gnus-score-insert-help):
17268         Use gnus-select-lowest-window.
17269
17270         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17271         appt-select-lowest-window and rename to gnus-select-lowest-window.
17272
17273         * gnus.el: do.
17274
17275 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17276
17277         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17278         encodings of MIME-encoded words, in order to improve
17279         interoperability with several broken MUAs.
17280
17281 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17282
17283         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17284         tags, only when charsets are not specified in headers.
17285         (mm-inline-text-html-render-with-w3m): Ditto.
17286
17287         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17288         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17289
17290 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17291
17292         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17293         instead of MIME-decoded from fields when checking
17294         `gnus-article-address-banner-alist'.
17295
17296 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17299         description rather than subject.
17300
17301 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17302
17303         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17304
17305 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17306
17307         * gnus.el (gnus-version-number): Bump.
17308
17309 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17310
17311         * gnus.el: No Gnus v0.2 is released.
17312
17313 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17314
17315         * gnus-agent.el (gnus-agent-read-agentview):
17316         Inline gnus-uncompress-range.
17317
17318 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17319
17320         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17321         `exec-installed-p'.
17322
17323 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17324
17325         * gnus.el (spam-process, spam-autodetect-methods):
17326         Add bsfilter and bsfilter-headers.
17327
17328         * spam.el (spam-bsfilter): New customize group.
17329         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17330         (spam-bsfilter-header, spam-bsfilter-probability-header)
17331         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17332         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17333         (spam-bsfilter-database-directory): New options.
17334         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17335         (spam-list-of-statistical-checks, spam-registration-functions):
17336         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17337         (spam-bsfilter-score): New command.
17338         (spam-check-bsfilter-headers, spam-check-bsfilter)
17339         (spam-bsfilter-register-with-bsfilter)
17340         (spam-bsfilter-register-spam-routine)
17341         (spam-bsfilter-unregister-spam-routine)
17342         (spam-bsfilter-register-ham-routine)
17343         (spam-bsfilter-unregister-ham-routine): New functions.
17344         (spam-generic-score): Support bsfilter; Accept an optional argument
17345         to recalcurate spam score even if scoring header has already been
17346         added.
17347         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17348         optional argument to recalcurate spam score even if scoring header
17349         has already been added.
17350
17351 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17352
17353         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17354         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17355         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17356         link is missing.
17357
17358 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17361         (html2text-get-attr): Rewrite.
17362
17363         * message.el (message-setup-1): Remove redundant put-text-property
17364         on mail-header-separator.
17365
17366 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17367
17368         * gnus-registry.el (gnus-registry-cache-whitespace)
17369         (gnus-registry-action, gnus-registry-spool-action)
17370         (gnus-registry-split-fancy-with-parent): Change message levels
17371         from 5 to 3 or 7, as needed.
17372
17373         * spam.el (spam-summary-prepare-exit)
17374         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17375         (spam-split, spam-find-spam, spam-log-undo-registration)
17376         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17377         level from 5 to 6.
17378
17379 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17382         2004-03-04 change).
17383
17384 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * sieve-manage.el (sieve-manage-open):
17387         * nnweb.el (nnweb-insert-html):
17388         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17389         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17390         * nnspool.el (nnspool-request-group):
17391         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17392         * nnml.el (nnml-request-update-info):
17393         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17394         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17395         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17396         (nnimap-request-set-mark):
17397         * nnfolder.el (nnfolder-request-update-info):
17398         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17399         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17400         * gnus-uu.el (gnus-uu-find-articles-matching):
17401         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17402         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17403         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17404         * gnus-nocem.el (gnus-nocem-scan-groups):
17405         * gnus-int.el (gnus-start-news-server):
17406         * gnus-group.el (gnus-group-make-kiboze-group)
17407         (gnus-group-browse-foreign-server):
17408         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17409         Use mapc when appropriate.
17410
17411 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         FIXME: Make separate entries for each person.
17414
17415         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17416         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17417         <shields@msrl.com>:
17418
17419         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17420         may need for spam sorting and scoring.
17421         (spam-user-format-function-S): Add user format function suitable for
17422         general use.
17423         (spam-article-sort-by-spam-status): Add sorting function for summary
17424         sorting.
17425         (spam-extra-header-to-number): Add function to get a score from a
17426         header.
17427         (spam-summary-score): Add function to get a numeric score from the
17428         headers.
17429         (spam-generic-score): Fix function doc, was in wrong place.
17430         (spam-initialize): Take symbols when it's run, and install the
17431         extra headers that spam-necessary-extra-headers thinks we need.
17432
17433 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17434
17435         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17436         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17437
17438 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * gnus-sum.el (gnus-set-global-variables)
17441         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17442         (gnus-article-get-xrefs, gnus-summary-best-group)
17443         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17444         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17445         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17446         Use with-current-buffer.
17447
17448 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * spam.el (spam-summary-prepare-exit): Simplify logic.
17451         (spam-fetch-article-header): Read the article header if it's not
17452         available.
17453         (spam-list-articles): Simplify logic.
17454         (spam-filelist-register-routine): Fix bug with unregister-list.
17455
17456         * gnus-registry.el: Fix comments at beginning.
17457
17458 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17459
17460         * message.el (message-cater-to-broken-inn): Remove.
17461         (message-shorten-references): Make sure the total folded length of
17462         References is shorter than 998 characters to cater to a bug in INN
17463         2.3.  Also, don't pretend that references aren't folded -- this
17464         hasn't worked for a while.
17465
17466 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17467
17468         * gnus-agent.el (gnus-agentize):
17469         gnus-agent-send-mail-real-function no longer set to current value
17470         of message-send-mail-function but rather a lambda that calls
17471         message-send-mail-function.  The change makes the agent real-time
17472         responsive to user changes to message-send-mail-function.
17473
17474 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17475
17476         * legacy-gnus-agent.el
17477         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17478         help from Florian Weimer <fw@deneb.enyo.de>
17479
17480 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * nnmail.el (nnmail-cache-insert): Revert last change.
17483
17484 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * nnmail.el (nnmail-cache-insert): Always check whether
17487         nnmail-cache-ignore-groups matches a group name.
17488
17489 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17490
17491         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17492         (spam-find-spam, spam-log-processing-to-registry)
17493         (spam-log-registered-p, spam-log-unregistration-needed-p)
17494         (spam-log-undo-registration): Use gnus-message instead of
17495         gnus-error, none of these errors are fatal.
17496
17497         * gnus-registry.el (gnus-registry-clean-empty-function)
17498         (gnus-registry-clean-empty): Remove only empty entries without
17499         extra data.
17500
17501 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * spam-stat.el (spam-stat-buffer-change-to-spam)
17504         (spam-stat-buffer-change-to-non-spam): Change (error) to
17505         (gnus-message 8) invocation.
17506
17507 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * nntp.el (nntp-via-netcat-command): New variable.
17510         (nntp-via-netcat-switches): New variable.
17511         (nntp-open-via-rlogin-and-netcat): New function.
17512         (nntp-open-connection-function): Doc fix.
17513         (nntp-telnet-command): Doc fix.
17514         (nntp-end-of-line): Doc fix.
17515         (nntp-via-rlogin-command): Doc fix.
17516         (nntp-via-user-name): Doc fix.
17517         (nntp-via-address): Doc fix.
17518
17519 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17522         error in Emacs 21.1.
17523
17524 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17525
17526         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17527
17528 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17529
17530         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17531         (gnus-agent-with-refreshed-group): New macro.
17532         (gnus-agent-rename-group): New function.
17533         (gnus-agent-delete-group): New function.
17534         (gnus-agent-save-group-info): Use gnus-command-method when
17535         `method' parameter is nil.  Don't write nil entries into the
17536         active file.
17537         (gnus-agent-get-group-info): New function.
17538         (gnus-agent-fetch-articles):
17539         Use gnus-agent-update-files-total-fetched-for to increment disk space
17540         used.
17541         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17542         Use gnus-agent-update-view-total-fetched-for to increment disk space
17543         used.
17544         (gnus-agent-get-local): Add optional parameters to avoid calling
17545         gnus-group-real-name and gnus-find-method-for-group.
17546         (gnus-agent-set-local): Delete stored entry if either min, or max,
17547         are nil.
17548         (gnus-agent-fetch-session): Reworded error/quit messages.
17549         On quit, use gnus-agent-regenerate-group to record existance of any
17550         articles fetched to disk before the quit occurred.
17551         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17552         gnus-agent-update-view-total-fetched-for, and
17553         gnus-agent-update-files-total-fetched-for to decrement disk space
17554         used.
17555         (gnus-agent-retrieve-headers):
17556         Use gnus-agent-update-view-total-fetched-for to increment disk space
17557         used.
17558         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17559         with gnus-agent-update-files-total-fetched-for to decrement disk
17560         space and fresh group buffer.
17561         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17562         (gnus-agent-need-update-total-fetched-for): New variable.
17563         (gnus-agent-update-files-total-fetched-for): New function.
17564         (gnus-agent-update-view-total-fetched-for): New function.
17565         (gnus-agent-total-fetched-for): New function.
17566
17567         * gnus-cache.el (gnus-cache-save-buffers):
17568         Use gnus-cache-update-overview-total-fetched-for to change disk space
17569         used by this group.
17570         (gnus-cache-possibly-enter-article):
17571         Use gnus-cache-update-file-total-fetched-for to increment disk space
17572         used by this group.
17573         (gnus-cache-possibly-remove-article):
17574         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17575         used by this group.
17576         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17577         (gnus-cache-rename-group): New function.
17578         (gnus-cache-delete-group): New function.
17579         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17580         (gnus-cache-need-update-total-fetched-for): New variable.
17581         (gnus-cache-with-refreshed-group): New macro.
17582         (gnus-cache-update-file-total-fetched-for): New function.
17583         (gnus-cache-update-overview-total-fetched-for): New function.
17584         (gnus-cache-rename-group-total-fetched-for): New function.
17585         (gnus-cache-delete-group-total-fetched-for): New function.
17586         (gnus-cache-total-fetched-for): New function.
17587
17588         * gnus-group.el: Require gnus-sum and autoload functions to
17589         resolve warnings when gnus-group.el compiled alone.
17590         (gnus-group-line-format): Documented new %F.
17591         (size of Fetched data) group line format; identifies disk space
17592         used by agent and cache.
17593         (gnus-group-line-format-alist): Defined new F format.
17594         (gnus-total-fetched-for): New function.
17595         (gnus-group-delete-group): No longer update
17596         gnus-cache-active-altered as gnus-request-delete-group now keeps
17597         the cache in sync.
17598         (gnus-group-list-active): Let the agent store a server's active
17599         list if currently plugged.
17600
17601         * gnus-int.el (gnus-request-delete-group):
17602         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17603         local disk in sync with the server.
17604         (gnus-request-rename-group):
17605         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17606         local disk in sync with the server.
17607
17608         * gnus-start.el (gnus-get-unread-articles):
17609         Cosmetic simplification to logic.
17610
17611         * gnus-util.el (gnus-rename-file): New function.
17612
17613 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17614
17615         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17616
17617 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17618
17619         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17620         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17621
17622 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17623
17624         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17625         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17626
17627 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17628
17629         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17630
17631 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * spam.el (spam-set-difference): Add function to replace
17634         gnus-set-difference in spam.el.
17635         (spam-summary-prepare-exit): Use spam-set-difference.
17636
17637 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17638
17639         * gnus-registry.el (gnus-registry-cache-file): Update to use
17640         gnus-dribble-directory OR gnus-home-directory OR ~.
17641         (gnus-registry-split-fancy-with-parent): Fix doc.
17642
17643 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * message.el (message-exchange-point-and-mark):
17646         Use message-mark-active-p.  Suggested by Jesper Harder
17647         <harder@ifa.au.dk>.
17648
17649 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * message.el (message-exchange-point-and-mark): Don't activate
17652         region if it was inactive.  Suggested by Hiroshi Fujishima
17653         <pooh@nature.tsukuba.ac.jp>.
17654
17655 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-art.el (article-display-face): Display Faces in the same
17658         order as X-Faces.
17659
17660 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17663
17664 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17667         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17668         (gnus-article-mime-hierarchy): Remove.
17669         (gnus-article-mime-hierarchy-next): Remove.
17670         (gnus-article-mode): Revert 2004-03-19 change.
17671         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17672         (gnus-insert-mime-button): Revert 2004-03-19 change.
17673         (gnus-mime-accumulate-hierarchy): Remove.
17674         (gnus-mime-enter-multipart): Remove.
17675         (gnus-mime-leave-multipart): Remove.
17676         (gnus-mime-display-part): Revert 2004-03-19 change.
17677         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17678
17679         * mml.el (mml-preview): Revert 2004-03-19 change.
17680
17681 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17682
17683         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17684
17685 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17688         t while entering a file name using the mm-with-multibyte macro.
17689         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17690
17691         * mm-util.el (mm-with-multibyte): New macro.
17692
17693 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17696         New user option.
17697         (gnus-mime-multipart-functions): Doc and customization fix.
17698         (gnus-article-mime-hierarchy): New variable.
17699         (gnus-article-mime-hierarchy-next): New variable.
17700         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17701         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17702         gnus-article-mime-hierarchy-next to nil.
17703         (gnus-insert-mime-button): Show hierarchy numbers.
17704         (gnus-mime-accumulate-hierarchy): New function.
17705         (gnus-mime-enter-multipart): New function.
17706         (gnus-mime-leave-multipart): New function.
17707         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17708         (gnus-mime-display-alternative): Show hierarchy numbers.
17709
17710         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17711         gnus-article-mime-hierarchy-next to nil.
17712
17713 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17714
17715         * dns.el: Don't require gnus-xmas.
17716
17717 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17718
17719         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17720         inline PGP.
17721         (mml-menu): Disable mml-quote-region if mark is inactive.
17722
17723 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17726         when the group's active is not available.
17727
17728 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17731         error.
17732
17733 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * imap.el (imap-store-password): New variable.
17736         (imap-interactive-login): Use it.
17737         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17738
17739 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17742         window-start and hscroll to summary window.
17743
17744 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17745
17746         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17747         conversion message to newsrc-dribble when an actual conversion is
17748         performed.
17749
17750 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17751
17752         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17753
17754 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * mm-decode.el (mm-complicated-handles): New function reviving
17757         former definition of mm-multiple-handles.
17758
17759         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17760         (gnus-mime-delete-part): Use it.
17761
17762 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17763
17764         * gnus-agent.el (gnus-agent-read-local):
17765         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17766         avoid the implicit assumption that they will always be equal.
17767         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17768         coding-system-for-write, as the with-temp-file macro first prints
17769         to a buffer then saves the buffer.
17770
17771 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * gnus-art.el (gnus-article-edit-part): New function.
17774         (gnus-mime-save-part-and-strip): Use it; do query instead of
17775         signaling an error; don't use mm-multiple-handles.
17776         (gnus-mime-delete-part): Ditto.
17777
17778 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17779
17780         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17781         old file versions.
17782         (gnus-group-prepare-hook): Remove function that converted list
17783         form of gnus-agent-expire-days to group properties.
17784
17785         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17786         (gnus-request-accept-article): Re-indented.
17787
17788         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17789         converters to handle old agent file formats.  Add logic for a
17790         "backup before upgrading warning".
17791         (gnus-convert-mark-converter-prompt): Developers can mark
17792         functions as needing (default), or not needing,
17793         gnus-convert-old-newsrc's "backup before upgrading warning".
17794         (gnus-convert-converter-needs-prompt): Tests whether the user
17795         should be protected from potentially irreversable changes by the
17796         function.
17797
17798         * legacy-gnus-agent.el: New.  Provides converters that are only
17799         loaded when gnus-convert-old-newsrc needs to call them.
17800
17801 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * mail-source.el (mail-source-touch-pop): Doc fix.
17804
17805         * message.el (message-smtpmail-send-it): Doc fix.
17806
17807 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17808
17809         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17810
17811         * nnmail.el (nnmail-split-fancy): do.
17812
17813         * gnus-kill.el (gnus-kill, gnus-execute): do.
17814
17815 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17816
17817         * gnus-sum.el (gnus-widget-reversible-match)
17818         (gnus-widget-reversible-to-internal)
17819         (gnus-widget-reversible-to-external): New functions.
17820         (gnus-widget-reversible): New widget.
17821         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17822
17823 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17824
17825         * gnus-sum.el (gnus-thread-sort-functions)
17826         (gnus-article-sort-functions): Document `(not F)' items.
17827
17828 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17829
17830         * spam.el (spam-use-gmane-xref): Add new backend.
17831         (spam-gmane-xref-spam-group): Add variable to control the name of the
17832         Gmane spam group.
17833         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17834         (spam-regex-headers-spam, spam-regex-headers-ham)
17835         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17836         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17837         backends and checks.
17838         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17839
17840         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17841         an autodetect method.
17842
17843 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17844
17845         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17846         articles are being added to a group.
17847         (gnus-request-replace-article): Inform the agent that articles
17848         need to be uncached as the cached contents are no longer valid.
17849
17850 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * binhex.el: Don't autoload executable-find.
17853
17854         * canlock.el: Don't autoload mail-fetch-field.
17855
17856         * dgnushack.el: Autoload c-mode for XEmacs.
17857
17858         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17859
17860         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17861         rmail-dont-reply-to and rmail-output.
17862
17863         * gnus-score.el: Don't autoload ffap-string-at-point.
17864
17865         * gnus-setup.el: Don't autoload sc-cite-original.
17866
17867         * imap.el: Don't autoload base64-decode-string,
17868         base64-encode-string and md5.
17869
17870         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17871         and rmail-msg-restore-non-pruned-header.
17872
17873         * mm-decode.el: Don't autoload executable-find.
17874
17875         * mm-url.el: Don't autoload executable-find.
17876
17877         * mm-view.el: Don't autoload diff-mode.
17878
17879         * nndb.el: Don't autoload news-reply-mode, news-setup,
17880         cancel-timer and telnet.
17881
17882         * password.el: Don't autoload run-at-time for Emacs.
17883
17884         * sha1-el.el: Don't autoload executable-find.
17885
17886         * sieve-mode.el: Don't autoload c-mode.
17887
17888         * uudecode.el: Don't autoload executable-find.
17889
17890 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17891
17892         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17893         (gnus-agent-possibly-alter-active): Avoid null in numeric
17894         comparison.
17895         (gnus-agent-set-local): Refuse to save null in local object table.
17896         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17897         list of articles that will be marked as unread.
17898
17899 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17902
17903 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17904
17905         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17906         language tags.
17907
17908 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17909
17910         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17911         Don't bind "obarray".
17912
17913         * gnus-sum.el (gnus-thread-sort-functions):
17914         Add `gnus-thread-sort-by-most-recent-number' and
17915         `gnus-thread-sort-by-most-recent-date'.
17916         Reported by Kai Grossjohann <kai@emptydomain.de>.
17917
17918 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17921
17922 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17923
17924         * gnus-cus.el (gnus-agent-customize-category):
17925         Remove ignore-errors macro reference that required cl to be loaded at
17926         run-time.
17927
17928         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17929         single-interval range of the form (min . max).  Previously the
17930         range had to look like ((min . max)).  Likewise, return
17931         (min . max) rather than ((min . max)).
17932         (gnus-range-map): Use gnus-range-normalize to accept
17933         single-interval range.
17934
17935         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17936         the cache, but not the agent, now appear with their usual face.
17937
17938         * dgnushack.el (loaddir): New variable that is bound to the
17939         directory containing the dgnushack.el file. Use loaddir, rather
17940         than srcdir, to update load-path. Change lets dgnushack compile
17941         code in directories other than GNUS/lisp.
17942
17943 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * lpath.el: Don't bind w3m-safe-url-regexp.
17946
17947         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17948         w3m-safe-url-regexp variable buffer-local.
17949
17950         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17951
17952 2004-02-27  Simon Josefsson  <jas@extundo.com>
17953
17954         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17955         gnus-group-real-prefix.
17956         (gnus-summary-move-article): Use it, instead of
17957         gnus-group-real-prefix.
17958
17959 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * lpath.el: Bind w3m-safe-url-regexp.
17962
17963         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17964         w3m-safe-url-regexp variable buffer-local and set it as the value
17965         of mm-w3m-safe-url-regexp.
17966
17967         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17968
17969         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17970         parsing gnus-posting-styles when the message is not for replying.
17971
17972         * dgnushack.el: Autoload sgml-mode for XEmacs.
17973
17974         * nnrss.el (nnrss-opml-export):
17975         Use mm-set-buffer-file-coding-system instead of
17976         set-buffer-file-coding-system.
17977
17978 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17979
17980         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17981         of checkdoc.el).
17982         * nnrss.el: do.
17983         * gnus-mlspl.el: do.
17984         * gnus-ml.el: do.
17985         * gnus-srvr.el: do.
17986
17987         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17988
17989 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17990
17991         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17992         Corrections to custom-manual links.
17993
17994         * gnus-art.el (gnus-article): Ditto.
17995
17996         * mm-decode.el (mime-display, mime-security): Ditto.
17997
17998 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17999
18000         * flow-fill.el: Typo.
18001
18002 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18003
18004         * spam-wash.el: New file.
18005
18006 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18007
18008         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18009
18010 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18011
18012         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18013         to be run with new-articles as LIST1, not LIST2.
18014         (spam-registration-functions): Add spam-use-ham-copy as a nil
18015         registration backend.
18016
18017 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18018
18019         * spam-stat.el (spam-stat-washing-hook): New option.
18020         (spam-stat-buffer-words): Use it.
18021         (spam-stat-process-directory, spam-stat-test-directory):
18022         Use insert-file-contents-literally.
18023         (spam-stat-coding-system): New variable.
18024         (spam-stat-load, spam-stat-save): Use it.
18025
18026 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * spam-report.el (spam-report-plug-agent):
18029         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18030
18031 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18034         Allow / in mailto URLs.
18035
18036 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18037
18038         * spam-report.el (spam-report-process-queue): Fix interactive use.
18039         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18040         (spam-report-unplug-agent): Doc fixes.
18041         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18042         (spam-report-agentize, spam-report-deagentize): Autoload.
18043
18044 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18047
18048         * message.el (message-setup-fill-variables): Add mml tags to
18049         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18050         <ajk@iu.edu>.
18051         (message-mode): Don't modify paragraph-separate there.
18052
18053 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * compface.el (uncompface-use-external): Default to undecided.
18056         (uncompface-use-external-threshold): New variable.
18057         (uncompface-float-time): New macro.
18058         (uncompface): Determine whether to use the external decoder if
18059         uncompface-use-external is undecided.
18060
18061 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18064         after images.
18065
18066         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18067
18068 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18069
18070         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18071
18072         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18073
18074         * gnus-sum.el (gnus-summary-limit-to-age)
18075         (gnus-summary-limit-children): do.
18076
18077         * gnus-int.el (gnus-request-scan): do.
18078
18079         * gnus-group.el (gnus-group-suspend): do.
18080
18081         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18082
18083         * gnus-cite.el (gnus-cite-parse-attributions): do.
18084
18085         * gnus-agent.el (gnus-summary-set-agent-mark)
18086         (gnus-agent-regenerate-group): do.
18087
18088         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18089
18090         * binhex.el (binhex-decode-region-internal): do.
18091
18092 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-fun.el (gnus-face-properties-alist): New user option.
18095         (gnus-display-x-face-in-from): Use it.
18096
18097         * gnus-art.el (article-display-face): Ditto.
18098
18099         * compface.el (uncompface-use-external): Default to nil.
18100
18101 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18102
18103         * nntp.el (nntp-erase-buffer): New function.
18104         (nntp-retrieve-data, nntp-send-command)
18105         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18106         (nntp-possibly-change-group): Use it.
18107
18108         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18109         Use with-current-buffer.
18110
18111 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18112
18113         * compface.el: Merge the ELisp-based uncompface program.
18114         (compface): New customization group.
18115         (uncompface-use-external): New user option.
18116         (uncompface): Call uncompface-internal if uncompface-use-external
18117         is nil.
18118         (uncompface-internal): New function.  Note that there are also
18119         some other functions and variables added for this function.
18120
18121 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18122
18123         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18124         if necessary.
18125
18126 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18127
18128         * spam-report.el (spam-report-unplug-agent)
18129         (spam-report-plug-agent, spam-report-deagentize)
18130         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18131         Add support for the Agent in spam-report: when unplugged, report to a
18132         file; when plugged, submit all the requests.
18133
18134         * spam.el (spam-register-routine): Fix message about
18135         registration.
18136
18137 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18140         dependencies.
18141         (rfc2047-encode): Use it.
18142
18143         * gnus-art.el (gnus-button-marker-list): Move before first
18144         reference.
18145
18146         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18147         (imap-parse-body): Fix format string mismatch.
18148
18149         * gnus-score.el (gnus-summary-increase-score): do.
18150
18151         * nnrss.el (nnrss-close): New function.
18152
18153 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18154
18155         * nnrss.el (nnrss-make-filename): New function.
18156         (nnrss-request-delete-group, nnrss-read-server-data)
18157         (nnrss-save-server-data, nnrss-read-group-data)
18158         (nnrss-save-group-data): Use it.
18159         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18160         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18161         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18162
18163 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18164
18165         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18166
18167 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18168
18169         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18170         files.
18171
18172         * message.el (message-generate-headers-first): Don't quote nil
18173         and t in docstrings.
18174
18175         * imap.el (imap-id): do.
18176
18177         * gnus-agent.el (gnus-agent-consider-all-articles)
18178         (gnus-agent-queue-mail): do.
18179
18180 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18181
18182         * spam-report.el (spam-report-process-queue): New function.
18183         Process requests from `spam-report-requests-file'.
18184         (spam-report-process-queue): Doc fix.
18185
18186 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18187
18188         * spam.el (spam-register-routine)
18189         (spam-log-processing-to-registry, spam-log-registered-p)
18190         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18191         Change "check" to "spam-check" for semi-clarity.
18192
18193 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * pop3.el: Require nnheader.
18196
18197         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18198
18199         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18200
18201         * gnus-picon.el: Require cl.
18202
18203         * gnus-fun.el: Require gnus-ems and gnus-util.
18204
18205         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18206
18207         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18208
18209         * gnus-art.el (gnus-article-edit-mode): Define before first
18210         reference.
18211
18212 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18213
18214         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18215         (gnus-uu-post-encoded): Use point-at-bol.
18216
18217         * gnus-topic.el (gnus-group-active-topic-p): do.
18218
18219         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18220
18221         * gnus-group.el (gnus-group-kill-region): do.
18222
18223         * gnus-art.el (article-date-ut): do.
18224
18225         * message.el (message-fetch-field): Remove redundant
18226         case-fold-search binding.
18227         (message-narrow-to-field): Simplify.
18228
18229 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * spam.el (spam-directory): Derive from `gnus-directory'.
18232
18233         * spam-report.el (spam-report-url-to-file)
18234         (spam-report-requests-file): New function and variable for offline
18235         reporting.
18236         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18237         and user defined function.
18238         (spam-report-url-ping-mm-url): Remove doubled slash.
18239
18240 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18241
18242         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18243
18244 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18247         Fix format string mismatch.
18248
18249         * sieve.el (sieve-deactivate-all): do.
18250
18251         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18252
18253         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18254
18255         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18256
18257         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18258
18259 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18260
18261         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18262         the list of checks.
18263
18264 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18267         padding.
18268
18269 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18270
18271         * mm-view.el (mm-fill-flowed): New variable.
18272         (mm-inline-text): Use it.
18273
18274 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18275
18276         * spam.el (spam-spamassassin-register-ham-routine)
18277         (spam-spamassassin-register-spam-routine): Fix function names.
18278
18279 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus.el (gnus-tmp-grouplens): Remove.
18282         (gnus-summary-line-format): Remove grouplens.
18283
18284         * gnus-group.el (gnus-group-line-format): Ditto.
18285
18286         * gnus-spec.el (gnus-format-specs): Ditto.
18287         (gnus-update-format-specifications): Flush the group format spec
18288         cache if there's the grouplens stuff.
18289         (gnus-parse-simple-format): Replace %l with the empty string.
18290
18291 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18292
18293         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18294         omission.
18295
18296 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18299         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18300
18301 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18302
18303         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18304         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18305         New macros and functions.
18306         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18307         Handle > NLINK_MAX messages.
18308         * nnmaildir.el (nnmaildir-request-set-mark):
18309         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18310
18311 2004-01-25  Alex Schroeder  <alex@gnu.org>
18312
18313         * spam-stat.el (spam-stat-process-directory-age): New option.
18314         (spam-stat-process-directory): Use it.
18315
18316 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18317
18318         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18319         (spam-stat-save): Accept prefix argument.
18320
18321 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18322
18323         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18324         links" error.
18325
18326 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18329         the rest of the and/or forms.
18330
18331 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18332
18333         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18334         compatibility with old .newsrc.eld files.
18335
18336         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18337
18338         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18339
18340         * gnus-start.el (gnus-1): do.
18341
18342         * gnus-group.el (gnus-group-line-format-alist): do.
18343
18344         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18345
18346         * gnus-gl.el: Remove.
18347
18348 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18349
18350         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18351         marks consisting of a single range {for example, (3 . 5)} rather
18352         than a list of a single range { ((3 . 5)) }.
18353
18354 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18355
18356         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18357         Use with-current-buffer.
18358         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18359         avoid consing a string.
18360
18361         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18362         Remove obsolete entries for big5 and gb2312.
18363
18364 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18365
18366         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18367         uncompressed list.
18368
18369 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * spam-stat.el (spam-stat-strip-xref): New function.
18372         (spam-stat-process-directory): Use it.
18373
18374         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18375         here -- it's done in message-fetch-field.
18376
18377 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18378
18379         * gnus-agent.el (gnus-agent-queue-mail)
18380         (gnus-agent-prompt-send-queue): New variables.
18381         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18382         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18383         "nndraft:queue" along to gnus-draft-send.
18384         Use gnus-agent-prompt-send-queue.
18385         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18386         is "nndraft:queue".  Suggested by Gaute Strokkenes
18387         <gs234@srcf.ucam.org>
18388
18389         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18390         (agent-enable-undownloaded-faces): Add.
18391         (gnus-agent-cat-groups): Use eval-and-compile, not
18392         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18393         method of gnus-agent-cat-groups even when the buffer has been
18394         evaled.
18395         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18396         delete gnus-agent-save-active-1.
18397         (gnus-agent-save-groups): Delete.  Identical to
18398         gnus-agent-save-active.
18399         (gnus-agent-write-active): No longer adjust agent's copy of active
18400         file as agent's adjustments are now stored in their own
18401         file.  Remove optional parameter.
18402         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18403         servers.  Add use of min/max range limits from server's local
18404         file.
18405         (gnus-agent-save-alist): Remove unused optional argument.
18406         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18407         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18408         (gnus-agent-set-local): A per-server file that keeps min/max range
18409         limits for articles known to the agent.  Provides a fast mechanism
18410         for altering many active ranges.
18411         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18412         active file (local makes it unnecessary).
18413         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18414
18415         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18416         (agent-enable-undownloaded-faces): Add.
18417
18418         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18419         disable it when sending to "nndraft:queue".
18420         (gnus-group-send-queue): Add safety check to avoid sending queue
18421         when unplugged.
18422
18423         * gnus-group.el (gnus-group-catchup): Use new
18424         gnus-sequence-of-unread-articles, not
18425         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18426         numbers of articles.  Use gnus-range-map to avoid having to
18427         uncompress the unread list.
18428         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18429         Fix invalid ange-ftp reference.
18430
18431         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18432         (gnus-sorted-range-intersection): Intersection of two ranges
18433         without requiring that they first be uncompressed.
18434
18435         * gnus-start.el (gnus-activate-group): Unless blocked by the
18436         caller, possibly expand the active range to include both cached
18437         and agentized articles.
18438         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18439         multiple version-dependent converters.
18440         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18441         gnus-agent-save-active.
18442         (gnus-save-newsrc-file): Save dirty agent range limits.
18443
18444         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18445         gnus-agent-possibly-alter-active.
18446         (gnus-adjust-marked-articles): Faster handling of simple lists.
18447
18448 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18449
18450         * spam-stat.el (spam-stat-test-directory): New optional argument
18451         displays a list of files detected.  Suggested by Andrew Cohen
18452         <cohen@andy.bu.edu>.
18453         (spam-stat-buffer-words-with-scores): Don't narrow and change
18454         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18455
18456 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18457
18458         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18459         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18460         (spam-spamassassin-arguments)
18461         (spam-spamassassin-spam-flag-header)
18462         (spam-spamassassin-positive-spam-flag-header)
18463         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18464         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18465         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18466         (spam-list-of-processors, spam-list-of-checks)
18467         (spam-list-of-statistical-checks, spam-registration-functions)
18468         (spam-check-spamassassin-headers, spam-check-spamassassin)
18469         (spam-spamassassin-score)
18470         (spam-spamassassin-register-with-sa-learn)
18471         (spam-spamassassin-register-spam-routine)
18472         (spam-spamassassin-register-ham-routine)
18473         (spam-assassin-register-spam-routine)
18474         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18475         (spam-bogofilter-score): Fix to show article before scoring.
18476
18477 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18478
18479         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18480         default scoring function.
18481         (spam-generic-score): Call spam-spamassassin-score if
18482         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18483         spam-bogofilter-score otherwise.
18484
18485         * gnus.el (spam-process, spam-autodetect-methods):
18486         Add spamassassin and spamassassin-headers.
18487
18488 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18489
18490         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18491         Suppress unnecessary messages.
18492
18493 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18494
18495         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18496         make-hash-table.
18497
18498 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * canlock.el (base64-encode-string): Don't autoload it.
18501
18502 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * run-at-time.el: Remove useless (require 'itimer),
18505         eval-and-compile and (featurep 'xemacs).
18506
18507 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18508
18509         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18510         GROUP is a virtual group.
18511
18512 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18513
18514         * gnus.el: Autoload `message-y-or-n-p'.
18515
18516 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18517
18518         * pgg-parse.el: Remove unnecessary (require 'custom).
18519
18520         * pgg-def.el: do.
18521
18522         * nnmail.el: do.
18523
18524         * gnus-undo.el: do.
18525
18526         * gnus-picon.el: do.
18527
18528         * gnus-util.el: do.
18529
18530 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18531
18532         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18533
18534 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18537         handle, as well as a list.
18538
18539         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18540         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18541         (mm-w3m-cid-retrieve): Simplify.
18542
18543 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18544
18545         * message.el (message-kill-to-signature): Allow prefix arg to
18546         specify number of lines to keep before signature.
18547
18548 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18549
18550         * message.el (message-kill-to-signature): Change docstring.
18551
18552 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * canlock.el: Always require sha1-el.
18555         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18556
18557         * message.el: Autoload sha1 only when compiling.
18558
18559         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18560         eudc-expand-inline for XEmacs.
18561
18562 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * message.el (message-canlock-generate): Require sha1-el.
18565
18566 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * message.el (message-expand-name): Silence the byte compiler.
18569
18570         * lpath.el: Add detect-coding-system.
18571
18572         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18573         cus-edit.
18574
18575 2004-01-13  Simon Josefsson  <jas@extundo.com>
18576
18577         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18578         Invoke gnus-score-mode.
18579         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18580
18581         * gnus-range.el (gnus-compress-sequence): Doc fix.
18582         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18583
18584 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18585
18586         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18587
18588 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18589
18590         * spam.el (spam-get-article-as-string): Update to use
18591         gnus-request-article-this-buffer, much simpler.
18592         (spam-get-article-as-buffer): Remove.
18593
18594 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18595
18596         * message.el (message-expand-name): Use EUDC if the user uses that.
18597
18598 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18599
18600         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18601         character for the encoding to avoid consing a string.
18602
18603         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18604         unnecessarily.
18605
18606         * mm-util.el (mm-replace-chars-in-string): Remove.
18607
18608         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18609         of mm-replace-chars-in-string.
18610
18611 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18614
18615         * mm-util.el (mm-subst-char-in-string): Support inplace.
18616
18617         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18618         a new string in every iteration.  Use shy groups.
18619
18620 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18621
18622         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18623         * gnus-soup.el (gnus-soup-group-brew):
18624         * gnus-msg.el (gnus-put-message):
18625         * gnus-move.el (gnus-group-move-group-to-server):
18626         * gnus-kill.el (gnus-batch-score):
18627         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18628         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18629         (gnus-group-update-group, gnus-group-read-group)
18630         (gnus-group-make-group, gnus-group-make-help-group)
18631         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18632         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18633         (gnus-group-sort-by-unread, gnus-group-catchup)
18634         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18635         (gnus-group-yank-group, gnus-group-set-info)
18636         (gnus-group-list-groups):
18637         * gnus.el (gnus-generate-new-group-name):
18638         * gnus-delay.el (gnus-delay-send-queue):
18639         * nnvirtual.el (nnvirtual-catchup-group):
18640         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18641         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18642         (gnus-group-prepare-topics, gnus-topic-check-topology):
18643         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18644         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18645         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18646         (gnus-group-make-articles-read):
18647         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18648         (gnus-group-change-level, gnus-kill-newsgroup)
18649         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18650         (gnus-get-unread-articles, gnus-make-articles-unread)
18651         (gnus-make-ascending-articles-unread): Use accessor
18652         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18653         to get group information for improved readability.
18654
18655
18656 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18657
18658         * gnus-art.el (article-decode-mime-words, article-babel)
18659         (gnus-article-highlight-signature, gnus-article-add-buttons)
18660         (gnus-signature-toggle): Use gnus-with-article-buffer.
18661
18662         * gnus-art.el (gnus-article-highlight-headers)
18663         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18664
18665         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18666         (gnus-article-set-globals, gnus-request-article-this-buffer)
18667         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18668         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18669         (gnus-mime-display-alternative): Use with-current-buffer.
18670
18671 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18672
18673         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18674         also under 80 char limit, and call gnus-error if needed.
18675         (spam-fetch-article-header): Fix - it was a
18676         buffer-local variable (gnus-newsgroup-data).
18677         (spam-find-spam): Use spam-generate-fake-headers, forget about
18678         spam-insert-fake-headers.
18679         (spam-insert-fake-headers): Remove.
18680
18681 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18682
18683         * deuglify.el (gnus-article-outlook-unwrap-lines)
18684         (gnus-outlook-rearrange-article)
18685         (gnus-outlook-repair-attribution-outlook)
18686         (gnus-outlook-repair-attribution-block)
18687         (gnus-outlook-repair-attribution-other): Remove redundant
18688         save-excursion.
18689
18690 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18693         (spam-fetch-field-subject-fast)
18694         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18695         (spam-fetch-article-header): Add functions to deal with Gnus
18696         internals for fast retrieval of article header data.
18697         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18698
18699 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18700
18701         * pop3.el (pop3-md5): Remove.
18702         (pop3-apop): Replace pop3-md5 with md5.
18703
18704         * mm-bodies.el: base64 is always built-in.
18705
18706         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18707         Use with-current-buffer.
18708
18709 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * canlock.el (canlock-insert-header): Remove excessive grouping in
18712         regexp.
18713
18714         * gnus-sum.el (gnus-summary-read-document): Ditto.
18715
18716         * gnus-uu.el (gnus-uu-part-number): Ditto.
18717
18718         * html2text.el (html2text-remove-tags): Ditto.
18719         (html2text-format-tags): Ditto.
18720         (html2text-format-single-elements): Ditto.
18721
18722         * mml.el (mml-parse-1): Ditto.
18723
18724 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18725
18726         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18727
18728         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18729
18730         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18731
18732         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18733
18734 2003-11-15  Simon Josefsson  <jas@extundo.com>
18735
18736         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18737         (pgg-gpg-lookup-key): Use regexp match instead of
18738         split-string (split-string is different between emacs 21.2 and
18739         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18740
18741 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18742
18743         * gnus-art.el (gnus-mime-view-all-parts)
18744         (gnus-article-part-wrapper, gnus-article-view-part):
18745         Use with-current-buffer.
18746
18747 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18748
18749         * spam.el (spam-disable-spam-split-during-ham-respool)
18750         (spam-spamoracle-database, spam-cache-lookups)
18751         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18752         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18753         (spam-group-ham-marks, spam-group-spam-marks)
18754         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18755         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18756         also add spam-use-blackholes to the statistical checks.
18757         (spam-fetch-field-fast): Add interface to fetching fields, may
18758         become a macro.
18759         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18760         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18761         (spam-insert-fake-headers): Fake an article when needed.
18762         (spam-find-spam): Fake article when possible.
18763         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18764         (spam-check-bogofilter-headers): Use message-fetch-field instead
18765         of nnmail-fetch-field.
18766
18767 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18770
18771 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18772
18773         * spam.el (spam-split): Do not require spam-use-CHECK to be
18774         enabled if that check is passed to spam-split explicitly; also
18775         fix so 'spam doesn't get converted to spam-split-group when
18776         spam-split-symbolic-return is t.
18777         (spam-find-spam): Find registrations of the article and use those
18778         instead of re-running spam-split to find the spam/ham
18779         classification of the article.
18780         (spam-log-processing-to-registry, spam-log-registered-p)
18781         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18782         Use gnus-error instead of gnus-message.
18783         (spam-log-registration-type): Add function to determine the
18784         classification of a message based on registry entries; will
18785         return nil if both 'spam and 'ham are found.
18786         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18787         a reasonably fast local cache without the loading errors.
18788         (spam-cache-lookups): Set to t by default.
18789         (spam-find-spam): Don't try to guess spam-cache-lookups.
18790         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18791         spam-caches entry.
18792         (spam-filelist-build-cache, spam-filelist-check-cache):
18793         Fix caching of whitelist/blacklist entries.
18794         (spam-check-whitelist, spam-check-blacklist):
18795         Invoke spam-from-listed-p with a type, not a cache variable.
18796         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18797
18798 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18799
18800         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18801
18802         * nnmail.el (nnmail-split-fancy): do.
18803
18804         * mml.el (mml-parse): do.
18805
18806         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18807         (gnus-score-adaptive): do.
18808
18809 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18812         (gnus-mime-button-map): Don't set keymap parent.
18813         (gnus-button-ctan-directory-regexp): Use shy grouping.
18814         (gnus-prev-page-map): Don't set keymap parent.
18815         (gnus-prev-page-map): Remove duplicated one.
18816         (gnus-next-page-map): Don't set keymap parent.
18817         (gnus-mime-security-button-map): Ditto.
18818
18819         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18820         version number.
18821
18822         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18823
18824 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * canlock.el (canlock-sha1-function): Remove.
18827         (canlock-sha1-function-for-verify): Remove.
18828         (canlock-openssl-program): Remove.
18829         (canlock-openssl-args): Remove.
18830         (canlock-ignore-errors): Remove.
18831         (canlock-sha1-with-openssl): Remove.
18832         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18833         (canlock-verify): Don't use canlock-ignore-errors.
18834
18835         * sha1-el.el (sha1-string-external): Make it can return a string
18836         in binary form.
18837         (sha1-region-external): Ditto.
18838         (sha1-string-internal): Ditto.
18839         (sha1-region-internal): Ditto.
18840         (sha1-region): Ditto.
18841         (sha1-string): Ditto.
18842         (sha1): Ditto.
18843
18844 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18845
18846         * spam.el (spam-report-articles-gmane): New command.
18847
18848 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18851
18852         * run-at-time.el (run-at-time-saved): Remove.
18853         (run-at-time): Doc fix.
18854
18855 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18856
18857         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18858         (gnus-summary-limit-map): Add it.
18859         (gnus-summary-make-menu-bar): do.
18860
18861 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18862
18863         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18864         Make attempt at some caching support (done for BBDB only now).
18865         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18866         addresses to be checked.
18867         (spam-clear-cache-BBDB): Add function, to be invoked by
18868         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18869         (spam-check-BBDB): Check and use the caches, if
18870         spam-cache-lookups is on, remove superfluous (provide).
18871
18872 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18875
18876 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18877
18878         * run-at-time.el (run-at-time-saved): Move to after the definition
18879         of `run-at-time'.
18880
18881         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18882
18883 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18886         mm-w3m-local-map-property.
18887
18888         * mm-view.el (mm-w3m-mode-map): Remove.
18889         (mm-w3m-local-map-property): Remove.
18890         (mm-inline-text-html-render-with-w3m): Don't use
18891         mm-w3m-local-map-property.
18892
18893 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18894
18895         * run-at-time.el: New file.
18896
18897         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18898         under Emacs.
18899
18900         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18901         of gnus-set-text-properties.
18902
18903         * gnus-uu.el (gnus-uu-save-article): Ditto.
18904
18905         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18906
18907         * gnus-cite.el (gnus-cite-parse): Ditto.
18908
18909         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18910         of gnus-.
18911
18912         * gnus-xmas.el (run-at-time): Require run-at-time.
18913
18914         * gnus.el: Change calls to nnheader-run-at-time and
18915         password-run-at-time throughout to use run-at-time directly.
18916
18917         * password.el: Remove definition of run-at-time.
18918
18919         * nnheaderxm.el: Remove definition of run-at-time.
18920
18921 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18922
18923         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18924         in prompt.
18925
18926 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18927
18928         * messagexmas.el (message-xmas-redefine): Alias
18929         `message-make-caesar-translation-table' to
18930         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18931         version.
18932
18933         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18934         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18935         `gnus-xmas-set-text-properties'.
18936         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18937         `gnus-xmas-completing-read'.
18938         (gnus-xmas-completing-read): Removed.
18939         (gnus-xmas-open-network-stream): Removed.
18940
18941         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18942         XEmacs version.
18943
18944         * dns.el (dns-make-network-process): Use `open-network-stream'
18945         instead of `gnus-xmas-open-network-stream'.
18946
18947         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18948
18949         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18950
18951 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18952
18953         * gnus-art.el (gnus-mime-display-alternative)
18954         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18955         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18956         Don't use gnus-local-map-property.
18957
18958         * gnus-util.el (gnus-local-map-property): Remove.
18959
18960         * mm-view.el (mm-view-pkcs7-decrypt):
18961         Replace gnus-completing-read-maybe-default with completing-read.
18962
18963         * gnus-util.el (gnus-completing-read): do.
18964         (gnus-completing-read-maybe-default): Remove.
18965
18966 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18967
18968         * password.el: Only autoload `run-at-time' if not XEmacs.
18969         Only autoload the itimer functions if XEmacs.
18970
18971 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18974         XEmacsen.
18975
18976         * dgnushack.el: Autoload executable-find for XEmacs.
18977
18978 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18979
18980         * gnus-art.el (gnus-read-string): Remove.
18981         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18982         read-string.
18983
18984 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18985
18986         * netrc.el: Autoload password-read.
18987         (netrc): Add configuration group.
18988         (netrc-encoding-method, netrc-openssl-path):
18989         Add variables for encoding and decoding of files with symmetric
18990         ciphers.
18991         (netrc-encode): Add assistant function to encode a file with
18992         netrc-encoding-method.
18993         (netrc-parse): Add interactive parameter, added optional
18994         decoding if netrc-encoding-method is non-nil but otherwise
18995         behavior is standard.
18996         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18997         Do s/encode/encrypt/ everywhere.
18998
18999         * spam.el: Remove executable-find autoload.
19000
19001 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19002
19003         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19004
19005         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19006
19007 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19008
19009         * gnus-art.el (gnus-treat-ansi-sequences)
19010         (article-treat-ansi-sequences): New variable and function.
19011         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19012
19013         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19014         Use it.
19015
19016 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19017
19018         * mm-util.el (mm-quote-arg): Remove.
19019
19020         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19021         shell-quote-argument.
19022
19023         * gnus-uu.el (gnus-uu-command): do.
19024
19025         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19026
19027         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19028         with make-char.
19029
19030         * mm-util.el (mm-make-char): Remove.
19031
19032         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19033         add-minor-mode.
19034
19035         * gnus-undo.el (gnus-undo-mode): do.
19036
19037         * gnus-topic.el (gnus-topic-mode): do.
19038
19039         * gnus-sum.el (gnus-dead-summary-mode): do.
19040
19041         * gnus-start.el (gnus-slave-mode): do.
19042
19043         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19044
19045         * gnus-ml.el (gnus-mailing-list-mode): do.
19046
19047         * gnus-gl.el (gnus-grouplens-mode): do.
19048
19049         * gnus-draft.el (gnus-draft-mode): do.
19050
19051         * gnus-dired.el (gnus-dired-mode): do.
19052
19053         * gnus-ems.el (gnus-add-minor-mode): Remove.
19054
19055         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19056         Replace gnus-char-width with char-width.
19057
19058         * gnus-ems.el (gnus-char-width): Remove.
19059
19060         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19061         Replace gnus-char-width with char-width.
19062
19063         * gnus-ems.el (gnus-char-width): Remove.
19064
19065         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19066         definition.
19067         Remove Emacs 20 hash table compatibility code.
19068
19069         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19070         20 compatibility code.
19071
19072         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19073
19074         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19075
19076         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19077         Replace with point-at-{eol,bol}.
19078
19079         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19080
19081         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19082
19083         * flow-fill.el (fill-flowed-point-at-bol)
19084         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19085
19086         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19087         Replace with point-at-{eol,bol} throughout all files.
19088
19089 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * ntlm.el (ntlm-string-as-unibyte): New macro.
19092         (ntlm-build-auth-response): Use it.
19093
19094         Remove Emacs 20 stuff:
19095         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19096         (butlast, mapc, remove): Remove the compiler macros.
19097         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19098         of delq and copy-sequence.
19099         * gnus-art.el (popup-menu): Remove the compiler macro.
19100         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19101         Emacs 20.
19102
19103 2004-01-05  Simon Josefsson  <jas@extundo.com>
19104
19105         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19106         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19107         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19108         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19109         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19110         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19111         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19112         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19113         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19114         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19115         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19116         string-xor into ntlm-string-xor.
19117         Suggested by Jesper Harder <harder@myrealbox.com>.
19118
19119         * ntlm.el: Don't include poem.
19120
19121         * md4.el (print-int32, print-string-hexa): Remove.
19122         Suggested by Jesper Harder <harder@myrealbox.com>.
19123
19124         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19125
19126         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19127         probably breaks emacs with DL patch, but do we care? Is anyone
19128         still using the DL stuff?)
19129
19130         * sieve-manage.el: Use the password package.
19131         (sieve-manage-read-passwd): Remove.
19132         (sieve-manage-interactive-login): Use password.  Re-add
19133         condition-case around loop.
19134
19135         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19136         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19137         Use the password package.
19138
19139 2003-02-19  Simon Josefsson  <jas@extundo.com>
19140
19141         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19142         token.
19143
19144 2002-08-07  Simon Josefsson  <jas@extundo.com>
19145
19146         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19147         (sieve-manage-authenticators):
19148         (sieve-manage-authenticator-alist): Add some SASL mechs.
19149         (sieve-sasl-auth): New function.
19150         (sieve-manage-cram-md5-auth):
19151         (sieve-manage-plain-auth): Rewrite using SASL library.
19152         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19153         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19154         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19155         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19156
19157 2004-01-05  Simon Josefsson  <jas@extundo.com>
19158
19159         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19160         New files.
19161
19162 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19163
19164         * gnus-group.el (gnus-no-groups-message): Update.
19165
19166         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19167
19168 2003-11-09  Simon Josefsson  <jas@extundo.com>
19169
19170         * imap.el: Support for ID IMAP extension (RFC 2971).
19171         (imap-local-variables): Add imap-id.
19172         (imap-id): New variable.
19173         (imap-id): New function.
19174         (imap-parse-response): Parse untagged ID response.
19175         * nnimap.el (nnimap-id): New variable.
19176         (nnimap-open-connection): Use it.
19177
19178 2003-12-28  Simon Josefsson  <jas@extundo.com>
19179
19180         * gnus-score.el (gnus-score-edit-all-score): New.
19181         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19182
19183 2004-01-04  Simon Josefsson  <jas@extundo.com>
19184
19185         * password.el: Add.
19186
19187 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19188
19189         * dns.el (dns-query-types): Fix typo.
19190         (dns-query-types): New function.
19191         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19192         PTR and SOA replies, see RFC 1035.
19193
19194 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19195
19196         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19197
19198         * Move to Changelog.2.
19199
19200 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19201
19202         * gnus.el (gnus-version-number): Bump version.
19203
19204 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19205
19206         * gnus.el: No Gnus v0.1 is released.
19207
19208 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19209
19210         * gnus.el: No Gnus v0.0 is released.
19211
19212 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19213
19214         * gnus.el (gnus-version-number): Bump.
19215         (gnus-version): No.
19216
19217 See ChangeLog.2 for earlier changes.
19218
19219     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19220       Free Software Foundation, Inc.
19221
19222   This file is part of GNU Emacs.
19223
19224   GNU Emacs is free software: you can redistribute it and/or modify
19225   it under the terms of the GNU General Public License as published by
19226   the Free Software Foundation, either version 3 of the License, or
19227   (at your option) any later version.
19228
19229   GNU Emacs is distributed in the hope that it will be useful,
19230   but WITHOUT ANY WARRANTY; without even the implied warranty of
19231   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19232   GNU General Public License for more details.
19233
19234   You should have received a copy of the GNU General Public License
19235   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19236
19237 ;; Local Variables:
19238 ;; coding: utf-8
19239 ;; fill-column: 79
19240 ;; add-log-time-zone-rule: t
19241 ;; End: