shr-color: add HTML->hexadecimal converter
[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): Made into its own function.
41         (nnimap-request-rename-group): Unselect group before renaming.  This
42         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): Renamed 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 and keep
549         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
564         engines. allow separate extra-parameters for each engine. batch queries
565         when possible.
566         (nnir-imap-default-search-key,nnir-method-default-engines): add
567         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): Remove
583         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-img): Ignore very small web bug type images.
595         (shr-put-image): Add help-echo alt texts to the images.
596         (shr-tag-video): Show the video poster image.
597
598 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-table-depth): New variable.
601         (shr-tag-table-1): Only insert the images after the top-level table.
602
603         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
604
605         * gnus-util.el (gnus-list-memq-of-list): New function.
606
607         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
608         selected.
609         (nnimap-unsplittable-articles): New slot.
610         (nnimap-new-articles): Use it.
611
612 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
613
614         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
615         move to the previous line on `M-g'.
616
617 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
620         *-request-group, which seems unnecessary.
621
622         * nnimap.el (nnimap-quote-specials): Function copied over from
623         imap.el.
624         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
625         they support that.  Suggested by Tom Regner.
626
627 2010-10-29  Julien Danjou  <julien@danjou.info>
628
629         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
630         defalias.
631         (gnus-summary-delete-marked-with): Remove obsolete defalias.
632
633         * gnus.el: Remove `gnus-nntp-service' variable.
634         (gnus-secondary-servers): Make obsolete.
635         (gnus-nntp-server): Make obsolete.
636
637         * gnus-start.el (gnus-1): Remove x-splash calls.
638
639         * gnus-ems.el (gnus-x-splash): Remove.
640
641         * gnus.el (gnus-group-startup-message): Simplify/update code.
642
643         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
644         definition.
645
646         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
647         capability before doing anything.
648         (gnus-group-insert-group-line): Remove useless
649         gnus-group-remove-excess-properties.
650
651 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
654
655 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
658         config after reselecting.
659
660 2010-10-28  Julien Danjou  <julien@danjou.info>
661
662         * shr.el (shr-put-image): Use point even if only inserting text.
663         (shr-put-image): Save excursion when inserting alt text on non-graphic
664         display, so the behaviour is the same when we are on a graphic display.
665
666         * nnir.el (nnir-run-swish-e): Remove hyrex support.
667
668 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
671         (gnus-mime-copy-part): Check coding system, not charset.
672         (gnus-mime-view-part-externally): Never remove part.
673         (gnus-mime-view-part-internally): Don't remove part here.
674         (gnus-article-part-wrapper): Make sure MIME tag is visible.
675         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
676         multipart/alternative.
677
678         * mm-decode.el (mm-display-part): Take optional arg `force'.
679
680 2010-10-26  Julien Danjou  <julien@danjou.info>
681
682         * gnus-group.el (gnus-group-default-list-level): Add this function to
683         compute the default list level.
684         (gnus-group-default-list-level): Add possibility to use a function.
685
686 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
689
690         * gnus-group.el (gnus-group-completing-read)
691         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
692         gnus-replace-in-string.
693
694 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * shr.el (shr-tag-div): Added.
697
698         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
699
700 2010-10-25  Julien Danjou  <julien@danjou.info>
701
702         * gnus-util.el: Remove `gnus-with-local-quit'.
703
704         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
705
706 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
709         the original article buffer.
710
711 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * nnimap.el (nnimap-request-head): New function.
714         (nnimap-request-move-article): Try to be slighly faster by not
715         requesting the entire message when moving.
716         (nnimap-transform-headers): Don't bug out on bodiless articles.
717         (nnimap-send-command): Have no outstanding messages if the IMAP server
718         doesn't support streaming.
719         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
720
721 2010-10-24  Julien Danjou  <julien@danjou.info>
722
723         * message.el (message-default-headers): Fix type.
724
725 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
728         prefetching images.
729
730         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
731         backend for unknown groups.  This is mainly useful for nnimap groups.
732
733         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
734         group isn't covered by the agent.
735
736 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
737
738         * nnir.el (nnir-method-default-engines): new variable.
739         (nnir-run-query): use it.
740         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
741         (gnus-summary-nnir-goto-thread): change group if needed.
742
743         * gnus-group.el (gnus-group-group-map): add key binding for
744         gnus-group-make-nnir-group.
745
746 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * shr.el (shr-tag-object): Added.
749
750         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
751         original article buffer live.
752         (gnus-summary-select-article-buffer): Mention
753         gnus-widen-article-buffer.
754
755 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * shr.el (shr-tag-strong): Added.
758
759 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
762         group names.  They mess up the group buffer badly.
763
764         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
765
766         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
767         instead of the summary one.
768
769 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * mml.el (mml-preview): Work properly when editing article.
772
773         * gnus-start.el (gnus-read-active-file-1): Don't add method to
774         gnus-have-read-active-file if it's already been in.
775
776 2010-10-22  Tom Tromey  <tromey@redhat.com>
777
778         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
779         gnus-group-completing-read.
780
781 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * message.el (message-mode-map): Don't bind M-; to comment region, to
784         allow the global comment-dwim to work.
785
786 2010-10-21  Julien Danjou  <julien@danjou.info>
787
788         * message.el (message-setup-1): Allow message-default-headers to be a
789         function.
790
791 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * shr.el (shr-tag-table): Simplify.
794
795 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
798         to avoid trying to snarf invalid stuff.
799
800         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
801
802         * gnus.el (gnus-message-archive-group): Quote value.
803         (gnus-message-archive-group): Mark as changed.
804
805         * shr.el (shr-add-font): Don't put the font properties on the newline
806         or the indentation.
807
808         * message.el (message-fix-before-sending): Change options when sending
809         non-printable characters.
810
811         * gnus.el (gnus-message-archive-method): Change the default to
812         monthly outgoing groups.
813
814         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
815         that have gotten new numbers.
816
817         * nnimap.el (nnimap-request-replace-article): New function.
818
819 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
822         (nnrss-request-article): Don't use special html washing code.
823
824 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * shr.el (shr-tag-table): Remove useless nconc.
827
828 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * gnus-art.el (article-wash-html): Simplify and remove the charset
831         stuff.  Use the normal html rendering code instead of the special html
832         washing code.
833
834         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
835         `gnus-w3m' symbols.
836         (mm-text-html-washer-alist): Removed.
837
838         * mm-decode.el (mm-inline-text-html-renderer): Removed.
839         (mm-inline-media-tests): Removed use.
840         (mm-text-html-renderer): Change default to the `shr' symbol.
841
842         * mm-view.el (mm-inline-text-html): Removed use.
843
844         * gnus-art.el (gnus-blocked-images): New function.  Allow the
845         `gnus-blocked-images' to be a function.
846         (gnus-article-wash-function): Removed.
847
848 2010-10-20  Julien Danjou  <julien@danjou.info>
849
850         * spam.el (spam-list-of-processors): Mark as obsolete.
851
852         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
853         (nnimap-insert-partial-structure): Fix boundary detection.
854
855 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
856
857         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
858         run file-truename on remote files.  This can be expensive and even
859         prevent one from editing drafts if some unrelated buffer has a stale
860         connection.
861
862 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
865         kinsoku-eol regardless of shr-kinsoku-shorten.
866         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
867         (shr-tag-table): Support caption, thead, and tfoot.
868
869 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
872         lines.
873         (shr-save-contents): New command and keystroke.
874
875         * nndoc.el (nndoc-type-alist): Add git support.
876         (nndoc-git-type-p): New function.
877         (nndoc-transform-git-article): Ditto.
878         (nndoc-transform-git-headers): Ditto.
879         (nndoc-transform-git-headers): Generate Subject headers.
880
881         * shr.el (shr-parse-style): New function.
882         (shr-tag-span): Ditto.
883
884         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
885         to `G G' to avoid collisions.
886
887 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * shr.el: Load kinsoku if necessary.
890         (shr-kinsoku-shorten): New internal variable.
891         (shr-find-fill-point): Make kinsoku shorten text line if
892         shr-kinsoku-shorten is bound to non-nil.
893         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
894         shr-indentation too when testing if table is wider than frame width.
895         (shr-insert-table): Use `string-width' instead of `length' to measure
896         text width.
897         (shr-insert-table-ruler): Make sure indentation is done at bol.
898
899 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
900
901         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
902         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
903         undecoded network data.
904
905 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
908         name in the mode line spec so that the mode line menu works
909         (bug #2431).
910
911         * message.el (message-get-reply-headers): If we're fed `to-address',
912         then always use that.
913
914         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
915         aren't so wide as to need to switch off the edit menu.
916
917         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
918         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
919
920         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
921         `M-g'.
922         (nnimap-update-info): Update flags/read marks even if \* isn't part of
923         the permanent marks.
924
925 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
926
927         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
928         Splitting according to references/in-reply-to obeys the ignore-groups
929         variable, while splitting by sender and subject do not.
930
931 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
934         alist, so that we can look for non-Unicode chars.
935         (article-translate-strings): Allow both character and string maps.
936
937 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * shr.el (shr-insert): Don't insert space behind a wide character
940         categorized as kinsoku-bol, or between characters both categorized as
941         nospace.
942
943 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
944
945         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
946         headers to gnus-newsgroup-headers.
947
948 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * shr.el (shr-tag-img): Don't align images -- since we're not
951         rescaling, this often leads to ugly displays.
952
953 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
954
955         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
956         duplicates.
957
958 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
959
960         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
961         call.
962
963 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus.el: Autoload gnus-html-show-images.
966
967         * nnimap.el: Use nnheader-message throughout.
968
969         * shr.el (shr-tag-img): Ignore images with no data.
970
971 2010-10-15  Julien Danjou  <julien@danjou.info>
972
973         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
974         a possibility to disable format=flow encoding when using hard newlines.
975
976 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * shr.el (shr-insert): Remove space inserted before or after a
979         breakable character or at the beginning or the end of a line.
980         (shr-find-fill-point): Do kinsoku; find the second best point or give
981         it up if there's no breakable point.
982
983 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnimap.el (nnimap-open-connection): Message when opening connection
986         for debugging purposes.
987
988         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
989         on every setup buffer call to allow this to change from article to
990         article.
991
992         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
993         buffers where we have a wide table.
994
995 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
996
997         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
998         uses *-request-thread.
999
1000 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1003         incantation, which is no longer valid.
1004
1005 2010-10-14  Julien Danjou  <julien@danjou.info>
1006
1007         * shr.el: Fix defcustom type (char -> character).
1008
1009 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1012         programs.
1013
1014 2010-10-14  Julien Danjou  <julien@danjou.info>
1015
1016         * shr.el (shr-tag-a): Use url-link as widget type.
1017
1018         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1019         `gnus-group-get-icon'.
1020
1021 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1024         This should make server editing work better.
1025
1026         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1027
1028         * tls.el (tls-program): Remove spurious %s from openssl.
1029
1030         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1031         (nnimap-parse-flags): Fix regexp.
1032
1033         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1034         probably work for CJVK text, too.
1035
1036         * nnimap.el (nnimap-extend-tls-programs): Removed.
1037         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1038
1039         * tls.el (tls-starttls-switches): Remove starttls hack.
1040         (open-tls-stream): Ditto.
1041         (tls-find-starttls-argument): Ditto.
1042
1043 2010-10-13  Julien Danjou  <julien@danjou.info>
1044
1045         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1046         responses.
1047
1048 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1051
1052         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1053         anything in Emacs.
1054
1055         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1056
1057 2010-10-13  Julien Danjou  <julien@danjou.info>
1058
1059         * shr.el (shr-width): Make shr-width a defcustom with default to
1060         fill-column.
1061         (shr-tag-img): Use shr-width rather than fill-column.
1062
1063 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * dgnushack.el (byte-optimize-apply)
1066         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1067
1068         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1069         position when (X-)Faces exist.
1070         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1071         avatars when called interactively.
1072
1073 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1076         gnus-article-x-face-too-ugly is bound.
1077
1078 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1081
1082         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1083         mailbox that doesn't exist.
1084
1085 2010-10-12  Julien Danjou  <julien@danjou.info>
1086
1087         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1088         (shr-get-image-data): Encode URL properly when fetching from cache.
1089         (shr-tag-img): Use aligned-to spaces to align correctly images.
1090
1091         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1092         before inserting the Gravatar.
1093
1094         * shr.el (shr-tag-img): Add align attribute support for <img>.
1095
1096 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-gravatar.el (gnus-art): Required.
1099
1100         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1101         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1102         Remove long obsoleted functions.
1103
1104 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1107
1108         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1109
1110         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1111         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1112         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1113         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1114         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1115         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1116         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1117
1118 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * nnimap.el (nnimap-request-rename-group): Select group read-only
1121         before renaming it.
1122
1123         * shr.el (shr-insert): Fix up the white space only regexp.
1124
1125         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1126         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1127
1128         * shr.el (shr-current-column): New function.
1129         (shr-find-fill-point): New function.
1130
1131 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1132
1133         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1134         numbers.
1135
1136 2010-10-11  Julien Danjou  <julien@danjou.info>
1137
1138         * shr.el (shr-hr-line): Add.
1139         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1140         display hr lines.
1141         (shr-max-columns): Do not change state to nil if we just inserting
1142         spaces.
1143
1144 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1147         select the last group.
1148
1149 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1150
1151         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1152
1153 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1154
1155         * dig.el (dig-mode-map): Declare and define in one step.
1156
1157 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1160         for Gnus.
1161         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1162         (nnimap-update-qresync-info): Mark \Seen articles as read.
1163
1164         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1165         non-variable, too.
1166
1167         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1168         available.
1169         (nnimap-update-info): Rely more on the current active than the param
1170         active to avoid marking articles as read too much.
1171
1172         * auth-source.el (auth-source-create): Use (user-login-name) for the
1173         user name default.
1174
1175         * nnimap.el (nnimap-update-info): If the server doesn't return any
1176         useful info, just use the previous info.
1177         (nnimap-update-info): Prefer old info over start-article.
1178         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1179
1180 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1181
1182         * nnir.el (autoload): Clean up autoloads.
1183         (nnir-imap-default-search-key): Renamed from
1184         nnir-imap-search-field. Use key rather than value.
1185         (nnir-imap-search-other): New variable.
1186         (nnir-read-parm): Use it.
1187         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1188         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1189
1190 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1191
1192         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1193         the process, too.
1194
1195 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1198         Allbery.
1199
1200         * shr.el: Rework the way things are indented by <li> slightly.
1201
1202         * gnus.el (gnus-group-set-parameter): Fix typo.
1203
1204         * nnimap.el: Start implementing QRESYNC support.
1205
1206 2010-10-09  Julien Danjou  <julien@danjou.info>
1207
1208         * nnir.el (nnir-engines): Fix too many arguments.
1209
1210 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1213         group is the "last", so that the backends like nnfolder actually save
1214         their folders.
1215
1216         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1217         try to use that for the tls stream.
1218         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1219         UIDVALIDITY and find out which groups are read-only and not.
1220         (nnimap-get-flags): Use the same marks parsing code as the rest of
1221         nnimap.
1222
1223 2010-10-09  Julien Danjou  <julien@danjou.info>
1224
1225         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1226
1227         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1228         retrieving gravatars.
1229
1230         * shr.el (shr-table-corner): Add.
1231         (shr-table-line): Add.
1232         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1233
1234 2010-10-08  Julien Danjou  <julien@danjou.info>
1235
1236         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1237
1238 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1241
1242         * gnus-sum.el (gnus-mark-article-as-unread)
1243         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1244         (gnus-summary-set-bookmark): Use it.
1245
1246         * gnus-msg.el (gnus-setup-message): Use it.
1247
1248         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1249
1250         * gnus.el (gnus-group-remove-parameter): Use it.
1251
1252         * gnus-group.el (gnus-group-make-web-group): Use it.
1253
1254         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1255
1256         * nnregistry.el: Update docs to mention manual.
1257
1258         * gnus-registry.el: Update docs to mention nnregistry.el.
1259         (gnus-registry-initialize): Don't install nnregistry refer method
1260         automatically.
1261         (gnus-registry-install-nnregistry): Remove it.
1262
1263 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * shr.el (shr-insert): Don't insert double spaces.
1266
1267 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-gravatar.el (gnus-treat-from-gravatar)
1270         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1271         called interactively.
1272
1273         * gnus-art.el (gnus-mime-view-part-externally)
1274         (gnus-mime-view-part-internally): Make predicate function passed to
1275         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1276         of a mime type.
1277
1278         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1279
1280 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * shr.el (require): Require cl when compiling.
1283         (shr-tag-hr): New function.
1284
1285         * nnimap.el (nnimap-update-info): Remove double setting of high.
1286         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1287         makes nnimap work properly on Courier again.
1288
1289         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1290         the variable for backwards compatability.
1291
1292         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1293         the file name before using to avoid setting mm-default-directory to
1294         nil.
1295
1296         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1297         bidning gnus-agent variables.
1298
1299         * shr.el (shr-render-td): Use a cache for the table rendering function
1300         to avoid getting an exponential rendering behaviour in nested tables.
1301         (shr-insert): Rework the line-breaking algorithm.
1302         (shr-insert): Don't leave trailing spaces.
1303         (shr-insert-table): Also insert empty TDs.
1304         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1305
1306 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1307
1308         * gnus-sum.el (gnus-number): Rename from `number'.
1309         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1310         (gnus-summary-limit-children): Update uses correspondingly.
1311
1312 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1315         (gnus-gravatar-transform-address): Don't show avatars of people of
1316         which mail addresses match gnus-gravatar-too-ugly.
1317
1318 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * shr.el (shr-table-widths): Expand TD elements to fill available
1321         space.
1322
1323 2010-10-07  Julien Danjou  <julien@danjou.info>
1324
1325         * nnimap.el (nnimap-request-rename-group): Add this method.
1326
1327 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1330         name from XEmacs' function-arglist.
1331
1332         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1333         gravatar under XEmacs.
1334
1335 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1336
1337         * auth-source.el: Update docs with TODO items.
1338
1339         * gnus-sync.el: Update docs to explain state and plans.
1340
1341         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1342         Hooks for mark updates.
1343         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1344
1345         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1346         hooks with arguments, which is needed for mark update hooks.
1347
1348 2010-10-06  Julien Danjou  <julien@danjou.info>
1349
1350         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1351         was matched.
1352
1353         * sieve-manage.el: Update example in `Commentary'.
1354
1355         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1356
1357         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1358         not 2000.
1359         (sieve-manage-authenticate): Re-add function.
1360
1361 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * shr.el (shr-insert): Get 'space transition right.
1364         (shr-render-td): Only delete space at the end of the TD.
1365
1366         * nnimap.el (nnimap-open-connection): Prepare to support
1367         open-gnutls-stream.
1368
1369         * shr.el: Rearrange function order to be more logical.
1370
1371 2010-10-06  Julien Danjou  <julien@danjou.info>
1372
1373         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1374         (nnrss-discover-feed): Remove 404 URL in docstring.
1375
1376         * nnir.el: Fix Swish-E URL.
1377         Fix Namazu URL.
1378
1379         * message.el (message-change-subject): Remove 404 URL in a comment.
1380
1381 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1384         called interactively.
1385
1386         * gnus-util.el (gnus-remove-if): Allow hash table.
1387         (gnus-remove-if-not): New function.
1388
1389         * gnus-art.el (gnus-mime-view-part-as-type)
1390         * gnus-score.el (gnus-summary-score-effect)
1391         * gnus-sum.el (gnus-read-move-group-name):
1392         Replace remove-if-not with gnus-remove-if-not.
1393
1394         * gnus-group.el (gnus-group-completing-read):
1395         Regard collection as a hash table if it is not a list.
1396
1397 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1400
1401         * shr.el: Document the table-rendering algorithm.
1402
1403 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1406         for Emacsen having no `libxml-parse-html-region' support.
1407
1408 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1411         invalid URLs.
1412
1413         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1414         line-broken.
1415         (shr-tag-img): Ignore image fetching errors.
1416         (shr-overlays-in-region): Compute overlay positions correctly.
1417
1418         * mm-decode.el (mm-shr): Require shr.
1419
1420         * gnus-art.el (gnus-blocked-images): Move variable here.
1421
1422         * shr.el (shr-insert-table): Bind free variable.
1423
1424         * mm-decode.el (mm-shr): Bind shr-content-function.
1425
1426         * shr.el (shr-content-function): New variable.
1427
1428         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1429         added for symmetry.
1430
1431         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1432
1433         * gnus-group.el (gnus-group-make-group): Doc fix.
1434
1435         * nnimap.el (nnimap-request-newgroups): Return success.
1436
1437         * shr.el (shr-find-elements): New function.
1438         (shr-tag-table): Put all the images after the table.
1439         (shr-tag-table): Really inhibit images inside the table.
1440         (shr-collect-overlays): Copy over overlays from the TD elements to the
1441         main document.
1442
1443         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1444         gnus-blocked-images.
1445
1446 2010-10-05  Julien Danjou  <julien@danjou.info>
1447
1448         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1449
1450         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1451         (gnus-html-maximum-image-size): Add this function.
1452         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1453
1454         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1455         server-value of the capability is nil.
1456
1457 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * shr.el (shr-tag-em): Add <EM> tag.
1460
1461 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1462
1463         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1464         customizable.
1465
1466         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1467         handing broken links to browse-url.
1468
1469 2010-10-05  Julien Danjou  <julien@danjou.info>
1470
1471         * gnus-util.el (gnus-emacs-completing-read)
1472         (gnus-iswitchb-completing-read): Use autoload rather than require.
1473
1474 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1477         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1478         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1479         iswitchb-temp-buflist for XEmacs.
1480
1481         * gnus-util.el (gnus-completing-read-function): Exclude
1482         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1483         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1484         XEmacs.
1485
1486         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1487         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1488
1489         * gnus-html.el: Don't require help-fns under XEmacs.
1490         (gnus-html-schedule-image-fetching): Work for XEmacs.
1491
1492         * mm-decode.el (mm-shr): Decode contents by charset.
1493
1494 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1497         unknown.
1498
1499         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1500         (shr-get-image-data): Ensure against the cache file missing.
1501
1502         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1503         for data.
1504
1505         * spam-report.el (spam-report-url-ping-plain): Don't query about
1506         killing the process.
1507
1508         * shr.el (shr-render-td): Protect against too-wide text.
1509
1510 2010-10-04  Julien Danjou  <julien@danjou.info>
1511
1512         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1513         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1514
1515         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1516         retrieved.
1517
1518 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * shr.el (browse-url): Required.
1521         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1522         lines.
1523         (shr-show-alt-text, shr-browse-image): New commands.
1524         (shr-browse-url, shr-copy-url): New commands.
1525
1526         * gnus-sum.el (gnus-widen-article-window): New variable.
1527         (gnus-summary-select-article-buffer): Use it.
1528
1529         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1530         without @ signs.
1531
1532 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1533
1534         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1535
1536 2010-10-04  Julien Danjou  <julien@danjou.info>
1537
1538         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1539         for XEmacs.
1540
1541 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1544
1545         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1546         (nnimap-close-server): Implement.
1547
1548         * dgnushack.el (iswitchb): Require to shut up the compiler.
1549
1550         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1551         (shr-insert): Tweak line breaking.
1552         (shr-insert): Handle <pre> better.
1553         (shr-tag-li): Get <li> indentation right.
1554         (shr-tag-li): Get <li> indentation even righter.
1555         (shr-tag-blockquote): Ensure paragraph start.
1556         (shr-make-table): Tweak table generation.
1557         (shr-make-table): Fix typo.
1558
1559         * shr.el: Implement table rendering.
1560
1561 2010-10-04  Julien Danjou  <julien@danjou.info>
1562
1563         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1564
1565 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (shr-insert): Use string anchors instead of line anchors.
1568
1569 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * shr.el: Add headings.
1572         (shr-ensure-paragraph): Actually work.
1573         (shr-tag-li): Make <ul> prettier.
1574         (shr-insert): Get white space at the beginning/end of elements right.
1575         (shr-tag-p): Collapse subsequent <p>s.
1576         (shr-ensure-paragraph): Don't insert double line feeds after blank
1577         lines.
1578         (shr-insert): \t is also space.
1579         (shr-tag-s): Fix "s" tag name function.
1580         (shr-tag-s): Fix face prop name.
1581
1582 2010-10-03  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1585
1586         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1587         gnus-window-inside-pixel-edges.
1588
1589         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1590         gnus-ems.
1591
1592         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1593
1594         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1595         function.
1596
1597         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1598         resize choice.
1599
1600 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1603         beginning of the buffer.
1604
1605         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1606         article buffer again.
1607
1608         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1609         buffer.
1610
1611         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1612         when it's at the start of the buffer.
1613
1614         * shr.el (shr-tag-blockquote): Convert name.
1615         (shr-rescale-image): Use the right image-size variant.
1616
1617         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1618         buffer isn't shown, then select the current article first instead of
1619         bugging out.
1620         (gnus-summary-select-article-buffer): Show both the article and summary
1621         buffers again.
1622
1623         * shr.el (shr-fontize-cont): Protect against regions with no text.
1624         Rename tag functions to shr-tag-* for enhanced security.
1625         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1626
1627 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1628
1629         * shr.el (shr-insert):
1630         * pop3.el (pop3-movemail):
1631         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1632         loaded.
1633
1634 2010-10-03  Glenn Morris  <rgm@gnu.org>
1635
1636         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1637
1638         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1639
1640         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1641
1642         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1643
1644         * gnus-util.el (gnus-make-local-hook): Simplify.
1645
1646 2010-10-02  Julien Danjou  <julien@danjou.info>
1647
1648         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1649         (gnus-ido-completing-read): New function.
1650         (gnus-emacs-completing-read): New function.
1651         (gnus-completing-read): Use gnus-completing-read-function.
1652         Add gnus-completing-read-function.
1653
1654 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * shr.el (shr-insert-document): Autoload.
1657         (shr-img): Be silent.
1658         (shr-insert): Add a newline after every picture before text.
1659         (shr-add-font): Use overlays for combining faces.
1660         (shr-insert): Pass upwards the text start point.
1661
1662         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1663         possible.
1664         (mm-shr): New function.
1665
1666 2010-10-02  Julien Danjou  <julien@danjou.info>
1667
1668         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1669         should go backward.
1670
1671 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1672
1673         * shr.el (shr): Fix typo in provide call.
1674
1675 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * shr.el: New file.
1678
1679         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1680
1681         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1682         completing read.
1683
1684 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1687         we're being queried about.  Suggested by Dan Jacobson.
1688
1689         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1690         by Jason Eisner.
1691
1692         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1693         table, too.  Suggested by Stefan Wiens.
1694         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1695         the table unnecessary.  Suggested by Stefan Wiens.
1696
1697         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1698         longer needed, and probably doesn't work either, as pointed out by
1699         Stefan Wiens.
1700         (gnus-summary-exit): Remove call to the clearing function.
1701         (gnus-summary-exit-no-update): Ditto.
1702
1703         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1704         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1705         Reported by Stefan Monnier.
1706         (gnus-summary-save-in-rmail): Ditto.
1707
1708         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1709         article buffer, instead of both the article buffer and the summary
1710         buffer.  Sort of suggested by Dan Jacobson.
1711
1712         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1713
1714         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1715         Suggested by Dan Jacobson.
1716
1717         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1718         documentation clearer.
1719
1720         * message.el (message-shorten-references): Comment on the number "21".
1721         Suggested by Stefan Monnier.
1722
1723         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1724         Suggested by Dan Jacobson.
1725
1726         * gnus.el (gnus-large-newsgroup): Mention
1727         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1728
1729         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1730         externalize attachments.  Bug reported by Steve Wen.
1731
1732         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1733         really message anything to the user.
1734
1735         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1736         directly.
1737
1738         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1739         messages in empty groups.
1740
1741 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1742
1743         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1744         non-UIDNEXT group.
1745
1746 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1749         not the value from the collection.
1750
1751         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1752         values.  This sometimes happens on some groups that have no info.
1753         (nnimap-request-newgroups): New function.
1754
1755 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1756
1757         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1758         check into `gnus-registry-initialize'.
1759         (gnus-registry-initialize): Ditto.
1760         Fix and extend header docs.
1761
1762 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1765         regexp backtrace overflows.
1766
1767         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1768         for starttls that tls.el implements; i.e. openssl.
1769
1770         * tls.el (tls-starttls-switches): Give up on using starttls with
1771         gnutls-cli.
1772         (tls-program): Add --insecure to be consistent with the defaults from
1773         openssl s_client.  Now all three commands are insecure.
1774
1775 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * lpath.el: Bind completion-styles-alist for XEmacs.
1778
1779         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1780         (gravatar-create-image): New function that's an alias to
1781         gnus-xmas-create-image, gnus-create-image, or create-image.
1782         (gravatar-data->image): Use it.
1783
1784 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1785
1786         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1787         install the nnregistry refer method.
1788         (gnus-registry-install-hooks): Use it.
1789         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1790         unfollowed groups.
1791
1792 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1793
1794         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1795         expanding threads.
1796
1797 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnir.el: Use the server names without suffixes (bug #7009).
1800
1801         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1802         unencrypted to STARTTLS, if possible.
1803
1804 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1805
1806         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1807         headers before superseding.
1808
1809 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * nnrss.el (nnrss-use-local): Add documentation.
1812
1813         * nnimap.el (nnimap-extend-tls-programs): New function.
1814         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1815         (nnimap-wait-for-connection): Accept the greeting from the stupid
1816         output from openssl s_client -starttls, too.
1817
1818         * tls.el (tls-starttls-switches): New variable.
1819         (tls-find-starttls-argument): Use it.
1820         (open-tls-stream): Ditto.
1821
1822         * netrc.el (netrc-credentials): Return the value of the "default"
1823         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): Removed webmail support.
1837         (defvar): Ditto.
1838         (mail-source-fetcher-alist): Ditto.
1839         (mail-source-fetch-webmail): Removed.
1840
1841         * webmail.el: Removed -- 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): New
1871         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. Fix history
1881         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: Added.
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-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1952         (gnus-server-goto-server): Use gnus-completing-read.
1953
1954         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1955
1956         * mm-util.el (defalias): Use gnus-completing-read.
1957         (mm-codepage-setup): Use gnus-completing-read.
1958
1959         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1960         (smime-decrypt-buffer): Use gnus-completing-read.
1961
1962         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1963
1964         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1965         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1966         (mml-insert-multipart): Use gnus-completing-read.
1967
1968         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1969
1970         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1971
1972         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1973
1974         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1975
1976         * gnus.el (gnus-read-method): Use gnus-completing-read.
1977
1978         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1979
1980         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1981         (gnus-mime-action-on-part): Use gnus-completing-read.
1982         (gnus-article-encrypt-body): Use gnus-completing-read.
1983
1984         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1985         (gnus-topic-move-matching): Use gnus-completing-read.
1986         (gnus-topic-copy-matching): Use gnus-completing-read.
1987         (gnus-topic-sort-topics): Use gnus-completing-read.
1988         (gnus-topic-move): Use gnus-completing-read.
1989
1990         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1991         (gnus-agent-add-group): Use gnus-completing-read.
1992
1993         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1994         gnus-completing-read.
1995         (nnmairix-update-groups): Use gnus-completing-read.
1996         (nnmairix-get-server): Use gnus-completing-read.
1997         (nnmairix-backend-to-server): Use gnus-completing-read.
1998         (nnmairix-goto-original-article): Use gnus-completing-read.
1999         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
2000
2001         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
2002
2003         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
2004         (gnus-group-make-useful-group): Use gnus-completing-read.
2005         (gnus-group-make-web-group): Use gnus-completing-read.
2006         (gnus-group-add-to-virtual): Use gnus-completing-read.
2007         (gnus-group-browse-foreign-server): Use gnus-completing-read.
2008
2009         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
2010         (gnus-summary-limit-to-extra): Use gnus-completing-read.
2011         (gnus-summary-execute-command): Use gnus-completing-read.
2012         (gnus-summary-respool-article): Use gnus-completing-read.
2013         (gnus-read-move-group-name): Use gnus-completing-read.
2014
2015         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
2016         (gnus-summary-score-effect): Use gnus-completing-read.
2017
2018         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2019
2020         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2021         right completing-read function.
2022         (gnus-use-ido): New variable
2023         (gnus-completing-read-with-default): Remove.
2024
2025 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2028         x-focus-frame.
2029
2030         * nnimap.el (auth-source-forget-user-or-password)
2031         (auth-source-user-or-password): Autoload.
2032
2033         * message.el (message-from-style, message-interactive)
2034         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2035         (message-yank-prefix, message-indentation-spaces, message-signature)
2036         (message-signature-file): Add comment.
2037
2038 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2041         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2042         new articles.
2043
2044         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2045         parts.
2046         (nnimap-request-article): Work with the t setting, too.
2047
2048         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2049         that you don't get flashes of other buffers.
2050         (gnus-summary-show-complete-article): Intern before setting.
2051
2052 2010-09-27  David Engster  <dengste@eml.cc>
2053
2054         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2055         well as HEADERS.
2056         (nnmairix-retrieve-headers): Provide new argument for the above.
2057
2058 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-sum.el (gnus-summary-move-article): Don't alter
2061         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2062         group.
2063
2064         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2065
2066         * message.el (message-cite-prefix-regexp): Revert my last edit.
2067
2068         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2069         variable instead of the Gnus variable.
2070
2071         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2072
2073         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
2074         again.
2075
2076         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2077         since some servers don't like it.
2078         (nnimap-open-connection): Forget credentials if the server says the
2079         password was wrong.
2080         (nnimap-parse-line): Protect against invalid data.
2081
2082         * gnus-sum.el (gnus-summary-move-article): Add comment.
2083         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2084         nothing alters it while scanning for new messages.
2085
2086         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2087         which may or may not help.
2088         (nnimap-open-connection): If we're doing a stream connection, and then
2089         discover we're on a STARTTLS-capable server, then open a STARTTLS
2090         connection instead.
2091
2092 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * nnimap.el (utf7): Required.
2095
2096         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2097         prefix.
2098
2099 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2100
2101         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2102
2103 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * nnimap.el (nnimap-request-accept-article): Message the error on
2106         error.
2107
2108 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2111
2112 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * nndoc.el (nndoc-request-list): Return success always.
2115
2116         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2117         `fetch-old' -- we only want to fetch the articles we've requested.  The
2118         rest are in the agent, probably.
2119         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2120         disappeared server" to something low.  It's not important.
2121
2122         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2123         arrived before the FETCH data.
2124
2125         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2126         target here, because we don't know the Gnus name of the group.
2127
2128         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2129         for the correct group.
2130
2131         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2132
2133         * gnus.el (gnus): Give a final warning after startup.
2134
2135         * gnus-util.el (gnus-action-message-log): New variable.
2136         (gnus-message): Use it.
2137         (gnus-final-warning): New function.
2138
2139         * nnimap.el (nnimap-open-connection): Record the greeting.
2140         (nnimap): Add greeting.
2141
2142 2010-09-26  Julien Danjou  <julien@danjou.info>
2143
2144         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2145         arguments.
2146         (gnus-html-wash-images): Fix spec computing to include start/end.
2147
2148         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2149
2150 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2153         deletion.
2154         (nnimap-retrieve-headers): Don't select the group, because that's
2155         already done by nnimap-possibly-change-group.
2156
2157         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2158         (gnus-picon-transform-address): Use it.
2159
2160         * mail-source.el (mail-source-value): Revert previous patch.
2161
2162         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2163         on failure.
2164         (nnimap-open-connection): Look up both virtual and physical server name
2165         credentials.
2166
2167         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2168
2169 2009-02-07  Dave Love  <fx@gnu.org>
2170
2171         * tls.el (open-tls-stream): Don't query killing process.
2172
2173 2009-02-08  Dave Love  <fx@gnu.org>
2174
2175         * gnus-win.el (gnus-window-to-buffer-helper,
2176         gnus-all-windows-visible-p): Function needn't be a symbol.
2177
2178         * mail-source.el (mail-source-value): Function needn't be a symbol.
2179
2180 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * message.el (message-cite-prefix-regexp): Remove } from the cite
2183         prefix.
2184
2185         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2186         highlight again, so that the highlight is correct.
2187
2188         * gnus-picon.el (gnus-picon): Remove again.
2189         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2190
2191         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2192         doing the header highlightling, so that the background colour of the
2193         picon is correct.
2194
2195         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2196         (gnus-picon): Ditto.
2197         (gnus-picon): Reinstate.  The background colour for picons is white.
2198         (gnus-picon-insert-glyph): Make the background white.
2199
2200         * nnml.el (nnml-open-nov): Don't return dead buffers.
2201
2202         * auth-source.el (auth-source-create): Query the user for whether to
2203         store the credentials.
2204
2205         * netrc.el (netrc-store-data): New function.
2206
2207         * auth-source.el (auth-source-user-or-password): Use the existing auth
2208         sources, if any, for creation.
2209
2210         * gnus.el (gnus-group-fast-parameter): Return the last matching
2211         parameter instead of the first matching parameter.
2212
2213 2010-09-26  Julien Danjou  <julien@danjou.info>
2214
2215         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2216
2217 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * mml2015.el (mml2015-use): Remove gpg support.
2220
2221         * mml1991.el (mml1991-function-alist): Remove gpg function.
2222         (mml1991-gpg-sign): Removed.
2223
2224 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2225
2226         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2227         (gnus-browse-unsubscribe-current-group): Document it.
2228         (gnus-browse-unsubscribe-group): Use it.
2229
2230 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2233         address to the To list for easier response.
2234
2235         * gnus.el (gnus-play-startup-jingle): Removed.
2236         (gnus-splash): Don't play jingle.
2237         (gnus): Silence gnus-load message.
2238
2239         * gnus-art.el (gnus-treat-play-sounds): Removed.
2240
2241         * gnus.el (gnus-play-jingle): Remove audio support.
2242
2243         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2244
2245         * earcon.el: Removed -- no users.
2246
2247         * gnus-audio.el: Removed -- no users of this package.
2248
2249         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2250
2251         * gnus-start.el (gnus-setup-news): Remove nocem support.
2252
2253         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2254
2255         * gnus.el (gnus-use-nocem): Removed.
2256
2257         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2258         Removed.
2259
2260         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2261         uses NoCeM any more.
2262
2263         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2264         (gnus-button-ctan-handler): Ditto.
2265         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2266         (gnus-button-ctan-directory-regexp): Ditto.
2267         (gnus-button-handle-ctan): Ditto.
2268         (gnus-button-tex-level): Ditto.
2269         (gnus-button-alist): Removed CTAN stuff.
2270
2271 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2274         nnimap-streaming test.
2275
2276         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2277         servers twice.
2278
2279         * nnimap.el (nnimap-open-connection): Add more error reporting when
2280         nnimap fails early.
2281
2282         * nnheader.el (nnheader-get-report-string): New function.
2283         (nnheader-get-report): Use it.
2284
2285         * gnus-int.el (gnus-check-server): Say what the error was when opening
2286         failed.
2287
2288         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2289         using streaming.
2290
2291 2010-09-25  Julien Danjou  <julien@danjou.info>
2292
2293         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2294         gnus-window-inside-pixel-edges.
2295
2296 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2299
2300         * mm-decode.el (mm-save-part): Allow saving to other directories the
2301         normal Emacs way.
2302
2303         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2304         by Jay Berkenbilt.
2305
2306         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2307         there isn't a single byte.
2308
2309         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2310         just do it.  It doesn't really seem to matter what the user responds
2311         here, I think, so it's just a confusing question.
2312
2313         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2314         non-streaming case.
2315
2316         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2317         (gnus-article-encrypt-body): Use it.
2318
2319         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2320         keystroke.
2321
2322         * nnimap.el (nnimap-find-wanted-parts-1): Use
2323         gnus-fetch-partial-articles.
2324
2325         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2326
2327         * nnimap.el (nnimap-insert-partial-structure): New function.
2328         (nnimap-get-partial-article): New function.
2329         (nnimap-request-article): Use it.
2330         (nnimap-wait-for-response): Return whether the wait was successful.
2331         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2332         retrieval wasn't successful.
2333         (nnimap-retrieve-group-data-early): Allow throttling servers.
2334         (nnimap-streaming): New variable.
2335         (nnimap-fetch-partial-articles): Removed.
2336
2337         * mm-decode.el (mm-with-part): Protect against killed buffers.
2338
2339         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2340         for prettier summary display.
2341
2342 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2343
2344         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2345         directly.
2346
2347 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2350         apparently third-party libraries depend on it.
2351
2352         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2353         before starting negotiation.
2354
2355         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2356         privacy reasons.
2357         (gnus-treat-mail-gravatar): Ditto.
2358
2359         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2360         buffer when inserting images.  Inserting text into the headers, for
2361         instance, can make them invalid.
2362
2363 2010-09-25  Julien Danjou  <julien@danjou.info>
2364
2365         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2366         variables.
2367
2368         * nnheader.el: Remove useless variables news-reply-yank-from and
2369         news-reply-yank-message-id.
2370
2371         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2372         variables.
2373
2374         * mml1991.el: Remove useless mml1991-verbose.
2375
2376         * gnus.el: Remove useless variable gnus-use-generic-from.
2377         Remove obsolete variable gnus-topic-indentation.
2378
2379         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2380
2381         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2382
2383         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2384
2385         * gnus-group.el: Remove useless gnus-group-icon-cache.
2386         Remove useless gnus-ephemeral-group-server.
2387
2388         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2389
2390         * mml2015.el: Remove useless mml2015-verbose.
2391
2392         * mml-smime.el: Remove useless mml-smime-verbose.
2393
2394         * gnus.el: Remove useless gnus-local-domain.
2395
2396         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2397         gnus-gravatar-size.
2398
2399         * gnus-art.el: Remove useless gnus-treat-translate.
2400
2401 2010-09-24  Julien Danjou  <julien@danjou.info>
2402
2403         * gnus-sum.el: Add support for Gravatars.
2404
2405         * gnus-art.el: Add support for Gravatars.
2406
2407         * gnus-gravatar.el: Add this file.
2408
2409         * gravatar.el: Add this file.
2410
2411 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2414
2415         * gnus-group.el (gnus-group-fetch-faq): Removed.
2416
2417         * gnus.el (gnus-group-faq-directory): Removed.
2418
2419         * gnus-group.el (gnus-group-fetch-charter): Removed.
2420
2421         * gnus.el (gnus-group-charter-alist): Removed.
2422
2423         * gnus-group.el (gnus-group-archive-directory): Removed.
2424         (gnus-group-recent-archive-directory): Ditto.
2425         (gnus-group-make-archive-group): Removed.
2426
2427         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2428
2429         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2430         use the same article number for all the cached articles.
2431
2432         * nnimap.el (nnimap-command): Register the last command time so
2433         that we can use it for idling NOOPs.
2434         (nnimap-open-connection): Start the keeplive timer.
2435         (nnimap-make-process-buffer): Store all the process buffers.
2436         (nnimap-keepalive): New function.
2437
2438         * starttls.el (starttls-open-stream): Add autoload cookie.
2439
2440 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2441
2442         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2443         handling.
2444
2445 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2448         its data structures.
2449
2450         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2451         instead of the cl.el copy-list.
2452         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2453         equalp.
2454
2455 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2458         and tool-bar-local-item-from-menu.
2459
2460         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2461         mode-line-highlight face for Emacs.
2462
2463         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2464         loading gnus-sum.elc; fix comment for canlock-verify.
2465         (gnus-article-jump-to-part): Use read-number.
2466         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2467         Emacs pre-21 compatible code for help-echo.
2468         (gnus-article-next-page-1): No need to adjust the number of lines.
2469         (gnus-article-describe-bindings): Always use help-buffer.
2470
2471         * gnus-audio.el (gnus-audio-inline-sound)
2472         * gnus-cus.el (gnus-custom-mode)
2473         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2474
2475         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2476
2477         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2478         compatible code.
2479
2480 2010-09-24  Glenn Morris  <rgm@gnu.org>
2481
2482         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2483         visiting the fcc file in rmail-mode.
2484
2485         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2486
2487 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * nnir.el: Silence the byte compiler.
2490
2491         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2492         alias to browse-url-url-encode-chars if any.
2493         (gnus-html-encode-url): Use it.
2494
2495 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-start.el (gnus-use-backend-marks): New variable.
2498         (gnus-get-unread-articles-in-group): Use it.
2499
2500         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2501         makeover.
2502
2503 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2504
2505         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2506
2507 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2510         Removed.
2511         (gnus-setup-news-hook): Removed
2512         gnus-fixup-nnimap-unread-after-getting-new-news.
2513
2514         * gnus-int.el (gnus-request-update-info): Protect against backends not
2515         having the function.
2516
2517         * nnimap.el (nnimap-stream): Mention starttls.
2518         (nnimap-open-connection): Add starttls support.
2519
2520 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2521
2522         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2523
2524 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2527         BODYSTRUCTUREs.
2528         (nnimap-transform-headers): Unfold quoted {42} headers.
2529
2530         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2531         the info.
2532         (gnus-get-unread-articles): Only call updatep on backends that support
2533         it.
2534
2535         * nnweb.el (nnweb-request-update-info): NOOP.
2536
2537         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2538
2539         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2540         since it only deals with marks.
2541
2542         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2543         gnus-request-marks, and make a new gnus-request-update-info.
2544
2545         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2546         the active instead of the high number, which is usually too low.
2547
2548 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2549
2550         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2551         * encrypt.el: Removed.
2552
2553 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2556         server in symbolic form.
2557
2558         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2559         0.9.
2560
2561 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2564         (nnimap-update-info): Fix up code slightly.
2565
2566         * gnus-int.el (gnus-open-server): Add tracing for performance
2567         debugging.
2568
2569         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2570         (gnus-group-insert-group-line): Pass the real group name so that it
2571         gets the right data.
2572
2573         * gnus-start.el (gnus-get-unread-articles): Don't have
2574         `gnus-get-unread-articles-in-group' update info, since that can be
2575         really slow and doesn't seem to be needed?
2576
2577 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2578
2579         * time-date.el (date-to-time): Try using parse-time-string first before
2580         using the slower timezone-make-date-arpa-standard.
2581
2582 2010-09-22  Julien Danjou  <julien@danjou.info>
2583
2584         * gnus-group.el (gnus-group-insert-group-line): Call
2585         gnus-group-highlight-line.
2586         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2587         default hook list.
2588         (gnus-group-update-eval-form): Add new function.
2589         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2590         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2591
2592 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2595         immediate, then expire all articles.
2596         (nnimap-update-info): Fix off-by-one errors.
2597         (nnimap-flags-to-marks): Would return no marks lists for group with no
2598         flags.  Instead return the other data.
2599
2600 2010-09-22  Julien Danjou  <julien@danjou.info>
2601
2602         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2603         Only return an icon.
2604         (gnus-group-insert-group-line): Compute icon to return.
2605
2606         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2607         variable.
2608         (gnus-html-image-fetched): Only cache if
2609         gnus-html-image-automatic-caching is set.
2610         (gnus-html-image-fetched): Check for errors.
2611
2612 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2615         once per method on `g'.  This ensures that backends like nnfolder don't
2616         open all their folders.
2617
2618         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2619         (nnimap-request-list): Nix out group in the correct buffer.
2620         (nnimap-parse-flags): Implement by using `read' instead of
2621         hand-parsing.
2622         (nnimap-flags-to-marks): Pass on permanent-flags.
2623         (nnimap-make-process-buffer): Record the server name.
2624         (nnimap-parse-flags): Fix typo.
2625         (nnimap-request-scan): Run split on the server in general, not just a
2626         single group.
2627
2628         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2629         parameter, and propagate this downwards.
2630
2631         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2632         since EXAMINE changes it on the server.
2633
2634         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2635         this command might take a while.
2636
2637 2010-09-22  Julien Danjou  <julien@danjou.info>
2638
2639         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2640         harmful if you have 2 images side-by-side, they can't be properly
2641         update on text deletion.  Using text-property is safer here.
2642         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2643         data.
2644
2645 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * nnimap.el (nnimap-expunge-inbox): Removed.
2648         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2649         (nnimap-expunge): Flip default to t.
2650
2651         * gnus.el (gnus-method-to-server): Don't push things to the cache
2652         unless it's unique.
2653         (gnus-server-to-method): Ditto.
2654
2655 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2658
2659 2010-09-22  Julien Danjou  <julien@danjou.info>
2660
2661         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2662         get the start of data.
2663         (gnus-html-encode-url): Add this function to encode special chars in
2664         URL.
2665         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2666         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2667
2668         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2669         default.
2670         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2671
2672         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2673         images alt-text.
2674         (gnus-html-put-image): Put alt-text as help-echo.
2675
2676 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2679         * mm-util.el (mm-decompress-buffer)
2680         * nnir.el (nnir-run-find-grep)
2681         * pop3.el (pop3-list): Use 3rd arg of split-string.
2682
2683         * time-date.el (format-seconds): Comment fix.
2684
2685         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2686         and byte-optimize-form-code-walker.
2687         (dgnushack-make-auto-load): Don't advise make-autoload.
2688
2689         * lpath.el: Remove Emacs 21 stuff.
2690
2691 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2694         outside the active range.  Suggested by Dan Christensen.
2695
2696         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2697         slightly later to avoid double-getting it.
2698
2699         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2700         previous patch.
2701
2702         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2703
2704 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2705
2706         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2707
2708 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * gnus-int.el (gnus-open-server): Give a better error message in the
2711         "go offline" case.
2712
2713         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2714         marks for nnimap, which is seldom the right thing to do.
2715
2716         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2717         (gnus-same-method-different-name): New function.
2718
2719         * nnimap.el (parse-time): Require.
2720
2721         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2722         method in the presence of many similar methods.
2723
2724         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2725
2726         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2727         nnml-inhibit-expiry.
2728
2729         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2730         find out whether methods are equal.
2731
2732         * nnimap.el (nnimap-find-expired-articles): New function.
2733         (nnimap-process-expiry-targets): New function.
2734         (nnimap-request-move-article): Request the article before looking at
2735         what the Message-ID is.  Fix found by Andrew Cohen.
2736         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2737
2738         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2739         for oldness in addition to being a predicate.
2740
2741         * nnimap.el (nnimap-request-group): When we have zero articles, return
2742         the right data to Gnus.
2743         (nnimap-request-expire-articles): Only delete articles immediately if
2744         the target is 'delete.
2745
2746         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2747         method, this would bug out.
2748
2749         * gnus-group.el (gnus-group-expunge-group): Renamed from
2750         gnus-group-nnimap-expunge, and implemented as a normal interface
2751         function.
2752
2753         * gnus-int.el (gnus-request-expunge-group): New function.
2754
2755         * nnimap.el (nnimap-request-create-group): Implement.
2756         (nnimap-request-expunge-group): New function.
2757
2758 2010-09-21  Julien Danjou  <julien@danjou.info>
2759
2760         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2761         (gnus-html-cache-expired): Add new function.
2762         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2763         wethever we should display image for fetch it.
2764         Compute alt-text earlier to pass it to the fetching function too.
2765         (gnus-html-schedule-image-fetching): Change function argument to only
2766         get one image at a time, not a list.
2767         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2768         cache.
2769         (gnus-html-get-image-data): New function to retrieve image data from
2770         cache.
2771         (gnus-html-put-image): Change buffer argument to use image data rather
2772         than file, and place image above region rather than inserting a new
2773         one. Do not take alt-text as argument, since it's useless now: we place
2774         the image above alt-text.
2775         (gnus-html-prune-cache): Remove.
2776         (gnus-html-show-images): Start to fetch image when we find one, do not
2777         push into a temporary list.
2778         (gnus-html-prefetch-images): Only fetch image if they have expired.
2779         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2780         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2781
2782 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2785
2786 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2789         spec inser "*" if the group isn't active instead of 0.
2790
2791         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2792         opening the server.
2793         (nnimap-request-delete-group): Implement group deletion.
2794         (nnimap-transform-headers): Return the size of the entire message in
2795         the Bytes header, not just the size of the first part.
2796         (nnimap-request-move-article): When moving an article from nnimap,
2797         request the article first so the accepting form has an article to
2798         accept.  Reported by Dan Christensen.
2799         (nnimap-command): Make sure that the error message doesn't error out.
2800
2801 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2802
2803         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2804         we haven't requested anything.
2805
2806 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2809         "".  Fix found by Andrew Cohen.
2810
2811         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2812         instead of -encode-string.
2813
2814 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2817
2818         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2819         by mm-subst-char-in-string.
2820
2821 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2824         waiting for the connection string.
2825
2826         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2827         arriving.
2828
2829         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2830         bogus characters.  This allows selecting certain Gmail groups.
2831
2832         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2833         (nnimap-fetch-partial-articles): New variable.
2834         (nnimap-open-connection): When looking for credentials, also use the
2835         nnimap-server-port.
2836         (nnimap-request-article): Return the group/article number, so that Gnus
2837         `^' works as expected.
2838         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2839         them.
2840
2841         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2842         comments.
2843         (gnus-methods-sloppily-equal): New function.
2844         (gnus): When using the development version of Gnus, load the gnus-load
2845         file.
2846
2847         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2848         `gnus-open-server' on each method before trying to scan them etc.  This
2849         ensures that all the backend parameters are set correctly.
2850
2851         * nnimap.el (nnimap-authenticator): New variable.
2852         (nnimap-open-connection): Allow anonymous login.
2853         (nnimap-transform-headers): The chars header is called Chars not
2854         Bytes.
2855         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2856         drops.
2857
2858         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2859         patch, found by Knut Anders Hatlen.
2860
2861 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2862
2863         * gnus-agent.el (gnus-agent-batch-confirmation)
2864         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2865         to gnus-message.
2866         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2867         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2868         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2869         * gnus-int.el (gnus-open-server): Likewise.
2870         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2871         (gnus-score-check-syntax): Likewise.
2872         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2873         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2874         Likewise.
2875         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2876
2877 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2880         calling conventions so that prefetch doesn't bug out.
2881
2882 2010-09-19  Julien Danjou  <julien@danjou.info>
2883
2884         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2885         rather than `subst-char-in-region' in order to be able to replace ASCII
2886         char by UTF-8 ones.
2887
2888         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2889         than curl.
2890         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2891         the right URL and ALT text on images.
2892         (gnus-html-wash-tags): Fix tag case.
2893         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2894         (gnus-article-html): Add -o display_ins_del=2 option.
2895         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2896
2897 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2900         the extra mail headers, which sometimes seem to happen for unknown
2901         reasons.
2902
2903         * mail-parse.el (mail-header-encode-parameter): Define as
2904         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2905         (or most, perhaps?) mail readers don't understand the latter, but do
2906         understand the former.
2907
2908         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2909         to nil, so that no methods are automatically agentized.  I think this
2910         is probably what most users want.
2911
2912         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2913         from url-retrieve, for instance about invalid URLs.
2914
2915         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2916         groups that have no articles.
2917         (nnimap-request-article): Check that we really got an article when we
2918         requested one.
2919
2920         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2921         doesn't exist.
2922
2923         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2924         nntp buffer so the agent can save it.
2925         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2926         that CRLF doesn't get translated to \n.
2927         (nnimap-open-connection): Don't make 'shell commands only send \n.
2928
2929 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2932         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2933         Update var name.
2934         (nnml-generate-nov-file): Use dolist.
2935         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2936         Use with-current-buffer.
2937
2938 2010-09-18  Julien Danjou  <julien@danjou.info>
2939
2940         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2941         parallel.
2942
2943 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2946         the range update right.
2947         (nnimap-request-group): Don't make `M-g' bug out on group with no
2948         marks.
2949         (nnoo): Required, so that other packages can require nnimap.
2950         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2951         command we're looking for.  This helps when the server sends more
2952         responses after we've gotten everything we expected.
2953         (nnimap): Add a `newlinep' field to keep track of end-of-line
2954         conventions.
2955         Don't send CRLF to things that don't want it.
2956         (nnimap-request-accept-article): Ditto.
2957
2958 2010-09-18  Julien Danjou  <julien@danjou.info>
2959
2960         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2961         than curl to retrieve images.
2962
2963 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2966         the marks.
2967         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2968         (nnimap-wait-for-connection): New function.
2969         (nnimap-open-connection): If we have PREAUTH, don't query for login
2970         credentials.
2971         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2972         when doing a partial update.
2973
2974 2010-09-18  Julien Danjou  <julien@danjou.info>
2975
2976         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2977         tags.
2978
2979 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * nnimap.el (nnimap-credentials): New function.
2982         (nnimap-open-connection): Use the new function to look for credentials
2983         also on the numeric equivalents of "imap" and "imaps".
2984
2985         * gnus-start.el (gnus-activate-group): Send the info to
2986         gnus-request-group.
2987
2988         * nnimap.el (nnimap-request-group): Have the "check" version of the
2989         function parse flags and update the info, so that a `M-g' get a total
2990         resync of all flags from the group.
2991
2992         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2993         to allow backends to alter the info on group selection.  Also alter all
2994         the backend -request-group functions to take the parameter.
2995
2996         * nnimap.el (nnimap-store-info): New function.
2997         (nnimap-update-info): Store the info for later usage.
2998         (nnimap-request-group): Use the stored info for the dont-check case, so
2999         that we don't retrieve all marks when we enter a group.
3000
3001         * nnimap.el: Use deffoo instead of defun for interface functions.
3002
3003         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3004         update the group info.  This makes the nndraft groups, for instance, go
3005         back to their old behaviour.
3006
3007         * gnus-sum.el (gnus-select-newsgroup): Indent.
3008
3009         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3010         in.
3011         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3012         nothing.
3013
3014         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3015         from methods that are denied.
3016
3017         * gnus-int.el (gnus-method-denied-p): New function.
3018
3019         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3020         store the password instead of netrc.
3021         (nnimap-open-connection): Don't error out when we can't make a
3022         connections.
3023
3024         * auth-source.el (auth-source-create): In the password prompt, say what
3025         we're querying for.  Also prompt for user name if that hasn't been
3026         given.
3027
3028         * nnimap.el (nnimap-with-process-buffer): Removed.
3029
3030 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3033         method when we're reading from the agent.
3034
3035         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3036
3037         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3038         that's probably most useful for users.
3039
3040         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3041         "failed" all the time.
3042
3043         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3044         ...)) with (with-current-buffer ... ).
3045
3046         * nntp.el (nntp-open-server): Return whether the open was successful or
3047         not.
3048
3049         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3050         select an unread unseen article first.
3051
3052         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3053         /etc/services, supply some sensible port defaults.
3054
3055         * dgnushack.el: Define netrc-credentials.
3056
3057 2010-09-17  Julien Danjou  <julien@danjou.info>
3058
3059         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3060
3061 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3062
3063         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3064         doesn't have any parameters.
3065
3066 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3069         only upcased checks.
3070
3071         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3072
3073         * nnimap.el (nnimap-open-shell-stream): New function.
3074         (nnimap-open-connection): Use it.
3075         (nnimap-transform-headers): Get the number of lines in each message.
3076         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3077         number of lines.
3078         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3079         problem.
3080
3081         * utf7.el (utf7-encode): Autoload.
3082
3083         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3084         to allow the mail splitting to not return a default group.  This is
3085         useful for nnimap, which will leave unmatched mail in the inbox.
3086
3087         * nnimap.el: Rewritten.
3088
3089         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3090         nnimap usage.
3091
3092         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3093         if the move is internal, so that nnimap can do fast internal moves.
3094
3095         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3096         data.
3097         (gnus-read-active-for-groups): Support finishing the early retrieval of
3098         data.
3099
3100         * gnus-range.el (gnus-range-nconcat): New function.
3101
3102         * gnus-int.el (gnus-finish-retrieve-group-infos)
3103         (gnus-retrieve-group-data-early): New functions.
3104
3105 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3108         (nnrss-retrieve-groups):
3109         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3110         (pop3-quit): Use with-current-buffer.
3111
3112 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3115         instead of nnheader-accept-process-output.
3116
3117         * dgnushack.el (dgnushack-compile): Add comment.
3118
3119         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3120
3121         * gnus-html.el (gnus-html-schedule-image-fetching)
3122         (gnus-html-prefetch-images): Replace process-kill-without-query by
3123         gnus-set-process-query-on-exit-flag.
3124
3125 2010-09-16  Romain Francoise  <romain@orebokech.com>
3126
3127         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3128
3129 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3132         parameter to unintern is mandatory-ish in Emacs 24.
3133
3134         * gnus-html.el (gnus-html-schedule-image-fetching)
3135         (gnus-html-prefetch-images): Check for curl before using it.
3136
3137         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3138         depend on curl, which isn't essential.
3139
3140         * imap.el: Revert back to version
3141         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3142         seem problematic.
3143
3144 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3145
3146         * gnus-registry.el (gnus-registry-install-shortcuts):
3147         Explicitly pass `obarray' to `unintern' to avoid a warning.
3148
3149 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3152         change.
3153
3154         * nnrss.el (nnrss-request-list): Removed this function and related
3155         functions, including the moreover stuff.
3156
3157 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * nnrss.el (nnrss-retrieve-groups): New function.
3160
3161 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3162
3163         * .dir-locals.el: Add no-byte-compile cookie.
3164
3165 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * time-date.el (format-seconds): Comment fix.
3168
3169         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3170         for back end that doesn't support request-scan.
3171
3172 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3175         then do request scans from the backends.
3176
3177         * netrc.el (netrc-credentials): New conveniency function.
3178
3179         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3180         avoid running a hook per line, since this takes a lot of time,
3181         profiling shows.
3182         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3183         directly if gnus-visual-p is true.
3184
3185 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3188         groups; replace mapcar with dolist which is a bit faster; pass groups
3189         info to gnus-read-active-file-1.
3190         (gnus-read-active-file-1): Scan only specified groups if the new
3191         optional arg `infos' is given.
3192
3193 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3196
3197         * pop3.el (pop3-movemail): Removed.
3198         (pop3-streaming-movemail): Renamed to pop3-movemail.
3199
3200         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3201         don't restrict end-tag searches to the end of the line.
3202
3203 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3206         articles of every unchecked group to t, which means unknown since the
3207         server has never been opened.
3208
3209 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * gnus-html.el (gnus-html-show-alt-text): New command.
3212         (gnus-html-browse-image): Ditto.
3213         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3214         to browse the image directly.
3215         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3216         better.
3217
3218         * gnus-async.el (gnus-async-article-callback): Call
3219         `gnus-html-prefetch-images' unconditionally.
3220
3221         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3222         before feeding URLs to curl.
3223
3224 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3227         internal images as deletable by `W D D'.
3228
3229         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3230         (gnus-async-article-callback): Fix typo.
3231
3232 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3235         current line to work around bugs in the output from w3m.
3236
3237         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3238         for groups that want that.
3239
3240         * nntp.el (nntp-wait-for-string): Supply a timeout for
3241         accept-process-output to ensure progress.
3242
3243         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3244         level to get unread articles from, then use that for foreign groups,
3245         too.
3246
3247         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3248         confuses the rest of the function.
3249
3250         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3251         for the methods that support -retrieve-groups, too.
3252
3253         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3254
3255 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3258         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3259
3260         * pop3.el: Require cl when compiling.
3261         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3262
3263 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3266         that aren't going to be activated.
3267         (gnus-get-unread-articles): Fix up the last commit.
3268
3269         * gnus-html.el (gnus-article-html): Allow calling without specifying
3270         the handle.  In that case, dissect the buffer first.
3271
3272         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3273
3274         * nnimap.el (nnimap-open-connection): Revert the change that would look
3275         into authinfo for imaps instead of imap.
3276
3277         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3278         say that you don't want to call gnus-request-group with don-check, but
3279         do check the reponse.  This is for virtual groups only.
3280         (gnus-get-unread-articles): Count the archive groups as secondary, so
3281         that they're activated the same way as before.
3282
3283         * imap.el (imap-message-map): Removed optional buffer parameter, since
3284         no callers use it.
3285         (imap-message-get): Ditto.
3286         (imap-message-put): Ditto.
3287         (imap-mailbox-map): Ditto.
3288         (imap-mailbox-put): Ditto.
3289         (imap-mailbox-get): Ditto.
3290         (imap-mailbox-get): Revert last change for this function.
3291
3292         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3293         case-insensitively.
3294         (nnimap-debug): Removed.
3295
3296         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3297         to use `imap-fetch' instead.  According to the comments, this should be
3298         safe, since all other IMAP clients use the 1:* syntax.
3299         (imap-enable-exchange-bug-workaround): Removed.
3300         (imap-debug): Removed -- doesn't seem very useful.
3301
3302         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3303         mail from a file, and the file doesn't exist.
3304
3305         * imap.el (imap-log): New convenience function used throughout instead
3306         of repeating the same code all over the place.
3307
3308         * pop3.el (pop3-streaming-movemail): Return t for success.
3309
3310         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3311         .authinfo if we're using ssl connection.
3312
3313         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3314         already have if we're in a main Gnus `g' run.
3315
3316         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3317
3318 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3321
3322         * nnmh.el (nnmh-request-list-1): Bind `file'.
3323
3324         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3325         alias to set-process-query-on-exit-flag or process-kill-without-query.
3326         (pop3-open-server): Use it.
3327
3328 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3331         box to the Incoming file.  Fixes mistake in previous checkin.
3332
3333         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3334         request loop (for debugging purposes) removed.
3335
3336         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3337         culprit is more visible.
3338         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3339         (nnml-add-incremental-nov): New functions to do "incremental" nov
3340         updates, where we just append to the end of the existing nov files
3341         without reading/writing them in full.
3342
3343         * mail-source.el (mail-source-delete-crash-box): Really only check the
3344         incoming files once in a while.
3345
3346         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3347
3348         * mail-source.el (mail-source-delete-crash-box): Only check the
3349         incoming files for deletion once per day to save a lot of file
3350         accesses.
3351
3352         * pop3.el (pop3-logon): Fix up unbound variable typo.
3353
3354         * mail-source.el (pop3-streaming-movemail): Autoload.
3355
3356         * pop3.el (pop3-streaming-movemail): Respect
3357         pop3-leave-mail-on-server.
3358
3359         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3360         retrieval.
3361
3362         * pop3.el (pop3-process-filter): Removed unused function.
3363         (pop3-streaming-movemail, pop3-send-streaming-command)
3364         (pop3-wait-for-messages, pop3-write-to-file)
3365         (pop3-number-of-responses): New functions for streaming pop3
3366         retrieval.
3367
3368         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3369         come from no known methods.
3370         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3371         list.
3372
3373         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3374         message sizes.
3375         (pop3-movemail): Use erase-buffer instead of looping and deleting
3376         regions, which seems rather odd.
3377
3378         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3379         file once per `g' run.
3380
3381         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3382         directories.  This makes the draft queue directory work.
3383
3384         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3385         data from the backends, so that we only request the list of groups from
3386         each method once.  This should speed things up considerably.
3387
3388         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3389         detect that it's not implemented.
3390
3391         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3392         we actually do recurse down into the tree, but don't stat all leaf
3393         nodes.
3394
3395         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3396         then say so instead of bugging out.
3397
3398         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3399         files exist before trying to read them.
3400
3401         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3402         around <pre_int>.
3403
3404         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3405
3406         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3407
3408 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * mm-util.el (mm-image-load-path): Just return the image directories,
3411         not all directories in the path in addition to the image directories.
3412         (mm-image-load-path): Maintain a cache of the image directories so that
3413         the `g' command in Gnus doesn't have to stat dozens of directories each
3414         time.
3415
3416         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3417         (gnus-html-wash-tags): Add a new `i' command to insert images.
3418         (gnus-html-insert-image): New command and keystroke.
3419         (gnus-html-redisplay-with-images): New command and keystroke.
3420         (gnus-html-show-images): Renamed command.
3421         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3422         spacers.
3423         (gnus-html-wash-tags): Decode entities at the end, so that entities
3424         inside the tags don't mess up the rest of the "parsing".
3425
3426         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3427         so that nnimap methods aren't agentized by default.  There's apparently
3428         many problems related to agent/imap behaviour.
3429
3430         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3431
3432         * gnus-html.el: Doc fix.
3433
3434 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3437         specifier-spec-list for Emacs 21.
3438
3439         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3440         glyph-width and glyph-height instead of display-graphic-p and
3441         image-size; make avoidance of displaying small images work for XEmacs.
3442
3443         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3444         for XEmacs.
3445
3446         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3447         of symbol that holds plist data.
3448         (gnus-process-plist): Remove plist of process after getting it.
3449
3450 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * message.el (message-generate-hashcash): Change default to
3453         'opportunistic if hashcash is installed.
3454
3455         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3456         (gnus-html-put-image): Only call image-size once, since it's somewhat
3457         time-consuming on remote X servers.
3458
3459 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3462         type on data, not a file name.
3463
3464         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3465         window-pixel-edges for Emacs 21.
3466
3467         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3468         decoded contents.
3469         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3470
3471 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3474         group line format, since it isn't very interesting.
3475
3476         * gnus-agent.el (gnus-agent-short-article),
3477         (gnus-agent-long-article): Increase values for these two variables,
3478         since most people are likely to have more network connection and
3479         storage than before.
3480
3481         * gnus.el (gnus-refer-article-method): Change default to 'current.
3482         When referring an article, the common behaviour is to refer it from the
3483         current select method, not the native select method.  The chances of
3484         the native select method having the message in question is rather slim
3485         these days.
3486
3487         * gnus-sum.el (gnus-auto-select-subject): Change default to
3488         `unseen-or-unread'.  I think it's likely that most people want to
3489         select an unseen article over a previously seen, but unread one.
3490
3491         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3492         means that in the article buffer none of the minor mode elements will
3493         be shown, usually, and this is not desirable in most cases.
3494
3495         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3496         that commands like `d' (and the like) go to the next line in the
3497         buffer, instead of the next unread article.  I think this is the
3498         behaviour that is most natural for most users.
3499         (gnus-single-article-buffer): Change default to nil, so that people can
3500         have as many article buffers open as they have summary buffer.  I think
3501         this is the most natural way for the groups to behave.
3502
3503         * message.el (message-generate-new-buffers): Change default to
3504         `unsent', so that all new message buffers start their names with the
3505         string "*unsent", and it's easier to find the buffers if you move from
3506         them.
3507
3508 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3511         small.  They're probably tracking images.
3512         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3513         (gnus-html-rescale-image): Yet another try at getting the image sizing
3514         right.
3515
3516         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3517         nntp-marks-file-name is nil.
3518
3519 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3520
3521         * gnus-html.el (gnus-html-wash-tags)
3522         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3523         Better logging.
3524
3525 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3528
3529         * gnus-html.el (gnus-html-wash-tags): Check the value of
3530         gnus-blocked-images in the summary buffer.
3531
3532 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3533
3534         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3535
3536 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3539         like "a", it seems like.
3540         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3541         since it needs to be picked from the correct buffer.
3542
3543         * nnwfm.el: Removed.
3544
3545         * nnlistserv.el: Removed.
3546
3547 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3550         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3551
3552 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * nnkiboze.el: Removed.
3555
3556         * nndb.el: Removed.
3557
3558         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3559         alt text.
3560         (gnus-html-rescale-image): Try to get the rescaling logic right for
3561         images that are just wide and not tall.
3562
3563         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3564         overshadow variable bindings.
3565
3566 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * gnus-html.el (gnus-html-wash-tags)
3569         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3570         extra logging.
3571
3572 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3575         (gnus-max-image-proportion): New variable.
3576         (gnus-html-rescale-image): New function.
3577         (gnus-html-put-image): Rescale images.
3578
3579 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3580
3581         Fix up some byte-compiler warnings.
3582         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3583         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3584         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3585         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3586         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3587         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3588         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3589
3590 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-html.el (gnus-article-html): Decode contents by charset.
3593
3594 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3597         (gnus-html-frame-width, gnus-blocked-images)
3598         * message.el (message-prune-recipient-rules): Add custom version.
3599         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3600
3601         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3602         functions.
3603
3604         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3605         gnus-process-get.
3606
3607 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3608
3609         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3610         instead of lsub directly.
3611
3612 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * nnwarchive.el: Removed.
3615
3616         * gnus-soup.el: Removed.
3617
3618         * nnsoup.el: Removed.
3619
3620         * nnultimate.el: Removed.
3621
3622         * gnus-html.el (gnus-blocked-images): New variable.
3623
3624         * message.el (message-prune-recipients): New function.
3625         (message-prune-recipient-rules): New variable.
3626
3627         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3628         guess whether a long line is natural text or not.
3629
3630         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3631         gnus-process-plist and friends for compatibility.
3632
3633 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3634
3635         * gnus-html.el: Require packages that define macros used in this file.
3636         (gnus-article-mouse-face): Declare to silence byte-compiler.
3637         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3638         process-get.
3639         (gnus-html-put-image): Use plist-get to avoid getf.
3640         (gnus-html-prefetch-images): Use with-current-buffer.
3641
3642 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-ems.el: Provide compatibility functions for
3645         gnus-set-process-plist.
3646
3647         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3648         header-line-format for XEmacs 21.4.
3649
3650         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3651         * gnus.el (gnus-valid-select-methods)
3652         * message.el (message-send-mail-partially-limit)
3653         * mm-decode.el (mm-text-html-renderer)
3654         * mml.el (mml-insert-mime-headers-always)
3655         * smiley.el (smiley-regexp-alist): Bump custom version.
3656
3657 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * gnus-html.el: require mm-url.
3660         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3661         with the url to `url'.
3662         (gnus-html-wash-tags): Support cid: URLs/images.
3663
3664 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3667         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3668         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3669
3670         * gnus-move.el: Removed file, since it doesn't really work.
3671
3672         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3673         UTF-8.  This seems to fix problems with some German web feeds.
3674
3675         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3676         at the top so that the proper colours are applied.
3677
3678         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3679         don't have dots in their names.
3680
3681         * gnus-art.el (gnus-article-view-part): Doc fix.
3682
3683         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3684         XEmacs-compatible.
3685         (gnus-html-put-image): Don't do images on non-graphic displays.
3686
3687         * nnslashdot.el: Removed this unused backend.
3688
3689         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3690         actions.
3691         (gnus-undo-register-1): Revert last change.
3692
3693         * gnus-group.el (gnus-group-completing-read): Protect against not
3694         having completion-styles bound.
3695
3696         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3697         make broken recipients happier.
3698
3699         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3700
3701         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3702         point parameter.
3703
3704         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3705
3706         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3707         completion-styles for group selection.
3708
3709 2009-02-04  Andreas Schwab  <schwab@suse.de>
3710
3711         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3712         headers and regexp-quote the match if necessary.
3713
3714 2009-03-24  Miles Bader  <miles@gnu.org>
3715
3716         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3717         the blinking smiley.
3718
3719 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3720
3721         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3722         blink smiley.
3723
3724 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3727         where the dribbel file lives exists.
3728
3729         * message.el (message-send-mail-partially-limit): Change the default to
3730         nil, since most people don't want this.
3731
3732         * mm-url.el (mm-url-decode-entities): Also decode entities like
3733         &#x3212.
3734
3735 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3736
3737         * gnus-sum.el (gnus-summary-idna-message):
3738         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3739         Hyperlink urls in docstrings with URL `...'.
3740
3741 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3742
3743         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3744         functions.
3745
3746 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3749         say what the mouseover text should be.
3750
3751         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3752         version of the mm-w3m-safe-url-regexp variable to only download images
3753         in the groups where we want that to happen.
3754
3755         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3756
3757         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3758         easier debugging.
3759         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3760         big pictures in the article buffer.
3761
3762         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3763         gnus-article-html.
3764         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3765         w3m.
3766
3767         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3768
3769 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3772         which doesn't exist.
3773
3774         * message.el (message-inhibit-ecomplete): New variable to allow some
3775         function to inhibit ecomplete address storage.
3776         (message-resend): Disable ecomplete message storage when resending
3777         messages.
3778
3779         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3780
3781 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3784         Save excursion while copying, moving, and deleting articles in order to
3785         prevent the cursor from jumping to unforeseen place.
3786
3787 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * lpath.el: No need to bind bookmark-current-buffer,
3790         bookmark-yank-point and bookmark-make-record-function.
3791
3792 2010-08-17  Glenn Morris  <rgm@gnu.org>
3793
3794         * gnus-sync.el: Require gnus components whose functions are used.
3795
3796         * gnus-art.el (bookmark-make-record-function):
3797         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3798         Declare for compiler.
3799
3800         * mm-url.el (mml-compute-boundary): Autoload.
3801
3802 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3805
3806 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         Typo fix "hoo4a" -> "hook".
3809
3810         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3811
3812 2010-08-14  Glenn Morris  <rgm@gnu.org>
3813
3814         * gnus-sync.el (gnus-sync): Fix defgroup version.
3815
3816 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3817
3818         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3819
3820         * gnus-sync.el: Fix docs.
3821         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3822         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3823
3824 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         Optimizations for gnus-sync.el.
3827
3828         * gnus-sync.el: Add docs about gnus-sync-backend
3829         possibilities.
3830         (gnus-sync-save): Remove unnecessary message.
3831         (gnus-sync-read): Optimize and show what groups were skipped.
3832
3833 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3834
3835         Minor bug fixes for gnus-sync.el.
3836
3837         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3838         read the sync on get-new-news.
3839
3840         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3841         quiet.
3842
3843         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3844
3845 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3846
3847         Make saving and restoring of hidden threads work with overlays.
3848         Patch applied by Ted Zlatanov.
3849
3850         * gnus-sum.el (gnus-hidden-threads-configuration)
3851         (gnus-restore-hidden-threads-configuration): Update to deal with text
3852         properties, rather than searching for a magic character.
3853
3854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         New gnus-sync.el library for synchronization of marks.
3857
3858         * gnus-sync.el: New library for synchronization of marks.
3859
3860         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3861         renamed from `gnus-registry-grep-in-list'.
3862
3863         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3864
3865         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3866
3867 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3870         determining charset of text fails.
3871
3872 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * nnmail.el (nnmail-get-new-mail-1): Revert.
3875
3876         * nnml.el (nnml-active-number): Make sure names of newly created groups
3877         in nnml-group-alist are encoded.
3878
3879 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3882         containing non-ASCII characters in active file for nnml back end.
3883
3884 2010-07-24  David Engster  <dengste@eml.cc>
3885
3886         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3887         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3888
3889 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3890
3891         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3892         tag (Bug#6654).
3893
3894 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3897         the article buffer, not the summary buffer.
3898
3899 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3902         Emacs 23 as well.
3903
3904 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3907         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3908
3909 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3910
3911         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3912         Patch applied by Karl Fogel.
3913
3914         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3915         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3916
3917 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3918
3919         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3920         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3921         C-w still not working correctly from Article buffers; Thierry's
3922         patch to fix that will be applied after this.
3923
3924         * gnus-art.el (bookmark-make-record-function): New local variable.
3925
3926         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3927         article buffer.
3928         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3929
3930 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3931
3932         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3933         on changes in bookmark.el.
3934
3935 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3938         `no-log' instead of message not to log prompt string.
3939
3940 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3941
3942         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3943         the *other* type of HTML form submission.
3944
3945 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3946
3947         * auth-source.el (auth-source-pick): If choice does not contain a
3948         questioned keyword, set the check to t.
3949
3950 2010-06-12  Romain Francoise  <romain@orebokech.com>
3951
3952         * gnus-util.el (gnus-date-get-time): Move up before first use.
3953
3954 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3957         (gnus-article-edit-part): Bind it to make last part that is substituted
3958         or deleted visible.
3959         (gnus-mime-display-single): Buttonize part of which id equals to
3960         gnus-mime-buttonized-part-id.
3961
3962 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3963
3964         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3965         (gnus-dd-mmm): Use gnus-date-get-time.
3966         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3967         simplify logic.
3968         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3969         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3970
3971 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3972
3973         * auth-source.el (top): Autoload `secrets-list-collections',
3974         `secrets-create-item', `secrets-delete-item'.
3975         (auth-sources): Fix tag string.
3976         (auth-get-source, auth-source-retrieve, auth-source-create)
3977         (auth-source-delete): New defuns.
3978         (auth-source-pick): Rewrite in order to avoid 2 passes.
3979         (auth-source-forget-user-or-password): New parameter USERNAME.
3980         (auth-source-user-or-password): New parameters CREATE-MISSING and
3981         DELETE-EXISTING.  Retrieve password interactively, if needed.
3982
3983 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3984
3985         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3986         deleting unused directories when gnus-expert-user is t.
3987
3988 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3991         for each temp file when gnus-article-browse-delete-temp is ask.
3992
3993 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3994
3995         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3996         Lisp calls to delete-backward-char by calls to delete-char.
3997
3998 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3999
4000         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4001
4002 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4003
4004         * password-cache.el (password-cache-remove): Fix docstring.
4005
4006 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4009         article unless decoding article to be saved.
4010
4011 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4014         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4015         generated within the mm-with-unibyte-current-buffer macro.
4016
4017 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4020         to nil when we're in a mml-preview buffer and no group is selected.
4021
4022 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4023
4024         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4025         when catching the `C-g'.  Reported by "Leo".
4026
4027 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * message.el (message-forward-make-body-plain)
4030         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4031         multibyte-string-p.
4032
4033         * lpath.el: Revert.
4034
4035 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * message.el (message-forward-make-body-mml): Assume original message
4038         is multibyte string; error on unibyte.
4039         (message-forward-make-body-plain): Ditto; don't add excessive newline
4040         in body end.
4041
4042         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4043
4044 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4045
4046         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4047         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4048
4049 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * mm-extern.el (mm-extern-url): Don't use
4052         mm-with-unibyte-current-buffer.
4053         (mm-extern-cache-contents): Use with-current-buffer instead of
4054         save-excursion + set-buffer.
4055
4056 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * mm-util.el (mm-emacs-mule): Remove.
4059
4060 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4061
4062         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4063         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4064         change.
4065
4066 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4069         bind the default value of enable-multibyte-characters to nil.
4070
4071 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * message.el (message-forward-make-body-plain)
4074         (message-forward-make-body-mml):
4075         Don't use mm-with-unibyte-current-buffer.
4076
4077 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4078
4079         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4080
4081 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4082
4083         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4084         (Bug#5592).
4085
4086 2010-05-07  Julien Danjou  <julien@danjou.info>
4087
4088         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4089         it to mm-pipe-part.
4090
4091         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4092         it is given.
4093
4094 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * binhex.el (binhex-decode-region-internal)
4097         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4098         (dns-query)
4099         * nnweb.el (nnweb-gmane-search)
4100         * pgg-parse.el (pgg-parse-armor)
4101         * pgg.el (pgg-verify-region)
4102         * sha1.el (sha1-string-external)
4103         * uudecode.el (uudecode-decode-region-internal)
4104         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4105         XEmacs.
4106
4107         * gnus-art.el (gnus-article-browse-html-parts)
4108         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4109         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4110         make-temp-file.
4111
4112         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4113         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4114         compiling.
4115
4116         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4117         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4118         XEmacs when compiling.
4119
4120         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4121         gnus-pick-mode-off-hook for XEmacs when compiling.
4122         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4123         gnus-binary-mode-off-hook for XEmacs when compiling.
4124
4125         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4126         nil if char-charset is not available.
4127
4128         * imap.el (imap-disable-multibyte)
4129         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4130         macros.
4131
4132         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4133         instead of encode-coding-string.
4134
4135         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4136         'xemacs) instead of mm-emacs-mule to switch function definitions.
4137         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4138
4139         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4140         bind temporary-file-directory for XEmacs;
4141         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4142         timer-set-function for XEmacs 21.4 and SXEmacs;
4143         bind timer-list for XEmacs 21.4 and SXEmacs;
4144         fbind char-charset and find-charset-region for non-Mule XEmacs;
4145         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4146         encode-coding-region and encode-coding-string for XEmacs having no
4147         file-coding feature.
4148
4149 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4150
4151         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4152
4153 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4156         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4157
4158 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4159
4160         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4161         alias `jka-compr-delete-temp-file' no longer exists.
4162
4163 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4164
4165         Use define-minor-mode in Gnus where applicable.
4166         * mml.el (mml-mode): Use define-minor-mode.
4167         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4168         (gnus-undo-mode): Use define-minor-mode.
4169         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4170         (gnus-dead-summary-mode): Use define-minor-mode.
4171         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4172         Initialize in declaration.
4173         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4174         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4175         (gnus-mailing-list-mode): Use define-minor-mode.
4176         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4177         (gnus-draft-mode): Use define-minor-mode.
4178         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4179         (gnus-dired-mode): Use define-minor-mode.
4180
4181 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4182
4183         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4184         handles on recursive mml-to-mime translation and check them for
4185         boundary delimiter collisions.  Reported by Greg Troxel.
4186
4187 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4190
4191 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4192
4193         * mm-util.el (mm-find-buffer-file-coding-system):
4194         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4195
4196 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4197
4198         * message.el (message-generate-headers): Record insertion of optional
4199         headers as well.  Otherwise the check to prevent repeated insertion of
4200         optional headers is a no-op.
4201
4202 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * smime.el: Don't mention CVS.
4205
4206         * nnrss.el (nnrss-fetch): Don't mention CVS.
4207
4208         * nnir.el: Don't mention CVS.
4209
4210 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4211
4212         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4213
4214 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * lpath.el: Fbind bookmark-default-handler,
4217         bookmark-get-bookmark-record, bookmark-make-record-default,
4218         bookmark-prop-get for Emacs <23 and XEmacs.
4219
4220 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4221
4222         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4223         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4224         Use with-current-buffer to silence the byte-compiler.
4225         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4226         bother to require `gnus'.
4227         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4228
4229 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4230
4231         * gnus-sum.el (gnus-summary-bookmark-make-record)
4232         (gnus-summary-bookmark-jump): New functions.
4233         (gnus-summary-mode): Setup bookmark support.
4234
4235 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4236
4237         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4238         if set.
4239
4240 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4243         gnus-article-browse-html-save-cid-image; make it work recursively for
4244         forwarded messages as well.
4245         (gnus-article-browse-html-parts): Work when prefix arg is given.
4246         (gnus-article-browse-html-article): Doc fix.
4247
4248 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4249
4250         * message.el (message-default-mail-headers):
4251         (message-default-headers): Carry the value mail-default-headers over
4252         into message-default-mail-headers, rather than message-default-headers.
4253
4254 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4255
4256         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4257         charset.
4258
4259         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4260         charset into the <meta> tag when the article is encoded to utf-8.
4261
4262 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4265         directories as well.
4266         (gnus-article-browse-html-parts): Work for images that do not specify
4267         file names; delete temp directory when quitting; insert header at the
4268         right place; use file: scheme for image files.
4269
4270 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4271
4272         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4273         (gnus-article-browse-html-parts): Use it to make temporary cid image
4274         files in addition to html file so that browser may display them.
4275
4276 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4279
4280 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4283
4284 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4287         about Secret Service API sources.  Improve Customize options.
4288         (auth-source-pick): Change to accept any number of search parameters.
4289         Implement fallbacks iteratively, not recursively.  Add scoring on the
4290         second pass and sort by score.  Call Secret Service API when needed.
4291         (auth-source-user-or-password): Use it.  Call Secret Service API
4292         directly when needed to get the user name and the password.
4293
4294 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4295
4296         * message.el (message-interactive): Doc fix.
4297         (message-qmail-inject-args): Reflow.
4298         (message-kill-to-signature): Fix typo in docstring.
4299
4300         * smiley.el (smiley-buffer): Fix typo in docstring.
4301
4302 2010-03-24  Glenn Morris  <rgm@gnu.org>
4303
4304         * mail-source.el (gnus-message): Declare.
4305         (mail-source-delete-old-incoming): Require gnus-util.
4306
4307 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4310
4311         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4312
4313         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4314         password-cache's default if it is not bound.
4315         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4316         password-cache-expiry's default if it is not bound.
4317
4318         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4319         available in Emacs 21.
4320
4321         * lpath.el: Suppress compiler warnings for:
4322         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4323         XEmacs;
4324         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4325         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4326         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4327
4328 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * auth-source.el (auth-sources): Fix up definition so extra parameters
4331         are always inline.
4332
4333 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4334
4335         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4336         wasn't updated after mismatch.  Clear cached mailbox info correctly
4337         when uidvalidity changes.
4338         (nnimap-group-prefixed-name): New function to avoid some code
4339         duplication.
4340         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4341         (nnimap-request-group): Use it.
4342         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4343         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4344         with many imap folders.  This is done by caching the group status from
4345         the imap server persistently in a group parameter `imap-status'.  (This
4346         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4347         but not persistently, so every Gnus startup was still very slow.)
4348
4349 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4352         delete the extra newline.  Otherwise editing of :string and :number
4353         types don't work.
4354
4355 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4358         secrets.el dependency.
4359         (auth-sources): Add optional user name.  Add secrets.el configuration
4360         choice (unused right now).
4361
4362 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4365         `gnus-registry-install-shortcuts' fill in the functions.
4366
4367         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4368         warnings.
4369         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4370         (gnus-registry-install-shortcuts): Populate and use it in a
4371         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4372
4373 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4374
4375         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4376         In-place substitutions for the group name encoding/decoding.
4377         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4378         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4379         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4380         (nnimap-update-unseen, nnimap-request-list)
4381         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4382         (nnimap-request-set-mark, nnimap-split-to-groups)
4383         (nnimap-split-articles, nnimap-request-newgroups)
4384         (nnimap-request-create-group, nnimap-request-accept-article)
4385         (nnimap-request-delete-group, nnimap-request-rename-group)
4386         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4387         `encoded-mbx' for consistency.
4388         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4389         variable `imap-current-mailbox'.
4390
4391         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4392         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4393
4394 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4395
4396         * pop3.el (pop3-display-message-size-flag): Display message size byte
4397         counts during POP3 download.
4398         (pop3-movemail): Use it.
4399         (pop3-list): Implement listing of available messages.
4400
4401 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4402
4403         * nnir.el (nnir-get-article-nov-override-function): New function to
4404         override the normal NOV retrieval.
4405         (nnir-retrieve-headers): Use it.
4406
4407 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4408
4409         * auth-source.el (netrc-machine-user-or-password): Autoload.
4410
4411 2010-03-19  Glenn Morris  <rgm@gnu.org>
4412
4413         Stop message.el from loading about 40 libraries it doesn't always need.
4414         The general approach is to autoload rather than require, and to
4415         require in the specific functions rather than the file.  (Bug#5642)
4416
4417         * gmm-utils.el: Don't require wid-edit.
4418         (widget-create-child-value, widget-convert, widget-default-get):
4419         Autoload.
4420
4421         * gnus-util.el: Don't require time-date, netrc.
4422         (message-fetch-field, gnus-group-name-decode): Declare rather than
4423         autoloading.
4424         (gnus-fetch-field): Require message.
4425         (gnus-decode-newsgroups): Require gnus-group.
4426
4427         * ietf-drums.el: Don't require time-date.
4428
4429         * message.el: Don't require hashcash, canlock, ecomplete.
4430         Do require mail-utils.  Require nnheader only when compiling.
4431         (smtpmail-default-smtp-server): Remove declaration.
4432         (message-send-mail-function): Check smtpmail-default-smtp-server
4433         is bound rather than requiring smtpmail.
4434         (message-auto-save-directory, message-insert-signature): Use
4435         expand-file-name rather than nnheader-concat.
4436         (nnheader-insert-file-contents): Autoload.
4437         (hashcash-wait-async): Declare.
4438         (message-send-mail): Only call gnus-setup-posting-charset if
4439         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4440         (message-send-mail-with-sendmail): Require sendmail.
4441         (canlock-password, canlock-password-for-verify): Declare.
4442         (message-canlock-password): Require canlock.
4443         (nnheader-get-report): Autoload.
4444         (gnus-setup-posting-charset): Declare.
4445         (message-send-news): Require gnus-msg.
4446         (message-make-references, message-make-in-reply-to): Use mail-header-id
4447         rather than the alias mail-header-message-id.
4448         (ecomplete-add-item, ecomplete-save): Declare.
4449         (message-put-addresses-in-ecomplete): Require ecomplete.
4450         (ecomplete-display-matches): Autoload.
4451
4452         * mm-decode.el: Don't require mailcap, gnus-util.
4453         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4454         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4455         Autoload.
4456         (mailcap-mime-extensions): Declare.
4457
4458         * mm-encode.el: Don't require mailcap.
4459         (mailcap-extension-to-mime): Autoload.
4460
4461         * mml-sec.el: Don't require password-cache.
4462
4463         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4464         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4465         (mml-minibuffer-read-type): Require mailcap.
4466         (mml-preview): Require gnus-msg.
4467
4468         * mml1991.el: Require password-cache.
4469         (password-cache-expiry): Remove declaration.
4470
4471         * mml2015.el: Require password-cache.
4472         (password-cache-expiry): Remove declaration.
4473
4474         * nneething.el (mailcap): Require mailcap.
4475
4476         * nnheader.el (declare-function): Add compatibility stub.
4477         (message-remove-header): Declare rather than autoload.
4478         (nnheader-replace-header): Require message.
4479
4480         * nnimap.el (declare-function): Add compatibility stub.
4481         (netrc-parse, netrc-machine-user-or-password): Declare.
4482         (nnimap-open-connection): Require netrc.
4483
4484         * nntp.el (declare-function): Add compatibility stub.
4485         (netrc-parse, netrc-machine, netrc-get): Declare.
4486         (nntp-send-authinfo): Require netrc.
4487
4488         * rfc2047.el: Don't require qp.
4489         (quoted-printable-encode-region, quoted-printable-decode-string):
4490         Autoload.
4491
4492         * sieve-mode.el: Don't require easymenu.
4493         (easy-menu-add-item): Autoload it.
4494
4495         * spam-stat.el (time-to-number-of-days): Autoload it.
4496
4497 2010-03-19  Glenn Morris  <rgm@gnu.org>
4498
4499         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4500
4501 2010-03-18  Glenn Morris  <rgm@gnu.org>
4502
4503         * hashcash.el (declare-function): Remove duplicate definition.
4504
4505 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4506
4507         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4508         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4509         value if any backslash escapes).
4510
4511 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4514         if it is available.  (bug#5647)
4515
4516         * lpath.el: Suppress compiler warning for coding-system-from-name for
4517         Emacs 21 and XEmacs.
4518
4519 2010-03-14  Juri Linkov  <juri@jurta.org>
4520
4521         * hmac-def.el:
4522         * hmac-md5.el:
4523         * netrc.el: Fix keywords.
4524
4525 2010-02-26  Glenn Morris  <rgm@gnu.org>
4526
4527         * message.el (message-send-mail-function): Change the default, so that
4528         it inherits from a customized send-mail-function.  (Bug#5643)
4529
4530 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4531
4532         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4533         shell-command-to-string signals an error (bug#5299).
4534
4535 2010-02-24  Glenn Morris  <rgm@gnu.org>
4536
4537         * message.el (message-smtpmail-send-it)
4538         (message-send-mail-with-mailclient): Doc fixes.
4539
4540 2010-02-16  Glenn Morris  <rgm@gnu.org>
4541
4542         * message.el (message-default-mail-headers): Change the default value
4543         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4544
4545 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4548         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4549
4550 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4551
4552         * time-date.el (date-to-time): Doc fix (Bug#5408).
4553
4554 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4555
4556         * message.el (message-mail): Just pass yank-action on to message-setup.
4557         (message-setup): Handle (FUN . ARGS) form of yank-action.
4558         (message-with-reply-buffer, message-widen-reply)
4559         (message-yank-original): Handle non-buffer values of
4560         message-reply-buffer (Bug#4080).
4561         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4562
4563 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4564
4565         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4566         Fix typo in docstring.
4567
4568 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4569
4570         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4571         response.
4572
4573 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4576
4577         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4578
4579         * message.el (message-check-news-header-syntax): Protect against a
4580         string that `rfc822-addresses' returns when parsing fails.
4581
4582 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4585         (gnus-previous-char-property-change): New functions.
4586
4587         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4588
4589 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4590
4591         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4592         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4593
4594 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4595
4596         * message.el (message-exchange-point-and-mark): Rework last change to
4597         avoid using optional arg of exchange-point-and-mark, for backward
4598         compatibility.
4599
4600 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4601
4602         * message.el (message-exchange-point-and-mark): Call
4603         exchange-point-and-mark with an argument rather than setting
4604         mark-active by hand (Bug#5175).
4605
4606 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * nntp.el (nntp-service-to-port): Work for service expressed with
4609         numeric string; replace [:digit:] with [0-9] for XEmacs.
4610
4611 2009-12-17  Glenn Morris  <rgm@gnu.org>
4612
4613         * gnus-group.el (gnus-bug-group-download-format-alist):
4614         Change emacs entry to debbugs.gnu.org.  Bump :version.
4615
4616 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4619
4620 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * message.el (message-info): Explain why we use `Info-goto-node'.
4623
4624 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4627
4628 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4629
4630         * message.el (message-completion-in-region): New compatibility function.
4631         (message-expand-group): Use it.
4632
4633 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4636         with no unread article should be listed if the 2nd arg `predicate' is
4637         given.
4638
4639 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4642
4643 2009-11-29  Juri Linkov  <juri@jurta.org>
4644
4645         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4646         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4647         on `gnus-recenter'. (Bug#4698, Bug#4981)
4648
4649 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4650
4651         * sha1.el (sha1-string-external): default-directory "/" in case
4652         otherwise non-existent.  process-connection-type pipe for touch of
4653         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4654
4655 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4656
4657         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4658         it's comms related and sgml-mode.el has "comm" on that basis too.
4659
4660 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4663         containing tspecial characters if they have been already quoted.
4664
4665 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4666
4667         * dns-mode.el (auto-mode-alist): Purecopy string.
4668
4669 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4670
4671         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4672
4673 2009-10-24  Glenn Morris  <rgm@gnu.org>
4674
4675         * gnus-art.el (help-xref-stack-item): Define for compiler.
4676
4677 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4678
4679         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4680
4681 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4684
4685 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4688         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4689
4690 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4693         (gnus-overlays-in): New alias to overlays-in.
4694
4695         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4696         gnus-overlay-get, and gnus-delete-overlay.
4697         (gnus-summary-show-thread): Make it work as well for systems in which
4698         next-single-char-property-change is not available.
4699         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4700
4701         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4702         (gnus-overlay-get): New alias to extent-property.
4703         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4704
4705         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4706         SXEmacs.
4707
4708         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4709         SXEmacs.
4710
4711 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4714
4715 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4716
4717         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4718         and XEmacs that don't have `remove-overlays'.
4719
4720 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4723         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4724         selective display.  Use overlays instead.
4725
4726 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4727
4728         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4729
4730 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4731
4732         * spam-stat.el (spam-stat-load): Fix typo in message.
4733
4734 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4735
4736         * dig.el (dig-invoke): Fix typo in docstring.
4737         (query-dig): Reflow docstring.
4738
4739 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4740
4741         * gnus-art.el (gnus-article-encrypt-body):
4742         * message.el (message-check-recipients):
4743         * mm-util.el (mm-codepage-setup):
4744         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4745         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4746
4747 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4748
4749         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4750         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4751         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4752         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4753         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4754
4755 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4756
4757         * dig.el: Add "Keywords: comm", as per net-utils.el.
4758
4759 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4760
4761         * dig.el (dig-mode): Use define-derived-mode.
4762
4763 2009-09-19  Glenn Morris  <rgm@gnu.org>
4764
4765         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4766
4767 2009-09-18  Glenn Morris  <rgm@gnu.org>
4768
4769         * gnus-diary.el (gnus-diary-check-message):
4770         * message.el (message-insert-formatted-citation-line):
4771         * nnbabyl.el (top-level):
4772         * nndiary.el (nndiary-schedule):
4773         Fix typos in condition-case handlers.
4774
4775 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4778         configuration that provides the sole article window in a frame;
4779         position point correctly after deleting a part.
4780
4781 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4782
4783         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4784         (spam-resolve-registrations-routine): Use it to unregister articles
4785         that change status.
4786
4787 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4790         with XEmacs.
4791         (parse-time-string-chars): Use it.
4792
4793 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * imap.el (imap-interactive-login): Better messages.
4796         (imap-open): Fix bug with renamed buffer on reconnect.
4797         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4798         for easier debugging and cleaner code.  On successful (guessed based on
4799         server capabilities) secondary authentication, set imap-state
4800         correctly.
4801         (imap-last-authenticator): Define imap-last-authenticator as a variable
4802         to avoid warnings.
4803
4804 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * nnrss.el (nnrss-request-article): Remove binding of
4807         default-enable-multibyte-characters that has gotten needless by
4808         the 2007-07-13 change in rfc2047-encode-message-header.
4809
4810         * mml.el (mml-insert-multipart): Error on the message header.
4811         (mml-insert-part): Error on the message header; position point at
4812         the end of a MIME tag.
4813
4814 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * time-date.el (autoload): Expand define-obsolete-function-alias into
4817         defalias and make-obsolete for old Emacsen that Gnus supports.
4818         (with-no-warnings): Define it for old Emacsen.
4819         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4820         is available.
4821         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4822         float-time is available; suppress compile warning for time-to-seconds.
4823
4824         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4825         (gnus-float-time): Alias to float-time if it exists.
4826
4827         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4828         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4829         float-time is available; suppress compile warning for time-to-seconds.
4830
4831         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4832         XEmacs.
4833
4834 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4835
4836         * imap.el (imap-message-map): Docstring fix.
4837
4838 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4841         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4842         Add the optional argument `encoding' that overrides the default.
4843
4844         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4845         mm-encode-buffer.
4846
4847 2009-09-04  Glenn Morris  <rgm@gnu.org>
4848
4849         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4850         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4851         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4852         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4853         * mm-util.el (mm-with-unibyte-current-buffer)
4854         (mm-find-buffer-file-coding-system):
4855         * yenc.el (yenc-decode-region): Use default-value rather than
4856         default-enable-multibyte-characters.
4857
4858 2009-09-03  Glenn Morris  <rgm@gnu.org>
4859
4860         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4861         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4862         than default-enable-multibyte-characters.
4863
4864 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4865
4866         * gnus-art.el (gnus-article-read-summary-keys):
4867         Fix gnus-buffer-configuration's value temporarily used.
4868
4869 2009-09-02  Glenn Morris  <rgm@gnu.org>
4870
4871         * gnus-util.el (gnus-float-time): New function.
4872         * gnus-delay.el (gnus-delay-article):
4873         * gnus-sum.el (gnus-thread-latest-date):
4874         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4875         * nnspool.el (nnspool-request-newgroups):
4876         Use gnus-float-time rather than time-to-seconds.
4877         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4878
4879         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4880         (gnus-header-subject-face, gnus-header-newsgroups-face)
4881         (gnus-header-name-face, gnus-header-content-face):
4882         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4883         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4884         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4885         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4886         (gnus-cite-face-11):
4887         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4888         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4889         (gnus-server-closed-face, gnus-server-denied-face)
4890         (gnus-server-offline-face):
4891         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4892         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4893         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4894         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4895         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4896         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4897         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4898         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4899         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4900         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4901         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4902         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4903         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4904         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4905         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4906         (gnus-summary-high-undownloaded-face)
4907         (gnus-summary-low-undownloaded-face)
4908         (gnus-summary-normal-undownloaded-face)
4909         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4910         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4911         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4912         (gnus-splash-face):
4913         * message.el (message-header-to-face, message-header-cc-face)
4914         (message-header-subject-face, message-header-newsgroups-face)
4915         (message-header-other-face, message-header-name-face)
4916         (message-header-xheader-face, message-separator-face)
4917         (message-cited-text-face, message-mml-face):
4918         * sieve-mode.el (sieve-control-commands-face)
4919         (sieve-action-commands-face, sieve-test-commands-face)
4920         (sieve-tagged-arguments-face):
4921         * spam.el (spam-face):
4922         Mark face aliases with "-face" in the name as obsolete.
4923
4924 2009-09-01  Glenn Morris  <rgm@gnu.org>
4925
4926         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4927         than goto-line.
4928
4929 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4932         Don't move point if the command is invoked inside the message header.
4933
4934 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4935
4936         * imap.el (imap-send-command): Simplify.
4937         (imap-wait-for-tag): point-max -> buffer-size.
4938
4939 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4940
4941         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4942         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4943         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4944         * nnir.el (nnir-swish-e-index-file):
4945         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4946         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4947         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4948         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4949         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4950         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4951
4952 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4955         Don't save excursion.
4956
4957 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4958
4959         * nnheader.el (nnheader-find-file-noselect):
4960         * mm-util.el (mm-insert-file-contents):
4961         Use (default-value 'major-mode) instead of default-major-mode.
4962
4963 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4966
4967 2009-08-26  Glenn Morris  <rgm@gnu.org>
4968
4969         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4970         than placing in files.el.
4971
4972 2009-08-25  Glenn Morris  <rgm@gnu.org>
4973
4974         * nnir.el (top-level): Don't require cl at run-time.
4975         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4976         Replace cl-function substitute with gnus-replace-in-string.
4977         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4978         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4979         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4980         simplified expansions.
4981
4982 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4983
4984         * dig.el (dig): Add autoload cookie.
4985
4986 2009-08-22  Glenn Morris  <rgm@gnu.org>
4987
4988         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4989         goto-line.
4990
4991 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4992
4993         * parse-time.el (parse-time-string-chars): Save match data.
4994
4995 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4996
4997         * parse-time.el (parse-time-string-chars): Compute using character
4998         classes, to handle non-ascii characters (Bug#3190).
4999
5000 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5003
5004         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5005         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5006         (gnus-mm-display-part, gnus-mime-display-single)
5007         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5008         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5009
5010         * gnus-sum.el
5011         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5012         (gnus-summary-move-article): Add expirable mark to articles copied or
5013         moved to group that has auto-expire turned on if the option is non-nil.
5014
5015 2009-07-24  Glenn Morris  <rgm@gnu.org>
5016
5017         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5018         Fix typo.  (Bug#3903)
5019
5020 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5023         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5024         that should not be used for draft articles.
5025         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5026         that has no concern in minor mode keys.
5027         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5028         Abolish.
5029
5030 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5033         article without making inquiry to a user for unknown encoding.
5034
5035         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5036         (nnmaildir--scan): Assume i-node and device number that file-attributes
5037         returns might be cons-cell.
5038
5039         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5040
5041         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5042
5043 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * auth-source.el: Remove docs now in auth.texi.  Don't use
5046         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5047         `auth-source-hide-passwords' and use them.
5048
5049 2009-07-15  Glenn Morris  <rgm@gnu.org>
5050
5051         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5052
5053 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5056         excessive whitespace from the default values of title and description.
5057
5058 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5061         mail-fetch-field to fetch Content-Description header in order to
5062         exclude newlines.
5063
5064 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5065
5066         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5067         format used by GnuPG 2.0.11.
5068
5069 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5072         to deleted part.
5073
5074 2009-05-30  David Engster  <dengste@eml.cc>
5075
5076         * nnmairix.el: Remove old documentation in the commentary block.
5077         (nnmairix-request-group): Do not update active file for nnml back ends.
5078         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5079         end so that overview files are ignored.
5080         (nnmairix-update-groups): Make updating the groups more robust by using
5081         marks.
5082         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5083         with dollar characters in message-id.
5084
5085 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5088         2008-12-25 in dns.el.
5089
5090 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5091
5092         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5093         could happen if the text is only composed of spaces and/or tabs.
5094
5095 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5096
5097         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5098         when sending a queued message to avoid extra mml tags.
5099
5100 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5103
5104 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5107         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5108         rmail-toggle-header for XEmacs;
5109         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5110
5111 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-dired.el: Remove autoload for gnus-setup-message.
5114         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5115         displaying Gnus logo; always use compose-mail.
5116
5117 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5120
5121 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5124         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5125         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5126         available.
5127         (gnus-nocem-epg-verify): New function.
5128
5129 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5132
5133 2009-02-15  Glenn Morris  <rgm@gnu.org>
5134
5135         * gnus-util.el (rmail-insert-rmail-file-header)
5136         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5137         autoloads.
5138         (rmail-default-rmail-file): Remove unnecessary declaration.
5139         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5140
5141 2009-02-14  Glenn Morris  <rgm@gnu.org>
5142
5143         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5144         variable (only used in gnus-util, which declares it anyway).
5145         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5146         which was only needed by gnus-art (changed to not use it any more).
5147         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5148         only used in gnus-util, which autoloads it itself.
5149         (rmail-update-summary): Fix autoload.
5150
5151         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5152         rather than rmail-output-to-rmail-file.
5153
5154 2009-02-07  Glenn Morris  <rgm@gnu.org>
5155
5156         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5157         autoload of function that no longer exists.
5158         (rmail-toggle-header): Declare.
5159         (message-forward-rmail-make-body): Handle mbox Rmail.
5160
5161 2009-01-31  Glenn Morris  <rgm@gnu.org>
5162
5163         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5164         2009-01-09 change.
5165
5166 2009-01-31  Dave Love  <fx@gnu.org>
5167
5168         * imap.el (imap-fetch-safe): Bind debug-on-error.
5169         (imap-debug): Add imap-fetch-safe.
5170
5171 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5174         (auth-source-forget-all-cached): New convenience function.
5175         (auth-source-user-or-password): Accept list of modes or a single mode.
5176
5177         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5178         auth-source modes.
5179
5180         * netrc.el (netrc-machine-user-or-password): Use list of
5181         auth-source modes.
5182
5183         * nnimap.el (nnimap-open-connection): Use list of
5184         auth-source modes.
5185
5186         * nntp.el (nntp-send-authinfo): Use list of
5187         auth-source modes.
5188
5189 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5192         now.
5193
5194 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5197         coding system in XEmacs; add a workaround for XEmacs.
5198
5199         * lpath.el: Fbind coding-system-aliasee.
5200
5201 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5204         of current-language-environment.
5205
5206 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5209         available at runtime.
5210
5211 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5214
5215 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5216
5217         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5218         the greatest positive fixnum value doesn't work under an XEmacs with
5219         bignum support; use the most-positive-fixnum constant instead,
5220         available since Emacs 21.1 with cl and XEmacs 21.1.
5221
5222 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5225         XEmacs gets not to work.
5226
5227 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * mm-util.el (mm-coding-system-priorities): Allow the value like
5230         "Japanese (UTF-8)" of current-language-environment.
5231
5232 2009-01-09  Glenn Morris  <rgm@gnu.org>
5233
5234         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5235         with last-command-event.
5236
5237 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5240         in the doc string.
5241
5242         * message.el (message-fix-before-sending): Amend comment.
5243
5244 2009-01-08  Dave Love  <fx@gnu.org>
5245
5246         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5247
5248 2009-01-07  David Engster  <dengste@eml.cc>
5249
5250         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5251         simplified server definitions by converting it via
5252         gnus-server-to-method.
5253
5254 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5257         parameter's operands.
5258
5259 2009-01-06  David Engster  <dengste@eml.cc>
5260
5261         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5262         primary select method (for gnus-group-mark-article-as-read).
5263
5264 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5265
5266         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5267         `(gnus)Face', not `(gnus)X-Face'.
5268
5269 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * mm-util.el (mm-ucs-to-char): New function.
5272
5273         * mm-url.el (mm-url-decode-entities): Use it.
5274
5275         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5276         unicode-to-char.
5277
5278 2009-01-05  Dave Love  <fx@gnu.org>
5279
5280         * time-date.el: Require cl for `declare'.
5281
5282 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5285         Dave Love.
5286
5287 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * message.el (message-fix-before-sending): Add `eight-bit' to
5290         illegible-text check.
5291
5292 2009-01-03  Michael Olson  <mwolson@gnu.org>
5293
5294         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5295         `headers' is nil.  This can occur if the IMAP server does not have
5296         permissions to read messages from a folder, but can write new messages
5297         to the folder.
5298         (nnimap-request-article-part): Do not insert `data' if it is nil.
5299
5300         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5301         characters which will confuse `read', so skip past them.
5302
5303 2009-01-01  Dave Love  <fx@gnu.org>
5304
5305         * imap.el (imap-string-to-integer): Fix typo.
5306         (imap-fetch-safe): New function.
5307         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5308
5309         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5310
5311         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5312         (imap-parse-greeting): Fix doc strings.
5313         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5314         (imap-parse-flag-list): Make messages unique.
5315         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5316
5317         * nnimap.el: Fix author email.
5318         (nnimap-split-rule): Add FIXME comment.
5319         (nnimap-debug): Fix doc string.
5320
5321 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5324
5325 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5328         nslookup if resolv.conf isn't available.
5329         (dns-query): Rename from query-dns.
5330         (dns-query-cached): Rename from query-dns-cached.
5331
5332 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5335         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5336         to check if those variables exist (first appeared in Emacs 18.50).
5337
5338 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mm-util.el (mm-line-number-at-pos): New function.
5341
5342         * spam-report.el (spam-report-process-queue): Use it.
5343
5344 2008-12-24  David Engster  <dengste@eml.cc>
5345
5346         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5347         parameters that haven't existed as variables as buffer-local variables.
5348
5349 2008-12-23  Dave Love  <fx@gnu.org>
5350
5351         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5352         cadar.
5353
5354         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5355         imap-starttls-p.
5356         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5357
5358 2008-12-22  Dave Love  <fx@gnu.org>
5359
5360         * imap.el: Fix author email.  Doc fixes.
5361         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5362         reply.
5363
5364 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * spam-report.el (spam-report-gmane-max-requests): New constant.
5367         (spam-report-gmane-wait): New variable.
5368         (spam-report-gmane-ham, spam-report-gmane-spam)
5369         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5370         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5371         the server.
5372
5373         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5374         Add explanations.
5375
5376         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5377         nnheader-accept-process-output and nnheader-read-timeout if available.
5378         (pop3-movemail): Use it.
5379
5380         * message.el (message-check-news-body-syntax): Fix signature check if
5381         there's an attachment.
5382
5383 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * mm-util.el: Add comments to the mm- emulating functions.
5386
5387 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5390         by Stephen Berman <stephen.berman@gmx.net>.
5391
5392 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * mm-util.el (mm-substring-no-properties): New function.
5395         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5396         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5397         (mm-string-to-multibyte): Doc fix.
5398
5399         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5400
5401 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * mml.el (mml-attach-file): Strip text properties from file name.
5404         (Bug#1574)
5405
5406 2008-12-16  Glenn Morris  <rgm@gnu.org>
5407
5408         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5409
5410 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5413         knows since the charset specified might be a bogus alias that
5414         mm-charset-synonym-alist provides.
5415
5416 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5419         "ISO_8859-1".
5420
5421         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5422
5423 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * mm-util.el (mm-charset-eval-alist):
5426         Define it before mm-charset-to-coding-system.
5427         (mm-charset-to-coding-system): Add optional argument `silent';
5428         define it before mm-charset-override-alist.
5429         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5430         default value if it can be used in Emacs currently running;
5431         silence mm-charset-to-coding-system.
5432
5433 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5436         `allow-override' which says whether to use `mm-charset-override-alist'.
5437         (rfc2047-decode-encoded-words): Use it.
5438
5439         * mm-util.el (mm-charset-override-alist): Fix custom type;
5440         add `(gb2312 . gbk)' to choices.
5441
5442 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5445         fast.
5446
5447         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5448
5449         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5450
5451 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5452
5453         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5454         on links.
5455
5456         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5457
5458 2008-12-03  Lute Kamstra  <lute@gnu.org>
5459
5460         * sha1.el: Remove leading * from docstrings of defcustoms,
5461         deffaces, defconsts and defuns.
5462
5463 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5466         users' addresses that don't have domain parts.
5467         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5468         rather than message-narrow-to-head since there will be the message
5469         header separator.
5470
5471 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5472
5473         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5474         since the result is inserted in a unibyte buffer anyway.
5475         (nnimap-demule-use-string-to-multibyte): Remove.
5476         (nnimap-demule): Alias it to mm-string-to-multibyte.
5477
5478 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5479
5480         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5481         variable for debugging bug#464 and bug#1174.
5482         (nnimap-demule): Use it.
5483
5484 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5487         score calculation correctly.
5488
5489 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5490
5491         * message.el (message-send-mail): Just set the buffer to unibyte
5492         rather than use mm-with-unibyte-current-buffer which does a lot more.
5493         (message-send-mail-partially): Don't bother with
5494         mm-with-unibyte-current-buffer since it's already been made unibyte by
5495         message-send-mail.
5496
5497 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5500
5501 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5504
5505 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5508         require itself and to remove `with-no-warnings'.
5509
5510 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * starttls.el (starttls-any-program-available): Get the name of the
5513         available TLS layer program.
5514         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5515         well as the host name in the "opening" message.
5516
5517         * auth-source.el (auth-source-cache, auth-source-do-cache)
5518         (auth-source-user-or-password): Cache passwords and logins by default,
5519         allow override with `auth-source-do-cache'.
5520         (auth-source-forget-user-or-password): Allow users to remove cache
5521         entries if needed.
5522
5523 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5524
5525         * md4.el (md4-buffer): Fix typo in docstring.
5526         (md4, md4-64): Doc fixes.
5527         (md4-pack-int32): Reflow docstring.
5528
5529 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5532         condition-case to only the forward-sexp call.
5533
5534 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5537         quotes contained.  Make it more robust regardless by an extra
5538         condition-case wrapper.
5539
5540 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5543
5544 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * nnml.el (nnml-request-expire-articles): Check if the function set to
5547         `nnmail-expiry-target' returns the symbol `delete'.
5548
5549         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5550
5551         * nnmail.el (nnmail-expiry-target): Fix custom type.
5552
5553 2008-10-02  Glenn Morris  <rgm@gnu.org>
5554
5555         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5556         Silence compiler warning.
5557
5558 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5559
5560         * tls.el (open-tls-stream): Show the actual command being
5561         executed, instead of the format string.
5562
5563 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * lpath.el: Fbind codepage-setup for Emacs 23.
5566
5567 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5568
5569         * mml.el (mml-menu): Don't assume mml2015 is bound.
5570
5571 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5574         exists.
5575
5576 2008-09-27  Glenn Morris  <rgm@gnu.org>
5577
5578         * gnus-util.el (mail-header-remove-comments): Autoload it.
5579
5580 2008-09-27  Andreas Schwab  <schwab@suse.de>
5581
5582         * gnus-util.el (gnus-split-references): Strip comments.
5583         (gnus-parent-id): Likewise.
5584
5585 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * message.el (message-confirm-send): Fix version.
5588
5589 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * message.el (message-idna-to-ascii-rhs-1): Use
5592         mail-extract-address-components rather than mail-header-parse-addresses
5593         that is an alias by default to ietf-drums-parse-addresses that does not
5594         support non-ASCII names in headers' contents.
5595
5596 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * message.el (message-confirm-send): Fixed variable documentation to
5599         avoid the "y/n" wording.
5600
5601 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5602
5603         * message.el (message-set-auto-save-file-name): Save to a different
5604         filename so multiple messages (especially drafts) can be recovered.
5605
5606 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * message.el (message-confirm-send): Add appropriate version.
5609
5610 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5611
5612         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5613         defvar.
5614
5615 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5616
5617         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5618         (mm-pkcs7-enveloped-magic): Ditto.
5619
5620 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5621
5622         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5623         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5624
5625 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5628         default, it's better.
5629
5630 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5631
5632         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5633         summary line gnus-number property and ignore them (with a warning
5634         message).
5635
5636 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5639         macro caddr in the interactive form since it won't be expanded.
5640
5641 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5644         `charset'; fix name of function called recursively.
5645         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5646
5647 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5650         (gnus-mime-set-charset-parameters): New function.
5651         (gnus-mime-view-part-as-charset): Use it to correctly display part
5652         specifying wrong charset.
5653
5654 2008-09-08  David Engster  <dengste@eml.cc>
5655
5656         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5657         in completing-read for back end server.
5658
5659 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * message.el (message-confirm-send): New variable to confirm sending a
5662         message.
5663         (message-send): Use it.
5664
5665 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5666
5667         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5668
5669 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5672
5673 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5676         prevent tracking too many groups.
5677         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5678         Use it.
5679
5680 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5681
5682         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5683         moving point to the bottom of the window in order to avoid recentering.
5684
5685 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5688
5689         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5690         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5691         (gnus-article-beginning-of-window): Fix calculation.
5692
5693 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-msg.el (gnus-summary-supersede-article)
5696         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5697         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5698         message header.
5699
5700 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5701
5702         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5703         pending output coming after the status change.
5704
5705 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5706
5707         * message.el:
5708         * gnus-start.el:
5709         * gnus-registry.el: Remove VMS support.
5710
5711 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5714         macro.
5715         (rfc2104-hash): Use it.
5716
5717 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5720         (gnus-summary-sort-by-most-recent-date): New commands.
5721         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5722         and menu entries.
5723
5724 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5727         don't redisplay article for raw contents; remove plural articles stuff.
5728
5729         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5730         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5731         on gnus-summary-save-article; display results properly.
5732
5733 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * lpath.el: No need to fbind ns-focus-frame.
5736
5737 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5740
5741 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5744         gnus-save-all-headers.
5745
5746 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5747
5748         * gnus-util.el (ns-focus-frame): Remove declaration.
5749         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5750         like x.
5751
5752 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5753
5754         * rfc2104.el (rfc2104-zero): Delete defconst.
5755         (rfc2104-hex-alist): Likewise.
5756         (rfc2104-hex-to-int): Delete func.
5757         (rfc2104-hexstring-to-bitstring): Likewise.
5758         (rfc2104-nybbles): New defconst.
5759         (rfc2104-hash): Rewrite for speed.
5760
5761 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * tls.el (open-tls-stream): Make it work with the 2nd argument
5764         BUFFER that is a string but does not exist as a buffer object, as
5765         mentioned in the doc-string.
5766
5767 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5770         SXEmacs.
5771
5772 2008-07-16  Glenn Morris  <rgm@gnu.org>
5773
5774         * gnus-util.el (ns-focus-frame): Declare for compiler.
5775
5776 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5779         set as a group parameter.
5780         (gnus-summary-save-in-pipe): Work when it is called independently.
5781         (gnus-summary-pipe-to-muttprint): Don't modify
5782         gnus-summary-pipe-output-default-command.
5783
5784 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5785
5786         * message.el (message-send-mail-with-sendmail):
5787         Display the error message.
5788
5789 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-art.el (gnus-default-article-saver):
5792         Add gnus-summary-save-in-pipe to choices.
5793         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5794         gnus-summary-pipe-output-default-command as the default command.
5795         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5796         instead of gnus-last-shell-command.
5797
5798         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5799         New user option.
5800         (gnus-summary-muttprint-program): Mention the value will be changed.
5801         (gnus-summary-save-article): Force showing of all headers.
5802         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5803
5804 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5805
5806         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5807
5808 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5809
5810         * nnimap.el (nnimap-id):
5811         * sieve-manage.el (sieve-manage-open): Doc fixes.
5812
5813 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5814
5815         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5816         if available.
5817
5818 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5819
5820         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5821
5822         * nnkiboze.el (nnkiboze-generate-group):
5823         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5824
5825         * nnmairix.el: Require CL.
5826
5827 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * dgnushack.el: Autoload get-display-table and put-display-table for
5830         XEmacs 21.5.
5831
5832         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5833         21.4 and SXEmacs.
5834
5835 2008-06-15  David Engster  <dengste@eml.cc>
5836
5837         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5838
5839 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5840
5841         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5842         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5843         runtime choice under XEmacs.
5844
5845         * gnus-sum.el (gnus-summary-set-display-table):
5846         Use `gnus-put-display-table', `gnus-get-display-table',
5847         `gnus-set-display-table' for the display table, instead of `aset'.
5848
5849         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5850         Use `gnus-put-display-table', `gnus-get-display-table',
5851         `gnus-set-display-table' for the display table.
5852
5853 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * nnmairix.el: Add autoloads.
5856
5857 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * nnmairix.el (nnmairix-delete-recreate-group)
5860         (nnmairix-update-and-clear-marks): Fix error messages.
5861
5862 2008-06-14  David Engster  <dengste@eml.cc>
5863
5864         * nnmairix.el: Upgrade to version 0.6.
5865         (nnmairix-group-toggle-propmarks-this-group)
5866         (nnmairix-group-toggle-readmarks-this-group)
5867         (nnmairix-group-delete-recreate-this-group)
5868         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5869         (nnmairix-remove-tick-mark-original-article): New commands.
5870         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5871         (nnmairix-propagate-marks-to-nnmairix-groups)
5872         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5873         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5874         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5875         functions needed for marks propagation and manipulation of read marks.
5876         (nnmairix-update-groups): New function.
5877         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5878         (nnmairix-determine-original-group-from-registry)
5879         (nnmairix-determine-original-group-from-path)
5880         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5881         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5882         New helper functions.
5883         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5884         keystrokes for new commands.
5885         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5886         (nnmairix-request-group): Check allow-fast group parameter.
5887         (nnmairix-request-create-group): Set allow-fast group parameter if
5888         nnmairix-allowfast-default is set.
5889         (nnmairix-close-group): Propagate marks upon closing if needed.
5890         (nnmairix-group-toggle-threads-this-group): Use new.
5891         nnmairix-group-toggle-parameter helper function.
5892         (nnmairix-search): Better check for empty search result.
5893         (nnmairix-goto-original-article): Use new helper functions for
5894         determining original article.
5895         (nnmairix-show-original-article): Make sure message-id is in brackets.
5896         (nnmairix-call-mairix-binary): Change variable name.
5897         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5898         helper function.
5899         (nnmairix-widget-toggle-activate): Fix doc string.
5900
5901 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * nnir.el: Require edmacro when compiling with XEmacs.
5904         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5905         available in Emacs 21.
5906
5907 2008-06-11  Glenn Morris  <rgm@gnu.org>
5908
5909         * gnus-util.el (x-focus-frame):
5910         * gnus.el (image-size):
5911         * mm-decode.el (image-size): Declare.
5912
5913         * gnus-picon.el (declare-function): Add compat definition.
5914         (image-size): Declare.
5915
5916         * gnus-group.el (tool-bar-map):
5917         * gnus-sum.el (tool-bar-map): Define for compiler.
5918
5919         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5920
5921         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5922
5923         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5924         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5925         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5926         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5927         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5928         * sieve-manage.el, spam-report.el, spam.el:
5929         Remove unnecessary eval-and-compile of autoloads.
5930
5931 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5932
5933         * auth-source.el: Precise Tramp doc.
5934
5935 2008-06-07  Glenn Morris  <rgm@gnu.org>
5936
5937         * nnmairix.el: Remove unnecessary eval-when-compile.
5938
5939 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * lpath.el: Fbind propertize for XEmacs 21.4.
5942
5943 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * nnir.el: Move here from ../contrib.
5946
5947 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5948
5949         * gnus-util.el (gnus-read-shell-command): New function.
5950         * mm-decode.el (mm-pipe-part):
5951         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5952
5953 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5956
5957 2008-06-03  Glenn Morris  <rgm@gnu.org>
5958
5959         * pop3.el (nnheader-accept-process-output): Autoload it.
5960
5961 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5964         are not 2-digit hexadecimal characters that follow `%'s.
5965
5966 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * message.el (message-bogus-recipient-p): Fix type in doc string.
5969         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5970         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5971         Improve custom options.
5972         (message-bogus-recipient-p): Adjust accordingly.
5973
5974 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5975
5976         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5977         long-form month and day names.
5978
5979 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * dgnushack.el: Autoload debug, eudc-expand-inline and
5982         pgg-snarf-keys-region for XEmacs.
5983
5984         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5985
5986         * nnmairix.el: Require edmacro when compiling with XEmacs.
5987
5988 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5991         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5992
5993 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * auth-source.el: Add more docs.
5996
5997         * netrc.el (netrc-machine): Always match if the port is not given.
5998
5999 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6002         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6003         retrieval faster in some cases, but might make CPU usage larger.  If
6004         this has any bad side effects, we might revert this change.
6005
6006         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6007         seems to make mail retrieval much, much faster.
6008         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6009         unconditionally.
6010
6011         * gnus-draft.el (gnus-group-send-queue): Bind
6012         message-send-mail-partially-limit to nil to avoid being prompted.
6013
6014 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6017
6018         * message.el (message-bogus-address-regexp): Fix and improve custom
6019         type.
6020         (message-setup-hook): Add message-check-recipients as custom option.
6021
6022 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * message.el (message-cite-function): Remove bogus autoload which crept
6025         in during merge from v5-10.
6026
6027 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6030
6031         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6032
6033         * auth-source.el: Preliminary Tramp docs.
6034         (auth-sources): Change the default auth-sources to use
6035         EPA .gpg files.
6036
6037 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * nntp.el: Autoload `auth-source-user-or-password'.
6040         (nntp-send-authinfo): Use it.
6041
6042         * nnimap.el: Autoload `auth-source-user-or-password'.
6043         (nnimap-open-connection): Use it.
6044
6045         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
6046         for the gnus-message function.
6047         (auth-source-user-or-password): Use it.
6048
6049 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6050
6051         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6052         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6053         (rfc2104-hash): Use it.
6054
6055 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6056
6057         * gnus-art.el (gnus-article-toggle-truncate-lines):
6058         Don't use `iff' in docstring.
6059
6060 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6063
6064         * gnus-util.el (gnus-extract-address-component-name)
6065         (gnus-extract-address-component-email): Convenience functions around
6066         `gnus-extract-address-components'.
6067
6068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6069         Use `gnus-extract-address-component-email' to fix bug of comparing full
6070         sender name to `user-mail-address'.
6071
6072 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6075         catch/throw to optimize.
6076         (gnus-registry-find-keywords): Just use member to find a keyword.
6077
6078 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6079
6080         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6081         is current before calling gnus-server-prepare.
6082         (gnus-server-setup-buffer, gnus-server-update-server)
6083         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6084
6085 2008-05-04  Juri Linkov  <juri@jurta.org>
6086
6087         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6088         (mailcap-file-default-commands): Use mailcap-replace-in-string
6089         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6090         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6091
6092 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6093
6094         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6095
6096 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6097
6098         * gnus.el: Bump version to 0.11.
6099
6100 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6101
6102         * gnus.el: No Gnus v0.10 is released.
6103
6104 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6107         hooks.
6108         (gnus-update-read-articles): Speed up non-marks-using users.
6109         (gnus-use-marks): Define gnus-use-marks.
6110         (gnus-propagate-marks): Rename variable to something more sensible.
6111
6112 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6113
6114         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6115         (gmm-image-load-path-for-library): Fix typos in docstrings.
6116         (gmm-message): Reflow docstring.
6117
6118 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6119
6120         * mail-source.el (mail-source-set-1, mail-source-bind):
6121         Move auth-source code out of the macro to clean it up and fix bugs.
6122
6123 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6124
6125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6126         by sender if it's equal to user-mail-address, it's likely to be
6127         useless.
6128
6129         * mail-source.el (mail-source-bind): Don't use user or password if they
6130         are not bound.  Unintern them if they are nil.  Don't use server unless
6131         it's bound, and default it to empty string otherwise.
6132
6133 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * mail-source.el: Load auth-source.el.
6136         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6137         get user name or password, if auth-sources is set up.
6138
6139         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6140         strategy of splitting with parent.
6141         (gnus-registry-split-fancy-with-parent)
6142         (gnus-registry-post-process-groups): Use it and fix prior
6143         bug (returning a list as the split result).
6144
6145         * auth-source.el (auth-sources): Remove server parameter.
6146         (auth-source-pick, auth-source-user-or-password)
6147         (auth-source-user-or-password-imap)
6148         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6149         (auth-source-user-or-password-sftp)
6150         (auth-source-user-or-password-smtp): Remove server parameter.
6151
6152 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6153
6154         * smime.el (smime-sign-region, smime-encrypt-region)
6155         (smime-decrypt-region):
6156         Remove redundant calls to `generate-new-buffer-name'.
6157
6158 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6159
6160         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6161         Don't use QP for message/rfc822.
6162         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6163
6164 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * sieve-manage.el (sieve-string-bytes): Remove.
6167         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6168         correct byte-length only if the process's coding-system is the same as
6169         the one used internally by Emacs to represent strings.
6170
6171 2008-04-22  Juri Linkov  <juri@jurta.org>
6172
6173         * mailcap.el (mailcap-file-default-commands): New function.
6174
6175 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * message.el (message-signature-separator, message-cite-function):
6178         Change custom version.
6179
6180 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6181
6182         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6183         commands.
6184         (tls-checktrust): Ditto.
6185
6186 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * mm-decode.el (mm-display-external): Make temp file read-only.
6189
6190 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6193         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6194         `C-c C-f d'.
6195
6196 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6197
6198         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6199
6200 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * gnus.el: Bump version to 0.9.
6203
6204 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus.el: No Gnus v0.8 is released.
6207
6208 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6209
6210         * mail-source.el (mail-source-value):
6211         Prefer fboundp to functionp so it works with macros as well.
6212
6213 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6214
6215         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6216         Fix last change in case the element is not even a symbol.
6217
6218 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6219
6220         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6221         Prefer fboundp to functionp so it works with macros as well.
6222
6223 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6224
6225         * auth-source.el: Added docs.
6226         (auth-sources): Modify format to support server.
6227         (auth-source-pick, auth-source-user-or-password)
6228         (auth-source-user-or-password-imap)
6229         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6230         (auth-source-user-or-password-sftp)
6231         (auth-source-user-or-password-smtp): Add server parameter.
6232
6233 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * gnus-registry.el: Initialize the registry when gnus-registry-install
6236         is t.
6237
6238 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * compface.el (uncompface): Make buffer unibyte.
6241
6242 2008-04-05  Glenn Morris  <rgm@gnu.org>
6243
6244         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6245
6246 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6249         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6250
6251         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6252         multibyteness after rather than before erasing it.
6253
6254         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6255         mm-with-multibyte.
6256         (gnus-request-article-this-buffer): Make sure the proper decoding is
6257         used if gnus-original-article-buffer happens to be unibyte.
6258
6259         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6260         default-enable-multibyte-characters.
6261
6262         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6263         default-enable-multibyte-characters.
6264
6265         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6266
6267         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6268
6269 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6270
6271         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6272         (imap-message-copyuid-1): Use it.
6273         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6274         J. Williams in
6275         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6276
6277         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6278         imap-enable-exchange-bug-workaround.
6279         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6280
6281 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6282
6283         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6284         a 100 byte status-checks into a 2-3MB transfer for each group.
6285         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6286         to enable bug workaround or not.
6287         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6288
6289 2008-03-31  Glenn Morris  <rgm@gnu.org>
6290
6291         * message.el (mml2015-use): Declare for compiler.
6292         (message-info): Require mml2015 when appropriate.
6293
6294 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6297         whitespace.
6298
6299 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6300
6301         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6302         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6303         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6304         (nntp-service-to-port): New function.
6305         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6306         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6307         (nntp-open-netcat-stream): New function.
6308         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6309
6310 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6311
6312         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6313
6314 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6317
6318 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6319
6320         * dns.el (dns-write): Use set-buffer-multibyte.
6321
6322 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6323
6324         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6325
6326 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * message.el (message-signature-separator): Change default.
6329         Improve custom type.
6330         (message-cite-function): Change default to
6331         message-cite-original-without-signature.
6332
6333         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6334         toggle.
6335
6336         * message.el (message-check-news-body-syntax): Fix signature check.
6337         (message-setup-1): Mark buffer as unmodified _after_ running
6338         message-setup-hook and handling message-alternative-emails.
6339         (message-shorten-references): Be more strict when building list of
6340         valid references to comply with GNKSA.
6341
6342         * gnus-group.el (gnus-read-ephemeral-bug-group)
6343         (gnus-read-ephemeral-debian-bug-group)
6344         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6345
6346         * message.el (message-info): Don't use booleanp which isn't supported
6347         in Emacs 21 and XEmacs.
6348
6349 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6352         gnus-group-gmane-group-download-format.
6353         (gnus-group-read-ephemeral-gmane-group): Rename from
6354         gnus-group-read-ephemeral-gmane-group.
6355         (gnus-read-ephemeral-gmane-group-url): Rename from
6356         gnus-group-read-ephemeral-gmane-group-url.
6357         (gnus-bug-group-download-format-alist): New variable.
6358         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6359         (gnus-read-ephemeral-emacs-bug-group): New commands.
6360
6361 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6364         (gnus-visible-headers): Improve custom type.
6365
6366 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * mml.el (mml-menu): Add workarounds for XEmacs.
6369
6370         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6371         X-Boundary header.
6372
6373         * message.el (message-simplify-recipients): Fix previous commit.
6374
6375 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6376
6377         * mm-util.el (mm-set-buffer-multibyte): New function.
6378         * mm-decode.el (mm-copy-to-buffer): Use it.
6379
6380 2008-03-19  Glenn Morris  <rgm@gnu.org>
6381
6382         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6383         Accidentally removed in the sync process with Emacs.
6384
6385 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * message.el (message-alter-recipients-discard-bogus-full-name):
6388         New function.
6389         (message-alter-recipients-function): New variable.
6390         (message-get-reply-headers): Use it.
6391         (message-replace-header): New helper function.
6392         (message-recipients-without-full-name): New variable.
6393         (message-simplify-recipients): New command.
6394
6395         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6396
6397         * message.el (message-info): Handle EasyPG manual.
6398
6399         * mml.el (mml-menu): Add entry for EasyPG.
6400
6401 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6402
6403         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6404         parameter.
6405
6406         * message.el (message-disassociate-draft): Specify drafts group name
6407         fully.
6408
6409 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6412         unnecessary duplicates from the match list.
6413
6414 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6417
6418         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6419
6420         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6421         args of `how-many' of which the XEmacs version doesn't take; declare
6422         Info-index-next as function.
6423
6424 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * gnus-score.el (gnus-score-headers): Fix handling of
6427         gnus-inhibit-slow-scoring.
6428
6429         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6430         string.
6431         (gnus-button-url-regexp): Improve handling of parenthesis.
6432         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6433         (gnus-button-handle-info-keystrokes): Handle index entries.
6434
6435 2008-03-15  Glenn Morris  <rgm@gnu.org>
6436
6437         * parse-time.el (parse-time-string): Simplify.
6438
6439 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6442         Incoming* files.
6443
6444 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6447         (auth-source-pick): Use it.
6448
6449 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * binhex.el (binhex-decode-region-internal):
6452         * uudecode.el (uudecode-decode-region-internal):
6453         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6454         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6455         setting default-enable-multibyte-characters.
6456
6457 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6458
6459         * auth-source.el (auth-source-protocols)
6460         (auth-source-protocols-customize, auth-source-choices): Added and
6461         modified variable customizations and defaults.
6462         (auth-source-pick, auth-source-user-or-password)
6463         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6464         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6465         (auth-source-user-or-password-sftp)
6466         (auth-source-user-or-password-smtp): Use new variables and provide an
6467         interface to netrc.el.
6468
6469 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6472         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6473         Make sure the nntp port to specify is a string.
6474
6475 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6476
6477         * nntp.el: Use with-current-buffer.
6478         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6479         dubious mm-with-unibyte-current-buffer.
6480         (nntp-with-open-group-function): New function extracted from
6481         nntp-with-open-group macro.
6482         (nntp-with-open-group): Use the function, so it's easier to debug.
6483         Add indentation and debugging info.
6484         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6485         the use of the netcat alternatives.
6486
6487         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6488         Avoid mm-string-as-multibyte as well.
6489
6490         * nnweb.el (nnweb-insert-html):
6491         Remove use of nnheader-string-as-multibyte.
6492
6493         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6494         (nnheader-string-as-multibyte): Remove.
6495
6496         * mm-view.el: Use inhibit-read-only.
6497         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6498         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6499         or unibyte-string.
6500
6501         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6502         (mm-uu-yenc-extract): Use with-current-buffer.
6503
6504         * gnus-soup.el (gnus-soup-send-packet): Don't use
6505         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6506
6507         * nnmh.el: Use with-current-buffer.
6508         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6509         mm-string-as-multibyte on the output of mm-encode-coding-string.
6510
6511         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6512         (nnimap-request-move-article): Use with-current-buffer.
6513
6514         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6515         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6516         conversion uses string-make-unibyte rather than string-as-unibyte.
6517
6518         * gnus-msg.el: Use with-current-buffer.
6519
6520         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6521
6522 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6523
6524         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6525         string for caching if it is 'PIN.
6526
6527 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * lpath.el: Consider the case without Emacs/W3.
6530
6531 2008-03-08  Glenn Morris  <rgm@gnu.org>
6532
6533         * time-date.el (date-to-time, time-subtract, time-add)
6534         (safe-date-to-time): Doc fixes.
6535
6536 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * mail-source.el (mail-source-delete-old-incoming-confirm):
6539         Change default to nil.
6540         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6541
6542 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * lpath.el: Rearrange.
6545
6546         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6547         (gnus-article-goto-prev-page): Work for articles having ^L's.
6548
6549         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6550
6551         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6552
6553 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6554
6555         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6556         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6557         (gnus-bookmark-jump): Adjust some variable names.
6558
6559 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * auth-source.el: New package.
6562         (auth-source-choices): Add customization entry point variable.
6563
6564         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6565         bug.
6566
6567 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6570         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6571         (gnus-registry-install-shortcuts): Rename from
6572         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6573         the `gnus-registry-mark-map' keymap dynamically from
6574         `gnus-registry-marks'.  The generated functions update the summary line
6575         when a registry mark is added or deleted, and will call
6576         `gnus-registry-install-p' (see the comments in the code).
6577         (gnus-registry-user-format-function-M): Use concat intelligently.
6578
6579         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6580         the registry mark functions.
6581
6582 2008-03-05  Glenn Morris  <rgm@gnu.org>
6583
6584         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6585         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6586         gnus-art.
6587         (top-level): No need to load own source when compiling.
6588
6589 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6592         Suggested by <chris.anderton@zetnet.co.uk>.
6593
6594 2008-03-04  Glenn Morris  <rgm@gnu.org>
6595
6596         * gnus-sum.el (top-level): No need to require gnus when compiling,
6597         since unconditionally required near start of file.
6598         (gnus-summary-display-while-building): Move definition before use.
6599
6600 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6601
6602         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6603         formatting function.
6604
6605 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6606
6607         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6608         with plists.
6609         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6610         Use new format.
6611
6612 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6615         `where-is-internal' that returns a range of key sequences.
6616
6617 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6618
6619         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6620
6621         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6622         (gnus-summary-jump-to-group): Consider windows on other displayed
6623         frames as well.  Similar changes might be needed elsewhere, but that's
6624         the one I've bumped into during my use.
6625
6626         * nndoc.el (nndoc-oe-dbx-type-p):
6627         * gnus-msg.el (gnus-debug):
6628         * gnus-group.el (gnus-update-group-mark-positions):
6629         Use mm-string-to-multibyte.
6630
6631 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6634         doesn't handle NotDashEscaped.
6635
6636         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6637         (mml-dnd-attach-options): Fix typo in custom choice.
6638
6639         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6640         nndoc-article-type to mbox.
6641         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6642
6643         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6644         to nil, instead of html2text.
6645
6646         * imap.el (imap-debug): Add `imap-ping-server'.
6647
6648         * gnus-bookmark.el: Add FIXMEs.
6649
6650         * message.el (message-form-letter-separator)
6651         (message-send-form-letter-delay): New variables.
6652         (message-send-form-letter): Use them.  New command to send form
6653         letters.  Requested by Uwe Siart.
6654         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6655
6656 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * Update copyright years.
6659
6660 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         Sync from EMACS_22_BASE.
6663
6664         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6665
6666 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6667
6668         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6669         empty author.
6670
6671 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * gnus-registry.el (gnus-registry-marks): Add variable for
6674         customization of marks and their appearance.
6675         (gnus-registry-read-mark): Use it.
6676         (gnus-registry-do-marks): Add utility function to loop through
6677         `gnus-registry-marks'.
6678         (gnus-registry-install-shortcuts-and-menus): Add function to install
6679         shortcuts and menus.
6680         (gnus-registry-initialize): Use it.
6681         (gnus-registry-default-mark): Clarify documentation.
6682
6683 2008-02-29  Glenn Morris  <rgm@gnu.org>
6684
6685         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6686         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6687         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6688         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6689         Change defcustom :version from 23.0 to 23.1.
6690
6691 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * gnus-registry.el (gnus-registry-follow-group-p)
6694         (gnus-registry-post-process-groups): Add functions to aid registry
6695         splitting and improve logging.  Clarify behavior in function
6696         documentation.
6697         (gnus-registry-split-fancy-with-parent): Use them.
6698
6699 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6700
6701         * gnus-art.el: Use with-current-buffer.
6702
6703 2008-02-27  David Engster  <dengste@eml.cc>
6704
6705         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6706         Express real group name in the response.
6707
6708 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6711         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6712         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6713         autoload gnus-registry-fetch-group when compiling.
6714         (nnmairix-request-group-with-article-number-correction): Remove
6715         unreferenced argument passed to nnmairix-call-backend.
6716
6717 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6720         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6721         Wilde.
6722
6723 2008-02-27  Glenn Morris  <rgm@gnu.org>
6724
6725         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6726         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6727         variables to defconsts.  Convert comments to doc-strings.
6728         (nnmairix-last-server, nnmairix-current-server): Convert from free
6729         variables to defvars.  Convert comments to doc-strings.
6730         (gnus-registry-fetch-group): Autoload.
6731         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6732         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6733         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6734         caddr.
6735         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6736         nnmairix-request-group-with-article-number-correction call.
6737         (nnmairix-fast, nnmairix-group): New, less general names, for free
6738         variables passed from nnmairix-request-group to
6739         nnmairix-request-group-with-article-number-correction.  Declare.
6740         (nnmairix-request-group-with-article-number-correction):
6741         Use nnmairix-fast, nnmairix-group rather than fast, group.
6742
6743 2008-02-26  David Engster  <dengste@eml.cc>
6744
6745         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6746         version 0.5.
6747
6748 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6749
6750         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6751         instead of making an extra function call.  Don't add the current group
6752         to articles only when they have the group.  Use
6753         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6754         Reported by David <de_bb@arcor.de>.
6755
6756 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6759         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6760
6761 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * mail-source.el (mail-source-delete-incoming): Change default.
6764         Supplement doc string.
6765
6766         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6767
6768 2008-02-14  Glenn Morris  <rgm@gnu.org>
6769
6770         * time-date.el (format-seconds): New function.
6771
6772 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * nnmail.el (nnmail-message-id-cache-file): Derive from
6775         `gnus-home-directory'.
6776
6777 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6780         Document negative prefix.
6781
6782         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6783
6784 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * message.el (message-unsent-separator): Add the Exim bounce
6787         separator.
6788
6789 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6790
6791         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6792         list.
6793         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6794         recipient/signer list.
6795
6796 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * Makefile.in (datarootdir): Define.
6799         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6800         name that might contain whitespace.
6801
6802 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6805         fbound (Emacs 23 unicode), signal an error.
6806
6807 2008-02-08  Glenn Morris  <rgm@gnu.org>
6808
6809         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6810
6811 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6812
6813         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6814         ports to the calls to `netrc-machine-user-or-password' in addition to
6815         "imap" and "imaps".
6816
6817 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6818
6819         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6820
6821         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6822
6823 2008-02-01  Kenichi Handa  <handa@m17n.org>
6824
6825         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6826         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6827         (rfc2104-hash): Convert the result of concat to unibyte string.
6828
6829 2008-02-01  Dave Love  <fx@gnu.org>
6830
6831         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6832         coding-system-for-read.
6833         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6834
6835 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6838         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6839         <hanche@math.ntnu.no>.
6840
6841 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6844
6845         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6846
6847 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6848
6849         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6850         * message.el (message-beginning-of-line): Use featurep instead of bound
6851         tests in order to resolve conditionals at compile time.
6852
6853 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6854
6855         * mail-source.el (mail-sources): Add `group' choice.
6856
6857         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6858         parameter `in-group' to control into which group the articles go.
6859         Add treatment of `group' mail-source.
6860
6861 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6864
6865         * mm-decode.el (mm-dissect-buffer): Decode description.
6866
6867         * mml.el (mml-to-mime): Encode message header first.
6868
6869 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6872         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6873
6874         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6875         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6876
6877 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6880
6881 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6884         prefix keys.
6885         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6886         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6887         gnus-xmas.el.
6888
6889         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6890         (gnus-xmas-article-describe-bindings): New function.
6891         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6892         gnus-xmas-article-describe-bindings.
6893
6894         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6895
6896 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6899         Add new variables for article mark management.
6900         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6901         list of extra data entries which, when present, will indicate that the
6902         article ID should not be trimmed from the registry.
6903         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6904         functions.
6905         (gnus-registry-read-mark): New function to read a mark name from the
6906         user.
6907         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6908         (gnus-registry-set-article-mark-internal): New functions to add and
6909         remove marks.
6910         (gnus-registry-get-article-marks): New function to show the marks for
6911         an article, or retrieve them for further use.
6912
6913 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6916         keys when no argument is given.
6917
6918 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * imap.el (imap-ping-server): New variable.
6921         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6922         (imap-ping-server): Minor doc string fixes.
6923
6924 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6925
6926         * imap.el (imap-ping-server): New function.
6927         (imap-opened): Call imap-ping-server.
6928
6929 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gnus-sum.el (gnus-article-sort-by-random)
6932         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6933         jidanni@jidanni.org.
6934
6935 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-art.el (gnus-article-describe-bindings): New function.
6938         (gnus-article-read-summary-keys): Use it.
6939         (gnus-article-mode-map): Bind `C-h b' to it.
6940
6941 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6944         XEmacs.
6945         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6946         against non-character events.
6947
6948         * lpath.el: Fbind map-keymap for Emacs 21.
6949
6950 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6953         command.
6954         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6955         instead of END.  Change name of the temp file.
6956         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6957         customizable.
6958
6959 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6962         bind `S W' to gnus-article-wide-reply-with-original; set default
6963         binding to gnus-article-read-summary-send-keys.
6964         (gnus-article-read-summary-keys): Fix the order of keys; display
6965         continuation keys correctly in the echo area; describe bindings
6966         correctly when keys end with `C-h'.
6967         (gnus-article-read-summary-send-keys): New function.
6968         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6969         for gnus-article-read-summary-send-keys; display continuation keys
6970         correctly in the echo area.
6971         (gnus-article-reply-with-original): Ignore prefix argument.
6972         (gnus-article-wide-reply-with-original): New function.
6973
6974         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6975         Emacs 21.
6976
6977 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6980         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6981
6982 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6985         (gnus-group-read-ephemeral-gmane-group): New command.
6986
6987 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6988
6989         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6990
6991 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * message.el (message-send-mail-function): Increase custom version.
6994
6995         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6996         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6997
6998 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6999
7000         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7001         for the cases where imap-authenticate is called with a nil buffer
7002         parameter.
7003
7004 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7007         html parts correctly; support forwarded messages.
7008         (gnus-article-browse-html-article): Remove work buffers.
7009
7010         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7011         compiling.
7012         (netrc-bound-and-true-p): New macro.
7013         (netrc-parse): Use it instead of bound-and-true-p that is not available
7014         in XEmacs 21.4.
7015
7016 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * gnus-registry.el (gnus-registry-mark-article)
7019         (gnus-registry-article-marks): Add functionality to mark articles
7020         through the Gnus registry.
7021
7022         * encrypt.el: Clarify documentation for the new pgg method.
7023         (encrypt-file-alist): Add PGG option.
7024         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7025         functionality.  Abstract password key and messaging to external
7026         functions.
7027         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7028         (encrypt-message-method-and-cipher): Add new convenience external
7029         functions.
7030         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7031         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7032
7033         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7034         (netrc-parse): Use encrypt-file-alist to determine if
7035         encrypt-find-model or encrypt-insert-file-contents should be used.
7036
7037         * encrypt.el: Clarify documentation.  Load password-cache or
7038         password, whichever one is found first, instead of autoloading.
7039
7040 2007-12-19  Glenn Morris  <rgm@gnu.org>
7041
7042         * mml.el (message-options-set, message-narrow-to-head)
7043         (message-in-body-p, message-mail-p, message-encode-message-body):
7044         Autoload.
7045         (message-remove-header, message-narrow-to-headers-or-head)
7046         (message-subscribed-p, message-make-mail-followup-to)
7047         (message-position-on-field, message-news-p)
7048         (message-options-set-recipient, message-generate-headers)
7049         (message-sort-headers): Declare as functions.
7050
7051 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7054         convention in doc string.
7055
7056 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7059         title to html parts.
7060         (gnus-article-browse-html-article): Pass message header to it.
7061
7062         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7063
7064 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7067         or password compatible with XEmacs.
7068
7069 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7072         format document.
7073         (gnus-mime-delete-part): Don't write description line if empty.
7074         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7075
7076 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7077
7078         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7079         (gnus-summary-mark-read-and-unread-as-read)
7080         (gnus-summary-mark-current-read-and-unread-as-read)
7081         (gnus-summary-mark-unread-as-ticked): Doc fix.
7082         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7083
7084 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7087         Christoph Conrad <christoph.conrad@gmx.de>.
7088
7089 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7092         yes-or-no-p.
7093
7094 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * mm-decode.el (mm-add-meta-html-tag): New function.
7097         (mm-save-part-to-file, mm-pipe-part): Use it.
7098
7099         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7100         gnus-y-or-n-p instead of y-or-n-p.
7101         (gnus-article-browse-html-parts): Work with message/external-body; use
7102         mm-add-meta-html-tag.
7103
7104 2007-12-11  Glenn Morris  <rgm@gnu.org>
7105
7106         * gnus-cache.el: Require gnus-sum not just when compiling.
7107
7108         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7109
7110         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7111         definitions before use.
7112
7113         * mm-decode.el: Require gnus-util.
7114         (mm-remove-part): Only call delete-annotation on XEmacs.
7115
7116         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7117
7118         * nnmail.el: Require gnus-int.
7119
7120         * spam.el: Move `require's before `eval-when-compile's.
7121
7122         * gnus-ems.el (gnus-alive-p):
7123         * gnus-fun.el (message-goto-eoh):
7124         * gnus-util.el (gnus-group-name-decode):
7125         * mail-source.el (gnus-compress-sequence):
7126         * message.el (Info-goto-node, format-spec):
7127         * mm-bodies.el (message-options-get):
7128         * mm-decode.el (mm-view-pkcs7):
7129         * mm-util.el (gmm-write-region):
7130         * mml-smime.el (mml-compute-boundary)
7131         (gnus-completing-read-with-default):
7132         * mml.el (widget-button-press, gnus-make-hashtable):
7133         * mml1991.el (mm-decode-content-transfer-encoding)
7134         (mm-encode-content-transfer-encoding)
7135         (message-options-get, message-options-set):
7136         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7137         * nnfolder.el (gnus-request-group):
7138         * nnheader.el (ietf-drums-unfold-fws):
7139         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7140         * smime.el (gnus-run-mode-hooks):
7141         * spam-stat.el (gnus-message): Autoload.
7142
7143         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7144         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7145         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7146         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7147         Add declare-function compatibility definition.
7148
7149         * gnus-cache.el (nnvirtual-find-group-art):
7150         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7151         (gnus-add-image, gnus-add-wash-type):
7152         * gnus-group.el (nnkiboze-score-file):
7153         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7154         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7155         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7156         (message-tokenize-header, gnus-get-buffer-create)
7157         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7158         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7159         * gnus.el (gnus-group-decoded-name):
7160         * mail-source.el (imap-capability):
7161         * mm-bodies.el (message-options-set):
7162         * mm-decode.el (gnus-configure-windows):
7163         * mm-extern.el (message-goto-body):
7164         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7165         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7166         (epg-sub-key-validity, message-options-set):
7167         * mml.el (widget-event-point, gnus-configure-windows):
7168         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7169         * mml2015.el (epg-check-configuration, epg-configuration)
7170         (message-options-set):
7171         * nndb.el (nndb-request-article):
7172         * nnfolder.el (gnus-request-create-group):
7173         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7174         * nnmaildir.el (gnus-group-mark-article-read):
7175         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7176         * rfc1843.el (message-fetch-field):
7177         * spam.el (gnus-extract-address-components):
7178         Declare as functions.
7179
7180 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7183
7184         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7185
7186         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7187         bind show-trailing-whitespace for XEmacs.
7188
7189 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7192         new no-op macro for backward compatibility.
7193
7194         * imap.el (imap-string-to-integer): New function.
7195
7196 2007-12-09  Glenn Morris  <rgm@gnu.org>
7197
7198         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7199
7200         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7201         * message.el, mm-view.el, sieve-manage.el, smime.el:
7202         Add declare-function compatibility definition.
7203
7204         * gnus-art.el (w3-region, w3m-region, Info-menu):
7205         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7206         * gnus-sum.el (gnus-get-predicate):
7207         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7208         * message.el (mail-abbrev-in-expansion-header-p):
7209         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7210         (w3m-detect-meta-charset, w3m-region):
7211         * sieve-manage.el (password-read, password-cache-add)
7212         (password-cache-remove):
7213         * smime.el (password-read-and-add): Declare as functions.
7214
7215 2007-12-08  David Kastrup  <dak@gnu.org>
7216
7217         * gnus-sum.el (gnus-summary-simplify-subject-query):
7218         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7219         `message'.
7220
7221 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7224         it to bind idna-program, installation-directory, defined-colors, and
7225         face-attribute for XEmacs of the version that compiles defcustom forms.
7226
7227 2007-12-07  Glenn Morris  <rgm@gnu.org>
7228
7229         * gnus-art.el (article-make-date-line): Revert previous change.
7230
7231 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7234
7235 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7236
7237         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7238         Call gnus-add-to-range ranges only once with a prepared article-list.
7239
7240 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7241
7242         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7243         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7244         group names with backslashes.  Reported by Tassilo Horn
7245         <tassilo@member.fsf.org>.
7246
7247 2007-12-06  Deepak Goel  <deego3@gmail.com>
7248
7249         * gnus-art.el (article-make-date-line):
7250         * gnus-start.el (gnus-load):
7251         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7252
7253 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-use-idna)
7256         * gnus-start.el (gnus-site-init-file)
7257         * message.el (message-use-idna)
7258         * mm-uu.el (mm-uu-hide-markers)
7259         * smiley.el (smiley-style): Revert changes that suppress warnings.
7260
7261 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7264         specify charset to html source.  Reported by Christoph Conrad
7265         <christoph.conrad@gmx.de>.
7266
7267 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7270         idna-program in order to suppress byte compile warning issued by XEmacs
7271         that came to byte compile the default value section of defcustom forms
7272         recently.
7273
7274         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7275         value of installation-directory.
7276
7277         * message.el (message-use-idna): Don't directly refer to the value of
7278         idna-program.
7279
7280         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7281
7282         * smiley.el (smiley-style): Don't directly call face-attribute.
7283
7284 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7287
7288         * gnus-dired.el: Reduce Gnus dependencies.
7289         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7290         require.  Use autoloads instead.
7291         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7292         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7293         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7294         (gnus-dired-mode): Adjust doc string.
7295         (gnus-dired-mail-mode): New variable.
7296         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7297         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7298         (gnus-dired-mail-buffers): New function.  Return mail or message
7299         composition buffers.
7300         (gnus-dired-attach): Use it.
7301         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7302         NO-DECODE.
7303         (gnus-dired-print): Use `gnus-print-buffer' depending on
7304         `gnus-dired-mail-mode'.
7305
7306 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * rfc2047.el (rfc2047-encoded-word-regexp)
7309         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7310         explaining what regexp patterns are for.
7311
7312 2007-12-04  Glenn Morris  <rgm@gnu.org>
7313
7314         * password.el: Move to password-cache.el.
7315
7316         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7317         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7318         * mml-smime.el (password-read, password-cache-add)
7319         (password-cache-remove):
7320         No need to autoload, since mml-sec requires password.
7321
7322         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7323         * message.el (gnus-extract-address-components):
7324         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7325
7326         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7327         password.
7328
7329 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * mailcap.el: Reduce dependencies.
7332         (mail-header-parse-content-type): Autoload.
7333         (mailcap-delete-duplicates): New alias.
7334         (mailcap-mime-info): Add optional argument NO-DECODE.
7335         (mailcap-mime-types): Use mailcap-delete-duplicates.
7336
7337         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7338
7339 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7340
7341         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7342         (imap-parse-status): Upcase status-att for servers that sends them
7343         lower-case (e.g., MS Exchange 2007).
7344
7345 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7348         function.
7349
7350         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7351         (gnus-uu-yenc-article): New function.
7352
7353         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7354
7355         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7356         buffer.
7357
7358 2007-12-02  Glenn Morris  <rgm@gnu.org>
7359
7360         * binhex.el (binhex): New custom group.
7361         (binhex-decoder-program, binhex-decoder-switches)
7362         (binhex-use-external): Move to the binhex custom group.
7363
7364         * uudecode.el (uudecode): New custom group.
7365         (uudecode-decoder-program, uudecode-decoder-switches)
7366         (uudecode-use-external): Move to the uudecode custom group.
7367
7368         * netrc.el (top-level): Don't load `encrypt' features.
7369         (netrc-parse): Don't use encrypt.
7370         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7371
7372         * encrypt.el: Remove file.
7373
7374 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7377         matches on patches.
7378
7379         * gnus-art.el (gnus-article-browse-html-article): Mention
7380         `mm-text-html-renderer' in the doc string.
7381
7382         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7383         string.  Add comments.
7384
7385         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7386         if rhs is ASCII.
7387
7388 2007-12-01  Glenn Morris  <rgm@gnu.org>
7389
7390         * mail-source.el (top-level): Require format-spec before
7391         eval-when-compile.
7392
7393 2007-11-30  Glenn Morris  <rgm@gnu.org>
7394
7395         * encrypt.el: Require password, rather than autoloading password-read.
7396
7397 2007-11-29  Glenn Morris  <rgm@gnu.org>
7398
7399         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7400         (sasl-make-client, sasl-next-step, sasl-step-data)
7401         (sasl-step-set-data): Declare as functions.
7402
7403 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7406
7407 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7408
7409         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7410         certs should be verified and what is to be done in the event of a
7411         verification failure.
7412
7413         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7414         caller can indicate whether the cache should be disregarded for this
7415         call.  This way the result of the call is reproducible at all times and
7416         can be considered a canonical server name for the supplied method.
7417         (gnus-agent-method-p): Canonicalize server names by pushing their
7418         method through `gnus-method-to-server' using the no-cache argument.
7419
7420         * gnus-srvr.el (gnus-server-insert-server-line): Call
7421         `gnus-method-to-server' with `no-cache' argument.
7422
7423         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7424         gnus-agent-possibly-synchronize-flags as this should be called when the
7425         server is actually being opened.
7426         (gnus-agent-possibly-synchronize-flags)
7427         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7428         flags file of an agentized server to the latter function.
7429
7430         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7431         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7432         after a connection has been established successfully.
7433
7434 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (article-display-face): Force to display face if called
7437         interactively; check if gnus-article-x-face-too-ugly matches author.
7438         (article-display-x-face): Display face even if From header is missing
7439         as article-display-face does.
7440
7441 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7442
7443         * hashcash.el (message-narrow-to-headers-or-head)
7444         (message-fetch-field, message-goto-eoh)
7445         (message-narrow-to-headers): Declare as functions.
7446
7447 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * mail-source.el (mail-sources): Default to fetch from file for
7450         compatibility with default of nnmail-spool-file.
7451
7452 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7455         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7456         to look for encoded word that should be encoded again.
7457         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7458         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7459         encoding pattern.
7460         (rfc2047-decode-region): Switch strict regexp and loose one according
7461         to rfc2047-allow-irregular-q-encoded-words.
7462
7463 2007-11-25  Romain Francoise  <romain@orebokech.com>
7464
7465         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7466
7467 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * tls.el (tls-program): Provide more custom choices from
7470         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7471         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7472
7473 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7476         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7477
7478         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7479         `nnmail-spool-file'.
7480
7481         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7482         `nnmail-spool-file'.
7483
7484         * gnus-move.el (gnus-change-server): Ditto.
7485
7486         * gnus-kill.el (gnus-batch-score): Ditto.
7487
7488         * gnus-cache.el (gnus-jog-cache): Ditto.
7489
7490         * gnus-msg.el (gnus-summary-reply):
7491         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7492
7493 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7496         version.  Minor improvement to doc strings.
7497         (tls-program): Add comment.
7498
7499 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7500
7501         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7502         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7503         mismatch between the hostname provided in the certificate and the name
7504         of the host connnecting to.
7505         (open-tls-stream): Use them.  Check certificates against trusted root
7506         certificates.
7507
7508 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * gnus-cache.el (gnus-cache-generate-nov-databases):
7511         Use nnml-generate-nov-databases-directory instead of
7512         nnml-generate-nov-databases-1.
7513
7514 2007-11-24  Glenn Morris  <rgm@gnu.org>
7515
7516         * message.el (message-tool-bar-retro): Update for rename
7517         mail_send.xpm->mail-send.xpm.
7518
7519 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7522         `smime-ldap-search' for Emacs 22 and up.
7523
7524 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7525
7526         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7527
7528         * message.el (message-send-mail-function): Fix error convention.
7529         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7530         (message-widen-reply, message-send-mail, message-talkative-question)
7531         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7532         (message-clone-locals, message-send-news): Use with-current-buffer.
7533         (message-insert-or-toggle-importance): Remove unused var `valid'.
7534         (message-make-references): Remove unused var `new-references'.
7535         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7536
7537 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7538
7539         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7540         (spam-split-symbolic-return-positive): Reflow docstring.
7541         (spam-backends, spam-summary-exit-behavior)
7542         (spam-mark-ham-unread-before-move-from-spam-group)
7543         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7544         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7545         (spam-clear-cache, spam-backend-check, spam-install-backend)
7546         (spam-install-statistical-backend, spam-list-of-processors)
7547         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7548         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7549         (spam-check-crm114, spam-initialize, spam-unload-hook):
7550         Fix typos in docstrings.
7551
7552 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7555         been checked if they have never been read and those group levels are
7556         higher than the one that a user specified.
7557
7558 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7561         foreign groups unless a group level is specified by a user.
7562         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7563
7564 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * message.el (message-send-mail-function): Require sendmail.
7567
7568 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * message.el (message-send-mail-function): Check for smtpmail too.
7571
7572         * utf7.el (utf7-encode, utf7-decode): Use coding system
7573         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7574
7575         * message.el (message-send-mail-function): New function.
7576         (message-send-mail-function): Set default using
7577         message-send-mail-function.  Adjust doc string.
7578         (message-send-mail-with-mailclient): New function.
7579
7580 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7581
7582         * smime.el (from):
7583         * rfc2047.el (message-posting-charset):
7584         * qp.el (mm-use-ultra-safe-encoding):
7585         * pop3.el (parse-time-months):
7586         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7587         * nnml.el (files):
7588         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7589         (jka-compr-compression-info-list, ange-ftp-path-format)
7590         (efs-path-regexp):
7591         * nndiary.el (files):
7592         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7593         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7594         (epg-digest-algorithm-alist, inhibit-redisplay)
7595         (password-cache-expiry):
7596         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7597         (pgg-output-buffer, password-cache-expiry):
7598         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7599         (efs-path-regexp):
7600         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7601         (inhibit-redisplay):
7602         * mm-uu.el (file-name, start-point, end-point, entry)
7603         (gnus-newsgroup-name, gnus-newsgroup-charset):
7604         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7605         (latin-unity-ucs-list):
7606         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7607         (mm-uu-binhex-decode-function):
7608         * message.el (gnus-message-group-art, gnus-list-identifiers)
7609         (rmail-enable-mime-composing, gnus-local-organization)
7610         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7611         (gnus-read-active-file, facemenu-add-face-function)
7612         (facemenu-remove-face-function, gnus-article-decoded-p)
7613         (tool-bar-mode):
7614         * mail-source.el (display-time-mail-function):
7615         * gnus-util.el (nnmail-pathname-coding-system)
7616         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7617         (gnus-original-article-buffer, gnus-user-agent)
7618         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7619         (xemacs-codename, sxemacs-codename, emacs-program-version):
7620         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7621         * gnus-start.el (gnus-agent-covered-methods)
7622         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7623         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7624         (gnus-newsgroup-headers, gnus-group-list-mode)
7625         (gnus-group-mark-positions, gnus-newsgroup-data)
7626         (gnus-newsgroup-unreads, nnoo-state-alist)
7627         (gnus-current-select-method, mail-sources)
7628         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7629         (nnmail-spool-file, gnus-cache-active-hashtb):
7630         * gnus-mh.el (mh-lib-progs):
7631         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7632         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7633         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7634         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7635         (gnus-group-buffer):
7636         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7637         (font-lock-set-defaults):
7638         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7639         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7640         (gnus-summary-post-menu, total-parts, type, condition, length):
7641         * gnus-agent.el (gnus-agent-read-agentview):
7642         * flow-fill.el (show-trailing-whitespace):
7643         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7644         eval-and-compile wrappers for byte compiler pacifiers.
7645
7646         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7647         (mm-display-inline-fontify): Check for featurep 'xemacs not
7648         extent-list.
7649
7650         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7651         itimer-list.
7652         (mm-create-image-xemacs): Only do something for XEmacs.
7653         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7654
7655         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7656
7657         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7658         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7659
7660 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7661
7662         * nnimap.el (nnimap-split-download-body):
7663         * gnus-demon.el (gnus-demon):
7664         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7665
7666 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7669         macros.
7670         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7671         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7672         copy data from unibyte buffer to multibyte current buffer.
7673         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7674         to copy data from unibyte current buffer to multibyte buffer.
7675         (nntp-make-process-buffer): Make process buffer unibyte.
7676
7677         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7678
7679 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7680
7681         * pop3.el (pop3-open-server): Accept and process data more robustly at
7682         connexion start to avoid spurious "POP SSL connexion failed" errors.
7683
7684 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7687         read group names.
7688
7689 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7692
7693 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7696         (nnmail-save-active): Use a unibyte buffer when saving active file,
7697         which may contain non-ASCII group names.
7698
7699         * nnml.el (nnml-request-group): Decode group names in messages.
7700
7701 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * message.el (message-citation-line-function)
7704         (message-insert-formatted-citation-line): Fix spelling of
7705         `message-insert-formated-citation-line'.
7706
7707 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7710
7711 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7714         nnmail-pathname-coding-system.
7715
7716         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7717         that a user enters; decode group names in messages.
7718
7719         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7720
7721 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7724
7725         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7726
7727         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7728         risky local variable.
7729
7730         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7731
7732 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * encrypt.el: Improve documentation to fix function name typo.
7735         Reported by Daiki Ueno <ueno@unixuser.org>.
7736
7737 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7740         even if the point is not in the last page of an article.
7741         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7742         back to the previous page.
7743
7744 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7747
7748 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7751
7752 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7753
7754         * message.el (message-check-news-body-syntax): Avoid
7755         mm-string-as-multibyte.
7756         (message-hide-headers): Don't assume (point-min)==1.
7757
7758 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * message.el (message-remove-blank-cited-lines): Fix if remove is
7761         given.
7762         (message-bogus-address-regexp): New variable.
7763         (message-bogus-recipient-p): New function.
7764         (message-check-recipients): New command.
7765         (message-syntax-checks): Add `bogus-recipient'.
7766         (message-fix-before-sending): Add `bogus-recipient'.
7767
7768         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7769         (gnus-treat-body-boundary): Don't test window-system.
7770
7771 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7772
7773         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7774
7775 2007-10-28  Miles Bader  <miles@gnu.org>
7776
7777         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7778         at compile-time too.
7779
7780 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * gnus-msg.el (gnus-message-setup-hook): Add
7783         `message-remove-blank-cited-lines' to options.
7784
7785 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * message.el (message-remove-blank-cited-lines): New function.
7788         Suggested by Karl Plästerer.
7789
7790 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7793         mapc.
7794
7795         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7796         (top-level): Use mapc to set functions to be traced for debugging.
7797
7798         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7799         called for effect with while loop.
7800
7801         * message.el (message-talkative-question): Replace mapcar called for
7802         effect with mapc.
7803
7804         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7805         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7806         called for effect with dolist.
7807
7808         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7809
7810         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7811         gnus-extra-headers and nnmail-extra-headers.
7812
7813         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7814         called for effect with dolist.
7815         (top-level): Use mapc to set functions to be traced for debugging.
7816
7817         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7818         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7819         dolist.
7820
7821         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7822         Replace mapcar called for effect with mapc.
7823         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7824         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7825         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7826         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7827
7828         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7829         remove-if that's a cl function.
7830
7831         * webmail.el (webmail-debug): Replace mapcar called for effect with
7832         dolist.
7833
7834         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7835         with mapc.
7836
7837 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7840         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7841         with while loop.
7842
7843         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7844         functions from article-* functions.
7845         (gnus-multi-decode-header): Replace mapcar called for effect with
7846         dolist.
7847
7848         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7849         (gnus-bookmark-show-details): Replace mapcar called for effect with
7850         while loop.
7851
7852         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7853         called for effect with while loop.
7854
7855         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7856         with dolist.
7857
7858         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7859         mapcar called for effect with dolist.
7860
7861         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7862
7863         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7864         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7865         Replace mapcar called for effect with dolist.
7866         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7867         mapc.
7868
7869         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7870         Replace mapcar called for effect with dolist.
7871         (gnus-topic-list): Replace mapcar called for effect with mapc.
7872
7873         * gnus.el: Use mapc instead of mapcar to add autoloads.
7874
7875 2007-10-23  Richard Stallman  <rms@gnu.org>
7876
7877         * gnus-group.el (gnus-group-highlight): Mark as risky.
7878
7879 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus.el (gnus-server-to-method): Return method found first in
7882         gnus-newsrc-alist.
7883
7884         * gnus-art.el (gnus-article-highlight-signature)
7885         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7886         button overlay without the front stickiness.
7887
7888 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7889
7890         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7891         overview buffer needed a catch to receive its throw.
7892         (gnus-agent-flush-cache): Declared as interactive to make this function
7893         easier to use.
7894
7895 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7898         `next-line'.
7899
7900 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7903         exclude address matching message-dont-reply-to-names.
7904
7905 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-util.el (gnus-string<): New function.
7908
7909         * gnus-sum.el (gnus-article-sort-by-author)
7910         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7911
7912 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7915         the frame-focus tag is set in gnus-buffer-configuration.
7916
7917 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7920         the front stickiness.
7921
7922 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7925         url pattern; remove duplicate one.
7926         (gnus-article-extend-url-button): New function.
7927         (gnus-article-add-buttons): Use it.
7928         (gnus-button-push): Use concatenated url that it makes.
7929
7930 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7931
7932         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7933
7934 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7935
7936         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7937         Don't hardcode point-min==1.
7938
7939 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7942         Fix comment about "iso8859-1".
7943
7944 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7945
7946         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7947         ones returned from the verify-function.
7948
7949         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7950         mml2015-extract-cleartext-signature if extraction failed.
7951
7952 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7953
7954         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7955         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7956         failed.
7957
7958 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7961
7962 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7965         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7966         recommends to use EasyPG instead of PGG.
7967
7968         * pgg.el: Revert to revision 6.23.2.16.
7969
7970         * pgg-def.el: Revert to revision 6.6.2.14.
7971
7972         * pgg-gpg.el: Revert to revision 6.23.2.34.
7973
7974 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7977         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7978         thread for both the null and zero (kill/expire thread) universal prefix
7979         cases.
7980         (gnus-summary-expire-thread): Add new function to expire a thread,
7981         using gnus-summary-kill-thread.
7982         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7983         shortcuts for gnus-summary-expire-thread.
7984         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7985         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7986
7987 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7990         extras value, so an extras entry can be deleted.
7991         (gnus-registry-delete-extra-entry): Use it.
7992         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7993         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7994         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7995         storage through the gnus-registry, and provide an appropriate API for
7996         it.
7997
7998 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8001         Suggested by Leo <sdl.web@gmail.com>.
8002
8003         * gnus.el: Do.
8004
8005 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8008         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8009
8010         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8011
8012         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8013         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8014
8015 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8018         newline.
8019         (nnmbox-request-accept-article): Don't change article in source buffer;
8020         narrow to header to use message-fetch-field rather than
8021         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8022         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8023         as delimiters; make sure article ends with newline.
8024         (nnmbox-delete-mail): Correct last position of article to be deleted;
8025         ignore X-Gnus-Newsgroup header in article body.
8026         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8027         positions; make sure article ends with newline.
8028
8029         * message.el (message-display-abbrev): Don't infloop when a user
8030         inserts SPC in the beginning of header.
8031
8032         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8033         coding-system-for-read and coding-system-for-write for XEmacs having no
8034         file-coding feature.
8035
8036         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8037
8038 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8039
8040         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8041         list of groups not followed by default.  Fix type to be regexp.
8042         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8043
8044 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8045
8046         * hmac-def.el (define-hmac-function): Switch from old-style to
8047         new-style backquotes.
8048
8049         * md4.el (md4-make-step): Likewise.
8050
8051 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8054         raw-text coding system when saving .newsrc file, which may contain
8055         non-ASCII group names.
8056
8057 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-cus.el (gnus-score-extra): New widget.
8060         (gnus-score-extra-convert): New function.
8061         (gnus-score-customize): Use it for Extra.
8062
8063 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8064
8065         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8066         (mml2015-mailcrypt-clear-verify): Use it.
8067         (mml2015-gpg-clear-verify): Use it.
8068         (mml2015-pgg-clear-verify): Use it.
8069         (mml2015-epg-clear-verify): Replace the current part with the output
8070         from GnuPG; don't extract the plaintext by itself.
8071
8072         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8073         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8074         mml2015-clear-verify-function; don't touch the armor headers or
8075         dash-escaped text here.
8076
8077 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8080         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8081         parts, or application/octet-stream as a last resort.
8082         (gnus-mime-view-part-as-type): Don't toggle display.
8083         (gnus-mime-view-part-as-charset): Don't turn off display before
8084         querying charset.
8085
8086         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8087         stuff to undisplayer function in Emacs.
8088         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8089
8090         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8091         text/calendar parts.
8092
8093 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8096         decoding text/calendar parts.
8097
8098         * message.el (message-forward-make-body-mime): Always mark body as
8099         having no illegible text; remove signed-or-encrypted argument.
8100         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8101
8102         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8103         (mml-generate-mime-1): Don't encode body if it is specified to be in
8104         raw form; don't make buffer be unibyte when inserting multibyte string.
8105
8106 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8107
8108         * sha1.el: Fix up comment style.
8109         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8110         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8111
8112         * hex-util.el: Fix up comment style.
8113         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8114
8115         * gnus-salt.el: Use with-current-buffer.
8116         (gnus-pick-setup-message): Fix long-standing typo.
8117
8118 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * imap.el (imap-logout-timeout): New variable.
8121         (imap-logout, imap-logout-wait): New functions.
8122         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8123
8124         * nnimap.el (nnimap-logout-timeout): New server variable.
8125         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8126         nnimap-logout-timeout.
8127
8128         * gnus-art.el (gnus-article-summary-command-nosave)
8129         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8130
8131 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus.el (gnus-maximum-newsgroup): New variable.
8134
8135         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8136         according to gnus-maximum-newsgroup.
8137
8138         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8139         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8140         Limit the range of articles according to gnus-maximum-newsgroup.
8141
8142 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8143
8144         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8145         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8146         Don't perform gnus-configure-windows here; reuse existing sticky
8147         article buffer.
8148
8149         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8150         it doesn't exist in gnus-article-mode.
8151
8152 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8155         (gnus-agent-decoded-group-name): New function.
8156         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8157         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8158
8159 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8160
8161         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8162         Add binding for gnus-sticky-article.
8163         (gnus-summary-exit): Don't kill sticky article buffers.
8164
8165         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8166         article buffer.
8167         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8168         (gnus-kill-sticky-article-buffers): New commands.
8169
8170 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * nntp.el (nntp-xref-number-is-evil): New server variable.
8173         (nntp-find-group-and-number): If it is non-nil, don't trust article
8174         numbers in the Xref header.
8175
8176 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-agent.el (gnus-agent-read-group): New function.
8179         (gnus-agent-flush-group, gnus-agent-expire-group)
8180         (gnus-agent-regenerate-group): Use it.
8181         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8182         nnmail-pathname-coding-system.
8183
8184 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8187
8188         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8189         that are unread as unread, and also as selected so that information of
8190         marks having been changed by a user may be updated when exiting group.
8191
8192 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8195         calculated ignoring signature parts to gnus-treat-article.
8196
8197 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8200         a point here in order to keep the window start.
8201         (gnus-insert-mime-security-button): Make a button overlay without the
8202         front stickiness.
8203         (gnus-mime-display-security): Goto the end of a button.
8204
8205         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8206
8207 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8210         group-name-at-point.
8211         (gnus-group-completing-read): New function that offers decoded
8212         non-ASCII group names for completion.
8213         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8214         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8215         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8216         (gnus-group-fetch-control): Use it.
8217         (gnus-fetch-group): Use group-name-at-point for the initial value
8218         rather than the default value; use gnus-alive-p.
8219
8220         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8221         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8222         (gnus-summary-post-news): Use gnus-group-completing-read.
8223
8224         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8225         (gnus-read-move-group-name): Decode group name for completion.
8226
8227 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8230         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8231         Yamaoka slightly modified the code).
8232
8233 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8236         (nnmail-split-incoming): Bind it.
8237
8238         * nnml.el (nnml-group-name-charset): New function.
8239         (nnml-decoded-group-name): Use it; don't decode group name if
8240         nnmail-group-names-not-encoded-p is non-nil.
8241         (nnml-encoded-group-name): New function.
8242         (nnml-group-pathname): Inline nnml-decoded-group-name.
8243         (nnml-request-expire-articles): Decode group name in message.
8244         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8245         nnmail-pathname-coding-system.
8246         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8247         not decoded ones according to nnmail-group-names-not-encoded-p.
8248         (nnml-generate-active-info): Use nnml-encoded-group-name.
8249
8250 2007-08-08  Glenn Morris  <rgm@gnu.org>
8251
8252         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8253         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8254         doc-strings and comments.
8255
8256 2007-07-25  Glenn Morris  <rgm@gnu.org>
8257
8258         * Relicense all FSF files to GPLv3 or later.
8259
8260 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-sum.el (gnus-summary-move-article): Make
8263         gnus-summary-respool-article work.
8264
8265 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8268         string.
8269
8270 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8271
8272         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8273         that should be ignored when comparing distant RSS articles with local
8274         ones.
8275         (nnrss-make-hash-index): New function.  Create a hash index according
8276         to the ignored fields.
8277         (nnrss-check-group): Use it.
8278
8279 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8282
8283         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8284
8285         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8286         the new optional argument ENCODED is non-nil.
8287         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8288         coding system for encoding group name.
8289         (gnus-group-make-rss-group): Pass un-encoded group name to
8290         gnus-group-make-group.
8291         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8292         encoded.
8293
8294         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8295         Encode group name to which articles are moved or copied.
8296         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8297         coding system for encoding Newsgroup, Followup-To and Xref headers.
8298
8299         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8300         marks; use nnheader-file-coding-system to write a file.
8301         (nnagent-retrieve-headers): Bind file-name-coding-system to
8302         nnmail-pathname-coding-system.
8303
8304         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8305
8306         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8307         (nnml-request-article, nnml-request-create-group)
8308         (nnml-request-rename-group, nnml-find-id)
8309         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8310         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8311         (nnml-save-marks): Use nnml-group-pathname instead of
8312         nnmail-group-pathname.
8313
8314         (nnml-request-create-group, nnml-request-expire-articles)
8315         (nnml-request-move-article, nnml-request-delete-group)
8316         (nnml-deletable-article-p, nnml-possibly-create-directory)
8317         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8318         (nnml-open-marks): Bind file-name-coding-system to
8319         nnmail-pathname-coding-system.
8320
8321         (nnml-request-article): Pass server argument to nnml-find-group-number.
8322         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8323         server argument to nnml-possibly-create-directory.
8324         (nnml-request-accept-article): Pass server argument to
8325         nnml-active-number and nnml-save-mail.
8326         (nnml-find-group-number): Pass server argument to nnml-find-id.
8327         (nnml-request-update-info): Pass server argument to
8328         nnml-marks-changed-p.
8329
8330         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8331         (nnml-save-mail, nnml-active-number): Add server argument.
8332
8333         (nnml-request-delete-group): Warn if group is missing.
8334         (nnml-get-nov-buffer): Decode group name.
8335         (nnml-generate-active-info): Encode group name.
8336         (nnml-open-marks): Decode group name in messages.
8337
8338 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8341         if it is not specified.
8342         (gnus-article-pipe-part, gnus-article-save-part)
8343         (gnus-article-interactively-view-part, gnus-article-copy-part)
8344         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8345         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8346         (gnus-article-replace-part, gnus-article-delete-part)
8347         (gnus-article-view-part-as-type): Pass raw prefix argument to
8348         gnus-article-part-wrapper.
8349
8350 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-agent.el (gnus-agent-save-active): Bind
8353         nnheader-file-coding-system to gnus-agent-file-coding-system.
8354
8355         * gnus-cache.el (gnus-cache-save-buffers)
8356         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8357         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8358         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8359         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8360         (gnus-cache-generate-active, gnus-cache-rename-group)
8361         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8362         (gnus-cache-update-overview-total-fetched-for): Bind
8363         file-name-coding-system to nnmail-pathname-coding-system.
8364         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8365         variables.
8366         (gnus-cache-decoded-group-name): New function.
8367         (gnus-cache-file-name): Use it.
8368         (gnus-cache-generate-active): Use non-decoded group name for active.
8369
8370         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8371         right place.
8372         (gnus-write-active-file): Don't break non-ASCII group names.
8373
8374         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8375         nnmail-pathname-coding-system.
8376
8377         * lpath.el: Bind default-file-name-coding-system,
8378         file-name-coding-system and language-info-alist for XEmacs.
8379
8380         * gnus-uu.el (gnus-uu-decode-save): Typo.
8381
8382 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8385
8386 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8389         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8390         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8391         (gnus-agent-flush-group, gnus-agent-flush-cache)
8392         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8393         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8394         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8395         (gnus-agent-regenerate-group)
8396         (gnus-agent-update-files-total-fetched-for)
8397         (gnus-agent-update-view-total-fetched-for): Bind
8398         file-name-coding-system to nnmail-pathname-coding-system.
8399         (gnus-agent-group-pathname): Don't encode file names by
8400         nnmail-pathname-coding-system.
8401         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8402         coding-system-for-write instead of buffer-file-coding-system to
8403         gnus-agent-file-coding-system.
8404
8405         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8406         Decode group name.
8407
8408         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8409
8410         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8411         (gnus-read-newsrc-el-file): Make group names unibyte.
8412
8413         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8414         nnmail-pathname-coding-system.
8415
8416         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8417         (nnrss-request-delete-group): Bind file-name-coding-system to
8418         nnmail-pathname-coding-system.
8419         (nnrss-read-server-data, nnrss-read-group-data): Bind
8420         file-name-coding-system correctly.
8421         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8422
8423         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8424         (nntp-server-to-method-cache): New variable.
8425         (nntp-group-pathname): New function that decodes non-ASCII group names.
8426         (nntp-possibly-create-directory, nntp-marks-changed-p)
8427         (nntp-save-marks, nntp-open-marks): Use it.
8428         (nntp-possibly-create-directory, nntp-open-marks):
8429         Bind file-name-coding-system to nnmail-pathname-coding-system.
8430         (nntp-open-marks): Decode group names when bootstrapping marks.
8431
8432         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8433         Newsgroups and Folowup-To headers.
8434
8435 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8438         (gnus-server-closed-face, gnus-server-denied-face)
8439         (gnus-server-offline-face): Remove variable.
8440         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8441
8442         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8443         of modifying message-stack directly for XEmacs.
8444
8445         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8446         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8447         if the coding-system argument is nil for XEmacs.
8448
8449         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8450         mm-charset-override-alist.
8451
8452         * rfc2047.el: Don't require base64; require rfc2045 for the function
8453         rfc2045-encode-string.
8454         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8455         to quote the parameter value.
8456
8457 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8460         form in gnus-group-name-charset-method-alist.
8461
8462         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8463         overrides the default layout edit-form.
8464
8465         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8466
8467         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8468
8469 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8472         as unfetched articles.
8473
8474 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8477
8478 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8481         original back end that keeps marks in the local system.
8482
8483 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8486         arg of pop-to-buffer for XEmacs.
8487         (gnus-article-read-summary-keys): Ditto; don't restore window
8488         configuration if summary command ends up with neither article buffer
8489         nor summary buffer; describe bindings if summary keys end with C-h.
8490
8491 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * message.el (message-fix-before-sending): Skip raw message part to be
8494         forwarded while checking illegible text.
8495         (message-forward-make-body-mime, message-forward-make-body): Mark
8496         signed or encrypted raw message as having no illegible text.
8497
8498 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8501         (gnus-message-with-timestamp-1): New macro.
8502         (gnus-message-with-timestamp): New function.
8503         (gnus-message): Use them.
8504
8505         * nnheader.el (nnheader-message): Use them.
8506
8507 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8510         .newsrc.eld file.
8511
8512 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-agent.el (gnus-agent-fetch-headers)
8515         (gnus-agent-retrieve-headers): Bind
8516         gnus-decode-encoded-address-function to identity.
8517
8518         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8519         available also when the server returns simply a dot.
8520
8521         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8522
8523 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8526
8527 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-ems.el (gnus-x-splash): Make it work.
8530
8531         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8532         from being used.
8533
8534         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8535
8536 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8539         4th and the 5th arguments.
8540
8541         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8542         the front stickiness.
8543         (gnus-article-summary-command-nosave): Correct the order of the
8544         arguments passed to pop-to-buffer.
8545         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8546         summary command ends up with the article buffer.
8547
8548         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8549         the same faces.
8550
8551 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8552
8553         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8554
8555 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8556
8557         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8558         * gnus-sum.el (gnus-summary-highlight):
8559         * pgg.el (pgg-sign-region, pgg-sign):
8560         * mail-source.el (mail-source-delete-old-incoming-confirm):
8561         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8562
8563 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (gnus-mime-view-part-externally)
8566         (gnus-mime-view-part-internally): Fix predicate function passed to
8567         completing-read.
8568
8569         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8570
8571         * gnus.el (gnus-update-message-archive-method): Add :version.
8572
8573 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gnus.el (gnus-update-message-archive-method): New variable.
8576
8577         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8578         according to gnus-message-archive-method if
8579         gnus-update-message-archive-method is non-nil.
8580
8581 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8584         by Loic Dachary <loic@dachary.org>.
8585         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8586
8587 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * message.el (message-pop-to-buffer): Add switch-function argument.
8590         (message-mail): Pass switch-function argument to it.
8591
8592 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8595         Improve doc string.
8596
8597 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8600         (gnus-header-content)
8601         * gnus-cite.el (gnus-cite-10)
8602         * gnus-srvr.el (gnus-server-closed)
8603         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8604         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8605         (gnus-group-mail-3-empty, gnus-group-mail-low)
8606         (gnus-group-mail-low-empty, gnus-splash)
8607         * message.el (message-header-to, message-header-cc)
8608         (message-header-subject, message-header-other, message-header-name)
8609         (message-header-xheader, message-separator, message-cited-text)
8610         (message-mml): Lighten colors of faces used for dark background.
8611
8612 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8613
8614         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8615         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8616
8617 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * message.el (message-narrow-to-headers-or-head):
8620         Ignore mail-header-separator in the body.
8621
8622 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8625         same as window size.
8626
8627 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8628
8629         * message.el (message-font-lock-keywords): Use message-header-xheader
8630         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8631         ahead of the anything pattern, to get it recognised.
8632
8633 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8636         spam.el loads uses it in the compiled defadvice form.
8637
8638 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8639
8640         * gnus-sum.el (gnus-articles-to-read)
8641         (gnus-summary-insert-old-articles): Don't truncate group name for
8642         `read-string'.
8643
8644         * gnus-util.el (gnus-limit-string): Delete this function.
8645
8646         * gnus-sum.el (gnus-simplify-subject-fully): Use
8647         `truncate-string-to-width' instead.
8648
8649 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8650
8651         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8652         if, on summary exit, the next group has to be selected.
8653         (gnus-summary-exit): Use it.
8654
8655 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8658         non-break space.
8659
8660 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8663         Check if group is not a directory.
8664         (nnfolder-request-expire-articles): Don't delete articles if the target
8665         group is not available.
8666
8667         * nnml.el (nnml-request-create-group): Properly check if group is not a
8668         file.
8669         (nnml-request-expire-articles): Don't delete articles if the target
8670         group is not available.
8671
8672         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8673         Don't quote characters that are within parentheses.
8674
8675 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8678         (gnus-handle-ephemeral-exit): Select article according to it.
8679
8680 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * message.el (message-insert-formated-citation-line): Remove newline.
8683         (message-citation-line-format): Add final \n here so that the user can
8684         avoid a blank line.
8685
8686 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8687
8688         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8689         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8690         Update lanl/arXiv support.
8691
8692 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * gnus.el: Bump version number.
8695
8696 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * gnus.el (gnus-version-number): Bump version.
8699
8700 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8701
8702         * gnus.el: No Gnus v0.6 is released.
8703
8704 2007-04-27  Didier Verna  <didier@xemacs.org>
8705
8706         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8707         * gmm-utils.el (gmm-regexp-concat): here.
8708         * message.el: Don't require 'gnus-util.
8709         (message-dont-reply-to-names): Handle name change above.
8710         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8711
8712 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8715         since the initial value varies according to the system.
8716
8717 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8720
8721 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8722
8723         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8724
8725 2007-04-24  Didier Verna  <didier@xemacs.org>
8726
8727         Improve the type of gnus-ignored-from-addresses.
8728         * gnus-util.el (gnus-orify-regexp): New function.
8729         * message.el (gnus-util): Require it.
8730         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8731         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8732         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8733
8734 2007-04-24  Didier Verna  <didier@xemacs.org>
8735
8736         * gnus-sum.el:
8737         * gnus-utils.el: Fix some trailing whitespaces.
8738
8739 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8742         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8743         article's Message-ID; refer parent article in summary buffer.
8744
8745         * message.el (message-bounce): Call mime-to-mml.
8746
8747         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8748         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8749         optimize and/or forms properly.
8750
8751 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8754         URL.
8755
8756 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8759
8760 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8763         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8764         displayed of multipart/alternative part if it is invoked from summary
8765         buffer.
8766
8767         * mm-view.el (mm-inline-text-html-render-with-w3m)
8768         (mm-inline-text-html-render-with-w3m-standalone)
8769         (mm-inline-render-with-function): Use mail-parse-charset by default.
8770
8771 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8772
8773         * parse-time.el (parse-time-string-chars): Check if CHAR
8774         is less than the length of parse-time-syntax.
8775
8776 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8779         from gnus-newsgroup-processable.
8780
8781 2007-04-16  Didier Verna  <didier@xemacs.org>
8782
8783         * gnus-msg.el (gnus-configure-posting-styles): Handle
8784         message-signature-directory properly with :file syntax.  Reported by
8785         "Leo".
8786
8787 2007-04-11  Didier Verna  <didier@xemacs.org>
8788
8789         New user option: message-signature-directory.
8790         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8791         * message.el (message-insert-signature): Ditto.
8792         * message.el (message-signature-file): Doc update.
8793         * message.el (message-signature-directory): New.
8794
8795 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-msg.el (gnus-inews-yank-articles): Use
8798         message-exchange-point-and-mark instead of exchange-point-and-mark.
8799
8800 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * message.el (message-yank-original): Make sure cited text ends with
8803         newline; don't exchange point and mark.
8804
8805 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8806
8807         * tls.el (open-tls-stream): Properly handle case where there
8808         is no associated buffer.
8809
8810 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8811
8812         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8813         message-yank-original, make sure (< mark TEXT point).
8814
8815 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * message.el (message-fill-column): New variable.
8818         (message-mode): Use it.  Add comment on a possible new hook.
8819
8820         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8821         (nnmail-get-new-mail): Reformat.
8822
8823         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8824
8825         * gmm-utils.el: Fix Commentary.
8826         (gmm-tool-bar-from-list): Fix typo in doc string.
8827
8828 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8829
8830         * message.el (message-yank-original): Don't switch point and mark
8831         unnecessarily to put point and mark as documented.
8832
8833 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8836         from the message heads.
8837
8838 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8839
8840         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8841         article buffer does not have a window.  This may not be the best
8842         solution but is certainly better than setting the start of the null,
8843         that is the current, window.
8844
8845 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8848         (gnus-draft-setup): Run it.
8849
8850         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8851         gnus-score-fast-scoring.  Allow regexp.
8852         (gnus-score-headers): Use it.
8853
8854         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8855         XEmacs.
8856
8857         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8858         string.
8859         (gnus-button-alist): Also catch `<f1> k ...'.
8860         (gnus-treat-display-x-face): Fix doc string.
8861
8862 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8863
8864         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8865         evaluation of gnus-extended-version to ensure correct generation of the
8866         User-Agent header when message-generate-headers-first is used.
8867
8868 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8869
8870         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8871         hashcash-path is nil.  Don't call callback with incorrect number of
8872         parameters if val is 0.
8873
8874 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8875
8876         * message.el (message-required-news-headers):
8877         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8878
8879 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8880
8881         * tls.el (open-tls-stream): In handshake-waiting loop,
8882         don't wait more if there is output available to process.
8883
8884 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8885
8886         * tls.el (tls-program): Doc fix.
8887
8888 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * message.el (message-generate-new-buffers): Change the meaning of the
8891         nil value; add `standard' to the choices; treat t as `unique'; improve
8892         doc string.
8893         (gnus-select-frame-set-input-focus): Autoload.
8894         (message-buffer-name): Search for the existing message buffer if
8895         message-generate-new-buffers is nil or `standard'; treat the value t of
8896         message-generate-new-buffers as `unique'.
8897         (message-pop-to-buffer): Raise the frame already displaying the message
8898         buffer; clear the echo area after querying.
8899         (message-setup): Pass the `continue' argument to compose-mail.
8900         (message-mail): Prefer `switch-function' if it is given; search for the
8901         existing message buffer if the `continue' argument is non-nil; pass
8902         continue and switch-function arguments to compose-mail by way of
8903         message-setup.
8904         (message-mail-other-window): Adjust argument of message-setup.
8905         (message-mail-other-frame): Ditto.
8906
8907 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8910         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8911         to turn font-lock on when turning gnus-message-citation-mode on.
8912
8913 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8914
8915         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8916         (mml-smime-function-alist): New variable; add epg as the backend.
8917         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8918         mml-smime- functions instead.
8919         * mm-view.el: Require smime.
8920
8921 2007-03-05  Didier Verna  <didier@xemacs.org>
8922
8923         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8924         instead of just inheritance for posting styles.
8925         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8926
8927 2007-02-24  Chris Moore  <dooglus@gmail.com>
8928
8929         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8930         * pgg-pgp.el (pgg-pgp-encrypt-region):
8931         * pgg-gpg.el (pgg-gpg-encrypt-region):
8932         Check pgg-encrypt-for-me if no other recipients.
8933
8934 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8935
8936         * tls.el (tls-certtool-program): Fix custom type.
8937
8938 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8941         and point-at-eol instead of line-(beginning|end)-position.
8942
8943         * assistant.el (assistant-parse-buffer): Ditto.
8944
8945         * netrc.el (netrc-parse-services): Ditto.
8946
8947 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8948
8949         * mml2015.el (mml2015-epg-find-usable-key): New function.
8950         (mml2015-epg-sign): Use it.
8951         (mml2015-epg-encrypt): Use it.
8952
8953 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * message.el (message-make-in-reply-to): Quote name containing
8956         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8957         if there are special characters.  Reported by NAKAJI Hiroyuki
8958         <nakaji@jp.freebsd.org>.
8959
8960 2007-02-27  Didier Verna  <didier@xemacs.org>
8961
8962         Include the group parameters as well as the topic ones in the
8963         inheritance filter process.
8964         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8965         argument GROUP-PARAMS-LIST.
8966         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8967
8968 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * nntp.el (nntp-never-echoes-commands)
8971         (nntp-open-connection-functions-never-echo-commands): New variables.
8972         (nntp-send-command): Use them.
8973
8974 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * mml2015.el (mml2015-epg-verify): Simplified.
8977
8978 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * mml.el (mml-content-disposition-alist): New user option.
8981         (mml-content-disposition): New function.
8982         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8983         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8984
8985 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8986
8987         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8988         verification.
8989
8990 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8991
8992         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8993         articles posted in the last 24 hours.
8994
8995 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8996
8997         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8998
8999 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9000
9001         * nntp.el (nntp-send-command): Don't wait for echoes when
9002         nntp-open-ssl-stream is used.
9003
9004 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9007         (gnus-message-add-citation-keywords)
9008         (gnus-message-remove-citation-keywords): Remove.
9009         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9010         directly, make the variables in font-lock-defaults buffer-local, add
9011         gnus-message-citation-keywords to them and then update the value of
9012         font-lock-keywords.
9013
9014 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * message.el (message-cite-original-1): Don't call
9017         gnus-article-highlight-citation.
9018
9019         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9020         citations; fix line count.
9021
9022 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9025         (gnus-message-add-citation-keywords)
9026         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9027         versions of font-lock-add-keywords and font-lock-remove-keywords to
9028         work with XEmacs correctly.
9029
9030 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-cite.el (gnus-cite-face-list): Set the values of
9033         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9034         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9035         (gnus-message-cite-prefix-regexp): New variable.
9036         (gnus-message-search-citation-line): Use it; protect against long
9037         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9038         the 0th match data for Emacs.
9039         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9040         (gnus-message-add-citation-keywords): Append keywords rather than
9041         prepending; emulate font-lock-add-keywords if it is not available.
9042         (gnus-message-remove-citation-keywords): Emulate
9043         font-lock-remove-keywords if it is not available.
9044
9045         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9046
9047         * message.el (message-cite-prefix-regexp): Set the value of
9048         gnus-message-cite-prefix-regexp.
9049
9050 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9051
9052         * nnweb.el (nnweb-google-parse-1): Update parser.
9053
9054 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9055
9056         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9057
9058 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9059
9060         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9061         regexp.
9062
9063 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9066         string-to-multibyte.
9067         (uudecode-decode-region-internal): Use it.
9068
9069         * lpath.el: Fbind string-as-multibyte for XEmacs.
9070
9071 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
9074         custom choice.
9075
9076         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9077
9078 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9079
9080         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9081
9082         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9083         `write-region' to respect `mm-inhibit-file-name-handlers'.
9084
9085 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9088         Use gnus-home-directory instead of "~/" or "$HOME".
9089
9090 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9091
9092         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9093         to mention filename.
9094         Add comments at beginning regarding usage.
9095         (encrypt-write-file-contents): Change interactive so a string is
9096         acceptable.  If the file has no associated model, show an error instead
9097         of a nonsense prompt.
9098
9099 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9100
9101         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9102         Thanks to Yoshihiko Yamada for kind notification of this typo.
9103
9104 2007-01-12  Kenichi Handa  <handa@m17n.org>
9105
9106         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9107         multibyte buffer.
9108
9109 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-score.el (gnus-score-fast-scoring): New variable.
9112         (gnus-score-headers): Use it.
9113
9114         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9115
9116         * message.el (message-cite-original-1): Call
9117         gnus-article-highlight-citation if requested.
9118         (message-make-from): Allow name and address as optional arguments.
9119
9120         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9121
9122         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9123         bugs to doc string.
9124         (gnus-button-alist): Add mid\\|message-id.
9125         (gnus-button-fetch-group): Extend for use in
9126         `browse-url-browser-function'.
9127         (gnus-button-url-regexp): Try to catch paired parentheses like in
9128         Wikipedia URLs.
9129
9130         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9131         Suggested by Simon Krahnke <overlord@gmx.li>.
9132
9133 2007-01-13  Romain Francoise  <romain@orebokech.com>
9134
9135         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9136         Update copyright.
9137
9138 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9139
9140         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9141
9142 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9143
9144         * gnus-registry.el (gnus-registry-unfollowed-groups)
9145         (gnus-registry-split-fancy-with-parent): Fix documentation.
9146
9147 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9150         from nnweb groups.
9151
9152 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9155         Xref urls.  Erase buffer before requesting head.
9156
9157 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9160         customizable.
9161
9162 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9163
9164         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9165         no signing key is found.
9166         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9167         no encrypting and/or signing key is found.
9168
9169 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9172
9173 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9174
9175         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9176         headers read from disk with the ones newly found in the current search.
9177         This should no longer cause problems, because the article numbers in
9178         Gmane's `nov.php' output are ignored since the previous change.
9179
9180 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9181
9182         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9183
9184 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9187         replace-regexp-in-string; bind url-version; fbind display-images-p and
9188         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9189         find-face and set-itimer-function for Emacs; bind itimer-list for
9190         Emacs.
9191
9192         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9193
9194 2007-01-01  Romain Francoise  <romain@orebokech.com>
9195
9196         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9197
9198 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9199
9200         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9201         `define-minor-mode' macro definition expanded properly.
9202         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9203         exclude it there.
9204
9205         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9206         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9207         `fboundp' test.
9208         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9209         This is OK to autoload in (S)XEmacs now.
9210
9211 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9214         keystroke.
9215         (gnus-summary-limit-to-singletons): Fix typo.
9216
9217         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9218         else fails.
9219
9220 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9221
9222         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9223         docstring.
9224
9225         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9226         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9227         (gnus-summary-insert-dormant-articles): Fix typo in message.
9228
9229 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9232         nil for XEmacs.
9233         (gnus-message-citation-mode): Don't autoload in XEmacs.
9234
9235         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9236
9237 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9238
9239         * nnimap.el (nnimap-expunge-search-string): Mention
9240         nnimap-search-uids-not-since-is-evil in docstring.
9241
9242 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * spam.el: Revert to make-obsolete-variable because
9245         define-obsolete-variable-alias is not supported in Emacs 21.
9246
9247         * spam.el (spam-ifile-path, spam-ifile-database-path)
9248         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9249         make-obsolete-variable.
9250         (spam-bsfilter-path, spam-bsfilter-program)
9251         (spam-spamassassin-path, spam-spamassassin-program)
9252         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9253         use "path" inappropriately.
9254         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9255         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9256         variable names.
9257
9258 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9259
9260         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9261         summary buffer.
9262
9263         * password.el (password-cache-remove): Use clear-string to burn
9264         password, if available.
9265
9266 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9269
9270         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9271
9272         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9273         (gnus-message-highlight-citation): Move defcustom here from
9274         gnus-cite.el.
9275         (gnus-message-citation-mode): Autoload.
9276
9277         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9278         checks to make it compile with XEmacs.
9279         (gnus-message-citation-mode): New minor mode.
9280         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9281         (gnus-message-highlight-citation): New variables.
9282         (gnus-message-search-citation-line)
9283         (gnus-message-add-citation-keywords)
9284         (gnus-message-remove-citation-keywords)
9285         (turn-on-gnus-message-citation-mode)
9286         (turn-off-gnus-message-citation-mode): New functions.
9287
9288 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9289
9290         * gnus-cite.el: Enable highlighting of different citation levels in
9291         message-mode.
9292
9293 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * message.el (message-make-fqdn): Fix comment.
9296         (message-bogus-system-names): Add ".local".
9297
9298         * spam.el (spam-ifile-path, spam-ifile-program)
9299         (spam-ifile-database-path, spam-ifile-database)
9300         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9301         Don't use "path" inappropriately.
9302         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9303         strings.
9304         (spam-check-ifile, spam-ifile-register-with-ifile)
9305         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9306         new variable names.
9307
9308         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9309         (gnus-treat-display-smileys): Simplify using
9310         gnus-image-type-available-p.
9311
9312         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9313         available.
9314
9315         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9316         `display-images-p' if available.
9317
9318 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9321         one after turning on the buffer's multibyteness instead of decoding
9322         them directly in the unibyte buffer that causes unexpected conversion
9323         in Emacs 23 (unicode).
9324
9325 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9326
9327         * message.el (message-generate-hashcash): Fix custom type.
9328
9329 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9332
9333 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9336         disconnect icons.  Add help text.
9337
9338 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9341         negated to be consistent with the others we handle.
9342
9343 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9344
9345         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9346         version of gnus-summary-buffer to something, so that we can use two
9347         article buffers at the same time.
9348
9349 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9350
9351         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9352         trigger all the extra headers.
9353         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9354         sorting.
9355
9356 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9357
9358         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9359         solid groups.
9360
9361 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9362
9363         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9364
9365 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * legacy-gnus-agent.el: Add Copyright notice.
9368
9369 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9370
9371         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9372
9373 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9376
9377         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9378         to make it work reliably in CVS Emacs.
9379         (gnus-summary-limit-strange-charsets-predicate)
9380         (gnus-summary-limit-to-predicate): New functions.
9381
9382 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9383
9384         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9385         specifying array size.
9386         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9387         array if it is too small.
9388         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9389         (gnus-sort-threads-loop): New function.
9390
9391 2006-12-06  Chris Moore  <dooglus@gmail.com>
9392
9393         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9394         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9395
9396 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9397
9398         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9399         options.
9400
9401 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9404         DOS-ing the recipient.
9405
9406         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9407         the headers when creating the mapping to avoid mismappings.
9408         (nnweb-gmane-create-mapping): Always nix out old mapping.
9409
9410 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9413         and mm-verify-option to never.
9414
9415 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * message.el (message-signed-or-encrypted-p): New function.
9418         (message-forward-make-body): Use it.
9419
9420         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9421         Replace encode-coding-string with mm-encode-coding-string.
9422
9423 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nneething.el (nneething-decode-file-name): Replace
9426         decode-coding-string with mm-decode-coding-string.
9427
9428         * gnus-int.el (gnus-open-server): Say failed server's name.
9429
9430 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9431
9432         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9433         strings to a single string.  Quote `errors-file-name'.
9434         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9435         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9436         Adjust calls.  Use `shell-quote-argument'.
9437
9438 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9439
9440         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9441         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9442
9443         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9444         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9445         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9446         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9447         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9448         (gnus-subscribe-newsgroup, gnus-1):
9449         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9450         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9451         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9452         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9453
9454 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9457         keystroke.
9458         (gnus-summary-limit-to-bodies): Implement headersp.
9459
9460 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9463
9464 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9467
9468 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * message.el (message-generate-hashcash): Expand range of values to
9471         include `opportunistic'.
9472         (message-send-mail): Use it.
9473
9474 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9475
9476         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9477         and comment it.
9478
9479         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9480
9481 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-util.el (gnus-extract-address-components): Improve comment.
9484
9485 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-util.el (gnus-extract-address-components): Work with address in
9488         which the name portion contains @.
9489
9490         * lpath.el: Fbind custom-autoload.
9491
9492 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * gnus.el (gnus-start): Move custom group up.
9495         (gnus-select-method): Don't autoload, but make it available for
9496         `customize-variable'.
9497         (gnus-getenv-nntpserver): Don't autoload.
9498
9499 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9500
9501         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9502
9503 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * message.el (message-sendmail-extra-arguments): New variable.
9506         (message-send-mail-with-sendmail): Use it.
9507
9508 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9511         mm-with-unibyte-current-buffer to make string unibyte.
9512
9513         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9514         mm-string-as-multibyte.
9515
9516 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9517
9518         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9519         Reported by Werner Koch <wk@gnupg.org>.
9520
9521 2006-11-14  Daiki Ueno  <ueno@p360>
9522
9523         * mml2015.el: Autoload epa-select-keys when compiling.
9524
9525 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9526
9527         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9528         message-options.
9529         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9530
9531 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9532
9533         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9534         EasyPG (< 0.0.6).
9535         (mml2015-always-trust): New user option.
9536         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9537         prompt.
9538
9539 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * nntp.el (nntp-authinfo-force): New variable.
9542         (nntp-send-authinfo): Use it.
9543
9544 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9547         decode encoded words.  Improve prompt.  Add comment about forwarding.
9548         (message-replacement-char): Move up.
9549
9550 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9551
9552         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9553         instead of gnus-intersection because arguments of gnus-sorted-nunion
9554         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9555
9556 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9559         (message-simplify-subject-functions): Enable
9560         message-strip-subject-encoded-words by default.
9561
9562 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * message.el (message-strip-subject-encoded-words): New function.
9565         (message-simplify-subject-functions): New variable.
9566         (message-simplify-subject): Use it.  Fix typo in doc string.
9567         Support message-strip-subject-encoded-words.
9568
9569 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9570
9571         * gnus-diary.el (gnus-diary-delay-format-function):
9572         * nndiary.el (nndiary-reminders):
9573         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9574
9575 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * gnus-art.el (article-hide-boring-headers): Fetch date from
9578         gnus-original-article-buffer to avoid problems with localized date
9579         strings.
9580
9581 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9584
9585 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9588         New variables.
9589         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9590         (mm-charset-synonym-alist): Move some entries to
9591         mm-codepage-iso-8859-list.
9592         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9593         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9594
9595 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9598
9599 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9602         with Emacs 21 and XEmacs.
9603
9604 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9605
9606         * spam.el (spam-parse-address): New function for better parsing,
9607         catching errors, etc.
9608         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9609
9610 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * mm-view.el: Add interactive arg to html2text autoload.
9613
9614 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9617
9618 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9621         variables.
9622         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9623         (mm-charset-synonym-alist): Move some entries to
9624         mm-codepage-iso-8859-list.
9625
9626         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9627
9628 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * message.el (message-citation-line-format)
9631         (message-insert-formated-citation-line): Fix implementation of %E, %N
9632         and %n according to the doc string.
9633
9634 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9635
9636         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9637         car-safe to avoid bad parses.
9638
9639 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9642         names.
9643
9644         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9645
9646 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9649         header.
9650
9651         * message.el (message-draft-headers): Add Date.
9652         (message-headers-to-generate): Fix typo in docstring.
9653
9654         * nndraft.el (nndraft-required-headers): New variable.
9655         (nndraft-generate-headers): Use it.
9656
9657         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9658
9659 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * gnus-registry.el (gnus-registry-wash-for-keywords)
9662         (gnus-registry-find-keywords): New functions to allow easy searching of
9663         articles that are in the registry.
9664
9665 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9666
9667         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9668         ietf-drums-parse-address instead of gnus-extract-address-components.
9669         Reported by Damien Elmes <damien@repose.cx>.
9670
9671 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus.el (gnus-mime): Remove unused custom group.
9674
9675 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9676
9677         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9678         "blank line" when searching for end of armor headers.
9679
9680 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * gmm-utils.el (gmm-write-region): Fix variable name.
9683
9684 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gmm-utils.el (gmm-write-region): New function based on compatibility
9687         code from `mm-make-temp-file'.
9688
9689         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9690
9691         * nnmaildir.el (nnmaildir--update-nov)
9692         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9693         Use `gmm-write-region'.
9694
9695 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9698         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9699
9700         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9701
9702         * message.el (message-replacement-char): New variable.
9703         (message-fix-before-sending): Use it.
9704         (message-simplify-subject): New function to remove duplicate code.
9705         (message-reply, message-followup): Use it.
9706
9707         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9708         gnus-summary-limit-to-articles.
9709
9710 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-util.el (gnus-with-local-quit): New macro.
9713
9714         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9715
9716 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9719         ignore non-string data.
9720
9721 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9722
9723         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9724         non-string data (needs to be done in the registry too).
9725
9726 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9727
9728         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9729         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9730         (gnus-registry-split-fancy-with-parent)
9731         (gnus-registry-fetch-simplified-message-subject-fast)
9732         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9733         Remove text properties on ingress into the registry and when it's saved.
9734         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9735         registry from entries with no groups.
9736
9737 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9738
9739         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9740         function to remove string properties.
9741
9742 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gmm-utils.el (gmm): Adjust custom version.
9745
9746         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9747         custom version.
9748
9749         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9750
9751 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-art.el (gnus-insert-prev-page-button)
9754         (gnus-insert-next-page-button): Simplify.  Reformat.
9755
9756 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9757
9758         * gnus-art.el (gnus-insert-prev-page-button)
9759         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9760
9761 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9762
9763         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9764
9765 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9766
9767         * gnus-art.el (gnus-insert-mime-button)
9768         (gnus-insert-mime-security-button):
9769         Apply gnus-article-button-face to MIME and security buttons.
9770
9771 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9774         readable.
9775
9776 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9779
9780 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9781
9782         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9783         `browse-url-of-file' instead of `browse-url'.
9784
9785 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9786
9787         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9788         regexp.  Articles containing quotation were cut prematurely.
9789
9790 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * message.el (message-cite-original-1): Use nobody by default for the
9793         value of From header.
9794         (message-reply): Ditto.
9795
9796 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9797
9798         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9799         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9800         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9801
9802 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9805         mails in the doc string.  Add some URLs in comment.
9806         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9807
9808 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9811         backslashes handling and the way to find boundaries of quoted strings.
9812
9813 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9814
9815         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9816         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9817         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9818         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9819
9820 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9823         doc string.
9824         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9825
9826 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * lpath.el: Fbind epg-check-configuration.
9829
9830 2006-09-06  Simon Josefsson  <jas@extundo.com>
9831
9832         * mml2015.el (mml2015-use): Doc fix, mention epg.
9833
9834 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9835
9836         * mml2015.el (mml2015-use): Default to epg, if available.
9837
9838 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9839
9840         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9841         message-sender.
9842         (mml1991-epg-encrypt): Ditto.
9843         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9844         message-sender.
9845         (mml2015-epg-encrypt): Ditto.
9846
9847 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9848
9849         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9850         several common directories.
9851
9852 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9853
9854         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9855         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9856
9857 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-art.el (article-decode-encoded-words): Make it fast.
9860
9861 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9864
9865         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9866         in quoted string into `\'.
9867
9868 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9871         Use standard-syntax-table.
9872
9873 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-decode-address-function): New variable.
9876         (article-decode-encoded-words): Use it to decode headers which are
9877         assumed to contain addresses.
9878         (gnus-mime-delete-part): Remove useless `or'.
9879
9880         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9881         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9882         (gnus-nov-parse-line): Use it to decode From header.
9883         (gnus-get-newsgroup-headers): Ditto.
9884         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9885
9886         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9887         (mail-decode-encoded-address-string): New alias.
9888
9889         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9890         New function.
9891         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9892         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9893         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9894         (rfc2047-decode-string): Ditto.
9895         (rfc2047-decode-address-region): New function.
9896         (rfc2047-decode-address-string): New function.
9897
9898 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * message.el (message-caesar-buffer-body): Allow rotating headers.
9901
9902         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9903
9904         * message.el (message-insert-formated-citation-line): Fix %f.
9905         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9906
9907 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9910         (gnus-bookmark-mouse-available-p): New macro.
9911         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9912         (gnus-bookmark-bmenu-show-infos): Use it.
9913         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9914         (gnus-bookmark-bmenu-hide-infos): Ditto.
9915         (gnus-bookmark-remove-properties): New function.
9916         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9917         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9918         (gnus-bookmark-write-file): Bind coding-system-for-write.
9919         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9920         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9921         group before selecting it.
9922         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9923         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9924         quit-window if it is not available; use gnus-mouse-2 and bind it to
9925         gnus-bookmark-bmenu-select-by-mouse.
9926         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9927         (gnus-bookmark-bmenu-select-by-mouse): New function.
9928
9929 2006-08-13  Romain Francoise  <romain@orebokech.com>
9930
9931         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9932         space.
9933
9934 2006-08-10  Romain Francoise  <romain@orebokech.com>
9935
9936         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9937         (dns-mode-soa-auto-increment-serial): New user option.
9938         (dns-mode-soa-maybe-increment-serial): New function.
9939         (dns-mode): Add the latter to `write-contents-functions'.
9940
9941 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * compface.el (uncompface): Use binary rather than raw-text-unix.
9944
9945 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * compface.el (uncompface): Make sure the eol conversion doesn't take
9948         place when communicating with the external programs.  Reported by
9949         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9950
9951 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9954
9955 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9956
9957         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9958         Make it more robust by parsing author and date independently.
9959
9960 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9963
9964 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9965
9966         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9967         first matching secret key.
9968         (mml2015-epg-encrypt): Ditto.
9969
9970         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9971         first matching secret key.
9972         (mml1991-epg-encrypt): Ditto.
9973
9974         * mml2015.el (mml2015-encrypt-to-self): New user option.
9975         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9976         mml2015-epg-encrypt-to-self is set.
9977
9978         * mml1991.el (mml1991-encrypt-to-self): New variable.
9979         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9980         mml1991-epg-encrypt-to-self is set.
9981
9982         * mml2015.el (mml2015-signers): New user option.
9983         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9984         (mml2015-epg-encrypt): Allow to select signing keys.
9985
9986         * mml1991.el (mml1991-signers): New variable.
9987         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9988         (mml1991-epg-encrypt): Allow to select signing keys.
9989
9990 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * nnheader.el (nnheader-insert-head): Make it work even if the file
9993         uses CRLF for the line-break code.
9994
9995 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9996
9997         * mml2015.el: Require mml-sec instead of password.
9998         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9999         (mml2015-cache-passphrase): Inherit the default value from
10000         mml-secure-cache-passphrase.
10001         (mml2015-passphrase-cache-expiry): Inherit the default value from
10002         mml-secure-passphrase-cache-expiry.
10003
10004         * mml1991.el: Require mml-sec instead of password.
10005         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10006         (mml1991-cache-passphrase): Inherit the default value from
10007         mml-secure-cache-passphrase.
10008         (mml1991-passphrase-cache-expiry): Inherit the default value from
10009         mml-secure-passphrase-cache-expiry.
10010
10011         * mml-sec.el: Require password.
10012         (mml-secure-verbose): New user option.
10013         (mml-secure-cache-passphrase): New user option.
10014         (mml-secure-passphrase-cache-expiry): New user option.
10015
10016 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10017
10018         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10019         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10020         andreas@altroot.de (Andreas Vögele).
10021
10022         FIXME: Use `tiny change'?
10023
10024 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10025
10026         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10027         workaround for the url package included with Emacs.
10028
10029         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10030
10031 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10034         correctly.  This fixes a bug caused by the 2006-05-12 change.
10035
10036 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10037
10038         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10039         some information about the error when saying that the `bogus' mail
10040         group will be used.
10041
10042 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10045         string.
10046
10047 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10048
10049         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10050
10051 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10052
10053         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10054
10055 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10056
10057         * mml1991.el (mml1991-function-alist): Add epg.
10058         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10059         (mml1991-epg-encrypt): New functions.
10060
10061 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10062
10063         * mml2015.el (mml2015-verbose): New variable.
10064         (mml2015-cache-passphrase): Ditto.
10065         (mml2015-passphrase-cache-expiry): Ditto.
10066         (mml2015-function-alist): Add epg.
10067         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10068         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10069         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
10070         functions.
10071
10072 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10073
10074         * message.el (message-cite-original-1): Preserve region when removing
10075         quoted text due to X-No-Archive in order to avoid bogus attribution
10076         when citing multiple messages.
10077
10078 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10079
10080         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10081         Kenneth Jacker <khj@be.cs.appstate.edu>.
10082
10083 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-diary.el (gnus-user-format-function-d)
10086         (gnus-user-format-function-D): Autoload.
10087
10088         * imap.el (Commentary): Fix typo.
10089
10090         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10091         2006-04-22 contribution.
10092
10093 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10094
10095         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10096         It didn't really fix the bogosity I'm seeing with solid web groups.
10097
10098 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10099
10100         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10101         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10102         created using server names.  If we use the feature without declaring
10103         it, Gnus does not properly manage server and group state.
10104
10105         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10106         bound.
10107
10108 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10109
10110         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10111         looking up the method using GROUP's prefix before inventing a new one.
10112         It is used on killed/unknown groups in various places where returning
10113         an all-new method isn't expected by the caller.
10114
10115         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10116         and match semantics of gnus-group-real-prefix.
10117
10118 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * nnmail.el (nnmail-broken-references-mailers): New variable.
10121         (nnmail-ignore-broken-references): New function generalizing
10122         nnmail-fix-eudora-headers.
10123         (nnmail-fix-eudora-headers): Now obsolete.
10124
10125         * gnus-art.el (gnus-button-handle-custom): Support
10126         `customize-apropos*'.
10127
10128 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10131
10132         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10133         articles.
10134
10135 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * message.el (message-cite-reply-above): New variable.
10138         (message-yank-original): Use it.
10139
10140 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10143
10144 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10147         as read.
10148
10149         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10150
10151 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10154         (gnus-bookmark-default-file): Use gnus-directory.
10155         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10156         Remove "*" in doc string.
10157         (gnus-bookmark-write-file): Simplify.
10158         (gnus-bookmark-maybe-sort-alist): Use `when'.
10159         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10160         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10161         FIXME about Emacs 21 and XEmacs compatibility.
10162         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10163         compatibility.
10164         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10165         compatibility.
10166         (gnus-bookmark-menu-heading): Fix version.
10167
10168 2006-06-19  Bastien Guerry  <bzg@altern.org>
10169
10170         * gnus-bookmark.el: New file.
10171
10172 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * message.el (message-syntax-checks): Doc fix.
10175
10176 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10177
10178         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10179         unsubscribed groups as if they were killed ones.  It causes duplicate
10180         entries in gnus-newsrc-alist.
10181
10182 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * message.el (message-syntax-checks): Doc fix.
10185         (message-send-mail): Add check for continuation headers.
10186         (message-check-news-header-syntax): Fix regexp used to check for
10187         continuation headers.
10188
10189 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10192
10193 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10196
10197 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10200         default-truncate-lines.
10201
10202 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10205         to fill the utf-8 entry.
10206
10207         * lpath.el: Fbind unicode-precedence-list.
10208
10209 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10210
10211         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10212
10213 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10214
10215         * gnus-agent.el (directory-files-and-attributes): Move all the way
10216         forward (the third and final move).
10217         (gnus-agent-read-agentview): Trap reconstruction errors due to
10218         nonexistant directory.  Handle by returning nil.
10219
10220 2006-05-30  Didier Verna  <didier@xemacs.org>
10221
10222         * message.el (message-dont-reply-to-names): Update the custom type.
10223         * message.el (message-dont-reply-to-names): New defsubst: potentially
10224         convert a list of regexps into a single one.
10225         * message.el (message-get-reply-headers): Use it.
10226         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10227
10228 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-agent.el (directory-files-and-attributes): Move forward.
10231
10232 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * gnus-ml.el (gnus-mailing-list-subscribe)
10235         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10236         (gnus-mailing-list-message): Fix doc strings.
10237
10238 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10239
10240         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10241         of doing it manually.
10242
10243 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10246         comment.
10247
10248 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10249
10250         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10251         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10252         (gnus-agent-read-local): All symbols allocated in my-obarray.
10253         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10254         (gnus-agent-regenerate-group): Check numeric names to see if they are
10255         messages or groups.
10256         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10257         better way of do this...)
10258
10259         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10260         'dummy.group' (there should be a better way of do this...)
10261
10262 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10265         (gnus-saved-headers): Ditto.
10266         (gnus-default-article-saver): Mention functions may have properties.
10267         (gnus-article-save): Override gnus-save-all-headers and
10268         gnus-saved-headers by :headers property which saver function may have.
10269         (gnus-summary-save-in-file): Add :headers property.
10270         (gnus-summary-write-to-file): Ditto.
10271
10272         * gnus-sum.el (gnus-summary-save-article): Bind
10273         gnus-prompt-before-saving to t when saving many articles in a file;
10274         always show all headers.
10275
10276         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10277
10278 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10281         marks.
10282
10283         * message.el (message-indent-citation): Add optional arguments to allow
10284         using it outside of message buffers.
10285
10286         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10287         (gnus-article-treat-unfold-headers): Use it.
10288         (gnus-article-truncate-lines): New variable.
10289         (gnus-article-mode): Use it.
10290         (gnus-article-toggle-truncate-lines): New function.
10291
10292         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10293         gnus-article-toggle-truncate-lines.
10294
10295         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10296         coding system in XEmacs, use binary.
10297
10298 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10301         after-load-alist.
10302
10303         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10304         this function should save decoded articles.
10305         (gnus-summary-write-to-file): Use property to specify this function
10306         should save decoded articles and specify gnus-summary-save-in-file
10307         should be used to save articles other than the first one when saving
10308         many articles.
10309         (gnus-summary-save-body-in-file): Use property to specify this
10310         function should save decoded articles.
10311         (gnus-summary-write-body-to-file): Use property to specify this
10312         function should save decoded articles and specify
10313         gnus-summary-save-body-in-file should be used to save articles other
10314         than the first one when saving many articles.
10315
10316         * gnus-sum.el (gnus-summary-save-article): Simplify.
10317
10318 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-art.el (gnus-default-article-saver): Add
10321         gnus-summary-write-body-to-file.
10322         (gnus-article-save-coding-system): Don't use coding system object
10323         in XEmacs.
10324         (gnus-read-save-file-name): Add optional `dir-var' argument which
10325         specifies directory in which files are saved; work even if optional
10326         `variable' argument is not specified.
10327         (gnus-summary-write-to-file): Read file name.
10328         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10329         (gnus-summary-write-body-to-file): New function.
10330
10331         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10332         (gnus-summary-local-variables): Add it.
10333         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10334         (gnus-summary-save-article): Remove optional `decode' argument;
10335         determine whether to decode articles by the value of
10336         gnus-default-article-saver; when saving many files using
10337         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10338         it first and use gnus-summary-save-in-file or
10339         gnus-summary-save-body-in-file thereafter unless
10340         gnus-prompt-before-saving is always; move point to article which
10341         will be saved.
10342         (gnus-summary-save-article-file): Revert.
10343         (gnus-summary-write-article-file): Revert.
10344         (gnus-summary-save-article-body-file): Revert.
10345         (gnus-summary-write-article-body-file): New function.
10346
10347 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-art.el (gnus-default-article-saver): Doc fix.
10350         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10351         from gnus-summary-save-article-coding-system, and default to a
10352         certain coding system.
10353         (gnus-output-to-file): Add coding cookie and encode text according
10354         to gnus-article-save-coding-system; don't use mm-append-to-file.
10355
10356         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10357         gnus-art.el and rename to gnus-article-save-coding-system.
10358         (gnus-summary-save-article): Require gnus-art; don't show all
10359         headers if it decodes articles; don't add coding cookie here;
10360         don't bind mm-text-coding-system-for-write.
10361         (gnus-summary-save-article-file): Save decoded articles.
10362         (gnus-summary-write-article-file): When saving many files, use
10363         gnus-summary-write-to-file first and gnus-summary-save-in-file
10364         thereafter unless gnus-prompt-before-saving is always.
10365         (gnus-summary-save-article-body-file): Save decoded articles.
10366
10367         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10368
10369 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * nnrss.el (nnrss-check-group): Bind hash-index.
10372
10373 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10374
10375         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10376         its hash index.  Store this hash in `nnrss-group-data'.
10377         (nnrss-read-group-data): Update accordingly.
10378
10379 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10382         entry.
10383
10384         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10385         gnus-article-browse-html-article.
10386
10387 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10388
10389         * gnus-sum.el (gnus-summary-mime-map): Add
10390         gnus-article-browse-html-article.
10391
10392         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10393
10394 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10397         suitable coding systems in customize.
10398
10399 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * mail-source.el (mail-sources): Fix custom type.
10402
10403 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10406         (gnus-summary-expire-articles-now): Shorten prompt.
10407
10408         * gmm-utils.el (wid-edit): Require.
10409         (defun-gmm): Renamed from `gmm-defun-compat'.
10410         (gmm-image-search-load-path): Use it.
10411         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10412
10413 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10416         variable.
10417         (gnus-summary-save-article): Add optional `decode' argument.  If
10418         it is set and gnus-summary-save-article-coding-system is non-nil,
10419         save decoded article.
10420         (gnus-summary-write-article-file): Save decoded article if
10421         gnus-summary-save-article-coding-system is non-nil.
10422
10423         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10424         type.
10425
10426 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10429
10430 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10433         first to test gnus-single-article-buffer which may be buffer-local.
10434
10435         * gnus-sum.el (gnus-summary-setup-buffer): Make
10436         gnus-single-article-buffer buffer-local and nil in ephemeral
10437         group; make gnus-article-buffer, gnus-article-current, and
10438         gnus-original-article-buffer always buffer-local.
10439         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10440         group.
10441         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10442
10443 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * nnml.el (nnml-request-compact-group): Compressed files might not
10446         have .gz extension.
10447
10448 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10449
10450         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10451         (mm-copy-to-buffer): Use with-current-buffer.
10452         (mm-display-part): Simplify.
10453         (mm-inlinable-p): Add optional arg `type'.
10454
10455 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10456
10457         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10458         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10459         Try harder to show the attachment internally or externally using
10460         gnus-mime-view-part-as-type.
10461
10462 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * message.el (message-from-style, message-signature-separator)
10465         (message-user-organization-file, message-send-mail-function)
10466         (message-citation-line-function, message-yank-prefix)
10467         (message-indent-citation-function, message-signature)
10468         (message-signature-file, message-signature-insert-empty-line):
10469         Remove autoloads.
10470
10471         * gnus-art.el (gnus-buttonized-mime-types): Remove
10472         "multipart/signed".  Revert 2006-04-26 change.
10473
10474 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * gnus.el (gnus-version-number): Bump version.
10477
10478 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10479
10480         * gnus.el: No Gnus v0.5 is released.
10481
10482 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10483
10484         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10485         fetching articles by message-id.
10486
10487 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * message.el (hashcash): Require hashcash as normal.
10490
10491         * ecomplete.el (ecomplete-highlight-match-line): Use
10492         point-at-eol.
10493         (ecomplete-highlight-match-line): Use `highlight', because that
10494         face exists in both Emacs and XEmacs.
10495
10496         * message.el (message-display-abbrev): Use point-at-bol.
10497
10498         * mail-source.el: Don't require timer/timer-funcs.
10499
10500         * gnus-async.el: Ditto.
10501
10502         * password.el: Ditto.
10503
10504         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10505
10506         * mm-url.el: Ditto.
10507
10508         * gnus-xmas.el: Don't require timer-funcs.
10509
10510         * mm-util.el: Require timer/timer-funcs.
10511
10512 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10513
10514         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10515         Close.
10516
10517 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10520         unibyte after clear-decrypt function runs.
10521
10522         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10523         returns as a unibyte string.
10524
10525 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * lpath.el: Revert.
10528
10529         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10530         (pgg-gpg-process-sentinel): Revert.
10531
10532         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10533         (pgg-pgp-lookup-key): Revert.
10534
10535         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10536         (pgg-pgp5-lookup-key): Revert.
10537
10538         * pgg.el (pgg-fetch-key): Revert.
10539
10540 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * lpath.el: Fbind string-as-multibyte for XEmacs.
10543
10544         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10545         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10546         (mml1991-pgg-encrypt): Ditto.
10547
10548         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10549         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10550         a multibyte buffer.
10551
10552         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10553         (pgg-pgp-lookup-key): Ditto.
10554
10555         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10556         (pgg-pgp5-lookup-key): Ditto.
10557
10558         * pgg.el (pgg-fetch-key): Ditto.
10559
10560 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * message.el (message-user-organization-file): Check several
10563         locations of the organization file.
10564
10565         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10566         Add gnus-article-view-part-as-type.
10567
10568         * gnus-art.el (gnus-article-view-part-as-type): New function.
10569
10570         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10571         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10572
10573         * mml.el: Simplify autoload.
10574         (mml-mode): defvar dnd-protocol-alist instead of using
10575         symbol-value.
10576         (mml-default-directory): New variable.
10577         (mml-minibuffer-read-file): Use it.
10578         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10579
10580         * message.el (message-citation-line-format): New variable.
10581         (message-insert-formated-citation-line): New function.
10582         (message-citation-line-function): Add
10583         `message-insert-formated-citation-line' to custom type.
10584
10585         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10586         to doc string.
10587
10588         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10589         depending on mm-verify-option.
10590
10591 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10594         binding pgg-* variables; reimplement the section which prevents
10595         MIME header from being signed.
10596         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10597         pgg-text-mode; remove a blank line at the top of body.
10598
10599         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10600         lines at the top of body; use gnus-newsgroup-charset if there's no
10601         Charset header.
10602
10603 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * message.el (message-self-insert-commands): Doc fix.
10606
10607         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10608         (mm-uu-pgp-encrypted-test): Ditto.
10609         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10610         between header and body; return application/pgp-encrypted handle
10611         if decryption failed; decode decrypted body by charset.
10612
10613         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10614         element match to application/pgp-*.
10615
10616 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10617
10618         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10619         HTML.
10620
10621 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * mail-source.el (mail-source-call-script): Message the error
10624         string.
10625
10626 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * gnus-util.el (gnus-byte-compile): Use it.
10629
10630 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10631
10632         * gnus-util.el (kill-empty-logs): New function.
10633
10634 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * message.el (message-mail-alias-type): Doc fix.
10637         (message-mail-alias-type-p): New function.
10638         (message-send): Use it.
10639         (message-mode): Ditto.
10640         (message-strip-forbidden-properties): Ditto.
10641
10642         * ecomplete.el (ecomplete-database-file-coding-system): New
10643         variable.
10644         (ecomplete-save): Use it.
10645         (ecomplete-setup): Use it.
10646
10647 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * message.el (message-self-insert-commands): New variable.
10650         (message-strip-forbidden-properties): Use it.
10651
10652 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10655         that doesn't make XEmacs choke.
10656
10657 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10658
10659         * gnus-util.el (gnus-replace-in-string):
10660         Prefer replace-regexp-in-string over of replace-in-string.
10661
10662 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-util.el (gnus-select-frame-set-input-focus):
10665         Use select-frame-set-input-focus if it is available in XEmacs; use
10666         definition defined in Emacs 22 for old Emacsen.
10667
10668         * dgnushack.el: Autoload unmorse-region for XEmacs.
10669
10670         * lpath.el: Bind cursor-in-non-selected-windows and
10671         select-frame-set-input-focus for XEmacs.
10672
10673 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10676
10677 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10678
10679         * gnus-registry.el (gnus-registry-cache-save): Remove text
10680         properties when saving via the temp buffer.
10681
10682 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * message.el (message-generate-hashcash): Honor custom type.
10685
10686 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * message.el (message-generate-hashcash): Default to non-nil when
10689         hashcash is found.
10690
10691         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10692         (gnus-refer-thread-limit): Increase default to 500.
10693
10694         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10695
10696         * flow-fill.el (fill-flowed): Allow delete-space.
10697
10698 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10701         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10702         Remove autoloads.
10703
10704 2006-04-18  Simon Josefsson  <jas@extundo.com>
10705
10706         * message.el (message-generate-hashcash): Default to.
10707
10708 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10711         concatenating segments rather than before concatenating them.
10712
10713 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10716
10717 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10720
10721         * message.el (message-forward-make-body-plain): Allow
10722         message-forward-ignored-headers to be a list.
10723         (message-remove-ignored-headers): Factor out into function.
10724         (message-forward-make-body-mml): Use it.
10725
10726         * imap.el (imap-quote-specials): New function.
10727         (imap-login-auth): Quote specials.
10728
10729         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10730         (rfc2231-parse-string): Allow concatanation of parameters that
10731         aren't contiguous.  The test case is
10732           (mail-header-parse-content-type "message/external-body;
10733             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10734             access-type=LOCAL-FILE;
10735             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10736
10737 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10738
10739         * nntp.el (nntp-accept-process-output): Return the value of
10740         `nnheader-accept-process-output'.
10741
10742 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10743
10744         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10745         (gnus-button-alist): Recognize more diff formats.
10746         (gnus-button-patch): Strip directory.
10747
10748 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10751         Emacs 22 when setting focus.
10752
10753 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * gnus-art.el (gnus-article-treat-types): Do treatment of
10756         text/x-verbatim parts.
10757         (gnus-button-patch): New command.
10758
10759         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10760         addresses that contain invalid characters.
10761
10762 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10763
10764         * message.el (message-put-addresses-in-ecomplete): Use
10765         gnus-replace-in-string.
10766         (message-is-yours-p): Use the more correct
10767         mail-header-parse-address instead of
10768         mail-extract-address-components.
10769         (message-put-addresses-in-ecomplete): Fix typo.
10770
10771         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10772         keystroke.
10773
10774         * gnus-art.el (gnus-treatment-function-alist): Change order of
10775         newsgroups/generic header folding to avoid double-folding.
10776
10777         * message.el (message-hidden-headers): Add X-Draft-From.
10778
10779         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10780         command.
10781         (gnus-summary-repeat-search-article-backward): New command.
10782
10783         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10784         groups in the parent topic.
10785
10786 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10787
10788         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10789         (spam-extra-header-to-number): Return the CRM114 number as a
10790         number instead of a string.
10791
10792 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * gnus-art.el (gnus-face-properties-alist): Moved here from
10795         gnus-fun.
10796
10797         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10798
10799 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * message.el (message-strip-forbidden-properties): Only display on
10802         self-insert-command.
10803
10804         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10805         reindent.
10806         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10807
10808 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10809
10810         * smiley.el (smiley-style): Fix typo.
10811
10812 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * hashcash.el (hashcash-insert-payment-async-2): Use
10815         message-goto-eoh instead of doing it manually.
10816         (mail-add-payment): Use message-narrow-to-header instead of trying
10817         to do the same itself.
10818
10819         * message.el (message-hidden-headers): Add Face.
10820
10821         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10822         reparenting code.
10823         (gnus-summary-reparent-children): Refactored out code.
10824         (gnus-summary-thread-map): New keystroke.
10825         (gnus-summary-reparent-children): Make into command.
10826
10827         * smiley.el (smiley-style): Default to `medium' if using a large
10828         font.
10829
10830         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10831         does it itself.
10832
10833         * message.el (message-point-in-header-p): Simplify definition.
10834
10835 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * nnagent.el (nnagent-request-set-mark): Silence log file
10838         writing.
10839         (nnagent-request-set-mark): Use write-region instead of
10840         append-to-file.
10841
10842         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10843         strange select method.
10844
10845         * ecomplete.el (ecomplete-display-matches): Get highlightling
10846         right.
10847         (ecomplete-display-matches): Use literals.
10848         (ecomplete-display-matches): Disable message logging.
10849
10850         * message.el (message-display-abbrev): Small optimization.
10851
10852         * ecomplete.el (ecomplete-display-matches): Allow automatic
10853         display.
10854
10855         * message.el (message-strip-forbidden-properties): Display
10856         abbrevs.
10857         (message-display-abbrev): Get automatic display right.
10858
10859         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10860         keystrokes.
10861
10862 2006-04-13  Romain Francoise  <romain@orebokech.com>
10863
10864         TODO: Backport to v5-10!
10865
10866         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10867         Moved here (and renamed) from gnus-registry.el.
10868
10869         * gnus-registry.el: Require gnus-util.
10870         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10871
10872 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10873
10874         * gnus-group.el (gnus-group-catchup-current): Change
10875         if-then-else-if-then-else into cond.
10876         (gnus-group-catchup): Indent.
10877         (group-name-at-point): New function.
10878         (gnus-fetch-group): Provide default from thing at point.
10879
10880 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881
10882         * message.el (message-display-abbrev): Fix regexp.
10883
10884         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10885         choosing.
10886         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10887         dead variables.
10888
10889         * message.el (message-newline-and-indent): Remove debugging.
10890         (message-display-abbrev): Use new implementation.
10891
10892 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-art.el (gnus-article-mode): Set
10895         cursor-in-non-selected-windows to nil.
10896
10897         * smiley.el: Revert previous change.
10898         (smiley-data-directory): defvar it before using it in the
10899         defcustom of `smiley-style'.
10900
10901 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * message.el (message-newline-and-indent): New function.
10904
10905         * ecomplete.el: Implement more bits.
10906
10907         * message.el (message-put-addresses-in-ecomplete): Clean up the
10908         string.
10909
10910         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10911
10912         * gnus-sum.el (gnus-summary-save-parts): Bind
10913         gnus-summary-save-parts-counter and use it to make unique file
10914         names.
10915
10916         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10917
10918         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10919         parameter to say whether to actually parse the individual
10920         addresses.
10921
10922         * message.el (message-put-addresses-in-ecomplete): New function.
10923         (ecomplete): Require.
10924         (message-mail-alias-type): Add ecomplete as an option.
10925
10926 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10927
10928         * flow-fill.el (fill-flowed): Remove trailing space from blank
10929         quoted lines.
10930
10931 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * smiley.el (smiley-style): Move definition later to avoid a
10934         compilation warning.
10935
10936 2006-04-12  Kenichi Handa  <handa@m17n.org>
10937
10938         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10939         buffer and then decode the buffer text if necessary.
10940         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10941         first, and after mm-encode-body, change the buffer to unibyte.
10942         Use mm-disable-multibyte instead of set-buffer-multibyte.
10943
10944 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10947         Content-Type header instead of Content-Disposition header.
10948         (gnus-mime-inline-part): Ditto.
10949         (gnus-mime-view-part-as-charset): Ignore charset that the part
10950         specifies.
10951
10952         * mm-decode.el (mm-display-part): Work with external parts and
10953         usual parts similarly.
10954
10955         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10956         instead of gnus-display-mime.
10957
10958         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10959         instead of with-temp-buffer.
10960
10961         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10962         tag to summarized topics part in order to encode non-ASCII text.
10963
10964 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * smiley.el (smiley-style): New variable.
10967         (smiley-directory): New function.
10968         (smiley-data-directory): Derive from `smiley-style' using
10969         `smiley-directory'.
10970         (smiley-regexp-alist): Add new entries.
10971
10972         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10973         (gnus-article-browse-delete-temp): Add :version.
10974
10975 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10976
10977         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10978         the sieve region.
10979
10980 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * gnus.el (gnus-version-number): Bump version.
10983
10984 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * gnus.el: No Gnus v0.4 is released.
10987
10988 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10991         layout.
10992
10993         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10994         unknown charset.
10995
10996         * message.el (message-header-synonyms): Add Original-To to the
10997         default.
10998
10999         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11000         optional parameter.
11001
11002 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-fun.el (gnus): Require it for gnus-directory.
11005
11006 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11009
11010 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11011
11012         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11013
11014 2006-04-05  Simon Josefsson  <jas@extundo.com>
11015
11016         * password.el (password-reset): New function.
11017
11018 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11019
11020         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
11021         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11022
11023 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11024
11025         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11026         Some whitespace was matched into the url, which broke browsing hits
11027         > 100 when mm-url-use-external was nil.
11028
11029 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
11032         gnus-extra-headers for 'Newsgroups.
11033
11034         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11035         bound.
11036
11037 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11038
11039         * pgg-gpg.el: Clean up process buffers every time gpg processes
11040         complete.
11041
11042 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11045         doc string.
11046
11047 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11048
11049         * pgg-gpg.el (pgg-gpg-process-filter)
11050         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11051
11052         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11053         lines, temporary fix.
11054
11055 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11058
11059 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11060
11061         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11062         default-enable-multibyte-characters.  This reverts the change from
11063         revision 6.17 which is no longer necessary because the passphrase
11064         is sent separately now.  GnuPG messages are unreadable under
11065         multibyte locales with default-enable-multibyte-characters set to
11066         nil.
11067
11068 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * message.el (message-tool-bar-gnome): Move "spell".
11071
11072 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11075         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11076         instead.
11077
11078 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11079
11080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11081         newsgroups handling for NNTP overviews which don't include
11082         Newsgroups.
11083
11084 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11085
11086         * message.el (message-resend): Bind message-generate-hashcash to nil.
11087
11088 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11089
11090         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11091         when searching for already-paid recipients.
11092
11093 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11094
11095         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11096         passphrases when it is not needed.
11097         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11098         passphrase stuff from gpg, should only be necessary when you use
11099         gpg with a smartcard.
11100
11101 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mml.el (mml-insert-mime): Ignore cached contents of
11104         message/external-body part.
11105
11106         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11107         (mm-insert-part): Ditto.
11108
11109 2006-03-23  Simon Josefsson  <jas@extundo.com>
11110
11111         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11112         Reiner.
11113         (pgg-gpg-use-agent-p): Use it again.
11114
11115 2006-03-23  Simon Josefsson  <jas@extundo.com>
11116
11117         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11118         older emacsen.
11119         (pgg-gpg-use-agent-p): Don't use it.
11120
11121 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11124         if we can.
11125
11126 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11127
11128         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11129         (pgg-gpg-update-agent): New function.
11130         (pgg-gpg-use-agent-p): New function.
11131         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11132         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11133         (pgg-gpg-sign-region): Use it.
11134
11135 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11138         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11139
11140 2006-03-21  Simon Josefsson  <jas@extundo.com>
11141
11142         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11143         <wilde@sha-bang.de>.
11144         (pgg-gpg-use-agent): New variable.
11145         (pgg-gpg-process-region): Use it.
11146         (pgg-gpg-encrypt-region): Likewise.
11147         (pgg-gpg-encrypt-symmetric-region): Likewise.
11148         (pgg-gpg-decrypt-region): Likewise.
11149         (pgg-gpg-sign-region): Likewise.
11150         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11151
11152 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11155
11156         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11157         Add comment on version.
11158
11159 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * smiley.el: Add missing test smiley.
11162
11163 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mm-decode.el (mm-with-part): New macro.
11166         (mm-get-part): Use it; work with message/external-body as well.
11167         (mm-save-part): Treat name and filename equally.
11168
11169         * mm-extern.el (mm-extern-cache-contents): New function.
11170         (mm-inline-external-body): Use it; force the part to be displayed;
11171         move undisplayer added to the cached handle to the parent.
11172
11173         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11174         (gnus-mime-view-part-as-type): Work with message/external-body.
11175
11176         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11177
11178 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11181         images in image-load-path.  [Sync with image.el, revision 1.60, in
11182         Emacs.]
11183
11184 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11187         path rather than symbol.  Always return list of directories.
11188         Guarantee that image directory comes first.  [Sync with image.el,
11189         revision 1.59, in Emacs.]
11190
11191         * message.el (message-make-tool-bar): Adjust to new API of
11192         `gmm-image-load-path-for-library'.
11193
11194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11195
11196         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11197
11198 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11199
11200         * gnus-art.el (gnus-article-only-boring-p):
11201         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11202         intangible text.
11203         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11204
11205 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11208         `defun' instead of `gmm-defun-compat'.
11209
11210 2006-03-14  Simon Josefsson  <jas@extundo.com>
11211
11212         * message.el (message-unique-id): Don't use message-number-base36
11213         if (user-uid) is a float.
11214         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11215
11216 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11219
11220         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11221         empty line between a part and a message part.
11222
11223 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * smiley.el: Add more test smileys.
11226         (smiley-data-directory, smiley-regexp-alist)
11227         (gnus-smiley-file-types): Fix doc strings.
11228         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11229         adding new elements.
11230         (smiley-mouse-map): Unused code.  Make it a comment.
11231
11232 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11235         scan latest NoCeM messages instead of old ones.
11236         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11237         delimiters that are recently used.
11238         (gnus-nocem-load-cache): Add autoload cookie.
11239
11240         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11241
11242         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11243         level which is larger than gnus-use-nocem is specified.
11244
11245         * gnus-group.el (gnus-group-get-new-news): Ditto.
11246
11247 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * gnus-util.el (gnus-tool-bar-update): New function.
11250
11251         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11252         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11253
11254         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11255
11256         * gnus-group.el (gnus-group-redraw-when-idle)
11257         (gnus-group-redraw-check): Remove.
11258         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11259
11260 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11263         if optional last element is specified in splits (FIELD VALUE...).
11264
11265 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11268         to gmm-image-load-path-for-library.  Call with no-error argument.
11269         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11270
11271         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11272
11273         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11274
11275         * gmm-utils.el (gmm-image-load-path): Remove alias.
11276
11277 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * gmm-utils.el (gmm-image-load-path): Add alias.
11280
11281         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11282         nnml-generate-nov-databases-1.
11283         (nnml-generate-nov-databases): Use it.
11284         (nnml-generate-nov-databases-directory): Document no-active
11285         argument.
11286
11287         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11288         directory if path is t.  Add no-error.
11289
11290         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11291         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11292
11293         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11294         resetting gnus-article-browse-html-temp-list.
11295
11296         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11297         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11298         Add example to docstring.  Rename local variables.  Move error
11299         checks to default case in cond and simplify.
11300
11301 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11304         handle is multipart when calling it recursively.
11305         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11306
11307 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11308
11309         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11310         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11311
11312 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11315         is loaded.
11316
11317         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11318         loaded.
11319
11320 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11323         to "Emacs 23 (unicode)" in doc string.
11324
11325         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11326         "Emacs 23 (unicode)" in comment.
11327
11328 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11331
11332         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11333         characters 160 through 255 in Emacs 23.
11334
11335 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11338         gnus-article-browse-html-temp.
11339         (gnus-article-browse-delete-temp): Make it customizable.  Add
11340         `file'.  Adjust doc string.
11341         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11342         query for each file.  Adjust doc string.
11343         (gnus-article-browse-html-parts): Add
11344         `gnus-article-browse-delete-temp-files' to
11345         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11346
11347 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11348
11349         * gnus-art.el (gnus-article-browse-html-temp)
11350         (gnus-article-browse-delete-temp): New variables.
11351         (gnus-article-browse-delete-temp-files): New function.
11352         (gnus-article-browse-html-parts): Use it.
11353
11354 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11357
11358         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11359         string.
11360
11361         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11362         gnus-summary-insert-new-articles when unplugged.  Remove
11363         gnus-summary-search-article-forward.
11364
11365         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11366         display-visual-class instead of display-color-cells.
11367
11368 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * dgnushack.el: Autoload customize-group for XEmacs.
11371
11372         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11373         message/* containing non-ASCII text properly.
11374
11375 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * message.el: Require gmm-utils, remove autoloads.
11378         (message-tool-bar): Set default based on
11379         gmm-tool-bar-style.
11380         (message-tool-bar-gnome): Add gmm-customize-mode.
11381
11382         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11383         gmm-tool-bar-style.
11384         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11385
11386         * gnus-group.el (gnus-group-tool-bar): Set default based on
11387         gmm-tool-bar-style.
11388         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11389
11390         * gmm-utils.el (gmm-image-directory): Rename variable from
11391         gmm-image-load-path.
11392         (gmm-image-load-path): Use gmm-image-directory.
11393         (gmm-customize-mode): New function.
11394         (gmm-tool-bar-style): New variable.
11395
11396         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11397         gnus-group-redraw-line-number.
11398         (gnus-group-redraw-check): Simplify.
11399         (gnus-group-tool-bar-update): Remove redraw check.
11400         (gnus-group-make-tool-bar): Add redraw check.
11401
11402 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11403
11404         * gnus-art.el (gnus-button): Add missing parentheses.
11405
11406 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * lpath.el: Fbind line-number-at-pos.
11409
11410 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11413
11414 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * gnus-art.el (gnus-button): New face.
11417         (gnus-article-button-face): Use it.
11418
11419         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11420         gnus-summary-next-page.  Re-order.
11421
11422         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11423         next-node are now included.
11424         (gnus-group-redraw-line-number): New internal variable.
11425         (gnus-group-redraw-check): Helper function for updating the tool
11426         bar.
11427         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11428
11429         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11430
11431         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11432         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11433         Use it to match format of Spamassassin 3.0 and later.  Reported by
11434         IRIE Tetsuya <irie@t.email.ne.jp>.
11435         (spam-check-bogofilter)
11436         (spam-bogofilter-register-with-bogofilter): Fix args of
11437         `gnus-error' calls.
11438
11439 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11442         unnecessary interaction when sending queued mails.  Reported by
11443         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11444
11445 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11448         first or last are nil.
11449
11450 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11451
11452         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11453
11454 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11455
11456         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11457
11458 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11459
11460         * dns.el (query-dns): Protect more against buggy tcp output.
11461
11462 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11465         nov.php.
11466
11467 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11468
11469         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11470         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11471         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11472         output on the server side.
11473         (nnweb-google-create-mapping): Update regexps and add some
11474         progress indication.
11475
11476 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11479         gnus-agent-toggle-plugged.  Re-order icons.
11480         (gnus-group-tool-bar-gnome): Add
11481         gnus-group-{prev,next}-unread-group.
11482         (gnus-group-tool-bar-gnome): Re-order icons.
11483
11484         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11485         gnus-summary-insert-new-articles.
11486
11487         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11488         comments.
11489
11490         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11491         also available in Emacs 21.3.
11492
11493         * message.el (message-fix-before-sending): Change "Emacs 22" to
11494         "Emacs 23 (unicode)" in comment.
11495
11496         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11497         "Emacs 23 (unicode)" in comment.
11498
11499         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11500         comment.
11501         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11502
11503         * mm-view.el (mm-fill-flowed): Add :version.
11504
11505 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11508         and load-path.
11509
11510 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * message.el: Autoload gmm-image-load-path.
11513         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11514         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11515         consitency.
11516
11517         * gmm-utils.el (gmm-image-load-path): Also search in
11518         "../etc/images".  Don't set gmm-image-load-path if we don't find
11519         the image.
11520
11521 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gmm-utils.el (gmm-image-load-path): Don't make
11524         `gmm-image-load-path' include subdirectories which the second arg
11525         `image' might specify.
11526
11527         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11528         subdirectory to icon file names.
11529
11530         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11531
11532 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11535         gmm-image-load-path calls.
11536
11537         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11538
11539         * message.el (message-make-tool-bar): Ditto.
11540
11541         * mml.el (mml-preview): Added comment concerning tool bar icons.
11542
11543         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11544         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11545
11546         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11547         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11548
11549         * message.el (message-tool-bar-gnome): Use new icon names.
11550         (message-make-tool-bar): Use `gmm-image-load-path'.
11551
11552         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11553         functions from MH-E.
11554         (gmm-image-load-path): New variable from MH-E.
11555         (gmm-image-load-path): New function from MH-E.  Added arguments
11556         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11557         *-image-load-path-called-flag.
11558
11559 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11560
11561         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11562
11563 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11564
11565         * nnimap.el (nnimap-request-move-article): Change folder back to
11566         source group before deleting.
11567
11568 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11571
11572         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11573         mm-url.
11574
11575         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11576
11577 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11580         coding system which mm-charset-to-coding-system returns for a
11581         given charset is valid.
11582
11583 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11584
11585         * html2text.el (html2text-remove-tag-list):
11586         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11587
11588 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11589
11590         * gnus-cus.el: Revert 2005-10-17 change.
11591
11592 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * gnus-art.el (article-strip-banner): Call
11595         article-really-strip-banner only when the regexp match is made.
11596
11597 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-art.el (article-strip-banner): Use
11600         gnus-extract-address-components instead of
11601         mail-header-parse-addresses to make it work with non-ASCII text;
11602         remove mail-encode-encoded-word-string.
11603
11604         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11605         values which are surrounded with \"...\"; make it never cause a
11606         Lisp error; give up parsing of parameters if it failed in
11607         extracting type.
11608
11609 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11610
11611         * smime.el (smime-cert-by-ldap-1): Fix bug where
11612         `smime-ldap-search' returns results without userCertificates.
11613
11614 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11617
11618 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * spam.el (spam-check-spamassassin-headers): Adapt format for
11621         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11622         <ari@mbf.ocn.ne.jp>.
11623         (spam-list-of-processors): Add spam-use-gmane.
11624
11625 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11628         make-temp-file; make it work with XEmacs as well.
11629
11630         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11631         mm-make-temp-file.
11632
11633         * mm-decode.el (mm-display-external): Use the 3rd arg of
11634         mm-make-temp-file.
11635         (mm-create-image-xemacs): Ditto.
11636
11637 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11640         with message-narrow-to-headers.
11641         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11642         (gnus-draft-check-draft-articles): New function.
11643         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11644
11645 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * gnus-art.el (gnus-article-browse-html-parts):
11648         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11649         Don't use suffix argument for mm-make-temp-file for Emacs 21
11650         compatibility.  Remove useless `format'.
11651
11652 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11653
11654         * nnweb.el (nnweb-google-wash-article): Update regexps.
11655         (nnweb-group-alist): Use defvoo instead of defvar.
11656
11657 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11660         re-loading nn* modules.
11661
11662 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11665         for `tool-bar-mode' and don't check it's default-value.
11666
11667         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11668
11669         * message.el (message-make-tool-bar): Ditto.
11670
11671         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11672         `substring'.  Shorten tmp-file name.
11673
11674         * gnus.el: Remove bogus comment.
11675
11676 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11677
11678         * gnus-art.el (gnus-article-browse-html-parts): New function.
11679         (gnus-article-browse-html-article): New function for viewing html
11680         articles with a browser.
11681
11682 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11683
11684         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11685         in elisp.
11686         (pgg-gpg-encrypt-symmetric-region): Ditto.
11687         (pgg-gpg-sign-region): Ditto.
11688
11689         * pgg-def.el (pgg-text-mode): New variable.
11690
11691         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11692         (mml2015-pgg-encrypt): Ditto.
11693
11694         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11695         (mml1991-pgg-encrypt): Ditto.
11696
11697 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11700         message-make-date instead of current-time-string.
11701
11702         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11703         to gnus-decoded which mm-uu might set.
11704
11705 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11708         don't decode quoted parameters; remove misimported Emacs code.
11709         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11710         (rfc2231-decode-encoded-string): Don't use split-string which
11711         behaves differently according to Emacs version; use
11712         mm-decode-coding-region to convert charset to coding-system.
11713         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11714         (rfc2231-encode-string): Remove misimported Emacs code.
11715
11716 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11719         when calling mail-header-parse-content-type.
11720         (article-de-quoted-unreadable): Ditto.
11721         (article-de-base64-unreadable): Ditto.
11722         (article-wash-html): Ditto.
11723
11724         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11725         calling mail-header-parse-content-type and
11726         mail-header-parse-content-disposition.
11727         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11728         mail-header-parse-content-type.
11729
11730         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11731         insert charset and format parameters; encode description after
11732         inserting it to buffer.
11733         (mml-insert-parameter): Fold lines properly even if a parameter is
11734         segmented into two or more lines; change the max column to 76.
11735
11736         * rfc1843.el (rfc1843-decode-article-body): Don't use
11737         ignore-errors when calling mail-header-parse-content-type.
11738
11739         * rfc2231.el (rfc2231-parse-string): Return at least type if
11740         possible; don't cause an error even if it fails in parsing of
11741         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11742         (rfc2231-encode-string): Don't break lines at the beginning, leave
11743         it to mml-insert-parameter.
11744
11745         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11746         calling mail-header-parse-content-type.
11747
11748 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * spam-report.el (spam-report-gmane-use-article-number):
11751         Improve doc string.
11752         (spam-report-gmane-internal): Check if a suitable header was found
11753         in the article.
11754
11755 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11758         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11759
11760 2006-02-05  Romain Francoise  <romain@orebokech.com>
11761
11762         Update copyright notices of all files in the gnus directory.
11763
11764 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11765
11766         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11767
11768 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11771         segmented lines of parameter value to cope with Thunderbird 1.5
11772         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11773         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11774         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11775
11776 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11777
11778         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11779         parts.
11780
11781 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11782
11783         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11784         there's only one active file for all servers.
11785         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11786         solid groups.  Gnus might have used a FAST request to select the group.
11787         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11788         and nnweb-search redundantly in the active file.
11789         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11790         (nnweb-request-create-group): Don't use ARGS.
11791         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11792         initialisations.  Let nnoo do the work.
11793
11794 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11797         Say the part has been decoded.
11798
11799         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11800
11801 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11802
11803         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11804         mailcap-viewer-test-cache when there's no 'test clause, since that
11805         will invert the meaning of a "nil" test previously determined by
11806         mailcap-mailcap-entry-passes-test.
11807
11808 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11811         compiling.
11812
11813         * gnus-sum.el: Ditto.
11814
11815         * message.el: Don't bind tool-bar-map when compiling.
11816
11817 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11820
11821 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11822
11823         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11824         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11825         current Google Groups.
11826
11827 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11830         and tool-bar-mode.
11831
11832         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11833         and tool-bar-mode.
11834
11835         * message.el (message-tool-bar-update): Simplify.
11836         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11837
11838         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11839         gnus-summary-buffer.
11840         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11841         gnus-summary-reply.
11842
11843         * gmm-utils.el (gmm): Add :version.
11844
11845 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * Makefile.in (clean): New rule.
11848         (distclean): Use it.
11849
11850 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11851
11852         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11853         autoload.
11854
11855 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gmm-utils.el (gmm-verbose): Add :group.
11858
11859 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * message.el: Change some comments WRT tool-bars.
11862
11863         * gnus-sum.el (gnus-summary-tool-bar)
11864         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11865         (gnus-summary-tool-bar-zap-list): New variables.
11866         (gnus-summary-make-tool-bar): Complete rewrite using
11867         `gmm-tool-bar-from-list'.
11868
11869         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11870         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11871         variables.
11872         (gnus-group-make-tool-bar): Complete rewrite using
11873         `gmm-tool-bar-from-list'.
11874         (gnus-group-tool-bar-update): New function.
11875
11876         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11877
11878 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11881         is dissected into a single part of which the type is the same as
11882         the given one; decode charset.
11883
11884 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11885
11886         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11887         into alists as symbol not string, since that's what
11888         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11889         look for.
11890
11891 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11894         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11895
11896         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11897
11898 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11901         (gnus-xmas-mime-security-button-menu): New function.
11902
11903         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11904         (gnus-mime-security-button-menu): New definition.
11905         (gnus-mime-security-button-map): Use them.
11906         (gnus-mime-security-button-menu): New function.
11907         (gnus-insert-mime-security-button): Addition to help echo.
11908         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11909         (gnus-mime-security-pipe-part): New functions.
11910
11911         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11912         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11913
11914         * mm-decode.el (mm-handle-set-disposition): Remove.
11915         (mm-handle-set-description): Remove.
11916
11917 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11920         (mm-w3m-standalone-supports-m17n-p): New function.
11921         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11922         w3m usage.
11923
11924         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11925         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11926
11927 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * message.el (message-tool-bar-zap-list): Use
11930         gmm-tool-bar-zap-list as custom type.
11931         (message-tool-bar-update): New function.
11932         (message-tool-bar, message-tool-bar-gnome)
11933         (message-tool-bar-retro): Add message-tool-bar-update.
11934         (message-tool-bar-gnome): Add flyspell-buffer.
11935
11936         * gnus-util.el (gnus-error): Describe `args'.
11937
11938         * gmm-utils.el (gmm-error): Describe `args'.
11939         (gmm-tool-bar-zap-list): New widget.
11940         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11941
11942 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11945         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11946         the number of recursive calls.
11947
11948         * mm-decode.el (mm-handle-set-disposition): New macro.
11949         (mm-handle-set-description): New macro.
11950
11951 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11954         encoding.
11955
11956 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * message.el (message-tool-bar-zap-list, message-tool-bar)
11959         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11960         (message-tool-bar-local-item-from-menu): Remove.
11961         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11962         (message-make-tool-bar): New function.
11963         (message-mode): Use `message-make-tool-bar'.
11964
11965         * gmm-utils.el: New file.
11966         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11967         (gmm-lazy): New widget copied from `nnmail.el'.
11968         (gmm-tool-bar-from-list): New function for creating customizable
11969         tool bars.
11970         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11971         output.
11972         (gmm): Add :prefix to defgroup.
11973
11974 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11975
11976         * gmm-utils.el (gmm-widget-p): New function.
11977
11978 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * mml.el (mml-attach-file): Describe `description' in doc string.
11981         (mml-menu): Add Emacs MIME manual and PGG manual.
11982
11983 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11984
11985         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11986
11987 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11988
11989         * nntp.el (nntp-end-of-line): Doc fix.
11990
11991 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11992
11993         * imap.el (imap-open): Handle case where buffer is a buffer
11994         object.
11995
11996 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11997
11998         * gnus-delay.el (gnus-delay): Don't autoload.
11999         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12000         to be re-loaded when customizing the `gnus-delay' group.
12001
12002 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12003
12004         * message.el (message-insert-citation-line): Use newlines.
12005
12006 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12007
12008         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12009         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12010         these routines, so the passphrase can be managed externally and
12011         passed in to the system.
12012         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12013         pgg-add-passphrase-to-cache function.
12014
12015         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12016         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12017         these routines, so the passphrase can be managed externally and
12018         passed in to the system.
12019         (pgg-pgp5-sign-region): Use new name of
12020         pgg-add-passphrase-to-cache function.
12021
12022 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12023
12024         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12025         part of the decoded armor to find the key-identifier.
12026         (pgg-gpg-lookup-key-owner): New function to return the
12027         human-readable identifier of a key owner.
12028         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12029         itself.
12030         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12031         the key value) if we have a key and can match it against a secret
12032         key.  Also, added a note pointing out fact that the prompt only
12033         indicates the first matching key.
12034
12035         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12036         pgg-decrypt-region.
12037         (pgg-add-passphrase-to-cache): Rename from
12038         `pgg-add-passphrase-cache' to reduce confusion (all callers
12039         changed).
12040         (pgg-remove-passphrase-from-cache): Rename from
12041         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12042         changed).
12043         (pgg-read-passphrase, pgg-add-passphrase-cache)
12044         (pgg-remove-passphrase-cache): Add informative docstrings.
12045         (pgg-decrypt): Convey provided passphrase in subordinate call to
12046         pgg-decrypt-region.
12047
12048 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12049
12050         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12051         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12052         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12053         'passphrase' argument, so the passphrase can be managed externally
12054         and then passed in to the system.
12055
12056         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12057         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12058         so the passphrase cache can be used reliably with identifiers
12059         besides a pgp packet's key id.
12060
12061         * pgg-gpg.el (pgg-gpg-encrypt-region)
12062         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12063         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12064         these routines, so the passphrase can be managed externally and
12065         passed in to the system.
12066
12067         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12068         'notruncate' argument, so the passphrase cache can be used
12069         reliably with identifiers besides a pgp packet's key id.
12070
12071 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12072
12073         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12074         symmetric encryption.
12075         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12076         encrypted session key.
12077         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12078         message ask for the passphrase in a proper way.
12079
12080         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12081         New user commands for symmetric encryption.
12082
12083 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12086
12087         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12088
12089 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12090
12091         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12092
12093 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * mm-decode.el (mm-inlined-types): Add application/pgp.
12096         (mm-automatic-display): Ditto.
12097
12098         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12099         part as text.
12100
12101 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * nnrss.el: Update copyright.
12104         (nnrss-opml-import): Query whether to subscribe to each entry.
12105
12106         * gnus-art.el:
12107         * gnus-sum.el:
12108         * gnus-xmas.el:
12109         * messagexmas.el:
12110         * mm-uu.el:
12111         * mm-view.el: Update copyright.
12112
12113 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * message.el (message-info): New function.
12116         (message-mode-menu): Add it.
12117         Update copyright.
12118
12119         * ChangeLog: Fix and update copyright.
12120
12121 2006-01-13  Romain Francoise  <romain@orebokech.com>
12122
12123         * message.el (message-forward-subject-name-subject): Prefer the
12124         address to 'nowhere' if the sender has no name.
12125         Fix typo.  Update copyright year.
12126
12127 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-art.el (article-wash-html): Use
12130         gnus-summary-show-article-charset-alist if a numeric arg is given.
12131         (gnus-article-wash-html-with-w3m-standalone): New function.
12132
12133         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12134         mm-inline-text-html-render-with-w3m-standalone.
12135         (mm-text-html-washer-alist): Map w3m-standalone to
12136         gnus-article-wash-html-with-w3m-standalone.
12137         (mm-inline-text-html-render-with-w3m-standalone): New function.
12138
12139 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12142         Improve LaTeX.
12143
12144 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12147         (nnrss-request-article): Render text/plain parts as HTML.
12148
12149         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12150         the buffer.
12151
12152 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12155         custom definition of `gnus-posting-styles'.
12156
12157         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12158         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12159
12160 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12163         Use nntp for bug archive.
12164
12165 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12168         parts.
12169         (nnrss-normalize-date): New function converts ISO 8601 date into
12170         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12171         (nnrss-check-group): Use it.
12172
12173 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12176
12177         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12178         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12179         (nnrss-insert-w3): Ditto.
12180
12181 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12184         the articles to be forwarded including the case where neither a
12185         number of articles nor a region is specified.
12186
12187 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * nnrss.el (nnrss-request-article): Fix last change; fill
12190         text/plain parts.
12191
12192 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12195         in text/plain part.
12196         (nnrss-check-group): Don't add excessive newline to dc:subject.
12197
12198 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12199
12200         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12201         article.
12202
12203 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12206         (nnml-use-compressed-files, nnml-save-mail): Support other
12207         comression programs such as bzip2.
12208
12209 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * dns.el (query-dns): Make sure we check the buffer size before
12212         removing tcp headers.
12213
12214 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12217         remove MIME buttons associated with multipart/alternative parts.
12218         (gnus-mime-display-alternative): Tag buttons using `article-type'
12219         text property.
12220
12221         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12222         associated with multipart/alternative parts.
12223
12224         * gnus-art.el (gnus-signature-separator): Fix custom type.
12225
12226         * mm-decode.el (mm-inlined-types): Fix custom type.
12227         (mm-keep-viewer-alive-types): Ditto.
12228         (mm-automatic-display): Ditto.
12229         (mm-attachment-override-types): Ditto.
12230         (mm-inline-override-types): Ditto.
12231         (mm-automatic-external-display): Ditto.
12232
12233 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12234
12235         * spam-report.el (spam-report-user-mail-address)
12236         (spam-report-user-agent): New variables.
12237         (spam-report-url-ping-plain): Use spam-report-user-agent.
12238
12239 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12240
12241         * gnus-art.el (gnus-button-handle-custom): Do not just use
12242         `customize-apropos' for any "M-x customize-*" button but the
12243         function called for.  Accept both the function name and its
12244         argument in order to achieve this.
12245         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12246         function name to `gnus-button-handle-custom' in case of "M-x
12247         customize-*" buttons.
12248
12249 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12252         multipart/alternative and add xref to mm-discouraged-alternatives
12253         in doc string.
12254
12255         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12256         gnus-buttonized-mime-types in doc string.
12257
12258 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12261         Suggest image/.* in the doc string.
12262
12263 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12266         message-marks (Debian bug #342521).
12267
12268 2005-12-12  Simon Josefsson  <jas@extundo.com>
12269
12270         * password.el (password-read-from-cache): Add.
12271         (password-read): Use it.
12272
12273 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12276         us-ascii as a MIME charset.
12277
12278         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12279         against the case where the 2nd arg TYPE is nil.
12280
12281 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * pop3.el (pop3-stream-type): Fix custom version.
12284
12285         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12286
12287 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12288
12289         * mm-decode.el (mm-display-external): Add missing cdr.
12290
12291 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12294         RFC1524) if it is in mailcap or add a suffix according to
12295         mailcap-mime-extensions when generating a temp filename; postpone
12296         deleting a temp file for 2 seconds for some wrappers, shell
12297         scripts, and so on, which might exit right after having started a
12298         viewer command as a background job.
12299
12300 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * nntp.el (nntp-marks-directory): Fix custom group.
12303
12304         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12305         steps when < 10.
12306
12307         * gnus-start.el (gnus-no-server-1): Mention
12308         `gnus-level-default-subscribed' in doc string.
12309
12310 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12311
12312         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12313         parens.
12314
12315 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-xmas.el (gnus-use-toolbar): Revert.
12318         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12319         gnus-use-toolbar is default.
12320
12321         * messagexmas.el (message-use-toolbar): Revert.
12322         (message-setup-toolbar): Use global default-toolbar if
12323         message-use-toolbar is default.
12324
12325 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12328         according to default-toolbar-visible-p.
12329
12330         * messagexmas.el (message-use-toolbar): Ditto.
12331
12332 2005-11-26  Dave Love  <fx@gnu.org>
12333
12334         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12335         (tls-program, tls-success): Provide openssl alternative.
12336
12337         * starttls.el: Doc fixes.
12338         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12339         SERVICE to PORT.
12340
12341         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12342         port null or service name.
12343         (starttls-negotiate): Autoload.
12344
12345 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * message.el (message-kill-to-signature): Fix interactive spec.
12348
12349 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * pop3.el (pop3-open-server): Recognize a string as a service name.
12352
12353 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12354
12355         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12356
12357 2005-11-23  Dave Love  <fx@gnu.org>
12358
12359         Add pop3s, pop3/starttls.
12360
12361         * pop3.el (pop3-authentication-scheme): Clarify doc.
12362         (open-tls-stream, starttls-open-stream): Autoload.
12363         (pop3-stream-type): New.
12364         (pop3-open-server): Use it.
12365
12366         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12367         for POP.
12368         (mail-source-keyword-map): Add :stream for POP.
12369         (mail-source-fetch-pop): Use pop3-stream-type.
12370
12371 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12374         of current-time-string.
12375
12376 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12377
12378         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12379         date header.
12380
12381 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12382
12383         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12384         it can seriously impact performance as it bypasses the agent's
12385         local caches.
12386
12387 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12388
12389         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12390         must be explicitly online rather than "not explicitly offline" for
12391         its flags to be synchronized.
12392
12393         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12394         that gnus-uu-unmark-thread will function correctly.
12395
12396         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12397         1024K is instead displayed as 1M.
12398
12399 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12400
12401         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12402
12403 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12404
12405         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12406
12407 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12408
12409         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12410         error message to display actual error condition.
12411         (gnus-agent-save-local): Avoid saving symbols that are bound to
12412         nil as they simply result in a warning message in
12413         gnus-agent-read-local.
12414
12415 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12418         rather than make-variable-buffer-local for file-precious-flag.
12419
12420 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12421
12422         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12423         for duplicates which are removed.  The invalid sort check then
12424         triggers a rescan after the sort as sorting may have moved
12425         duplicate entries such that they can be cheaply detected.
12426
12427 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12430
12431 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12432
12433         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12434         internal variable to a custom variable.  Changed default value
12435         from compressed(2) to uncompressed(1).
12436         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12437         support for uncompressed agentview files.  Taken together, reading
12438         the agentview file should now be 6-7 times faster.
12439
12440 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12441
12442         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12443         as a buffer-local variable.  This avoids creating truncated
12444         dribble files as a result of a hang up, eg.
12445
12446 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12447
12448         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12449         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12450         XEmacs.
12451
12452 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12453
12454         * gnus-start.el (gnus-start-draft-setup): Enforce
12455         `gnus-draft-mode' for nndraft:drafts at startup.
12456
12457         * gnus.el (gnus-splash): Change custom group.
12458         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12459         allow-list argument.
12460
12461         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12462         string.
12463
12464 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * gnus-art.el (gnus-default-article-saver): Add user-defined
12467         `function' to custom type.
12468
12469 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12470
12471         * imap.el (imap-open): Handle case where buffer is a buffer
12472         object.
12473
12474 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12477         long lines.
12478         (gnus-cache-delete-group): Wrap doc strings.
12479
12480         * gnus-agent.el (gnus-agent-rename-group)
12481         (gnus-agent-delete-group): Wrap doc strings.
12482
12483 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * messagexmas.el (message-use-toolbar): Change the valid values
12486         into default, top, bottom, left, and right.
12487         (message-toolbar-thickness): New variable.
12488         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12489         well.
12490         (message-setup-toolbar): Make it work.
12491
12492         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12493         (gnus-use-toolbar): Change the valid values into default, top,
12494         bottom, left, and right.
12495         (gnus-toolbar-thickness): New variable.
12496         (gnus-xmas-setup-toolbar): New function.
12497         (gnus-xmas-setup-group-toolbar): Use it.
12498         (gnus-xmas-setup-summary-toolbar): Use it.
12499
12500 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12501
12502         * gnus-start.el (gnus-1): Add "native" to
12503         gnus-predefined-server-alist.
12504
12505         * gnus.el (gnus-method-to-server): Don't add "native" to the
12506         lists here, because that leads to problems when
12507         gnus-select-method is bound.
12508
12509 2005-11-09  Simon Josefsson  <jas@extundo.com>
12510
12511         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12512         use (not sort-by-date) instead.
12513
12514 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12515
12516         * gnus-delay.el (gnus-delay-group): Don't autoload.
12517         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12518         to be re-loaded when customizing the `gnus-delay' group.
12519
12520 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12521
12522         * message.el: Revert last changes.
12523         (message-insert-citation-line): Use newlines.
12524
12525 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12526
12527         * message.el (message-courtesy-message)
12528         (message-mark-insert-begin, message-mark-insert-end)
12529         (message-elide-ellipsis, message-cancel-message)
12530         (message-add-header, message-change-subject)
12531         (message-cross-post-followup-to-header)
12532         (message-cross-post-insert-note, message-reduce-to-to-cc)
12533         (message-widen-reply, message-delete-not-region)
12534         (message-kill-to-signature, message-insert-signature)
12535         (message-insert-importance-high, message-insert-importance-low)
12536         (message-insert-or-toggle-importance)
12537         (message-insert-disposition-notification-to)
12538         (message-indent-citation, message-yank-original)
12539         (message-cite-original-without-signature, message-cite-original)
12540         (message-insert-citation-line, message-position-on-field)
12541         (message-fix-before-sending, message-send-mail-partially)
12542         (message-send-mail, message-send-mail-with-sendmail)
12543         (message-send-mail-with-qmail, message-send-news)
12544         (message-check-news-header-syntax, message-generate-headers)
12545         (message-insert-courtesy-copy, message-fill-address)
12546         (message-fill-header, message-shorten-references)
12547         (message-setup-1, message-cancel-news)
12548         (message-forward-make-body-plain, message-forward-make-body-mime)
12549         (message-forward-make-body-mml, message-encode-message-body)
12550         (message-forward-make-body-digest-plain)
12551         (message-forward-make-body-digest-mime)
12552         (message-use-alternative-email-as-from): Insert `hard-newline'
12553         instead of ordinary newlines.
12554
12555 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * message.el (message-generate-headers): Downcase the argument
12558         given to message-check-element.
12559
12560 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12561
12562         * nntp.el (nntp-authinfo-rejected): New error condition.
12563         (nntp-wait-for): Use new error condition to signal authentication
12564         error.
12565         (nntp-retrieve-data): Rethrow new error condition to break out of
12566         recursive call to nntp-send-authinfo.
12567
12568 2005-11-08  Romain Francoise  <romain@orebokech.com>
12569
12570         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12571         (gnus-summary-exit-map): Bind to `Z p'.
12572         (gnus-summary-make-menu-bar): Add menu item.
12573
12574 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12575
12576         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12577         (gnus-treat-*): Add `first' in all doc strings.
12578
12579         * gnus-group.el (gnus-group-compact-group): Fix typo.
12580
12581 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus.el (gnus-parameters-case-fold-search): New variable.
12584         (gnus-parameters-get-parameter): Use it.
12585
12586         * gnus-score.el (gnus-home-score-file): Doc fix.
12587
12588 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12589
12590         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12591
12592 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * mm-util.el (mm-special-display-p): New function.
12595
12596         * mml.el (mml-preview): Use it; doc fix.
12597
12598 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12599
12600         * imap.el (imap-open): Handle case where buffer is a buffer object.
12601
12602 2005-10-29  Romain Francoise  <romain@orebokech.com>
12603
12604         * message.el (message-fix-before-sending): Fix comment.
12605
12606 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12607
12608         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12609
12610 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12611
12612         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12613         Used in gnus-score.el.
12614
12615 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12618
12619 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12622         whitespace removed in revision 7.8.  Use concatenated string to
12623         protect trailing whitespace.
12624
12625 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12626
12627         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12628         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12629         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12630         Courier IMAP ("some version from 2004").  Mostly based on similar
12631         code in the same function.
12632
12633 2005-10-26  Didier Verna  <didier@xemacs.org>
12634
12635         * gnus-group.el (gnus-group-compact-group): Invalidate original
12636         article buffer.
12637         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12638         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12639         NOV database and in article itself.
12640         Invalidate article backlog.
12641
12642 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12645
12646 2005-10-26  Simon Josefsson  <jas@extundo.com>
12647
12648         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12649         part of 2004-07-25 change.
12650
12651 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * message.el (message-display-completion-list): New function.
12654         (message-expand-group): Use it; make sure the Completions buffer
12655         is modifiable.
12656 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12657
12658         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12659         user-mail-name is an empty string.
12660
12661 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12664         depending on gnus-score-decay-constant.
12665
12666         * encrypt.el (encrypt-insert-file-contents)
12667         (encrypt-write-file-contents): Don't use `gnus-message'.
12668
12669         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12670         arguments.
12671         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12672         arguments to mm-uu-verbatim-marks-extract.
12673         (mm-uu-hide-markers): New variable.
12674         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12675
12676         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12677         (gnus-convert-image-to-face-command): Use "convert" by default to
12678         allow other input image formats.
12679         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12680         accordingly.
12681
12682 2005-10-23  Simon Josefsson  <jas@extundo.com>
12683
12684         * imap.el (imap-gssapi-program): Align command line parameters
12685         with latest GNU SASL.
12686         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12687
12688 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12689
12690         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12691         HTML.
12692         (nnslashdot-request-article): Ditto.
12693
12694         * lpath.el (featurep): Add nobreak-char-display.
12695
12696 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12697
12698         * mail-source.el (mail-source-fetch-pop): Require pop3.
12699         (mail-source-check-pop): Ditto.
12700
12701 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12704         errors.
12705
12706 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12709         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12710
12711         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12712
12713         * mm-bodies.el (mm-decode-string): Call
12714         `mm-charset-to-coding-system' with allow-override argument.
12715
12716 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12719         (rfc2047-charset-to-coding-system): New function.
12720         (rfc2047-decode-encoded-words): New function.
12721         (rfc2047-decode-region): Use them.
12722         (rfc2047-decode-cte): Remove.
12723         (rfc2047-parse-and-decode): Remove.
12724         (rfc2047-decode): Remove.
12725
12726 2005-10-15  Kenichi Handa  <handa@m17n.org>
12727
12728         * rfc2047.el (rfc2047-decode-cte): New function.
12729         (rfc2047-decode-region): Change the way to decode successive
12730         encoded-words: decode B- or Q-encoding in each encoded-word,
12731         concatenate them, and decode it as charset.
12732
12733 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * lpath.el: Fbind codepage-setup for XEmacs.
12736
12737 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12738
12739         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12740         widget-move-and-invoke.
12741         (gnus-custom-mode): Use gnus-custom-map.
12742
12743 2005-10-15  Bill Wohler  <wohler@newt.com>
12744
12745         * message.el (message-tool-bar-map): Renamed image file from
12746         mail_send to mail/send.
12747
12748 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12749
12750         * message.el (message-expand-group): Pass the common
12751         prefix substring of completion to `display-completion-list'.
12752
12753 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * mml-sec.el (mml-secure-method): New internal variable.
12756         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12757         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12758         functions using mml-secure-method.
12759
12760         * mml.el (mml-mode-map): Add key bindings for those functions.
12761         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12762         Harder <harder@myrealbox.com>.
12763         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12764         end of message if point is the headers of the message.
12765
12766         * message.el (message-in-body-p): New function.
12767
12768         * assistant.el: Autoload gnus-util and netrc.
12769
12770         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12771         Use `mm-charset-override-alist' only when decoding.
12772
12773         * mm-bodies.el (mm-decode-body): Call
12774         `mm-charset-to-coding-system' with allow-override argument.
12775
12776         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12777         `filename' from Content-Disposition if Content-Type doesn't
12778         provide `name'.
12779         (gnus-mime-view-part-as-type): Set default instead of
12780         initial-input.
12781
12782 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12783
12784         * format-spec.el (format-spec): Propagate text properties of % spec.
12785
12786 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-art.el (gnus-treat-predicate): Add `first'.
12789
12790 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12793         (mm-charset-override-alist): New variable.
12794         (mm-charset-to-coding-system): Use it.
12795         (mm-codepage-setup): New helper function.
12796         (mm-charset-eval-alist): New variable.
12797         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12798         about unknown charsets.
12799
12800         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12801
12802 2005-10-04  David Hansen  <david.hansen@gmx.net>
12803
12804         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12805         (nnrss-check-group): Ditto.
12806
12807 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12810         Rename x-gnus-verbatim to x-verbatim.
12811         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12812
12813         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12814         x-verbatim.
12815
12816         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12817
12818         * gnus-util.el (gnus-remove-duplicates): Remove.
12819
12820         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12821         instead of gnus-remove-duplicates.
12822
12823         * message.el (message-remove-duplicates): Remove.
12824         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12825         message-remove-duplicates.
12826
12827         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12828         available, else use implementation from `delete-dups'.
12829
12830         * message.el (message-insert-expires): New function.
12831         (message-mode-map): Add key binding.
12832         (message-mode-field-menu): Add menu entry.
12833         (message-mode): Document it.
12834         (message-make-expires-date): Use `message-make-date'.
12835
12836 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12837
12838         * message.el (message-make-expires-date): New function.
12839
12840 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * Makefile.in (list-installed-shadows): New entry.
12843         (install): Use it.
12844         (remove-installed-shadows): New entry.
12845
12846         * dgnushack.el (dgnushack-default-load-path): New variable.
12847         (dgnushack-find-lisp-shadows): New function.
12848         (dgnushack-remove-lisp-shadows): New function.
12849
12850 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * Makefile.in (install-el-elc): New entry.
12853         (install): Use it so that .el files are necessarily installed.
12854
12855 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12858
12859 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12862         function rather than the diff-mode.el package.
12863         (mm-display-external): Use with-current-buffer.
12864         (mm-viewer-completion-map, mm-viewer-completion-map):
12865         Move initialization inside declaration.
12866
12867 2005-09-29  Simon Josefsson  <jas@extundo.com>
12868
12869         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12870         autoload mail-check-payment.
12871         (spam-check-hashcash): Define unconditionally, since hashcash.el
12872         is part of Gnus now.  Ignore errors from payment checking.
12873
12874 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * message.el (message-bold-region, message-unbold-region): Rename
12877         from `bold-region' and `unbold-region'.
12878
12879         * message.el: Remove useless autoloads.
12880
12881 2005-09-28  Simon Josefsson  <jas@extundo.com>
12882
12883         * message.el (message-use-idna): Default to t.
12884         (message-use-idna): Test whether encoding works too.  Doc fix.
12885
12886 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * nntp.el (nntp-warn-about-losing-connection): Remove.
12889
12890 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12893         customizable.  Change default value.
12894         (mm-uu-diff-groups-regexp): Change default value.
12895         (mm-uu-type-alist): Add doc string.
12896         (mm-uu-configure): Add doc string.  Make it interactive.
12897         (mm-uu-tex-groups-regexp): New variable.
12898         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12899         (mm-uu-type-alist): Add LaTeX documents.
12900         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12901         of "text/verbatim".
12902         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12903
12904         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12905         instead of "text/verbatim".
12906
12907         * message.el (message-mark-inserted-region)
12908         (message-mark-insert-file): Use slrn style marks when called with
12909         prefix argument.
12910
12911 2005-09-27  Simon Josefsson  <jas@extundo.com>
12912
12913         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12914
12915 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12916
12917         * message.el (message-remove-duplicates): New function.
12918         Implementation borrowed from `gnus-remove-duplicates'.
12919         (message-idna-to-ascii-rhs): Also encode idna addresses in
12920         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12921         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12922         only ask about the same idna domain once per header and also tell
12923         in what header to replace the idna domain.
12924
12925         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12926         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12927         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12928         a header is decoded and not just the last one.
12929
12930 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12933         has been decoded.
12934
12935         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12936         (mm-insert-part): Don't modify text if it has been decoded.
12937
12938         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12939         decoded.
12940
12941         * mm-view.el (mm-inline-text): Don't strip text props unless
12942         decoding enriched or richtext parts.
12943
12944 2005-09-25  Romain Francoise  <romain@orebokech.com>
12945
12946         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12947         * gnus-start.el (gnus-subscribe-interactively):
12948         * gnus-uu.el (gnus-uu-grab-articles):
12949         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12950         space.
12951
12952 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12953
12954         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12955         * mm-view.el (mm-view-pkcs7-decrypt):
12956         * gnus-sum.el (gnus-summary-limit-to-extra)
12957         (gnus-summary-respool-article, gnus-read-move-group-name):
12958         * gnus-score.el (gnus-summary-increase-score):
12959         * gnus-util.el (gnus-completing-read-with-default):
12960         * gnus-art.el (gnus-read-save-file-name)
12961         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12962         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12963         * message.el (message-check-news-header-syntax):
12964         Follow convention for reading with the minibuffer.
12965
12966 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * spam-report.el (spam-report-url-ping-plain):
12969         Use gnus-extended-version as User-Agent.
12970
12971         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12972         default value is nil.
12973
12974         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12975         (mm-uu-verbatim-marks-extract): New function.
12976         (mm-uu-extract): New face.
12977         (mm-uu-copy-to-buffer): Use it.
12978
12979         * spam-report.el (spam-report-gmane-ham): Renamed from
12980         `spam-report-gmane-unspam'.
12981         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12982         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12983
12984         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12985         Autoload.
12986         (spam-report-gmane-unregister-routine): Renamed
12987         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12988
12989 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12992         (spam-report-gmane-unregister-routine): Add support for gmane
12993         unregistration.
12994
12995         * spam-report.el (spam-report-gmane-unspam)
12996         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12997         (spam-report-gmane): Change to take a single article and do unspam
12998         registration.
12999
13000 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * mm-url.el (mm-url-decode-entities): Fix regexp.
13003
13004 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005
13006         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13007         default to nil, to be able to use Gnus at all.  If the default
13008         switches to something else, then the function should be fixed not
13009         be exceedingly slow.
13010
13011 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13012
13013         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13014         fail hard.
13015
13016         * spam-report.el: Add better Keywords line.
13017
13018         * spam.el: Add Maintainer and better Keywords line.
13019
13020 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * gnus-art.el (gnus-article-replace-part)
13023         (gnus-mime-replace-part): New functions.
13024         (gnus-mime-action-alist, gnus-mime-button-commands)
13025         (gnus-mime-save-part-and-strip): Added file argument.
13026         (gnus-article-part-wrapper): Added interactive argument.
13027
13028         * gnus-sum.el (gnus-summary-mime-map): Add
13029         `gnus-article-replace-part'.
13030
13031 2005-09-19  Didier Verna  <didier@xemacs.org>
13032
13033         The nnml compaction feature:
13034         * nnml.el (nnml-request-compact-group): New function.
13035         * nnml.el (nnml-request-compact): New function.
13036         * gnus-int.el (gnus-request-compact-group): New function.
13037         * gnus-int.el (gnus-request-compact): New function.
13038         * gnus-group.el (gnus-group-compact-group): New function.
13039         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13040         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13041         * gnus-srvr.el (gnus-server-compact-server): New function.
13042         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13043         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13044
13045 2005-09-18  Deepak Goel  <deego@gnufans.org>
13046
13047         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13048         format spec.
13049
13050 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13053
13054 2005-09-15  Romain Francoise  <romain@orebokech.com>
13055
13056         * message.el (message-fill-paragraph): Clarify docstring.
13057
13058 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-art.el (gnus-mime-display-part): Protect against broken
13061         MIME messages.
13062
13063 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13066         before parsing header.
13067
13068 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13069
13070         * html2text.el (html2text-replace-list): Add new entities.
13071
13072 2005-09-11  Romain Francoise  <romain@orebokech.com>
13073
13074         * message.el (message-alternative-emails): Improve docstring.
13075         (message-setup-1): Call `message-use-alternative-email-as-from'
13076         after `message-setup-hook' to give it precedence over posting
13077         styles, etc.
13078         (message-use-alternative-email-as-from): Add docstring.  Remove
13079         the original From header if present.
13080
13081         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13082         (nnml-save-mail): Use it.
13083
13084         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13085         articles.  Add new argument `silent'.
13086         (gnus-uu-mark-all): Report the total number of marked articles.
13087
13088 2005-09-10  Romain Francoise  <romain@orebokech.com>
13089
13090         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13091         (gnus-uu-mark-series): Likewise.
13092
13093 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * spam-report.el (spam-report-gmane): Fix generation of spam
13096         report URL.
13097
13098 2005-09-10  Simon Josefsson  <jas@extundo.com>
13099
13100         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13101         t, based on discussion on the ding list with Robert Epprecht
13102         <epprecht@solnet.ch>.
13103
13104 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * spam-report.el (spam-report-gmane): Make it work without
13107         X-Report-Spam header.  Gmane now only provides Archived-At.
13108         This is only used if `spam-report-gmane-use-article-number' is nil.
13109         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13110
13111         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13112         make `gnus-summary-sort-by-recipient' work with threading.
13113
13114         * nnweb.el (nnweb-google-wash-article): Print a message if article
13115         is not available.
13116
13117 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13118
13119         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13120         change.  Decode text/* parts content before displaying.
13121
13122 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13125
13126 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13129
13130         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13131         url-package-name, url-package-version,
13132         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13133         w3m-display-inline-images, and w3m-minor-mode-map.
13134
13135 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * message.el (message-tab-body-function): Fix mismatched custom type.
13138
13139         * gnus.el (gnus-group-change-level-function): Ditto.
13140
13141         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13142
13143         * gnus-art.el (gnus-signature-limit)
13144         (gnus-article-mime-part-function): Ditto.
13145
13146 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * mml.el (mml-mode): Silence the byte compiler.
13149
13150         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13151         using `(sit-for 0)' before moving the point to the specified part;
13152         skip unbuttonized parts.
13153         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13154         return to the summary window if gnus-auto-select-part is non-nil.
13155
13156 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13159         variables.
13160         (mml-dnd-attach-file, mml-mode): Use them.
13161
13162         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13163         Make fetching article by MID work again for Google Groups.  Added
13164         FIXME concerning gnus-group-make-web-group.
13165
13166         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13167         Don't depend on Gnus by using mail-extract-address-components if
13168         gnus-extract-address-components is not bound.
13169
13170 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13171
13172         * gnus-art.el (gnus-mime-display-security): Don't display the
13173         signature, but only the signed part.
13174
13175 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13178
13179         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13180         list, not listp.
13181
13182 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13183
13184         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13185         when encoding.
13186
13187         * mm-bodies.el (mm-decode-content-transfer-encoding):
13188         De-canonicalize CRLF for all text content types, not just
13189         text/plain.
13190
13191 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13194         valid article; point arrow and cursor at the MIME button.
13195
13196 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13199         Suggested by Dan Christensen <jdc@uwo.ca>.
13200
13201         * mm-decode.el (mm-save-part): Enable change of prompt.
13202
13203 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13204
13205         * gnus-msg.el (gnus-inews-add-send-actions): Made
13206         `message-post-method' lambda parameter ARG `&optional'.
13207
13208 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus-sum.el (gnus-summary-mime-map): Added
13211         gnus-article-save-part-and-strip, gnus-article-delete-part and
13212         gnus-article-jump-to-part.
13213
13214         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13215         (gnus-article-edit-part): Use it.
13216         (gnus-article-part-wrapper): Added no-handle argument.
13217         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13218         functions.
13219
13220 2005-08-29  Romain Francoise  <romain@orebokech.com>
13221
13222         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13223         docstring.
13224         (gnus-face-from-file): Likewise.
13225
13226 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13229         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13230         non-nil.
13231         (gnus-auto-select-part): New variable.
13232         (gnus-article-jump-to-part): New function.
13233         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13234         (gnus-mime-delete-part): Allow selecting specified part after
13235         deleting or stripping parts.
13236         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13237         part if argument is bogus.
13238
13239 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13240
13241         * gnus-art.el (w3m-minor-mode-map):
13242         * gnus-spec.el (gnus-newsrc-file-version):
13243         * gnus-util.el (nnmail-active-file-coding-system)
13244         (gnus-original-article-buffer, gnus-user-agent):
13245         * gnus.el (gnus-ham-process-destinations)
13246         (gnus-parameter-ham-marks-alist)
13247         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13248         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13249         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13250         * mm-decode.el (gnus-current-window-configuration):
13251         * mm-extern.el (gnus-article-mime-handles):
13252         * mm-url.el (url-current-object, url-package-name)
13253         (url-package-version):
13254         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13255         (smime-keys, w3m-cid-retrieve-function-alist)
13256         (w3m-current-buffer, w3m-display-inline-images)
13257         (w3m-minor-mode-map):
13258         * mml-smime.el (gnus-extract-address-components):
13259         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13260         (gnus-newsrc-hashtb, message-default-charset)
13261         (message-deletable-headers, message-options)
13262         (message-posting-charset, message-required-mail-headers)
13263         (message-required-news-headers):
13264         * mml1991.el (mc-pgp-always-sign):
13265         * mml2015.el (mc-pgp-always-sign):
13266         * nnheader.el (nnmail-extra-headers):
13267         * rfc1843.el (gnus-decode-encoded-word-function)
13268         (gnus-decode-header-function, gnus-newsgroup-name):
13269         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13270
13271 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13272
13273         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13274         the end of the date treatments.
13275
13276 2005-08-15  Simon Josefsson  <jas@extundo.com>
13277
13278         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13279         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13280         Capello and Romain Francoise.
13281         (pgg-fetch-key-function): Removed, not used?
13282         (pgg-insert-url-with-w3): Require url, to get
13283         url-insert-file-contents regardless of where it is defined.
13284
13285 2005-08-13  Romain Francoise  <romain@orebokech.com>
13286
13287         * message.el (message-cite-original-1): New function.
13288         (message-cite-original): Use it.
13289         (message-cite-original-without-signature): Ditto.
13290
13291 2005-08-08  Romain Francoise  <romain@orebokech.com>
13292
13293         * message.el (message-yank-empty-prefix): New variable.
13294         (message-indent-citation): Use it.
13295         (message-cite-original-without-signature): Respect X-No-Archive.
13296
13297 2005-08-08  Simon Josefsson  <jas@extundo.com>
13298
13299         * pgg.el: Autoload url-insert-file-contents instead of loading
13300         w3/url.
13301         (pgg-insert-url-with-w3): Don't load url here.
13302
13303 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13304
13305         * message.el (message-kill-to-signature): Don't insert newline at
13306         bol.
13307         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13308
13309 2005-08-06  Romain Francoise  <romain@orebokech.com>
13310
13311         * message.el (message-user-fqdn): Fix typo in docstring.
13312
13313 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13314
13315         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13316
13317         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13318
13319 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * mm-bodies.el (mm-encode-body): Use coding system rather than
13322         charset to encode text.
13323
13324         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13325         number of charsets if utf-8 is available (XEmacs).
13326
13327 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13330         taken from `gnus-button-mid-or-mail-regexp'.
13331         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13332         (gnus-button-alist): Improve regexp for domain part of the MIDs
13333         for news:localpart@domain buttons.
13334         (gnus-button-ctan-directory-regexp): Update.
13335
13336 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * sieve-manage.el (sieve-manage-interactive-login): Use
13339         make-local-variable rather than make-variable-buffer-local.
13340         (sieve-manage-open): Ditto.
13341         (sieve-manage-authenticate): Ditto.
13342
13343         * mml.el (mml-generate-mime-1): Make the content type default to
13344         text/plain if the filename is not specified.
13345
13346 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13349         instead of insert-buffer.
13350
13351         * message.el (message-yank-original): Ditto; set the mark at the
13352         end of the yanked message.
13353
13354 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13357         lines to scroll rather than to stop it.
13358
13359         * mml.el (mml-generate-default-type): Add doc string.
13360         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13361         default to application/octet-stream when determining the content
13362         type if it is not specified for the part or the mml contents; add
13363         a comment about mml-generate-default-type.
13364
13365 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13368         make it default to application/octet-stream when determining the
13369         content type if it is not specified for the external contents.
13370
13371 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13374         segmented parameter but also other parameters might be there.
13375
13376 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-decode.el (mm-display-external): Delete temp file, directory
13379         and buffer immediately if the external process is exited.
13380
13381 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13384         fewer lines than that of scroll-margin.
13385         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13386
13387 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-art.el (gnus-article-next-page): Revert.
13390         (gnus-article-beginning-of-window): New macro.
13391         (gnus-article-next-page-1): Use it.
13392         (gnus-article-prev-page): Ditto.
13393         (gnus-article-edit-part): Use insert-buffer-substring instead of
13394         insert-buffer.
13395         (gnus-article-edit-exit): Ditto.
13396
13397         * gnus-util.el (gnus-beginning-of-window): Remove.
13398         (gnus-end-of-window): Remove.
13399
13400         * lpath.el: Don't bind header-line-format and scroll-margin.
13401
13402 2005-07-25  Simon Josefsson  <jas@extundo.com>
13403
13404         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13405         to have the url package without w3.  Reported by Daiki Ueno
13406         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13407
13408 2005-07-20  Didier Verna  <didier@xemacs.org>
13409
13410         * gnus-diary.el: Remove the description comment (nndiary is now
13411         properly documented in the Gnus manual).
13412         Fix the spelling of "Back End".
13413         * nndiary.el: Ditto.
13414         Fix the copyright notice.
13415
13416 2005-07-18  Romain Francoise  <romain@orebokech.com>
13417
13418         * gnus-sum.el (gnus-summary-to-prefix)
13419         (gnus-summary-newsgroup-prefix): New variables.
13420         (gnus-summary-from-or-to-or-newsgroups): Use them.
13421
13422 2005-07-17  Romain Francoise  <romain@orebokech.com>
13423
13424         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13425         space as it's generally not especially interesting to the user.
13426
13427 2005-07-16  Romain Francoise  <romain@orebokech.com>
13428
13429         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13430         nil to avoid prompting and file modification if one of the
13431         messages at the top of the nnfolder file contains a copyright
13432         notice.
13433         Update copyright notice.
13434
13435         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13436         instead of `current-time-string' as the latter creates a time
13437         string that is not RFC 2822 compliant (it lacks the zone).
13438         Update copyright notice.
13439
13440 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13441
13442         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13443         for text/rtf.  Display default in prompt.  Pass default for M-n.
13444
13445         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13446
13447 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * gnus-msg.el (gnus-button-mailto): Remove
13450         save-selected-window-window hackery because it relies on
13451         save-selected-window internals.
13452
13453 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13456         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13457         (gnus-article-prev-page): Ditto.
13458
13459         * gnus-util.el (gnus-beginning-of-window): New function.
13460         (gnus-end-of-window): New function.
13461
13462         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13463
13464 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13465
13466         * gnus-score.el (gnus-score-edit-all-score): Set
13467         gnus-score-edit-exit-function to gnus-score-edit-done and call
13468         gnus-message.
13469
13470 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13471
13472         * gnus-msg.el (gnus-button-mailto): Remove
13473         save-selected-window-window hackery because it relies on
13474         save-selected-window internals.
13475
13476 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13479         add-minor-mode.
13480         (gnus-binary-mode): Ditto.
13481
13482         * gnus-topic.el (gnus-topic-mode): Ditto.
13483
13484 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13485
13486         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13487         (gnus-article-prev-page): Take scroll-margin into consideration.
13488
13489 2005-07-04  Lute Kamstra  <lute@gnu.org>
13490
13491         Update FSF's address in GPL notices.
13492
13493 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13494
13495         * gnus.el (gnus-exit):
13496         * gnus-group.el (gnus-group-icons):
13497         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13498
13499         * gnus-nocem.el (gnus-nocem):
13500         * message.el (message-various, message-buffers, message-sending)
13501         (message-interface, message-forwarding, message-insertion)
13502         (message-headers, message-news, message-mail):
13503         * pgg-gpg.el (pgg-gpg):
13504         * pgg-parse.el (pgg-parse):
13505         * pgg-pgp.el (pgg-pgp):
13506         * pgg-pgp5.el (pgg-pgp5):
13507         * pop3.el (pop3): Finish `defgroup' description with period.
13508
13509 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-art.el (article-display-face): Improve the efficiency.
13512         (article-display-x-face): Ditto; remove grey x-face stuff.
13513
13514 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-art.el (article-display-face): Correct the position in
13517         which Faces are inserted.
13518
13519 2005-06-29  Didier Verna  <didier@xemacs.org>
13520
13521         * gnus-art.el (article-display-face): Display faces in correct
13522         order.
13523
13524 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13527         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13528         (gnus-nocem-check-article): Fetch the Type header.
13529         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13530         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13531         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13532         make sure gnus-nocem-hashtb is initialized.
13533         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13534         (gnus-nocem-unwanted-article-p): Ditto.
13535
13536         * pgg.el (pgg-verify): Return the verification result.
13537
13538 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13539
13540         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13541         is ascii.
13542
13543 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13544
13545         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13546         `show-nonbreak-escape'.
13547
13548 2005-06-23  Lute Kamstra  <lute@gnu.org>
13549
13550         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13551
13552         * dig.el (dig-mode):
13553         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13554
13555 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13556
13557         * nnimap.el (nnimap-split-download-body): Fix spellings.
13558
13559 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13560
13561         * gnus-art.el (gnus-article-encrypt-body):
13562         * gnus-cus.el (gnus-score-customize):
13563         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13564         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13565
13566 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13567
13568         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13569         header by looking for magic "MII" at the beginnig.
13570
13571 2005-06-16  Miles Bader  <miles@gnu.org>
13572
13573         * gnus-xmas.el (gnus-xmas-group-startup-message):
13574         Use renamed gnus-splash face.
13575
13576         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13577         (assistant-field-face): New backward-compatibility alias for renamed
13578         face.
13579         (assistant-render-text): Use renamed assistant-field face.
13580
13581         * spam.el (spam): Remove "-face" suffix from face name.
13582         (spam-face): New backward-compatibility alias for renamed face.
13583         (spam-face, spam-initialize): Use renamed spam face.
13584
13585         * message.el (message-header-to, message-header-cc)
13586         (message-header-subject, message-header-newsgroups)
13587         (message-header-other, message-header-name)
13588         (message-header-xheader, message-separator, message-cited-text)
13589         (message-mml): Remove "-face" suffix from face names.
13590         (message-header-to-face, message-header-cc-face)
13591         (message-header-subject-face, message-header-newsgroups-face)
13592         (message-header-other-face, message-header-name-face)
13593         (message-header-xheader-face, message-separator-face)
13594         (message-cited-text-face, message-mml-face):
13595         New backward-compatibility aliases for renamed faces.
13596         (message-font-lock-keywords): Use renamed message faces.
13597
13598         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13599         (sieve-test-commands, sieve-tagged-arguments):
13600         Remove "-face" suffix from face names.
13601         (sieve-control-commands-face, sieve-action-commands-face)
13602         (sieve-test-commands-face, sieve-tagged-arguments-face):
13603         New backward-compatibility aliases for renamed faces.
13604         (sieve-control-commands-face, sieve-action-commands-face)
13605         (sieve-test-commands-face, sieve-tagged-arguments-face):
13606         Use renamed sieve faces.
13607
13608         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13609         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13610         (gnus-group-news-3-empty, gnus-group-news-4)
13611         (gnus-group-news-4-empty, gnus-group-news-5)
13612         (gnus-group-news-5-empty, gnus-group-news-6)
13613         (gnus-group-news-6-empty, gnus-group-news-low)
13614         (gnus-group-news-low-empty, gnus-group-mail-1)
13615         (gnus-group-mail-1-empty, gnus-group-mail-2)
13616         (gnus-group-mail-2-empty, gnus-group-mail-3)
13617         (gnus-group-mail-3-empty, gnus-group-mail-low)
13618         (gnus-group-mail-low-empty, gnus-summary-selected)
13619         (gnus-summary-cancelled, gnus-summary-high-ticked)
13620         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13621         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13622         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13623         (gnus-summary-low-undownloaded)
13624         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13625         (gnus-summary-low-unread, gnus-summary-normal-unread)
13626         (gnus-summary-high-read, gnus-summary-low-read)
13627         (gnus-summary-normal-read, gnus-splash):
13628         Remove "-face" suffix from face names.
13629         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13630         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13631         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13632         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13633         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13634         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13635         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13636         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13637         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13638         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13639         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13640         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13641         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13642         (gnus-summary-normal-ticked-face)
13643         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13644         (gnus-summary-normal-ancient-face)
13645         (gnus-summary-high-undownloaded-face)
13646         (gnus-summary-low-undownloaded-face)
13647         (gnus-summary-normal-undownloaded-face)
13648         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13649         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13650         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13651         (gnus-splash-face):
13652         New backward-compatibility aliases for renamed faces.
13653         (gnus-group-startup-message): Use renamed gnus faces.
13654
13655         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13656         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13657         (gnus-server-agent): Remove "-face" suffix from face names.
13658         (gnus-server-agent-face, gnus-server-opened-face)
13659         (gnus-server-closed-face, gnus-server-denied-face)
13660         (gnus-server-offline-face):
13661         New backward-compatibility aliases for renamed faces.
13662         (gnus-server-agent-face, gnus-server-opened-face)
13663         (gnus-server-closed-face, gnus-server-denied-face)
13664         (gnus-server-offline-face): Use renamed gnus faces.
13665
13666         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13667         Remove "-face" suffix from face names.
13668         (gnus-picon-xbm-face, gnus-picon-face):
13669         New backward-compatibility aliases for renamed faces.
13670
13671         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13672         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13673         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13674         (gnus-cite-11): Remove "-face" suffix from face names.
13675         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13676         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13677         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13678         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13679         New backward-compatibility aliases for renamed faces.
13680         (gnus-cite-attribution-face, gnus-cite-face-list)
13681         (gnus-article-boring-faces): Use renamed gnus faces.
13682
13683         * gnus-art.el (gnus-signature, gnus-header-from)
13684         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13685         (gnus-header-content): Remove "-face" suffix from face names.
13686         (gnus-signature-face, gnus-header-from-face)
13687         (gnus-header-subject-face, gnus-header-newsgroups-face)
13688         (gnus-header-name-face, gnus-header-content-face):
13689         New backward-compatibility aliases for renamed faces.
13690         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13691
13692         * gnus-sum.el (gnus-summary-selected-face)
13693         (gnus-summary-highlight): Use renamed gnus faces.
13694         * gnus-group.el (gnus-group-highlight): Likewise.
13695
13696 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13697
13698         * gnus-sieve.el (gnus-sieve-article-add-rule):
13699         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13700         * spam-stat.el (spam-stat-buffer-change-to-spam)
13701         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13702
13703         * message.el (message-is-yours-p):
13704         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13705
13706 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * mm-view.el (mm-inline-text): Withdraw the last change.
13709
13710 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13713         executing enriched-decode.
13714
13715 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13718         charset of tar files.
13719
13720 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13721
13722         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13723
13724 2005-06-04  Lute Kamstra  <lute@gnu.org>
13725
13726         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13727         information is never recorded.
13728
13729 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13730
13731         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13732
13733 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * pop3.el (pop3-apop): Run md5 in the binary mode.
13736
13737         * starttls.el (starttls-set-process-query-on-exit-flag):
13738         Use eval-and-compile.
13739
13740 2005-05-31  Simon Josefsson  <jas@extundo.com>
13741
13742         * smime.el (smime-replace-in-string): Define.
13743         (smime-cert-by-ldap-1): Use it.
13744
13745 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * gnus-art.el (article-display-x-face): Replace
13748         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13749
13750         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13751         set-process-query-on-exit-flag or process-kill-without-query.
13752
13753         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13754         loop instead of replace-regexp.
13755
13756         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13757         instead of process-kill-without-query if it is available.
13758
13759         * lpath.el: Fbind ldap-search-entries.
13760
13761         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13762         instead of find-file-hooks if it is available.
13763
13764         * mml1991.el: Bind pgg-default-user-id when compiling.
13765
13766         * mml2015.el: Bind pgg-default-user-id when compiling.
13767
13768         * nndraft.el (nndraft-request-associate-buffer):
13769         Use write-contents-functions instead of write-contents-hooks if it is
13770         available.
13771
13772         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13773         instead of find-file-hooks if it is available.
13774
13775         * nntp.el (nntp-open-connection): Replace
13776         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13777         (nntp-open-ssl-stream): Ditto.
13778         (nntp-open-tls-stream): Ditto.
13779
13780         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13781         set-process-query-on-exit-flag or process-kill-without-query.
13782         (starttls-open-stream-gnutls): Use it instead of
13783         process-kill-without-query.
13784         (starttls-open-stream): Ditto.
13785
13786 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13787
13788         * smime.el (smime-cert-by-ldap-1): Don't use
13789         replace-regexp-in-string.
13790
13791 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13792
13793         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13794
13795         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13796         in PEM format.  Adjust to the XEmacs compability.
13797
13798 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13799
13800         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13801         by `string-to-number'.
13802         * gnus-agent.el (gnus-agent-regenerate-group)
13803         (gnus-agent-fetch-articles): Ditto.
13804         * gnus-art.el (gnus-button-fetch-group): Ditto.
13805         * gnus-cache.el (gnus-cache-generate-active)
13806         (gnus-cache-articles-in-group): Ditto.
13807         * gnus-group.el (gnus-group-set-current-level)
13808         (gnus-group-insert-group-line): Ditto.
13809         * gnus-score.el (gnus-score-set-expunge-below)
13810         (gnus-score-set-mark-below, gnus-summary-score-effect)
13811         (gnus-summary-score-entry): Ditto.
13812         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13813         (gnus-soup-pack): Ditto.
13814         * gnus-spec.el (gnus-xmas-format): Ditto.
13815         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13816         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13817         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13818         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13819         * nndb.el (nndb-get-remote-expire-response): Ditto.
13820         * nndiary.el (nndiary-parse-schedule-value)
13821         (nndiary-string-to-number, nndiary-request-replace-article)
13822         (nndiary-request-article): Ditto.
13823         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13824         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13825         * nneething.el (nneething-make-head): Ditto.
13826         * nnfolder.el (nnfolder-request-article)
13827         (nnfolder-retrieve-headers): Ditto.
13828         * nnheader.el (nnheader-file-to-number): Ditto.
13829         * nnkiboze.el (nnkiboze-request-article): Ditto.
13830         * nnmail.el (nnmail-process-unix-mail-format)
13831         (nnmail-process-babyl-mail-format): Ditto.
13832         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13833         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13834         (nnmh-request-create-group, nnmh-request-list-1)
13835         (nnmh-request-group, nnmh-request-article): Ditto.
13836         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13837         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13838         * nnsoup.el (nnsoup-make-active): Ditto.
13839         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13840         * nntp.el (nntp-find-group-and-number)
13841         (nntp-retrieve-headers-with-xover): Ditto.
13842         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13843         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13844         (pgg-format-key-identifier): Ditto.
13845         * pop3.el (pop3-last, pop3-stat): Ditto.
13846         * qp.el (quoted-printable-decode-region): Ditto.
13847
13848         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13849         of concat.
13850
13851 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13854
13855         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13856
13857         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13858
13859         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13860
13861         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13862
13863         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13864
13865         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13866         (gnus-carpal-mode): Ditto.
13867
13868         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13869         (gnus-browse-mode): Ditto.
13870
13871         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13872
13873         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13874
13875 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13876
13877         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13878
13879 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-util.el (gnus-run-mode-hooks): New function.
13882
13883         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13884
13885         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13886         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13887
13888 2005-05-27  Lute Kamstra  <lute@gnu.org>
13889
13890         * dns-mode.el (dns-mode): Specify customization group.
13891
13892 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13893
13894         * gnus-agent.el (gnus-agent-make-mode-line-string):
13895         Use mode-line-highlight as mouse-face.
13896
13897 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * canlock.el (canlock): Change the parent group to news.
13900
13901         * deuglify.el (gnus-outlook-deuglify): Add :group.
13902
13903         * dig.el (dig): Add :group.
13904
13905         * dns-mode.el (dns-mode): Add :group.
13906
13907         * encrypt.el (encrypt): Add :group.
13908
13909         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13910         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13911         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13912         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13913         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13914
13915         * gnus-diary.el (gnus-diary): Add :group.
13916
13917         * gnus.el (gnus-group-news-1-face): Add :group.
13918         (gnus-group-news-1-empty-face): Ditto.
13919         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13920         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13921         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13922         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13923         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13924         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13925         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13926         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13927         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13928         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13929         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13930         (gnus-summary-high-ticked-face): Ditto.
13931         (gnus-summary-low-ticked-face): Ditto.
13932         (gnus-summary-normal-ticked-face): Ditto.
13933         (gnus-summary-high-ancient-face): Ditto.
13934         (gnus-summary-low-ancient-face): Ditto.
13935         (gnus-summary-normal-ancient-face): Ditto.
13936         (gnus-summary-high-undownloaded-face): Ditto.
13937         (gnus-summary-low-undownloaded-face): Ditto.
13938         (gnus-summary-normal-undownloaded-face): Ditto.
13939         (gnus-summary-high-unread-face): Ditto.
13940         (gnus-summary-low-unread-face): Ditto.
13941         (gnus-summary-normal-unread-face): Ditto.
13942         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13943         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13944
13945         * hashcash.el (hashcash): New custom group.
13946         (hashcash-default-payment): Add :group.
13947         (hashcash-payment-alist): Ditto.
13948         (hashcash-default-accept-payment): Ditto.
13949         (hashcash-accept-resources): Ditto.
13950         (hashcash-path): Ditto.
13951         (hashcash-extra-generate-parameters): Ditto.
13952         (hashcash-double-spend-database): Ditto.
13953         (hashcash-in-news): Ditto.
13954
13955         * message.el (message-minibuffer-local-map): Add :group.
13956
13957         * netrc.el (netrc): Add :group.
13958
13959         * sieve-manage.el (sieve-manage-log): Add :group.
13960         (sieve-manage-default-user): Diito.
13961         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13962         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13963         (sieve-manage-authenticators): Ditto.
13964         (sieve-manage-authenticator-alist): Ditto.
13965         (sieve-manage-default-port): Ditto.
13966
13967         * sieve-mode.el (sieve-control-commands-face): Add :group.
13968         (sieve-action-commands-face): Ditto.
13969         (sieve-test-commands-face): Ditto.
13970         (sieve-tagged-arguments-face): Ditto.
13971
13972         * smime.el (smime): Add :group.
13973
13974         * spam-report.el (spam-report): Add :group.
13975
13976         * spam.el (spam, spam-face): Add :group.
13977
13978 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13981         return \n.\n.\n at the end of articles.  Protect against that.
13982         (nntp-with-open-group): Allow debugging.
13983
13984         * nnheader.el (mail-header-set-extra): Make into a function
13985         because I just could't understand how to quote the list properly.
13986
13987         * dns.el (query-dns-cached): New function.
13988
13989 2005-05-26  Lute Kamstra  <lute@gnu.org>
13990
13991         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13992
13993 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13996
13997         * gnus-art.el: Don't autoload mail-extract-address-components.
13998
13999         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14000         eval-and-compile to evaluate it.
14001
14002         * hashcash.el: Don't autoload executable-find.
14003
14004         * nndb.el: Don't declare the nndb back end two or more times; don't
14005         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14006
14007         * nntp.el: Autoload format-spec instead of format; use
14008         eval-and-compile to evaluate autoload forms.
14009
14010 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14011
14012         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14013
14014 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14015
14016         * gnus.el (gnus-version-number): Bump version.
14017
14018 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14019
14020         * gnus.el: No Gnus v0.3 is released.
14021
14022 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14023
14024         * lpath.el (featurep): Bind show-nonbreak-escape.
14025
14026 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-art.el (gnus-article-edit-part): Disable undo.
14029
14030 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14033         gnus-article-date-lapsed-new-header is t if date timer is active;
14034         skip headers in which the original date value is empty.
14035         (gnus-article-save-original-date): Redefine it as a macro.
14036         (gnus-display-mime): Use it.
14037
14038 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-art.el (article-date-ut): Support converting date in
14041         forwarded parts as well.
14042         (gnus-article-save-original-date): New function.
14043         (gnus-display-mime): Use it.
14044
14045 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14046
14047         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14048         enclosure element of <item>.
14049
14050 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * message.el (message-kill-buffer-query): Renamed from
14053         `message-kill-buffer-query-if-modified'.  Added :version.
14054
14055 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14058         window layout.
14059
14060 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * mml.el: Autoload dnd when compiling.
14063
14064 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14067         x-dnd-*.
14068
14069 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * qp.el (quoted-printable-encode-region): Save excursion.
14072
14073 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * message.el (message-kill-buffer-query-if-modified): Add new variable
14076         so the user can kill a modified message buffer quickly.
14077         (message-kill-buffer): Use it.
14078
14079 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * lpath.el: Fbind display-time-event-handler; don't fbind
14082         string-to-multibyte.
14083
14084         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14085
14086 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14089         contained in text because xml.el decodes entities) with LFs.
14090
14091 2005-04-11  Lute Kamstra  <lute@gnu.org>
14092
14093         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14094         differently.
14095
14096 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14097
14098         * mm-util.el (mm-detect-coding-region): Typo.
14099
14100 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14103
14104 2005-04-06  Deepak Goel  <deego@gnufans.org>
14105
14106         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14107         user-function allow user modifications of the scores.
14108         (spam-stat-score-buffer-user): New function, to allow
14109         user-computed modifications to the score.
14110         (spam-stat-score-buffer-user-functions): List of additional
14111         scoring functions.
14112         (spam-stat-error-holder): Global temporary error holder.
14113         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14114         variable.
14115
14116 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * gnus-registry.el (gnus-registry-clean-empty-function)
14119         (gnus-registry-trim, gnus-registry-fetch-groups)
14120         (gnus-registry-delete-group): Groups that match
14121         `gnus-registry-ignored-groups' are removed from the registry
14122         entries, not just ignored for splitting.  This helps clean up the
14123         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14124         to get all the groups a message ID is in.
14125
14126         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14127         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14128         (spam-stat-score-buffer-user-functions): Add :number custom type.
14129
14130 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14133         argument in XEmacs.
14134
14135         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14136         (nnrss-request-group): Decode group name first.
14137         (nnrss-request-article): Make a text/plain article if mml-to-mime
14138         failed.
14139         (nnrss-get-encoding): Return a compatible encoding according to
14140         nnrss-compatible-encoding-alist.
14141         (nnrss-find-el): Use consp instead of listp.
14142         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14143
14144 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14147         which Emacs 20 doesn't support.
14148         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14149
14150 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14153         silence the byte compiler inside the defun.
14154
14155         * gnus-demon.el (parse-time-string): Add autoload.
14156
14157         * gnus-delay.el (parse-time-string): Add autoload.
14158
14159         * gnus-art.el (parse-time-string): Add autoload.
14160
14161         * nnultimate.el (parse-time): Require for `parse-time-string'.
14162
14163 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14166
14167         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14168
14169         * smime.el (smime-ldap-host-list): Add :version.
14170
14171 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14174         pass it to `gnus-browse-read-group'.
14175         (gnus-browse-read-group): Add NUMBER argument and pass it to
14176         `gnus-group-read-ephemeral-group'.
14177
14178         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14179         argument and pass it to `gnus-group-read-group'.
14180
14181 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14182
14183         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14184         mm-xemacs-find-mime-charset-1 if we have the mule feature
14185         available at runtime.
14186
14187 2005-03-25  Werner Lemberg  <wl@gnu.org>
14188
14189         * nnmaildir.el: Replace `illegal' with `invalid'.
14190
14191 2005-03-23  Lute Kamstra  <lute@gnu.org>
14192
14193         * time-date.el: Add comment on time value formats.
14194         Don't require parse-time.
14195         (with-decoded-time-value): New macro.
14196         (encode-time-value): New function.
14197         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14198         (days-to-time): Return a valid time value when arg is huge.
14199         (time-since): Use time-subtract.
14200         (time-to-number-of-days): Use time-to-seconds.
14201
14202 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14203
14204         * gnus-start.el (gnus-display-time-event-handler):
14205         Check display-time-timer at runtime rather than only at load time
14206         in case display-time-mode is turned off in the mean time.
14207
14208 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14211         used.
14212
14213         * nneething.el (nneething-map-file-directory): Derive from
14214         `gnus-directory'.
14215
14216         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14217         the To/Cc button.
14218
14219 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * nnmaildir.el (nnmaildir-request-accept-article):
14222         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14223
14224 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14225
14226         * gnus-async.el: Require timer-funcs at compile time when in
14227         XEmacs for `run-with-idle-timer'.
14228
14229 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14230
14231         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14232         autoloaded function.
14233
14234 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14235
14236         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14237
14238 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14239
14240         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14241
14242 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14243
14244         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14245         gnus-expert-user to default.
14246
14247 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14248
14249         * nnimap.el (nnimap-open-server): Ditto.
14250
14251         * imap.el (imap-authenticate): Fix typo.
14252
14253 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14254
14255         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14256         buffer (since IMAP server might return FETCH response out of
14257         order, and the nntp buffer must be sorted).
14258
14259 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14260
14261         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14262         comparison on string.
14263
14264         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14265         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14266         (gnus-agent-summary-fetch-series): Modified to protect against
14267         gnus-agent-summary-fetch-group clearing processable flags.
14268         (gnus-agent-synchronize-group-flags): Update live group buffer as
14269         synchronization may occur due to the user toggle the plugged
14270         status.
14271         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14272         successfully downloaded.
14273         (gnus-agent-expire-group-1): Avoid using markers when the overview
14274         is in ascending order; greatly improves performance.
14275         (gnus-agent-regenerate-group): Use
14276         gnus-agent-synchronize-group-flags to reset read status in both
14277         gnus and server.
14278         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14279
14280 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * message.el: Don't autoload former message-utils variables.
14283         (message-strip-subject-trailing-was): Change doc string.
14284
14285         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14286         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14287         (nnweb-google-search): Add "hl=en" here.
14288         (nnweb-google-parse-1, nnweb-google-create-mapping):
14289         Don't hardcode URL.
14290
14291 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * message.el (message-get-reply-headers, message-followup):
14294         Mention related variables `message-use-followup-to' and
14295         `message-use-mail-followup-to', in the information buffer.
14296
14297         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14298         of broken groups(-beta).google.com.
14299
14300 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14301
14302         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14303         parameter to invoked gnus-request-move-article; remove the
14304         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14305         all at once instead of once per article.
14306         (gnus-summary-remove-process-mark): Accept a list of articles as
14307         well as a single article for processing.
14308
14309         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14310         parameter.
14311
14312         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14313
14314         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14315
14316         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14317         parameter.
14318
14319         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14320         parameter.
14321
14322         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14323         parameter and remove the gnus-sum-hint-move-is-internal variable.
14324
14325         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14326         parameter.
14327
14328         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14329         parameter.
14330
14331         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14332         parameter.
14333
14334         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14335
14336         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14337         parameter.
14338
14339         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14340         parameter.
14341
14342 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14343
14344         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14345         a more conservative way.
14346
14347 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14348
14349         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14350         buffer, so it moves the window's cursor.
14351
14352 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14353
14354         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14355         `mm-dissect-multipart' and receive the from field as an (optional)
14356         argument from `mm-dissect-multipart'.
14357         (mm-dissect-multipart): Receive the from field as an argument and
14358         pass it on when we call `mm-dissect-buffer' on MIME parts.
14359         Fixes verification/decryption of signed/encrypted MIME parts.
14360
14361 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * gnus-sum.el (gnus-summary-move-article): Set
14364         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14365         whatever it calls (right now, only nnimap-request-move article
14366         respects it).
14367
14368         * nnimap.el (nnimap-request-move-article): When
14369         gnus-sum-hint-move-is-internal is set, don't do the extra
14370         nnimap-request-article.
14371
14372 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14375
14376         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14377         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14378
14379         * gnus-sum.el (gnus-summary-caesar-message):
14380         Apply `gnus-treat-article' after rotation.
14381
14382         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14383         doc string.
14384
14385 2005-02-22  Simon Josefsson  <jas@extundo.com>
14386
14387         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14388         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14389         <arne@arnested.dk>.
14390         (encrypt): Add password-cache and password-cache-expiry as group
14391         members.
14392
14393 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14394
14395         * smime.el (smime-ldap-host-list): Doc fix.
14396         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14397         cache) password.
14398         (smime-sign-region): Use it.
14399         (smime-decrypt-region): Use it.
14400         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14401         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14402         fails.
14403         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14404         certificate from DER to PEM format rather than calling openssl.
14405
14406         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14407
14408         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14409         for signing/encryption.
14410
14411         * mml.el (mml-parse-1): Use them.
14412
14413 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14414
14415         * nnrss.el (nnrss-verbose): Removed.
14416         (nnrss-request-group): Use `nnheader-message' instead.
14417
14418 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14419
14420         * nnrss.el (nnrss-verbose): New variable.
14421         (nnrss-request-group): Make it say nnrss is requesting a group.
14422
14423 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14424
14425         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14426         Handle news URL with given port correctly.
14427
14428 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14431         containing special characters.
14432
14433         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14434
14435         * mml.el (mime-to-mml): Ditto.
14436
14437         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14438         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14439         (rfc2047-decode-region): Quote decoded words containing special
14440         characters when rfc2047-quote-decoded-words-containing-tspecials
14441         is non-nil.
14442
14443 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14446
14447         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14448
14449 2005-02-15  Simon Josefsson  <jas@extundo.com>
14450
14451         * nnimap.el (nnimap-debug): Doc fix.
14452
14453         * imap.el (imap-debug): Doc fix.
14454
14455 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14458
14459 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * gnus.el (spam-contents): Improve docs for spam-contents
14462         parameter in its variable incarnation.
14463
14464 2005-02-14  Simon Josefsson  <jas@extundo.com>
14465
14466         * smime-ldap.el: Use require instead of load-library for ldap.
14467         (smime-ldap-search): Indent.
14468         (smime-ldap-search-internal): Shorten line.
14469
14470         * smime.el (smime-cert-by-dns): Add doc-string.
14471         (smime-cert-by-ldap-1): Indent.
14472
14473         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14474         mml-smime-get-dns-ldap.
14475         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14476
14477 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14478
14479         * smime.el: Require smime-ldap.
14480         (smime-ldap-host-list): New variable.
14481         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14482
14483         * mml-smime.el (mml-smime-encrypt-query): New function.
14484         (mml-smime-encrypt-query): Use it.
14485
14486         * smime-ldap.el: New file.
14487
14488 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14491
14492 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14495         argument in doc string.  Make query for type more clear.
14496
14497 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gnus.el (gnus-group-startup-message): Search for gnus images in
14500         etc/images/gnus.
14501         * mm-util.el (mm-image-load-path): Likewise.
14502         * smiley.el (smiley-data-directory): Search for smilies in
14503         etc/images/smilies.
14504
14505 2005-02-09  Kim F. Storm  <storm@cua.dk>
14506
14507         Change Emacs release version from 21.4 to 22.1 throughout.
14508         Change Emacs development version from 21.3.50 to 22.0.50.
14509
14510 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14513
14514         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14515         non-Mule XEmacs as well.
14516         (mm-decompress-buffer): Signal an error intentionally if it does
14517         not decompress compressed data because auto-compression-mode is
14518         disabled.
14519
14520 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14521
14522         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14523         an ID in the registry even if it has no groups.
14524
14525 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14528         merge it into mm-decompress-buffer.
14529         (gnus-mime-copy-part): Use the MIME part charset, the value which
14530         a user specified or gnus-newsgroup-charset for decoding, like
14531         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14532         save-buffer what was used.  Suggested by Kevin Ryde
14533         <user42@zip.com.au>.
14534         (gnus-mime-inline-part): Allow the name parameter as well as the
14535         filename parameter; force decompressing of compressed data; always
14536         display contents being not decoded as unibyte.
14537
14538         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14539         as well as the filename parameter.
14540
14541         * mm-util.el (mm-decompress-buffer): Merge
14542         gnus-mime-jka-compr-maybe-uncompress.
14543         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14544         of compressed data.
14545
14546 2005-02-08  Simon Josefsson  <jas@extundo.com>
14547
14548         * imap.el (imap-log): Doc fix.
14549
14550 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14553         the coding cookies; decompress compressed parts.
14554
14555         * mml.el (mml-generate-mime-1): Add the charset parameter according
14556         to the value which a user specified manually or the coding cookie.
14557
14558         * mm-util.el (mm-string-to-multibyte): New function.
14559         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14560         (mm-coding-system-to-mime-charset): New function.
14561         (mm-decompress-buffer): New function.
14562         (mm-find-buffer-file-coding-system): New function.
14563
14564         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14565         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14566         parts.
14567
14568 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14569
14570         * mm-view.el (mm-display-inline-fontify): Decode a part according
14571         to the charset parameter.
14572
14573 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14576         prefix arg is neither nil nor a number, as info specifies.
14577
14578 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14581         timestamps.
14582
14583 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14584
14585         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14586         groups error checking and notify user.
14587
14588 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14589
14590         * message.el (message-send-mail-function): Check existence of
14591         sendmail-program first before using default value
14592         `message-send-mail-with-sendmail'.  Otherwise use more generic
14593         `smtpmail-send-it'.
14594
14595 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * nntp.el (nntp-request-update-info): Always return nil.
14598
14599 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14600
14601         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14602
14603 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14604
14605         * message.el (message-beginning-of-line): Change the behavior when
14606         invoked between BOL and : so that it first moves backward.
14607
14608 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14611         article buffer when editing of the article is discarded.
14612         (gnus-article-prepare): Revert.
14613
14614 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * gnus-art.el (gnus-article-prepare):
14617         Remove message-strip-forbidden-properties from the local hook.
14618
14619 2005-01-27  Simon Josefsson  <jas@extundo.com>
14620
14621         * password.el (password-cache-add): Only start one timer per key.
14622         Reported by Derek Atkins <warlord@MIT.EDU>.
14623
14624 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14625
14626         * run-at-time.el: Removed.  It is no longer needed as
14627         timer-funcs.el in the xemacs-base package has a working version of
14628         `run-at-time'.
14629
14630         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14631
14632         * password.el: Require timer-funcs instead of run-at-time in
14633         XEmacs.
14634         Remove `password-run-at-time' macro.
14635         (password-cache-add): Use `run-at-time' instead of
14636         `password-run-at-time'.
14637
14638         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14639         Remove `nnheader-cancel-function-timers' alias,
14640         `cancel-function-timers' exists in XEmacs in timer-funcs.
14641
14642         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14643         for `run-with-idle-timer'.
14644
14645         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14646         for `run-at-time'.
14647
14648         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14649         for `with-timeout'.
14650
14651         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14652         the same as for XEmacs 21.4.
14653         No need to ignore `run-with-idle-timer', this function exists in
14654         XEmacs now in timer-funcs.el in the xemacs-base package.
14655         (dgnushack-compile): No need to delete
14656         run-at-time.el from the list of files to compile because it
14657         doesn't exist anymore.
14658
14659 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14662         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14663
14664 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14665
14666         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14667         sensitively.
14668
14669 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14670
14671         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14672
14673 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14676         which will be inserted according to the multibyteness of a buffer
14677         rather than the type of contents.  Suggested by ARISAWA Akihiro
14678         <ari@mbf.ocn.ne.jp>.
14679
14680         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14681         of string which old xml.el may return rather than a string.
14682
14683 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14686
14687 2005-01-16  Simon Josefsson  <jas@extundo.com>
14688
14689         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14690         idn/idna.el isn't available.
14691         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14692         <michael@waxrat.com>.
14693
14694         * hashcash.el: Remove non-FSF copyright header.
14695
14696         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14697         (hashcash-generate-payment): Use it.
14698         (hashcash-generate-payment-async): Use it.
14699
14700 2005-01-15  Simon Josefsson  <jas@extundo.com>
14701
14702         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14703         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14704
14705         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14706         gnus-summary-idna-message.
14707         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14708         (gnus-summary-idna-message): New function.
14709
14710 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14713         gnus-novice-user.
14714
14715 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * nnrss.el (nnrss-request-delete-group): Delete entries in
14718         nnrss-group-alist as well.
14719         (nnrss-save-server-data): Insert newline.
14720
14721 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus.el (gnus-user-agent): Use list of symbols instead of
14724         symbols.  Display full version number for (S)XEmacs.  Optionally
14725         display (S)XEmacs codename.
14726
14727         * gnus-util.el (gnus-emacs-version): Update for new
14728         `gnus-user-agent'.
14729
14730         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14731         Gnus version.
14732
14733 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14736         which is unreadable in some setups.
14737
14738 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-spec.el (gnus-update-format-specifications): Flush the
14741         group format spec cache if it doesn't support decoded group names.
14742
14743 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14744
14745         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14746         Allow to apply decay on score files matching a regexp.
14747
14748 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14751         compatibility in %g and %c.
14752
14753 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14756         name for only %g and %c.
14757         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14758         of gnus-tmp-group to decoded group name.
14759         (gnus-group-make-rss-group): Exclude `/'s from group names.
14760
14761 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * nnrss.el (nnrss-get-encoding): Fix regexp.
14764
14765 2004-12-27  Simon Josefsson  <jas@extundo.com>
14766
14767         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14768         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14769         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14770
14771 2004-12-17  Kim F. Storm  <storm@cua.dk>
14772
14773         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14774
14775         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14776
14777 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14778
14779         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14780
14781 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * nnrss.el: Require rfc2047 and mml.
14784         (nnrss-file-coding-system): New variable.
14785         (nnrss-format-string): Redefine it as an inline function.
14786         (nnrss-decode-group-name): New function.
14787         (nnrss-string-as-multibyte): Remove.
14788         (nnrss-retrieve-headers): Decode group name; don't use
14789         nnrss-format-string.
14790         (nnrss-request-group): Decode group name.
14791         (nnrss-request-article): Decode group name; allow a Message-ID as
14792         well as an article number; don't use nnrss-format-string; encode a
14793         Message-ID string which may contain non-ASCII characters; use
14794         mml-to-mime to compose a MIME article.
14795         (nnrss-request-expire-articles): Decode group name.
14796         (nnrss-request-delete-group): Decode group name.
14797         (nnrss-fetch): Clarify error message.
14798         (nnrss-read-server-data): Use insert-file-contents instead of load;
14799         bind file-name-coding-system; use multibyte buffer.
14800         (nnrss-save-server-data): Bind coding-system-for-write to the
14801         value of nnrss-file-coding-system; bind file-name-coding-system;
14802         add coding cookie.
14803         (nnrss-read-group-data): Use insert-file-contents instead of load;
14804         bind file-name-coding-system; use multibyte buffer.
14805         (nnrss-save-group-data): Bind coding-system-for-write to the
14806         value of nnrss-file-coding-system; bind file-name-coding-system.
14807         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14808         make it work with non-ASCII text.
14809         (nnrss-find-el): Make it work with old xml.el as well.
14810
14811 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14812
14813         * nnrss.el (nnrss-get-encoding): New function.
14814         (nnrss-fetch): Use unibyte buffer initially; bind
14815         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14816         decode contents according to the encoding attribute.
14817         (nnrss-save-group-data): Add coding cookie.
14818         (nnrss-mime-encode-string): New function.
14819         (nnrss-check-group): Use it to encode subject and author.
14820
14821 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14822
14823         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14824         imaginary variable.
14825
14826 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14829         correctly even if there are wide characters.
14830
14831 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14832
14833         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14834         downcased symbol names; make a new cache instead of reusing
14835         bbdb-hashtable.
14836
14837 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14840         concatenating segments rather than before concatenating them.
14841         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14842
14843         * message.el (message-get-reply-headers): Bind `extra'.
14844
14845 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14846
14847         * message.el (message-extra-wide-headers): New variable.
14848         (message-get-reply-headers): Use it.
14849
14850 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14853         (gnus-agent-group-pathname): Ditto.
14854
14855         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14856
14857         * gnus-group.el (gnus-group-make-group): Decode group name.
14858         (gnus-group-make-rss-group): Register the group data after opening
14859         the nnrss group.
14860
14861 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14862
14863         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14864         by expiry now get marked as read.
14865
14866 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14869
14870 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14871
14872         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14873         unify Latin characters in XEmacs.
14874         (mm-find-mime-charset-region): Use it.
14875
14876 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-util.el (gnus-delete-directory): New function.
14879
14880         * gnus-agent.el (gnus-agent-delete-group): Use it.
14881
14882         * gnus-cache.el (gnus-cache-delete-group): Use it.
14883
14884 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14887         names.
14888
14889 2004-12-16  Simon Josefsson  <jas@extundo.com>
14890
14891         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14892
14893 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14896
14897         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14898         (gnus-group-set-current-level): Decode group name.
14899
14900 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14901
14902         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14903         failed.
14904
14905 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-group.el (gnus-group-delete-group): Decode group name.
14908         (gnus-group-make-rss-group): Encode group name.
14909         (gnus-group-catchup-current): Decode group name.
14910         (gnus-group-kill-group): Decode group name.
14911
14912 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14913
14914         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14915
14916 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * gnus-group.el (gnus-group-make-rss-group):
14919         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14920
14921         * gnus-start.el (gnus-setup-news): Honor user's setting to
14922         gnus-message-archive-method.  Suggested by Lute Kamstra
14923         <lute@gnu.org>.
14924
14925 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14926
14927         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14928         global counterparts of the buffer-local variables.
14929
14930 2004-11-16  Romain Francoise  <romain@orebokech.com>
14931
14932         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14933         counterparts of the buffer-local variables.
14934
14935 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * message.el (message-forbidden-properties): Fixed typo in doc
14938         string.
14939
14940 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * gnus-util.el (gnus-replace-in-string): Added doc string.
14943
14944         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14945         to avoid problems when splitting mails with many recipients.
14946
14947 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14948
14949         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14950         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14951
14952 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14953
14954         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14955         if there is no hashtable in memory or file modification time is
14956         newer than cached timestamp.
14957
14958 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14961         not-matching option.
14962
14963 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14966         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14967         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14968         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14969         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14970         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14971
14972 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * message.el (message-forward-make-body-mml): Remove headers
14975         according to message-forward-ignored-headers if a message is decoded.
14976
14977 2004-12-02  Romain Francoise  <romain@orebokech.com>
14978
14979         * message.el (message-forward-make-body-plain): Always remove
14980         headers according to message-forward-ignored-headers.
14981
14982 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * spam.el (spam-summary-prepare-exit): Remove the
14985         gnus-summary-limit pop for now, it has problems with ham marks for
14986         me.
14987
14988 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14989
14990         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14991         correctly.
14992
14993 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14994
14995         * format-spec.el (format-spec): Message the char.
14996
14997 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14998
14999         * gnus-art.el (gnus-split-methods): Reformat comments.
15000
15001         * spam.el (spam-summary-prepare-exit): Remove article limits
15002         before exiting the summary buffer.
15003
15004 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15007         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15008
15009         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15010         order to silence the byte compiler.
15011
15012         * spam.el: Fix the way to silence the byte compiler, which
15013         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15014         bbdb-search-simple, spam-BBDB-register-routine,
15015         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15016         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15017         spam-stat-buffer-is-spam, spam-stat-load,
15018         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15019         spam-stat-save and spam-stat-split-fancy.
15020
15021 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15024         which may confuse users.
15025         (canlock-password-for-verify): Ditto.
15026
15027         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15028
15029         * gnus-art.el (gnus-emphasis-alist): Ditto.
15030
15031         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15032
15033         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15034
15035         * gnus-start.el (gnus-save-killed-list): Ditto.
15036
15037         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15038         (gnus-sum-thread-tree-root): Ditto.
15039         (gnus-sum-thread-tree-false-root): Ditto.
15040         (gnus-sum-thread-tree-single-indent): Ditto.
15041
15042         * message.el (message-courtesy-message): Ditto.
15043         (message-archive-note): Ditto.
15044         (message-subscribed-address-file): Ditto.
15045         (message-user-fqdn): Ditto.
15046
15047         * spam-report.el (spam-report-gmane-regex): Ditto.
15048
15049         * spam.el (spam-blackhole-good-server-regex): Ditto.
15050
15051 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * mml.el (mml-preview): Widen the message buffer before copying
15054         the contents to the preview buffer; sort headers before previewing.
15055
15056         * message.el (message-hidden-headers): Fix the way to avoid a bug
15057         in the `repeat' widget in Emacs 21.3 or earlier.
15058
15059 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * message.el (message-hidden-headers): Default to "^References:".
15062         Improve customization type.  Suggested by Reiner Steib
15063         <Reiner.Steib@gmx.de>.
15064
15065 2004-11-25  Romain Francoise  <romain@orebokech.com>
15066
15067         * message.el (message-strip-forbidden-properties): Remove check for
15068         obsolete `message-hidden' text property, hidden headers are not
15069         accessible in the buffer anymore.
15070
15071 2004-11-22  Romain Francoise  <romain@orebokech.com>
15072
15073         * message.el (message-header-format-alist): Add `From' in list
15074         so that it can be sorted.
15075         (message-fix-before-sending): Widen and sort headers before
15076         sending.
15077         (message-hide-headers): Use narrowing to hide headers by moving
15078         them to the top of the buffer and narrowing to the region
15079         underneath.
15080
15081 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15082
15083         * message.el (message-strip-forbidden-properties): Bind
15084         buffer-read-only (etc) to nil.
15085
15086 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15089         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15090
15091 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15092
15093         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15094
15095 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15096
15097         * dns.el (query-dns): Use sit-for to time instead of
15098         accept-process-output, since that doesn't seem to work on udp
15099         sockets.
15100
15101 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15104
15105 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15106
15107         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15108         doc string.  Improve doc string.
15109
15110 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * nntp.el (nntp-request-update-info): Return nil if
15113         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15114         may not call gnus-activate-group which uselessly issues the GROUP
15115         commands for all nntp groups and wastes time.  Reported by Romain
15116         Francoise <romain@orebokech.com>.
15117
15118         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15119
15120 2004-11-15  Simon Josefsson  <jas@extundo.com>
15121
15122         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15123         headers separately.
15124         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15125         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15126
15127 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus-start.el (gnus-convert-old-newsrc):
15130         Assign legacy-gnus-agent to 5.10.7.
15131
15132 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15133
15134         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15135         start of the lines.
15136
15137 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15138
15139         * hashcash.el (hashcash-default-payment): Change default to 20.
15140         (hashcash-default-accept-payment): Change default to 20.
15141         (hashcash-process-alist): New variable.
15142         (hashcash-generate-payment-async): Add.
15143         (hashcash-already-paid-p): Add.
15144         (hashcash-insert-payment): Don't generate payments twice.
15145         (hashcash-insert-payment-async): Add.
15146         (hashcash-insert-payment-async-2): Add.
15147         (hashcash-cancel-async): Add.
15148         (hashcash-wait-async): Add.
15149         (hashcash-processes-running-p): Add.
15150         (hashcash-wait-or-cancel): Add.
15151         (mail-add-payment): New optional argument.  Conditionally start
15152         asynchronous calculation.
15153         (mail-add-payment-async): Add.
15154
15155         * message.el (message-send-mail): Wait for asynchronous hashcash
15156         results.  Don't clobber existing X-Hashcash headers.
15157         (message-setup-1): Call mail-add-payment-async when
15158         message-generate-hashcash is non-nil.
15159
15160 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15161
15162         * message.el (message-use-alternative-email-as-from): Examine the
15163         From header as well; use message-make-from in order to include a
15164         user's full name.
15165
15166 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15169         default; improve customization type.
15170         (gnus-emphasis-custom-with-format): New macro.
15171         (gnus-emphasis-custom-value-to-external): New function.
15172         (gnus-emphasis-custom-value-to-internal): New function.
15173
15174 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15175
15176         * dns.el (query-dns): Resolve reverse addresses.
15177
15178 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15179
15180         * gnus-group.el (gnus-group-get-new-news): Use it.
15181
15182         * gnus-start.el (gnus-check-reasonable-setup): New function.
15183
15184 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15187         "Args out of range" error.  Reported by Arnaud Giersch
15188         <arnaud.giersch@free.fr>.
15189
15190 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15191
15192         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15193
15194 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15195
15196         * spam.el (spam group): Add :version.
15197
15198         * pgg-def.el (pgg group): Add :version.
15199
15200 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-art.el (gnus-article-edit-article): Don't associate the
15203         article buffer with a draft file.  This is a temporary measure
15204         against the 2004-08-22 change to gnus-article-edit-mode.
15205
15206 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15209         (html2text-format-tags): Remove unused variable `attr'.
15210
15211 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15214
15215         * tls.el (tls-process-connection-type, tls-success)
15216         (tls-certtool-program): Add :version.
15217
15218         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15219         (starttls-extra-arguments, starttls-process-connection-type)
15220         (starttls-connect, starttls-failure, starttls-success): Add :version.
15221
15222         * spam-stat.el (spam-stat): Add :version.
15223
15224         * sieve.el (sieve): Add :version.
15225
15226         * sha1.el (sha1): Add :version.
15227         (sha1-use-external): Remove redundant version.
15228
15229         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15230         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15231         (nnmail-split-fancy-match-partial-words)
15232         (nnmail-split-lowercase-expanded): Add :version.
15233
15234         * nndiary.el (nndiary): Add :version.
15235
15236         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15237
15238         * mml-sec.el (mml-default-sign-method)
15239         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15240         Add :version.
15241
15242         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15243
15244         * mm-url.el (mm-url-use-external, mm-url-program)
15245         (mm-url-arguments): Add :version.
15246
15247         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15248         (mm-attachment-file-modes, mm-decrypt-option)
15249         (mm-w3m-safe-url-regexp): Add :version.
15250
15251         * message.el (message-cite-prefix-regexp)
15252         (message-sendmail-envelope-from, message-minibuffer-local-map)
15253         (message-user-fqdn, message-completion-alist): Add :version.
15254
15255         * gnus-win.el (gnus-configure-windows-hook)
15256         (gnus-use-frames-on-any-display): Add :version.
15257
15258         * gnus-art.el (gnus-article-address-banner-alist)
15259         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15260         (gnus-treat-from-picon, gnus-treat-mail-picon)
15261         (gnus-treat-x-pgp-sig): Add :version.
15262
15263         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15264         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15265         (gnus-summary-article-delete-hook)
15266         (gnus-summary-display-while-building): Add :version.
15267
15268         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15269         (gnus-get-top-new-news-hook): Add :version.
15270
15271         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15272         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15273
15274         * gnus-registry.el (gnus-registry): Add :version.
15275
15276         * gnus-spec.el (gnus-use-correct-string-widths)
15277         (gnus-make-format-preserve-properties): Add :version.
15278
15279         * gnus.el (gnus-group-charter-alist)
15280         (gnus-group-fetch-control-use-browse-url)
15281         (gnus-install-group-spam-parameters): Add :version.
15282
15283         * gnus-diary.el (gnus-diary): Add :version.
15284
15285         * gnus-delay.el (gnus-delay): Add :version.
15286
15287         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15288         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15289         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15290         Add :version.
15291
15292         * gnus-agent.el (gnus-agent-max-fetch-size)
15293         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15294         (gnus-agent-prompt-send-queue): Add :version.
15295
15296         * deuglify.el (gnus-outlook-deuglify): Add :version.
15297
15298         * html2text.el: Beautify code.  Improve doc strings.  Some
15299         checkdoc cleanup.
15300         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15301
15302 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15303
15304         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15305
15306 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15309         when package is loaded.
15310
15311         * spam.el (spam-summary-score-preferred-header): Add global preference
15312         for people who want to override the default SpamAssassin over
15313         Bogofilter preference (when both are set).
15314         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15315         (spam-user-format-function-S): Check
15316         spam-summary-score-preferred-header.
15317         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15318         (spam-user-format-function-S): Format the score correctly.
15319
15320 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15323         signature file.  Suggested by Manoj Srivastava
15324         <srivasta@golden-gryphon.com>.
15325
15326         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15327         iso-2022-jp even in the Japanese language environment.
15328         Suggested by Jason Rumney <jasonr@gnu.org>.
15329
15330 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15333         use the same characters as the dummy marks; make it free from
15334         getting affected by the language environment.
15335         (gnus-summary-read-group-1): Update mark positions only when the
15336         format spec is updated.
15337
15338         * gnus-spec.el (gnus-update-format-specifications): Return a list
15339         of updated types.
15340
15341 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15344         of boundp to check if display-warning is available.
15345
15346 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15349
15350 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * nnspool.el (nnspool-spool-directory): Use news-path if the
15353         news-directory variable is not bound.
15354
15355         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15356         function instead of display-warning if it is not available.
15357
15358 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15361         v5-10: Use `point-at-bol'.
15362
15363 2004-10-26  Simon Josefsson  <jas@extundo.com>
15364
15365         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15366         <chenggao@gmail.com>.
15367
15368 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15371         instead.
15372
15373 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15376         to remove a server from the nnimap-server-buffer-alist.
15377         (nnimap-open-connection, nnimap-close-server): Use it.
15378
15379         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15380
15381 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15384         running the major-mode function.
15385
15386 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15389         dummy marks in the right way.
15390
15391 2004-10-18  David Edmondson  <dme@dme.org>
15392
15393         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15394         excessively.
15395
15396 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15397
15398         * gnus-util.el (gnus-split-references): Accept a nil references
15399         string and go on blissfully.
15400
15401         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15402         cases where the references string is non-nil but has no references.
15403
15404         * encrypt.el: Add autoload tags.
15405
15406         * spam.el (spam-resolve-registrations-routine): Remove article
15407         from unregistration list too.  Reported by David Hanak
15408         <dhanak@isis.vanderbilt.edu>
15409
15410 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15413         nil.  Changed custom type.
15414
15415 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15418
15419         * gnus-sum.el (gnus-summary-move-article): Use it.
15420
15421 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * encrypt.el: Add autoload cookies.
15424
15425         * spam.el (spam-backend-article-list-property)
15426         (spam-backend-get-article-todo-list)
15427         (spam-backend-put-article-todo-list)
15428         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15429         Resolve registrations separately.
15430         (spam-register-routine): Format comments.
15431         (spam-unregister-routine, spam-register-routine): Always call with
15432         specific-articles, no default list.
15433         (spam-summary-prepare-exit): Use the spam-classifications function.
15434
15435         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15436         gnus-encrypt.el.
15437
15438         * encrypt.el: Copied from gnus-encrypt.el.
15439
15440         * gnus-encrypt.el: Commented that it's obsolete.
15441
15442 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15445         (gnus-score-save): Use it.
15446
15447         * message.el (message-bury): Use `window-dedicated-p'.
15448
15449 2004-10-15  Simon Josefsson  <jas@extundo.com>
15450
15451         * pop3.el (top-level): Don't require nnheader.
15452         (pop3-read-timeout): Add.
15453         (pop3-accept-process-output): Add.
15454         (pop3-read-response, pop3-retr): Use it.
15455
15456 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * spam.el (spam-register-routine): Move comment.
15459         (spam-verify-bogofilter): Use 'unknown for the initial
15460         spam-bogofilter-valid state, not 'never.
15461
15462         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15463         for netrc-machine.
15464
15465         * nnimap.el (nnimap-open-connection): Use
15466         netrc-machine-user-or-password.
15467
15468 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15469
15470         * gnus-registry.el (gnus-registry-unload-hook):
15471         Set as a variable with add-hook.
15472
15473         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15474         of news-path.
15475
15476         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15477
15478         * spam.el: Delete duplicate `provide'.
15479         (spam-unload-hook): Set as a variable with add-hook.
15480
15481 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15484         in the doc string.
15485
15486         * message.el (message-ignored-news-headers)
15487         (message-ignored-supersedes-headers)
15488         (message-ignored-resent-headers)
15489         (message-forward-ignored-headers): Improve custom type.
15490
15491 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * message.el (message-tokenize-header): Fix 2004-09-06 change
15494         which used point-min in the wrong place.
15495
15496 2004-10-12  Simon Josefsson  <jas@extundo.com>
15497
15498         * tls.el (tls-certtool-program): New variable.
15499         (tls-certificate-information): New function, based on
15500         ssl-certificate-information.
15501
15502 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * compface.el: Move the version of ELisp-based uncompface program
15505         to the contrib directory because of the copyright problem.
15506
15507 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * message.el (message-kill-buffer): Raise the current frame.
15510
15511 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15514
15515         * gnus.el (message-y-or-n-p): Autoload.
15516
15517         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15518         (pop3-password-required, pop3-authentication-scheme)
15519         (pop3-leave-mail-on-server): Made customizable.
15520         (pop3): New custom group.
15521         (pop3-retr): Remove `sleep-for' statements.
15522         Suggested by Dave Love <fx@gnu.org>.
15523
15524         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15525         Windows/DOS.
15526
15527         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15528         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15529         Dave Love <fx@gnu.org>.
15530
15531         * mml.el (mml-minibuffer-read-disposition): Require match.
15532         Suggested by Dave Love <fx@gnu.org>.
15533
15534 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15537         doc string.
15538
15539 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15542
15543 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15544
15545         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15546         instead of calling `mm-insert-inline', to decode text/* parts
15547         before displaying them.
15548
15549 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * mm-uu.el (mm-uu-text-plain-type): New variable.
15552         (mm-uu-pgp-signed-extract-1): Use it.
15553         (mm-uu-pgp-encrypted-extract-1): Use it.
15554         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15555         bind mm-uu-text-plain-type with that value.
15556         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15557         mm-uu-dissect.
15558
15559 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-group.el (gnus-update-group-mark-positions):
15562         * gnus-sum.el (gnus-update-summary-mark-positions):
15563         * message.el (message-check-news-body-syntax):
15564         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15565         of string-as-multibyte.
15566
15567 2004-10-05  Juri Linkov  <juri@jurta.org>
15568
15569         * gnus-group.el (gnus-update-group-mark-positions):
15570         * gnus-sum.el (gnus-update-summary-mark-positions):
15571         * message.el (message-check-news-body-syntax):
15572         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15573         8-bit unibyte values to a multibyte string for search functions.
15574
15575 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15578         (mm-uu-dissect-text-parts): New function.
15579
15580         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15581         dissect text parts.
15582
15583         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15584         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15585
15586         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15587
15588         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15589         gnus-current-topics instead of gnus-current-topic.
15590
15591 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15592
15593         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15594
15595 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15596
15597         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15598         where approriate.
15599
15600         * nnml.el (nnml-generate-active-info): do.
15601
15602         * nndiary.el (nndiary-generate-active-info): do.
15603
15604         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15605         (gnus-topic-move): do.
15606
15607         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15608         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15609
15610         * gnus-srvr.el (gnus-server-prepare)
15611         (gnus-server-open-all-servers): do.
15612
15613         * gnus-msg.el (gnus-summary-cancel-article)
15614         (gnus-summary-resend-message)
15615         (gnus-summary-mail-crosspost-complaint): do.
15616
15617         * gnus-move.el (gnus-change-server): do.
15618
15619         * gnus-group.el (gnus-group-unmark-all-groups)
15620         (gnus-group-set-current-level): do.
15621
15622 2004-10-04  Simon Josefsson  <jas@extundo.com>
15623
15624         * message.el (message-generate-hashcash): Doc fix.
15625
15626 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15627
15628         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15629         avoid infinite recursion via gnus-get-function.
15630
15631 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15632
15633         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15634
15635         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15636
15637         * nnmail.el (nnmail-split-history): do.
15638
15639         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15640         (nnml-request-delete-group): do.
15641
15642         * nnslashdot.el (nnslashdot-read-groups): do.
15643
15644         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15645         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15646
15647         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15648         (nnspool-sift-nov-with-sed): Use last.
15649         (nnspool-retrieve-headers-with-nov): Use mapc.
15650         (nnspool-request-newgroups): Use dolist.
15651         (nnspool-request-group): Use last.
15652
15653         * nntp.el (nntp-read-server-type): Use dolist.
15654
15655         * nnvirtual.el (nnvirtual-create-mapping)
15656         (nnvirtual-update-read-and-marked): Use dolist.
15657         (nnvirtual-convert-headers): Simplify.
15658
15659 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15660
15661         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15662         support for sync'ing tick marks.
15663
15664 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15667         there's no visible header.
15668
15669 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15670
15671         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15672         necessary, pass full group name to gnus-request-set-marks.
15673
15674 2004-10-01  Simon Josefsson  <jas@extundo.com>
15675
15676         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15677         acroread.
15678
15679 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * spam-report.el (spam-report-gmane): Fix interactive.
15682
15683         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15684
15685         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15686         when writing file.
15687         (gnus-agent-synchronize-flags): Don't default to being
15688         interactive.
15689
15690 2004-09-30  Simon Josefsson  <jas@extundo.com>
15691
15692         * message.el (message-generate-hashcash): Add.
15693         (message-send-mail): Use it, call mail-add-payment.
15694
15695 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15698
15699 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15700
15701         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15702         gnus-requst-update-info with explicit code to sync the in-memory
15703         info read flags with the marks being sync'd to the backend.
15704
15705         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15706
15707 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15708
15709         * spam.el (spam-verify-bogofilter): Add new function.
15710         (spam-check-bogofilter)
15711         (spam-bogofilter-register-with-bogofilter): Use it.
15712         (spam-verify-bogofilter): Add small fixes.
15713
15714 2004-09-28  Simon Josefsson  <jas@extundo.com>
15715
15716         * hashcash.el (hashcash-generate-payment): Revert.
15717
15718 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15721         gnus-extract-references instead of gnus-split-references.
15722
15723         * gnus-util.el (gnus-extract-references): Add new function, analogous
15724         to gnus-split-references but extracts only the message-ID without
15725         anything extra.
15726
15727         * hashcash.el (hashcash-generate-payment)
15728         (hashcash-check-payment): Do the right thing if hashcash-path is
15729         nil (because the hashcash program could not be found).
15730
15731         * spam.el (spam-use-hashcash): Remove comment.
15732
15733 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15734
15735         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15736         (gnus-cache-enter-article, gnus-cache-remove-article)
15737         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15738
15739         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15740
15741         * gnus-art.el (article-hide-boring-headers)
15742         (article-translate-strings, article-display-face)
15743         (gnus-article-mime-match-handle-first)
15744         (gnus-article-highlight-headers)
15745         (gnus-article-add-buttons-to-head): do.
15746
15747 2004-09-27  Simon Josefsson  <jas@extundo.com>
15748
15749         * hashcash.el: New version, from
15750         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15751         ../contrib/.
15752
15753 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15756
15757 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * gnus-dup.el (gnus-dup-open): Use mapc.
15760         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15761
15762         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15763         Reported by Stefan Wiens <s.wi@gmx.net>.
15764
15765         * gnus.el (gnus-shutdown): Use dolist.
15766
15767         * gnus-undo.el (gnus-undo): Use mapc.
15768
15769         * nnrss.el (nnrss-generate-active): do.
15770
15771         * message.el (message-cite-original-without-signature)
15772         (message-cite-original): Use mapc.
15773         (message-do-actions, message-make-forward-subject): Use dolist.
15774
15775 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15776
15777         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15778         deletion to remove entire duplicate line.  Fixes merged article
15779         number bug.
15780
15781 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15782
15783         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15784         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15785         first ask if you want to open a server and then, even when you
15786         responded with no, asking if you want to synchronize the server's
15787         flags.
15788         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15789         multi-line expressions.
15790         (gnus-agent-synchronize-group-flags): New internal function.
15791         Updates marks in memory (in the info structure) AND in the
15792         backend.
15793
15794         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15795
15796         * nnagent.el (nnagent-request-set-mark): Use
15797         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15798         method, to ensure that synchronization updates marks in the
15799         backend and in the info (in memory) structure.
15800
15801 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15804         convention fully; don't miss the root article of a thread; make
15805         the X-Draft-From header with correct article numbers.
15806
15807 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15808
15809         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15810         unless plugged.  Disable the agent so that an open failure causes
15811         an error.
15812
15813         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15814         Reverted 2004-09-21 change.  The backend must be opened while
15815         synchronizing flags even when the backend stores the flags
15816         locally.
15817
15818 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15821         in `header' match.  Reported by Svend Tollak Munkejord.
15822
15823         * message.el (message-cite-original): Fix use of
15824         `message-cite-articles-with-x-no-archive'.
15825
15826 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15829         (gnus-window-to-buffer): Ditto.
15830
15831         * mml.el (mml-preview-buffer): New variable.
15832         (mml-preview): Manage window layout with gnus-buffer-configuration.
15833
15834         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15835         X-Draft-From header even if those articles aren't quoted.
15836
15837 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15838
15839         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15840         (gnus-request-set-mark, gnus-request-update-mark): Use new
15841         g-s-t-u-l-m to decide to use backend even when unplugged.
15842
15843 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15846         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15847
15848 2004-09-20  Simon Josefsson  <jas@extundo.com>
15849
15850         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15851         "utf-16-le".
15852
15853 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15854
15855         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15856
15857 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * uudecode.el (uudecode-use-external): Add :version.
15860
15861         * smime.el (smime-CA-file, smime-encrypt-cipher)
15862         (smime-dns-server): Add :version.
15863
15864         * smiley.el (gnus-smiley-file-types): Add :version.
15865
15866         * sha1.el (sha1-use-external): Add :version.
15867
15868         * pgg-def.el (pgg-query-keyserver): Add :version.
15869
15870         * nnmail.el (nnmail-fancy-expiry-targets)
15871         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15872         Add :version.
15873
15874         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15875         (nnimap-retrieve-groups-asynchronous): Add :version.
15876         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15877
15878         * mml.el (mml-content-disposition-parameters)
15879         (mml-insert-mime-headers-always): Add :version.
15880
15881         * mm-util.el (mm-coding-system-priorities): Add :version.
15882
15883         * mm-decode.el (mm-inline-text-html-with-images)
15884         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15885         (mm-verify-option): Add :version.
15886         (mm-text-html-renderer): Change :version.
15887
15888         * message.el (message-fcc-externalize-attachments)
15889         (message-required-headers, message-draft-headers)
15890         (message-subject-trailing-was-query)
15891         (message-subject-trailing-was-ask-regexp)
15892         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15893         (message-mark-insert-end, message-archive-header)
15894         (message-archive-note, message-cross-post-default)
15895         (message-cross-post-note, message-followup-to-note)
15896         (message-cross-post-note-function, message-use-mail-followup-to)
15897         (message-subscribed-address-functions)
15898         (message-subscribed-address-file, message-subscribed-addresses)
15899         (message-subscribed-regexps, message-allow-no-recipients)
15900         (message-yank-cited-prefix, message-signature-insert-empty-line)
15901         (message-hidden-headers, message-hierarchical-addresses)
15902         (message-mail-user-agent, message-use-idna)
15903         (message-valid-fqdn-regexp)
15904         (message-strip-special-text-properties, message-header-synonyms)
15905         (message-beginning-of-line, message-tab-body-function): Add :version.
15906         (message-insert-canlock, message-wide-reply-confirm-recipients):
15907         Change :version.
15908
15909         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15910         and :version.
15911         (mail-source-delete-old-incoming-confirm)
15912         (mail-source-movemail-program): Add :version.
15913
15914         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15915         (gnus-agent-cache, gnus-agent): Change :version.
15916
15917         * gnus-util.el (gnus-use-byte-compile): Change :version.
15918
15919         * gnus-sum.el (gnus-summary-make-false-root-always)
15920         (gnus-summary-default-high-score)
15921         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15922         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15923         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15924         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15925         (gnus-sum-thread-tree-single-indent)
15926         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15927         (gnus-sum-thread-tree-leaf-with-other)
15928         (gnus-sum-thread-tree-single-leaf): Add :version.
15929         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15930         (gnus-article-loose-mime): Change :version.
15931
15932         * gnus-start.el (gnus-backup-startup-file)
15933         (gnus-save-startup-file-via-temp-buffer): Add :version.
15934
15935         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15936         (gnus-server-offline-face): Add :version.
15937
15938         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15939
15940         * gnus-msg.el (gnus-gcc-externalize-attachments)
15941         (gnus-debug-files, gnus-debug-exclude-variables)
15942         (gnus-discouraged-post-methods): Change :version.
15943         (gnus-confirm-mail-reply-to-news)
15944         (gnus-confirm-treat-mail-like-news): Add :version.
15945
15946         * gnus-int.el (gnus-server-unopen-status): Add :version.
15947
15948         * gnus-group.el (gnus-group-jump-to-group-prompt)
15949         (gnus-large-ephemeral-newsgroup)
15950         (gnus-fetch-old-ephemeral-headers): Add :version.
15951
15952         * gnus-fun.el (gnus-x-face-directory)
15953         (gnus-convert-pbm-to-x-face-command)
15954         (gnus-convert-image-to-x-face-command)
15955         (gnus-convert-image-to-face-command): Add :version.
15956
15957         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15958
15959         * gnus-cite.el (gnus-cite-blank-line-after-header)
15960         (gnus-article-boring-faces): Add :version.
15961
15962         * gnus-art.el (gnus-buttonized-mime-types)
15963         (gnus-inhibit-mime-unbuttonizing)
15964         (gnus-treat-display-face)
15965         (gnus-treat-body-boundary): Change :version.
15966         (gnus-body-boundary-delimiter, gnus-picon-databases)
15967         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15968         (gnus-treat-date-english, gnus-treat-fold-headers)
15969         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15970         (gnus-treat-mail-picon, gnus-treat-wash-html)
15971         (gnus-article-encrypt-protocol)
15972         (gnus-use-idna, gnus-article-over-scroll)
15973         (gnus-mime-display-multipart-alternative-as-mixed)
15974         (gnus-mime-display-multipart-related-as-mixed)
15975         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15976         (gnus-ctan-url, gnus-button-ctan-handler)
15977         (gnus-button-handle-ctan-bogus-regexp)
15978         (gnus-button-ctan-directory-regexp)
15979         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15980         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15981         (gnus-button-man-level, gnus-button-emacs-level)
15982         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15983
15984         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15985         (gnus-agent-go-online): Change :version.
15986         (gnus-agent-expire-unagentized-dirs)
15987         (gnus-agent-auto-agentize-methods): Add :version.
15988
15989         * flow-fill.el (fill-flowed-display-column)
15990         (fill-flowed-encode-column): Add :version.
15991
15992         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15993         (gnus-outlook-deuglify-unwrap-max)
15994         (gnus-outlook-deuglify-cite-marks)
15995         (gnus-outlook-deuglify-unwrap-stop-chars)
15996         (gnus-outlook-deuglify-no-wrap-chars)
15997         (gnus-outlook-deuglify-attrib-cut-regexp)
15998         (gnus-outlook-deuglify-attrib-verb-regexp)
15999         (gnus-outlook-deuglify-attrib-end-regexp)
16000         (gnus-outlook-display-hook): Add :version.
16001
16002         * binhex.el (binhex-use-external): Add :version.
16003
16004 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16007         and `invisible'.
16008
16009 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16010
16011         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16012         in gnus-registry-trim.
16013
16014 2004-09-13  Simon Josefsson  <jas@extundo.com>
16015
16016         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16017
16018         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16019
16020         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16021         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16022         <yamaoka@jpl.org>.
16023         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16024         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16025         <yamaoka@jpl.org>.
16026
16027         * sieve.el (sieve-manage-mode): Ditto.
16028
16029 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16032
16033 2004-09-11  Simon Josefsson  <jas@extundo.com>
16034
16035         * dns-mode.el: Add.
16036
16037         * mm-view.el (mm-display-dns-inline): Add.
16038
16039         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16040         (mm-automatic-display): Ditto.
16041
16042         * mailcap.el (mailcap-mime-data): Add text/dns.
16043         (mailcap-mime-extensions): Map .soa to text/dns.
16044
16045 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16046
16047         * gnus-art.el (article-decode-mime-words, article-babel)
16048         (gnus-article-highlight-signature, gnus-article-add-buttons)
16049         (gnus-signature-toggle): Remove unnecessary bindings of
16050         `inhibit-read-only' inherited from v5.10 merge.
16051
16052 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * nntp.el (nntp): New customization group.
16055         (nntp-authinfo-file): Add customization group.
16056
16057         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16058
16059         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16060
16061         * gnus.el (to-address, to-list, subscribed)
16062         (large-newsgroup-initial): Ditto.
16063
16064         * flow-fill.el (fill-flowed-display-column)
16065         (fill-flowed-encode-column): Ditto.
16066
16067 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16068
16069         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16070         Use point-min rather than 1.
16071         (message-send-mail): Use buffer-size rather than point-max.
16072
16073         * gnus-sum.el (gnus-summary-search-article-forward):
16074         Signal a specific `search-failed' rather than a generic `error'.
16075
16076         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16077         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16078         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16079
16080 2004-09-10  Simon Josefsson  <jas@extundo.com>
16081
16082         * nndb.el (require): Remove tcp and duplicate cl.
16083
16084 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * gnus-agent.el (directory-files-and-attributes): Move forward.
16087
16088 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16089
16090         * gnus-agent.el (directory-files-and-attributes): Optionally
16091         defined to support XEmacs.
16092
16093 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16094
16095         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16096         to avoid run-time CL dependencies.
16097         (gnus-agent-unfetch-articles): New function.
16098         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16099         article numbers even when local .overview file is missing.
16100         (gnus-agent-read-article-number): New function.  Only accepts
16101         27-bit article numbers.
16102         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16103         gnus-agent-read-article-number.
16104         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16105         from backend while recognizing that article numbers in .overview
16106         must be valid.
16107         (gnus-agent-update-files-total-fetched-for): Use
16108         directory-files-and-attributes to improve performance.
16109         * gnus-int.el (gnus-request-move-article): Use
16110         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16111         improve performance.
16112
16113         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16114         some users confused by references to .newsrc when they only have a
16115         .newsrc.eld file.
16116         (gnus-convert-mark-converter-prompt)
16117         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16118         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16119         New function.  Used internally to only display 'gnus converting
16120         files' message when actually necessary.
16121
16122         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16123         methods now autoloaded.
16124
16125 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16128         identifiers.
16129
16130 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * gnus-picon.el: Fix indentation and closing parenthesis.
16133
16134 2004-09-01  Simon Josefsson  <jas@extundo.com>
16135
16136         * message.el (message-canlock-generate): Require sha1, not
16137         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16138         to require within a function.  Sadly, if sha1.el isn't loaded, the
16139         let binding in m-c-g will hide the defcustom definition, which is
16140         bad.)
16141
16142         * canlock.el: Require sha1, not sha1-el.
16143
16144         * message.el: Don't autoload sha1 (there is a autoload cookie in
16145         sha1.el).
16146
16147         * sha1-el.el: Renamed to sha1.el.
16148
16149 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16150
16151         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16152
16153 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16154
16155         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16156
16157 2004-08-30  Kim F. Storm  <storm@cua.dk>
16158
16159         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16160
16161         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16162         Add :group 'nnimap.
16163
16164 2004-08-30  Andreas Schwab  <schwab@suse.de>
16165
16166         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16167         ?* and ?\;.
16168
16169         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16170         and ?\' to symbol instead of whitespace.
16171
16172 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16175
16176         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16177         instead of re-search-forward.
16178
16179         * gnus-uu.el (gnus-uu-save-article): Ditto.
16180         (gnus-uu-post-encode-uuencode): Ditto.
16181
16182         * html2text.el (html2text-clean-list-items): Ditto.
16183         (html2text-clean-dtdd): Ditto.
16184         (html2text-format-tags): Ditto.
16185
16186         * message.el (message-send-mail-with-sendmail): Fix regexp.
16187         (message-fill-field-general): Use search-forward instead of
16188         re-search-forward.
16189         (unbold-region): Ditto.
16190
16191         * nnrss.el (nnrss-request-article): Ditto.
16192
16193         * nnslashdot.el (nnslashdot-request-article): Ditto.
16194
16195         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16196
16197         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16198         "Unrecognized menu descriptor" error in XEmacs.
16199
16200 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16201
16202         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16203         parent article of a sparse article in the thread hashtb.
16204
16205 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16206
16207         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16208         (nnmail-expand-newtext): Lowercase expanded entries if
16209         nnmail-split-lowercase-expanded is non-nil.
16210
16211 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16214
16215         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16216         of gnus-tmp-news-method into string under XEmacs.  It will be
16217         passed to gnus-correct-length which takes only a string argument.
16218
16219 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-util.el (gnus-bind-print-variables): New macro.
16222         (gnus-prin1): Use it.
16223         (gnus-prin1-to-string): Use it.
16224         (gnus-pp): New function.
16225         (gnus-pp-to-string): New function.
16226
16227         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16228         Replace pp-to-string with gnus-pp-to-string.
16229         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16230         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16231         * gnus-msg.el (gnus-debug): Ditto.
16232         * gnus-score.el (gnus-score-save): Ditto.
16233         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16234         gnus-pp-to-string.
16235         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16236         with gnus-pp.
16237         * score-mode.el (gnus-score-pretty-print): Ditto.
16238         * webmail.el (webmail-debug): Ditto.
16239
16240 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-art.el (article-display-face, article-display-x-face):
16243         Use buffer-read-only.
16244
16245 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-art.el (article-hide-list-identifiers):
16248         Bind inhibit-read-only as t.
16249
16250 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16253
16254 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16255
16256         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16257         (gnus-narrow-to-page): Don't assume point-min == 1.
16258         (gnus-article-edit-mode): Derive from message-mode.
16259
16260         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16261         point-min == 1.
16262
16263         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16264         Disable incorrect use of `assert'.
16265
16266         * message.el (message-mode): Set comment-start-skip.
16267
16268
16269 2004-08-22  Sam Steingold  <sds@gnu.org>
16270
16271         * pop3.el (pop3-leave-mail-on-server): New user variable.
16272         (pop3-movemail): Delete mail only when it is nil.
16273
16274 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16277
16278         * mml.el (mml-preview): Use `pop-to-buffer'.
16279
16280         * message.el (message-goto-mail-followup-to): Insert after "To".
16281         (message-carefully-insert-headers): Add comment.
16282
16283         * gnus.el: Remove unused variable `gnus-article-check-size'.
16284
16285         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16286
16287         * gnus-art.el (gnus-button-alist): Improve
16288         `gnus-button-handle-library' entry.
16289
16290 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16291
16292         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16293         downcase, since XEmacs capitalizes error messages differently.
16294
16295 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16296
16297         * nntp.el: Add (require 'gnus) due to reference to
16298         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16299
16300 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16301
16302         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16303         `mm-fill-flowed'.
16304
16305         * mm-decode.el (mm-dissect-singlepart): Check it.
16306
16307 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16308
16309         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16310         'imap' for netrc parsing.
16311
16312 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16313
16314         * mailcap.el (mailcap-mime-data): Mark as risky.
16315
16316 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16319         may be included in the encoded word.
16320         (rfc2047-encode): Don't append a space if the encoded word
16321         includes close parenthesis.
16322
16323 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16326         of text within parentheses.
16327
16328 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16329
16330         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16331         (gnus-encrypt-write-file-contents): Make the password key the file
16332         name PLUS the cipher, not just the cipher.  Also remove failed
16333         passwords from the cache.
16334
16335 2004-08-06  Simon Josefsson  <jas@extundo.com>
16336
16337         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16338         fix.
16339
16340 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16343         LWSP.
16344
16345 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16348         to append in-reply-to: data to the references: header.
16349
16350         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16351         (netrc-parse): Use gnus-encrypt.el functions.
16352
16353         * gnus-encrypt.el: Add new file for encryption support; currently
16354         does only a few GPG ciphers and an internal XOR cipher.
16355
16356         * password.el: Add comments on using password-read-and-add.
16357         (password-read-and-add): Add function to read and add the
16358         password to the cache at once.
16359
16360 2004-07-28  Simon Josefsson  <jas@extundo.com>
16361
16362         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16363         parameter (but don't use it, for now).
16364
16365         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16366         instead of hard coding to nil.
16367
16368 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16371         as mm-inline-image-xemacs does.
16372
16373 2004-07-26  Simon Josefsson  <jas@extundo.com>
16374
16375         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16376         Revert part of 2004-07-17 change below.
16377
16378 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16381         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16382
16383 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16384
16385         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16386         quotes that actually start with ">" at the beginning of the
16387         lines.
16388
16389 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * rfc2047.el (rfc2047-encode-region): Fix last change.
16392         (rfc2047-encode-parameter): Remove useless concat.
16393
16394 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16397         encode special characters; fix some kind of misconfigured headers;
16398         signal a real error if debug-on-quit or debug-on-error is non-nil.
16399         (rfc2047-encode-max-chars): New variable.
16400         (rfc2047-encode-1): Use it.
16401         (rfc2047-encode-parameter): New function.
16402
16403         * mml.el (mml-insert-parameter): Remove an excessive space.
16404
16405 2004-07-17  Simon Josefsson  <jas@extundo.com>
16406
16407         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16408         Kai Grossjohann <kai@emptydomain.de>.
16409         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16410         (gnus-group-make-menu-bar): Ditto.
16411
16412         * gnus-util.el (gnus-group-server): Add.
16413
16414 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * message.el (message-clone-locals): Clone sendmail and smtp
16417         variables.
16418
16419 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * rfc2047.el (rfc2047-encode-region): Fix last change.
16422
16423 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16426         characters as non-special.
16427
16428 2004-07-09  Simon Josefsson  <jas@extundo.com>
16429
16430         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16431         Users will lose all flag changes made while unplugged with
16432         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16433         good default.  See numerous reports on ding mailing list.
16434
16435 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16438         add generate-head-function and generate-article-function to the
16439         rfc822-forward entry.
16440         (nndoc-rfc822-forward-generate-article): New function.
16441         (nndoc-rfc822-forward-generate-head): New function.
16442
16443         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16444
16445 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16446
16447         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16448         respect display group parameter and gnus-summary-expunge-below.
16449         (gnus-articles-to-read): Remove unused reference to display group
16450         parameter.
16451
16452 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16453
16454         * nnheader.el (nnheader-uniquify-message-id): New experimental
16455         variable.
16456         (nnheader-nov-read-message-id): Use it.
16457
16458         * spam-report.el (spam-report-gmane): Add interactive.
16459
16460 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16463         qp-or-base64 for the application/* types.
16464
16465 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16466
16467         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16468
16469 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16472         trim value.
16473
16474 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16475
16476         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16477         New macro and function.
16478         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16479
16480 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16483         after-load-alist.
16484
16485 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16486
16487         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16488         update info that isn't there.
16489
16490 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16491
16492         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16493         entry.
16494
16495 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * mm-view.el (mm-inline-render-with-function): Use multibyte
16498         buffer; decode html source by charset.
16499
16500         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16501
16502         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16503         Mule-UCS is loaded under XEmacs.
16504         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16505
16506 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16507
16508         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16509
16510 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * mm-util.el (mm-coding-system-p): Return a coding-system.
16513         (mm-mime-mule-charset-alist): Use shift_jis instead of
16514         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16515         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16516         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16517         instead of japanese-shift-jis and iso-latin-1 respectively in
16518         order to share the default value with both Emacs and XEmacs-mule.
16519         (mm-mule-charset-to-mime-charset): Make
16520         mm-coding-system-priorities effective.
16521         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16522         while predicating of candidates upon the priorities.
16523
16524 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16527         gnus-uu-invert-processable.
16528
16529         * gnus.el: Autoload gnus-uu-invert-processable.
16530
16531 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * mm-util.el (mm-with-multibyte-buffer): New macro.
16534
16535         * rfc2047.el (rfc2047-encode-string): Use it.
16536         (rfc2047-encode-region): Move point to the end of the region after
16537         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16538
16539 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16542         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16543
16544 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16547         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16548         Karl Chen <quarl@nospam.quarl.org>.
16549
16550 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16551
16552         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16553         invalid addresses.
16554
16555 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16556
16557         * spam.el: Change section markers, revise TODO list.
16558         (spam-backends): Make new master list of all installed backends.
16559         (spam-summary-exit-behavior): Add new variable to determine how
16560         messages moves are done at summary exit.
16561         (spam-move-spam-nonspam-groups-only)
16562         (spam-process-ham-in-nonham-groups)
16563         (spam-process-ham-in-spam-groups): Remove variables, the
16564         spam-summary-exit-behavior variable should be used to manage this
16565         behavior.
16566         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16567         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16568         and spam-old-spam-articles.
16569         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16570         Add empty variables, placeholders for the backends they represent.
16571         (spam-set-difference): Move, unchanged.
16572         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16573         unless the user has a processor variable.
16574         (spam-classifications, spam-classification-valid-p)
16575         (spam-backend-properties, spam-backend-property-valid-p)
16576         (spam-backend-function-type-valid-p)
16577         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16578         (spam-report-articles-gmane, spam-report-articles-resend):
16579         Remove functions, they are not needed.
16580         (spam-install-backend-super, spam-backend-list)
16581         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16582         (spam-backend-function, spam-backend-ham-registration-function)
16583         (spam-backend-spam-registration-function)
16584         (spam-backend-ham-unregistration-function)
16585         (spam-backend-spam-unregistration-function)
16586         (spam-backend-statistical-p, spam-backend-mover-p)
16587         (spam-install-backend-alias, spam-install-checkonly-backend)
16588         (spam-install-mover-backend, spam-install-nocheck-backend)
16589         (spam-install-backend, spam-install-statistical-backend)
16590         (spam-install-statistical-checkonly-backend): Add backend installation
16591         support.
16592         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16593         (spam-group-processor-p): Use the new backend code and respect the
16594         summary exit behavior.
16595         (spam-mark-spam-as-expired-and-move-routine): Remove.
16596         (spam-summary-prepare): Change to use the new spam-old-articles
16597         variable.
16598         (spam-copy-or-move-routine, spam-copy-spam-routine)
16599         (spam-move-spam-routine, spam-copy-ham-routine)
16600         (spam-move-ham-routine): Add code to copy/move ham or spam.
16601         (spam-fetch-field-fast): Improve doc and code, plus allow the
16602         'number request.
16603         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16604         variables.
16605         (spam-split, spam-find-spam): Use the new backend code.
16606         (spam-registration-functions): Remove variable.
16607         (spam-unregister-routine): Add convenience wrapper.
16608         (spam-log-undo-registration, spam-register-routine)
16609         (spam-log-processing-to-registry)
16610         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16611         where possible.
16612         (spam-check-gmane-xref, spam-check-regex-headers)
16613         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16614         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16615         (spam-check-bogofilter-headers, spam-check-spamoracle)
16616         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16617         (spam-check-crm114-headers): Use the spam-split-group that
16618         spam-split prepares, no need to determine it every time.
16619
16620         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16621         to the nnheader-parse-naked-head call.
16622
16623         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16624
16625         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16626         the nnheader-nov-read-message-id call.
16627
16628 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16631         gnus-activate-group twice.  Suggested by Markus Peter
16632         <warp@spin.de>.
16633
16634 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-art.el (gnus-article-time-format): Exchange the order of
16637         day and month in the default value; fix customization type.
16638         (article-date-ut): Use add-text-properties.
16639         (article-make-date-line): Use message-make-date instead of
16640         current-time-string.
16641
16642         * message.el (message-fetch-field): Don't use set-text-properties.
16643         (message-make-date): Simplify.
16644
16645         * messagexmas.el (message-xmas-make-date): New function.
16646         (message-xmas-redefine): Defalias message-make-date to it.
16647
16648 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16651         (rfc2047-encode-region): Treat text within parentheses as special;
16652         show the original text when error has occurred.
16653
16654         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16655         already-computed method to gnus-activate-group.
16656
16657         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16658         same select-methods identical Lisp objects.
16659
16660         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16661         object when modifying the info.
16662
16663 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16666         gnus-opened-servers since it has never been opened with the new
16667         configuration yet.
16668
16669 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16672         arg to nnheader-generate-fake-message-id.
16673
16674 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16675
16676         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16677         number and build a fake message ID localized to a group and
16678         article number (so it's repeatable from that point on).
16679         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16680         ID format.
16681
16682         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16683         nnheader-generate-fake-message-id with the article number.
16684
16685 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16686
16687         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16688         end-of-buffer.
16689
16690 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16691
16692         * message.el (message-ignored-supersedes-headers): Add Approved.
16693
16694 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16697         goto-char.
16698         (rfc2047-encode): Fold the line before encoding.
16699
16700 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16701
16702         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16703         folding -- not all headers can be folded, and this should be done
16704         by the message composition mode.  Probably.  I think.
16705
16706 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16709         fast.
16710
16711         * gnus-ems.el (gnus-remove-image): Don't use
16712         message-text-with-property; remove only the image found first.
16713
16714         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16715         found first.
16716
16717 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16718
16719         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16720
16721 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * message.el (message-text-with-property): Make it fast and accept
16724         optional arguments.
16725         (message-strip-forbidden-properties): Use it.
16726         (message-fix-before-sending): Follow the m-t-w-p change.
16727
16728         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16729
16730 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-art.el (article-hide-headers): Don't change the buffer
16733         mistakenly when performing mml-preview even if
16734         gnus-single-article-buffer is nil.
16735
16736 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16737
16738         * message.el (message-expand-name-databases): New user option.
16739         (message-expand-name): Use it.
16740
16741 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16742
16743         * spam.el (spam-report-articles-resend)
16744         (spam-report-resend-register-routine): Allow ham reporting.
16745         (spam-report-resend-register-ham-routine): Add wrapper.
16746         (spam-registration-functions): Add ham resending functions.
16747         (spam-list-of-processors): Add ham resend processor.
16748
16749         * gnus.el (ham-resend-to): Add new group parameter.
16750         (spam-process): Add ham resend option.
16751
16752         * spam-report.el (spam-report-resend): Allow reporting ham.
16753         (spam-report-resend-ham): Add wrapper.
16754
16755 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16756
16757         * message.el (message-cite-articles-with-x-no-archive): New
16758         variable.
16759         (message-cite-original): Use it.
16760
16761 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16762
16763         * message.el (message-cite-original): Respect X-No-Archive.
16764
16765 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus-art.el (article-hide-headers): Refer to the values for
16768         gnus-ignored-headers and gnus-visible-headers in the summary
16769         buffer since a user may have set them as group parameters.
16770
16771 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * assistant.el (assistant-node-name): Add convenience function.
16774         (assistant-render-text, assistant-render-node): Add error handling,
16775         plus handle multiple next nodes.
16776         (assistant-find-next-node): Comment out for now.
16777         (assistant-find-next-nodes): Add function, returns list of next
16778         nodes.
16779
16780 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16781
16782         * mail-source.el (mail-source-directory): Fix doc-string.
16783
16784 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16785
16786         * assistant.el (assistant-render-text, assistant-eval): Add :set
16787         widget type, which is different because it takes and returns a
16788         list.  Much hilarity ensues.
16789
16790 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16793
16794         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16795         doc-string.
16796
16797         * gnus-start.el (gnus-activate-group): Added doc-string.
16798
16799 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16802
16803 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16804
16805         * assistant.el (assistant-render-text): Try to add a :set
16806         widget, more to come.
16807
16808         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16809         strings.
16810         (spam-report-articles-resend)
16811         (spam-register-routine): Do registration iff any articles warrant
16812         it.
16813         (spam-summary-prepare-exit): Change log message for nil group
16814         destinations.
16815
16816 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16817
16818         * spam.el (spam-report-resend-register-routine): Allow
16819         spam-report-resend-to to be a group parameter or a global value.
16820
16821 2004-05-26  Simon Josefsson  <jas@extundo.com>
16822
16823         * starttls.el: Merge with my GNUTLS based starttls.el.
16824         (starttls-gnutls-program, starttls-use-gnutls)
16825         (starttls-extra-arguments, starttls-process-connection-type)
16826         (starttls-connect, starttls-failure, starttls-success): New
16827         variables.
16828         (starttls-program, starttls-extra-args): Doc fix.
16829         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16830         functions.
16831         (starttls-negotiate, starttls-open-stream): Check
16832         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16833         function if it is set.
16834
16835 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16838         structured fields.
16839
16840 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16843
16844 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16847         variable.
16848         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16849         assigning the spam-mark to new messages.
16850
16851 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16852
16853         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16854
16855 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16858
16859         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16860         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16861         default.
16862
16863 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16864
16865         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16866         correct data.
16867
16868 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16869
16870         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16871         (spam-group-processor-p): Fix function.
16872         (spam-group-processor-multiple-p)
16873         (spam-group-spam-processor-report-gmane-p)
16874         (spam-group-spam-processor-report-resend-p)
16875         (spam-group-spam-processor-bogofilter-p)
16876         (spam-group-spam-processor-blacklist-p)
16877         (spam-group-spam-processor-ifile-p)
16878         (spam-group-ham-processor-ifile-p)
16879         (spam-group-spam-processor-spamoracle-p)
16880         (spam-group-spam-processor-crm114-p)
16881         (spam-group-ham-processor-bogofilter-p)
16882         (spam-group-spam-processor-stat-p)
16883         (spam-group-ham-processor-stat-p)
16884         (spam-group-ham-processor-whitelist-p)
16885         (spam-group-ham-processor-BBDB-p)
16886         (spam-group-ham-processor-spamoracle-p)
16887         (spam-group-ham-processor-copy-p): Remove functions with some
16888         prejudice against unneeded code.
16889         (spam-report-articles-resend)
16890         (spam-report-resend-register-routine): Allow the group/topic
16891         spam-resend-to value to override spam-report-resend-to.
16892         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16893         properly now.
16894
16895         * gnus.el (spam-resend-to): Add group/topic parameter.
16896         (spam-process): Move the OBSOLETE processors to the end of the
16897         choices.
16898
16899 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16900
16901         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16902         with resend-to set to nil, and then ask the user if necessary.
16903         (spam-report-resend): spam-report-resend takes a list of articles, not
16904         separate article numbers.
16905
16906 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16909         addition to emacs-w3m.
16910
16911 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16912
16913         * assistant.el (assistant-authinfo-data): New function.
16914         (assistant-eval): Eval for entire assistant.
16915
16916         * netrc.el (netrc-services-file): New variable.
16917         (netrc-parse-services): New function.
16918         (netrc-find-service-name): New function.
16919         (netrc-find-service-number): New function.
16920         (netrc-port-equal): New function.
16921         (netrc-machine): Use it.
16922
16923         * nnimap.el (nnimap-open-connection): Use netrc.
16924
16925         * gnus-util.el (gnus-netrc-get): Remove aliases.
16926
16927         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16928
16929         * assistant.el (wid-edit): Fix compilation.
16930
16931         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16932
16933 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16934
16935         * gnus-util.el (gnus-set-file-modes): New function.  (small
16936         patch).
16937
16938 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16939
16940         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16941
16942         * assistant.el (assistant-render-node): Fix up rendering and
16943         read-only text.
16944         (assistant-render-node): Reset.
16945         (assistant-make-read-only): Not sticky.
16946
16947 2004-05-20  Danny Siu  <dsiu@adobe.com>
16948
16949         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16950         centered even when gnus-auto-center-summary is t.
16951
16952 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16953
16954         * dns.el (dns-get-txt-answer): New function.
16955         (dns-read-txt): Ditto.
16956         (query-dns): Use it.
16957
16958 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16961         active for foreign groups even if the group level is higher than
16962         the specified value.
16963
16964 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16965
16966         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16967         non-active groups.
16968
16969         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16970
16971 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16972
16973         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16974
16975 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16976
16977         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16978         (spam-crm114-header, spam-crm114-spam-switch)
16979         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16980         (spam-crm114-positive-spam-header)
16981         (spam-crm114-database-directory, spam-list-of-processors)
16982         (spam-group-spam-processor-crm114-p)
16983         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16984         (spam-generic-score, spam-list-of-checks)
16985         (spam-list-of-statistical-checks, spam-registration-functions)
16986         (spam-check-crm114-headers, spam-crm114-score)
16987         (spam-check-crm114, spam-crm114-register-with-crm114)
16988         (spam-crm114-register-spam-routine)
16989         (spam-crm114-unregister-spam-routine)
16990         (spam-crm114-register-ham-routine)
16991         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16992         asjo@koldfront.dk (Adam Sjøgren).
16993
16994         * gnus.el: Add spam-use-crm114.
16995
16996         * spam.el (spam-list-of-processors, spam-registration-functions):
16997         Add spam-use-resend.
16998         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16999         (spam-report-articles-gmane): Add doc fix.
17000         (spam-report-articles-resend, spam-report-resend-register-routine):
17001         Add wrappers around spam-report-resend-to.
17002
17003         * spam-report.el (spam-report-resend-to, spam-report-resend):
17004         Add support for resending spam.
17005         (spam-report-gmane): Fix line length >80.
17006
17007         * gnus.el (spam-process): Add spam-use-resend.
17008
17009 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17010
17011         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17012         number of processed spam messages.
17013         (spam-ham-copy-or-move-routine): Return the number of processed
17014         ham messages.
17015         (spam-summary-prepare-exit): Use the above values to decide
17016         whether status messages shouled be displayed.
17017
17018 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
17021         `rfc2047-encoding-function-alist' in order to avoid conflicting
17022         with the old version.
17023         (rfc2047-encode-region): Concatenate words containing non-ASCII
17024         characters in structured fields; don't encode space-delimited
17025         ASCII words even in unstructured fields; don't break words at
17026         char-category boundaries.
17027         (rfc2047-encode-1): New function.
17028         (rfc2047-encode): Use it; encode text so that it occupies the
17029         maximum width within 76-column; work correctly on Q encoding for
17030         iso-2022-* charsets.
17031         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17032         sure not to break a line just after the header name.
17033         (rfc2047-b-encode-region): Removed.
17034         (rfc2047-b-encode-string): New function.
17035         (rfc2047-q-encode-region): Removed.
17036         (rfc2047-q-encode-string): New function.
17037
17038         * mm-util.el (mm-replace-in-string): New function.
17039
17040 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17041
17042         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
17043         get it right.
17044         (gnus-inews-make-draft): Really.
17045
17046 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17047
17048         * nnmh.el (nnmh-request-list-1): Don't check the link count
17049         before descending.  (small patch)
17050
17051 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17054         stuff.
17055
17056         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
17057         on real group name.
17058
17059         * gnus-art.el (gnus-signature-limit): Doc fix.
17060
17061         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17062
17063         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17064
17065 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17066
17067         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17068         isn't a string.
17069
17070 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17071
17072         * gnus-draft.el (gnus-draft-send): Bind
17073         rfc2047-encode-encoded-words.
17074
17075         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17076         (rfc2047-encodable-p): Say that =? needs encoding.
17077         (rfc2047-encode-encoded-words): New variable.
17078
17079         * gnus-group.el (gnus-group-select-group): Doc fix.
17080
17081         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17082
17083         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17084         to nil.
17085
17086         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17087
17088         * nnheader.el (nnheader-get-lines-and-char): New function.
17089
17090 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17091
17092         * gnus-msg.el (gnus-summary-followup-with-original): Document
17093         yanking of region when active.
17094
17095 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17098         groups if the group level is higher than the specified value.
17099
17100 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17103         (gnus-group-jump-to-group): Added prefix argument using
17104         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17105         non-active group.
17106
17107         * compface.el (uncompface): Be verbose when changing
17108         `uncompface-use-external'.
17109
17110         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17111         handle manual section.
17112
17113 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17114
17115         * gnus-art.el (gnus-button-alist): Revert previous change.
17116
17117 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17118
17119         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17120
17121 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17122
17123         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17124         whether backend can accept message.
17125
17126         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17127
17128 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17129
17130         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17131         Avoid creating directory when nntp-marks-is-evil is true.
17132         Reported by Reiner Steib.
17133
17134 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus-picon.el (gnus-picon-style): New variable.
17137         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17138         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17139         Jesper Harder <harder@ifa.au.dk>.
17140
17141 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17142
17143         * message.el (message-fill-field): Return point.
17144         (message-generate-headers): Go to end of field.
17145
17146         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17147         stuff for non-living groups.
17148
17149 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17150
17151         * gnus-art.el (gnus-article-followup-with-original)
17152         (gnus-article-reply-with-original): gnus-mark-active-p ->
17153         gnus-region-active-p.
17154
17155 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17156
17157         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17158         only when there is spam or ham to be processed.
17159
17160 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17161
17162         * mail-source.el (mail-source-delete-crash-box): Refactor.
17163         (mail-source-fetch): Use it.
17164         (mail-source-fetch-file): Ditto.
17165         (mail-source-fetch-directory): Run postscript in loop.
17166         (mail-source-fetch-pop): Delete.
17167         (mail-source-fetch-maildir): Ditto.
17168         (mail-source-fetch-imap): Ditto.
17169
17170         * imap.el (imap-authenticators): Comment out sasl.
17171
17172         * message.el (message-skip-to-next-address): New function.
17173         (message-fill-header-address): Refactor.
17174         (message-fill-address): Use it.
17175         (message-delete-address): Use it.
17176         (message-fill-header-general): Refactor.
17177         (message-fill-field-address): Rename.
17178         (message-narrow-to-field): Find the start of the header.
17179         (message-header-format-alist): Don't pre-fill.
17180         (message-fill-header): Removed.
17181         (message-insert-header): New function.
17182         (message-shorten-references): Use it.
17183
17184         * rfc2047.el (rfc2047-field-value): Strip props.
17185
17186         * mail-parse.el (mail-header-make-address): New alias.
17187
17188         * ietf-drums.el (ietf-drums-make-address): New function.
17189
17190         * imap.el: Add compiler directives.
17191
17192         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17193
17194         * gnus-art.el (article-decode-idna-rhs): Don't use
17195         message-idna-inside-rhs-p.
17196
17197 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * message.el (message-idna-inside-rhs-p): Removed.
17200         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17201
17202         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17203         false positives.
17204
17205 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17206
17207         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17208
17209 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17210
17211         * nneething.el (nneething-file-name): Don't create spurious
17212         files.
17213
17214         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17215         (gnus-inews-do-gcc): Remove sleep.
17216
17217         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17218         part under point.
17219
17220         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17221         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17222
17223 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * spam.el (spam-summary-prepare-exit): Fixed (length).
17226
17227 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17228
17229         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17230         as expired without moving it" message when there are spam
17231         messages left.
17232
17233 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17234
17235         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17236         header is not nil.
17237
17238 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17239
17240         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17241         nntp-possibly-create-directory, not nntp-possibly-change-group.
17242         (nntp-marks-changed-p): New arg SERVER.
17243         (nntp-request-update-info): Adjust caller.
17244
17245 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17246
17247         * nntp.el (nntp-save-marks): Pass missing arg.
17248
17249 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17250
17251         * nntp.el: Support marks.
17252         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17253         (nntp-marks-modtime, nntp-marks-directory): New variables.
17254         (nntp-request-set-mark, nntp-request-update-info)
17255         (nntp-possibly-create-directory, nntp-marks-changed-p)
17256         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17257         functions.
17258
17259 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17260
17261         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17262         (gnus-xmas-redefine): Rename.
17263
17264         * gnus-score.el (gnus-score-insert-help): Use
17265         gnus-select-lowest-window.
17266
17267         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17268         appt-select-lowest-window and rename to gnus-select-lowest-window.
17269
17270         * gnus.el: do.
17271
17272 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17273
17274         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17275         encodings of MIME-encoded words, in order to improve
17276         interoperability with several broken MUAs.
17277
17278 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17279
17280         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17281         tags, only when charsets are not specified in headers.
17282         (mm-inline-text-html-render-with-w3m): Ditto.
17283
17284         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17285         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17286
17287 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17288
17289         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17290         instead of MIME-decoded from fields when checking
17291         `gnus-article-address-banner-alist'.
17292
17293 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17294
17295         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17296         description rather than subject.
17297
17298 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17299
17300         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17301
17302 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17303
17304         * gnus.el (gnus-version-number): Bump.
17305
17306 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17307
17308         * gnus.el: No Gnus v0.2 is released.
17309
17310 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17311
17312         * gnus-agent.el (gnus-agent-read-agentview): Inline
17313         gnus-uncompress-range.
17314
17315 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17316
17317         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17318         `exec-installed-p'.
17319
17320 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17321
17322         * gnus.el (spam-process, spam-autodetect-methods): Add
17323         bsfilter and bsfilter-headers.
17324
17325         * spam.el (spam-bsfilter): New customize group.
17326         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17327         (spam-bsfilter-header, spam-bsfilter-probability-header)
17328         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17329         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17330         (spam-bsfilter-database-directory): New options.
17331         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17332         (spam-list-of-statistical-checks, spam-registration-functions):
17333         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17334         (spam-bsfilter-score): New command.
17335         (spam-check-bsfilter-headers, spam-check-bsfilter)
17336         (spam-bsfilter-register-with-bsfilter)
17337         (spam-bsfilter-register-spam-routine)
17338         (spam-bsfilter-unregister-spam-routine)
17339         (spam-bsfilter-register-ham-routine)
17340         (spam-bsfilter-unregister-ham-routine): New functions.
17341         (spam-generic-score): Support bsfilter; Accept an optional argument
17342         to recalcurate spam score even if scoring header has already been
17343         added.
17344         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17345         optional argument to recalcurate spam score even if scoring header
17346         has already been added.
17347
17348 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17351         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17352         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17353         link is missing.
17354
17355 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17358         (html2text-get-attr): Rewrite.
17359
17360         * message.el (message-setup-1): Remove redundant put-text-property
17361         on mail-header-separator.
17362
17363 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * gnus-registry.el (gnus-registry-cache-whitespace)
17366         (gnus-registry-action, gnus-registry-spool-action)
17367         (gnus-registry-split-fancy-with-parent): Change message levels
17368         from 5 to 3 or 7, as needed.
17369
17370         * spam.el (spam-summary-prepare-exit)
17371         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17372         (spam-split, spam-find-spam, spam-log-undo-registration)
17373         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17374         level from 5 to 6.
17375
17376 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17379         2004-03-04 change).
17380
17381 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17382
17383         * sieve-manage.el (sieve-manage-open):
17384         * nnweb.el (nnweb-insert-html):
17385         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17386         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17387         * nnspool.el (nnspool-request-group):
17388         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17389         * nnml.el (nnml-request-update-info):
17390         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17391         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17392         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17393         (nnimap-request-set-mark):
17394         * nnfolder.el (nnfolder-request-update-info):
17395         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17396         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17397         * gnus-uu.el (gnus-uu-find-articles-matching):
17398         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17399         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17400         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17401         * gnus-nocem.el (gnus-nocem-scan-groups):
17402         * gnus-int.el (gnus-start-news-server):
17403         * gnus-group.el (gnus-group-make-kiboze-group)
17404         (gnus-group-browse-foreign-server):
17405         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17406         Use mapc when appropriate.
17407
17408 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17409
17410         FIXME: Make separate entries for each person.
17411
17412         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17413         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17414         <shields@msrl.com>:
17415
17416         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17417         may need for spam sorting and scoring.
17418         (spam-user-format-function-S): Add user format function suitable for
17419         general use.
17420         (spam-article-sort-by-spam-status): Add sorting function for summary
17421         sorting.
17422         (spam-extra-header-to-number): Add function to get a score from a
17423         header.
17424         (spam-summary-score): Add function to get a numeric score from the
17425         headers.
17426         (spam-generic-score): Fix function doc, was in wrong place.
17427         (spam-initialize): Take symbols when it's run, and install the
17428         extra headers that spam-necessary-extra-headers thinks we need.
17429
17430 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17431
17432         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17433         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17434
17435 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * gnus-sum.el (gnus-set-global-variables)
17438         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17439         (gnus-article-get-xrefs, gnus-summary-best-group)
17440         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17441         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17442         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17443         Use with-current-buffer.
17444
17445 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17446
17447         * spam.el (spam-summary-prepare-exit): Simplify logic.
17448         (spam-fetch-article-header): Read the article header if it's not
17449         available.
17450         (spam-list-articles): Simplify logic.
17451         (spam-filelist-register-routine): Fix bug with unregister-list.
17452
17453         * gnus-registry.el: Fix comments at beginning.
17454
17455 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17456
17457         * message.el (message-cater-to-broken-inn): Remove.
17458         (message-shorten-references): Make sure the total folded length of
17459         References is shorter than 998 characters to cater to a bug in INN
17460         2.3.  Also, don't pretend that references aren't folded -- this
17461         hasn't worked for a while.
17462
17463 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17464
17465         * gnus-agent.el (gnus-agentize):
17466         gnus-agent-send-mail-real-function no longer set to current value
17467         of message-send-mail-function but rather a lambda that calls
17468         message-send-mail-function.  The change makes the agent real-time
17469         responsive to user changes to message-send-mail-function.
17470
17471 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17472
17473         * legacy-gnus-agent.el
17474         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17475         help from Florian Weimer <fw@deneb.enyo.de>
17476
17477 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * nnmail.el (nnmail-cache-insert): Revert last change.
17480
17481 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * nnmail.el (nnmail-cache-insert): Always check whether
17484         nnmail-cache-ignore-groups matches a group name.
17485
17486 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17487
17488         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17489         (spam-find-spam, spam-log-processing-to-registry)
17490         (spam-log-registered-p, spam-log-unregistration-needed-p)
17491         (spam-log-undo-registration): Use gnus-message instead of
17492         gnus-error, none of these errors are fatal.
17493
17494         * gnus-registry.el (gnus-registry-clean-empty-function)
17495         (gnus-registry-clean-empty): Remove only empty entries without
17496         extra data.
17497
17498 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * spam-stat.el (spam-stat-buffer-change-to-spam)
17501         (spam-stat-buffer-change-to-non-spam): Change (error) to
17502         (gnus-message 8) invocation.
17503
17504 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * nntp.el (nntp-via-netcat-command): New variable.
17507         (nntp-via-netcat-switches): New variable.
17508         (nntp-open-via-rlogin-and-netcat): New function.
17509         (nntp-open-connection-function): Doc fix.
17510         (nntp-telnet-command): Doc fix.
17511         (nntp-end-of-line): Doc fix.
17512         (nntp-via-rlogin-command): Doc fix.
17513         (nntp-via-user-name): Doc fix.
17514         (nntp-via-address): Doc fix.
17515
17516 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17519         error in Emacs 21.1.
17520
17521 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17522
17523         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17524
17525 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17526
17527         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17528         (gnus-agent-with-refreshed-group): New macro.
17529         (gnus-agent-rename-group): New function.
17530         (gnus-agent-delete-group): New function.
17531         (gnus-agent-save-group-info): Use gnus-command-method when
17532         `method' parameter is nil.  Don't write nil entries into the
17533         active file.
17534         (gnus-agent-get-group-info): New function.
17535         (gnus-agent-fetch-articles): Use
17536         gnus-agent-update-files-total-fetched-for to increment disk space
17537         used.
17538         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17539         gnus-agent-update-view-total-fetched-for to increment disk space
17540         used.
17541         (gnus-agent-get-local): Added optional parameters to avoid calling
17542         gnus-group-real-name and gnus-find-method-for-group.
17543         (gnus-agent-set-local): Delete stored entry if either min, or max,
17544         are nil.
17545         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17546         quit, use gnus-agent-regenerate-group to record existance of any
17547         articles fetched to disk before the quit occurred.
17548         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17549         gnus-agent-update-view-total-fetched-for, and
17550         gnus-agent-update-files-total-fetched-for to decrement disk space
17551         used.
17552         (gnus-agent-retrieve-headers): Use
17553         gnus-agent-update-view-total-fetched-for to increment disk space
17554         used.
17555         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17556         with gnus-agent-update-files-total-fetched-for to decrement disk
17557         space and fresh group buffer.
17558         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17559         (gnus-agent-need-update-total-fetched-for): New variable.
17560         (gnus-agent-update-files-total-fetched-for): New function.
17561         (gnus-agent-update-view-total-fetched-for): New function.
17562         (gnus-agent-total-fetched-for): New function.
17563
17564         * gnus-cache.el (gnus-cache-save-buffers): Use
17565         gnus-cache-update-overview-total-fetched-for to change disk space
17566         used by this group.
17567         (gnus-cache-possibly-enter-article): Use
17568         gnus-cache-update-file-total-fetched-for to increment disk space
17569         used by this group.
17570         (gnus-cache-possibly-remove-article): Use
17571         gnus-cache-update-file-total-fetched-for to decrement disk space
17572         used by this group.
17573         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17574         (gnus-cache-rename-group): New function.
17575         (gnus-cache-delete-group): New function.
17576         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17577         (gnus-cache-need-update-total-fetched-for): New variable.
17578         (gnus-cache-with-refreshed-group): New macro.
17579         (gnus-cache-update-file-total-fetched-for): New function.
17580         (gnus-cache-update-overview-total-fetched-for): New function.
17581         (gnus-cache-rename-group-total-fetched-for): New function.
17582         (gnus-cache-delete-group-total-fetched-for): New function.
17583         (gnus-cache-total-fetched-for): New function.
17584
17585         * gnus-group.el: Require gnus-sum and autoload functions to
17586         resolve warnings when gnus-group.el compiled alone.
17587         (gnus-group-line-format): Documented new %F.
17588         (size of Fetched data) group line format; identifies disk space
17589         used by agent and cache.
17590         (gnus-group-line-format-alist): Defined new F format.
17591         (gnus-total-fetched-for): New function.
17592         (gnus-group-delete-group): No longer update
17593         gnus-cache-active-altered as gnus-request-delete-group now keeps
17594         the cache in sync.
17595         (gnus-group-list-active): Let the agent store a server's active
17596         list if currently plugged.
17597
17598         * gnus-int.el (gnus-request-delete-group):
17599         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17600         local disk in sync with the server.
17601         (gnus-request-rename-group):
17602         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17603         local disk in sync with the server.
17604
17605         * gnus-start.el (gnus-get-unread-articles):
17606         Cosmetic simplification to logic.
17607
17608         * gnus-util.el (gnus-rename-file): New function.
17609
17610 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17611
17612         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17613
17614 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17615
17616         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17617         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17618
17619 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17622         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17623
17624 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17625
17626         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17627
17628 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17629
17630         * spam.el (spam-set-difference): Add function to replace
17631         gnus-set-difference in spam.el.
17632         (spam-summary-prepare-exit): Use spam-set-difference.
17633
17634 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17635
17636         * gnus-registry.el (gnus-registry-cache-file): Update to use
17637         gnus-dribble-directory OR gnus-home-directory OR ~.
17638         (gnus-registry-split-fancy-with-parent): Fix doc.
17639
17640 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * message.el (message-exchange-point-and-mark): Use
17643         message-mark-active-p.  Suggested by Jesper Harder
17644         <harder@ifa.au.dk>.
17645
17646 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * message.el (message-exchange-point-and-mark): Don't activate
17649         region if it was inactive.  Suggested by Hiroshi Fujishima
17650         <pooh@nature.tsukuba.ac.jp>.
17651
17652 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-art.el (article-display-face): Display Faces in the same
17655         order as X-Faces.
17656
17657 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17660
17661 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17664         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17665         (gnus-article-mime-hierarchy): Remove.
17666         (gnus-article-mime-hierarchy-next): Remove.
17667         (gnus-article-mode): Revert 2004-03-19 change.
17668         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17669         (gnus-insert-mime-button): Revert 2004-03-19 change.
17670         (gnus-mime-accumulate-hierarchy): Remove.
17671         (gnus-mime-enter-multipart): Remove.
17672         (gnus-mime-leave-multipart): Remove.
17673         (gnus-mime-display-part): Revert 2004-03-19 change.
17674         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17675
17676         * mml.el (mml-preview): Revert 2004-03-19 change.
17677
17678 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17679
17680         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17681
17682 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17685         t while entering a file name using the mm-with-multibyte macro.
17686         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17687
17688         * mm-util.el (mm-with-multibyte): New macro.
17689
17690 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17693         user option.
17694         (gnus-mime-multipart-functions): Doc and customization fix.
17695         (gnus-article-mime-hierarchy): New variable.
17696         (gnus-article-mime-hierarchy-next): New variable.
17697         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17698         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17699         gnus-article-mime-hierarchy-next to nil.
17700         (gnus-insert-mime-button): Show hierarchy numbers.
17701         (gnus-mime-accumulate-hierarchy): New function.
17702         (gnus-mime-enter-multipart): New function.
17703         (gnus-mime-leave-multipart): New function.
17704         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17705         (gnus-mime-display-alternative): Show hierarchy numbers.
17706
17707         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17708         gnus-article-mime-hierarchy-next to nil.
17709
17710 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17711
17712         * dns.el: Don't require gnus-xmas.
17713
17714 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17717         inline PGP.
17718         (mml-menu): Disable mml-quote-region if mark is inactive.
17719
17720 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17723         when the group's active is not available.
17724
17725 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17728         error.
17729
17730 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * imap.el (imap-store-password): New variable.
17733         (imap-interactive-login): Use it.
17734         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17735
17736 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17739         window-start and hscroll to summary window.
17740
17741 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17742
17743         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17744         conversion message to newsrc-dribble when an actual conversion is
17745         performed.
17746
17747 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17748
17749         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17750
17751 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * mm-decode.el (mm-complicated-handles): New function reviving
17754         former definition of mm-multiple-handles.
17755
17756         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17757         (gnus-mime-delete-part): Use it.
17758
17759 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17760
17761         * gnus-agent.el (gnus-agent-read-local): Bind
17762         nnheader-file-coding-system to gnus-agent-file-coding-system to
17763         avoid the implicit assumption that they will always be equal.
17764         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17765         coding-system-for-write, as the with-temp-file macro first prints
17766         to a buffer then saves the buffer.
17767
17768 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-art.el (gnus-article-edit-part): New function.
17771         (gnus-mime-save-part-and-strip): Use it; do query instead of
17772         signaling an error; don't use mm-multiple-handles.
17773         (gnus-mime-delete-part): Ditto.
17774
17775 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17776
17777         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17778         old file versions.
17779         (gnus-group-prepare-hook): Removed function that converted list
17780         form of gnus-agent-expire-days to group properties.
17781
17782         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17783         (gnus-request-accept-article): Re-indented.
17784
17785         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17786         converters to handle old agent file formats.  Added logic for a
17787         "backup before upgrading warning".
17788         (gnus-convert-mark-converter-prompt): Developers can mark
17789         functions as needing (default), or not needing,
17790         gnus-convert-old-newsrc's "backup before upgrading warning".
17791         (gnus-convert-converter-needs-prompt): Tests whether the user
17792         should be protected from potentially irreversable changes by the
17793         function.
17794
17795         * legacy-gnus-agent.el: New.  Provides converters that are only
17796         loaded when gnus-convert-old-newsrc needs to call them.
17797
17798 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * mail-source.el (mail-source-touch-pop): Doc fix.
17801
17802         * message.el (message-smtpmail-send-it): Doc fix.
17803
17804 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17805
17806         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17807
17808         * nnmail.el (nnmail-split-fancy): do.
17809
17810         * gnus-kill.el (gnus-kill, gnus-execute): do.
17811
17812 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17813
17814         * gnus-sum.el (gnus-widget-reversible-match)
17815         (gnus-widget-reversible-to-internal)
17816         (gnus-widget-reversible-to-external): New functions.
17817         (gnus-widget-reversible): New widget.
17818         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17819
17820 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17821
17822         * gnus-sum.el (gnus-thread-sort-functions)
17823         (gnus-article-sort-functions): Document `(not F)' items.
17824
17825 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17826
17827         * spam.el (spam-use-gmane-xref): Add new backend.
17828         (spam-gmane-xref-spam-group): Add variable to control the name of the
17829         Gmane spam group.
17830         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17831         (spam-regex-headers-spam, spam-regex-headers-ham)
17832         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17833         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17834         backends and checks.
17835         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17836
17837         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17838         an autodetect method.
17839
17840 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17841
17842         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17843         articles are being added to a group.
17844         (gnus-request-replace-article): Inform the agent that articles
17845         need to be uncached as the cached contents are no longer valid.
17846
17847 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * binhex.el: Don't autoload executable-find.
17850
17851         * canlock.el: Don't autoload mail-fetch-field.
17852
17853         * dgnushack.el: Autoload c-mode for XEmacs.
17854
17855         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17856
17857         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17858         rmail-dont-reply-to and rmail-output.
17859
17860         * gnus-score.el: Don't autoload ffap-string-at-point.
17861
17862         * gnus-setup.el: Don't autoload sc-cite-original.
17863
17864         * imap.el: Don't autoload base64-decode-string,
17865         base64-encode-string and md5.
17866
17867         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17868         and rmail-msg-restore-non-pruned-header.
17869
17870         * mm-decode.el: Don't autoload executable-find.
17871
17872         * mm-url.el: Don't autoload executable-find.
17873
17874         * mm-view.el: Don't autoload diff-mode.
17875
17876         * nndb.el: Don't autoload news-reply-mode, news-setup,
17877         cancel-timer and telnet.
17878
17879         * password.el: Don't autoload run-at-time for Emacs.
17880
17881         * sha1-el.el: Don't autoload executable-find.
17882
17883         * sieve-mode.el: Don't autoload c-mode.
17884
17885         * uudecode.el: Don't autoload executable-find.
17886
17887 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17888
17889         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17890         (gnus-agent-possibly-alter-active): Avoid null in numeric
17891         comparison.
17892         (gnus-agent-set-local): Refuse to save null in local object table.
17893         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17894         list of articles that will be marked as unread.
17895
17896 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17899
17900 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17903         language tags.
17904
17905 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17906
17907         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17908         Don't bind "obarray".
17909
17910         * gnus-sum.el (gnus-thread-sort-functions): Added
17911         `gnus-thread-sort-by-most-recent-number' and
17912         `gnus-thread-sort-by-most-recent-date'.
17913         Reported by Kai Grossjohann <kai@emptydomain.de>.
17914
17915 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17918
17919 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17920
17921         * gnus-cus.el (gnus-agent-customize-category): Removed
17922         ignore-errors macro reference that required cl to be loaded at
17923         run-time.
17924
17925         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17926         single-interval range of the form (min . max).  Previously the
17927         range had to look like ((min . max)).  Likewise, return
17928         (min . max) rather than ((min . max)).
17929         (gnus-range-map): Use gnus-range-normalize to accept
17930         single-interval range.
17931
17932         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17933         the cache, but not the agent, now appear with their usual face.
17934
17935         * dgnushack.el (loaddir): New variable that is bound to the
17936         directory containing the dgnushack.el file. Use loaddir, rather
17937         than srcdir, to update load-path. Change lets dgnushack compile
17938         code in directories other than GNUS/lisp.
17939
17940 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * lpath.el: Don't bind w3m-safe-url-regexp.
17943
17944         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17945         w3m-safe-url-regexp variable buffer-local.
17946
17947         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17948
17949 2004-02-27  Simon Josefsson  <jas@extundo.com>
17950
17951         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17952         gnus-group-real-prefix.
17953         (gnus-summary-move-article): Use it, instead of
17954         gnus-group-real-prefix.
17955
17956 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * lpath.el: Bind w3m-safe-url-regexp.
17959
17960         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17961         w3m-safe-url-regexp variable buffer-local and set it as the value
17962         of mm-w3m-safe-url-regexp.
17963
17964         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17965
17966         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17967         parsing gnus-posting-styles when the message is not for replying.
17968
17969         * dgnushack.el: Autoload sgml-mode for XEmacs.
17970
17971         * nnrss.el (nnrss-opml-export): Use
17972         mm-set-buffer-file-coding-system instead of
17973         set-buffer-file-coding-system.
17974
17975 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17978         of checkdoc.el).
17979         * nnrss.el: do.
17980         * gnus-mlspl.el: do.
17981         * gnus-ml.el: do.
17982         * gnus-srvr.el: do.
17983
17984         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17985
17986 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17987
17988         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17989         Corrections to custom-manual links.
17990
17991         * gnus-art.el (gnus-article): Ditto.
17992
17993         * mm-decode.el (mime-display, mime-security): Ditto.
17994
17995 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17996
17997         * flow-fill.el: Typo.
17998
17999 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18000
18001         * spam-wash.el: New file.
18002
18003 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18004
18005         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18006
18007 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18008
18009         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18010         to be run with new-articles as LIST1, not LIST2.
18011         (spam-registration-functions): Add spam-use-ham-copy as a nil
18012         registration backend.
18013
18014 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18015
18016         * spam-stat.el (spam-stat-washing-hook): New option.
18017         (spam-stat-buffer-words): Use it.
18018         (spam-stat-process-directory, spam-stat-test-directory): Use
18019         insert-file-contents-literally.
18020         (spam-stat-coding-system): New variable.
18021         (spam-stat-load, spam-stat-save): Use it.
18022
18023 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * spam-report.el (spam-report-plug-agent): Quote
18026         spam-report-url-to-file and spam-report-url-ping-plain.
18027
18028 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
18031         / in mailto URLs.
18032
18033 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * spam-report.el (spam-report-process-queue): Fix interactive use.
18036         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18037         (spam-report-unplug-agent): Doc fixes.
18038         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18039         (spam-report-agentize, spam-report-deagentize): Autoload.
18040
18041 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18044
18045         * message.el (message-setup-fill-variables): Add mml tags to
18046         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18047         <ajk@iu.edu>.
18048         (message-mode): Don't modify paragraph-separate there.
18049
18050 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * compface.el (uncompface-use-external): Default to undecided.
18053         (uncompface-use-external-threshold): New variable.
18054         (uncompface-float-time): New macro.
18055         (uncompface): Determine whether to use the external decoder if
18056         uncompface-use-external is undecided.
18057
18058 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18059
18060         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18061         after images.
18062
18063         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18064
18065 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18066
18067         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18068
18069         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18070
18071         * gnus-sum.el (gnus-summary-limit-to-age)
18072         (gnus-summary-limit-children): do.
18073
18074         * gnus-int.el (gnus-request-scan): do.
18075
18076         * gnus-group.el (gnus-group-suspend): do.
18077
18078         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18079
18080         * gnus-cite.el (gnus-cite-parse-attributions): do.
18081
18082         * gnus-agent.el (gnus-summary-set-agent-mark)
18083         (gnus-agent-regenerate-group): do.
18084
18085         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18086
18087         * binhex.el (binhex-decode-region-internal): do.
18088
18089 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-fun.el (gnus-face-properties-alist): New user option.
18092         (gnus-display-x-face-in-from): Use it.
18093
18094         * gnus-art.el (article-display-face): Ditto.
18095
18096         * compface.el (uncompface-use-external): Default to nil.
18097
18098 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18099
18100         * nntp.el (nntp-erase-buffer): New function.
18101         (nntp-retrieve-data, nntp-send-command)
18102         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18103         (nntp-possibly-change-group): Use it.
18104
18105         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18106         with-current-buffer.
18107
18108 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18109
18110         * compface.el: Merge the ELisp-based uncompface program.
18111         (compface): New customization group.
18112         (uncompface-use-external): New user option.
18113         (uncompface): Call uncompface-internal if uncompface-use-external
18114         is nil.
18115         (uncompface-internal): New function.  Note that there are also
18116         some other functions and variables added for this function.
18117
18118 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18119
18120         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18121         if necessary.
18122
18123 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18124
18125         * spam-report.el (spam-report-unplug-agent)
18126         (spam-report-plug-agent, spam-report-deagentize)
18127         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18128         Add support for the Agent in spam-report: when unplugged, report to a
18129         file; when plugged, submit all the requests.
18130
18131         * spam.el (spam-register-routine): Fix message about
18132         registration.
18133
18134 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18135
18136         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18137         dependencies.
18138         (rfc2047-encode): Use it.
18139
18140         * gnus-art.el (gnus-button-marker-list): Move before first
18141         reference.
18142
18143         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18144         (imap-parse-body): Fix format string mismatch.
18145
18146         * gnus-score.el (gnus-summary-increase-score): do.
18147
18148         * nnrss.el (nnrss-close): New function.
18149
18150 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18151
18152         * nnrss.el (nnrss-make-filename): New function.
18153         (nnrss-request-delete-group, nnrss-read-server-data)
18154         (nnrss-save-server-data, nnrss-read-group-data)
18155         (nnrss-save-group-data): Use it.
18156         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18157         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18158         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18159
18160 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18161
18162         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18163
18164 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18167         files.
18168
18169         * message.el (message-generate-headers-first): Don't quote nil
18170         and t in docstrings.
18171
18172         * imap.el (imap-id): do.
18173
18174         * gnus-agent.el (gnus-agent-consider-all-articles)
18175         (gnus-agent-queue-mail): do.
18176
18177 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * spam-report.el (spam-report-process-queue): New function.
18180         Process requests from `spam-report-requests-file'.
18181         (spam-report-process-queue): Doc fix.
18182
18183 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * spam.el (spam-register-routine)
18186         (spam-log-processing-to-registry, spam-log-registered-p)
18187         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18188         Change "check" to "spam-check" for semi-clarity.
18189
18190 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18191
18192         * pop3.el: Require nnheader.
18193
18194         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18195
18196         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18197
18198         * gnus-picon.el: Require cl.
18199
18200         * gnus-fun.el: Require gnus-ems and gnus-util.
18201
18202         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18203
18204         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18205
18206         * gnus-art.el (gnus-article-edit-mode): Define before first
18207         reference.
18208
18209 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18210
18211         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18212         (gnus-uu-post-encoded): Use point-at-bol.
18213
18214         * gnus-topic.el (gnus-group-active-topic-p): do.
18215
18216         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18217
18218         * gnus-group.el (gnus-group-kill-region): do.
18219
18220         * gnus-art.el (article-date-ut): do.
18221
18222         * message.el (message-fetch-field): Remove redundant
18223         case-fold-search binding.
18224         (message-narrow-to-field): Simplify.
18225
18226 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * spam.el (spam-directory): Derive from `gnus-directory'.
18229
18230         * spam-report.el (spam-report-url-to-file)
18231         (spam-report-requests-file): New function and variable for offline
18232         reporting.
18233         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18234         and user defined function.
18235         (spam-report-url-ping-mm-url): Remove doubled slash.
18236
18237 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18238
18239         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18240
18241 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18242
18243         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18244         format string mismatch.
18245
18246         * sieve.el (sieve-deactivate-all): do.
18247
18248         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18249
18250         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18251
18252         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18253
18254         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18255
18256 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18257
18258         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18259         the list of checks.
18260
18261 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18264         padding.
18265
18266 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18267
18268         * mm-view.el (mm-fill-flowed): New variable.
18269         (mm-inline-text): Use it.
18270
18271 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         * spam.el (spam-spamassassin-register-ham-routine)
18274         (spam-spamassassin-register-spam-routine): Fix function names.
18275
18276 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * gnus.el (gnus-tmp-grouplens): Remove.
18279         (gnus-summary-line-format): Remove grouplens.
18280
18281         * gnus-group.el (gnus-group-line-format): Ditto.
18282
18283         * gnus-spec.el (gnus-format-specs): Ditto.
18284         (gnus-update-format-specifications): Flush the group format spec
18285         cache if there's the grouplens stuff.
18286         (gnus-parse-simple-format): Replace %l with the empty string.
18287
18288 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18289
18290         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18291         omission.
18292
18293 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18296         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18297
18298 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18299
18300         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18301         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18302         New macros and functions.
18303         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18304         Handle > NLINK_MAX messages.
18305         * nnmaildir.el (nnmaildir-request-set-mark): Use
18306         nnmaildir--emlink-p and nnmaildir--eexist-p.
18307
18308 2004-01-25  Alex Schroeder  <alex@gnu.org>
18309
18310         * spam-stat.el (spam-stat-process-directory-age): New option.
18311         (spam-stat-process-directory): Use it.
18312
18313 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18314
18315         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18316         (spam-stat-save): Accept prefix argument.
18317
18318 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18319
18320         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18321         links" error.
18322
18323 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18326         the rest of the and/or forms.
18327
18328 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18329
18330         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18331         compatibility with old .newsrc.eld files.
18332
18333         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18334
18335         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18336
18337         * gnus-start.el (gnus-1): do.
18338
18339         * gnus-group.el (gnus-group-line-format-alist): do.
18340
18341         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18342
18343         * gnus-gl.el: Remove.
18344
18345 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18346
18347         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18348         marks consisting of a single range {for example, (3 . 5)} rather
18349         than a list of a single range { ((3 . 5)) }.
18350
18351 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18352
18353         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18354         with-current-buffer.
18355         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18356         avoid consing a string.
18357
18358         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18359         Remove obsolete entries for big5 and gb2312.
18360
18361 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18362
18363         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18364         uncompressed list.
18365
18366 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18367
18368         * spam-stat.el (spam-stat-strip-xref): New function.
18369         (spam-stat-process-directory): Use it.
18370
18371         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18372         here -- it's done in message-fetch-field.
18373
18374 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18375
18376         * gnus-agent.el (gnus-agent-queue-mail)
18377         (gnus-agent-prompt-send-queue): New variables.
18378         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18379         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18380         "nndraft:queue" along to gnus-draft-send.  Use
18381         gnus-agent-prompt-send-queue.
18382         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18383         is "nndraft:queue".  Suggested by Gaute Strokkenes
18384         <gs234@srcf.ucam.org>
18385
18386         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18387         (agent-enable-undownloaded-faces): Added.
18388         (gnus-agent-cat-groups): Use eval-and-compile, not
18389         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18390         method of gnus-agent-cat-groups even when the buffer has been
18391         evaled.
18392         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18393         delete gnus-agent-save-active-1.
18394         (gnus-agent-save-groups): Deleted.  Identical to
18395         gnus-agent-save-active.
18396         (gnus-agent-write-active): No longer adjust agent's copy of active
18397         file as agent's adjustments are now stored in their own
18398         file.  Removed optional parameter.
18399         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18400         servers.  Add use of min/max range limits from server's local
18401         file.
18402         (gnus-agent-save-alist): Removed unused optional argument.
18403         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18404         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18405         (gnus-agent-set-local): A per-server file that keeps min/max range
18406         limits for articles known to the agent.  Provides a fast mechanism
18407         for altering many active ranges.
18408         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18409         active file (local makes it unnecessary).
18410         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18411
18412         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18413         (agent-enable-undownloaded-faces): Added.
18414
18415         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18416         disable it when sending to "nndraft:queue".
18417         (gnus-group-send-queue): Add safety check to avoid sending queue
18418         when unplugged.
18419
18420         * gnus-group.el (gnus-group-catchup): Use new
18421         gnus-sequence-of-unread-articles, not
18422         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18423         numbers of articles.  Use gnus-range-map to avoid having to
18424         uncompress the unread list.
18425         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18426         Fixed invalid ange-ftp reference.
18427
18428         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18429         (gnus-sorted-range-intersection): Intersection of two ranges
18430         without requiring that they first be uncompressed.
18431
18432         * gnus-start.el (gnus-activate-group): Unless blocked by the
18433         caller, possibly expand the active range to include both cached
18434         and agentized articles.
18435         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18436         multiple version-dependent converters.
18437         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18438         gnus-agent-save-active.
18439         (gnus-save-newsrc-file): Save dirty agent range limits.
18440
18441         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18442         gnus-agent-possibly-alter-active.
18443         (gnus-adjust-marked-articles): Faster handling of simple lists.
18444
18445 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * spam-stat.el (spam-stat-test-directory): New optional argument
18448         displays a list of files detected.  Suggested by Andrew Cohen
18449         <cohen@andy.bu.edu>.
18450         (spam-stat-buffer-words-with-scores): Don't narrow and change
18451         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18452
18453 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18454
18455         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18456         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18457         (spam-spamassassin-arguments)
18458         (spam-spamassassin-spam-flag-header)
18459         (spam-spamassassin-positive-spam-flag-header)
18460         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18461         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18462         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18463         (spam-list-of-processors, spam-list-of-checks)
18464         (spam-list-of-statistical-checks, spam-registration-functions)
18465         (spam-check-spamassassin-headers, spam-check-spamassassin)
18466         (spam-spamassassin-score)
18467         (spam-spamassassin-register-with-sa-learn)
18468         (spam-spamassassin-register-spam-routine)
18469         (spam-spamassassin-register-ham-routine)
18470         (spam-assassin-register-spam-routine)
18471         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18472         (spam-bogofilter-score): Fix to show article before scoring.
18473
18474 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18475
18476         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18477         default scoring function.
18478         (spam-generic-score): Call spam-spamassassin-score if
18479         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18480         spam-bogofilter-score otherwise.
18481
18482         * gnus.el (spam-process, spam-autodetect-methods): Add
18483         spamassassin and spamassassin-headers.
18484
18485 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18486
18487         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18488         Suppress unnecessary messages.
18489
18490 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18491
18492         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18493         make-hash-table.
18494
18495 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * canlock.el (base64-encode-string): Don't autoload it.
18498
18499 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * run-at-time.el: Remove useless (require 'itimer),
18502         eval-and-compile and (featurep 'xemacs).
18503
18504 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18505
18506         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18507         GROUP is a virtual group.
18508
18509 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18510
18511         * gnus.el: Autoload `message-y-or-n-p'.
18512
18513 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18514
18515         * pgg-parse.el: Remove unnecessary (require 'custom).
18516
18517         * pgg-def.el: do.
18518
18519         * nnmail.el: do.
18520
18521         * gnus-undo.el: do.
18522
18523         * gnus-picon.el: do.
18524
18525         * gnus-util.el: do.
18526
18527 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18528
18529         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18530
18531 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18534         handle, as well as a list.
18535
18536         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18537         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18538         (mm-w3m-cid-retrieve): Simplify.
18539
18540 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18541
18542         * message.el (message-kill-to-signature): Allow prefix arg to
18543         specify number of lines to keep before signature.
18544
18545 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18546
18547         * message.el (message-kill-to-signature): Change docstring.
18548
18549 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * canlock.el: Always require sha1-el.
18552         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18553
18554         * message.el: Autoload sha1 only when compiling.
18555
18556         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18557         eudc-expand-inline for XEmacs.
18558
18559 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * message.el (message-canlock-generate): Require sha1-el.
18562
18563 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * message.el (message-expand-name): Silence the byte compiler.
18566
18567         * lpath.el: Add detect-coding-system.
18568
18569         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18570         cus-edit.
18571
18572 2004-01-13  Simon Josefsson  <jas@extundo.com>
18573
18574         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18575         Invoke gnus-score-mode.  Reported by
18576         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18577
18578         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18579         Jim Blandy <jimb@redhat.com> (tiny change).
18580
18581 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18582
18583         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18584
18585 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18586
18587         * spam.el (spam-get-article-as-string): Update to use
18588         gnus-request-article-this-buffer, much simpler.
18589         (spam-get-article-as-buffer): Remove.
18590
18591 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18592
18593         * message.el (message-expand-name): Use EUDC if the user uses that.
18594
18595 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18596
18597         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18598         character for the encoding to avoid consing a string.
18599
18600         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18601         unnecessarily.
18602
18603         * mm-util.el (mm-replace-chars-in-string): Remove.
18604
18605         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18606         of mm-replace-chars-in-string.
18607
18608 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18611
18612         * mm-util.el (mm-subst-char-in-string): Support inplace.
18613
18614         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18615         a new string in every iteration.  Use shy groups.
18616
18617 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18618
18619         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18620         * gnus-soup.el (gnus-soup-group-brew):
18621         * gnus-msg.el (gnus-put-message):
18622         * gnus-move.el (gnus-group-move-group-to-server):
18623         * gnus-kill.el (gnus-batch-score):
18624         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18625         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18626         (gnus-group-update-group, gnus-group-read-group)
18627         (gnus-group-make-group, gnus-group-make-help-group)
18628         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18629         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18630         (gnus-group-sort-by-unread, gnus-group-catchup)
18631         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18632         (gnus-group-yank-group, gnus-group-set-info)
18633         (gnus-group-list-groups):
18634         * gnus.el (gnus-generate-new-group-name):
18635         * gnus-delay.el (gnus-delay-send-queue):
18636         * nnvirtual.el (nnvirtual-catchup-group):
18637         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18638         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18639         (gnus-group-prepare-topics, gnus-topic-check-topology):
18640         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18641         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18642         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18643         (gnus-group-make-articles-read):
18644         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18645         (gnus-group-change-level, gnus-kill-newsgroup)
18646         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18647         (gnus-get-unread-articles, gnus-make-articles-unread)
18648         (gnus-make-ascending-articles-unread): Use accessor
18649         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18650         to get group information for improved readability.
18651
18652
18653 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18654
18655         * gnus-art.el (article-decode-mime-words, article-babel)
18656         (gnus-article-highlight-signature, gnus-article-add-buttons)
18657         (gnus-signature-toggle): Use gnus-with-article-buffer.
18658
18659         * gnus-art.el (gnus-article-highlight-headers)
18660         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18661
18662         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18663         (gnus-article-set-globals, gnus-request-article-this-buffer)
18664         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18665         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18666         (gnus-mime-display-alternative): Use with-current-buffer.
18667
18668 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18669
18670         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18671         also under 80 char limit, and call gnus-error if needed.
18672         (spam-fetch-article-header): Fix - it was a
18673         buffer-local variable (gnus-newsgroup-data).
18674         (spam-find-spam): Use spam-generate-fake-headers, forget about
18675         spam-insert-fake-headers.
18676         (spam-insert-fake-headers): Remove.
18677
18678 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18679
18680         * deuglify.el (gnus-article-outlook-unwrap-lines)
18681         (gnus-outlook-rearrange-article)
18682         (gnus-outlook-repair-attribution-outlook)
18683         (gnus-outlook-repair-attribution-block)
18684         (gnus-outlook-repair-attribution-other): Remove redundant
18685         save-excursion.
18686
18687 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18688
18689         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18690         (spam-fetch-field-subject-fast)
18691         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18692         (spam-fetch-article-header): Add functions to deal with Gnus
18693         internals for fast retrieval of article header data.
18694         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18695
18696 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18697
18698         * pop3.el (pop3-md5): Remove.
18699         (pop3-apop): Replace pop3-md5 with md5.
18700
18701         * mm-bodies.el: base64 is always built-in.
18702
18703         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18704         with-current-buffer.
18705
18706 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * canlock.el (canlock-insert-header): Remove excessive grouping in
18709         regexp.
18710
18711         * gnus-sum.el (gnus-summary-read-document): Ditto.
18712
18713         * gnus-uu.el (gnus-uu-part-number): Ditto.
18714
18715         * html2text.el (html2text-remove-tags): Ditto.
18716         (html2text-format-tags): Ditto.
18717         (html2text-format-single-elements): Ditto.
18718
18719         * mml.el (mml-parse-1): Ditto.
18720
18721 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18722
18723         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18724
18725         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18726
18727         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18728
18729         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18730
18731 2003-11-15  Simon Josefsson  <jas@extundo.com>
18732
18733         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18734         (pgg-gpg-lookup-key): Use regexp match instead of
18735         split-string (split-string is different between emacs 21.2 and
18736         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18737
18738 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18739
18740         * gnus-art.el (gnus-mime-view-all-parts)
18741         (gnus-article-part-wrapper, gnus-article-view-part): Use
18742         with-current-buffer.
18743
18744 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18745
18746         * spam.el (spam-disable-spam-split-during-ham-respool)
18747         (spam-spamoracle-database, spam-cache-lookups)
18748         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18749         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18750         (spam-group-ham-marks, spam-group-spam-marks)
18751         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18752         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18753         also add spam-use-blackholes to the statistical checks.
18754         (spam-fetch-field-fast): Add interface to fetching fields, may
18755         become a macro.
18756         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18757         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18758         (spam-insert-fake-headers): Fake an article when needed.
18759         (spam-find-spam): Fake article when possible.
18760         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18761         (spam-check-bogofilter-headers): Use message-fetch-field instead
18762         of nnmail-fetch-field.
18763
18764 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18767
18768 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18769
18770         * spam.el (spam-split): Do not require spam-use-CHECK to be
18771         enabled if that check is passed to spam-split explicitly; also
18772         fix so 'spam doesn't get converted to spam-split-group when
18773         spam-split-symbolic-return is t.
18774         (spam-find-spam): Find registrations of the article and use those
18775         instead of re-running spam-split to find the spam/ham
18776         classification of the article.
18777         (spam-log-processing-to-registry, spam-log-registered-p)
18778         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18779         Use gnus-error instead of gnus-message.
18780         (spam-log-registration-type): Add function to determine the
18781         classification of a message based on registry entries; will
18782         return nil if both 'spam and 'ham are found.
18783         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18784         a reasonably fast local cache without the loading errors.
18785         (spam-cache-lookups): Set to t by default.
18786         (spam-find-spam): Don't try to guess spam-cache-lookups.
18787         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18788         spam-caches entry.
18789         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18790         caching of whitelist/blacklist entries.
18791         (spam-check-whitelist, spam-check-blacklist): Invoke
18792         spam-from-listed-p with a type, not a cache variable.
18793         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18794
18795 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18796
18797         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18798
18799         * nnmail.el (nnmail-split-fancy): do.
18800
18801         * mml.el (mml-parse): do.
18802
18803         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18804         (gnus-score-adaptive): do.
18805
18806 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18809         (gnus-mime-button-map): Don't set keymap parent.
18810         (gnus-button-ctan-directory-regexp): Use shy grouping.
18811         (gnus-prev-page-map): Don't set keymap parent.
18812         (gnus-prev-page-map): Remove duplicated one.
18813         (gnus-next-page-map): Don't set keymap parent.
18814         (gnus-mime-security-button-map): Ditto.
18815
18816         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18817         version number.
18818
18819         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18820
18821 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * canlock.el (canlock-sha1-function): Remove.
18824         (canlock-sha1-function-for-verify): Remove.
18825         (canlock-openssl-program): Remove.
18826         (canlock-openssl-args): Remove.
18827         (canlock-ignore-errors): Remove.
18828         (canlock-sha1-with-openssl): Remove.
18829         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18830         (canlock-verify): Don't use canlock-ignore-errors.
18831
18832         * sha1-el.el (sha1-string-external): Make it can return a string
18833         in binary form.
18834         (sha1-region-external): Ditto.
18835         (sha1-string-internal): Ditto.
18836         (sha1-region-internal): Ditto.
18837         (sha1-region): Ditto.
18838         (sha1-string): Ditto.
18839         (sha1): Ditto.
18840
18841 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18842
18843         * spam.el (spam-report-articles-gmane): New command.
18844
18845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18848
18849         * run-at-time.el (run-at-time-saved): Remove.
18850         (run-at-time): Doc fix.
18851
18852 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18853
18854         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18855         (gnus-summary-limit-map): Add it.
18856         (gnus-summary-make-menu-bar): do.
18857
18858 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18859
18860         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18861         Make attempt at some caching support (done for BBDB only now).
18862         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18863         addresses to be checked.
18864         (spam-clear-cache-BBDB): Add function, to be invoked by
18865         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18866         (spam-check-BBDB): Check and use the caches, if
18867         spam-cache-lookups is on, remove superfluous (provide).
18868
18869 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18870
18871         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18872
18873 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18874
18875         * run-at-time.el (run-at-time-saved): Move to after the definition
18876         of `run-at-time'.
18877
18878         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18879
18880 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18883         mm-w3m-local-map-property.
18884
18885         * mm-view.el (mm-w3m-mode-map): Remove.
18886         (mm-w3m-local-map-property): Remove.
18887         (mm-inline-text-html-render-with-w3m): Don't use
18888         mm-w3m-local-map-property.
18889
18890 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * run-at-time.el: New file.
18893
18894         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18895         under Emacs.
18896
18897         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18898         of gnus-set-text-properties.
18899
18900         * gnus-uu.el (gnus-uu-save-article): Ditto.
18901
18902         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18903
18904         * gnus-cite.el (gnus-cite-parse): Ditto.
18905
18906         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18907         of gnus-.
18908
18909         * gnus-xmas.el (run-at-time): Require run-at-time.
18910
18911         * gnus.el: Changed calls to nnheader-run-at-time and
18912         password-run-at-time throughout to use run-at-time directly.
18913
18914         * password.el: Removed definition of run-at-time.
18915
18916         * nnheaderxm.el: Remove definition of run-at-time.
18917
18918 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18919
18920         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18921         in prompt.
18922
18923 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18924
18925         * messagexmas.el (message-xmas-redefine): Alias
18926         `message-make-caesar-translation-table' to
18927         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18928         version.
18929
18930         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18931         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18932         `gnus-xmas-set-text-properties'.
18933         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18934         `gnus-xmas-completing-read'.
18935         (gnus-xmas-completing-read): Removed.
18936         (gnus-xmas-open-network-stream): Removed.
18937
18938         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18939         XEmacs version.
18940
18941         * dns.el (dns-make-network-process): Use `open-network-stream'
18942         instead of `gnus-xmas-open-network-stream'.
18943
18944         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18945
18946         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18947
18948 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18949
18950         * gnus-art.el (gnus-mime-display-alternative)
18951         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18952         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18953         Don't use gnus-local-map-property.
18954
18955         * gnus-util.el (gnus-local-map-property): Remove.
18956
18957         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18958         gnus-completing-read-maybe-default with completing-read.
18959
18960         * gnus-util.el (gnus-completing-read): do.
18961         (gnus-completing-read-maybe-default): Remove.
18962
18963 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18964
18965         * password.el: Only autoload `run-at-time' if not XEmacs.
18966         Only autoload the itimer functions if XEmacs.
18967
18968 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18971         XEmacsen.
18972
18973         * dgnushack.el: Autoload executable-find for XEmacs.
18974
18975 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * gnus-art.el (gnus-read-string): Remove.
18978         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18979         read-string.
18980
18981 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18982
18983         * netrc.el: Autoload password-read.
18984         (netrc): Add configuration group.
18985         (netrc-encoding-method, netrc-openssl-path): Add
18986         variables for encoding and decoding of files with symmetric
18987         ciphers.
18988         (netrc-encode): Add assistant function to encode a file with
18989         netrc-encoding-method.
18990         (netrc-parse): Add interactive parameter, added optional
18991         decoding if netrc-encoding-method is non-nil but otherwise
18992         behavior is standard.
18993         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18994         Do s/encode/encrypt/ everywhere.
18995
18996         * spam.el: Remove executable-find autoload.
18997
18998 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19001
19002         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19003
19004 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * gnus-art.el (gnus-treat-ansi-sequences)
19007         (article-treat-ansi-sequences): New variable and function.
19008         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19009
19010         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19011         Use it.
19012
19013 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * mm-util.el (mm-quote-arg): Remove.
19016
19017         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19018         shell-quote-argument.
19019
19020         * gnus-uu.el (gnus-uu-command): do.
19021
19022         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19023
19024         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19025         with make-char.
19026
19027         * mm-util.el (mm-make-char): Remove.
19028
19029         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19030         add-minor-mode.
19031
19032         * gnus-undo.el (gnus-undo-mode): do.
19033
19034         * gnus-topic.el (gnus-topic-mode): do.
19035
19036         * gnus-sum.el (gnus-dead-summary-mode): do.
19037
19038         * gnus-start.el (gnus-slave-mode): do.
19039
19040         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19041
19042         * gnus-ml.el (gnus-mailing-list-mode): do.
19043
19044         * gnus-gl.el (gnus-grouplens-mode): do.
19045
19046         * gnus-draft.el (gnus-draft-mode): do.
19047
19048         * gnus-dired.el (gnus-dired-mode): do.
19049
19050         * gnus-ems.el (gnus-add-minor-mode): Remove.
19051
19052         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19053         Replace gnus-char-width with char-width.
19054
19055         * gnus-ems.el (gnus-char-width): Remove.
19056
19057         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19058         Replace gnus-char-width with char-width.
19059
19060         * gnus-ems.el (gnus-char-width): Remove.
19061
19062         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19063         definition.
19064         Remove Emacs 20 hash table compatibility code.
19065
19066         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19067         20 compatibility code.
19068
19069         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19070
19071         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19072
19073         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
19074         with point-at-{eol,bol}.
19075
19076         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19077
19078         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19079
19080         * flow-fill.el (fill-flowed-point-at-bol)
19081         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19082
19083         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19084         Replace with point-at-{eol,bol} throughout all files.
19085
19086 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * ntlm.el (ntlm-string-as-unibyte): New macro.
19089         (ntlm-build-auth-response): Use it.
19090
19091         Remove Emacs 20 stuff:
19092         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19093         (butlast, mapc, remove): Remove the compiler macros.
19094         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19095         of delq and copy-sequence.
19096         * gnus-art.el (popup-menu): Remove the compiler macro.
19097         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19098         Emacs 20.
19099
19100 2004-01-05  Simon Josefsson  <jas@extundo.com>
19101
19102         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19103         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19104         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19105         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19106         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19107         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19108         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19109         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19110         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19111         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19112         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19113         string-xor into ntlm-string-xor.  Suggested by
19114         Jesper Harder <harder@myrealbox.com>.
19115
19116         * ntlm.el: Don't include poem.
19117
19118         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19119         Jesper Harder <harder@myrealbox.com>.
19120
19121         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19122
19123         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19124         probably breaks emacs with DL patch, but do we care? Is anyone
19125         still using the DL stuff?)
19126
19127         * sieve-manage.el: Use the password package.
19128         (sieve-manage-read-passwd): Remove.
19129         (sieve-manage-interactive-login): Use password.  Re-add
19130         condition-case around loop.
19131
19132         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19133         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19134         the password package.
19135
19136 2003-02-19  Simon Josefsson  <jas@extundo.com>
19137
19138         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19139         token.
19140
19141 2002-08-07  Simon Josefsson  <jas@extundo.com>
19142
19143         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19144         (sieve-manage-authenticators):
19145         (sieve-manage-authenticator-alist): Add some SASL mechs.
19146         (sieve-sasl-auth): New function.
19147         (sieve-manage-cram-md5-auth):
19148         (sieve-manage-plain-auth): Rewrite using SASL library.
19149         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19150         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19151         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19152         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19153
19154 2004-01-05  Simon Josefsson  <jas@extundo.com>
19155
19156         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19157         New files.
19158
19159 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19160
19161         * gnus-group.el (gnus-no-groups-message): Update.
19162
19163         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19164
19165 2003-11-09  Simon Josefsson  <jas@extundo.com>
19166
19167         * imap.el: Support for ID IMAP extension (RFC 2971).
19168         (imap-local-variables): Add imap-id.
19169         (imap-id): New variable.
19170         (imap-id): New function.
19171         (imap-parse-response): Parse untagged ID response.
19172         * nnimap.el (nnimap-id): New variable.
19173         (nnimap-open-connection): Use it.
19174
19175 2003-12-28  Simon Josefsson  <jas@extundo.com>
19176
19177         * gnus-score.el (gnus-score-edit-all-score): New.
19178         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19179
19180 2004-01-04  Simon Josefsson  <jas@extundo.com>
19181
19182         * password.el: Add.
19183
19184 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19185
19186         * dns.el (dns-query-types): Fix typo.
19187         (dns-query-types): New function.
19188         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19189         PTR and SOA replies, see RFC 1035.
19190
19191 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19192
19193         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19194
19195         * Moved to Changelog.2.
19196
19197 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19198
19199         * gnus.el (gnus-version-number): Bump version.
19200
19201 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19202
19203         * gnus.el: No Gnus v0.1 is released.
19204
19205 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19206
19207         * gnus.el: No Gnus v0.0 is released.
19208
19209 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19210
19211         * gnus.el (gnus-version-number): Bump.
19212         (gnus-version): No.
19213
19214 See ChangeLog.2 for earlier changes.
19215
19216     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19217       Free Software Foundation, Inc.
19218
19219   This file is part of GNU Emacs.
19220
19221   GNU Emacs is free software: you can redistribute it and/or modify
19222   it under the terms of the GNU General Public License as published by
19223   the Free Software Foundation, either version 3 of the License, or
19224   (at your option) any later version.
19225
19226   GNU Emacs is distributed in the hope that it will be useful,
19227   but WITHOUT ANY WARRANTY; without even the implied warranty of
19228   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19229   GNU General Public License for more details.
19230
19231   You should have received a copy of the GNU General Public License
19232   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19233
19234 ;; Local Variables:
19235 ;; coding: utf-8
19236 ;; fill-column: 79
19237 ;; add-log-time-zone-rule: t
19238 ;; End: