Fix missing argument in cons.
[gnus] / lisp / ChangeLog
1 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2
3         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4         sender, thanks Katsumi Yamaoka.
5
6 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * nnir.el (nnir-run-imap): Reverse the article list for each group
9         rather than the whole list.
10
11 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * shr.el (shr-image-displayer): Protect function against non-existent
14         image source.
15
16         * gnus-art.el (gnus-inhibit-images): New user option.
17         (gnus-mime-display-single): Don't display image if it is non-nil.
18
19         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
20         gnus-inhibit-images.
21
22         * shr.el (shr-image-displayer): New function.
23         (shr-tag-img): Use it.
24
25 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
26
27         * mml2015.el (mml2015-epg-sign): Use From header.
28
29 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-html.el (gnus-html-wash-images): Register a displayer.
32
33         * gnus-util.el (gnus-find-text-property-region): Return markers.
34
35         * shr.el (shr-tag-img): Put a displayer in the text property.
36
37         * gnus-util.el (gnus-find-text-property-region): New utility function.
38
39         * gnus-html.el (gnus-html-display-image): Make the alt optional.
40         (gnus-html-show-images): Remove.
41
42         * gnus-art.el (gnus-article-show-images): New, more general function.
43
44         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
45         image url text properties.
46
47         * shr.el: Ditto.
48
49         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
50         gnus-agent-auto-agentize-methods is set.  Which it isn't.
51
52 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
55         work for two or more articles.
56
57 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
60         divide an image that's in an html article to two or more when washing
61         non-ASCII characters in alt text of it.
62
63 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
66         smime-decrypt-region using function argument.
67         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
68
69         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
70
71         * smime.el (smime-decrypt-region): Catch it.
72
73 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
74
75         * smime.el (smime-mode-map): Move initialization into declaration.
76         (gnus-run-mode-hooks): Don't autoload.
77         (smime-mode): Use define-derived-mode.
78
79 2010-11-11  Glenn Morris  <rgm@gnu.org>
80
81         * smime.el (from): Restrict declaration to XEmacs.
82
83         * nnir.el (gnus-group-topic-name): Autoload.
84
85 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * shr.el (shr-insert): Don't break long line if it is because of
88         kinsoku-bol characters in the line end.
89
90 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
91
92         * nnir.el (nnir-request-move-article): Fix to provide original group
93         and subject.
94         (nnir-warp-to-article): Don't fail on articles whose headers haven't
95         been retrieved.
96
97         * gnus-sum.el (gnus-summary-move-article): Use original group and
98         subject for virtual articles such as those in an nnir summary buffer.
99
100 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
103         least 21.5).
104
105         * smime.el (from): Declare it again for XEmacs.
106
107 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * message.el (message-resend): Don't disable encoding unless it's
110         already encoded.
111
112         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
113         low-numbered articles.
114
115 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * rfc2047.el (rfc2047-syntax-table): Simplify.
118
119         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
120
121         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
122         set-char-table-range for XEmacs.
123
124 2010-11-10  Glenn Morris  <rgm@gnu.org>
125
126         * time-date.el (time-to-seconds): Always an alias on Emacs,
127         never a real function.
128         (with-no-warnings): Remove compat stub, now unused.
129         (time-less-p): Doc fix.
130         (time-to-number-of-days): Simplify.
131
132         * smime.el (from): Remove unused declaration.
133
134         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
135         (gnus-float-time): On Emacs, always an alias.
136
137         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
138         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
139
140 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * dgnushack.el: Don't use ignore-errors in the top level form since it
143         is unavailable in XEmacs even if cl is loaded.
144
145         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
146
147 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * shr.el (browse-url-mailto): Autoload.
150
151         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
152
153         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
154         regexp doesn't need quoting.
155
156 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
157
158         * message.el (message-subject-trailing-was-ask-regexp)
159         (message-subject-trailing-was-regexp): Match was: in addition to was.
160
161 2010-11-09  Glenn Morris  <rgm@gnu.org>
162
163         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
164         (nnbabyl-check-mbox): Use point-at-bol.
165
166 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
169
170         * message.el (message-mailto): New function.
171         (message-mailto): Should accept other parameters.
172         (message-mailto): Remove since it duplicates browse-url-mailto
173         functionality.
174
175 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
178         methods.
179         (gnus-read-active-file): Ditto.
180
181         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
182         ": " from the prompt.
183         (gnus-group-make-group): Ditto.
184
185 2010-11-07  Glenn Morris  <rgm@gnu.org>
186
187         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
188         (gnus-bookmark-kill-line): Use point-at-eol.
189
190 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
193         asterisks in From header.
194
195 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
198         string to avoid making the From headers syntactically invalid.
199
200         * message.el (message-send-mail): Don't insert courtesy messages if the
201         message already has List-Post and List-ID messages.
202
203 2010-11-06  Glenn Morris  <rgm@gnu.org>
204
205         * gnus-art.el (gnus-treat-article): Give dynamic local variables
206         `condition', `type', `length' a prefix.
207         (gnus-treat-predicate): Update for above name changes.
208
209 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
210
211         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
212         binding.  Handled by `gnus-summary-refer-thread' instead.
213         (nnir-warp-to-article): New backend function.
214
215         * nnimap.el (nnimap-request-thread): Force dependency updating.
216
217         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
218         (gnus-summary-refer-thread): Rework to improve thread-referral.
219
220         * gnus-int.el (gnus-warp-to-article): New function.
221
222         * gnus-sum.el (gnus-summary-article-map): Bind it.
223
224 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
225
226         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
227         gnus-summary-refer-thread.
228
229         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
230         headers.
231         (gnus-summary-limit-include-thread): Prevent articles in thread from
232         being cut in gnus-cut-threads.
233         (gnus-summary-refer-thread): Limit retrieved headers to those in
234         thread.
235
236 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * message.el (message-send-mail): Use the value of
239         message-courtesy-message from the message buffer.
240
241         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
242
243         * shr.el (shr-browse-url): Implement mailto: URLs.
244
245         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
246         "raw".
247
248         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
249         if it's already selected.
250
251         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
252
253 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
256         to measure the length and truncate alt text.
257
258 2010-11-03  Glenn Morris  <rgm@gnu.org>
259
260         * nndiary.el (nndiary-generate-nov-databases-1)
261         (nndiary-generate-active-info): Rename dynamic variable `files' to
262         something less generic.
263
264 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
265
266         * nnir.el (nnir-request-move-article): Call the underlying backend to
267         move articles from nnir.
268
269 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
272
273 2010-11-02  Julien Danjou  <julien@danjou.info>
274
275         * nnir.el: Remove wais support.
276
277 2010-11-02  Glenn Morris  <rgm@gnu.org>
278
279         * gnus-html.el: Reorder requirements to quieten compiler.
280
281 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
284         properly for XEmacs as well.
285         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
286         (gnus-article-natural-long-line-p): Use window-width rather than
287         frame-width.
288
289 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
290
291         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
292         (nnir-read-parms): Don't modify query.
293         (nnir-run-query): Add ability to search topic on current line.
294         (nnir-get-active): Clean up.
295
296 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
299         degenerate articles.
300
301         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
302         (gnus-print-buffer): Just print the buffer as is, without any copying
303         to a buffer and then re-highlighting.
304
305         * nnimap.el (nnimap-request-group): Store the new updated info.
306         (nnimap-request-group): Select the group when we don't know whether it
307         exists or not.
308
309         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
310         groups.
311
312         * gnus-group.el (gnus-group-find-new-groups): Display all the new
313         groups.
314
315         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
316         groups.
317
318         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
319         long-lines case by only filling the long lines.
320
321         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
322         (bug #7311).
323
324 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * shr.el: No need to declare `declare-function' since shr.el is for
327         only Emacsen that provide `libxml-parse-html-region'.
328
329         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
330         effective only in a file it is referred to.
331
332 2010-11-01  Glenn Morris  <rgm@gnu.org>
333
334         * mm-util.el (gnus-completing-read): Autoload.
335         (mm-read-coding-system): Simplify Emacs definition.
336
337         * nnmail.el (gnus-activate-group):
338         * nnimap.el (gnutls-negotiate):
339         * nntp.el (netrc-parse): Fix declarations.
340
341 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
344         string-match-p in Emacs >=23.
345
346         * gnus-msg.el (gnus-configure-posting-styles)
347         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
348
349 2010-11-01  Glenn Morris  <rgm@gnu.org>
350
351         * nnir.el (declare-function): Add compat stub.
352         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
353         (nnir-run-gmane): Require 'mm-url.
354
355         * mm-util.el (mm-string-to-multibyte): Simplify.
356
357         * shr.el (declare-function): Add compat stub.
358         (url-cache-create-filename): Declare.
359         (mm-disable-multibyte, widget-convert-button): Autoload.
360
361         * smime.el (ldap-search): Declare.
362         (smime-cert-by-ldap-1): Require ldap on Emacs.
363
364         * nnimap.el: Require nnmail, and gnus-sum when compiling.
365         (nnimap-keepalive): Use gnus-float-time.
366
367         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
368         (mail-source-delete-crash-box): Use gnus-float-time.
369
370         * gnus-dired.el (gnus-completing-read): Autoload.
371
372         * mm-view.el (gnus-rescale-image): Autoload.
373
374         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
375
376         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
377
378         * sieve-manage.el: Require 'cl when compiling.
379
380         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
381         (gnus-iswitchb-completing-read): Require iswitchb.
382         (gnus-select-frame-set-input-focus): Silence compiler.
383
384 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * message.el (message-subject-trailing-was-query): Change default to t,
387         since I think that's what most people want.
388
389         * nnimap.el (nnimap-request-accept-article): Erase buffer before
390         appending for easier debugging.
391         (nnimap-wait-for-connection): Take a regexp.
392         (nnimap-request-accept-article): Wait for the continuation line before
393         sending anything unless we're streaming.
394
395         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
396         leave the header washing to take place.
397
398 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
399
400         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
401         regular expression match and replace in posting styles.
402
403 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
404
405         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
406         an entire server.
407         (nnir-get-active): New function.
408         (nnir-run-imap): Use it.
409         (nnir-run-gmane): Who knew, gmane search returns an article score!
410
411         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
412         server on the current line with nnir.
413
414 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
417         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
418         left edge.
419         (gnus-article-foldable-buffer): Skip past the prefix when determining
420         raggedness.
421
422         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
423         the raw article, and change `C-u g' to show the article without doing
424         treatments.
425
426         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
427         on to `gnus-treat-article'.
428         (gnus-inhibit-article-treatments): New variable.
429
430         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
431
432         * gnus-art.el (gnus-treatment-function-alist): Have
433         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
434         (gnus-treat-fill-long-lines): Change default to fill all text/plain
435         sections.
436
437         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
438         parameter.
439         (gnus-article-fill-cited-long-lines): New function.
440         (gnus-article-fill-cited-article): Allow filling only long sections.
441
442         * shr.el (shr-find-fill-point): Don't break lines between punctuation
443         and non-punctuation (like after the apostrophe in "'We").
444
445         * gnus-sum.el (gnus-summary-select-article): Make sure
446         gnus-original-article-buffer is alive.
447
448         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
449         reflect the order they're in in the digest.
450
451         * gnus.el (gnus-group-startup-message): Move point to the start of the
452         buffer.
453
454         * nnimap.el (nnimap-capability): New function.
455         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
456         is set.
457
458 2010-10-31  David Engster  <dengste@eml.cc>
459
460         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
461         conform with changes to gnus-completing-read.
462
463 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * shr.el (shr-tag-img): Output "*" instead of "[img]".
466
467 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el move defvar, defcustom around to keep file organized and keep
470         byte-compiler quiet.
471         (nnir-read-parms): accept search-engine as arg.
472         (nnir-run-query): pass search-engine as arg.
473         (nnir-search-engine): remove.
474
475 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-generic): The text nodes should be text, not :text.
478
479         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
480         later in the file.
481
482 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
483
484         * nnir.el: general clean up. allow searching with multiple
485         engines. allow separate extra-parameters for each engine. batch queries
486         when possible.
487         (nnir-imap-default-search-key,nnir-method-default-engines): add
488         customize interface.
489         (nnir-run-gmane): new engine.
490         (nnir-engines): use it. qualify all prompts with engine name.
491         (nnir-search-engine): remove global variable.
492         (nnir-run-hyrex): restore for now.
493         (nnir-extra-parms,nnir-search-history): new variables.
494         (gnus-group-make-nnir-group): use them.
495         (nnir-group-server): remove in favor of gnus-group-server.
496         (nnir-request-group): avoid searching twice.
497         (nnir-sort-groups-by-server): new function.
498
499 2010-10-30  Julien Danjou  <julien@danjou.info>
500
501         * gnus-group.el: Remove gnus-group-fetch-control.
502
503         * gnus-start.el (gnus-find-new-newsgroups): Remove
504         gnus-check-first-time-used.
505
506         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
507
508 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
509
510         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
511         set on groups that don't have \* permanentflags.
512
513 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
516         control the background color.
517         (shr-tag-img): Ignore very small web bug type images.
518         (shr-put-image): Add help-echo alt texts to the images.
519         (shr-tag-video): Show the video poster image.
520
521 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * shr.el (shr-table-depth): New variable.
524         (shr-tag-table-1): Only insert the images after the top-level table.
525
526         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
527
528         * gnus-util.el (gnus-list-memq-of-list): New function.
529
530         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
531         selected.
532         (nnimap-unsplittable-articles): New slot.
533         (nnimap-new-articles): Use it.
534
535 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
536
537         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
538         move to the previous line on `M-g'.
539
540 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
543         *-request-group, which seems unnecessary.
544
545         * nnimap.el (nnimap-quote-specials): Function copied over from
546         imap.el.
547         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
548         they support that.  Suggested by Tom Regner.
549
550 2010-10-29  Julien Danjou  <julien@danjou.info>
551
552         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
553         defalias.
554         (gnus-summary-delete-marked-with): Remove obsolete defalias.
555
556         * gnus.el: Remove `gnus-nntp-service' variable.
557         (gnus-secondary-servers): Make obsolete.
558         (gnus-nntp-server): Make obsolete.
559
560         * gnus-start.el (gnus-1): Remove x-splash calls.
561
562         * gnus-ems.el (gnus-x-splash): Remove.
563
564         * gnus.el (gnus-group-startup-message): Simplify/update code.
565
566         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
567         definition.
568
569         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
570         capability before doing anything.
571         (gnus-group-insert-group-line): Remove useless
572         gnus-group-remove-excess-properties.
573
574 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
577
578 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
581         config after reselecting.
582
583 2010-10-28  Julien Danjou  <julien@danjou.info>
584
585         * shr.el (shr-put-image): Use point even if only inserting text.
586         (shr-put-image): Save excursion when inserting alt text on non-graphic
587         display, so the behaviour is the same when we are on a graphic display.
588
589         * nnir.el (nnir-run-swish-e): Remove hyrex support.
590
591 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
594         (gnus-mime-copy-part): Check coding system, not charset.
595         (gnus-mime-view-part-externally): Never remove part.
596         (gnus-mime-view-part-internally): Don't remove part here.
597         (gnus-article-part-wrapper): Make sure MIME tag is visible.
598         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
599         multipart/alternative.
600
601         * mm-decode.el (mm-display-part): Take optional arg `force'.
602
603 2010-10-26  Julien Danjou  <julien@danjou.info>
604
605         * gnus-group.el (gnus-group-default-list-level): Add this function to
606         compute the default list level.
607         (gnus-group-default-list-level): Add possibility to use a function.
608
609 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
612
613         * gnus-group.el (gnus-group-completing-read)
614         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
615         gnus-replace-in-string.
616
617 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * shr.el (shr-tag-div): Added.
620
621         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
622
623 2010-10-25  Julien Danjou  <julien@danjou.info>
624
625         * gnus-util.el: Remove `gnus-with-local-quit'.
626
627         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
628
629 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
632         the original article buffer.
633
634 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * nnimap.el (nnimap-request-head): New function.
637         (nnimap-request-move-article): Try to be slighly faster by not
638         requesting the entire message when moving.
639         (nnimap-transform-headers): Don't bug out on bodiless articles.
640         (nnimap-send-command): Have no outstanding messages if the IMAP server
641         doesn't support streaming.
642         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
643
644 2010-10-24  Julien Danjou  <julien@danjou.info>
645
646         * message.el (message-default-headers): Fix type.
647
648 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
651         prefetching images.
652
653         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
654         backend for unknown groups.  This is mainly useful for nnimap groups.
655
656         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
657         group isn't covered by the agent.
658
659 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
660
661         * nnir.el (nnir-method-default-engines): new variable.
662         (nnir-run-query): use it.
663         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
664         (gnus-summary-nnir-goto-thread): change group if needed.
665
666         * gnus-group.el (gnus-group-group-map): add key binding for
667         gnus-group-make-nnir-group.
668
669 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * shr.el (shr-tag-object): Added.
672
673         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
674         original article buffer live.
675         (gnus-summary-select-article-buffer): Mention
676         gnus-widen-article-buffer.
677
678 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * shr.el (shr-tag-strong): Added.
681
682 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
685         group names.  They mess up the group buffer badly.
686
687         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
688
689         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
690         instead of the summary one.
691
692 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * mml.el (mml-preview): Work properly when editing article.
695
696         * gnus-start.el (gnus-read-active-file-1): Don't add method to
697         gnus-have-read-active-file if it's already been in.
698
699 2010-10-22  Tom Tromey  <tromey@redhat.com>
700
701         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
702         gnus-group-completing-read.
703
704 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * message.el (message-mode-map): Don't bind M-; to comment region, to
707         allow the global comment-dwim to work.
708
709 2010-10-21  Julien Danjou  <julien@danjou.info>
710
711         * message.el (message-setup-1): Allow message-default-headers to be a
712         function.
713
714 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * shr.el (shr-tag-table): Simplify.
717
718 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
721         to avoid trying to snarf invalid stuff.
722
723         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
724
725         * gnus.el (gnus-message-archive-group): Quote value.
726         (gnus-message-archive-group): Mark as changed.
727
728         * shr.el (shr-add-font): Don't put the font properties on the newline
729         or the indentation.
730
731         * message.el (message-fix-before-sending): Change options when sending
732         non-printable characters.
733
734         * gnus.el (gnus-message-archive-method): Change the default to
735         monthly outgoing groups.
736
737         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
738         that have gotten new numbers.
739
740         * nnimap.el (nnimap-request-replace-article): New function.
741
742 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
745         (nnrss-request-article): Don't use special html washing code.
746
747 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * shr.el (shr-tag-table): Remove useless nconc.
750
751 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-art.el (article-wash-html): Simplify and remove the charset
754         stuff.  Use the normal html rendering code instead of the special html
755         washing code.
756
757         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
758         `gnus-w3m' symbols.
759         (mm-text-html-washer-alist): Removed.
760
761         * mm-decode.el (mm-inline-text-html-renderer): Removed.
762         (mm-inline-media-tests): Removed use.
763         (mm-text-html-renderer): Change default to the `shr' symbol.
764
765         * mm-view.el (mm-inline-text-html): Removed use.
766
767         * gnus-art.el (gnus-blocked-images): New function.  Allow the
768         `gnus-blocked-images' to be a function.
769         (gnus-article-wash-function): Removed.
770
771 2010-10-20  Julien Danjou  <julien@danjou.info>
772
773         * spam.el (spam-list-of-processors): Mark as obsolete.
774
775         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
776         (nnimap-insert-partial-structure): Fix boundary detection.
777
778 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
779
780         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
781         run file-truename on remote files.  This can be expensive and even
782         prevent one from editing drafts if some unrelated buffer has a stale
783         connection.
784
785 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
788         kinsoku-eol regardless of shr-kinsoku-shorten.
789         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
790         (shr-tag-table): Support caption, thead, and tfoot.
791
792 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
795         lines.
796         (shr-save-contents): New command and keystroke.
797
798         * nndoc.el (nndoc-type-alist): Add git support.
799         (nndoc-git-type-p): New function.
800         (nndoc-transform-git-article): Ditto.
801         (nndoc-transform-git-headers): Ditto.
802         (nndoc-transform-git-headers): Generate Subject headers.
803
804         * shr.el (shr-parse-style): New function.
805         (shr-tag-span): Ditto.
806
807         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
808         to `G G' to avoid collisions.
809
810 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * shr.el: Load kinsoku if necessary.
813         (shr-kinsoku-shorten): New internal variable.
814         (shr-find-fill-point): Make kinsoku shorten text line if
815         shr-kinsoku-shorten is bound to non-nil.
816         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
817         shr-indentation too when testing if table is wider than frame width.
818         (shr-insert-table): Use `string-width' instead of `length' to measure
819         text width.
820         (shr-insert-table-ruler): Make sure indentation is done at bol.
821
822 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
823
824         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
825         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
826         undecoded network data.
827
828 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
831         name in the mode line spec so that the mode line menu works
832         (bug #2431).
833
834         * message.el (message-get-reply-headers): If we're fed `to-address',
835         then always use that.
836
837         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
838         aren't so wide as to need to switch off the edit menu.
839
840         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
841         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
842
843         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
844         `M-g'.
845         (nnimap-update-info): Update flags/read marks even if \* isn't part of
846         the permanent marks.
847
848 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
849
850         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
851         Splitting according to references/in-reply-to obeys the ignore-groups
852         variable, while splitting by sender and subject do not.
853
854 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
857         alist, so that we can look for non-Unicode chars.
858         (article-translate-strings): Allow both character and string maps.
859
860 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * shr.el (shr-insert): Don't insert space behind a wide character
863         categorized as kinsoku-bol, or between characters both categorized as
864         nospace.
865
866 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
867
868         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
869         headers to gnus-newsgroup-headers.
870
871 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * shr.el (shr-tag-img): Don't align images -- since we're not
874         rescaling, this often leads to ugly displays.
875
876 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
877
878         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
879         duplicates.
880
881 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
882
883         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
884         call.
885
886 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus.el: Autoload gnus-html-show-images.
889
890         * nnimap.el: Use nnheader-message throughout.
891
892         * shr.el (shr-tag-img): Ignore images with no data.
893
894 2010-10-15  Julien Danjou  <julien@danjou.info>
895
896         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
897         a possibility to disable format=flow encoding when using hard newlines.
898
899 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * shr.el (shr-insert): Remove space inserted before or after a
902         breakable character or at the beginning or the end of a line.
903         (shr-find-fill-point): Do kinsoku; find the second best point or give
904         it up if there's no breakable point.
905
906 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * nnimap.el (nnimap-open-connection): Message when opening connection
909         for debugging purposes.
910
911         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
912         on every setup buffer call to allow this to change from article to
913         article.
914
915         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
916         buffers where we have a wide table.
917
918 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
919
920         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
921         uses *-request-thread.
922
923 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nnimap.el (nnimap-open-connection): Remove %s from openssl
926         incantation, which is no longer valid.
927
928 2010-10-14  Julien Danjou  <julien@danjou.info>
929
930         * shr.el: Fix defcustom type (char -> character).
931
932 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-open-connection): tls-program should be a list of
935         programs.
936
937 2010-10-14  Julien Danjou  <julien@danjou.info>
938
939         * shr.el (shr-tag-a): Use url-link as widget type.
940
941         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
942         `gnus-group-get-icon'.
943
944 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
947         This should make server editing work better.
948
949         * shr.el (shr-find-fill-point): Don't inloop on indented text.
950
951         * tls.el (tls-program): Remove spurious %s from openssl.
952
953         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
954         (nnimap-parse-flags): Fix regexp.
955
956         * shr.el (shr-find-fill-point): Use a filling algorithm that should
957         probably work for CJVK text, too.
958
959         * nnimap.el (nnimap-extend-tls-programs): Removed.
960         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
961
962         * tls.el (tls-starttls-switches): Remove starttls hack.
963         (open-tls-stream): Ditto.
964         (tls-find-starttls-argument): Ditto.
965
966 2010-10-13  Julien Danjou  <julien@danjou.info>
967
968         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
969         responses.
970
971 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
974
975         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
976         anything in Emacs.
977
978         * shr.el (shr-current-column): Remove buggy and unnecessary function.
979
980 2010-10-13  Julien Danjou  <julien@danjou.info>
981
982         * shr.el (shr-width): Make shr-width a defcustom with default to
983         fill-column.
984         (shr-tag-img): Use shr-width rather than fill-column.
985
986 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * dgnushack.el (byte-optimize-apply)
989         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
990
991         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
992         position when (X-)Faces exist.
993         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
994         avatars when called interactively.
995
996 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
999         gnus-article-x-face-too-ugly is bound.
1000
1001 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1004
1005         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1006         mailbox that doesn't exist.
1007
1008 2010-10-12  Julien Danjou  <julien@danjou.info>
1009
1010         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1011         (shr-get-image-data): Encode URL properly when fetching from cache.
1012         (shr-tag-img): Use aligned-to spaces to align correctly images.
1013
1014         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1015         before inserting the Gravatar.
1016
1017         * shr.el (shr-tag-img): Add align attribute support for <img>.
1018
1019 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-gravatar.el (gnus-art): Required.
1022
1023         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1024         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1025         Remove long obsoleted functions.
1026
1027 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1030
1031         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1032
1033         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1034         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1035         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1036         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1037         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1038         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1039         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1040
1041 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * nnimap.el (nnimap-request-rename-group): Select group read-only
1044         before renaming it.
1045
1046         * shr.el (shr-insert): Fix up the white space only regexp.
1047
1048         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1049         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1050
1051         * shr.el (shr-current-column): New function.
1052         (shr-find-fill-point): New function.
1053
1054 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1055
1056         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1057         numbers.
1058
1059 2010-10-11  Julien Danjou  <julien@danjou.info>
1060
1061         * shr.el (shr-hr-line): Add.
1062         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1063         display hr lines.
1064         (shr-max-columns): Do not change state to nil if we just inserting
1065         spaces.
1066
1067 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1070         select the last group.
1071
1072 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1073
1074         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1075
1076 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1077
1078         * dig.el (dig-mode-map): Declare and define in one step.
1079
1080 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1083         for Gnus.
1084         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1085         (nnimap-update-qresync-info): Mark \Seen articles as read.
1086
1087         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1088         non-variable, too.
1089
1090         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1091         available.
1092         (nnimap-update-info): Rely more on the current active than the param
1093         active to avoid marking articles as read too much.
1094
1095         * auth-source.el (auth-source-create): Use (user-login-name) for the
1096         user name default.
1097
1098         * nnimap.el (nnimap-update-info): If the server doesn't return any
1099         useful info, just use the previous info.
1100         (nnimap-update-info): Prefer old info over start-article.
1101         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1102
1103 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1104
1105         * nnir.el (autoload): Clean up autoloads.
1106         (nnir-imap-default-search-key): Renamed from
1107         nnir-imap-search-field. Use key rather than value.
1108         (nnir-imap-search-other): New variable.
1109         (nnir-read-parm): Use it.
1110         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1111         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1112
1113 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1114
1115         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1116         the process, too.
1117
1118 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1121         Allbery.
1122
1123         * shr.el: Rework the way things are indented by <li> slightly.
1124
1125         * gnus.el (gnus-group-set-parameter): Fix typo.
1126
1127         * nnimap.el: Start implementing QRESYNC support.
1128
1129 2010-10-09  Julien Danjou  <julien@danjou.info>
1130
1131         * nnir.el (nnir-engines): Fix too many arguments.
1132
1133 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1136         group is the "last", so that the backends like nnfolder actually save
1137         their folders.
1138
1139         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1140         try to use that for the tls stream.
1141         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1142         UIDVALIDITY and find out which groups are read-only and not.
1143         (nnimap-get-flags): Use the same marks parsing code as the rest of
1144         nnimap.
1145
1146 2010-10-09  Julien Danjou  <julien@danjou.info>
1147
1148         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1149
1150         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1151         retrieving gravatars.
1152
1153         * shr.el (shr-table-corner): Add.
1154         (shr-table-line): Add.
1155         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1156
1157 2010-10-08  Julien Danjou  <julien@danjou.info>
1158
1159         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1160
1161 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1162
1163         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1164
1165         * gnus-sum.el (gnus-mark-article-as-unread)
1166         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1167         (gnus-summary-set-bookmark): Use it.
1168
1169         * gnus-msg.el (gnus-setup-message): Use it.
1170
1171         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1172
1173         * gnus.el (gnus-group-remove-parameter): Use it.
1174
1175         * gnus-group.el (gnus-group-make-web-group): Use it.
1176
1177         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1178
1179         * nnregistry.el: Update docs to mention manual.
1180
1181         * gnus-registry.el: Update docs to mention nnregistry.el.
1182         (gnus-registry-initialize): Don't install nnregistry refer method
1183         automatically.
1184         (gnus-registry-install-nnregistry): Remove it.
1185
1186 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * shr.el (shr-insert): Don't insert double spaces.
1189
1190 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-gravatar.el (gnus-treat-from-gravatar)
1193         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1194         called interactively.
1195
1196         * gnus-art.el (gnus-mime-view-part-externally)
1197         (gnus-mime-view-part-internally): Make predicate function passed to
1198         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1199         of a mime type.
1200
1201         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1202
1203 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * shr.el (require): Require cl when compiling.
1206         (shr-tag-hr): New function.
1207
1208         * nnimap.el (nnimap-update-info): Remove double setting of high.
1209         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1210         makes nnimap work properly on Courier again.
1211
1212         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1213         the variable for backwards compatability.
1214
1215         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1216         the file name before using to avoid setting mm-default-directory to
1217         nil.
1218
1219         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1220         bidning gnus-agent variables.
1221
1222         * shr.el (shr-render-td): Use a cache for the table rendering function
1223         to avoid getting an exponential rendering behaviour in nested tables.
1224         (shr-insert): Rework the line-breaking algorithm.
1225         (shr-insert): Don't leave trailing spaces.
1226         (shr-insert-table): Also insert empty TDs.
1227         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1228
1229 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1230
1231         * gnus-sum.el (gnus-number): Rename from `number'.
1232         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1233         (gnus-summary-limit-children): Update uses correspondingly.
1234
1235 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1238         (gnus-gravatar-transform-address): Don't show avatars of people of
1239         which mail addresses match gnus-gravatar-too-ugly.
1240
1241 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * shr.el (shr-table-widths): Expand TD elements to fill available
1244         space.
1245
1246 2010-10-07  Julien Danjou  <julien@danjou.info>
1247
1248         * nnimap.el (nnimap-request-rename-group): Add this method.
1249
1250 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1253         name from XEmacs' function-arglist.
1254
1255         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1256         gravatar under XEmacs.
1257
1258 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1259
1260         * auth-source.el: Update docs with TODO items.
1261
1262         * gnus-sync.el: Update docs to explain state and plans.
1263
1264         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1265         Hooks for mark updates.
1266         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1267
1268         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1269         hooks with arguments, which is needed for mark update hooks.
1270
1271 2010-10-06  Julien Danjou  <julien@danjou.info>
1272
1273         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1274         was matched.
1275
1276         * sieve-manage.el: Update example in `Commentary'.
1277
1278         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1279
1280         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1281         not 2000.
1282         (sieve-manage-authenticate): Re-add function.
1283
1284 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * shr.el (shr-insert): Get 'space transition right.
1287         (shr-render-td): Only delete space at the end of the TD.
1288
1289         * nnimap.el (nnimap-open-connection): Prepare to support
1290         open-gnutls-stream.
1291
1292         * shr.el: Rearrange function order to be more logical.
1293
1294 2010-10-06  Julien Danjou  <julien@danjou.info>
1295
1296         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1297         (nnrss-discover-feed): Remove 404 URL in docstring.
1298
1299         * nnir.el: Fix Swish-E URL.
1300         Fix Namazu URL.
1301
1302         * message.el (message-change-subject): Remove 404 URL in a comment.
1303
1304 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1307         called interactively.
1308
1309         * gnus-util.el (gnus-remove-if): Allow hash table.
1310         (gnus-remove-if-not): New function.
1311
1312         * gnus-art.el (gnus-mime-view-part-as-type)
1313         * gnus-score.el (gnus-summary-score-effect)
1314         * gnus-sum.el (gnus-read-move-group-name):
1315         Replace remove-if-not with gnus-remove-if-not.
1316
1317         * gnus-group.el (gnus-group-completing-read):
1318         Regard collection as a hash table if it is not a list.
1319
1320 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1323
1324         * shr.el: Document the table-rendering algorithm.
1325
1326 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1329         for Emacsen having no `libxml-parse-html-region' support.
1330
1331 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1334         invalid URLs.
1335
1336         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1337         line-broken.
1338         (shr-tag-img): Ignore image fetching errors.
1339         (shr-overlays-in-region): Compute overlay positions correctly.
1340
1341         * mm-decode.el (mm-shr): Require shr.
1342
1343         * gnus-art.el (gnus-blocked-images): Move variable here.
1344
1345         * shr.el (shr-insert-table): Bind free variable.
1346
1347         * mm-decode.el (mm-shr): Bind shr-content-function.
1348
1349         * shr.el (shr-content-function): New variable.
1350
1351         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1352         added for symmetry.
1353
1354         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1355
1356         * gnus-group.el (gnus-group-make-group): Doc fix.
1357
1358         * nnimap.el (nnimap-request-newgroups): Return success.
1359
1360         * shr.el (shr-find-elements): New function.
1361         (shr-tag-table): Put all the images after the table.
1362         (shr-tag-table): Really inhibit images inside the table.
1363         (shr-collect-overlays): Copy over overlays from the TD elements to the
1364         main document.
1365
1366         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1367         gnus-blocked-images.
1368
1369 2010-10-05  Julien Danjou  <julien@danjou.info>
1370
1371         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1372
1373         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1374         (gnus-html-maximum-image-size): Add this function.
1375         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1376
1377         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1378         server-value of the capability is nil.
1379
1380 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * shr.el (shr-tag-em): Add <EM> tag.
1383
1384 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1385
1386         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1387         customizable.
1388
1389         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1390         handing broken links to browse-url.
1391
1392 2010-10-05  Julien Danjou  <julien@danjou.info>
1393
1394         * gnus-util.el (gnus-emacs-completing-read)
1395         (gnus-iswitchb-completing-read): Use autoload rather than require.
1396
1397 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1400         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1401         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1402         iswitchb-temp-buflist for XEmacs.
1403
1404         * gnus-util.el (gnus-completing-read-function): Exclude
1405         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1406         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1407         XEmacs.
1408
1409         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1410         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1411
1412         * gnus-html.el: Don't require help-fns under XEmacs.
1413         (gnus-html-schedule-image-fetching): Work for XEmacs.
1414
1415         * mm-decode.el (mm-shr): Decode contents by charset.
1416
1417 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1420         unknown.
1421
1422         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1423         (shr-get-image-data): Ensure against the cache file missing.
1424
1425         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1426         for data.
1427
1428         * spam-report.el (spam-report-url-ping-plain): Don't query about
1429         killing the process.
1430
1431         * shr.el (shr-render-td): Protect against too-wide text.
1432
1433 2010-10-04  Julien Danjou  <julien@danjou.info>
1434
1435         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1436         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1437
1438         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1439         retrieved.
1440
1441 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * shr.el (browse-url): Required.
1444         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1445         lines.
1446         (shr-show-alt-text, shr-browse-image): New commands.
1447         (shr-browse-url, shr-copy-url): New commands.
1448
1449         * gnus-sum.el (gnus-widen-article-window): New variable.
1450         (gnus-summary-select-article-buffer): Use it.
1451
1452         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1453         without @ signs.
1454
1455 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1456
1457         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1458
1459 2010-10-04  Julien Danjou  <julien@danjou.info>
1460
1461         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1462         for XEmacs.
1463
1464 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1467
1468         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1469         (nnimap-close-server): Implement.
1470
1471         * dgnushack.el (iswitchb): Require to shut up the compiler.
1472
1473         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1474         (shr-insert): Tweak line breaking.
1475         (shr-insert): Handle <pre> better.
1476         (shr-tag-li): Get <li> indentation right.
1477         (shr-tag-li): Get <li> indentation even righter.
1478         (shr-tag-blockquote): Ensure paragraph start.
1479         (shr-make-table): Tweak table generation.
1480         (shr-make-table): Fix typo.
1481
1482         * shr.el: Implement table rendering.
1483
1484 2010-10-04  Julien Danjou  <julien@danjou.info>
1485
1486         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1487
1488 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * shr.el (shr-insert): Use string anchors instead of line anchors.
1491
1492 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * shr.el: Add headings.
1495         (shr-ensure-paragraph): Actually work.
1496         (shr-tag-li): Make <ul> prettier.
1497         (shr-insert): Get white space at the beginning/end of elements right.
1498         (shr-tag-p): Collapse subsequent <p>s.
1499         (shr-ensure-paragraph): Don't insert double line feeds after blank
1500         lines.
1501         (shr-insert): \t is also space.
1502         (shr-tag-s): Fix "s" tag name function.
1503         (shr-tag-s): Fix face prop name.
1504
1505 2010-10-03  Julien Danjou  <julien@danjou.info>
1506
1507         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1508
1509         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1510         gnus-window-inside-pixel-edges.
1511
1512         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1513         gnus-ems.
1514
1515         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1516
1517         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1518         function.
1519
1520         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1521         resize choice.
1522
1523 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1526         beginning of the buffer.
1527
1528         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1529         article buffer again.
1530
1531         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1532         buffer.
1533
1534         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1535         when it's at the start of the buffer.
1536
1537         * shr.el (shr-tag-blockquote): Convert name.
1538         (shr-rescale-image): Use the right image-size variant.
1539
1540         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1541         buffer isn't shown, then select the current article first instead of
1542         bugging out.
1543         (gnus-summary-select-article-buffer): Show both the article and summary
1544         buffers again.
1545
1546         * shr.el (shr-fontize-cont): Protect against regions with no text.
1547         Rename tag functions to shr-tag-* for enhanced security.
1548         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1549
1550 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1551
1552         * shr.el (shr-insert):
1553         * pop3.el (pop3-movemail):
1554         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1555         loaded.
1556
1557 2010-10-03  Glenn Morris  <rgm@gnu.org>
1558
1559         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1560
1561         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1562
1563         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1564
1565         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1566
1567         * gnus-util.el (gnus-make-local-hook): Simplify.
1568
1569 2010-10-02  Julien Danjou  <julien@danjou.info>
1570
1571         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1572         (gnus-ido-completing-read): New function.
1573         (gnus-emacs-completing-read): New function.
1574         (gnus-completing-read): Use gnus-completing-read-function.
1575         Add gnus-completing-read-function.
1576
1577 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * shr.el (shr-insert-document): Autoload.
1580         (shr-img): Be silent.
1581         (shr-insert): Add a newline after every picture before text.
1582         (shr-add-font): Use overlays for combining faces.
1583         (shr-insert): Pass upwards the text start point.
1584
1585         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1586         possible.
1587         (mm-shr): New function.
1588
1589 2010-10-02  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1592         should go backward.
1593
1594 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1595
1596         * shr.el (shr): Fix typo in provide call.
1597
1598 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * shr.el: New file.
1601
1602         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1603
1604         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1605         completing read.
1606
1607 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1610         we're being queried about.  Suggested by Dan Jacobson.
1611
1612         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1613         by Jason Eisner.
1614
1615         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1616         table, too.  Suggested by Stefan Wiens.
1617         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1618         the table unnecessary.  Suggested by Stefan Wiens.
1619
1620         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1621         longer needed, and probably doesn't work either, as pointed out by
1622         Stefan Wiens.
1623         (gnus-summary-exit): Remove call to the clearing function.
1624         (gnus-summary-exit-no-update): Ditto.
1625
1626         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1627         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1628         Reported by Stefan Monnier.
1629         (gnus-summary-save-in-rmail): Ditto.
1630
1631         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1632         article buffer, instead of both the article buffer and the summary
1633         buffer.  Sort of suggested by Dan Jacobson.
1634
1635         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1636
1637         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1638         Suggested by Dan Jacobson.
1639
1640         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1641         documentation clearer.
1642
1643         * message.el (message-shorten-references): Comment on the number "21".
1644         Suggested by Stefan Monnier.
1645
1646         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1647         Suggested by Dan Jacobson.
1648
1649         * gnus.el (gnus-large-newsgroup): Mention
1650         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1651
1652         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1653         externalize attachments.  Bug reported by Steve Wen.
1654
1655         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1656         really message anything to the user.
1657
1658         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1659         directly.
1660
1661         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1662         messages in empty groups.
1663
1664 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1665
1666         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1667         non-UIDNEXT group.
1668
1669 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1672         not the value from the collection.
1673
1674         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1675         values.  This sometimes happens on some groups that have no info.
1676         (nnimap-request-newgroups): New function.
1677
1678 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1681         check into `gnus-registry-initialize'.
1682         (gnus-registry-initialize): Ditto.
1683         Fix and extend header docs.
1684
1685 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1688         regexp backtrace overflows.
1689
1690         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1691         for starttls that tls.el implements; i.e. openssl.
1692
1693         * tls.el (tls-starttls-switches): Give up on using starttls with
1694         gnutls-cli.
1695         (tls-program): Add --insecure to be consistent with the defaults from
1696         openssl s_client.  Now all three commands are insecure.
1697
1698 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * lpath.el: Bind completion-styles-alist for XEmacs.
1701
1702         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1703         (gravatar-create-image): New function that's an alias to
1704         gnus-xmas-create-image, gnus-create-image, or create-image.
1705         (gravatar-data->image): Use it.
1706
1707 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1710         install the nnregistry refer method.
1711         (gnus-registry-install-hooks): Use it.
1712         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1713         unfollowed groups.
1714
1715 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1716
1717         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1718         expanding threads.
1719
1720 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnir.el: Use the server names without suffixes (bug #7009).
1723
1724         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1725         unencrypted to STARTTLS, if possible.
1726
1727 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1728
1729         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1730         headers before superseding.
1731
1732 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * nnrss.el (nnrss-use-local): Add documentation.
1735
1736         * nnimap.el (nnimap-extend-tls-programs): New function.
1737         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1738         (nnimap-wait-for-connection): Accept the greeting from the stupid
1739         output from openssl s_client -starttls, too.
1740
1741         * tls.el (tls-starttls-switches): New variable.
1742         (tls-find-starttls-argument): Use it.
1743         (open-tls-stream): Ditto.
1744
1745         * netrc.el (netrc-credentials): Return the value of the "default"
1746         entry.
1747         (netrc-machine): Ditto.
1748
1749         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1750         article number.
1751         (nnimap-split-fancy): New variable.
1752         (nnimap-split-incoming-mail): Use it.
1753
1754         * nntp.el (nntp-server-list-active-group): Document.
1755
1756         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1757         SELECT to get the message-id.
1758
1759         * mail-source.el (mail-sources): Removed webmail support.
1760         (defvar): Ditto.
1761         (mail-source-fetcher-alist): Ditto.
1762         (mail-source-fetch-webmail): Removed.
1763
1764         * webmail.el: Removed -- doesn't seem relevant any more.
1765
1766         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1767
1768         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1769         the \r.
1770
1771 2010-09-30  Julien Danjou  <julien@danjou.info>
1772
1773         * gnus-agent.el (gnus-agent-add-group): Fix call to
1774         gnus-completing-read.
1775
1776 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nndoc.el (nndoc-retrieve-groups): New function.
1779
1780         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1781         `default', use nnmail-split-methods.
1782         (nnimap-request-article): Downcase the NILs so that they are nil.
1783
1784         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1785         symbol.
1786
1787         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1788         code, since if the user has requested network, that's what they ought
1789         to get.
1790         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1791         (nnimap-split-rule): Mark as obsolete.
1792
1793         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1794         variable.
1795
1796         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1797         correct slot, too.
1798
1799 2010-09-29  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus.el (gnus-local-domain): Declare variable obsolete.
1802
1803         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1804         computing.
1805         (gnus-ido-completing-read): Require ido.
1806
1807 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1810         build Gnus.
1811
1812         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1813         when interpreting the structures.
1814         (nnimap-request-accept-article): Add \r\n to the lines to make this
1815         work with Cyrus.
1816
1817         * nndraft.el (nndraft-request-expire-articles): Use the group name
1818         instead if "nndraft".  Fix found by Nils Ackermann.
1819
1820 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1821
1822         * nnregistry.el: Added.
1823
1824 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1825
1826         * nnmail.el (group, group-art-list, group-art):
1827         Remove unneeded directives.
1828
1829 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1832         (mm-mime-charset)
1833         * rfc2047.el (rfc2047-syntax-table)
1834         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1835
1836         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1837         rather than `insert-file-contents' and `eval-region'.
1838
1839         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1840         construction.
1841
1842         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1843
1844         * time-date.el: No need to require cl for Emacs 21.
1845
1846 2010-09-29  Julien Danjou  <julien@danjou.info>
1847
1848         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1849         replacement of `gnus-gravatar-relief' to mimic
1850         `gnus-faces-properties-alist'.
1851         Add :version property.
1852
1853 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * mail-source.el (mail-source-report-new-mail)
1856         * message.el (message-default-mail-headers)
1857         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1858
1859         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1860
1861 2010-09-28  Julien Danjou  <julien@danjou.info>
1862
1863         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1864         mail-address contains the same string as real-name.
1865
1866         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1867         non-blank in header, otherwise it'll get stripped.
1868
1869         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1870         real-name, and then for mail address rather than doing : or , search.
1871
1872 2010-09-27  Julien Danjou  <julien@danjou.info>
1873
1874         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1875         (gnus-server-goto-server): Use gnus-completing-read.
1876
1877         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1878
1879         * mm-util.el (defalias): Use gnus-completing-read.
1880         (mm-codepage-setup): Use gnus-completing-read.
1881
1882         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1883         (smime-decrypt-buffer): Use gnus-completing-read.
1884
1885         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1886
1887         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1888         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1889         (mml-insert-multipart): Use gnus-completing-read.
1890
1891         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1892
1893         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1894
1895         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1896
1897         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1898
1899         * gnus.el (gnus-read-method): Use gnus-completing-read.
1900
1901         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1902
1903         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1904         (gnus-mime-action-on-part): Use gnus-completing-read.
1905         (gnus-article-encrypt-body): Use gnus-completing-read.
1906
1907         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1908         (gnus-topic-move-matching): Use gnus-completing-read.
1909         (gnus-topic-copy-matching): Use gnus-completing-read.
1910         (gnus-topic-sort-topics): Use gnus-completing-read.
1911         (gnus-topic-move): Use gnus-completing-read.
1912
1913         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1914         (gnus-agent-add-group): Use gnus-completing-read.
1915
1916         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1917         gnus-completing-read.
1918         (nnmairix-update-groups): Use gnus-completing-read.
1919         (nnmairix-get-server): Use gnus-completing-read.
1920         (nnmairix-backend-to-server): Use gnus-completing-read.
1921         (nnmairix-goto-original-article): Use gnus-completing-read.
1922         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1923
1924         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1925
1926         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1927         (gnus-group-make-useful-group): Use gnus-completing-read.
1928         (gnus-group-make-web-group): Use gnus-completing-read.
1929         (gnus-group-add-to-virtual): Use gnus-completing-read.
1930         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1931
1932         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1933         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1934         (gnus-summary-execute-command): Use gnus-completing-read.
1935         (gnus-summary-respool-article): Use gnus-completing-read.
1936         (gnus-read-move-group-name): Use gnus-completing-read.
1937
1938         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1939         (gnus-summary-score-effect): Use gnus-completing-read.
1940
1941         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1942
1943         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1944         right completing-read function.
1945         (gnus-use-ido): New variable
1946         (gnus-completing-read-with-default): Remove.
1947
1948 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1951         x-focus-frame.
1952
1953         * nnimap.el (auth-source-forget-user-or-password)
1954         (auth-source-user-or-password): Autoload.
1955
1956         * message.el (message-from-style, message-interactive)
1957         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1958         (message-yank-prefix, message-indentation-spaces, message-signature)
1959         (message-signature-file): Add comment.
1960
1961 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1964         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1965         new articles.
1966
1967         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1968         parts.
1969         (nnimap-request-article): Work with the t setting, too.
1970
1971         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1972         that you don't get flashes of other buffers.
1973         (gnus-summary-show-complete-article): Intern before setting.
1974
1975 2010-09-27  David Engster  <dengste@eml.cc>
1976
1977         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1978         well as HEADERS.
1979         (nnmairix-retrieve-headers): Provide new argument for the above.
1980
1981 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-sum.el (gnus-summary-move-article): Don't alter
1984         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1985         group.
1986
1987         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1988
1989         * message.el (message-cite-prefix-regexp): Revert my last edit.
1990
1991         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1992         variable instead of the Gnus variable.
1993
1994         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1995
1996         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1997         again.
1998
1999         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2000         since some servers don't like it.
2001         (nnimap-open-connection): Forget credentials if the server says the
2002         password was wrong.
2003         (nnimap-parse-line): Protect against invalid data.
2004
2005         * gnus-sum.el (gnus-summary-move-article): Add comment.
2006         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2007         nothing alters it while scanning for new messages.
2008
2009         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2010         which may or may not help.
2011         (nnimap-open-connection): If we're doing a stream connection, and then
2012         discover we're on a STARTTLS-capable server, then open a STARTTLS
2013         connection instead.
2014
2015 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * nnimap.el (utf7): Required.
2018
2019         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2020         prefix.
2021
2022 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2023
2024         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2025
2026 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * nnimap.el (nnimap-request-accept-article): Message the error on
2029         error.
2030
2031 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2034
2035 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * nndoc.el (nndoc-request-list): Return success always.
2038
2039         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2040         `fetch-old' -- we only want to fetch the articles we've requested.  The
2041         rest are in the agent, probably.
2042         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2043         disappeared server" to something low.  It's not important.
2044
2045         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2046         arrived before the FETCH data.
2047
2048         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2049         target here, because we don't know the Gnus name of the group.
2050
2051         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2052         for the correct group.
2053
2054         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2055
2056         * gnus.el (gnus): Give a final warning after startup.
2057
2058         * gnus-util.el (gnus-action-message-log): New variable.
2059         (gnus-message): Use it.
2060         (gnus-final-warning): New function.
2061
2062         * nnimap.el (nnimap-open-connection): Record the greeting.
2063         (nnimap): Add greeting.
2064
2065 2010-09-26  Julien Danjou  <julien@danjou.info>
2066
2067         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2068         arguments.
2069         (gnus-html-wash-images): Fix spec computing to include start/end.
2070
2071         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2072
2073 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2076         deletion.
2077         (nnimap-retrieve-headers): Don't select the group, because that's
2078         already done by nnimap-possibly-change-group.
2079
2080         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2081         (gnus-picon-transform-address): Use it.
2082
2083         * mail-source.el (mail-source-value): Revert previous patch.
2084
2085         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2086         on failure.
2087         (nnimap-open-connection): Look up both virtual and physical server name
2088         credentials.
2089
2090         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2091
2092 2009-02-07  Dave Love  <fx@gnu.org>
2093
2094         * tls.el (open-tls-stream): Don't query killing process.
2095
2096 2009-02-08  Dave Love  <fx@gnu.org>
2097
2098         * gnus-win.el (gnus-window-to-buffer-helper,
2099         gnus-all-windows-visible-p): Function needn't be a symbol.
2100
2101         * mail-source.el (mail-source-value): Function needn't be a symbol.
2102
2103 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * message.el (message-cite-prefix-regexp): Remove } from the cite
2106         prefix.
2107
2108         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2109         highlight again, so that the highlight is correct.
2110
2111         * gnus-picon.el (gnus-picon): Remove again.
2112         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2113
2114         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2115         doing the header highlightling, so that the background colour of the
2116         picon is correct.
2117
2118         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2119         (gnus-picon): Ditto.
2120         (gnus-picon): Reinstate.  The background colour for picons is white.
2121         (gnus-picon-insert-glyph): Make the background white.
2122
2123         * nnml.el (nnml-open-nov): Don't return dead buffers.
2124
2125         * auth-source.el (auth-source-create): Query the user for whether to
2126         store the credentials.
2127
2128         * netrc.el (netrc-store-data): New function.
2129
2130         * auth-source.el (auth-source-user-or-password): Use the existing auth
2131         sources, if any, for creation.
2132
2133         * gnus.el (gnus-group-fast-parameter): Return the last matching
2134         parameter instead of the first matching parameter.
2135
2136 2010-09-26  Julien Danjou  <julien@danjou.info>
2137
2138         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2139
2140 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * mml2015.el (mml2015-use): Remove gpg support.
2143
2144         * mml1991.el (mml1991-function-alist): Remove gpg function.
2145         (mml1991-gpg-sign): Removed.
2146
2147 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2148
2149         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2150         (gnus-browse-unsubscribe-current-group): Document it.
2151         (gnus-browse-unsubscribe-group): Use it.
2152
2153 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2156         address to the To list for easier response.
2157
2158         * gnus.el (gnus-play-startup-jingle): Removed.
2159         (gnus-splash): Don't play jingle.
2160         (gnus): Silence gnus-load message.
2161
2162         * gnus-art.el (gnus-treat-play-sounds): Removed.
2163
2164         * gnus.el (gnus-play-jingle): Remove audio support.
2165
2166         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2167
2168         * earcon.el: Removed -- no users.
2169
2170         * gnus-audio.el: Removed -- no users of this package.
2171
2172         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2173
2174         * gnus-start.el (gnus-setup-news): Remove nocem support.
2175
2176         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2177
2178         * gnus.el (gnus-use-nocem): Removed.
2179
2180         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2181         Removed.
2182
2183         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2184         uses NoCeM any more.
2185
2186         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2187         (gnus-button-ctan-handler): Ditto.
2188         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2189         (gnus-button-ctan-directory-regexp): Ditto.
2190         (gnus-button-handle-ctan): Ditto.
2191         (gnus-button-tex-level): Ditto.
2192         (gnus-button-alist): Removed CTAN stuff.
2193
2194 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2197         nnimap-streaming test.
2198
2199         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2200         servers twice.
2201
2202         * nnimap.el (nnimap-open-connection): Add more error reporting when
2203         nnimap fails early.
2204
2205         * nnheader.el (nnheader-get-report-string): New function.
2206         (nnheader-get-report): Use it.
2207
2208         * gnus-int.el (gnus-check-server): Say what the error was when opening
2209         failed.
2210
2211         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2212         using streaming.
2213
2214 2010-09-25  Julien Danjou  <julien@danjou.info>
2215
2216         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2217         gnus-window-inside-pixel-edges.
2218
2219 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2222
2223         * mm-decode.el (mm-save-part): Allow saving to other directories the
2224         normal Emacs way.
2225
2226         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2227         by Jay Berkenbilt.
2228
2229         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2230         there isn't a single byte.
2231
2232         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2233         just do it.  It doesn't really seem to matter what the user responds
2234         here, I think, so it's just a confusing question.
2235
2236         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2237         non-streaming case.
2238
2239         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2240         (gnus-article-encrypt-body): Use it.
2241
2242         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2243         keystroke.
2244
2245         * nnimap.el (nnimap-find-wanted-parts-1): Use
2246         gnus-fetch-partial-articles.
2247
2248         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2249
2250         * nnimap.el (nnimap-insert-partial-structure): New function.
2251         (nnimap-get-partial-article): New function.
2252         (nnimap-request-article): Use it.
2253         (nnimap-wait-for-response): Return whether the wait was successful.
2254         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2255         retrieval wasn't successful.
2256         (nnimap-retrieve-group-data-early): Allow throttling servers.
2257         (nnimap-streaming): New variable.
2258         (nnimap-fetch-partial-articles): Removed.
2259
2260         * mm-decode.el (mm-with-part): Protect against killed buffers.
2261
2262         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2263         for prettier summary display.
2264
2265 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2266
2267         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2268         directly.
2269
2270 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2273         apparently third-party libraries depend on it.
2274
2275         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2276         before starting negotiation.
2277
2278         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2279         privacy reasons.
2280         (gnus-treat-mail-gravatar): Ditto.
2281
2282         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2283         buffer when inserting images.  Inserting text into the headers, for
2284         instance, can make them invalid.
2285
2286 2010-09-25  Julien Danjou  <julien@danjou.info>
2287
2288         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2289         variables.
2290
2291         * nnheader.el: Remove useless variables news-reply-yank-from and
2292         news-reply-yank-message-id.
2293
2294         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2295         variables.
2296
2297         * mml1991.el: Remove useless mml1991-verbose.
2298
2299         * gnus.el: Remove useless variable gnus-use-generic-from.
2300         Remove obsolete variable gnus-topic-indentation.
2301
2302         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2303
2304         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2305
2306         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2307
2308         * gnus-group.el: Remove useless gnus-group-icon-cache.
2309         Remove useless gnus-ephemeral-group-server.
2310
2311         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2312
2313         * mml2015.el: Remove useless mml2015-verbose.
2314
2315         * mml-smime.el: Remove useless mml-smime-verbose.
2316
2317         * gnus.el: Remove useless gnus-local-domain.
2318
2319         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2320         gnus-gravatar-size.
2321
2322         * gnus-art.el: Remove useless gnus-treat-translate.
2323
2324 2010-09-24  Julien Danjou  <julien@danjou.info>
2325
2326         * gnus-sum.el: Add support for Gravatars.
2327
2328         * gnus-art.el: Add support for Gravatars.
2329
2330         * gnus-gravatar.el: Add this file.
2331
2332         * gravatar.el: Add this file.
2333
2334 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2337
2338         * gnus-group.el (gnus-group-fetch-faq): Removed.
2339
2340         * gnus.el (gnus-group-faq-directory): Removed.
2341
2342         * gnus-group.el (gnus-group-fetch-charter): Removed.
2343
2344         * gnus.el (gnus-group-charter-alist): Removed.
2345
2346         * gnus-group.el (gnus-group-archive-directory): Removed.
2347         (gnus-group-recent-archive-directory): Ditto.
2348         (gnus-group-make-archive-group): Removed.
2349
2350         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2351
2352         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2353         use the same article number for all the cached articles.
2354
2355         * nnimap.el (nnimap-command): Register the last command time so
2356         that we can use it for idling NOOPs.
2357         (nnimap-open-connection): Start the keeplive timer.
2358         (nnimap-make-process-buffer): Store all the process buffers.
2359         (nnimap-keepalive): New function.
2360
2361         * starttls.el (starttls-open-stream): Add autoload cookie.
2362
2363 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2364
2365         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2366         handling.
2367
2368 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2371         its data structures.
2372
2373         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2374         instead of the cl.el copy-list.
2375         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2376         equalp.
2377
2378 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2381         and tool-bar-local-item-from-menu.
2382
2383         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2384         mode-line-highlight face for Emacs.
2385
2386         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2387         loading gnus-sum.elc; fix comment for canlock-verify.
2388         (gnus-article-jump-to-part): Use read-number.
2389         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2390         Emacs pre-21 compatible code for help-echo.
2391         (gnus-article-next-page-1): No need to adjust the number of lines.
2392         (gnus-article-describe-bindings): Always use help-buffer.
2393
2394         * gnus-audio.el (gnus-audio-inline-sound)
2395         * gnus-cus.el (gnus-custom-mode)
2396         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2397
2398         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2399
2400         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2401         compatible code.
2402
2403 2010-09-24  Glenn Morris  <rgm@gnu.org>
2404
2405         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2406         visiting the fcc file in rmail-mode.
2407
2408         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2409
2410 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * nnir.el: Silence the byte compiler.
2413
2414         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2415         alias to browse-url-url-encode-chars if any.
2416         (gnus-html-encode-url): Use it.
2417
2418 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-start.el (gnus-use-backend-marks): New variable.
2421         (gnus-get-unread-articles-in-group): Use it.
2422
2423         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2424         makeover.
2425
2426 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2427
2428         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2429
2430 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2433         Removed.
2434         (gnus-setup-news-hook): Removed
2435         gnus-fixup-nnimap-unread-after-getting-new-news.
2436
2437         * gnus-int.el (gnus-request-update-info): Protect against backends not
2438         having the function.
2439
2440         * nnimap.el (nnimap-stream): Mention starttls.
2441         (nnimap-open-connection): Add starttls support.
2442
2443 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2444
2445         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2446
2447 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2450         BODYSTRUCTUREs.
2451         (nnimap-transform-headers): Unfold quoted {42} headers.
2452
2453         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2454         the info.
2455         (gnus-get-unread-articles): Only call updatep on backends that support
2456         it.
2457
2458         * nnweb.el (nnweb-request-update-info): NOOP.
2459
2460         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2461
2462         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2463         since it only deals with marks.
2464
2465         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2466         gnus-request-marks, and make a new gnus-request-update-info.
2467
2468         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2469         the active instead of the high number, which is usually too low.
2470
2471 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2474         * encrypt.el: Removed.
2475
2476 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2479         server in symbolic form.
2480
2481         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2482         0.9.
2483
2484 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2487         (nnimap-update-info): Fix up code slightly.
2488
2489         * gnus-int.el (gnus-open-server): Add tracing for performance
2490         debugging.
2491
2492         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2493         (gnus-group-insert-group-line): Pass the real group name so that it
2494         gets the right data.
2495
2496         * gnus-start.el (gnus-get-unread-articles): Don't have
2497         `gnus-get-unread-articles-in-group' update info, since that can be
2498         really slow and doesn't seem to be needed?
2499
2500 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2501
2502         * time-date.el (date-to-time): Try using parse-time-string first before
2503         using the slower timezone-make-date-arpa-standard.
2504
2505 2010-09-22  Julien Danjou  <julien@danjou.info>
2506
2507         * gnus-group.el (gnus-group-insert-group-line): Call
2508         gnus-group-highlight-line.
2509         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2510         default hook list.
2511         (gnus-group-update-eval-form): Add new function.
2512         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2513         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2514
2515 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2518         immediate, then expire all articles.
2519         (nnimap-update-info): Fix off-by-one errors.
2520         (nnimap-flags-to-marks): Would return no marks lists for group with no
2521         flags.  Instead return the other data.
2522
2523 2010-09-22  Julien Danjou  <julien@danjou.info>
2524
2525         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2526         Only return an icon.
2527         (gnus-group-insert-group-line): Compute icon to return.
2528
2529         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2530         variable.
2531         (gnus-html-image-fetched): Only cache if
2532         gnus-html-image-automatic-caching is set.
2533         (gnus-html-image-fetched): Check for errors.
2534
2535 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2538         once per method on `g'.  This ensures that backends like nnfolder don't
2539         open all their folders.
2540
2541         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2542         (nnimap-request-list): Nix out group in the correct buffer.
2543         (nnimap-parse-flags): Implement by using `read' instead of
2544         hand-parsing.
2545         (nnimap-flags-to-marks): Pass on permanent-flags.
2546         (nnimap-make-process-buffer): Record the server name.
2547         (nnimap-parse-flags): Fix typo.
2548         (nnimap-request-scan): Run split on the server in general, not just a
2549         single group.
2550
2551         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2552         parameter, and propagate this downwards.
2553
2554         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2555         since EXAMINE changes it on the server.
2556
2557         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2558         this command might take a while.
2559
2560 2010-09-22  Julien Danjou  <julien@danjou.info>
2561
2562         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2563         harmful if you have 2 images side-by-side, they can't be properly
2564         update on text deletion.  Using text-property is safer here.
2565         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2566         data.
2567
2568 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * nnimap.el (nnimap-expunge-inbox): Removed.
2571         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2572         (nnimap-expunge): Flip default to t.
2573
2574         * gnus.el (gnus-method-to-server): Don't push things to the cache
2575         unless it's unique.
2576         (gnus-server-to-method): Ditto.
2577
2578 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2579
2580         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2581
2582 2010-09-22  Julien Danjou  <julien@danjou.info>
2583
2584         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2585         get the start of data.
2586         (gnus-html-encode-url): Add this function to encode special chars in
2587         URL.
2588         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2589         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2590
2591         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2592         default.
2593         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2594
2595         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2596         images alt-text.
2597         (gnus-html-put-image): Put alt-text as help-echo.
2598
2599 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2602         * mm-util.el (mm-decompress-buffer)
2603         * nnir.el (nnir-run-find-grep)
2604         * pop3.el (pop3-list): Use 3rd arg of split-string.
2605
2606         * time-date.el (format-seconds): Comment fix.
2607
2608         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2609         and byte-optimize-form-code-walker.
2610         (dgnushack-make-auto-load): Don't advise make-autoload.
2611
2612         * lpath.el: Remove Emacs 21 stuff.
2613
2614 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2617         outside the active range.  Suggested by Dan Christensen.
2618
2619         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2620         slightly later to avoid double-getting it.
2621
2622         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2623         previous patch.
2624
2625         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2626
2627 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2628
2629         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2630
2631 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-int.el (gnus-open-server): Give a better error message in the
2634         "go offline" case.
2635
2636         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2637         marks for nnimap, which is seldom the right thing to do.
2638
2639         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2640         (gnus-same-method-different-name): New function.
2641
2642         * nnimap.el (parse-time): Require.
2643
2644         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2645         method in the presence of many similar methods.
2646
2647         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2648
2649         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2650         nnml-inhibit-expiry.
2651
2652         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2653         find out whether methods are equal.
2654
2655         * nnimap.el (nnimap-find-expired-articles): New function.
2656         (nnimap-process-expiry-targets): New function.
2657         (nnimap-request-move-article): Request the article before looking at
2658         what the Message-ID is.  Fix found by Andrew Cohen.
2659         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2660
2661         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2662         for oldness in addition to being a predicate.
2663
2664         * nnimap.el (nnimap-request-group): When we have zero articles, return
2665         the right data to Gnus.
2666         (nnimap-request-expire-articles): Only delete articles immediately if
2667         the target is 'delete.
2668
2669         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2670         method, this would bug out.
2671
2672         * gnus-group.el (gnus-group-expunge-group): Renamed from
2673         gnus-group-nnimap-expunge, and implemented as a normal interface
2674         function.
2675
2676         * gnus-int.el (gnus-request-expunge-group): New function.
2677
2678         * nnimap.el (nnimap-request-create-group): Implement.
2679         (nnimap-request-expunge-group): New function.
2680
2681 2010-09-21  Julien Danjou  <julien@danjou.info>
2682
2683         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2684         (gnus-html-cache-expired): Add new function.
2685         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2686         wethever we should display image for fetch it.
2687         Compute alt-text earlier to pass it to the fetching function too.
2688         (gnus-html-schedule-image-fetching): Change function argument to only
2689         get one image at a time, not a list.
2690         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2691         cache.
2692         (gnus-html-get-image-data): New function to retrieve image data from
2693         cache.
2694         (gnus-html-put-image): Change buffer argument to use image data rather
2695         than file, and place image above region rather than inserting a new
2696         one. Do not take alt-text as argument, since it's useless now: we place
2697         the image above alt-text.
2698         (gnus-html-prune-cache): Remove.
2699         (gnus-html-show-images): Start to fetch image when we find one, do not
2700         push into a temporary list.
2701         (gnus-html-prefetch-images): Only fetch image if they have expired.
2702         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2703         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2704
2705 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2708
2709 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2712         spec inser "*" if the group isn't active instead of 0.
2713
2714         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2715         opening the server.
2716         (nnimap-request-delete-group): Implement group deletion.
2717         (nnimap-transform-headers): Return the size of the entire message in
2718         the Bytes header, not just the size of the first part.
2719         (nnimap-request-move-article): When moving an article from nnimap,
2720         request the article first so the accepting form has an article to
2721         accept.  Reported by Dan Christensen.
2722         (nnimap-command): Make sure that the error message doesn't error out.
2723
2724 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2725
2726         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2727         we haven't requested anything.
2728
2729 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2732         "".  Fix found by Andrew Cohen.
2733
2734         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2735         instead of -encode-string.
2736
2737 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2740
2741         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2742         by mm-subst-char-in-string.
2743
2744 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2747         waiting for the connection string.
2748
2749         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2750         arriving.
2751
2752         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2753         bogus characters.  This allows selecting certain Gmail groups.
2754
2755         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2756         (nnimap-fetch-partial-articles): New variable.
2757         (nnimap-open-connection): When looking for credentials, also use the
2758         nnimap-server-port.
2759         (nnimap-request-article): Return the group/article number, so that Gnus
2760         `^' works as expected.
2761         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2762         them.
2763
2764         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2765         comments.
2766         (gnus-methods-sloppily-equal): New function.
2767         (gnus): When using the development version of Gnus, load the gnus-load
2768         file.
2769
2770         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2771         `gnus-open-server' on each method before trying to scan them etc.  This
2772         ensures that all the backend parameters are set correctly.
2773
2774         * nnimap.el (nnimap-authenticator): New variable.
2775         (nnimap-open-connection): Allow anonymous login.
2776         (nnimap-transform-headers): The chars header is called Chars not
2777         Bytes.
2778         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2779         drops.
2780
2781         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2782         patch, found by Knut Anders Hatlen.
2783
2784 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2785
2786         * gnus-agent.el (gnus-agent-batch-confirmation)
2787         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2788         to gnus-message.
2789         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2790         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2791         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2792         * gnus-int.el (gnus-open-server): Likewise.
2793         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2794         (gnus-score-check-syntax): Likewise.
2795         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2796         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2797         Likewise.
2798         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2799
2800 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2803         calling conventions so that prefetch doesn't bug out.
2804
2805 2010-09-19  Julien Danjou  <julien@danjou.info>
2806
2807         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2808         rather than `subst-char-in-region' in order to be able to replace ASCII
2809         char by UTF-8 ones.
2810
2811         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2812         than curl.
2813         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2814         the right URL and ALT text on images.
2815         (gnus-html-wash-tags): Fix tag case.
2816         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2817         (gnus-article-html): Add -o display_ins_del=2 option.
2818         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2819
2820 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2823         the extra mail headers, which sometimes seem to happen for unknown
2824         reasons.
2825
2826         * mail-parse.el (mail-header-encode-parameter): Define as
2827         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2828         (or most, perhaps?) mail readers don't understand the latter, but do
2829         understand the former.
2830
2831         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2832         to nil, so that no methods are automatically agentized.  I think this
2833         is probably what most users want.
2834
2835         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2836         from url-retrieve, for instance about invalid URLs.
2837
2838         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2839         groups that have no articles.
2840         (nnimap-request-article): Check that we really got an article when we
2841         requested one.
2842
2843         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2844         doesn't exist.
2845
2846         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2847         nntp buffer so the agent can save it.
2848         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2849         that CRLF doesn't get translated to \n.
2850         (nnimap-open-connection): Don't make 'shell commands only send \n.
2851
2852 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2853
2854         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2855         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2856         Update var name.
2857         (nnml-generate-nov-file): Use dolist.
2858         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2859         Use with-current-buffer.
2860
2861 2010-09-18  Julien Danjou  <julien@danjou.info>
2862
2863         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2864         parallel.
2865
2866 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2869         the range update right.
2870         (nnimap-request-group): Don't make `M-g' bug out on group with no
2871         marks.
2872         (nnoo): Required, so that other packages can require nnimap.
2873         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2874         command we're looking for.  This helps when the server sends more
2875         responses after we've gotten everything we expected.
2876         (nnimap): Add a `newlinep' field to keep track of end-of-line
2877         conventions.
2878         Don't send CRLF to things that don't want it.
2879         (nnimap-request-accept-article): Ditto.
2880
2881 2010-09-18  Julien Danjou  <julien@danjou.info>
2882
2883         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2884         than curl to retrieve images.
2885
2886 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2889         the marks.
2890         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2891         (nnimap-wait-for-connection): New function.
2892         (nnimap-open-connection): If we have PREAUTH, don't query for login
2893         credentials.
2894         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2895         when doing a partial update.
2896
2897 2010-09-18  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2900         tags.
2901
2902 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * nnimap.el (nnimap-credentials): New function.
2905         (nnimap-open-connection): Use the new function to look for credentials
2906         also on the numeric equivalents of "imap" and "imaps".
2907
2908         * gnus-start.el (gnus-activate-group): Send the info to
2909         gnus-request-group.
2910
2911         * nnimap.el (nnimap-request-group): Have the "check" version of the
2912         function parse flags and update the info, so that a `M-g' get a total
2913         resync of all flags from the group.
2914
2915         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2916         to allow backends to alter the info on group selection.  Also alter all
2917         the backend -request-group functions to take the parameter.
2918
2919         * nnimap.el (nnimap-store-info): New function.
2920         (nnimap-update-info): Store the info for later usage.
2921         (nnimap-request-group): Use the stored info for the dont-check case, so
2922         that we don't retrieve all marks when we enter a group.
2923
2924         * nnimap.el: Use deffoo instead of defun for interface functions.
2925
2926         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2927         update the group info.  This makes the nndraft groups, for instance, go
2928         back to their old behaviour.
2929
2930         * gnus-sum.el (gnus-select-newsgroup): Indent.
2931
2932         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2933         in.
2934         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2935         nothing.
2936
2937         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2938         from methods that are denied.
2939
2940         * gnus-int.el (gnus-method-denied-p): New function.
2941
2942         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2943         store the password instead of netrc.
2944         (nnimap-open-connection): Don't error out when we can't make a
2945         connections.
2946
2947         * auth-source.el (auth-source-create): In the password prompt, say what
2948         we're querying for.  Also prompt for user name if that hasn't been
2949         given.
2950
2951         * nnimap.el (nnimap-with-process-buffer): Removed.
2952
2953 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2956         method when we're reading from the agent.
2957
2958         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2959
2960         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2961         that's probably most useful for users.
2962
2963         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2964         "failed" all the time.
2965
2966         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2967         ...)) with (with-current-buffer ... ).
2968
2969         * nntp.el (nntp-open-server): Return whether the open was successful or
2970         not.
2971
2972         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2973         select an unread unseen article first.
2974
2975         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2976         /etc/services, supply some sensible port defaults.
2977
2978         * dgnushack.el: Define netrc-credentials.
2979
2980 2010-09-17  Julien Danjou  <julien@danjou.info>
2981
2982         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2983
2984 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2985
2986         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2987         doesn't have any parameters.
2988
2989 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2992         only upcased checks.
2993
2994         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2995
2996         * nnimap.el (nnimap-open-shell-stream): New function.
2997         (nnimap-open-connection): Use it.
2998         (nnimap-transform-headers): Get the number of lines in each message.
2999         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3000         number of lines.
3001         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3002         problem.
3003
3004         * utf7.el (utf7-encode): Autoload.
3005
3006         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3007         to allow the mail splitting to not return a default group.  This is
3008         useful for nnimap, which will leave unmatched mail in the inbox.
3009
3010         * nnimap.el: Rewritten.
3011
3012         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3013         nnimap usage.
3014
3015         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3016         if the move is internal, so that nnimap can do fast internal moves.
3017
3018         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3019         data.
3020         (gnus-read-active-for-groups): Support finishing the early retrieval of
3021         data.
3022
3023         * gnus-range.el (gnus-range-nconcat): New function.
3024
3025         * gnus-int.el (gnus-finish-retrieve-group-infos)
3026         (gnus-retrieve-group-data-early): New functions.
3027
3028 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3029
3030         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3031         (nnrss-retrieve-groups):
3032         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3033         (pop3-quit): Use with-current-buffer.
3034
3035 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3038         instead of nnheader-accept-process-output.
3039
3040         * dgnushack.el (dgnushack-compile): Add comment.
3041
3042         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3043
3044         * gnus-html.el (gnus-html-schedule-image-fetching)
3045         (gnus-html-prefetch-images): Replace process-kill-without-query by
3046         gnus-set-process-query-on-exit-flag.
3047
3048 2010-09-16  Romain Francoise  <romain@orebokech.com>
3049
3050         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3051
3052 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3055         parameter to unintern is mandatory-ish in Emacs 24.
3056
3057         * gnus-html.el (gnus-html-schedule-image-fetching)
3058         (gnus-html-prefetch-images): Check for curl before using it.
3059
3060         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3061         depend on curl, which isn't essential.
3062
3063         * imap.el: Revert back to version
3064         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3065         seem problematic.
3066
3067 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3068
3069         * gnus-registry.el (gnus-registry-install-shortcuts):
3070         Explicitly pass `obarray' to `unintern' to avoid a warning.
3071
3072 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3075         change.
3076
3077         * nnrss.el (nnrss-request-list): Removed this function and related
3078         functions, including the moreover stuff.
3079
3080 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * nnrss.el (nnrss-retrieve-groups): New function.
3083
3084 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3085
3086         * .dir-locals.el: Add no-byte-compile cookie.
3087
3088 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * time-date.el (format-seconds): Comment fix.
3091
3092         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3093         for back end that doesn't support request-scan.
3094
3095 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3098         then do request scans from the backends.
3099
3100         * netrc.el (netrc-credentials): New conveniency function.
3101
3102         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3103         avoid running a hook per line, since this takes a lot of time,
3104         profiling shows.
3105         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3106         directly if gnus-visual-p is true.
3107
3108 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3111         groups; replace mapcar with dolist which is a bit faster; pass groups
3112         info to gnus-read-active-file-1.
3113         (gnus-read-active-file-1): Scan only specified groups if the new
3114         optional arg `infos' is given.
3115
3116 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3119
3120         * pop3.el (pop3-movemail): Removed.
3121         (pop3-streaming-movemail): Renamed to pop3-movemail.
3122
3123         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3124         don't restrict end-tag searches to the end of the line.
3125
3126 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3129         articles of every unchecked group to t, which means unknown since the
3130         server has never been opened.
3131
3132 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * gnus-html.el (gnus-html-show-alt-text): New command.
3135         (gnus-html-browse-image): Ditto.
3136         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3137         to browse the image directly.
3138         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3139         better.
3140
3141         * gnus-async.el (gnus-async-article-callback): Call
3142         `gnus-html-prefetch-images' unconditionally.
3143
3144         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3145         before feeding URLs to curl.
3146
3147 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3150         internal images as deletable by `W D D'.
3151
3152         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3153         (gnus-async-article-callback): Fix typo.
3154
3155 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3158         current line to work around bugs in the output from w3m.
3159
3160         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3161         for groups that want that.
3162
3163         * nntp.el (nntp-wait-for-string): Supply a timeout for
3164         accept-process-output to ensure progress.
3165
3166         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3167         level to get unread articles from, then use that for foreign groups,
3168         too.
3169
3170         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3171         confuses the rest of the function.
3172
3173         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3174         for the methods that support -retrieve-groups, too.
3175
3176         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3177
3178 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3181         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3182
3183         * pop3.el: Require cl when compiling.
3184         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3185
3186 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3189         that aren't going to be activated.
3190         (gnus-get-unread-articles): Fix up the last commit.
3191
3192         * gnus-html.el (gnus-article-html): Allow calling without specifying
3193         the handle.  In that case, dissect the buffer first.
3194
3195         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3196
3197         * nnimap.el (nnimap-open-connection): Revert the change that would look
3198         into authinfo for imaps instead of imap.
3199
3200         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3201         say that you don't want to call gnus-request-group with don-check, but
3202         do check the reponse.  This is for virtual groups only.
3203         (gnus-get-unread-articles): Count the archive groups as secondary, so
3204         that they're activated the same way as before.
3205
3206         * imap.el (imap-message-map): Removed optional buffer parameter, since
3207         no callers use it.
3208         (imap-message-get): Ditto.
3209         (imap-message-put): Ditto.
3210         (imap-mailbox-map): Ditto.
3211         (imap-mailbox-put): Ditto.
3212         (imap-mailbox-get): Ditto.
3213         (imap-mailbox-get): Revert last change for this function.
3214
3215         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3216         case-insensitively.
3217         (nnimap-debug): Removed.
3218
3219         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3220         to use `imap-fetch' instead.  According to the comments, this should be
3221         safe, since all other IMAP clients use the 1:* syntax.
3222         (imap-enable-exchange-bug-workaround): Removed.
3223         (imap-debug): Removed -- doesn't seem very useful.
3224
3225         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3226         mail from a file, and the file doesn't exist.
3227
3228         * imap.el (imap-log): New convenience function used throughout instead
3229         of repeating the same code all over the place.
3230
3231         * pop3.el (pop3-streaming-movemail): Return t for success.
3232
3233         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3234         .authinfo if we're using ssl connection.
3235
3236         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3237         already have if we're in a main Gnus `g' run.
3238
3239         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3240
3241 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3244
3245         * nnmh.el (nnmh-request-list-1): Bind `file'.
3246
3247         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3248         alias to set-process-query-on-exit-flag or process-kill-without-query.
3249         (pop3-open-server): Use it.
3250
3251 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3254         box to the Incoming file.  Fixes mistake in previous checkin.
3255
3256         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3257         request loop (for debugging purposes) removed.
3258
3259         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3260         culprit is more visible.
3261         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3262         (nnml-add-incremental-nov): New functions to do "incremental" nov
3263         updates, where we just append to the end of the existing nov files
3264         without reading/writing them in full.
3265
3266         * mail-source.el (mail-source-delete-crash-box): Really only check the
3267         incoming files once in a while.
3268
3269         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3270
3271         * mail-source.el (mail-source-delete-crash-box): Only check the
3272         incoming files for deletion once per day to save a lot of file
3273         accesses.
3274
3275         * pop3.el (pop3-logon): Fix up unbound variable typo.
3276
3277         * mail-source.el (pop3-streaming-movemail): Autoload.
3278
3279         * pop3.el (pop3-streaming-movemail): Respect
3280         pop3-leave-mail-on-server.
3281
3282         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3283         retrieval.
3284
3285         * pop3.el (pop3-process-filter): Removed unused function.
3286         (pop3-streaming-movemail, pop3-send-streaming-command)
3287         (pop3-wait-for-messages, pop3-write-to-file)
3288         (pop3-number-of-responses): New functions for streaming pop3
3289         retrieval.
3290
3291         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3292         come from no known methods.
3293         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3294         list.
3295
3296         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3297         message sizes.
3298         (pop3-movemail): Use erase-buffer instead of looping and deleting
3299         regions, which seems rather odd.
3300
3301         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3302         file once per `g' run.
3303
3304         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3305         directories.  This makes the draft queue directory work.
3306
3307         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3308         data from the backends, so that we only request the list of groups from
3309         each method once.  This should speed things up considerably.
3310
3311         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3312         detect that it's not implemented.
3313
3314         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3315         we actually do recurse down into the tree, but don't stat all leaf
3316         nodes.
3317
3318         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3319         then say so instead of bugging out.
3320
3321         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3322         files exist before trying to read them.
3323
3324         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3325         around <pre_int>.
3326
3327         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3328
3329         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3330
3331 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * mm-util.el (mm-image-load-path): Just return the image directories,
3334         not all directories in the path in addition to the image directories.
3335         (mm-image-load-path): Maintain a cache of the image directories so that
3336         the `g' command in Gnus doesn't have to stat dozens of directories each
3337         time.
3338
3339         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3340         (gnus-html-wash-tags): Add a new `i' command to insert images.
3341         (gnus-html-insert-image): New command and keystroke.
3342         (gnus-html-redisplay-with-images): New command and keystroke.
3343         (gnus-html-show-images): Renamed command.
3344         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3345         spacers.
3346         (gnus-html-wash-tags): Decode entities at the end, so that entities
3347         inside the tags don't mess up the rest of the "parsing".
3348
3349         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3350         so that nnimap methods aren't agentized by default.  There's apparently
3351         many problems related to agent/imap behaviour.
3352
3353         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3354
3355         * gnus-html.el: Doc fix.
3356
3357 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3360         specifier-spec-list for Emacs 21.
3361
3362         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3363         glyph-width and glyph-height instead of display-graphic-p and
3364         image-size; make avoidance of displaying small images work for XEmacs.
3365
3366         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3367         for XEmacs.
3368
3369         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3370         of symbol that holds plist data.
3371         (gnus-process-plist): Remove plist of process after getting it.
3372
3373 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * message.el (message-generate-hashcash): Change default to
3376         'opportunistic if hashcash is installed.
3377
3378         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3379         (gnus-html-put-image): Only call image-size once, since it's somewhat
3380         time-consuming on remote X servers.
3381
3382 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3385         type on data, not a file name.
3386
3387         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3388         window-pixel-edges for Emacs 21.
3389
3390         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3391         decoded contents.
3392         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3393
3394 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3397         group line format, since it isn't very interesting.
3398
3399         * gnus-agent.el (gnus-agent-short-article),
3400         (gnus-agent-long-article): Increase values for these two variables,
3401         since most people are likely to have more network connection and
3402         storage than before.
3403
3404         * gnus.el (gnus-refer-article-method): Change default to 'current.
3405         When referring an article, the common behaviour is to refer it from the
3406         current select method, not the native select method.  The chances of
3407         the native select method having the message in question is rather slim
3408         these days.
3409
3410         * gnus-sum.el (gnus-auto-select-subject): Change default to
3411         `unseen-or-unread'.  I think it's likely that most people want to
3412         select an unseen article over a previously seen, but unread one.
3413
3414         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3415         means that in the article buffer none of the minor mode elements will
3416         be shown, usually, and this is not desirable in most cases.
3417
3418         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3419         that commands like `d' (and the like) go to the next line in the
3420         buffer, instead of the next unread article.  I think this is the
3421         behaviour that is most natural for most users.
3422         (gnus-single-article-buffer): Change default to nil, so that people can
3423         have as many article buffers open as they have summary buffer.  I think
3424         this is the most natural way for the groups to behave.
3425
3426         * message.el (message-generate-new-buffers): Change default to
3427         `unsent', so that all new message buffers start their names with the
3428         string "*unsent", and it's easier to find the buffers if you move from
3429         them.
3430
3431 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3434         small.  They're probably tracking images.
3435         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3436         (gnus-html-rescale-image): Yet another try at getting the image sizing
3437         right.
3438
3439         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3440         nntp-marks-file-name is nil.
3441
3442 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * gnus-html.el (gnus-html-wash-tags)
3445         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3446         Better logging.
3447
3448 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3451
3452         * gnus-html.el (gnus-html-wash-tags): Check the value of
3453         gnus-blocked-images in the summary buffer.
3454
3455 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3456
3457         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3458
3459 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3462         like "a", it seems like.
3463         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3464         since it needs to be picked from the correct buffer.
3465
3466         * nnwfm.el: Removed.
3467
3468         * nnlistserv.el: Removed.
3469
3470 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3471
3472         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3473         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3474
3475 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * nnkiboze.el: Removed.
3478
3479         * nndb.el: Removed.
3480
3481         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3482         alt text.
3483         (gnus-html-rescale-image): Try to get the rescaling logic right for
3484         images that are just wide and not tall.
3485
3486         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3487         overshadow variable bindings.
3488
3489 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * gnus-html.el (gnus-html-wash-tags)
3492         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3493         extra logging.
3494
3495 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3498         (gnus-max-image-proportion): New variable.
3499         (gnus-html-rescale-image): New function.
3500         (gnus-html-put-image): Rescale images.
3501
3502 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         Fix up some byte-compiler warnings.
3505         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3506         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3507         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3508         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3509         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3510         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3511         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3512
3513 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-html.el (gnus-article-html): Decode contents by charset.
3516
3517 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3520         (gnus-html-frame-width, gnus-blocked-images)
3521         * message.el (message-prune-recipient-rules): Add custom version.
3522         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3523
3524         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3525         functions.
3526
3527         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3528         gnus-process-get.
3529
3530 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3531
3532         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3533         instead of lsub directly.
3534
3535 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * nnwarchive.el: Removed.
3538
3539         * gnus-soup.el: Removed.
3540
3541         * nnsoup.el: Removed.
3542
3543         * nnultimate.el: Removed.
3544
3545         * gnus-html.el (gnus-blocked-images): New variable.
3546
3547         * message.el (message-prune-recipients): New function.
3548         (message-prune-recipient-rules): New variable.
3549
3550         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3551         guess whether a long line is natural text or not.
3552
3553         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3554         gnus-process-plist and friends for compatibility.
3555
3556 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3557
3558         * gnus-html.el: Require packages that define macros used in this file.
3559         (gnus-article-mouse-face): Declare to silence byte-compiler.
3560         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3561         process-get.
3562         (gnus-html-put-image): Use plist-get to avoid getf.
3563         (gnus-html-prefetch-images): Use with-current-buffer.
3564
3565 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-ems.el: Provide compatibility functions for
3568         gnus-set-process-plist.
3569
3570         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3571         header-line-format for XEmacs 21.4.
3572
3573         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3574         * gnus.el (gnus-valid-select-methods)
3575         * message.el (message-send-mail-partially-limit)
3576         * mm-decode.el (mm-text-html-renderer)
3577         * mml.el (mml-insert-mime-headers-always)
3578         * smiley.el (smiley-regexp-alist): Bump custom version.
3579
3580 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-html.el: require mm-url.
3583         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3584         with the url to `url'.
3585         (gnus-html-wash-tags): Support cid: URLs/images.
3586
3587 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3590         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3591         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3592
3593         * gnus-move.el: Removed file, since it doesn't really work.
3594
3595         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3596         UTF-8.  This seems to fix problems with some German web feeds.
3597
3598         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3599         at the top so that the proper colours are applied.
3600
3601         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3602         don't have dots in their names.
3603
3604         * gnus-art.el (gnus-article-view-part): Doc fix.
3605
3606         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3607         XEmacs-compatible.
3608         (gnus-html-put-image): Don't do images on non-graphic displays.
3609
3610         * nnslashdot.el: Removed this unused backend.
3611
3612         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3613         actions.
3614         (gnus-undo-register-1): Revert last change.
3615
3616         * gnus-group.el (gnus-group-completing-read): Protect against not
3617         having completion-styles bound.
3618
3619         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3620         make broken recipients happier.
3621
3622         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3623
3624         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3625         point parameter.
3626
3627         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3628
3629         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3630         completion-styles for group selection.
3631
3632 2009-02-04  Andreas Schwab  <schwab@suse.de>
3633
3634         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3635         headers and regexp-quote the match if necessary.
3636
3637 2009-03-24  Miles Bader  <miles@gnu.org>
3638
3639         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3640         the blinking smiley.
3641
3642 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3643
3644         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3645         blink smiley.
3646
3647 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3650         where the dribbel file lives exists.
3651
3652         * message.el (message-send-mail-partially-limit): Change the default to
3653         nil, since most people don't want this.
3654
3655         * mm-url.el (mm-url-decode-entities): Also decode entities like
3656         &#x3212.
3657
3658 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3659
3660         * gnus-sum.el (gnus-summary-idna-message):
3661         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3662         Hyperlink urls in docstrings with URL `...'.
3663
3664 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3665
3666         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3667         functions.
3668
3669 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3672         say what the mouseover text should be.
3673
3674         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3675         version of the mm-w3m-safe-url-regexp variable to only download images
3676         in the groups where we want that to happen.
3677
3678         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3679
3680         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3681         easier debugging.
3682         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3683         big pictures in the article buffer.
3684
3685         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3686         gnus-article-html.
3687         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3688         w3m.
3689
3690         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3691
3692 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3695         which doesn't exist.
3696
3697         * message.el (message-inhibit-ecomplete): New variable to allow some
3698         function to inhibit ecomplete address storage.
3699         (message-resend): Disable ecomplete message storage when resending
3700         messages.
3701
3702         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3703
3704 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3707         Save excursion while copying, moving, and deleting articles in order to
3708         prevent the cursor from jumping to unforeseen place.
3709
3710 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * lpath.el: No need to bind bookmark-current-buffer,
3713         bookmark-yank-point and bookmark-make-record-function.
3714
3715 2010-08-17  Glenn Morris  <rgm@gnu.org>
3716
3717         * gnus-sync.el: Require gnus components whose functions are used.
3718
3719         * gnus-art.el (bookmark-make-record-function):
3720         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3721         Declare for compiler.
3722
3723         * mm-url.el (mml-compute-boundary): Autoload.
3724
3725 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3728
3729 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         Typo fix "hoo4a" -> "hook".
3732
3733         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3734
3735 2010-08-14  Glenn Morris  <rgm@gnu.org>
3736
3737         * gnus-sync.el (gnus-sync): Fix defgroup version.
3738
3739 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3740
3741         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3742
3743         * gnus-sync.el: Fix docs.
3744         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3745         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3746
3747 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         Optimizations for gnus-sync.el.
3750
3751         * gnus-sync.el: Add docs about gnus-sync-backend
3752         possibilities.
3753         (gnus-sync-save): Remove unnecessary message.
3754         (gnus-sync-read): Optimize and show what groups were skipped.
3755
3756 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3757
3758         Minor bug fixes for gnus-sync.el.
3759
3760         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3761         read the sync on get-new-news.
3762
3763         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3764         quiet.
3765
3766         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3767
3768 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3769
3770         Make saving and restoring of hidden threads work with overlays.
3771         Patch applied by Ted Zlatanov.
3772
3773         * gnus-sum.el (gnus-hidden-threads-configuration)
3774         (gnus-restore-hidden-threads-configuration): Update to deal with text
3775         properties, rather than searching for a magic character.
3776
3777 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         New gnus-sync.el library for synchronization of marks.
3780
3781         * gnus-sync.el: New library for synchronization of marks.
3782
3783         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3784         renamed from `gnus-registry-grep-in-list'.
3785
3786         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3787
3788         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3789
3790 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3793         determining charset of text fails.
3794
3795 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * nnmail.el (nnmail-get-new-mail-1): Revert.
3798
3799         * nnml.el (nnml-active-number): Make sure names of newly created groups
3800         in nnml-group-alist are encoded.
3801
3802 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3805         containing non-ASCII characters in active file for nnml back end.
3806
3807 2010-07-24  David Engster  <dengste@eml.cc>
3808
3809         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3810         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3811
3812 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3813
3814         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3815         tag (Bug#6654).
3816
3817 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3820         the article buffer, not the summary buffer.
3821
3822 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3825         Emacs 23 as well.
3826
3827 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3830         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3831
3832 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3833
3834         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3835         Patch applied by Karl Fogel.
3836
3837         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3838         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3839
3840 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3841
3842         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3843         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3844         C-w still not working correctly from Article buffers; Thierry's
3845         patch to fix that will be applied after this.
3846
3847         * gnus-art.el (bookmark-make-record-function): New local variable.
3848
3849         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3850         article buffer.
3851         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3852
3853 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3854
3855         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3856         on changes in bookmark.el.
3857
3858 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3861         `no-log' instead of message not to log prompt string.
3862
3863 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3864
3865         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3866         the *other* type of HTML form submission.
3867
3868 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3869
3870         * auth-source.el (auth-source-pick): If choice does not contain a
3871         questioned keyword, set the check to t.
3872
3873 2010-06-12  Romain Francoise  <romain@orebokech.com>
3874
3875         * gnus-util.el (gnus-date-get-time): Move up before first use.
3876
3877 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3880         (gnus-article-edit-part): Bind it to make last part that is substituted
3881         or deleted visible.
3882         (gnus-mime-display-single): Buttonize part of which id equals to
3883         gnus-mime-buttonized-part-id.
3884
3885 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3886
3887         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3888         (gnus-dd-mmm): Use gnus-date-get-time.
3889         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3890         simplify logic.
3891         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3892         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3893
3894 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3895
3896         * auth-source.el (top): Autoload `secrets-list-collections',
3897         `secrets-create-item', `secrets-delete-item'.
3898         (auth-sources): Fix tag string.
3899         (auth-get-source, auth-source-retrieve, auth-source-create)
3900         (auth-source-delete): New defuns.
3901         (auth-source-pick): Rewrite in order to avoid 2 passes.
3902         (auth-source-forget-user-or-password): New parameter USERNAME.
3903         (auth-source-user-or-password): New parameters CREATE-MISSING and
3904         DELETE-EXISTING.  Retrieve password interactively, if needed.
3905
3906 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3907
3908         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3909         deleting unused directories when gnus-expert-user is t.
3910
3911 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3914         for each temp file when gnus-article-browse-delete-temp is ask.
3915
3916 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3917
3918         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3919         Lisp calls to delete-backward-char by calls to delete-char.
3920
3921 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3922
3923         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3924
3925 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3926
3927         * password-cache.el (password-cache-remove): Fix docstring.
3928
3929 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3932         article unless decoding article to be saved.
3933
3934 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3937         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3938         generated within the mm-with-unibyte-current-buffer macro.
3939
3940 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3943         to nil when we're in a mml-preview buffer and no group is selected.
3944
3945 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3946
3947         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3948         when catching the `C-g'.  Reported by "Leo".
3949
3950 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * message.el (message-forward-make-body-plain)
3953         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3954         multibyte-string-p.
3955
3956         * lpath.el: Revert.
3957
3958 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * message.el (message-forward-make-body-mml): Assume original message
3961         is multibyte string; error on unibyte.
3962         (message-forward-make-body-plain): Ditto; don't add excessive newline
3963         in body end.
3964
3965         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3966
3967 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3968
3969         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3970         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3971
3972 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * mm-extern.el (mm-extern-url): Don't use
3975         mm-with-unibyte-current-buffer.
3976         (mm-extern-cache-contents): Use with-current-buffer instead of
3977         save-excursion + set-buffer.
3978
3979 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * mm-util.el (mm-emacs-mule): Remove.
3982
3983 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3984
3985         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3986         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3987         change.
3988
3989 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3992         bind the default value of enable-multibyte-characters to nil.
3993
3994 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * message.el (message-forward-make-body-plain)
3997         (message-forward-make-body-mml):
3998         Don't use mm-with-unibyte-current-buffer.
3999
4000 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4001
4002         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4003
4004 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4005
4006         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4007         (Bug#5592).
4008
4009 2010-05-07  Julien Danjou  <julien@danjou.info>
4010
4011         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4012         it to mm-pipe-part.
4013
4014         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4015         it is given.
4016
4017 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * binhex.el (binhex-decode-region-internal)
4020         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4021         (dns-query)
4022         * nnweb.el (nnweb-gmane-search)
4023         * pgg-parse.el (pgg-parse-armor)
4024         * pgg.el (pgg-verify-region)
4025         * sha1.el (sha1-string-external)
4026         * uudecode.el (uudecode-decode-region-internal)
4027         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4028         XEmacs.
4029
4030         * gnus-art.el (gnus-article-browse-html-parts)
4031         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4032         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4033         make-temp-file.
4034
4035         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4036         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4037         compiling.
4038
4039         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4040         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4041         XEmacs when compiling.
4042
4043         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4044         gnus-pick-mode-off-hook for XEmacs when compiling.
4045         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4046         gnus-binary-mode-off-hook for XEmacs when compiling.
4047
4048         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4049         nil if char-charset is not available.
4050
4051         * imap.el (imap-disable-multibyte)
4052         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4053         macros.
4054
4055         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4056         instead of encode-coding-string.
4057
4058         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4059         'xemacs) instead of mm-emacs-mule to switch function definitions.
4060         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4061
4062         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4063         bind temporary-file-directory for XEmacs;
4064         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4065         timer-set-function for XEmacs 21.4 and SXEmacs;
4066         bind timer-list for XEmacs 21.4 and SXEmacs;
4067         fbind char-charset and find-charset-region for non-Mule XEmacs;
4068         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4069         encode-coding-region and encode-coding-string for XEmacs having no
4070         file-coding feature.
4071
4072 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4073
4074         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4075
4076 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4079         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4080
4081 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4082
4083         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4084         alias `jka-compr-delete-temp-file' no longer exists.
4085
4086 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4087
4088         Use define-minor-mode in Gnus where applicable.
4089         * mml.el (mml-mode): Use define-minor-mode.
4090         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4091         (gnus-undo-mode): Use define-minor-mode.
4092         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4093         (gnus-dead-summary-mode): Use define-minor-mode.
4094         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4095         Initialize in declaration.
4096         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4097         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4098         (gnus-mailing-list-mode): Use define-minor-mode.
4099         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4100         (gnus-draft-mode): Use define-minor-mode.
4101         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4102         (gnus-dired-mode): Use define-minor-mode.
4103
4104 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4105
4106         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4107         handles on recursive mml-to-mime translation and check them for
4108         boundary delimiter collisions.  Reported by Greg Troxel.
4109
4110 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4113
4114 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4115
4116         * mm-util.el (mm-find-buffer-file-coding-system):
4117         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4118
4119 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4120
4121         * message.el (message-generate-headers): Record insertion of optional
4122         headers as well.  Otherwise the check to prevent repeated insertion of
4123         optional headers is a no-op.
4124
4125 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * smime.el: Don't mention CVS.
4128
4129         * nnrss.el (nnrss-fetch): Don't mention CVS.
4130
4131         * nnir.el: Don't mention CVS.
4132
4133 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4134
4135         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4136
4137 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * lpath.el: Fbind bookmark-default-handler,
4140         bookmark-get-bookmark-record, bookmark-make-record-default,
4141         bookmark-prop-get for Emacs <23 and XEmacs.
4142
4143 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4144
4145         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4146         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4147         Use with-current-buffer to silence the byte-compiler.
4148         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4149         bother to require `gnus'.
4150         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4151
4152 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4153
4154         * gnus-sum.el (gnus-summary-bookmark-make-record)
4155         (gnus-summary-bookmark-jump): New functions.
4156         (gnus-summary-mode): Setup bookmark support.
4157
4158 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4159
4160         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4161         if set.
4162
4163 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4166         gnus-article-browse-html-save-cid-image; make it work recursively for
4167         forwarded messages as well.
4168         (gnus-article-browse-html-parts): Work when prefix arg is given.
4169         (gnus-article-browse-html-article): Doc fix.
4170
4171 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4172
4173         * message.el (message-default-mail-headers):
4174         (message-default-headers): Carry the value mail-default-headers over
4175         into message-default-mail-headers, rather than message-default-headers.
4176
4177 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4178
4179         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4180         charset.
4181
4182         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4183         charset into the <meta> tag when the article is encoded to utf-8.
4184
4185 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4188         directories as well.
4189         (gnus-article-browse-html-parts): Work for images that do not specify
4190         file names; delete temp directory when quitting; insert header at the
4191         right place; use file: scheme for image files.
4192
4193 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4194
4195         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4196         (gnus-article-browse-html-parts): Use it to make temporary cid image
4197         files in addition to html file so that browser may display them.
4198
4199 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4202
4203 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4204
4205         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4206
4207 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4210         about Secret Service API sources.  Improve Customize options.
4211         (auth-source-pick): Change to accept any number of search parameters.
4212         Implement fallbacks iteratively, not recursively.  Add scoring on the
4213         second pass and sort by score.  Call Secret Service API when needed.
4214         (auth-source-user-or-password): Use it.  Call Secret Service API
4215         directly when needed to get the user name and the password.
4216
4217 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4218
4219         * message.el (message-interactive): Doc fix.
4220         (message-qmail-inject-args): Reflow.
4221         (message-kill-to-signature): Fix typo in docstring.
4222
4223         * smiley.el (smiley-buffer): Fix typo in docstring.
4224
4225 2010-03-24  Glenn Morris  <rgm@gnu.org>
4226
4227         * mail-source.el (gnus-message): Declare.
4228         (mail-source-delete-old-incoming): Require gnus-util.
4229
4230 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4233
4234         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4235
4236         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4237         password-cache's default if it is not bound.
4238         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4239         password-cache-expiry's default if it is not bound.
4240
4241         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4242         available in Emacs 21.
4243
4244         * lpath.el: Suppress compiler warnings for:
4245         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4246         XEmacs;
4247         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4248         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4249         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4250
4251 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4252
4253         * auth-source.el (auth-sources): Fix up definition so extra parameters
4254         are always inline.
4255
4256 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4257
4258         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4259         wasn't updated after mismatch.  Clear cached mailbox info correctly
4260         when uidvalidity changes.
4261         (nnimap-group-prefixed-name): New function to avoid some code
4262         duplication.
4263         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4264         (nnimap-request-group): Use it.
4265         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4266         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4267         with many imap folders.  This is done by caching the group status from
4268         the imap server persistently in a group parameter `imap-status'.  (This
4269         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4270         but not persistently, so every Gnus startup was still very slow.)
4271
4272 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4273
4274         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4275         delete the extra newline.  Otherwise editing of :string and :number
4276         types don't work.
4277
4278 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4281         secrets.el dependency.
4282         (auth-sources): Add optional user name.  Add secrets.el configuration
4283         choice (unused right now).
4284
4285 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4288         `gnus-registry-install-shortcuts' fill in the functions.
4289
4290         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4291         warnings.
4292         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4293         (gnus-registry-install-shortcuts): Populate and use it in a
4294         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4295
4296 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4297
4298         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4299         In-place substitutions for the group name encoding/decoding.
4300         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4301         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4302         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4303         (nnimap-update-unseen, nnimap-request-list)
4304         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4305         (nnimap-request-set-mark, nnimap-split-to-groups)
4306         (nnimap-split-articles, nnimap-request-newgroups)
4307         (nnimap-request-create-group, nnimap-request-accept-article)
4308         (nnimap-request-delete-group, nnimap-request-rename-group)
4309         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4310         `encoded-mbx' for consistency.
4311         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4312         variable `imap-current-mailbox'.
4313
4314         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4315         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4316
4317 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4318
4319         * pop3.el (pop3-display-message-size-flag): Display message size byte
4320         counts during POP3 download.
4321         (pop3-movemail): Use it.
4322         (pop3-list): Implement listing of available messages.
4323
4324 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4325
4326         * nnir.el (nnir-get-article-nov-override-function): New function to
4327         override the normal NOV retrieval.
4328         (nnir-retrieve-headers): Use it.
4329
4330 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4331
4332         * auth-source.el (netrc-machine-user-or-password): Autoload.
4333
4334 2010-03-19  Glenn Morris  <rgm@gnu.org>
4335
4336         Stop message.el from loading about 40 libraries it doesn't always need.
4337         The general approach is to autoload rather than require, and to
4338         require in the specific functions rather than the file.  (Bug#5642)
4339
4340         * gmm-utils.el: Don't require wid-edit.
4341         (widget-create-child-value, widget-convert, widget-default-get):
4342         Autoload.
4343
4344         * gnus-util.el: Don't require time-date, netrc.
4345         (message-fetch-field, gnus-group-name-decode): Declare rather than
4346         autoloading.
4347         (gnus-fetch-field): Require message.
4348         (gnus-decode-newsgroups): Require gnus-group.
4349
4350         * ietf-drums.el: Don't require time-date.
4351
4352         * message.el: Don't require hashcash, canlock, ecomplete.
4353         Do require mail-utils.  Require nnheader only when compiling.
4354         (smtpmail-default-smtp-server): Remove declaration.
4355         (message-send-mail-function): Check smtpmail-default-smtp-server
4356         is bound rather than requiring smtpmail.
4357         (message-auto-save-directory, message-insert-signature): Use
4358         expand-file-name rather than nnheader-concat.
4359         (nnheader-insert-file-contents): Autoload.
4360         (hashcash-wait-async): Declare.
4361         (message-send-mail): Only call gnus-setup-posting-charset if
4362         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4363         (message-send-mail-with-sendmail): Require sendmail.
4364         (canlock-password, canlock-password-for-verify): Declare.
4365         (message-canlock-password): Require canlock.
4366         (nnheader-get-report): Autoload.
4367         (gnus-setup-posting-charset): Declare.
4368         (message-send-news): Require gnus-msg.
4369         (message-make-references, message-make-in-reply-to): Use mail-header-id
4370         rather than the alias mail-header-message-id.
4371         (ecomplete-add-item, ecomplete-save): Declare.
4372         (message-put-addresses-in-ecomplete): Require ecomplete.
4373         (ecomplete-display-matches): Autoload.
4374
4375         * mm-decode.el: Don't require mailcap, gnus-util.
4376         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4377         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4378         Autoload.
4379         (mailcap-mime-extensions): Declare.
4380
4381         * mm-encode.el: Don't require mailcap.
4382         (mailcap-extension-to-mime): Autoload.
4383
4384         * mml-sec.el: Don't require password-cache.
4385
4386         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4387         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4388         (mml-minibuffer-read-type): Require mailcap.
4389         (mml-preview): Require gnus-msg.
4390
4391         * mml1991.el: Require password-cache.
4392         (password-cache-expiry): Remove declaration.
4393
4394         * mml2015.el: Require password-cache.
4395         (password-cache-expiry): Remove declaration.
4396
4397         * nneething.el (mailcap): Require mailcap.
4398
4399         * nnheader.el (declare-function): Add compatibility stub.
4400         (message-remove-header): Declare rather than autoload.
4401         (nnheader-replace-header): Require message.
4402
4403         * nnimap.el (declare-function): Add compatibility stub.
4404         (netrc-parse, netrc-machine-user-or-password): Declare.
4405         (nnimap-open-connection): Require netrc.
4406
4407         * nntp.el (declare-function): Add compatibility stub.
4408         (netrc-parse, netrc-machine, netrc-get): Declare.
4409         (nntp-send-authinfo): Require netrc.
4410
4411         * rfc2047.el: Don't require qp.
4412         (quoted-printable-encode-region, quoted-printable-decode-string):
4413         Autoload.
4414
4415         * sieve-mode.el: Don't require easymenu.
4416         (easy-menu-add-item): Autoload it.
4417
4418         * spam-stat.el (time-to-number-of-days): Autoload it.
4419
4420 2010-03-19  Glenn Morris  <rgm@gnu.org>
4421
4422         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4423
4424 2010-03-18  Glenn Morris  <rgm@gnu.org>
4425
4426         * hashcash.el (declare-function): Remove duplicate definition.
4427
4428 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4429
4430         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4431         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4432         value if any backslash escapes).
4433
4434 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4437         if it is available.  (bug#5647)
4438
4439         * lpath.el: Suppress compiler warning for coding-system-from-name for
4440         Emacs 21 and XEmacs.
4441
4442 2010-03-14  Juri Linkov  <juri@jurta.org>
4443
4444         * hmac-def.el:
4445         * hmac-md5.el:
4446         * netrc.el: Fix keywords.
4447
4448 2010-02-26  Glenn Morris  <rgm@gnu.org>
4449
4450         * message.el (message-send-mail-function): Change the default, so that
4451         it inherits from a customized send-mail-function.  (Bug#5643)
4452
4453 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4454
4455         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4456         shell-command-to-string signals an error (bug#5299).
4457
4458 2010-02-24  Glenn Morris  <rgm@gnu.org>
4459
4460         * message.el (message-smtpmail-send-it)
4461         (message-send-mail-with-mailclient): Doc fixes.
4462
4463 2010-02-16  Glenn Morris  <rgm@gnu.org>
4464
4465         * message.el (message-default-mail-headers): Change the default value
4466         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4467
4468 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4471         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4472
4473 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4474
4475         * time-date.el (date-to-time): Doc fix (Bug#5408).
4476
4477 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4478
4479         * message.el (message-mail): Just pass yank-action on to message-setup.
4480         (message-setup): Handle (FUN . ARGS) form of yank-action.
4481         (message-with-reply-buffer, message-widen-reply)
4482         (message-yank-original): Handle non-buffer values of
4483         message-reply-buffer (Bug#4080).
4484         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4485
4486 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4487
4488         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4489         Fix typo in docstring.
4490
4491 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4492
4493         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4494         response.
4495
4496 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4499
4500         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4501
4502         * message.el (message-check-news-header-syntax): Protect against a
4503         string that `rfc822-addresses' returns when parsing fails.
4504
4505 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4508         (gnus-previous-char-property-change): New functions.
4509
4510         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4511
4512 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4513
4514         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4515         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4516
4517 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4518
4519         * message.el (message-exchange-point-and-mark): Rework last change to
4520         avoid using optional arg of exchange-point-and-mark, for backward
4521         compatibility.
4522
4523 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4524
4525         * message.el (message-exchange-point-and-mark): Call
4526         exchange-point-and-mark with an argument rather than setting
4527         mark-active by hand (Bug#5175).
4528
4529 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * nntp.el (nntp-service-to-port): Work for service expressed with
4532         numeric string; replace [:digit:] with [0-9] for XEmacs.
4533
4534 2009-12-17  Glenn Morris  <rgm@gnu.org>
4535
4536         * gnus-group.el (gnus-bug-group-download-format-alist):
4537         Change emacs entry to debbugs.gnu.org.  Bump :version.
4538
4539 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4542
4543 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * message.el (message-info): Explain why we use `Info-goto-node'.
4546
4547 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4550
4551 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4552
4553         * message.el (message-completion-in-region): New compatibility function.
4554         (message-expand-group): Use it.
4555
4556 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4559         with no unread article should be listed if the 2nd arg `predicate' is
4560         given.
4561
4562 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4565
4566 2009-11-29  Juri Linkov  <juri@jurta.org>
4567
4568         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4569         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4570         on `gnus-recenter'. (Bug#4698, Bug#4981)
4571
4572 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4573
4574         * sha1.el (sha1-string-external): default-directory "/" in case
4575         otherwise non-existent.  process-connection-type pipe for touch of
4576         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4577
4578 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4579
4580         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4581         it's comms related and sgml-mode.el has "comm" on that basis too.
4582
4583 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4586         containing tspecial characters if they have been already quoted.
4587
4588 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4589
4590         * dns-mode.el (auto-mode-alist): Purecopy string.
4591
4592 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4593
4594         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4595
4596 2009-10-24  Glenn Morris  <rgm@gnu.org>
4597
4598         * gnus-art.el (help-xref-stack-item): Define for compiler.
4599
4600 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4601
4602         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4603
4604 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4607
4608 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4611         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4612
4613 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4616         (gnus-overlays-in): New alias to overlays-in.
4617
4618         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4619         gnus-overlay-get, and gnus-delete-overlay.
4620         (gnus-summary-show-thread): Make it work as well for systems in which
4621         next-single-char-property-change is not available.
4622         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4623
4624         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4625         (gnus-overlay-get): New alias to extent-property.
4626         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4627
4628         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4629         SXEmacs.
4630
4631         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4632         SXEmacs.
4633
4634 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4637
4638 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4639
4640         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4641         and XEmacs that don't have `remove-overlays'.
4642
4643 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4644
4645         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4646         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4647         selective display.  Use overlays instead.
4648
4649 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4650
4651         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4652
4653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4654
4655         * spam-stat.el (spam-stat-load): Fix typo in message.
4656
4657 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4658
4659         * dig.el (dig-invoke): Fix typo in docstring.
4660         (query-dig): Reflow docstring.
4661
4662 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4663
4664         * gnus-art.el (gnus-article-encrypt-body):
4665         * message.el (message-check-recipients):
4666         * mm-util.el (mm-codepage-setup):
4667         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4668         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4669
4670 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4671
4672         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4673         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4674         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4675         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4676         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4677
4678 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4679
4680         * dig.el: Add "Keywords: comm", as per net-utils.el.
4681
4682 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4683
4684         * dig.el (dig-mode): Use define-derived-mode.
4685
4686 2009-09-19  Glenn Morris  <rgm@gnu.org>
4687
4688         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4689
4690 2009-09-18  Glenn Morris  <rgm@gnu.org>
4691
4692         * gnus-diary.el (gnus-diary-check-message):
4693         * message.el (message-insert-formatted-citation-line):
4694         * nnbabyl.el (top-level):
4695         * nndiary.el (nndiary-schedule):
4696         Fix typos in condition-case handlers.
4697
4698 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4701         configuration that provides the sole article window in a frame;
4702         position point correctly after deleting a part.
4703
4704 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4705
4706         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4707         (spam-resolve-registrations-routine): Use it to unregister articles
4708         that change status.
4709
4710 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4713         with XEmacs.
4714         (parse-time-string-chars): Use it.
4715
4716 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * imap.el (imap-interactive-login): Better messages.
4719         (imap-open): Fix bug with renamed buffer on reconnect.
4720         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4721         for easier debugging and cleaner code.  On successful (guessed based on
4722         server capabilities) secondary authentication, set imap-state
4723         correctly.
4724         (imap-last-authenticator): Define imap-last-authenticator as a variable
4725         to avoid warnings.
4726
4727 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * nnrss.el (nnrss-request-article): Remove binding of
4730         default-enable-multibyte-characters that has gotten needless by
4731         the 2007-07-13 change in rfc2047-encode-message-header.
4732
4733         * mml.el (mml-insert-multipart): Error on the message header.
4734         (mml-insert-part): Error on the message header; position point at
4735         the end of a MIME tag.
4736
4737 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * time-date.el (autoload): Expand define-obsolete-function-alias into
4740         defalias and make-obsolete for old Emacsen that Gnus supports.
4741         (with-no-warnings): Define it for old Emacsen.
4742         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4743         is available.
4744         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4745         float-time is available; suppress compile warning for time-to-seconds.
4746
4747         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4748         (gnus-float-time): Alias to float-time if it exists.
4749
4750         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4751         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4752         float-time is available; suppress compile warning for time-to-seconds.
4753
4754         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4755         XEmacs.
4756
4757 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * imap.el (imap-message-map): Docstring fix.
4760
4761 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4764         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4765         Add the optional argument `encoding' that overrides the default.
4766
4767         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4768         mm-encode-buffer.
4769
4770 2009-09-04  Glenn Morris  <rgm@gnu.org>
4771
4772         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4773         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4774         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4775         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4776         * mm-util.el (mm-with-unibyte-current-buffer)
4777         (mm-find-buffer-file-coding-system):
4778         * yenc.el (yenc-decode-region): Use default-value rather than
4779         default-enable-multibyte-characters.
4780
4781 2009-09-03  Glenn Morris  <rgm@gnu.org>
4782
4783         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4784         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4785         than default-enable-multibyte-characters.
4786
4787 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4788
4789         * gnus-art.el (gnus-article-read-summary-keys):
4790         Fix gnus-buffer-configuration's value temporarily used.
4791
4792 2009-09-02  Glenn Morris  <rgm@gnu.org>
4793
4794         * gnus-util.el (gnus-float-time): New function.
4795         * gnus-delay.el (gnus-delay-article):
4796         * gnus-sum.el (gnus-thread-latest-date):
4797         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4798         * nnspool.el (nnspool-request-newgroups):
4799         Use gnus-float-time rather than time-to-seconds.
4800         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4801
4802         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4803         (gnus-header-subject-face, gnus-header-newsgroups-face)
4804         (gnus-header-name-face, gnus-header-content-face):
4805         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4806         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4807         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4808         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4809         (gnus-cite-face-11):
4810         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4811         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4812         (gnus-server-closed-face, gnus-server-denied-face)
4813         (gnus-server-offline-face):
4814         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4815         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4816         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4817         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4818         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4819         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4820         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4821         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4822         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4823         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4824         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4825         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4826         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4827         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4828         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4829         (gnus-summary-high-undownloaded-face)
4830         (gnus-summary-low-undownloaded-face)
4831         (gnus-summary-normal-undownloaded-face)
4832         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4833         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4834         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4835         (gnus-splash-face):
4836         * message.el (message-header-to-face, message-header-cc-face)
4837         (message-header-subject-face, message-header-newsgroups-face)
4838         (message-header-other-face, message-header-name-face)
4839         (message-header-xheader-face, message-separator-face)
4840         (message-cited-text-face, message-mml-face):
4841         * sieve-mode.el (sieve-control-commands-face)
4842         (sieve-action-commands-face, sieve-test-commands-face)
4843         (sieve-tagged-arguments-face):
4844         * spam.el (spam-face):
4845         Mark face aliases with "-face" in the name as obsolete.
4846
4847 2009-09-01  Glenn Morris  <rgm@gnu.org>
4848
4849         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4850         than goto-line.
4851
4852 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4855         Don't move point if the command is invoked inside the message header.
4856
4857 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * imap.el (imap-send-command): Simplify.
4860         (imap-wait-for-tag): point-max -> buffer-size.
4861
4862 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4863
4864         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4865         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4866         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4867         * nnir.el (nnir-swish-e-index-file):
4868         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4869         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4870         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4871         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4872         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4873         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4874
4875 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4878         Don't save excursion.
4879
4880 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4881
4882         * nnheader.el (nnheader-find-file-noselect):
4883         * mm-util.el (mm-insert-file-contents):
4884         Use (default-value 'major-mode) instead of default-major-mode.
4885
4886 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4887
4888         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4889
4890 2009-08-26  Glenn Morris  <rgm@gnu.org>
4891
4892         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4893         than placing in files.el.
4894
4895 2009-08-25  Glenn Morris  <rgm@gnu.org>
4896
4897         * nnir.el (top-level): Don't require cl at run-time.
4898         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4899         Replace cl-function substitute with gnus-replace-in-string.
4900         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4901         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4902         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4903         simplified expansions.
4904
4905 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4906
4907         * dig.el (dig): Add autoload cookie.
4908
4909 2009-08-22  Glenn Morris  <rgm@gnu.org>
4910
4911         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4912         goto-line.
4913
4914 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4915
4916         * parse-time.el (parse-time-string-chars): Save match data.
4917
4918 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4919
4920         * parse-time.el (parse-time-string-chars): Compute using character
4921         classes, to handle non-ascii characters (Bug#3190).
4922
4923 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4926
4927         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4928         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4929         (gnus-mm-display-part, gnus-mime-display-single)
4930         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4931         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4932
4933         * gnus-sum.el
4934         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4935         (gnus-summary-move-article): Add expirable mark to articles copied or
4936         moved to group that has auto-expire turned on if the option is non-nil.
4937
4938 2009-07-24  Glenn Morris  <rgm@gnu.org>
4939
4940         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4941         Fix typo.  (Bug#3903)
4942
4943 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4946         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4947         that should not be used for draft articles.
4948         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4949         that has no concern in minor mode keys.
4950         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4951         Abolish.
4952
4953 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4956         article without making inquiry to a user for unknown encoding.
4957
4958         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4959         (nnmaildir--scan): Assume i-node and device number that file-attributes
4960         returns might be cons-cell.
4961
4962         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4963
4964         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4965
4966 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4967
4968         * auth-source.el: Remove docs now in auth.texi.  Don't use
4969         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4970         `auth-source-hide-passwords' and use them.
4971
4972 2009-07-15  Glenn Morris  <rgm@gnu.org>
4973
4974         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4975
4976 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4979         excessive whitespace from the default values of title and description.
4980
4981 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4984         mail-fetch-field to fetch Content-Description header in order to
4985         exclude newlines.
4986
4987 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4988
4989         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4990         format used by GnuPG 2.0.11.
4991
4992 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4995         to deleted part.
4996
4997 2009-05-30  David Engster  <dengste@eml.cc>
4998
4999         * nnmairix.el: Remove old documentation in the commentary block.
5000         (nnmairix-request-group): Do not update active file for nnml back ends.
5001         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5002         end so that overview files are ignored.
5003         (nnmairix-update-groups): Make updating the groups more robust by using
5004         marks.
5005         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5006         with dollar characters in message-id.
5007
5008 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5011         2008-12-25 in dns.el.
5012
5013 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5014
5015         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5016         could happen if the text is only composed of spaces and/or tabs.
5017
5018 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5019
5020         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5021         when sending a queued message to avoid extra mml tags.
5022
5023 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5026
5027 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5030         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5031         rmail-toggle-header for XEmacs;
5032         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5033
5034 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-dired.el: Remove autoload for gnus-setup-message.
5037         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5038         displaying Gnus logo; always use compose-mail.
5039
5040 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5043
5044 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5047         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5048         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5049         available.
5050         (gnus-nocem-epg-verify): New function.
5051
5052 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5055
5056 2009-02-15  Glenn Morris  <rgm@gnu.org>
5057
5058         * gnus-util.el (rmail-insert-rmail-file-header)
5059         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5060         autoloads.
5061         (rmail-default-rmail-file): Remove unnecessary declaration.
5062         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5063
5064 2009-02-14  Glenn Morris  <rgm@gnu.org>
5065
5066         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5067         variable (only used in gnus-util, which declares it anyway).
5068         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5069         which was only needed by gnus-art (changed to not use it any more).
5070         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5071         only used in gnus-util, which autoloads it itself.
5072         (rmail-update-summary): Fix autoload.
5073
5074         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5075         rather than rmail-output-to-rmail-file.
5076
5077 2009-02-07  Glenn Morris  <rgm@gnu.org>
5078
5079         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5080         autoload of function that no longer exists.
5081         (rmail-toggle-header): Declare.
5082         (message-forward-rmail-make-body): Handle mbox Rmail.
5083
5084 2009-01-31  Glenn Morris  <rgm@gnu.org>
5085
5086         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5087         2009-01-09 change.
5088
5089 2009-01-31  Dave Love  <fx@gnu.org>
5090
5091         * imap.el (imap-fetch-safe): Bind debug-on-error.
5092         (imap-debug): Add imap-fetch-safe.
5093
5094 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5095
5096         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5097         (auth-source-forget-all-cached): New convenience function.
5098         (auth-source-user-or-password): Accept list of modes or a single mode.
5099
5100         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5101         auth-source modes.
5102
5103         * netrc.el (netrc-machine-user-or-password): Use list of
5104         auth-source modes.
5105
5106         * nnimap.el (nnimap-open-connection): Use list of
5107         auth-source modes.
5108
5109         * nntp.el (nntp-send-authinfo): Use list of
5110         auth-source modes.
5111
5112 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5115         now.
5116
5117 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5120         coding system in XEmacs; add a workaround for XEmacs.
5121
5122         * lpath.el: Fbind coding-system-aliasee.
5123
5124 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5127         of current-language-environment.
5128
5129 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5132         available at runtime.
5133
5134 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5137
5138 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5139
5140         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5141         the greatest positive fixnum value doesn't work under an XEmacs with
5142         bignum support; use the most-positive-fixnum constant instead,
5143         available since Emacs 21.1 with cl and XEmacs 21.1.
5144
5145 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5148         XEmacs gets not to work.
5149
5150 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * mm-util.el (mm-coding-system-priorities): Allow the value like
5153         "Japanese (UTF-8)" of current-language-environment.
5154
5155 2009-01-09  Glenn Morris  <rgm@gnu.org>
5156
5157         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5158         with last-command-event.
5159
5160 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5163         in the doc string.
5164
5165         * message.el (message-fix-before-sending): Amend comment.
5166
5167 2009-01-08  Dave Love  <fx@gnu.org>
5168
5169         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5170
5171 2009-01-07  David Engster  <dengste@eml.cc>
5172
5173         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5174         simplified server definitions by converting it via
5175         gnus-server-to-method.
5176
5177 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5180         parameter's operands.
5181
5182 2009-01-06  David Engster  <dengste@eml.cc>
5183
5184         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5185         primary select method (for gnus-group-mark-article-as-read).
5186
5187 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5188
5189         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5190         `(gnus)Face', not `(gnus)X-Face'.
5191
5192 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * mm-util.el (mm-ucs-to-char): New function.
5195
5196         * mm-url.el (mm-url-decode-entities): Use it.
5197
5198         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5199         unicode-to-char.
5200
5201 2009-01-05  Dave Love  <fx@gnu.org>
5202
5203         * time-date.el: Require cl for `declare'.
5204
5205 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5208         Dave Love.
5209
5210 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5211
5212         * message.el (message-fix-before-sending): Add `eight-bit' to
5213         illegible-text check.
5214
5215 2009-01-03  Michael Olson  <mwolson@gnu.org>
5216
5217         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5218         `headers' is nil.  This can occur if the IMAP server does not have
5219         permissions to read messages from a folder, but can write new messages
5220         to the folder.
5221         (nnimap-request-article-part): Do not insert `data' if it is nil.
5222
5223         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5224         characters which will confuse `read', so skip past them.
5225
5226 2009-01-01  Dave Love  <fx@gnu.org>
5227
5228         * imap.el (imap-string-to-integer): Fix typo.
5229         (imap-fetch-safe): New function.
5230         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5231
5232         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5233
5234         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5235         (imap-parse-greeting): Fix doc strings.
5236         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5237         (imap-parse-flag-list): Make messages unique.
5238         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5239
5240         * nnimap.el: Fix author email.
5241         (nnimap-split-rule): Add FIXME comment.
5242         (nnimap-debug): Fix doc string.
5243
5244 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5247
5248 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5251         nslookup if resolv.conf isn't available.
5252         (dns-query): Rename from query-dns.
5253         (dns-query-cached): Rename from query-dns-cached.
5254
5255 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5258         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5259         to check if those variables exist (first appeared in Emacs 18.50).
5260
5261 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * mm-util.el (mm-line-number-at-pos): New function.
5264
5265         * spam-report.el (spam-report-process-queue): Use it.
5266
5267 2008-12-24  David Engster  <dengste@eml.cc>
5268
5269         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5270         parameters that haven't existed as variables as buffer-local variables.
5271
5272 2008-12-23  Dave Love  <fx@gnu.org>
5273
5274         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5275         cadar.
5276
5277         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5278         imap-starttls-p.
5279         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5280
5281 2008-12-22  Dave Love  <fx@gnu.org>
5282
5283         * imap.el: Fix author email.  Doc fixes.
5284         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5285         reply.
5286
5287 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * spam-report.el (spam-report-gmane-max-requests): New constant.
5290         (spam-report-gmane-wait): New variable.
5291         (spam-report-gmane-ham, spam-report-gmane-spam)
5292         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5293         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5294         the server.
5295
5296         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5297         Add explanations.
5298
5299         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5300         nnheader-accept-process-output and nnheader-read-timeout if available.
5301         (pop3-movemail): Use it.
5302
5303         * message.el (message-check-news-body-syntax): Fix signature check if
5304         there's an attachment.
5305
5306 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * mm-util.el: Add comments to the mm- emulating functions.
5309
5310 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5313         by Stephen Berman <stephen.berman@gmx.net>.
5314
5315 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * mm-util.el (mm-substring-no-properties): New function.
5318         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5319         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5320         (mm-string-to-multibyte): Doc fix.
5321
5322         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5323
5324 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * mml.el (mml-attach-file): Strip text properties from file name.
5327         (Bug#1574)
5328
5329 2008-12-16  Glenn Morris  <rgm@gnu.org>
5330
5331         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5332
5333 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5336         knows since the charset specified might be a bogus alias that
5337         mm-charset-synonym-alist provides.
5338
5339 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5340
5341         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5342         "ISO_8859-1".
5343
5344         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5345
5346 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * mm-util.el (mm-charset-eval-alist):
5349         Define it before mm-charset-to-coding-system.
5350         (mm-charset-to-coding-system): Add optional argument `silent';
5351         define it before mm-charset-override-alist.
5352         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5353         default value if it can be used in Emacs currently running;
5354         silence mm-charset-to-coding-system.
5355
5356 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5359         `allow-override' which says whether to use `mm-charset-override-alist'.
5360         (rfc2047-decode-encoded-words): Use it.
5361
5362         * mm-util.el (mm-charset-override-alist): Fix custom type;
5363         add `(gb2312 . gbk)' to choices.
5364
5365 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5368         fast.
5369
5370         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5371
5372         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5373
5374 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5375
5376         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5377         on links.
5378
5379         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5380
5381 2008-12-03  Lute Kamstra  <lute@gnu.org>
5382
5383         * sha1.el: Remove leading * from docstrings of defcustoms,
5384         deffaces, defconsts and defuns.
5385
5386 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5389         users' addresses that don't have domain parts.
5390         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5391         rather than message-narrow-to-head since there will be the message
5392         header separator.
5393
5394 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5395
5396         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5397         since the result is inserted in a unibyte buffer anyway.
5398         (nnimap-demule-use-string-to-multibyte): Remove.
5399         (nnimap-demule): Alias it to mm-string-to-multibyte.
5400
5401 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5404         variable for debugging bug#464 and bug#1174.
5405         (nnimap-demule): Use it.
5406
5407 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5408
5409         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5410         score calculation correctly.
5411
5412 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5413
5414         * message.el (message-send-mail): Just set the buffer to unibyte
5415         rather than use mm-with-unibyte-current-buffer which does a lot more.
5416         (message-send-mail-partially): Don't bother with
5417         mm-with-unibyte-current-buffer since it's already been made unibyte by
5418         message-send-mail.
5419
5420 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5423
5424 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5427
5428 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5431         require itself and to remove `with-no-warnings'.
5432
5433 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5434
5435         * starttls.el (starttls-any-program-available): Get the name of the
5436         available TLS layer program.
5437         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5438         well as the host name in the "opening" message.
5439
5440         * auth-source.el (auth-source-cache, auth-source-do-cache)
5441         (auth-source-user-or-password): Cache passwords and logins by default,
5442         allow override with `auth-source-do-cache'.
5443         (auth-source-forget-user-or-password): Allow users to remove cache
5444         entries if needed.
5445
5446 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5447
5448         * md4.el (md4-buffer): Fix typo in docstring.
5449         (md4, md4-64): Doc fixes.
5450         (md4-pack-int32): Reflow docstring.
5451
5452 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5455         condition-case to only the forward-sexp call.
5456
5457 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5460         quotes contained.  Make it more robust regardless by an extra
5461         condition-case wrapper.
5462
5463 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5466
5467 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * nnml.el (nnml-request-expire-articles): Check if the function set to
5470         `nnmail-expiry-target' returns the symbol `delete'.
5471
5472         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5473
5474         * nnmail.el (nnmail-expiry-target): Fix custom type.
5475
5476 2008-10-02  Glenn Morris  <rgm@gnu.org>
5477
5478         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5479         Silence compiler warning.
5480
5481 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5482
5483         * tls.el (open-tls-stream): Show the actual command being
5484         executed, instead of the format string.
5485
5486 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * lpath.el: Fbind codepage-setup for Emacs 23.
5489
5490 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5491
5492         * mml.el (mml-menu): Don't assume mml2015 is bound.
5493
5494 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5497         exists.
5498
5499 2008-09-27  Glenn Morris  <rgm@gnu.org>
5500
5501         * gnus-util.el (mail-header-remove-comments): Autoload it.
5502
5503 2008-09-27  Andreas Schwab  <schwab@suse.de>
5504
5505         * gnus-util.el (gnus-split-references): Strip comments.
5506         (gnus-parent-id): Likewise.
5507
5508 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * message.el (message-confirm-send): Fix version.
5511
5512 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * message.el (message-idna-to-ascii-rhs-1): Use
5515         mail-extract-address-components rather than mail-header-parse-addresses
5516         that is an alias by default to ietf-drums-parse-addresses that does not
5517         support non-ASCII names in headers' contents.
5518
5519 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * message.el (message-confirm-send): Fixed variable documentation to
5522         avoid the "y/n" wording.
5523
5524 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5525
5526         * message.el (message-set-auto-save-file-name): Save to a different
5527         filename so multiple messages (especially drafts) can be recovered.
5528
5529 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * message.el (message-confirm-send): Add appropriate version.
5532
5533 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5536         defvar.
5537
5538 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5539
5540         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5541         (mm-pkcs7-enveloped-magic): Ditto.
5542
5543 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5544
5545         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5546         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5547
5548 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5551         default, it's better.
5552
5553 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5556         summary line gnus-number property and ignore them (with a warning
5557         message).
5558
5559 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5562         macro caddr in the interactive form since it won't be expanded.
5563
5564 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5567         `charset'; fix name of function called recursively.
5568         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5569
5570 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5573         (gnus-mime-set-charset-parameters): New function.
5574         (gnus-mime-view-part-as-charset): Use it to correctly display part
5575         specifying wrong charset.
5576
5577 2008-09-08  David Engster  <dengste@eml.cc>
5578
5579         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5580         in completing-read for back end server.
5581
5582 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * message.el (message-confirm-send): New variable to confirm sending a
5585         message.
5586         (message-send): Use it.
5587
5588 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5591
5592 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5595
5596 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5599         prevent tracking too many groups.
5600         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5601         Use it.
5602
5603 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5604
5605         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5606         moving point to the bottom of the window in order to avoid recentering.
5607
5608 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5611
5612         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5613         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5614         (gnus-article-beginning-of-window): Fix calculation.
5615
5616 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-msg.el (gnus-summary-supersede-article)
5619         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5620         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5621         message header.
5622
5623 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5624
5625         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5626         pending output coming after the status change.
5627
5628 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5629
5630         * message.el:
5631         * gnus-start.el:
5632         * gnus-registry.el: Remove VMS support.
5633
5634 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5637         macro.
5638         (rfc2104-hash): Use it.
5639
5640 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5641
5642         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5643         (gnus-summary-sort-by-most-recent-date): New commands.
5644         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5645         and menu entries.
5646
5647 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5650         don't redisplay article for raw contents; remove plural articles stuff.
5651
5652         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5653         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5654         on gnus-summary-save-article; display results properly.
5655
5656 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * lpath.el: No need to fbind ns-focus-frame.
5659
5660 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5663
5664 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5667         gnus-save-all-headers.
5668
5669 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5670
5671         * gnus-util.el (ns-focus-frame): Remove declaration.
5672         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5673         like x.
5674
5675 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5676
5677         * rfc2104.el (rfc2104-zero): Delete defconst.
5678         (rfc2104-hex-alist): Likewise.
5679         (rfc2104-hex-to-int): Delete func.
5680         (rfc2104-hexstring-to-bitstring): Likewise.
5681         (rfc2104-nybbles): New defconst.
5682         (rfc2104-hash): Rewrite for speed.
5683
5684 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * tls.el (open-tls-stream): Make it work with the 2nd argument
5687         BUFFER that is a string but does not exist as a buffer object, as
5688         mentioned in the doc-string.
5689
5690 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5693         SXEmacs.
5694
5695 2008-07-16  Glenn Morris  <rgm@gnu.org>
5696
5697         * gnus-util.el (ns-focus-frame): Declare for compiler.
5698
5699 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5702         set as a group parameter.
5703         (gnus-summary-save-in-pipe): Work when it is called independently.
5704         (gnus-summary-pipe-to-muttprint): Don't modify
5705         gnus-summary-pipe-output-default-command.
5706
5707 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5708
5709         * message.el (message-send-mail-with-sendmail):
5710         Display the error message.
5711
5712 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-art.el (gnus-default-article-saver):
5715         Add gnus-summary-save-in-pipe to choices.
5716         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5717         gnus-summary-pipe-output-default-command as the default command.
5718         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5719         instead of gnus-last-shell-command.
5720
5721         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5722         New user option.
5723         (gnus-summary-muttprint-program): Mention the value will be changed.
5724         (gnus-summary-save-article): Force showing of all headers.
5725         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5726
5727 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5728
5729         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5730
5731 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5732
5733         * nnimap.el (nnimap-id):
5734         * sieve-manage.el (sieve-manage-open): Doc fixes.
5735
5736 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5737
5738         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5739         if available.
5740
5741 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5742
5743         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5744
5745         * nnkiboze.el (nnkiboze-generate-group):
5746         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5747
5748         * nnmairix.el: Require CL.
5749
5750 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * dgnushack.el: Autoload get-display-table and put-display-table for
5753         XEmacs 21.5.
5754
5755         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5756         21.4 and SXEmacs.
5757
5758 2008-06-15  David Engster  <dengste@eml.cc>
5759
5760         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5761
5762 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5763
5764         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5765         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5766         runtime choice under XEmacs.
5767
5768         * gnus-sum.el (gnus-summary-set-display-table):
5769         Use `gnus-put-display-table', `gnus-get-display-table',
5770         `gnus-set-display-table' for the display table, instead of `aset'.
5771
5772         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5773         Use `gnus-put-display-table', `gnus-get-display-table',
5774         `gnus-set-display-table' for the display table.
5775
5776 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * nnmairix.el: Add autoloads.
5779
5780 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * nnmairix.el (nnmairix-delete-recreate-group)
5783         (nnmairix-update-and-clear-marks): Fix error messages.
5784
5785 2008-06-14  David Engster  <dengste@eml.cc>
5786
5787         * nnmairix.el: Upgrade to version 0.6.
5788         (nnmairix-group-toggle-propmarks-this-group)
5789         (nnmairix-group-toggle-readmarks-this-group)
5790         (nnmairix-group-delete-recreate-this-group)
5791         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5792         (nnmairix-remove-tick-mark-original-article): New commands.
5793         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5794         (nnmairix-propagate-marks-to-nnmairix-groups)
5795         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5796         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5797         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5798         functions needed for marks propagation and manipulation of read marks.
5799         (nnmairix-update-groups): New function.
5800         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5801         (nnmairix-determine-original-group-from-registry)
5802         (nnmairix-determine-original-group-from-path)
5803         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5804         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5805         New helper functions.
5806         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5807         keystrokes for new commands.
5808         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5809         (nnmairix-request-group): Check allow-fast group parameter.
5810         (nnmairix-request-create-group): Set allow-fast group parameter if
5811         nnmairix-allowfast-default is set.
5812         (nnmairix-close-group): Propagate marks upon closing if needed.
5813         (nnmairix-group-toggle-threads-this-group): Use new.
5814         nnmairix-group-toggle-parameter helper function.
5815         (nnmairix-search): Better check for empty search result.
5816         (nnmairix-goto-original-article): Use new helper functions for
5817         determining original article.
5818         (nnmairix-show-original-article): Make sure message-id is in brackets.
5819         (nnmairix-call-mairix-binary): Change variable name.
5820         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5821         helper function.
5822         (nnmairix-widget-toggle-activate): Fix doc string.
5823
5824 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * nnir.el: Require edmacro when compiling with XEmacs.
5827         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5828         available in Emacs 21.
5829
5830 2008-06-11  Glenn Morris  <rgm@gnu.org>
5831
5832         * gnus-util.el (x-focus-frame):
5833         * gnus.el (image-size):
5834         * mm-decode.el (image-size): Declare.
5835
5836         * gnus-picon.el (declare-function): Add compat definition.
5837         (image-size): Declare.
5838
5839         * gnus-group.el (tool-bar-map):
5840         * gnus-sum.el (tool-bar-map): Define for compiler.
5841
5842         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5843
5844         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5845
5846         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5847         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5848         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5849         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5850         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5851         * sieve-manage.el, spam-report.el, spam.el:
5852         Remove unnecessary eval-and-compile of autoloads.
5853
5854 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5855
5856         * auth-source.el: Precise Tramp doc.
5857
5858 2008-06-07  Glenn Morris  <rgm@gnu.org>
5859
5860         * nnmairix.el: Remove unnecessary eval-when-compile.
5861
5862 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * lpath.el: Fbind propertize for XEmacs 21.4.
5865
5866 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * nnir.el: Move here from ../contrib.
5869
5870 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5871
5872         * gnus-util.el (gnus-read-shell-command): New function.
5873         * mm-decode.el (mm-pipe-part):
5874         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5875
5876 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5879
5880 2008-06-03  Glenn Morris  <rgm@gnu.org>
5881
5882         * pop3.el (nnheader-accept-process-output): Autoload it.
5883
5884 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5887         are not 2-digit hexadecimal characters that follow `%'s.
5888
5889 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * message.el (message-bogus-recipient-p): Fix type in doc string.
5892         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5893         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5894         Improve custom options.
5895         (message-bogus-recipient-p): Adjust accordingly.
5896
5897 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5898
5899         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5900         long-form month and day names.
5901
5902 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * dgnushack.el: Autoload debug, eudc-expand-inline and
5905         pgg-snarf-keys-region for XEmacs.
5906
5907         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5908
5909         * nnmairix.el: Require edmacro when compiling with XEmacs.
5910
5911 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5914         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5915
5916 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5917
5918         * auth-source.el: Add more docs.
5919
5920         * netrc.el (netrc-machine): Always match if the port is not given.
5921
5922 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5925         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5926         retrieval faster in some cases, but might make CPU usage larger.  If
5927         this has any bad side effects, we might revert this change.
5928
5929         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5930         seems to make mail retrieval much, much faster.
5931         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5932         unconditionally.
5933
5934         * gnus-draft.el (gnus-group-send-queue): Bind
5935         message-send-mail-partially-limit to nil to avoid being prompted.
5936
5937 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5938
5939         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5940
5941         * message.el (message-bogus-address-regexp): Fix and improve custom
5942         type.
5943         (message-setup-hook): Add message-check-recipients as custom option.
5944
5945 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * message.el (message-cite-function): Remove bogus autoload which crept
5948         in during merge from v5-10.
5949
5950 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5953
5954         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5955
5956         * auth-source.el: Preliminary Tramp docs.
5957         (auth-sources): Change the default auth-sources to use
5958         EPA .gpg files.
5959
5960 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5961
5962         * nntp.el: Autoload `auth-source-user-or-password'.
5963         (nntp-send-authinfo): Use it.
5964
5965         * nnimap.el: Autoload `auth-source-user-or-password'.
5966         (nnimap-open-connection): Use it.
5967
5968         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5969         for the gnus-message function.
5970         (auth-source-user-or-password): Use it.
5971
5972 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5973
5974         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5975         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5976         (rfc2104-hash): Use it.
5977
5978 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5979
5980         * gnus-art.el (gnus-article-toggle-truncate-lines):
5981         Don't use `iff' in docstring.
5982
5983 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5986
5987         * gnus-util.el (gnus-extract-address-component-name)
5988         (gnus-extract-address-component-email): Convenience functions around
5989         `gnus-extract-address-components'.
5990
5991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5992         Use `gnus-extract-address-component-email' to fix bug of comparing full
5993         sender name to `user-mail-address'.
5994
5995 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5998         catch/throw to optimize.
5999         (gnus-registry-find-keywords): Just use member to find a keyword.
6000
6001 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6002
6003         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6004         is current before calling gnus-server-prepare.
6005         (gnus-server-setup-buffer, gnus-server-update-server)
6006         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6007
6008 2008-05-04  Juri Linkov  <juri@jurta.org>
6009
6010         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6011         (mailcap-file-default-commands): Use mailcap-replace-in-string
6012         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6013         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6014
6015 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6016
6017         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6018
6019 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6020
6021         * gnus.el: Bump version to 0.11.
6022
6023 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6024
6025         * gnus.el: No Gnus v0.10 is released.
6026
6027 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6030         hooks.
6031         (gnus-update-read-articles): Speed up non-marks-using users.
6032         (gnus-use-marks): Define gnus-use-marks.
6033         (gnus-propagate-marks): Rename variable to something more sensible.
6034
6035 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6036
6037         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6038         (gmm-image-load-path-for-library): Fix typos in docstrings.
6039         (gmm-message): Reflow docstring.
6040
6041 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * mail-source.el (mail-source-set-1, mail-source-bind):
6044         Move auth-source code out of the macro to clean it up and fix bugs.
6045
6046 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6047
6048         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6049         by sender if it's equal to user-mail-address, it's likely to be
6050         useless.
6051
6052         * mail-source.el (mail-source-bind): Don't use user or password if they
6053         are not bound.  Unintern them if they are nil.  Don't use server unless
6054         it's bound, and default it to empty string otherwise.
6055
6056 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         * mail-source.el: Load auth-source.el.
6059         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6060         get user name or password, if auth-sources is set up.
6061
6062         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6063         strategy of splitting with parent.
6064         (gnus-registry-split-fancy-with-parent)
6065         (gnus-registry-post-process-groups): Use it and fix prior
6066         bug (returning a list as the split result).
6067
6068         * auth-source.el (auth-sources): Remove server parameter.
6069         (auth-source-pick, auth-source-user-or-password)
6070         (auth-source-user-or-password-imap)
6071         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6072         (auth-source-user-or-password-sftp)
6073         (auth-source-user-or-password-smtp): Remove server parameter.
6074
6075 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6076
6077         * smime.el (smime-sign-region, smime-encrypt-region)
6078         (smime-decrypt-region):
6079         Remove redundant calls to `generate-new-buffer-name'.
6080
6081 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6082
6083         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6084         Don't use QP for message/rfc822.
6085         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6086
6087 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6088
6089         * sieve-manage.el (sieve-string-bytes): Remove.
6090         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6091         correct byte-length only if the process's coding-system is the same as
6092         the one used internally by Emacs to represent strings.
6093
6094 2008-04-22  Juri Linkov  <juri@jurta.org>
6095
6096         * mailcap.el (mailcap-file-default-commands): New function.
6097
6098 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * message.el (message-signature-separator, message-cite-function):
6101         Change custom version.
6102
6103 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6104
6105         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6106         commands.
6107         (tls-checktrust): Ditto.
6108
6109 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * mm-decode.el (mm-display-external): Make temp file read-only.
6112
6113 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6114
6115         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6116         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6117         `C-c C-f d'.
6118
6119 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6120
6121         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6122
6123 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * gnus.el: Bump version to 0.9.
6126
6127 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus.el: No Gnus v0.8 is released.
6130
6131 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6132
6133         * mail-source.el (mail-source-value):
6134         Prefer fboundp to functionp so it works with macros as well.
6135
6136 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6137
6138         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6139         Fix last change in case the element is not even a symbol.
6140
6141 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6144         Prefer fboundp to functionp so it works with macros as well.
6145
6146 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6147
6148         * auth-source.el: Added docs.
6149         (auth-sources): Modify format to support server.
6150         (auth-source-pick, auth-source-user-or-password)
6151         (auth-source-user-or-password-imap)
6152         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6153         (auth-source-user-or-password-sftp)
6154         (auth-source-user-or-password-smtp): Add server parameter.
6155
6156 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * gnus-registry.el: Initialize the registry when gnus-registry-install
6159         is t.
6160
6161 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * compface.el (uncompface): Make buffer unibyte.
6164
6165 2008-04-05  Glenn Morris  <rgm@gnu.org>
6166
6167         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6168
6169 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6170
6171         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6172         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6173
6174         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6175         multibyteness after rather than before erasing it.
6176
6177         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6178         mm-with-multibyte.
6179         (gnus-request-article-this-buffer): Make sure the proper decoding is
6180         used if gnus-original-article-buffer happens to be unibyte.
6181
6182         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6183         default-enable-multibyte-characters.
6184
6185         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6186         default-enable-multibyte-characters.
6187
6188         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6189
6190         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6191
6192 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6193
6194         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6195         (imap-message-copyuid-1): Use it.
6196         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6197         J. Williams in
6198         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6199
6200         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6201         imap-enable-exchange-bug-workaround.
6202         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6203
6204 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6205
6206         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6207         a 100 byte status-checks into a 2-3MB transfer for each group.
6208         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6209         to enable bug workaround or not.
6210         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6211
6212 2008-03-31  Glenn Morris  <rgm@gnu.org>
6213
6214         * message.el (mml2015-use): Declare for compiler.
6215         (message-info): Require mml2015 when appropriate.
6216
6217 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6220         whitespace.
6221
6222 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6223
6224         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6225         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6226         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6227         (nntp-service-to-port): New function.
6228         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6229         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6230         (nntp-open-netcat-stream): New function.
6231         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6232
6233 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6234
6235         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6236
6237 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6238
6239         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6240
6241 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6242
6243         * dns.el (dns-write): Use set-buffer-multibyte.
6244
6245 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6246
6247         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6248
6249 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * message.el (message-signature-separator): Change default.
6252         Improve custom type.
6253         (message-cite-function): Change default to
6254         message-cite-original-without-signature.
6255
6256         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6257         toggle.
6258
6259         * message.el (message-check-news-body-syntax): Fix signature check.
6260         (message-setup-1): Mark buffer as unmodified _after_ running
6261         message-setup-hook and handling message-alternative-emails.
6262         (message-shorten-references): Be more strict when building list of
6263         valid references to comply with GNKSA.
6264
6265         * gnus-group.el (gnus-read-ephemeral-bug-group)
6266         (gnus-read-ephemeral-debian-bug-group)
6267         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6268
6269         * message.el (message-info): Don't use booleanp which isn't supported
6270         in Emacs 21 and XEmacs.
6271
6272 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6275         gnus-group-gmane-group-download-format.
6276         (gnus-group-read-ephemeral-gmane-group): Rename from
6277         gnus-group-read-ephemeral-gmane-group.
6278         (gnus-read-ephemeral-gmane-group-url): Rename from
6279         gnus-group-read-ephemeral-gmane-group-url.
6280         (gnus-bug-group-download-format-alist): New variable.
6281         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6282         (gnus-read-ephemeral-emacs-bug-group): New commands.
6283
6284 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6287         (gnus-visible-headers): Improve custom type.
6288
6289 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * mml.el (mml-menu): Add workarounds for XEmacs.
6292
6293         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6294         X-Boundary header.
6295
6296         * message.el (message-simplify-recipients): Fix previous commit.
6297
6298 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6299
6300         * mm-util.el (mm-set-buffer-multibyte): New function.
6301         * mm-decode.el (mm-copy-to-buffer): Use it.
6302
6303 2008-03-19  Glenn Morris  <rgm@gnu.org>
6304
6305         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6306         Accidentally removed in the sync process with Emacs.
6307
6308 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * message.el (message-alter-recipients-discard-bogus-full-name):
6311         New function.
6312         (message-alter-recipients-function): New variable.
6313         (message-get-reply-headers): Use it.
6314         (message-replace-header): New helper function.
6315         (message-recipients-without-full-name): New variable.
6316         (message-simplify-recipients): New command.
6317
6318         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6319
6320         * message.el (message-info): Handle EasyPG manual.
6321
6322         * mml.el (mml-menu): Add entry for EasyPG.
6323
6324 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6325
6326         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6327         parameter.
6328
6329         * message.el (message-disassociate-draft): Specify drafts group name
6330         fully.
6331
6332 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6333
6334         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6335         unnecessary duplicates from the match list.
6336
6337 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6340
6341         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6342
6343         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6344         args of `how-many' of which the XEmacs version doesn't take; declare
6345         Info-index-next as function.
6346
6347 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-score.el (gnus-score-headers): Fix handling of
6350         gnus-inhibit-slow-scoring.
6351
6352         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6353         string.
6354         (gnus-button-url-regexp): Improve handling of parenthesis.
6355         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6356         (gnus-button-handle-info-keystrokes): Handle index entries.
6357
6358 2008-03-15  Glenn Morris  <rgm@gnu.org>
6359
6360         * parse-time.el (parse-time-string): Simplify.
6361
6362 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6365         Incoming* files.
6366
6367 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6370         (auth-source-pick): Use it.
6371
6372 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6373
6374         * binhex.el (binhex-decode-region-internal):
6375         * uudecode.el (uudecode-decode-region-internal):
6376         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6377         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6378         setting default-enable-multibyte-characters.
6379
6380 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * auth-source.el (auth-source-protocols)
6383         (auth-source-protocols-customize, auth-source-choices): Added and
6384         modified variable customizations and defaults.
6385         (auth-source-pick, auth-source-user-or-password)
6386         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6387         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6388         (auth-source-user-or-password-sftp)
6389         (auth-source-user-or-password-smtp): Use new variables and provide an
6390         interface to netrc.el.
6391
6392 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6395         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6396         Make sure the nntp port to specify is a string.
6397
6398 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6399
6400         * nntp.el: Use with-current-buffer.
6401         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6402         dubious mm-with-unibyte-current-buffer.
6403         (nntp-with-open-group-function): New function extracted from
6404         nntp-with-open-group macro.
6405         (nntp-with-open-group): Use the function, so it's easier to debug.
6406         Add indentation and debugging info.
6407         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6408         the use of the netcat alternatives.
6409
6410         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6411         Avoid mm-string-as-multibyte as well.
6412
6413         * nnweb.el (nnweb-insert-html):
6414         Remove use of nnheader-string-as-multibyte.
6415
6416         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6417         (nnheader-string-as-multibyte): Remove.
6418
6419         * mm-view.el: Use inhibit-read-only.
6420         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6421         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6422         or unibyte-string.
6423
6424         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6425         (mm-uu-yenc-extract): Use with-current-buffer.
6426
6427         * gnus-soup.el (gnus-soup-send-packet): Don't use
6428         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6429
6430         * nnmh.el: Use with-current-buffer.
6431         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6432         mm-string-as-multibyte on the output of mm-encode-coding-string.
6433
6434         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6435         (nnimap-request-move-article): Use with-current-buffer.
6436
6437         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6438         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6439         conversion uses string-make-unibyte rather than string-as-unibyte.
6440
6441         * gnus-msg.el: Use with-current-buffer.
6442
6443         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6444
6445 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6446
6447         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6448         string for caching if it is 'PIN.
6449
6450 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * lpath.el: Consider the case without Emacs/W3.
6453
6454 2008-03-08  Glenn Morris  <rgm@gnu.org>
6455
6456         * time-date.el (date-to-time, time-subtract, time-add)
6457         (safe-date-to-time): Doc fixes.
6458
6459 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * mail-source.el (mail-source-delete-old-incoming-confirm):
6462         Change default to nil.
6463         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6464
6465 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * lpath.el: Rearrange.
6468
6469         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6470         (gnus-article-goto-prev-page): Work for articles having ^L's.
6471
6472         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6473
6474         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6475
6476 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6477
6478         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6479         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6480         (gnus-bookmark-jump): Adjust some variable names.
6481
6482 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * auth-source.el: New package.
6485         (auth-source-choices): Add customization entry point variable.
6486
6487         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6488         bug.
6489
6490 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6493         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6494         (gnus-registry-install-shortcuts): Rename from
6495         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6496         the `gnus-registry-mark-map' keymap dynamically from
6497         `gnus-registry-marks'.  The generated functions update the summary line
6498         when a registry mark is added or deleted, and will call
6499         `gnus-registry-install-p' (see the comments in the code).
6500         (gnus-registry-user-format-function-M): Use concat intelligently.
6501
6502         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6503         the registry mark functions.
6504
6505 2008-03-05  Glenn Morris  <rgm@gnu.org>
6506
6507         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6508         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6509         gnus-art.
6510         (top-level): No need to load own source when compiling.
6511
6512 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6515         Suggested by <chris.anderton@zetnet.co.uk>.
6516
6517 2008-03-04  Glenn Morris  <rgm@gnu.org>
6518
6519         * gnus-sum.el (top-level): No need to require gnus when compiling,
6520         since unconditionally required near start of file.
6521         (gnus-summary-display-while-building): Move definition before use.
6522
6523 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6524
6525         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6526         formatting function.
6527
6528 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6529
6530         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6531         with plists.
6532         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6533         Use new format.
6534
6535 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6538         `where-is-internal' that returns a range of key sequences.
6539
6540 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6541
6542         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6543
6544         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6545         (gnus-summary-jump-to-group): Consider windows on other displayed
6546         frames as well.  Similar changes might be needed elsewhere, but that's
6547         the one I've bumped into during my use.
6548
6549         * nndoc.el (nndoc-oe-dbx-type-p):
6550         * gnus-msg.el (gnus-debug):
6551         * gnus-group.el (gnus-update-group-mark-positions):
6552         Use mm-string-to-multibyte.
6553
6554 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6557         doesn't handle NotDashEscaped.
6558
6559         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6560         (mml-dnd-attach-options): Fix typo in custom choice.
6561
6562         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6563         nndoc-article-type to mbox.
6564         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6565
6566         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6567         to nil, instead of html2text.
6568
6569         * imap.el (imap-debug): Add `imap-ping-server'.
6570
6571         * gnus-bookmark.el: Add FIXMEs.
6572
6573         * message.el (message-form-letter-separator)
6574         (message-send-form-letter-delay): New variables.
6575         (message-send-form-letter): Use them.  New command to send form
6576         letters.  Requested by Uwe Siart.
6577         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6578
6579 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * Update copyright years.
6582
6583 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         Sync from EMACS_22_BASE.
6586
6587         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6588
6589 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6590
6591         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6592         empty author.
6593
6594 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * gnus-registry.el (gnus-registry-marks): Add variable for
6597         customization of marks and their appearance.
6598         (gnus-registry-read-mark): Use it.
6599         (gnus-registry-do-marks): Add utility function to loop through
6600         `gnus-registry-marks'.
6601         (gnus-registry-install-shortcuts-and-menus): Add function to install
6602         shortcuts and menus.
6603         (gnus-registry-initialize): Use it.
6604         (gnus-registry-default-mark): Clarify documentation.
6605
6606 2008-02-29  Glenn Morris  <rgm@gnu.org>
6607
6608         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6609         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6610         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6611         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6612         Change defcustom :version from 23.0 to 23.1.
6613
6614 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * gnus-registry.el (gnus-registry-follow-group-p)
6617         (gnus-registry-post-process-groups): Add functions to aid registry
6618         splitting and improve logging.  Clarify behavior in function
6619         documentation.
6620         (gnus-registry-split-fancy-with-parent): Use them.
6621
6622 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6623
6624         * gnus-art.el: Use with-current-buffer.
6625
6626 2008-02-27  David Engster  <dengste@eml.cc>
6627
6628         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6629         Express real group name in the response.
6630
6631 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6634         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6635         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6636         autoload gnus-registry-fetch-group when compiling.
6637         (nnmairix-request-group-with-article-number-correction): Remove
6638         unreferenced argument passed to nnmairix-call-backend.
6639
6640 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6643         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6644         Wilde.
6645
6646 2008-02-27  Glenn Morris  <rgm@gnu.org>
6647
6648         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6649         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6650         variables to defconsts.  Convert comments to doc-strings.
6651         (nnmairix-last-server, nnmairix-current-server): Convert from free
6652         variables to defvars.  Convert comments to doc-strings.
6653         (gnus-registry-fetch-group): Autoload.
6654         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6655         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6656         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6657         caddr.
6658         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6659         nnmairix-request-group-with-article-number-correction call.
6660         (nnmairix-fast, nnmairix-group): New, less general names, for free
6661         variables passed from nnmairix-request-group to
6662         nnmairix-request-group-with-article-number-correction.  Declare.
6663         (nnmairix-request-group-with-article-number-correction):
6664         Use nnmairix-fast, nnmairix-group rather than fast, group.
6665
6666 2008-02-26  David Engster  <dengste@eml.cc>
6667
6668         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6669         version 0.5.
6670
6671 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6674         instead of making an extra function call.  Don't add the current group
6675         to articles only when they have the group.  Use
6676         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6677         Reported by David <de_bb@arcor.de>.
6678
6679 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6682         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6683
6684 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * mail-source.el (mail-source-delete-incoming): Change default.
6687         Supplement doc string.
6688
6689         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6690
6691 2008-02-14  Glenn Morris  <rgm@gnu.org>
6692
6693         * time-date.el (format-seconds): New function.
6694
6695 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * nnmail.el (nnmail-message-id-cache-file): Derive from
6698         `gnus-home-directory'.
6699
6700 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6703         Document negative prefix.
6704
6705         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6706
6707 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708
6709         * message.el (message-unsent-separator): Add the Exim bounce
6710         separator.
6711
6712 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6713
6714         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6715         list.
6716         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6717         recipient/signer list.
6718
6719 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * Makefile.in (datarootdir): Define.
6722         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6723         name that might contain whitespace.
6724
6725 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6728         fbound (Emacs 23 unicode), signal an error.
6729
6730 2008-02-08  Glenn Morris  <rgm@gnu.org>
6731
6732         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6733
6734 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6735
6736         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6737         ports to the calls to `netrc-machine-user-or-password' in addition to
6738         "imap" and "imaps".
6739
6740 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6741
6742         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6743
6744         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6745
6746 2008-02-01  Kenichi Handa  <handa@m17n.org>
6747
6748         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6749         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6750         (rfc2104-hash): Convert the result of concat to unibyte string.
6751
6752 2008-02-01  Dave Love  <fx@gnu.org>
6753
6754         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6755         coding-system-for-read.
6756         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6757
6758 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6761         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6762         <hanche@math.ntnu.no>.
6763
6764 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6767
6768         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6769
6770 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6771
6772         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6773         * message.el (message-beginning-of-line): Use featurep instead of bound
6774         tests in order to resolve conditionals at compile time.
6775
6776 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6777
6778         * mail-source.el (mail-sources): Add `group' choice.
6779
6780         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6781         parameter `in-group' to control into which group the articles go.
6782         Add treatment of `group' mail-source.
6783
6784 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6787
6788         * mm-decode.el (mm-dissect-buffer): Decode description.
6789
6790         * mml.el (mml-to-mime): Encode message header first.
6791
6792 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6795         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6796
6797         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6798         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6799
6800 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6803
6804 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6807         prefix keys.
6808         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6809         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6810         gnus-xmas.el.
6811
6812         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6813         (gnus-xmas-article-describe-bindings): New function.
6814         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6815         gnus-xmas-article-describe-bindings.
6816
6817         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6818
6819 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6822         Add new variables for article mark management.
6823         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6824         list of extra data entries which, when present, will indicate that the
6825         article ID should not be trimmed from the registry.
6826         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6827         functions.
6828         (gnus-registry-read-mark): New function to read a mark name from the
6829         user.
6830         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6831         (gnus-registry-set-article-mark-internal): New functions to add and
6832         remove marks.
6833         (gnus-registry-get-article-marks): New function to show the marks for
6834         an article, or retrieve them for further use.
6835
6836 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6839         keys when no argument is given.
6840
6841 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * imap.el (imap-ping-server): New variable.
6844         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6845         (imap-ping-server): Minor doc string fixes.
6846
6847 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6848
6849         * imap.el (imap-ping-server): New function.
6850         (imap-opened): Call imap-ping-server.
6851
6852 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * gnus-sum.el (gnus-article-sort-by-random)
6855         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6856         jidanni@jidanni.org.
6857
6858 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-article-describe-bindings): New function.
6861         (gnus-article-read-summary-keys): Use it.
6862         (gnus-article-mode-map): Bind `C-h b' to it.
6863
6864 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6867         XEmacs.
6868         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6869         against non-character events.
6870
6871         * lpath.el: Fbind map-keymap for Emacs 21.
6872
6873 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6876         command.
6877         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6878         instead of END.  Change name of the temp file.
6879         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6880         customizable.
6881
6882 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6885         bind `S W' to gnus-article-wide-reply-with-original; set default
6886         binding to gnus-article-read-summary-send-keys.
6887         (gnus-article-read-summary-keys): Fix the order of keys; display
6888         continuation keys correctly in the echo area; describe bindings
6889         correctly when keys end with `C-h'.
6890         (gnus-article-read-summary-send-keys): New function.
6891         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6892         for gnus-article-read-summary-send-keys; display continuation keys
6893         correctly in the echo area.
6894         (gnus-article-reply-with-original): Ignore prefix argument.
6895         (gnus-article-wide-reply-with-original): New function.
6896
6897         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6898         Emacs 21.
6899
6900 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6903         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6904
6905 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6908         (gnus-group-read-ephemeral-gmane-group): New command.
6909
6910 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6911
6912         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6913
6914 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * message.el (message-send-mail-function): Increase custom version.
6917
6918         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6919         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6920
6921 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6924         for the cases where imap-authenticate is called with a nil buffer
6925         parameter.
6926
6927 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6930         html parts correctly; support forwarded messages.
6931         (gnus-article-browse-html-article): Remove work buffers.
6932
6933         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6934         compiling.
6935         (netrc-bound-and-true-p): New macro.
6936         (netrc-parse): Use it instead of bound-and-true-p that is not available
6937         in XEmacs 21.4.
6938
6939 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-mark-article)
6942         (gnus-registry-article-marks): Add functionality to mark articles
6943         through the Gnus registry.
6944
6945         * encrypt.el: Clarify documentation for the new pgg method.
6946         (encrypt-file-alist): Add PGG option.
6947         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6948         functionality.  Abstract password key and messaging to external
6949         functions.
6950         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6951         (encrypt-message-method-and-cipher): Add new convenience external
6952         functions.
6953         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6954         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6955
6956         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6957         (netrc-parse): Use encrypt-file-alist to determine if
6958         encrypt-find-model or encrypt-insert-file-contents should be used.
6959
6960         * encrypt.el: Clarify documentation.  Load password-cache or
6961         password, whichever one is found first, instead of autoloading.
6962
6963 2007-12-19  Glenn Morris  <rgm@gnu.org>
6964
6965         * mml.el (message-options-set, message-narrow-to-head)
6966         (message-in-body-p, message-mail-p, message-encode-message-body):
6967         Autoload.
6968         (message-remove-header, message-narrow-to-headers-or-head)
6969         (message-subscribed-p, message-make-mail-followup-to)
6970         (message-position-on-field, message-news-p)
6971         (message-options-set-recipient, message-generate-headers)
6972         (message-sort-headers): Declare as functions.
6973
6974 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6977         convention in doc string.
6978
6979 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6982         title to html parts.
6983         (gnus-article-browse-html-article): Pass message header to it.
6984
6985         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6986
6987 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6990         or password compatible with XEmacs.
6991
6992 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6995         format document.
6996         (gnus-mime-delete-part): Don't write description line if empty.
6997         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6998
6999 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7000
7001         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7002         (gnus-summary-mark-read-and-unread-as-read)
7003         (gnus-summary-mark-current-read-and-unread-as-read)
7004         (gnus-summary-mark-unread-as-ticked): Doc fix.
7005         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7006
7007 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7010         Christoph Conrad <christoph.conrad@gmx.de>.
7011
7012 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7015         yes-or-no-p.
7016
7017 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * mm-decode.el (mm-add-meta-html-tag): New function.
7020         (mm-save-part-to-file, mm-pipe-part): Use it.
7021
7022         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7023         gnus-y-or-n-p instead of y-or-n-p.
7024         (gnus-article-browse-html-parts): Work with message/external-body; use
7025         mm-add-meta-html-tag.
7026
7027 2007-12-11  Glenn Morris  <rgm@gnu.org>
7028
7029         * gnus-cache.el: Require gnus-sum not just when compiling.
7030
7031         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7032
7033         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7034         definitions before use.
7035
7036         * mm-decode.el: Require gnus-util.
7037         (mm-remove-part): Only call delete-annotation on XEmacs.
7038
7039         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7040
7041         * nnmail.el: Require gnus-int.
7042
7043         * spam.el: Move `require's before `eval-when-compile's.
7044
7045         * gnus-ems.el (gnus-alive-p):
7046         * gnus-fun.el (message-goto-eoh):
7047         * gnus-util.el (gnus-group-name-decode):
7048         * mail-source.el (gnus-compress-sequence):
7049         * message.el (Info-goto-node, format-spec):
7050         * mm-bodies.el (message-options-get):
7051         * mm-decode.el (mm-view-pkcs7):
7052         * mm-util.el (gmm-write-region):
7053         * mml-smime.el (mml-compute-boundary)
7054         (gnus-completing-read-with-default):
7055         * mml.el (widget-button-press, gnus-make-hashtable):
7056         * mml1991.el (mm-decode-content-transfer-encoding)
7057         (mm-encode-content-transfer-encoding)
7058         (message-options-get, message-options-set):
7059         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7060         * nnfolder.el (gnus-request-group):
7061         * nnheader.el (ietf-drums-unfold-fws):
7062         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7063         * smime.el (gnus-run-mode-hooks):
7064         * spam-stat.el (gnus-message): Autoload.
7065
7066         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7067         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7068         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7069         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7070         Add declare-function compatibility definition.
7071
7072         * gnus-cache.el (nnvirtual-find-group-art):
7073         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7074         (gnus-add-image, gnus-add-wash-type):
7075         * gnus-group.el (nnkiboze-score-file):
7076         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7077         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7078         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7079         (message-tokenize-header, gnus-get-buffer-create)
7080         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7081         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7082         * gnus.el (gnus-group-decoded-name):
7083         * mail-source.el (imap-capability):
7084         * mm-bodies.el (message-options-set):
7085         * mm-decode.el (gnus-configure-windows):
7086         * mm-extern.el (message-goto-body):
7087         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7088         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7089         (epg-sub-key-validity, message-options-set):
7090         * mml.el (widget-event-point, gnus-configure-windows):
7091         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7092         * mml2015.el (epg-check-configuration, epg-configuration)
7093         (message-options-set):
7094         * nndb.el (nndb-request-article):
7095         * nnfolder.el (gnus-request-create-group):
7096         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7097         * nnmaildir.el (gnus-group-mark-article-read):
7098         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7099         * rfc1843.el (message-fetch-field):
7100         * spam.el (gnus-extract-address-components):
7101         Declare as functions.
7102
7103 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7106
7107         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7108
7109         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7110         bind show-trailing-whitespace for XEmacs.
7111
7112 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7115         new no-op macro for backward compatibility.
7116
7117         * imap.el (imap-string-to-integer): New function.
7118
7119 2007-12-09  Glenn Morris  <rgm@gnu.org>
7120
7121         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7122
7123         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7124         * message.el, mm-view.el, sieve-manage.el, smime.el:
7125         Add declare-function compatibility definition.
7126
7127         * gnus-art.el (w3-region, w3m-region, Info-menu):
7128         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7129         * gnus-sum.el (gnus-get-predicate):
7130         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7131         * message.el (mail-abbrev-in-expansion-header-p):
7132         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7133         (w3m-detect-meta-charset, w3m-region):
7134         * sieve-manage.el (password-read, password-cache-add)
7135         (password-cache-remove):
7136         * smime.el (password-read-and-add): Declare as functions.
7137
7138 2007-12-08  David Kastrup  <dak@gnu.org>
7139
7140         * gnus-sum.el (gnus-summary-simplify-subject-query):
7141         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7142         `message'.
7143
7144 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7147         it to bind idna-program, installation-directory, defined-colors, and
7148         face-attribute for XEmacs of the version that compiles defcustom forms.
7149
7150 2007-12-07  Glenn Morris  <rgm@gnu.org>
7151
7152         * gnus-art.el (article-make-date-line): Revert previous change.
7153
7154 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7157
7158 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7159
7160         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7161         Call gnus-add-to-range ranges only once with a prepared article-list.
7162
7163 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7164
7165         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7166         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7167         group names with backslashes.  Reported by Tassilo Horn
7168         <tassilo@member.fsf.org>.
7169
7170 2007-12-06  Deepak Goel  <deego3@gmail.com>
7171
7172         * gnus-art.el (article-make-date-line):
7173         * gnus-start.el (gnus-load):
7174         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7175
7176 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-art.el (gnus-use-idna)
7179         * gnus-start.el (gnus-site-init-file)
7180         * message.el (message-use-idna)
7181         * mm-uu.el (mm-uu-hide-markers)
7182         * smiley.el (smiley-style): Revert changes that suppress warnings.
7183
7184 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7187         specify charset to html source.  Reported by Christoph Conrad
7188         <christoph.conrad@gmx.de>.
7189
7190 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7193         idna-program in order to suppress byte compile warning issued by XEmacs
7194         that came to byte compile the default value section of defcustom forms
7195         recently.
7196
7197         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7198         value of installation-directory.
7199
7200         * message.el (message-use-idna): Don't directly refer to the value of
7201         idna-program.
7202
7203         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7204
7205         * smiley.el (smiley-style): Don't directly call face-attribute.
7206
7207 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7210
7211         * gnus-dired.el: Reduce Gnus dependencies.
7212         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7213         require.  Use autoloads instead.
7214         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7215         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7216         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7217         (gnus-dired-mode): Adjust doc string.
7218         (gnus-dired-mail-mode): New variable.
7219         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7220         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7221         (gnus-dired-mail-buffers): New function.  Return mail or message
7222         composition buffers.
7223         (gnus-dired-attach): Use it.
7224         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7225         NO-DECODE.
7226         (gnus-dired-print): Use `gnus-print-buffer' depending on
7227         `gnus-dired-mail-mode'.
7228
7229 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * rfc2047.el (rfc2047-encoded-word-regexp)
7232         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7233         explaining what regexp patterns are for.
7234
7235 2007-12-04  Glenn Morris  <rgm@gnu.org>
7236
7237         * password.el: Move to password-cache.el.
7238
7239         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7240         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7241         * mml-smime.el (password-read, password-cache-add)
7242         (password-cache-remove):
7243         No need to autoload, since mml-sec requires password.
7244
7245         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7246         * message.el (gnus-extract-address-components):
7247         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7248
7249         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7250         password.
7251
7252 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * mailcap.el: Reduce dependencies.
7255         (mail-header-parse-content-type): Autoload.
7256         (mailcap-delete-duplicates): New alias.
7257         (mailcap-mime-info): Add optional argument NO-DECODE.
7258         (mailcap-mime-types): Use mailcap-delete-duplicates.
7259
7260         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7261
7262 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7263
7264         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7265         (imap-parse-status): Upcase status-att for servers that sends them
7266         lower-case (e.g., MS Exchange 2007).
7267
7268 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7271         function.
7272
7273         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7274         (gnus-uu-yenc-article): New function.
7275
7276         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7277
7278         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7279         buffer.
7280
7281 2007-12-02  Glenn Morris  <rgm@gnu.org>
7282
7283         * binhex.el (binhex): New custom group.
7284         (binhex-decoder-program, binhex-decoder-switches)
7285         (binhex-use-external): Move to the binhex custom group.
7286
7287         * uudecode.el (uudecode): New custom group.
7288         (uudecode-decoder-program, uudecode-decoder-switches)
7289         (uudecode-use-external): Move to the uudecode custom group.
7290
7291         * netrc.el (top-level): Don't load `encrypt' features.
7292         (netrc-parse): Don't use encrypt.
7293         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7294
7295         * encrypt.el: Remove file.
7296
7297 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7300         matches on patches.
7301
7302         * gnus-art.el (gnus-article-browse-html-article): Mention
7303         `mm-text-html-renderer' in the doc string.
7304
7305         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7306         string.  Add comments.
7307
7308         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7309         if rhs is ASCII.
7310
7311 2007-12-01  Glenn Morris  <rgm@gnu.org>
7312
7313         * mail-source.el (top-level): Require format-spec before
7314         eval-when-compile.
7315
7316 2007-11-30  Glenn Morris  <rgm@gnu.org>
7317
7318         * encrypt.el: Require password, rather than autoloading password-read.
7319
7320 2007-11-29  Glenn Morris  <rgm@gnu.org>
7321
7322         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7323         (sasl-make-client, sasl-next-step, sasl-step-data)
7324         (sasl-step-set-data): Declare as functions.
7325
7326 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7329
7330 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7331
7332         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7333         certs should be verified and what is to be done in the event of a
7334         verification failure.
7335
7336         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7337         caller can indicate whether the cache should be disregarded for this
7338         call.  This way the result of the call is reproducible at all times and
7339         can be considered a canonical server name for the supplied method.
7340         (gnus-agent-method-p): Canonicalize server names by pushing their
7341         method through `gnus-method-to-server' using the no-cache argument.
7342
7343         * gnus-srvr.el (gnus-server-insert-server-line): Call
7344         `gnus-method-to-server' with `no-cache' argument.
7345
7346         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7347         gnus-agent-possibly-synchronize-flags as this should be called when the
7348         server is actually being opened.
7349         (gnus-agent-possibly-synchronize-flags)
7350         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7351         flags file of an agentized server to the latter function.
7352
7353         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7354         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7355         after a connection has been established successfully.
7356
7357 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-art.el (article-display-face): Force to display face if called
7360         interactively; check if gnus-article-x-face-too-ugly matches author.
7361         (article-display-x-face): Display face even if From header is missing
7362         as article-display-face does.
7363
7364 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7365
7366         * hashcash.el (message-narrow-to-headers-or-head)
7367         (message-fetch-field, message-goto-eoh)
7368         (message-narrow-to-headers): Declare as functions.
7369
7370 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * mail-source.el (mail-sources): Default to fetch from file for
7373         compatibility with default of nnmail-spool-file.
7374
7375 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7378         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7379         to look for encoded word that should be encoded again.
7380         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7381         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7382         encoding pattern.
7383         (rfc2047-decode-region): Switch strict regexp and loose one according
7384         to rfc2047-allow-irregular-q-encoded-words.
7385
7386 2007-11-25  Romain Francoise  <romain@orebokech.com>
7387
7388         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7389
7390 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * tls.el (tls-program): Provide more custom choices from
7393         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7394         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7395
7396 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7399         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7400
7401         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7402         `nnmail-spool-file'.
7403
7404         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7405         `nnmail-spool-file'.
7406
7407         * gnus-move.el (gnus-change-server): Ditto.
7408
7409         * gnus-kill.el (gnus-batch-score): Ditto.
7410
7411         * gnus-cache.el (gnus-jog-cache): Ditto.
7412
7413         * gnus-msg.el (gnus-summary-reply):
7414         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7415
7416 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7419         version.  Minor improvement to doc strings.
7420         (tls-program): Add comment.
7421
7422 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7423
7424         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7425         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7426         mismatch between the hostname provided in the certificate and the name
7427         of the host connnecting to.
7428         (open-tls-stream): Use them.  Check certificates against trusted root
7429         certificates.
7430
7431 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus-cache.el (gnus-cache-generate-nov-databases):
7434         Use nnml-generate-nov-databases-directory instead of
7435         nnml-generate-nov-databases-1.
7436
7437 2007-11-24  Glenn Morris  <rgm@gnu.org>
7438
7439         * message.el (message-tool-bar-retro): Update for rename
7440         mail_send.xpm->mail-send.xpm.
7441
7442 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7445         `smime-ldap-search' for Emacs 22 and up.
7446
7447 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7448
7449         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7450
7451         * message.el (message-send-mail-function): Fix error convention.
7452         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7453         (message-widen-reply, message-send-mail, message-talkative-question)
7454         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7455         (message-clone-locals, message-send-news): Use with-current-buffer.
7456         (message-insert-or-toggle-importance): Remove unused var `valid'.
7457         (message-make-references): Remove unused var `new-references'.
7458         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7459
7460 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7461
7462         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7463         (spam-split-symbolic-return-positive): Reflow docstring.
7464         (spam-backends, spam-summary-exit-behavior)
7465         (spam-mark-ham-unread-before-move-from-spam-group)
7466         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7467         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7468         (spam-clear-cache, spam-backend-check, spam-install-backend)
7469         (spam-install-statistical-backend, spam-list-of-processors)
7470         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7471         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7472         (spam-check-crm114, spam-initialize, spam-unload-hook):
7473         Fix typos in docstrings.
7474
7475 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7478         been checked if they have never been read and those group levels are
7479         higher than the one that a user specified.
7480
7481 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7484         foreign groups unless a group level is specified by a user.
7485         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7486
7487 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * message.el (message-send-mail-function): Require sendmail.
7490
7491 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * message.el (message-send-mail-function): Check for smtpmail too.
7494
7495         * utf7.el (utf7-encode, utf7-decode): Use coding system
7496         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7497
7498         * message.el (message-send-mail-function): New function.
7499         (message-send-mail-function): Set default using
7500         message-send-mail-function.  Adjust doc string.
7501         (message-send-mail-with-mailclient): New function.
7502
7503 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7504
7505         * smime.el (from):
7506         * rfc2047.el (message-posting-charset):
7507         * qp.el (mm-use-ultra-safe-encoding):
7508         * pop3.el (parse-time-months):
7509         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7510         * nnml.el (files):
7511         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7512         (jka-compr-compression-info-list, ange-ftp-path-format)
7513         (efs-path-regexp):
7514         * nndiary.el (files):
7515         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7516         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7517         (epg-digest-algorithm-alist, inhibit-redisplay)
7518         (password-cache-expiry):
7519         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7520         (pgg-output-buffer, password-cache-expiry):
7521         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7522         (efs-path-regexp):
7523         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7524         (inhibit-redisplay):
7525         * mm-uu.el (file-name, start-point, end-point, entry)
7526         (gnus-newsgroup-name, gnus-newsgroup-charset):
7527         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7528         (latin-unity-ucs-list):
7529         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7530         (mm-uu-binhex-decode-function):
7531         * message.el (gnus-message-group-art, gnus-list-identifiers)
7532         (rmail-enable-mime-composing, gnus-local-organization)
7533         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7534         (gnus-read-active-file, facemenu-add-face-function)
7535         (facemenu-remove-face-function, gnus-article-decoded-p)
7536         (tool-bar-mode):
7537         * mail-source.el (display-time-mail-function):
7538         * gnus-util.el (nnmail-pathname-coding-system)
7539         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7540         (gnus-original-article-buffer, gnus-user-agent)
7541         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7542         (xemacs-codename, sxemacs-codename, emacs-program-version):
7543         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7544         * gnus-start.el (gnus-agent-covered-methods)
7545         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7546         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7547         (gnus-newsgroup-headers, gnus-group-list-mode)
7548         (gnus-group-mark-positions, gnus-newsgroup-data)
7549         (gnus-newsgroup-unreads, nnoo-state-alist)
7550         (gnus-current-select-method, mail-sources)
7551         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7552         (nnmail-spool-file, gnus-cache-active-hashtb):
7553         * gnus-mh.el (mh-lib-progs):
7554         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7555         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7556         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7557         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7558         (gnus-group-buffer):
7559         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7560         (font-lock-set-defaults):
7561         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7562         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7563         (gnus-summary-post-menu, total-parts, type, condition, length):
7564         * gnus-agent.el (gnus-agent-read-agentview):
7565         * flow-fill.el (show-trailing-whitespace):
7566         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7567         eval-and-compile wrappers for byte compiler pacifiers.
7568
7569         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7570         (mm-display-inline-fontify): Check for featurep 'xemacs not
7571         extent-list.
7572
7573         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7574         itimer-list.
7575         (mm-create-image-xemacs): Only do something for XEmacs.
7576         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7577
7578         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7579
7580         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7581         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7582
7583 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7584
7585         * nnimap.el (nnimap-split-download-body):
7586         * gnus-demon.el (gnus-demon):
7587         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7588
7589 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7592         macros.
7593         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7594         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7595         copy data from unibyte buffer to multibyte current buffer.
7596         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7597         to copy data from unibyte current buffer to multibyte buffer.
7598         (nntp-make-process-buffer): Make process buffer unibyte.
7599
7600         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7601
7602 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7603
7604         * pop3.el (pop3-open-server): Accept and process data more robustly at
7605         connexion start to avoid spurious "POP SSL connexion failed" errors.
7606
7607 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7610         read group names.
7611
7612 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7615
7616 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7619         (nnmail-save-active): Use a unibyte buffer when saving active file,
7620         which may contain non-ASCII group names.
7621
7622         * nnml.el (nnml-request-group): Decode group names in messages.
7623
7624 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * message.el (message-citation-line-function)
7627         (message-insert-formatted-citation-line): Fix spelling of
7628         `message-insert-formated-citation-line'.
7629
7630 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7633
7634 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7637         nnmail-pathname-coding-system.
7638
7639         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7640         that a user enters; decode group names in messages.
7641
7642         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7643
7644 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7647
7648         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7649
7650         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7651         risky local variable.
7652
7653         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7654
7655 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7656
7657         * encrypt.el: Improve documentation to fix function name typo.
7658         Reported by Daiki Ueno <ueno@unixuser.org>.
7659
7660 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7663         even if the point is not in the last page of an article.
7664         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7665         back to the previous page.
7666
7667 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7670
7671 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7674
7675 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7676
7677         * message.el (message-check-news-body-syntax): Avoid
7678         mm-string-as-multibyte.
7679         (message-hide-headers): Don't assume (point-min)==1.
7680
7681 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * message.el (message-remove-blank-cited-lines): Fix if remove is
7684         given.
7685         (message-bogus-address-regexp): New variable.
7686         (message-bogus-recipient-p): New function.
7687         (message-check-recipients): New command.
7688         (message-syntax-checks): Add `bogus-recipient'.
7689         (message-fix-before-sending): Add `bogus-recipient'.
7690
7691         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7692         (gnus-treat-body-boundary): Don't test window-system.
7693
7694 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7695
7696         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7697
7698 2007-10-28  Miles Bader  <miles@gnu.org>
7699
7700         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7701         at compile-time too.
7702
7703 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus-msg.el (gnus-message-setup-hook): Add
7706         `message-remove-blank-cited-lines' to options.
7707
7708 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * message.el (message-remove-blank-cited-lines): New function.
7711         Suggested by Karl Plästerer.
7712
7713 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7716         mapc.
7717
7718         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7719         (top-level): Use mapc to set functions to be traced for debugging.
7720
7721         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7722         called for effect with while loop.
7723
7724         * message.el (message-talkative-question): Replace mapcar called for
7725         effect with mapc.
7726
7727         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7728         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7729         called for effect with dolist.
7730
7731         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7732
7733         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7734         gnus-extra-headers and nnmail-extra-headers.
7735
7736         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7737         called for effect with dolist.
7738         (top-level): Use mapc to set functions to be traced for debugging.
7739
7740         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7741         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7742         dolist.
7743
7744         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7745         Replace mapcar called for effect with mapc.
7746         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7747         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7748         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7749         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7750
7751         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7752         remove-if that's a cl function.
7753
7754         * webmail.el (webmail-debug): Replace mapcar called for effect with
7755         dolist.
7756
7757         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7758         with mapc.
7759
7760 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7763         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7764         with while loop.
7765
7766         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7767         functions from article-* functions.
7768         (gnus-multi-decode-header): Replace mapcar called for effect with
7769         dolist.
7770
7771         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7772         (gnus-bookmark-show-details): Replace mapcar called for effect with
7773         while loop.
7774
7775         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7776         called for effect with while loop.
7777
7778         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7779         with dolist.
7780
7781         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7782         mapcar called for effect with dolist.
7783
7784         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7785
7786         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7787         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7788         Replace mapcar called for effect with dolist.
7789         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7790         mapc.
7791
7792         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7793         Replace mapcar called for effect with dolist.
7794         (gnus-topic-list): Replace mapcar called for effect with mapc.
7795
7796         * gnus.el: Use mapc instead of mapcar to add autoloads.
7797
7798 2007-10-23  Richard Stallman  <rms@gnu.org>
7799
7800         * gnus-group.el (gnus-group-highlight): Mark as risky.
7801
7802 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus.el (gnus-server-to-method): Return method found first in
7805         gnus-newsrc-alist.
7806
7807         * gnus-art.el (gnus-article-highlight-signature)
7808         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7809         button overlay without the front stickiness.
7810
7811 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7812
7813         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7814         overview buffer needed a catch to receive its throw.
7815         (gnus-agent-flush-cache): Declared as interactive to make this function
7816         easier to use.
7817
7818 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7821         `next-line'.
7822
7823 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7826         exclude address matching message-dont-reply-to-names.
7827
7828 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-util.el (gnus-string<): New function.
7831
7832         * gnus-sum.el (gnus-article-sort-by-author)
7833         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7834
7835 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7838         the frame-focus tag is set in gnus-buffer-configuration.
7839
7840 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7843         the front stickiness.
7844
7845 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7848         url pattern; remove duplicate one.
7849         (gnus-article-extend-url-button): New function.
7850         (gnus-article-add-buttons): Use it.
7851         (gnus-button-push): Use concatenated url that it makes.
7852
7853 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7854
7855         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7856
7857 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7858
7859         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7860         Don't hardcode point-min==1.
7861
7862 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7865         Fix comment about "iso8859-1".
7866
7867 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7868
7869         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7870         ones returned from the verify-function.
7871
7872         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7873         mml2015-extract-cleartext-signature if extraction failed.
7874
7875 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7876
7877         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7878         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7879         failed.
7880
7881 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7884
7885 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7888         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7889         recommends to use EasyPG instead of PGG.
7890
7891         * pgg.el: Revert to revision 6.23.2.16.
7892
7893         * pgg-def.el: Revert to revision 6.6.2.14.
7894
7895         * pgg-gpg.el: Revert to revision 6.23.2.34.
7896
7897 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7900         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7901         thread for both the null and zero (kill/expire thread) universal prefix
7902         cases.
7903         (gnus-summary-expire-thread): Add new function to expire a thread,
7904         using gnus-summary-kill-thread.
7905         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7906         shortcuts for gnus-summary-expire-thread.
7907         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7908         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7909
7910 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7913         extras value, so an extras entry can be deleted.
7914         (gnus-registry-delete-extra-entry): Use it.
7915         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7916         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7917         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7918         storage through the gnus-registry, and provide an appropriate API for
7919         it.
7920
7921 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7924         Suggested by Leo <sdl.web@gmail.com>.
7925
7926         * gnus.el: Do.
7927
7928 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7931         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7932
7933         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7934
7935         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7936         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7937
7938 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7941         newline.
7942         (nnmbox-request-accept-article): Don't change article in source buffer;
7943         narrow to header to use message-fetch-field rather than
7944         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7945         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7946         as delimiters; make sure article ends with newline.
7947         (nnmbox-delete-mail): Correct last position of article to be deleted;
7948         ignore X-Gnus-Newsgroup header in article body.
7949         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7950         positions; make sure article ends with newline.
7951
7952         * message.el (message-display-abbrev): Don't infloop when a user
7953         inserts SPC in the beginning of header.
7954
7955         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7956         coding-system-for-read and coding-system-for-write for XEmacs having no
7957         file-coding feature.
7958
7959         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7960
7961 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7962
7963         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7964         list of groups not followed by default.  Fix type to be regexp.
7965         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7966
7967 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7968
7969         * hmac-def.el (define-hmac-function): Switch from old-style to
7970         new-style backquotes.
7971
7972         * md4.el (md4-make-step): Likewise.
7973
7974 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7977         raw-text coding system when saving .newsrc file, which may contain
7978         non-ASCII group names.
7979
7980 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-cus.el (gnus-score-extra): New widget.
7983         (gnus-score-extra-convert): New function.
7984         (gnus-score-customize): Use it for Extra.
7985
7986 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7987
7988         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7989         (mml2015-mailcrypt-clear-verify): Use it.
7990         (mml2015-gpg-clear-verify): Use it.
7991         (mml2015-pgg-clear-verify): Use it.
7992         (mml2015-epg-clear-verify): Replace the current part with the output
7993         from GnuPG; don't extract the plaintext by itself.
7994
7995         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7996         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7997         mml2015-clear-verify-function; don't touch the armor headers or
7998         dash-escaped text here.
7999
8000 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8003         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8004         parts, or application/octet-stream as a last resort.
8005         (gnus-mime-view-part-as-type): Don't toggle display.
8006         (gnus-mime-view-part-as-charset): Don't turn off display before
8007         querying charset.
8008
8009         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8010         stuff to undisplayer function in Emacs.
8011         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8012
8013         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8014         text/calendar parts.
8015
8016 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8019         decoding text/calendar parts.
8020
8021         * message.el (message-forward-make-body-mime): Always mark body as
8022         having no illegible text; remove signed-or-encrypted argument.
8023         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8024
8025         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8026         (mml-generate-mime-1): Don't encode body if it is specified to be in
8027         raw form; don't make buffer be unibyte when inserting multibyte string.
8028
8029 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8030
8031         * sha1.el: Fix up comment style.
8032         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8033         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8034
8035         * hex-util.el: Fix up comment style.
8036         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8037
8038         * gnus-salt.el: Use with-current-buffer.
8039         (gnus-pick-setup-message): Fix long-standing typo.
8040
8041 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * imap.el (imap-logout-timeout): New variable.
8044         (imap-logout, imap-logout-wait): New functions.
8045         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8046
8047         * nnimap.el (nnimap-logout-timeout): New server variable.
8048         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8049         nnimap-logout-timeout.
8050
8051         * gnus-art.el (gnus-article-summary-command-nosave)
8052         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8053
8054 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus.el (gnus-maximum-newsgroup): New variable.
8057
8058         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8059         according to gnus-maximum-newsgroup.
8060
8061         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8062         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8063         Limit the range of articles according to gnus-maximum-newsgroup.
8064
8065 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8066
8067         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8068         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8069         Don't perform gnus-configure-windows here; reuse existing sticky
8070         article buffer.
8071
8072         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8073         it doesn't exist in gnus-article-mode.
8074
8075 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8078         (gnus-agent-decoded-group-name): New function.
8079         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8080         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8081
8082 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8083
8084         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8085         Add binding for gnus-sticky-article.
8086         (gnus-summary-exit): Don't kill sticky article buffers.
8087
8088         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8089         article buffer.
8090         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8091         (gnus-kill-sticky-article-buffers): New commands.
8092
8093 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * nntp.el (nntp-xref-number-is-evil): New server variable.
8096         (nntp-find-group-and-number): If it is non-nil, don't trust article
8097         numbers in the Xref header.
8098
8099 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-agent.el (gnus-agent-read-group): New function.
8102         (gnus-agent-flush-group, gnus-agent-expire-group)
8103         (gnus-agent-regenerate-group): Use it.
8104         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8105         nnmail-pathname-coding-system.
8106
8107 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8110
8111         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8112         that are unread as unread, and also as selected so that information of
8113         marks having been changed by a user may be updated when exiting group.
8114
8115 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8118         calculated ignoring signature parts to gnus-treat-article.
8119
8120 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8123         a point here in order to keep the window start.
8124         (gnus-insert-mime-security-button): Make a button overlay without the
8125         front stickiness.
8126         (gnus-mime-display-security): Goto the end of a button.
8127
8128         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8129
8130 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8133         group-name-at-point.
8134         (gnus-group-completing-read): New function that offers decoded
8135         non-ASCII group names for completion.
8136         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8137         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8138         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8139         (gnus-group-fetch-control): Use it.
8140         (gnus-fetch-group): Use group-name-at-point for the initial value
8141         rather than the default value; use gnus-alive-p.
8142
8143         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8144         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8145         (gnus-summary-post-news): Use gnus-group-completing-read.
8146
8147         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8148         (gnus-read-move-group-name): Decode group name for completion.
8149
8150 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8153         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8154         Yamaoka slightly modified the code).
8155
8156 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8159         (nnmail-split-incoming): Bind it.
8160
8161         * nnml.el (nnml-group-name-charset): New function.
8162         (nnml-decoded-group-name): Use it; don't decode group name if
8163         nnmail-group-names-not-encoded-p is non-nil.
8164         (nnml-encoded-group-name): New function.
8165         (nnml-group-pathname): Inline nnml-decoded-group-name.
8166         (nnml-request-expire-articles): Decode group name in message.
8167         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8168         nnmail-pathname-coding-system.
8169         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8170         not decoded ones according to nnmail-group-names-not-encoded-p.
8171         (nnml-generate-active-info): Use nnml-encoded-group-name.
8172
8173 2007-08-08  Glenn Morris  <rgm@gnu.org>
8174
8175         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8176         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8177         doc-strings and comments.
8178
8179 2007-07-25  Glenn Morris  <rgm@gnu.org>
8180
8181         * Relicense all FSF files to GPLv3 or later.
8182
8183 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * gnus-sum.el (gnus-summary-move-article): Make
8186         gnus-summary-respool-article work.
8187
8188 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8191         string.
8192
8193 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8194
8195         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8196         that should be ignored when comparing distant RSS articles with local
8197         ones.
8198         (nnrss-make-hash-index): New function.  Create a hash index according
8199         to the ignored fields.
8200         (nnrss-check-group): Use it.
8201
8202 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8205
8206         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8207
8208         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8209         the new optional argument ENCODED is non-nil.
8210         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8211         coding system for encoding group name.
8212         (gnus-group-make-rss-group): Pass un-encoded group name to
8213         gnus-group-make-group.
8214         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8215         encoded.
8216
8217         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8218         Encode group name to which articles are moved or copied.
8219         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8220         coding system for encoding Newsgroup, Followup-To and Xref headers.
8221
8222         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8223         marks; use nnheader-file-coding-system to write a file.
8224         (nnagent-retrieve-headers): Bind file-name-coding-system to
8225         nnmail-pathname-coding-system.
8226
8227         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8228
8229         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8230         (nnml-request-article, nnml-request-create-group)
8231         (nnml-request-rename-group, nnml-find-id)
8232         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8233         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8234         (nnml-save-marks): Use nnml-group-pathname instead of
8235         nnmail-group-pathname.
8236
8237         (nnml-request-create-group, nnml-request-expire-articles)
8238         (nnml-request-move-article, nnml-request-delete-group)
8239         (nnml-deletable-article-p, nnml-possibly-create-directory)
8240         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8241         (nnml-open-marks): Bind file-name-coding-system to
8242         nnmail-pathname-coding-system.
8243
8244         (nnml-request-article): Pass server argument to nnml-find-group-number.
8245         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8246         server argument to nnml-possibly-create-directory.
8247         (nnml-request-accept-article): Pass server argument to
8248         nnml-active-number and nnml-save-mail.
8249         (nnml-find-group-number): Pass server argument to nnml-find-id.
8250         (nnml-request-update-info): Pass server argument to
8251         nnml-marks-changed-p.
8252
8253         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8254         (nnml-save-mail, nnml-active-number): Add server argument.
8255
8256         (nnml-request-delete-group): Warn if group is missing.
8257         (nnml-get-nov-buffer): Decode group name.
8258         (nnml-generate-active-info): Encode group name.
8259         (nnml-open-marks): Decode group name in messages.
8260
8261 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8264         if it is not specified.
8265         (gnus-article-pipe-part, gnus-article-save-part)
8266         (gnus-article-interactively-view-part, gnus-article-copy-part)
8267         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8268         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8269         (gnus-article-replace-part, gnus-article-delete-part)
8270         (gnus-article-view-part-as-type): Pass raw prefix argument to
8271         gnus-article-part-wrapper.
8272
8273 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-agent.el (gnus-agent-save-active): Bind
8276         nnheader-file-coding-system to gnus-agent-file-coding-system.
8277
8278         * gnus-cache.el (gnus-cache-save-buffers)
8279         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8280         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8281         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8282         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8283         (gnus-cache-generate-active, gnus-cache-rename-group)
8284         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8285         (gnus-cache-update-overview-total-fetched-for): Bind
8286         file-name-coding-system to nnmail-pathname-coding-system.
8287         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8288         variables.
8289         (gnus-cache-decoded-group-name): New function.
8290         (gnus-cache-file-name): Use it.
8291         (gnus-cache-generate-active): Use non-decoded group name for active.
8292
8293         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8294         right place.
8295         (gnus-write-active-file): Don't break non-ASCII group names.
8296
8297         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8298         nnmail-pathname-coding-system.
8299
8300         * lpath.el: Bind default-file-name-coding-system,
8301         file-name-coding-system and language-info-alist for XEmacs.
8302
8303         * gnus-uu.el (gnus-uu-decode-save): Typo.
8304
8305 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8308
8309 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8312         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8313         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8314         (gnus-agent-flush-group, gnus-agent-flush-cache)
8315         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8316         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8317         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8318         (gnus-agent-regenerate-group)
8319         (gnus-agent-update-files-total-fetched-for)
8320         (gnus-agent-update-view-total-fetched-for): Bind
8321         file-name-coding-system to nnmail-pathname-coding-system.
8322         (gnus-agent-group-pathname): Don't encode file names by
8323         nnmail-pathname-coding-system.
8324         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8325         coding-system-for-write instead of buffer-file-coding-system to
8326         gnus-agent-file-coding-system.
8327
8328         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8329         Decode group name.
8330
8331         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8332
8333         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8334         (gnus-read-newsrc-el-file): Make group names unibyte.
8335
8336         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8337         nnmail-pathname-coding-system.
8338
8339         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8340         (nnrss-request-delete-group): Bind file-name-coding-system to
8341         nnmail-pathname-coding-system.
8342         (nnrss-read-server-data, nnrss-read-group-data): Bind
8343         file-name-coding-system correctly.
8344         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8345
8346         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8347         (nntp-server-to-method-cache): New variable.
8348         (nntp-group-pathname): New function that decodes non-ASCII group names.
8349         (nntp-possibly-create-directory, nntp-marks-changed-p)
8350         (nntp-save-marks, nntp-open-marks): Use it.
8351         (nntp-possibly-create-directory, nntp-open-marks):
8352         Bind file-name-coding-system to nnmail-pathname-coding-system.
8353         (nntp-open-marks): Decode group names when bootstrapping marks.
8354
8355         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8356         Newsgroups and Folowup-To headers.
8357
8358 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8361         (gnus-server-closed-face, gnus-server-denied-face)
8362         (gnus-server-offline-face): Remove variable.
8363         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8364
8365         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8366         of modifying message-stack directly for XEmacs.
8367
8368         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8369         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8370         if the coding-system argument is nil for XEmacs.
8371
8372         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8373         mm-charset-override-alist.
8374
8375         * rfc2047.el: Don't require base64; require rfc2045 for the function
8376         rfc2045-encode-string.
8377         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8378         to quote the parameter value.
8379
8380 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8383         form in gnus-group-name-charset-method-alist.
8384
8385         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8386         overrides the default layout edit-form.
8387
8388         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8389
8390         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8391
8392 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8395         as unfetched articles.
8396
8397 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8400
8401 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8404         original back end that keeps marks in the local system.
8405
8406 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8409         arg of pop-to-buffer for XEmacs.
8410         (gnus-article-read-summary-keys): Ditto; don't restore window
8411         configuration if summary command ends up with neither article buffer
8412         nor summary buffer; describe bindings if summary keys end with C-h.
8413
8414 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * message.el (message-fix-before-sending): Skip raw message part to be
8417         forwarded while checking illegible text.
8418         (message-forward-make-body-mime, message-forward-make-body): Mark
8419         signed or encrypted raw message as having no illegible text.
8420
8421 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8424         (gnus-message-with-timestamp-1): New macro.
8425         (gnus-message-with-timestamp): New function.
8426         (gnus-message): Use them.
8427
8428         * nnheader.el (nnheader-message): Use them.
8429
8430 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8433         .newsrc.eld file.
8434
8435 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-agent.el (gnus-agent-fetch-headers)
8438         (gnus-agent-retrieve-headers): Bind
8439         gnus-decode-encoded-address-function to identity.
8440
8441         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8442         available also when the server returns simply a dot.
8443
8444         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8445
8446 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8449
8450 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-ems.el (gnus-x-splash): Make it work.
8453
8454         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8455         from being used.
8456
8457         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8458
8459 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8462         4th and the 5th arguments.
8463
8464         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8465         the front stickiness.
8466         (gnus-article-summary-command-nosave): Correct the order of the
8467         arguments passed to pop-to-buffer.
8468         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8469         summary command ends up with the article buffer.
8470
8471         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8472         the same faces.
8473
8474 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8475
8476         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8477
8478 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8479
8480         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8481         * gnus-sum.el (gnus-summary-highlight):
8482         * pgg.el (pgg-sign-region, pgg-sign):
8483         * mail-source.el (mail-source-delete-old-incoming-confirm):
8484         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8485
8486 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-art.el (gnus-mime-view-part-externally)
8489         (gnus-mime-view-part-internally): Fix predicate function passed to
8490         completing-read.
8491
8492         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8493
8494         * gnus.el (gnus-update-message-archive-method): Add :version.
8495
8496 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus.el (gnus-update-message-archive-method): New variable.
8499
8500         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8501         according to gnus-message-archive-method if
8502         gnus-update-message-archive-method is non-nil.
8503
8504 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8507         by Loic Dachary <loic@dachary.org>.
8508         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8509
8510 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * message.el (message-pop-to-buffer): Add switch-function argument.
8513         (message-mail): Pass switch-function argument to it.
8514
8515 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8518         Improve doc string.
8519
8520 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8523         (gnus-header-content)
8524         * gnus-cite.el (gnus-cite-10)
8525         * gnus-srvr.el (gnus-server-closed)
8526         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8527         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8528         (gnus-group-mail-3-empty, gnus-group-mail-low)
8529         (gnus-group-mail-low-empty, gnus-splash)
8530         * message.el (message-header-to, message-header-cc)
8531         (message-header-subject, message-header-other, message-header-name)
8532         (message-header-xheader, message-separator, message-cited-text)
8533         (message-mml): Lighten colors of faces used for dark background.
8534
8535 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8536
8537         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8538         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8539
8540 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * message.el (message-narrow-to-headers-or-head):
8543         Ignore mail-header-separator in the body.
8544
8545 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8548         same as window size.
8549
8550 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8551
8552         * message.el (message-font-lock-keywords): Use message-header-xheader
8553         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8554         ahead of the anything pattern, to get it recognised.
8555
8556 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8559         spam.el loads uses it in the compiled defadvice form.
8560
8561 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8562
8563         * gnus-sum.el (gnus-articles-to-read)
8564         (gnus-summary-insert-old-articles): Don't truncate group name for
8565         `read-string'.
8566
8567         * gnus-util.el (gnus-limit-string): Delete this function.
8568
8569         * gnus-sum.el (gnus-simplify-subject-fully): Use
8570         `truncate-string-to-width' instead.
8571
8572 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8573
8574         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8575         if, on summary exit, the next group has to be selected.
8576         (gnus-summary-exit): Use it.
8577
8578 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8581         non-break space.
8582
8583 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8586         Check if group is not a directory.
8587         (nnfolder-request-expire-articles): Don't delete articles if the target
8588         group is not available.
8589
8590         * nnml.el (nnml-request-create-group): Properly check if group is not a
8591         file.
8592         (nnml-request-expire-articles): Don't delete articles if the target
8593         group is not available.
8594
8595         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8596         Don't quote characters that are within parentheses.
8597
8598 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8601         (gnus-handle-ephemeral-exit): Select article according to it.
8602
8603 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * message.el (message-insert-formated-citation-line): Remove newline.
8606         (message-citation-line-format): Add final \n here so that the user can
8607         avoid a blank line.
8608
8609 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8610
8611         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8612         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8613         Update lanl/arXiv support.
8614
8615 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * gnus.el: Bump version number.
8618
8619 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * gnus.el (gnus-version-number): Bump version.
8622
8623 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8624
8625         * gnus.el: No Gnus v0.6 is released.
8626
8627 2007-04-27  Didier Verna  <didier@xemacs.org>
8628
8629         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8630         * gmm-utils.el (gmm-regexp-concat): here.
8631         * message.el: Don't require 'gnus-util.
8632         (message-dont-reply-to-names): Handle name change above.
8633         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8634
8635 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8638         since the initial value varies according to the system.
8639
8640 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8643
8644 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8645
8646         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8647
8648 2007-04-24  Didier Verna  <didier@xemacs.org>
8649
8650         Improve the type of gnus-ignored-from-addresses.
8651         * gnus-util.el (gnus-orify-regexp): New function.
8652         * message.el (gnus-util): Require it.
8653         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8654         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8656
8657 2007-04-24  Didier Verna  <didier@xemacs.org>
8658
8659         * gnus-sum.el:
8660         * gnus-utils.el: Fix some trailing whitespaces.
8661
8662 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8665         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8666         article's Message-ID; refer parent article in summary buffer.
8667
8668         * message.el (message-bounce): Call mime-to-mml.
8669
8670         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8671         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8672         optimize and/or forms properly.
8673
8674 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8677         URL.
8678
8679 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8682
8683 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8686         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8687         displayed of multipart/alternative part if it is invoked from summary
8688         buffer.
8689
8690         * mm-view.el (mm-inline-text-html-render-with-w3m)
8691         (mm-inline-text-html-render-with-w3m-standalone)
8692         (mm-inline-render-with-function): Use mail-parse-charset by default.
8693
8694 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8695
8696         * parse-time.el (parse-time-string-chars): Check if CHAR
8697         is less than the length of parse-time-syntax.
8698
8699 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8702         from gnus-newsgroup-processable.
8703
8704 2007-04-16  Didier Verna  <didier@xemacs.org>
8705
8706         * gnus-msg.el (gnus-configure-posting-styles): Handle
8707         message-signature-directory properly with :file syntax.  Reported by
8708         "Leo".
8709
8710 2007-04-11  Didier Verna  <didier@xemacs.org>
8711
8712         New user option: message-signature-directory.
8713         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8714         * message.el (message-insert-signature): Ditto.
8715         * message.el (message-signature-file): Doc update.
8716         * message.el (message-signature-directory): New.
8717
8718 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-msg.el (gnus-inews-yank-articles): Use
8721         message-exchange-point-and-mark instead of exchange-point-and-mark.
8722
8723 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * message.el (message-yank-original): Make sure cited text ends with
8726         newline; don't exchange point and mark.
8727
8728 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8729
8730         * tls.el (open-tls-stream): Properly handle case where there
8731         is no associated buffer.
8732
8733 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8734
8735         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8736         message-yank-original, make sure (< mark TEXT point).
8737
8738 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * message.el (message-fill-column): New variable.
8741         (message-mode): Use it.  Add comment on a possible new hook.
8742
8743         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8744         (nnmail-get-new-mail): Reformat.
8745
8746         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8747
8748         * gmm-utils.el: Fix Commentary.
8749         (gmm-tool-bar-from-list): Fix typo in doc string.
8750
8751 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8752
8753         * message.el (message-yank-original): Don't switch point and mark
8754         unnecessarily to put point and mark as documented.
8755
8756 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757
8758         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8759         from the message heads.
8760
8761 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8762
8763         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8764         article buffer does not have a window.  This may not be the best
8765         solution but is certainly better than setting the start of the null,
8766         that is the current, window.
8767
8768 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8771         (gnus-draft-setup): Run it.
8772
8773         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8774         gnus-score-fast-scoring.  Allow regexp.
8775         (gnus-score-headers): Use it.
8776
8777         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8778         XEmacs.
8779
8780         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8781         string.
8782         (gnus-button-alist): Also catch `<f1> k ...'.
8783         (gnus-treat-display-x-face): Fix doc string.
8784
8785 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8786
8787         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8788         evaluation of gnus-extended-version to ensure correct generation of the
8789         User-Agent header when message-generate-headers-first is used.
8790
8791 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8792
8793         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8794         hashcash-path is nil.  Don't call callback with incorrect number of
8795         parameters if val is 0.
8796
8797 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8798
8799         * message.el (message-required-news-headers):
8800         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8801
8802 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8803
8804         * tls.el (open-tls-stream): In handshake-waiting loop,
8805         don't wait more if there is output available to process.
8806
8807 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8808
8809         * tls.el (tls-program): Doc fix.
8810
8811 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * message.el (message-generate-new-buffers): Change the meaning of the
8814         nil value; add `standard' to the choices; treat t as `unique'; improve
8815         doc string.
8816         (gnus-select-frame-set-input-focus): Autoload.
8817         (message-buffer-name): Search for the existing message buffer if
8818         message-generate-new-buffers is nil or `standard'; treat the value t of
8819         message-generate-new-buffers as `unique'.
8820         (message-pop-to-buffer): Raise the frame already displaying the message
8821         buffer; clear the echo area after querying.
8822         (message-setup): Pass the `continue' argument to compose-mail.
8823         (message-mail): Prefer `switch-function' if it is given; search for the
8824         existing message buffer if the `continue' argument is non-nil; pass
8825         continue and switch-function arguments to compose-mail by way of
8826         message-setup.
8827         (message-mail-other-window): Adjust argument of message-setup.
8828         (message-mail-other-frame): Ditto.
8829
8830 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8833         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8834         to turn font-lock on when turning gnus-message-citation-mode on.
8835
8836 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8837
8838         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8839         (mml-smime-function-alist): New variable; add epg as the backend.
8840         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8841         mml-smime- functions instead.
8842         * mm-view.el: Require smime.
8843
8844 2007-03-05  Didier Verna  <didier@xemacs.org>
8845
8846         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8847         instead of just inheritance for posting styles.
8848         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8849
8850 2007-02-24  Chris Moore  <dooglus@gmail.com>
8851
8852         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8853         * pgg-pgp.el (pgg-pgp-encrypt-region):
8854         * pgg-gpg.el (pgg-gpg-encrypt-region):
8855         Check pgg-encrypt-for-me if no other recipients.
8856
8857 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8858
8859         * tls.el (tls-certtool-program): Fix custom type.
8860
8861 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8864         and point-at-eol instead of line-(beginning|end)-position.
8865
8866         * assistant.el (assistant-parse-buffer): Ditto.
8867
8868         * netrc.el (netrc-parse-services): Ditto.
8869
8870 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8871
8872         * mml2015.el (mml2015-epg-find-usable-key): New function.
8873         (mml2015-epg-sign): Use it.
8874         (mml2015-epg-encrypt): Use it.
8875
8876 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * message.el (message-make-in-reply-to): Quote name containing
8879         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8880         if there are special characters.  Reported by NAKAJI Hiroyuki
8881         <nakaji@jp.freebsd.org>.
8882
8883 2007-02-27  Didier Verna  <didier@xemacs.org>
8884
8885         Include the group parameters as well as the topic ones in the
8886         inheritance filter process.
8887         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8888         argument GROUP-PARAMS-LIST.
8889         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8890
8891 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nntp.el (nntp-never-echoes-commands)
8894         (nntp-open-connection-functions-never-echo-commands): New variables.
8895         (nntp-send-command): Use them.
8896
8897 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8898
8899         * mml2015.el (mml2015-epg-verify): Simplified.
8900
8901 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mml.el (mml-content-disposition-alist): New user option.
8904         (mml-content-disposition): New function.
8905         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8906         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8907
8908 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8909
8910         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8911         verification.
8912
8913 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8914
8915         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8916         articles posted in the last 24 hours.
8917
8918 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8919
8920         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8921
8922 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8923
8924         * nntp.el (nntp-send-command): Don't wait for echoes when
8925         nntp-open-ssl-stream is used.
8926
8927 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8930         (gnus-message-add-citation-keywords)
8931         (gnus-message-remove-citation-keywords): Remove.
8932         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8933         directly, make the variables in font-lock-defaults buffer-local, add
8934         gnus-message-citation-keywords to them and then update the value of
8935         font-lock-keywords.
8936
8937 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * message.el (message-cite-original-1): Don't call
8940         gnus-article-highlight-citation.
8941
8942         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8943         citations; fix line count.
8944
8945 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8948         (gnus-message-add-citation-keywords)
8949         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8950         versions of font-lock-add-keywords and font-lock-remove-keywords to
8951         work with XEmacs correctly.
8952
8953 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-cite.el (gnus-cite-face-list): Set the values of
8956         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8957         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8958         (gnus-message-cite-prefix-regexp): New variable.
8959         (gnus-message-search-citation-line): Use it; protect against long
8960         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8961         the 0th match data for Emacs.
8962         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8963         (gnus-message-add-citation-keywords): Append keywords rather than
8964         prepending; emulate font-lock-add-keywords if it is not available.
8965         (gnus-message-remove-citation-keywords): Emulate
8966         font-lock-remove-keywords if it is not available.
8967
8968         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8969
8970         * message.el (message-cite-prefix-regexp): Set the value of
8971         gnus-message-cite-prefix-regexp.
8972
8973 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8974
8975         * nnweb.el (nnweb-google-parse-1): Update parser.
8976
8977 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8978
8979         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8980
8981 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8982
8983         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8984         regexp.
8985
8986 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8989         string-to-multibyte.
8990         (uudecode-decode-region-internal): Use it.
8991
8992         * lpath.el: Fbind string-as-multibyte for XEmacs.
8993
8994 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8997         custom choice.
8998
8999         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9000
9001 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9002
9003         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9004
9005         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9006         `write-region' to respect `mm-inhibit-file-name-handlers'.
9007
9008 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9011         Use gnus-home-directory instead of "~/" or "$HOME".
9012
9013 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9014
9015         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9016         to mention filename.
9017         Add comments at beginning regarding usage.
9018         (encrypt-write-file-contents): Change interactive so a string is
9019         acceptable.  If the file has no associated model, show an error instead
9020         of a nonsense prompt.
9021
9022 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9023
9024         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9025         Thanks to Yoshihiko Yamada for kind notification of this typo.
9026
9027 2007-01-12  Kenichi Handa  <handa@m17n.org>
9028
9029         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9030         multibyte buffer.
9031
9032 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-score.el (gnus-score-fast-scoring): New variable.
9035         (gnus-score-headers): Use it.
9036
9037         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9038
9039         * message.el (message-cite-original-1): Call
9040         gnus-article-highlight-citation if requested.
9041         (message-make-from): Allow name and address as optional arguments.
9042
9043         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9044
9045         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9046         bugs to doc string.
9047         (gnus-button-alist): Add mid\\|message-id.
9048         (gnus-button-fetch-group): Extend for use in
9049         `browse-url-browser-function'.
9050         (gnus-button-url-regexp): Try to catch paired parentheses like in
9051         Wikipedia URLs.
9052
9053         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9054         Suggested by Simon Krahnke <overlord@gmx.li>.
9055
9056 2007-01-13  Romain Francoise  <romain@orebokech.com>
9057
9058         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9059         Update copyright.
9060
9061 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9062
9063         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9064
9065 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9066
9067         * gnus-registry.el (gnus-registry-unfollowed-groups)
9068         (gnus-registry-split-fancy-with-parent): Fix documentation.
9069
9070 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9073         from nnweb groups.
9074
9075 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076
9077         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9078         Xref urls.  Erase buffer before requesting head.
9079
9080 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9083         customizable.
9084
9085 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9086
9087         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9088         no signing key is found.
9089         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9090         no encrypting and/or signing key is found.
9091
9092 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9095
9096 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9097
9098         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9099         headers read from disk with the ones newly found in the current search.
9100         This should no longer cause problems, because the article numbers in
9101         Gmane's `nov.php' output are ignored since the previous change.
9102
9103 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9104
9105         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9106
9107 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9110         replace-regexp-in-string; bind url-version; fbind display-images-p and
9111         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9112         find-face and set-itimer-function for Emacs; bind itimer-list for
9113         Emacs.
9114
9115         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9116
9117 2007-01-01  Romain Francoise  <romain@orebokech.com>
9118
9119         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9120
9121 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9122
9123         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9124         `define-minor-mode' macro definition expanded properly.
9125         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9126         exclude it there.
9127
9128         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9129         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9130         `fboundp' test.
9131         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9132         This is OK to autoload in (S)XEmacs now.
9133
9134 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9137         keystroke.
9138         (gnus-summary-limit-to-singletons): Fix typo.
9139
9140         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9141         else fails.
9142
9143 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144
9145         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9146         docstring.
9147
9148         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9149         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9150         (gnus-summary-insert-dormant-articles): Fix typo in message.
9151
9152 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9155         nil for XEmacs.
9156         (gnus-message-citation-mode): Don't autoload in XEmacs.
9157
9158         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9159
9160 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9161
9162         * nnimap.el (nnimap-expunge-search-string): Mention
9163         nnimap-search-uids-not-since-is-evil in docstring.
9164
9165 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * spam.el: Revert to make-obsolete-variable because
9168         define-obsolete-variable-alias is not supported in Emacs 21.
9169
9170         * spam.el (spam-ifile-path, spam-ifile-database-path)
9171         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9172         make-obsolete-variable.
9173         (spam-bsfilter-path, spam-bsfilter-program)
9174         (spam-spamassassin-path, spam-spamassassin-program)
9175         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9176         use "path" inappropriately.
9177         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9178         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9179         variable names.
9180
9181 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9182
9183         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9184         summary buffer.
9185
9186         * password.el (password-cache-remove): Use clear-string to burn
9187         password, if available.
9188
9189 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9192
9193         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9194
9195         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9196         (gnus-message-highlight-citation): Move defcustom here from
9197         gnus-cite.el.
9198         (gnus-message-citation-mode): Autoload.
9199
9200         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9201         checks to make it compile with XEmacs.
9202         (gnus-message-citation-mode): New minor mode.
9203         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9204         (gnus-message-highlight-citation): New variables.
9205         (gnus-message-search-citation-line)
9206         (gnus-message-add-citation-keywords)
9207         (gnus-message-remove-citation-keywords)
9208         (turn-on-gnus-message-citation-mode)
9209         (turn-off-gnus-message-citation-mode): New functions.
9210
9211 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9212
9213         * gnus-cite.el: Enable highlighting of different citation levels in
9214         message-mode.
9215
9216 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * message.el (message-make-fqdn): Fix comment.
9219         (message-bogus-system-names): Add ".local".
9220
9221         * spam.el (spam-ifile-path, spam-ifile-program)
9222         (spam-ifile-database-path, spam-ifile-database)
9223         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9224         Don't use "path" inappropriately.
9225         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9226         strings.
9227         (spam-check-ifile, spam-ifile-register-with-ifile)
9228         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9229         new variable names.
9230
9231         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9232         (gnus-treat-display-smileys): Simplify using
9233         gnus-image-type-available-p.
9234
9235         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9236         available.
9237
9238         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9239         `display-images-p' if available.
9240
9241 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9244         one after turning on the buffer's multibyteness instead of decoding
9245         them directly in the unibyte buffer that causes unexpected conversion
9246         in Emacs 23 (unicode).
9247
9248 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9249
9250         * message.el (message-generate-hashcash): Fix custom type.
9251
9252 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9255
9256 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9259         disconnect icons.  Add help text.
9260
9261 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9262
9263         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9264         negated to be consistent with the others we handle.
9265
9266 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9269         version of gnus-summary-buffer to something, so that we can use two
9270         article buffers at the same time.
9271
9272 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9273
9274         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9275         trigger all the extra headers.
9276         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9277         sorting.
9278
9279 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9280
9281         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9282         solid groups.
9283
9284 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9285
9286         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9287
9288 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * legacy-gnus-agent.el: Add Copyright notice.
9291
9292 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9293
9294         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9295
9296 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9299
9300         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9301         to make it work reliably in CVS Emacs.
9302         (gnus-summary-limit-strange-charsets-predicate)
9303         (gnus-summary-limit-to-predicate): New functions.
9304
9305 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9306
9307         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9308         specifying array size.
9309         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9310         array if it is too small.
9311         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9312         (gnus-sort-threads-loop): New function.
9313
9314 2006-12-06  Chris Moore  <dooglus@gmail.com>
9315
9316         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9317         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9318
9319 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9320
9321         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9322         options.
9323
9324 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9327         DOS-ing the recipient.
9328
9329         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9330         the headers when creating the mapping to avoid mismappings.
9331         (nnweb-gmane-create-mapping): Always nix out old mapping.
9332
9333 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9336         and mm-verify-option to never.
9337
9338 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * message.el (message-signed-or-encrypted-p): New function.
9341         (message-forward-make-body): Use it.
9342
9343         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9344         Replace encode-coding-string with mm-encode-coding-string.
9345
9346 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * nneething.el (nneething-decode-file-name): Replace
9349         decode-coding-string with mm-decode-coding-string.
9350
9351         * gnus-int.el (gnus-open-server): Say failed server's name.
9352
9353 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9354
9355         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9356         strings to a single string.  Quote `errors-file-name'.
9357         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9358         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9359         Adjust calls.  Use `shell-quote-argument'.
9360
9361 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9362
9363         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9364         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9365
9366         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9367         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9368         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9369         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9370         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9371         (gnus-subscribe-newsgroup, gnus-1):
9372         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9373         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9374         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9375         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9376
9377 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9380         keystroke.
9381         (gnus-summary-limit-to-bodies): Implement headersp.
9382
9383 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9386
9387 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9390
9391 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * message.el (message-generate-hashcash): Expand range of values to
9394         include `opportunistic'.
9395         (message-send-mail): Use it.
9396
9397 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9398
9399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9400         and comment it.
9401
9402         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9403
9404 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * gnus-util.el (gnus-extract-address-components): Improve comment.
9407
9408 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-util.el (gnus-extract-address-components): Work with address in
9411         which the name portion contains @.
9412
9413         * lpath.el: Fbind custom-autoload.
9414
9415 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * gnus.el (gnus-start): Move custom group up.
9418         (gnus-select-method): Don't autoload, but make it available for
9419         `customize-variable'.
9420         (gnus-getenv-nntpserver): Don't autoload.
9421
9422 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9425
9426 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * message.el (message-sendmail-extra-arguments): New variable.
9429         (message-send-mail-with-sendmail): Use it.
9430
9431 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9434         mm-with-unibyte-current-buffer to make string unibyte.
9435
9436         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9437         mm-string-as-multibyte.
9438
9439 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9440
9441         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9442         Reported by Werner Koch <wk@gnupg.org>.
9443
9444 2006-11-14  Daiki Ueno  <ueno@p360>
9445
9446         * mml2015.el: Autoload epa-select-keys when compiling.
9447
9448 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9449
9450         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9451         message-options.
9452         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9453
9454 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9455
9456         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9457         EasyPG (< 0.0.6).
9458         (mml2015-always-trust): New user option.
9459         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9460         prompt.
9461
9462 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * nntp.el (nntp-authinfo-force): New variable.
9465         (nntp-send-authinfo): Use it.
9466
9467 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9470         decode encoded words.  Improve prompt.  Add comment about forwarding.
9471         (message-replacement-char): Move up.
9472
9473 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9474
9475         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9476         instead of gnus-intersection because arguments of gnus-sorted-nunion
9477         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9478
9479 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9482         (message-simplify-subject-functions): Enable
9483         message-strip-subject-encoded-words by default.
9484
9485 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * message.el (message-strip-subject-encoded-words): New function.
9488         (message-simplify-subject-functions): New variable.
9489         (message-simplify-subject): Use it.  Fix typo in doc string.
9490         Support message-strip-subject-encoded-words.
9491
9492 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9493
9494         * gnus-diary.el (gnus-diary-delay-format-function):
9495         * nndiary.el (nndiary-reminders):
9496         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9497
9498 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * gnus-art.el (article-hide-boring-headers): Fetch date from
9501         gnus-original-article-buffer to avoid problems with localized date
9502         strings.
9503
9504 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9507
9508 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9511         New variables.
9512         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9513         (mm-charset-synonym-alist): Move some entries to
9514         mm-codepage-iso-8859-list.
9515         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9516         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9517
9518 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9521
9522 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9525         with Emacs 21 and XEmacs.
9526
9527 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9528
9529         * spam.el (spam-parse-address): New function for better parsing,
9530         catching errors, etc.
9531         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9532
9533 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * mm-view.el: Add interactive arg to html2text autoload.
9536
9537 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9540
9541 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9544         variables.
9545         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9546         (mm-charset-synonym-alist): Move some entries to
9547         mm-codepage-iso-8859-list.
9548
9549         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9550
9551 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * message.el (message-citation-line-format)
9554         (message-insert-formated-citation-line): Fix implementation of %E, %N
9555         and %n according to the doc string.
9556
9557 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9558
9559         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9560         car-safe to avoid bad parses.
9561
9562 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9565         names.
9566
9567         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9568
9569 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9572         header.
9573
9574         * message.el (message-draft-headers): Add Date.
9575         (message-headers-to-generate): Fix typo in docstring.
9576
9577         * nndraft.el (nndraft-required-headers): New variable.
9578         (nndraft-generate-headers): Use it.
9579
9580         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9581
9582 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         * gnus-registry.el (gnus-registry-wash-for-keywords)
9585         (gnus-registry-find-keywords): New functions to allow easy searching of
9586         articles that are in the registry.
9587
9588 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9589
9590         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9591         ietf-drums-parse-address instead of gnus-extract-address-components.
9592         Reported by Damien Elmes <damien@repose.cx>.
9593
9594 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gnus.el (gnus-mime): Remove unused custom group.
9597
9598 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9599
9600         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9601         "blank line" when searching for end of armor headers.
9602
9603 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gmm-utils.el (gmm-write-region): Fix variable name.
9606
9607 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gmm-utils.el (gmm-write-region): New function based on compatibility
9610         code from `mm-make-temp-file'.
9611
9612         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9613
9614         * nnmaildir.el (nnmaildir--update-nov)
9615         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9616         Use `gmm-write-region'.
9617
9618 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9621         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9622
9623         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9624
9625         * message.el (message-replacement-char): New variable.
9626         (message-fix-before-sending): Use it.
9627         (message-simplify-subject): New function to remove duplicate code.
9628         (message-reply, message-followup): Use it.
9629
9630         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9631         gnus-summary-limit-to-articles.
9632
9633 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-util.el (gnus-with-local-quit): New macro.
9636
9637         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9638
9639 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9642         ignore non-string data.
9643
9644 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9647         non-string data (needs to be done in the registry too).
9648
9649 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9652         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9653         (gnus-registry-split-fancy-with-parent)
9654         (gnus-registry-fetch-simplified-message-subject-fast)
9655         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9656         Remove text properties on ingress into the registry and when it's saved.
9657         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9658         registry from entries with no groups.
9659
9660 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9661
9662         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9663         function to remove string properties.
9664
9665 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * gmm-utils.el (gmm): Adjust custom version.
9668
9669         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9670         custom version.
9671
9672         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9673
9674 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * gnus-art.el (gnus-insert-prev-page-button)
9677         (gnus-insert-next-page-button): Simplify.  Reformat.
9678
9679 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9680
9681         * gnus-art.el (gnus-insert-prev-page-button)
9682         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9683
9684 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9685
9686         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9687
9688 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9689
9690         * gnus-art.el (gnus-insert-mime-button)
9691         (gnus-insert-mime-security-button):
9692         Apply gnus-article-button-face to MIME and security buttons.
9693
9694 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9697         readable.
9698
9699 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9702
9703 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9704
9705         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9706         `browse-url-of-file' instead of `browse-url'.
9707
9708 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9709
9710         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9711         regexp.  Articles containing quotation were cut prematurely.
9712
9713 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * message.el (message-cite-original-1): Use nobody by default for the
9716         value of From header.
9717         (message-reply): Ditto.
9718
9719 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9720
9721         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9722         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9723         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9724
9725 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9726
9727         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9728         mails in the doc string.  Add some URLs in comment.
9729         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9730
9731 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9734         backslashes handling and the way to find boundaries of quoted strings.
9735
9736 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9737
9738         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9739         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9740         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9741         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9742
9743 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9746         doc string.
9747         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9748
9749 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * lpath.el: Fbind epg-check-configuration.
9752
9753 2006-09-06  Simon Josefsson  <jas@extundo.com>
9754
9755         * mml2015.el (mml2015-use): Doc fix, mention epg.
9756
9757 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9758
9759         * mml2015.el (mml2015-use): Default to epg, if available.
9760
9761 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9762
9763         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9764         message-sender.
9765         (mml1991-epg-encrypt): Ditto.
9766         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9767         message-sender.
9768         (mml2015-epg-encrypt): Ditto.
9769
9770 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9771
9772         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9773         several common directories.
9774
9775 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9776
9777         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9778         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9779
9780 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-art.el (article-decode-encoded-words): Make it fast.
9783
9784 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9787
9788         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9789         in quoted string into `\'.
9790
9791 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9794         Use standard-syntax-table.
9795
9796 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-decode-address-function): New variable.
9799         (article-decode-encoded-words): Use it to decode headers which are
9800         assumed to contain addresses.
9801         (gnus-mime-delete-part): Remove useless `or'.
9802
9803         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9804         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9805         (gnus-nov-parse-line): Use it to decode From header.
9806         (gnus-get-newsgroup-headers): Ditto.
9807         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9808
9809         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9810         (mail-decode-encoded-address-string): New alias.
9811
9812         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9813         New function.
9814         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9815         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9816         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9817         (rfc2047-decode-string): Ditto.
9818         (rfc2047-decode-address-region): New function.
9819         (rfc2047-decode-address-string): New function.
9820
9821 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * message.el (message-caesar-buffer-body): Allow rotating headers.
9824
9825         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9826
9827         * message.el (message-insert-formated-citation-line): Fix %f.
9828         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9829
9830 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9833         (gnus-bookmark-mouse-available-p): New macro.
9834         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9835         (gnus-bookmark-bmenu-show-infos): Use it.
9836         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9837         (gnus-bookmark-bmenu-hide-infos): Ditto.
9838         (gnus-bookmark-remove-properties): New function.
9839         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9840         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9841         (gnus-bookmark-write-file): Bind coding-system-for-write.
9842         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9843         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9844         group before selecting it.
9845         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9846         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9847         quit-window if it is not available; use gnus-mouse-2 and bind it to
9848         gnus-bookmark-bmenu-select-by-mouse.
9849         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9850         (gnus-bookmark-bmenu-select-by-mouse): New function.
9851
9852 2006-08-13  Romain Francoise  <romain@orebokech.com>
9853
9854         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9855         space.
9856
9857 2006-08-10  Romain Francoise  <romain@orebokech.com>
9858
9859         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9860         (dns-mode-soa-auto-increment-serial): New user option.
9861         (dns-mode-soa-maybe-increment-serial): New function.
9862         (dns-mode): Add the latter to `write-contents-functions'.
9863
9864 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * compface.el (uncompface): Use binary rather than raw-text-unix.
9867
9868 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * compface.el (uncompface): Make sure the eol conversion doesn't take
9871         place when communicating with the external programs.  Reported by
9872         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9873
9874 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9877
9878 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9879
9880         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9881         Make it more robust by parsing author and date independently.
9882
9883 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9886
9887 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9888
9889         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9890         first matching secret key.
9891         (mml2015-epg-encrypt): Ditto.
9892
9893         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9894         first matching secret key.
9895         (mml1991-epg-encrypt): Ditto.
9896
9897         * mml2015.el (mml2015-encrypt-to-self): New user option.
9898         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9899         mml2015-epg-encrypt-to-self is set.
9900
9901         * mml1991.el (mml1991-encrypt-to-self): New variable.
9902         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9903         mml1991-epg-encrypt-to-self is set.
9904
9905         * mml2015.el (mml2015-signers): New user option.
9906         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9907         (mml2015-epg-encrypt): Allow to select signing keys.
9908
9909         * mml1991.el (mml1991-signers): New variable.
9910         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9911         (mml1991-epg-encrypt): Allow to select signing keys.
9912
9913 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * nnheader.el (nnheader-insert-head): Make it work even if the file
9916         uses CRLF for the line-break code.
9917
9918 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9919
9920         * mml2015.el: Require mml-sec instead of password.
9921         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9922         (mml2015-cache-passphrase): Inherit the default value from
9923         mml-secure-cache-passphrase.
9924         (mml2015-passphrase-cache-expiry): Inherit the default value from
9925         mml-secure-passphrase-cache-expiry.
9926
9927         * mml1991.el: Require mml-sec instead of password.
9928         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9929         (mml1991-cache-passphrase): Inherit the default value from
9930         mml-secure-cache-passphrase.
9931         (mml1991-passphrase-cache-expiry): Inherit the default value from
9932         mml-secure-passphrase-cache-expiry.
9933
9934         * mml-sec.el: Require password.
9935         (mml-secure-verbose): New user option.
9936         (mml-secure-cache-passphrase): New user option.
9937         (mml-secure-passphrase-cache-expiry): New user option.
9938
9939 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9940
9941         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9942         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9943         andreas@altroot.de (Andreas Vögele).
9944
9945         FIXME: Use `tiny change'?
9946
9947 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9948
9949         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9950         workaround for the url package included with Emacs.
9951
9952         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9953
9954 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9957         correctly.  This fixes a bug caused by the 2006-05-12 change.
9958
9959 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9960
9961         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9962         some information about the error when saying that the `bogus' mail
9963         group will be used.
9964
9965 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9968         string.
9969
9970 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9971
9972         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9973
9974 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9975
9976         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9977
9978 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9979
9980         * mml1991.el (mml1991-function-alist): Add epg.
9981         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9982         (mml1991-epg-encrypt): New functions.
9983
9984 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9985
9986         * mml2015.el (mml2015-verbose): New variable.
9987         (mml2015-cache-passphrase): Ditto.
9988         (mml2015-passphrase-cache-expiry): Ditto.
9989         (mml2015-function-alist): Add epg.
9990         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9991         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9992         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9993         functions.
9994
9995 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9996
9997         * message.el (message-cite-original-1): Preserve region when removing
9998         quoted text due to X-No-Archive in order to avoid bogus attribution
9999         when citing multiple messages.
10000
10001 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10002
10003         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10004         Kenneth Jacker <khj@be.cs.appstate.edu>.
10005
10006 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-diary.el (gnus-user-format-function-d)
10009         (gnus-user-format-function-D): Autoload.
10010
10011         * imap.el (Commentary): Fix typo.
10012
10013         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10014         2006-04-22 contribution.
10015
10016 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10017
10018         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10019         It didn't really fix the bogosity I'm seeing with solid web groups.
10020
10021 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10022
10023         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10024         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10025         created using server names.  If we use the feature without declaring
10026         it, Gnus does not properly manage server and group state.
10027
10028         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10029         bound.
10030
10031 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10032
10033         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10034         looking up the method using GROUP's prefix before inventing a new one.
10035         It is used on killed/unknown groups in various places where returning
10036         an all-new method isn't expected by the caller.
10037
10038         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10039         and match semantics of gnus-group-real-prefix.
10040
10041 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * nnmail.el (nnmail-broken-references-mailers): New variable.
10044         (nnmail-ignore-broken-references): New function generalizing
10045         nnmail-fix-eudora-headers.
10046         (nnmail-fix-eudora-headers): Now obsolete.
10047
10048         * gnus-art.el (gnus-button-handle-custom): Support
10049         `customize-apropos*'.
10050
10051 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10054
10055         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10056         articles.
10057
10058 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * message.el (message-cite-reply-above): New variable.
10061         (message-yank-original): Use it.
10062
10063 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10066
10067 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10070         as read.
10071
10072         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10073
10074 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10077         (gnus-bookmark-default-file): Use gnus-directory.
10078         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10079         Remove "*" in doc string.
10080         (gnus-bookmark-write-file): Simplify.
10081         (gnus-bookmark-maybe-sort-alist): Use `when'.
10082         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10083         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10084         FIXME about Emacs 21 and XEmacs compatibility.
10085         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10086         compatibility.
10087         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10088         compatibility.
10089         (gnus-bookmark-menu-heading): Fix version.
10090
10091 2006-06-19  Bastien Guerry  <bzg@altern.org>
10092
10093         * gnus-bookmark.el: New file.
10094
10095 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * message.el (message-syntax-checks): Doc fix.
10098
10099 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10100
10101         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10102         unsubscribed groups as if they were killed ones.  It causes duplicate
10103         entries in gnus-newsrc-alist.
10104
10105 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * message.el (message-syntax-checks): Doc fix.
10108         (message-send-mail): Add check for continuation headers.
10109         (message-check-news-header-syntax): Fix regexp used to check for
10110         continuation headers.
10111
10112 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10115
10116 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10119
10120 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10123         default-truncate-lines.
10124
10125 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10128         to fill the utf-8 entry.
10129
10130         * lpath.el: Fbind unicode-precedence-list.
10131
10132 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10133
10134         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10135
10136 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10137
10138         * gnus-agent.el (directory-files-and-attributes): Move all the way
10139         forward (the third and final move).
10140         (gnus-agent-read-agentview): Trap reconstruction errors due to
10141         nonexistant directory.  Handle by returning nil.
10142
10143 2006-05-30  Didier Verna  <didier@xemacs.org>
10144
10145         * message.el (message-dont-reply-to-names): Update the custom type.
10146         * message.el (message-dont-reply-to-names): New defsubst: potentially
10147         convert a list of regexps into a single one.
10148         * message.el (message-get-reply-headers): Use it.
10149         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10150
10151 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-agent.el (directory-files-and-attributes): Move forward.
10154
10155 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10156
10157         * gnus-ml.el (gnus-mailing-list-subscribe)
10158         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10159         (gnus-mailing-list-message): Fix doc strings.
10160
10161 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10162
10163         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10164         of doing it manually.
10165
10166 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10169         comment.
10170
10171 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10172
10173         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10174         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10175         (gnus-agent-read-local): All symbols allocated in my-obarray.
10176         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10177         (gnus-agent-regenerate-group): Check numeric names to see if they are
10178         messages or groups.
10179         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10180         better way of do this...)
10181
10182         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10183         'dummy.group' (there should be a better way of do this...)
10184
10185 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10188         (gnus-saved-headers): Ditto.
10189         (gnus-default-article-saver): Mention functions may have properties.
10190         (gnus-article-save): Override gnus-save-all-headers and
10191         gnus-saved-headers by :headers property which saver function may have.
10192         (gnus-summary-save-in-file): Add :headers property.
10193         (gnus-summary-write-to-file): Ditto.
10194
10195         * gnus-sum.el (gnus-summary-save-article): Bind
10196         gnus-prompt-before-saving to t when saving many articles in a file;
10197         always show all headers.
10198
10199         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10200
10201 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10204         marks.
10205
10206         * message.el (message-indent-citation): Add optional arguments to allow
10207         using it outside of message buffers.
10208
10209         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10210         (gnus-article-treat-unfold-headers): Use it.
10211         (gnus-article-truncate-lines): New variable.
10212         (gnus-article-mode): Use it.
10213         (gnus-article-toggle-truncate-lines): New function.
10214
10215         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10216         gnus-article-toggle-truncate-lines.
10217
10218         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10219         coding system in XEmacs, use binary.
10220
10221 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10224         after-load-alist.
10225
10226         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10227         this function should save decoded articles.
10228         (gnus-summary-write-to-file): Use property to specify this function
10229         should save decoded articles and specify gnus-summary-save-in-file
10230         should be used to save articles other than the first one when saving
10231         many articles.
10232         (gnus-summary-save-body-in-file): Use property to specify this
10233         function should save decoded articles.
10234         (gnus-summary-write-body-to-file): Use property to specify this
10235         function should save decoded articles and specify
10236         gnus-summary-save-body-in-file should be used to save articles other
10237         than the first one when saving many articles.
10238
10239         * gnus-sum.el (gnus-summary-save-article): Simplify.
10240
10241 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * gnus-art.el (gnus-default-article-saver): Add
10244         gnus-summary-write-body-to-file.
10245         (gnus-article-save-coding-system): Don't use coding system object
10246         in XEmacs.
10247         (gnus-read-save-file-name): Add optional `dir-var' argument which
10248         specifies directory in which files are saved; work even if optional
10249         `variable' argument is not specified.
10250         (gnus-summary-write-to-file): Read file name.
10251         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10252         (gnus-summary-write-body-to-file): New function.
10253
10254         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10255         (gnus-summary-local-variables): Add it.
10256         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10257         (gnus-summary-save-article): Remove optional `decode' argument;
10258         determine whether to decode articles by the value of
10259         gnus-default-article-saver; when saving many files using
10260         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10261         it first and use gnus-summary-save-in-file or
10262         gnus-summary-save-body-in-file thereafter unless
10263         gnus-prompt-before-saving is always; move point to article which
10264         will be saved.
10265         (gnus-summary-save-article-file): Revert.
10266         (gnus-summary-write-article-file): Revert.
10267         (gnus-summary-save-article-body-file): Revert.
10268         (gnus-summary-write-article-body-file): New function.
10269
10270 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-art.el (gnus-default-article-saver): Doc fix.
10273         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10274         from gnus-summary-save-article-coding-system, and default to a
10275         certain coding system.
10276         (gnus-output-to-file): Add coding cookie and encode text according
10277         to gnus-article-save-coding-system; don't use mm-append-to-file.
10278
10279         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10280         gnus-art.el and rename to gnus-article-save-coding-system.
10281         (gnus-summary-save-article): Require gnus-art; don't show all
10282         headers if it decodes articles; don't add coding cookie here;
10283         don't bind mm-text-coding-system-for-write.
10284         (gnus-summary-save-article-file): Save decoded articles.
10285         (gnus-summary-write-article-file): When saving many files, use
10286         gnus-summary-write-to-file first and gnus-summary-save-in-file
10287         thereafter unless gnus-prompt-before-saving is always.
10288         (gnus-summary-save-article-body-file): Save decoded articles.
10289
10290         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10291
10292 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * nnrss.el (nnrss-check-group): Bind hash-index.
10295
10296 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10297
10298         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10299         its hash index.  Store this hash in `nnrss-group-data'.
10300         (nnrss-read-group-data): Update accordingly.
10301
10302 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10305         entry.
10306
10307         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10308         gnus-article-browse-html-article.
10309
10310 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10311
10312         * gnus-sum.el (gnus-summary-mime-map): Add
10313         gnus-article-browse-html-article.
10314
10315         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10316
10317 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10320         suitable coding systems in customize.
10321
10322 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * mail-source.el (mail-sources): Fix custom type.
10325
10326 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10329         (gnus-summary-expire-articles-now): Shorten prompt.
10330
10331         * gmm-utils.el (wid-edit): Require.
10332         (defun-gmm): Renamed from `gmm-defun-compat'.
10333         (gmm-image-search-load-path): Use it.
10334         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10335
10336 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10339         variable.
10340         (gnus-summary-save-article): Add optional `decode' argument.  If
10341         it is set and gnus-summary-save-article-coding-system is non-nil,
10342         save decoded article.
10343         (gnus-summary-write-article-file): Save decoded article if
10344         gnus-summary-save-article-coding-system is non-nil.
10345
10346         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10347         type.
10348
10349 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10352
10353 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10356         first to test gnus-single-article-buffer which may be buffer-local.
10357
10358         * gnus-sum.el (gnus-summary-setup-buffer): Make
10359         gnus-single-article-buffer buffer-local and nil in ephemeral
10360         group; make gnus-article-buffer, gnus-article-current, and
10361         gnus-original-article-buffer always buffer-local.
10362         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10363         group.
10364         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10365
10366 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * nnml.el (nnml-request-compact-group): Compressed files might not
10369         have .gz extension.
10370
10371 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10372
10373         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10374         (mm-copy-to-buffer): Use with-current-buffer.
10375         (mm-display-part): Simplify.
10376         (mm-inlinable-p): Add optional arg `type'.
10377
10378 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10379
10380         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10381         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10382         Try harder to show the attachment internally or externally using
10383         gnus-mime-view-part-as-type.
10384
10385 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * message.el (message-from-style, message-signature-separator)
10388         (message-user-organization-file, message-send-mail-function)
10389         (message-citation-line-function, message-yank-prefix)
10390         (message-indent-citation-function, message-signature)
10391         (message-signature-file, message-signature-insert-empty-line):
10392         Remove autoloads.
10393
10394         * gnus-art.el (gnus-buttonized-mime-types): Remove
10395         "multipart/signed".  Revert 2006-04-26 change.
10396
10397 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * gnus.el (gnus-version-number): Bump version.
10400
10401 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10402
10403         * gnus.el: No Gnus v0.5 is released.
10404
10405 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10406
10407         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10408         fetching articles by message-id.
10409
10410 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411
10412         * message.el (hashcash): Require hashcash as normal.
10413
10414         * ecomplete.el (ecomplete-highlight-match-line): Use
10415         point-at-eol.
10416         (ecomplete-highlight-match-line): Use `highlight', because that
10417         face exists in both Emacs and XEmacs.
10418
10419         * message.el (message-display-abbrev): Use point-at-bol.
10420
10421         * mail-source.el: Don't require timer/timer-funcs.
10422
10423         * gnus-async.el: Ditto.
10424
10425         * password.el: Ditto.
10426
10427         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10428
10429         * mm-url.el: Ditto.
10430
10431         * gnus-xmas.el: Don't require timer-funcs.
10432
10433         * mm-util.el: Require timer/timer-funcs.
10434
10435 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10436
10437         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10438         Close.
10439
10440 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10443         unibyte after clear-decrypt function runs.
10444
10445         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10446         returns as a unibyte string.
10447
10448 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * lpath.el: Revert.
10451
10452         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10453         (pgg-gpg-process-sentinel): Revert.
10454
10455         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10456         (pgg-pgp-lookup-key): Revert.
10457
10458         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10459         (pgg-pgp5-lookup-key): Revert.
10460
10461         * pgg.el (pgg-fetch-key): Revert.
10462
10463 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * lpath.el: Fbind string-as-multibyte for XEmacs.
10466
10467         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10468         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10469         (mml1991-pgg-encrypt): Ditto.
10470
10471         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10472         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10473         a multibyte buffer.
10474
10475         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10476         (pgg-pgp-lookup-key): Ditto.
10477
10478         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10479         (pgg-pgp5-lookup-key): Ditto.
10480
10481         * pgg.el (pgg-fetch-key): Ditto.
10482
10483 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * message.el (message-user-organization-file): Check several
10486         locations of the organization file.
10487
10488         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10489         Add gnus-article-view-part-as-type.
10490
10491         * gnus-art.el (gnus-article-view-part-as-type): New function.
10492
10493         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10494         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10495
10496         * mml.el: Simplify autoload.
10497         (mml-mode): defvar dnd-protocol-alist instead of using
10498         symbol-value.
10499         (mml-default-directory): New variable.
10500         (mml-minibuffer-read-file): Use it.
10501         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10502
10503         * message.el (message-citation-line-format): New variable.
10504         (message-insert-formated-citation-line): New function.
10505         (message-citation-line-function): Add
10506         `message-insert-formated-citation-line' to custom type.
10507
10508         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10509         to doc string.
10510
10511         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10512         depending on mm-verify-option.
10513
10514 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10517         binding pgg-* variables; reimplement the section which prevents
10518         MIME header from being signed.
10519         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10520         pgg-text-mode; remove a blank line at the top of body.
10521
10522         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10523         lines at the top of body; use gnus-newsgroup-charset if there's no
10524         Charset header.
10525
10526 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * message.el (message-self-insert-commands): Doc fix.
10529
10530         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10531         (mm-uu-pgp-encrypted-test): Ditto.
10532         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10533         between header and body; return application/pgp-encrypted handle
10534         if decryption failed; decode decrypted body by charset.
10535
10536         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10537         element match to application/pgp-*.
10538
10539 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10540
10541         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10542         HTML.
10543
10544 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10545
10546         * mail-source.el (mail-source-call-script): Message the error
10547         string.
10548
10549 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * gnus-util.el (gnus-byte-compile): Use it.
10552
10553 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10554
10555         * gnus-util.el (kill-empty-logs): New function.
10556
10557 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * message.el (message-mail-alias-type): Doc fix.
10560         (message-mail-alias-type-p): New function.
10561         (message-send): Use it.
10562         (message-mode): Ditto.
10563         (message-strip-forbidden-properties): Ditto.
10564
10565         * ecomplete.el (ecomplete-database-file-coding-system): New
10566         variable.
10567         (ecomplete-save): Use it.
10568         (ecomplete-setup): Use it.
10569
10570 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * message.el (message-self-insert-commands): New variable.
10573         (message-strip-forbidden-properties): Use it.
10574
10575 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576
10577         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10578         that doesn't make XEmacs choke.
10579
10580 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * gnus-util.el (gnus-replace-in-string):
10583         Prefer replace-regexp-in-string over of replace-in-string.
10584
10585 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-util.el (gnus-select-frame-set-input-focus):
10588         Use select-frame-set-input-focus if it is available in XEmacs; use
10589         definition defined in Emacs 22 for old Emacsen.
10590
10591         * dgnushack.el: Autoload unmorse-region for XEmacs.
10592
10593         * lpath.el: Bind cursor-in-non-selected-windows and
10594         select-frame-set-input-focus for XEmacs.
10595
10596 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10599
10600 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * gnus-registry.el (gnus-registry-cache-save): Remove text
10603         properties when saving via the temp buffer.
10604
10605 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * message.el (message-generate-hashcash): Honor custom type.
10608
10609 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * message.el (message-generate-hashcash): Default to non-nil when
10612         hashcash is found.
10613
10614         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10615         (gnus-refer-thread-limit): Increase default to 500.
10616
10617         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10618
10619         * flow-fill.el (fill-flowed): Allow delete-space.
10620
10621 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10624         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10625         Remove autoloads.
10626
10627 2006-04-18  Simon Josefsson  <jas@extundo.com>
10628
10629         * message.el (message-generate-hashcash): Default to.
10630
10631 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10634         concatenating segments rather than before concatenating them.
10635
10636 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10639
10640 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10643
10644         * message.el (message-forward-make-body-plain): Allow
10645         message-forward-ignored-headers to be a list.
10646         (message-remove-ignored-headers): Factor out into function.
10647         (message-forward-make-body-mml): Use it.
10648
10649         * imap.el (imap-quote-specials): New function.
10650         (imap-login-auth): Quote specials.
10651
10652         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10653         (rfc2231-parse-string): Allow concatanation of parameters that
10654         aren't contiguous.  The test case is
10655           (mail-header-parse-content-type "message/external-body;
10656             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10657             access-type=LOCAL-FILE;
10658             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10659
10660 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10661
10662         * nntp.el (nntp-accept-process-output): Return the value of
10663         `nnheader-accept-process-output'.
10664
10665 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10668         (gnus-button-alist): Recognize more diff formats.
10669         (gnus-button-patch): Strip directory.
10670
10671 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10674         Emacs 22 when setting focus.
10675
10676 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus-art.el (gnus-article-treat-types): Do treatment of
10679         text/x-verbatim parts.
10680         (gnus-button-patch): New command.
10681
10682         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10683         addresses that contain invalid characters.
10684
10685 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * message.el (message-put-addresses-in-ecomplete): Use
10688         gnus-replace-in-string.
10689         (message-is-yours-p): Use the more correct
10690         mail-header-parse-address instead of
10691         mail-extract-address-components.
10692         (message-put-addresses-in-ecomplete): Fix typo.
10693
10694         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10695         keystroke.
10696
10697         * gnus-art.el (gnus-treatment-function-alist): Change order of
10698         newsgroups/generic header folding to avoid double-folding.
10699
10700         * message.el (message-hidden-headers): Add X-Draft-From.
10701
10702         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10703         command.
10704         (gnus-summary-repeat-search-article-backward): New command.
10705
10706         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10707         groups in the parent topic.
10708
10709 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10710
10711         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10712         (spam-extra-header-to-number): Return the CRM114 number as a
10713         number instead of a string.
10714
10715 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * gnus-art.el (gnus-face-properties-alist): Moved here from
10718         gnus-fun.
10719
10720         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10721
10722 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * message.el (message-strip-forbidden-properties): Only display on
10725         self-insert-command.
10726
10727         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10728         reindent.
10729         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10730
10731 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10732
10733         * smiley.el (smiley-style): Fix typo.
10734
10735 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * hashcash.el (hashcash-insert-payment-async-2): Use
10738         message-goto-eoh instead of doing it manually.
10739         (mail-add-payment): Use message-narrow-to-header instead of trying
10740         to do the same itself.
10741
10742         * message.el (message-hidden-headers): Add Face.
10743
10744         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10745         reparenting code.
10746         (gnus-summary-reparent-children): Refactored out code.
10747         (gnus-summary-thread-map): New keystroke.
10748         (gnus-summary-reparent-children): Make into command.
10749
10750         * smiley.el (smiley-style): Default to `medium' if using a large
10751         font.
10752
10753         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10754         does it itself.
10755
10756         * message.el (message-point-in-header-p): Simplify definition.
10757
10758 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * nnagent.el (nnagent-request-set-mark): Silence log file
10761         writing.
10762         (nnagent-request-set-mark): Use write-region instead of
10763         append-to-file.
10764
10765         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10766         strange select method.
10767
10768         * ecomplete.el (ecomplete-display-matches): Get highlightling
10769         right.
10770         (ecomplete-display-matches): Use literals.
10771         (ecomplete-display-matches): Disable message logging.
10772
10773         * message.el (message-display-abbrev): Small optimization.
10774
10775         * ecomplete.el (ecomplete-display-matches): Allow automatic
10776         display.
10777
10778         * message.el (message-strip-forbidden-properties): Display
10779         abbrevs.
10780         (message-display-abbrev): Get automatic display right.
10781
10782         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10783         keystrokes.
10784
10785 2006-04-13  Romain Francoise  <romain@orebokech.com>
10786
10787         TODO: Backport to v5-10!
10788
10789         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10790         Moved here (and renamed) from gnus-registry.el.
10791
10792         * gnus-registry.el: Require gnus-util.
10793         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10794
10795 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * gnus-group.el (gnus-group-catchup-current): Change
10798         if-then-else-if-then-else into cond.
10799         (gnus-group-catchup): Indent.
10800         (group-name-at-point): New function.
10801         (gnus-fetch-group): Provide default from thing at point.
10802
10803 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * message.el (message-display-abbrev): Fix regexp.
10806
10807         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10808         choosing.
10809         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10810         dead variables.
10811
10812         * message.el (message-newline-and-indent): Remove debugging.
10813         (message-display-abbrev): Use new implementation.
10814
10815 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus-art.el (gnus-article-mode): Set
10818         cursor-in-non-selected-windows to nil.
10819
10820         * smiley.el: Revert previous change.
10821         (smiley-data-directory): defvar it before using it in the
10822         defcustom of `smiley-style'.
10823
10824 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * message.el (message-newline-and-indent): New function.
10827
10828         * ecomplete.el: Implement more bits.
10829
10830         * message.el (message-put-addresses-in-ecomplete): Clean up the
10831         string.
10832
10833         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10834
10835         * gnus-sum.el (gnus-summary-save-parts): Bind
10836         gnus-summary-save-parts-counter and use it to make unique file
10837         names.
10838
10839         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10840
10841         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10842         parameter to say whether to actually parse the individual
10843         addresses.
10844
10845         * message.el (message-put-addresses-in-ecomplete): New function.
10846         (ecomplete): Require.
10847         (message-mail-alias-type): Add ecomplete as an option.
10848
10849 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10850
10851         * flow-fill.el (fill-flowed): Remove trailing space from blank
10852         quoted lines.
10853
10854 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855
10856         * smiley.el (smiley-style): Move definition later to avoid a
10857         compilation warning.
10858
10859 2006-04-12  Kenichi Handa  <handa@m17n.org>
10860
10861         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10862         buffer and then decode the buffer text if necessary.
10863         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10864         first, and after mm-encode-body, change the buffer to unibyte.
10865         Use mm-disable-multibyte instead of set-buffer-multibyte.
10866
10867 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10870         Content-Type header instead of Content-Disposition header.
10871         (gnus-mime-inline-part): Ditto.
10872         (gnus-mime-view-part-as-charset): Ignore charset that the part
10873         specifies.
10874
10875         * mm-decode.el (mm-display-part): Work with external parts and
10876         usual parts similarly.
10877
10878         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10879         instead of gnus-display-mime.
10880
10881         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10882         instead of with-temp-buffer.
10883
10884         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10885         tag to summarized topics part in order to encode non-ASCII text.
10886
10887 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * smiley.el (smiley-style): New variable.
10890         (smiley-directory): New function.
10891         (smiley-data-directory): Derive from `smiley-style' using
10892         `smiley-directory'.
10893         (smiley-regexp-alist): Add new entries.
10894
10895         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10896         (gnus-article-browse-delete-temp): Add :version.
10897
10898 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10899
10900         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10901         the sieve region.
10902
10903 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * gnus.el (gnus-version-number): Bump version.
10906
10907 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gnus.el: No Gnus v0.4 is released.
10910
10911 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10914         layout.
10915
10916         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10917         unknown charset.
10918
10919         * message.el (message-header-synonyms): Add Original-To to the
10920         default.
10921
10922         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10923         optional parameter.
10924
10925 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus-fun.el (gnus): Require it for gnus-directory.
10928
10929 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10932
10933 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10934
10935         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10936
10937 2006-04-05  Simon Josefsson  <jas@extundo.com>
10938
10939         * password.el (password-reset): New function.
10940
10941 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10942
10943         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10944         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10945
10946 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10947
10948         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10949         Some whitespace was matched into the url, which broke browsing hits
10950         > 100 when mm-url-use-external was nil.
10951
10952 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10955         gnus-extra-headers for 'Newsgroups.
10956
10957         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10958         bound.
10959
10960 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10961
10962         * pgg-gpg.el: Clean up process buffers every time gpg processes
10963         complete.
10964
10965 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10968         doc string.
10969
10970 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10971
10972         * pgg-gpg.el (pgg-gpg-process-filter)
10973         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10974
10975         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10976         lines, temporary fix.
10977
10978 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10981
10982 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10983
10984         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10985         default-enable-multibyte-characters.  This reverts the change from
10986         revision 6.17 which is no longer necessary because the passphrase
10987         is sent separately now.  GnuPG messages are unreadable under
10988         multibyte locales with default-enable-multibyte-characters set to
10989         nil.
10990
10991 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * message.el (message-tool-bar-gnome): Move "spell".
10994
10995 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10998         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10999         instead.
11000
11001 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11002
11003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11004         newsgroups handling for NNTP overviews which don't include
11005         Newsgroups.
11006
11007 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11008
11009         * message.el (message-resend): Bind message-generate-hashcash to nil.
11010
11011 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11012
11013         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11014         when searching for already-paid recipients.
11015
11016 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11017
11018         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11019         passphrases when it is not needed.
11020         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11021         passphrase stuff from gpg, should only be necessary when you use
11022         gpg with a smartcard.
11023
11024 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * mml.el (mml-insert-mime): Ignore cached contents of
11027         message/external-body part.
11028
11029         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11030         (mm-insert-part): Ditto.
11031
11032 2006-03-23  Simon Josefsson  <jas@extundo.com>
11033
11034         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11035         Reiner.
11036         (pgg-gpg-use-agent-p): Use it again.
11037
11038 2006-03-23  Simon Josefsson  <jas@extundo.com>
11039
11040         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11041         older emacsen.
11042         (pgg-gpg-use-agent-p): Don't use it.
11043
11044 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11047         if we can.
11048
11049 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11050
11051         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11052         (pgg-gpg-update-agent): New function.
11053         (pgg-gpg-use-agent-p): New function.
11054         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11055         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11056         (pgg-gpg-sign-region): Use it.
11057
11058 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11061         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11062
11063 2006-03-21  Simon Josefsson  <jas@extundo.com>
11064
11065         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11066         <wilde@sha-bang.de>.
11067         (pgg-gpg-use-agent): New variable.
11068         (pgg-gpg-process-region): Use it.
11069         (pgg-gpg-encrypt-region): Likewise.
11070         (pgg-gpg-encrypt-symmetric-region): Likewise.
11071         (pgg-gpg-decrypt-region): Likewise.
11072         (pgg-gpg-sign-region): Likewise.
11073         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11074
11075 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11078
11079         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11080         Add comment on version.
11081
11082 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * smiley.el: Add missing test smiley.
11085
11086 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * mm-decode.el (mm-with-part): New macro.
11089         (mm-get-part): Use it; work with message/external-body as well.
11090         (mm-save-part): Treat name and filename equally.
11091
11092         * mm-extern.el (mm-extern-cache-contents): New function.
11093         (mm-inline-external-body): Use it; force the part to be displayed;
11094         move undisplayer added to the cached handle to the parent.
11095
11096         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11097         (gnus-mime-view-part-as-type): Work with message/external-body.
11098
11099         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11100
11101 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11104         images in image-load-path.  [Sync with image.el, revision 1.60, in
11105         Emacs.]
11106
11107 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11110         path rather than symbol.  Always return list of directories.
11111         Guarantee that image directory comes first.  [Sync with image.el,
11112         revision 1.59, in Emacs.]
11113
11114         * message.el (message-make-tool-bar): Adjust to new API of
11115         `gmm-image-load-path-for-library'.
11116
11117         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11118
11119         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11120
11121 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11122
11123         * gnus-art.el (gnus-article-only-boring-p):
11124         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11125         intangible text.
11126         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11127
11128 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11131         `defun' instead of `gmm-defun-compat'.
11132
11133 2006-03-14  Simon Josefsson  <jas@extundo.com>
11134
11135         * message.el (message-unique-id): Don't use message-number-base36
11136         if (user-uid) is a float.
11137         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11138
11139 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11142
11143         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11144         empty line between a part and a message part.
11145
11146 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * smiley.el: Add more test smileys.
11149         (smiley-data-directory, smiley-regexp-alist)
11150         (gnus-smiley-file-types): Fix doc strings.
11151         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11152         adding new elements.
11153         (smiley-mouse-map): Unused code.  Make it a comment.
11154
11155 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11158         scan latest NoCeM messages instead of old ones.
11159         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11160         delimiters that are recently used.
11161         (gnus-nocem-load-cache): Add autoload cookie.
11162
11163         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11164
11165         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11166         level which is larger than gnus-use-nocem is specified.
11167
11168         * gnus-group.el (gnus-group-get-new-news): Ditto.
11169
11170 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-util.el (gnus-tool-bar-update): New function.
11173
11174         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11175         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11176
11177         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11178
11179         * gnus-group.el (gnus-group-redraw-when-idle)
11180         (gnus-group-redraw-check): Remove.
11181         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11182
11183 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11186         if optional last element is specified in splits (FIELD VALUE...).
11187
11188 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11191         to gmm-image-load-path-for-library.  Call with no-error argument.
11192         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11193
11194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11195
11196         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11197
11198         * gmm-utils.el (gmm-image-load-path): Remove alias.
11199
11200 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gmm-utils.el (gmm-image-load-path): Add alias.
11203
11204         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11205         nnml-generate-nov-databases-1.
11206         (nnml-generate-nov-databases): Use it.
11207         (nnml-generate-nov-databases-directory): Document no-active
11208         argument.
11209
11210         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11211         directory if path is t.  Add no-error.
11212
11213         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11214         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11215
11216         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11217         resetting gnus-article-browse-html-temp-list.
11218
11219         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11220         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11221         Add example to docstring.  Rename local variables.  Move error
11222         checks to default case in cond and simplify.
11223
11224 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11227         handle is multipart when calling it recursively.
11228         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11229
11230 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11231
11232         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11233         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11234
11235 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11238         is loaded.
11239
11240         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11241         loaded.
11242
11243 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11246         to "Emacs 23 (unicode)" in doc string.
11247
11248         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11249         "Emacs 23 (unicode)" in comment.
11250
11251 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11254
11255         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11256         characters 160 through 255 in Emacs 23.
11257
11258 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11261         gnus-article-browse-html-temp.
11262         (gnus-article-browse-delete-temp): Make it customizable.  Add
11263         `file'.  Adjust doc string.
11264         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11265         query for each file.  Adjust doc string.
11266         (gnus-article-browse-html-parts): Add
11267         `gnus-article-browse-delete-temp-files' to
11268         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11269
11270 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11271
11272         * gnus-art.el (gnus-article-browse-html-temp)
11273         (gnus-article-browse-delete-temp): New variables.
11274         (gnus-article-browse-delete-temp-files): New function.
11275         (gnus-article-browse-html-parts): Use it.
11276
11277 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11280
11281         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11282         string.
11283
11284         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11285         gnus-summary-insert-new-articles when unplugged.  Remove
11286         gnus-summary-search-article-forward.
11287
11288         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11289         display-visual-class instead of display-color-cells.
11290
11291 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * dgnushack.el: Autoload customize-group for XEmacs.
11294
11295         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11296         message/* containing non-ASCII text properly.
11297
11298 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * message.el: Require gmm-utils, remove autoloads.
11301         (message-tool-bar): Set default based on
11302         gmm-tool-bar-style.
11303         (message-tool-bar-gnome): Add gmm-customize-mode.
11304
11305         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11306         gmm-tool-bar-style.
11307         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11308
11309         * gnus-group.el (gnus-group-tool-bar): Set default based on
11310         gmm-tool-bar-style.
11311         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11312
11313         * gmm-utils.el (gmm-image-directory): Rename variable from
11314         gmm-image-load-path.
11315         (gmm-image-load-path): Use gmm-image-directory.
11316         (gmm-customize-mode): New function.
11317         (gmm-tool-bar-style): New variable.
11318
11319         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11320         gnus-group-redraw-line-number.
11321         (gnus-group-redraw-check): Simplify.
11322         (gnus-group-tool-bar-update): Remove redraw check.
11323         (gnus-group-make-tool-bar): Add redraw check.
11324
11325 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11326
11327         * gnus-art.el (gnus-button): Add missing parentheses.
11328
11329 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * lpath.el: Fbind line-number-at-pos.
11332
11333 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11336
11337 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-art.el (gnus-button): New face.
11340         (gnus-article-button-face): Use it.
11341
11342         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11343         gnus-summary-next-page.  Re-order.
11344
11345         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11346         next-node are now included.
11347         (gnus-group-redraw-line-number): New internal variable.
11348         (gnus-group-redraw-check): Helper function for updating the tool
11349         bar.
11350         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11351
11352         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11353
11354         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11355         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11356         Use it to match format of Spamassassin 3.0 and later.  Reported by
11357         IRIE Tetsuya <irie@t.email.ne.jp>.
11358         (spam-check-bogofilter)
11359         (spam-bogofilter-register-with-bogofilter): Fix args of
11360         `gnus-error' calls.
11361
11362 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11365         unnecessary interaction when sending queued mails.  Reported by
11366         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11367
11368 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11371         first or last are nil.
11372
11373 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11374
11375         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11376
11377 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11380
11381 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382
11383         * dns.el (query-dns): Protect more against buggy tcp output.
11384
11385 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11388         nov.php.
11389
11390 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11391
11392         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11393         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11394         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11395         output on the server side.
11396         (nnweb-google-create-mapping): Update regexps and add some
11397         progress indication.
11398
11399 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11402         gnus-agent-toggle-plugged.  Re-order icons.
11403         (gnus-group-tool-bar-gnome): Add
11404         gnus-group-{prev,next}-unread-group.
11405         (gnus-group-tool-bar-gnome): Re-order icons.
11406
11407         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11408         gnus-summary-insert-new-articles.
11409
11410         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11411         comments.
11412
11413         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11414         also available in Emacs 21.3.
11415
11416         * message.el (message-fix-before-sending): Change "Emacs 22" to
11417         "Emacs 23 (unicode)" in comment.
11418
11419         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11420         "Emacs 23 (unicode)" in comment.
11421
11422         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11423         comment.
11424         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11425
11426         * mm-view.el (mm-fill-flowed): Add :version.
11427
11428 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11431         and load-path.
11432
11433 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * message.el: Autoload gmm-image-load-path.
11436         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11437         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11438         consitency.
11439
11440         * gmm-utils.el (gmm-image-load-path): Also search in
11441         "../etc/images".  Don't set gmm-image-load-path if we don't find
11442         the image.
11443
11444 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gmm-utils.el (gmm-image-load-path): Don't make
11447         `gmm-image-load-path' include subdirectories which the second arg
11448         `image' might specify.
11449
11450         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11451         subdirectory to icon file names.
11452
11453         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11454
11455 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11458         gmm-image-load-path calls.
11459
11460         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11461
11462         * message.el (message-make-tool-bar): Ditto.
11463
11464         * mml.el (mml-preview): Added comment concerning tool bar icons.
11465
11466         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11467         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11468
11469         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11470         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11471
11472         * message.el (message-tool-bar-gnome): Use new icon names.
11473         (message-make-tool-bar): Use `gmm-image-load-path'.
11474
11475         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11476         functions from MH-E.
11477         (gmm-image-load-path): New variable from MH-E.
11478         (gmm-image-load-path): New function from MH-E.  Added arguments
11479         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11480         *-image-load-path-called-flag.
11481
11482 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11483
11484         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11485
11486 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11487
11488         * nnimap.el (nnimap-request-move-article): Change folder back to
11489         source group before deleting.
11490
11491 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11494
11495         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11496         mm-url.
11497
11498         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11499
11500 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11503         coding system which mm-charset-to-coding-system returns for a
11504         given charset is valid.
11505
11506 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11507
11508         * html2text.el (html2text-remove-tag-list):
11509         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11510
11511 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11512
11513         * gnus-cus.el: Revert 2005-10-17 change.
11514
11515 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-art.el (article-strip-banner): Call
11518         article-really-strip-banner only when the regexp match is made.
11519
11520 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-art.el (article-strip-banner): Use
11523         gnus-extract-address-components instead of
11524         mail-header-parse-addresses to make it work with non-ASCII text;
11525         remove mail-encode-encoded-word-string.
11526
11527         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11528         values which are surrounded with \"...\"; make it never cause a
11529         Lisp error; give up parsing of parameters if it failed in
11530         extracting type.
11531
11532 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11533
11534         * smime.el (smime-cert-by-ldap-1): Fix bug where
11535         `smime-ldap-search' returns results without userCertificates.
11536
11537 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11540
11541 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * spam.el (spam-check-spamassassin-headers): Adapt format for
11544         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11545         <ari@mbf.ocn.ne.jp>.
11546         (spam-list-of-processors): Add spam-use-gmane.
11547
11548 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11551         make-temp-file; make it work with XEmacs as well.
11552
11553         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11554         mm-make-temp-file.
11555
11556         * mm-decode.el (mm-display-external): Use the 3rd arg of
11557         mm-make-temp-file.
11558         (mm-create-image-xemacs): Ditto.
11559
11560 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11563         with message-narrow-to-headers.
11564         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11565         (gnus-draft-check-draft-articles): New function.
11566         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11567
11568 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-art.el (gnus-article-browse-html-parts):
11571         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11572         Don't use suffix argument for mm-make-temp-file for Emacs 21
11573         compatibility.  Remove useless `format'.
11574
11575 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11576
11577         * nnweb.el (nnweb-google-wash-article): Update regexps.
11578         (nnweb-group-alist): Use defvoo instead of defvar.
11579
11580 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11583         re-loading nn* modules.
11584
11585 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11588         for `tool-bar-mode' and don't check it's default-value.
11589
11590         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11591
11592         * message.el (message-make-tool-bar): Ditto.
11593
11594         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11595         `substring'.  Shorten tmp-file name.
11596
11597         * gnus.el: Remove bogus comment.
11598
11599 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11600
11601         * gnus-art.el (gnus-article-browse-html-parts): New function.
11602         (gnus-article-browse-html-article): New function for viewing html
11603         articles with a browser.
11604
11605 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11606
11607         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11608         in elisp.
11609         (pgg-gpg-encrypt-symmetric-region): Ditto.
11610         (pgg-gpg-sign-region): Ditto.
11611
11612         * pgg-def.el (pgg-text-mode): New variable.
11613
11614         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11615         (mml2015-pgg-encrypt): Ditto.
11616
11617         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11618         (mml1991-pgg-encrypt): Ditto.
11619
11620 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11623         message-make-date instead of current-time-string.
11624
11625         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11626         to gnus-decoded which mm-uu might set.
11627
11628 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11631         don't decode quoted parameters; remove misimported Emacs code.
11632         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11633         (rfc2231-decode-encoded-string): Don't use split-string which
11634         behaves differently according to Emacs version; use
11635         mm-decode-coding-region to convert charset to coding-system.
11636         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11637         (rfc2231-encode-string): Remove misimported Emacs code.
11638
11639 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11642         when calling mail-header-parse-content-type.
11643         (article-de-quoted-unreadable): Ditto.
11644         (article-de-base64-unreadable): Ditto.
11645         (article-wash-html): Ditto.
11646
11647         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11648         calling mail-header-parse-content-type and
11649         mail-header-parse-content-disposition.
11650         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11651         mail-header-parse-content-type.
11652
11653         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11654         insert charset and format parameters; encode description after
11655         inserting it to buffer.
11656         (mml-insert-parameter): Fold lines properly even if a parameter is
11657         segmented into two or more lines; change the max column to 76.
11658
11659         * rfc1843.el (rfc1843-decode-article-body): Don't use
11660         ignore-errors when calling mail-header-parse-content-type.
11661
11662         * rfc2231.el (rfc2231-parse-string): Return at least type if
11663         possible; don't cause an error even if it fails in parsing of
11664         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11665         (rfc2231-encode-string): Don't break lines at the beginning, leave
11666         it to mml-insert-parameter.
11667
11668         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11669         calling mail-header-parse-content-type.
11670
11671 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * spam-report.el (spam-report-gmane-use-article-number):
11674         Improve doc string.
11675         (spam-report-gmane-internal): Check if a suitable header was found
11676         in the article.
11677
11678 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11681         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11682
11683 2006-02-05  Romain Francoise  <romain@orebokech.com>
11684
11685         Update copyright notices of all files in the gnus directory.
11686
11687 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11688
11689         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11690
11691 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11694         segmented lines of parameter value to cope with Thunderbird 1.5
11695         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11697         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11698
11699 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11700
11701         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11702         parts.
11703
11704 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11705
11706         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11707         there's only one active file for all servers.
11708         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11709         solid groups.  Gnus might have used a FAST request to select the group.
11710         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11711         and nnweb-search redundantly in the active file.
11712         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11713         (nnweb-request-create-group): Don't use ARGS.
11714         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11715         initialisations.  Let nnoo do the work.
11716
11717 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11720         Say the part has been decoded.
11721
11722         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11723
11724 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11725
11726         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11727         mailcap-viewer-test-cache when there's no 'test clause, since that
11728         will invert the meaning of a "nil" test previously determined by
11729         mailcap-mailcap-entry-passes-test.
11730
11731 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11734         compiling.
11735
11736         * gnus-sum.el: Ditto.
11737
11738         * message.el: Don't bind tool-bar-map when compiling.
11739
11740 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11743
11744 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11745
11746         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11747         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11748         current Google Groups.
11749
11750 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11753         and tool-bar-mode.
11754
11755         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11756         and tool-bar-mode.
11757
11758         * message.el (message-tool-bar-update): Simplify.
11759         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11760
11761         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11762         gnus-summary-buffer.
11763         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11764         gnus-summary-reply.
11765
11766         * gmm-utils.el (gmm): Add :version.
11767
11768 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * Makefile.in (clean): New rule.
11771         (distclean): Use it.
11772
11773 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11774
11775         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11776         autoload.
11777
11778 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gmm-utils.el (gmm-verbose): Add :group.
11781
11782 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * message.el: Change some comments WRT tool-bars.
11785
11786         * gnus-sum.el (gnus-summary-tool-bar)
11787         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11788         (gnus-summary-tool-bar-zap-list): New variables.
11789         (gnus-summary-make-tool-bar): Complete rewrite using
11790         `gmm-tool-bar-from-list'.
11791
11792         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11793         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11794         variables.
11795         (gnus-group-make-tool-bar): Complete rewrite using
11796         `gmm-tool-bar-from-list'.
11797         (gnus-group-tool-bar-update): New function.
11798
11799         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11800
11801 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11804         is dissected into a single part of which the type is the same as
11805         the given one; decode charset.
11806
11807 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11808
11809         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11810         into alists as symbol not string, since that's what
11811         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11812         look for.
11813
11814 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11817         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11818
11819         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11820
11821 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11824         (gnus-xmas-mime-security-button-menu): New function.
11825
11826         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11827         (gnus-mime-security-button-menu): New definition.
11828         (gnus-mime-security-button-map): Use them.
11829         (gnus-mime-security-button-menu): New function.
11830         (gnus-insert-mime-security-button): Addition to help echo.
11831         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11832         (gnus-mime-security-pipe-part): New functions.
11833
11834         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11835         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11836
11837         * mm-decode.el (mm-handle-set-disposition): Remove.
11838         (mm-handle-set-description): Remove.
11839
11840 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11843         (mm-w3m-standalone-supports-m17n-p): New function.
11844         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11845         w3m usage.
11846
11847         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11848         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11849
11850 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * message.el (message-tool-bar-zap-list): Use
11853         gmm-tool-bar-zap-list as custom type.
11854         (message-tool-bar-update): New function.
11855         (message-tool-bar, message-tool-bar-gnome)
11856         (message-tool-bar-retro): Add message-tool-bar-update.
11857         (message-tool-bar-gnome): Add flyspell-buffer.
11858
11859         * gnus-util.el (gnus-error): Describe `args'.
11860
11861         * gmm-utils.el (gmm-error): Describe `args'.
11862         (gmm-tool-bar-zap-list): New widget.
11863         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11864
11865 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11868         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11869         the number of recursive calls.
11870
11871         * mm-decode.el (mm-handle-set-disposition): New macro.
11872         (mm-handle-set-description): New macro.
11873
11874 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11877         encoding.
11878
11879 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-tool-bar-zap-list, message-tool-bar)
11882         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11883         (message-tool-bar-local-item-from-menu): Remove.
11884         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11885         (message-make-tool-bar): New function.
11886         (message-mode): Use `message-make-tool-bar'.
11887
11888         * gmm-utils.el: New file.
11889         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11890         (gmm-lazy): New widget copied from `nnmail.el'.
11891         (gmm-tool-bar-from-list): New function for creating customizable
11892         tool bars.
11893         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11894         output.
11895         (gmm): Add :prefix to defgroup.
11896
11897 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11898
11899         * gmm-utils.el (gmm-widget-p): New function.
11900
11901 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * mml.el (mml-attach-file): Describe `description' in doc string.
11904         (mml-menu): Add Emacs MIME manual and PGG manual.
11905
11906 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11907
11908         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11909
11910 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11911
11912         * nntp.el (nntp-end-of-line): Doc fix.
11913
11914 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11915
11916         * imap.el (imap-open): Handle case where buffer is a buffer
11917         object.
11918
11919 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11920
11921         * gnus-delay.el (gnus-delay): Don't autoload.
11922         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11923         to be re-loaded when customizing the `gnus-delay' group.
11924
11925 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11926
11927         * message.el (message-insert-citation-line): Use newlines.
11928
11929 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11930
11931         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11932         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11933         these routines, so the passphrase can be managed externally and
11934         passed in to the system.
11935         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11936         pgg-add-passphrase-to-cache function.
11937
11938         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11939         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11940         these routines, so the passphrase can be managed externally and
11941         passed in to the system.
11942         (pgg-pgp5-sign-region): Use new name of
11943         pgg-add-passphrase-to-cache function.
11944
11945 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11946
11947         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11948         part of the decoded armor to find the key-identifier.
11949         (pgg-gpg-lookup-key-owner): New function to return the
11950         human-readable identifier of a key owner.
11951         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11952         itself.
11953         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11954         the key value) if we have a key and can match it against a secret
11955         key.  Also, added a note pointing out fact that the prompt only
11956         indicates the first matching key.
11957
11958         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11959         pgg-decrypt-region.
11960         (pgg-add-passphrase-to-cache): Rename from
11961         `pgg-add-passphrase-cache' to reduce confusion (all callers
11962         changed).
11963         (pgg-remove-passphrase-from-cache): Rename from
11964         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11965         changed).
11966         (pgg-read-passphrase, pgg-add-passphrase-cache)
11967         (pgg-remove-passphrase-cache): Add informative docstrings.
11968         (pgg-decrypt): Convey provided passphrase in subordinate call to
11969         pgg-decrypt-region.
11970
11971 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11972
11973         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11974         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11975         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11976         'passphrase' argument, so the passphrase can be managed externally
11977         and then passed in to the system.
11978
11979         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11980         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11981         so the passphrase cache can be used reliably with identifiers
11982         besides a pgp packet's key id.
11983
11984         * pgg-gpg.el (pgg-gpg-encrypt-region)
11985         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11986         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11987         these routines, so the passphrase can be managed externally and
11988         passed in to the system.
11989
11990         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11991         'notruncate' argument, so the passphrase cache can be used
11992         reliably with identifiers besides a pgp packet's key id.
11993
11994 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11995
11996         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11997         symmetric encryption.
11998         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11999         encrypted session key.
12000         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12001         message ask for the passphrase in a proper way.
12002
12003         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12004         New user commands for symmetric encryption.
12005
12006 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12009
12010         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12011
12012 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12013
12014         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12015
12016 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-decode.el (mm-inlined-types): Add application/pgp.
12019         (mm-automatic-display): Ditto.
12020
12021         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12022         part as text.
12023
12024 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * nnrss.el: Update copyright.
12027         (nnrss-opml-import): Query whether to subscribe to each entry.
12028
12029         * gnus-art.el:
12030         * gnus-sum.el:
12031         * gnus-xmas.el:
12032         * messagexmas.el:
12033         * mm-uu.el:
12034         * mm-view.el: Update copyright.
12035
12036 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * message.el (message-info): New function.
12039         (message-mode-menu): Add it.
12040         Update copyright.
12041
12042         * ChangeLog: Fix and update copyright.
12043
12044 2006-01-13  Romain Francoise  <romain@orebokech.com>
12045
12046         * message.el (message-forward-subject-name-subject): Prefer the
12047         address to 'nowhere' if the sender has no name.
12048         Fix typo.  Update copyright year.
12049
12050 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-art.el (article-wash-html): Use
12053         gnus-summary-show-article-charset-alist if a numeric arg is given.
12054         (gnus-article-wash-html-with-w3m-standalone): New function.
12055
12056         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12057         mm-inline-text-html-render-with-w3m-standalone.
12058         (mm-text-html-washer-alist): Map w3m-standalone to
12059         gnus-article-wash-html-with-w3m-standalone.
12060         (mm-inline-text-html-render-with-w3m-standalone): New function.
12061
12062 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12065         Improve LaTeX.
12066
12067 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12070         (nnrss-request-article): Render text/plain parts as HTML.
12071
12072         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12073         the buffer.
12074
12075 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12078         custom definition of `gnus-posting-styles'.
12079
12080         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12081         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12082
12083 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12086         Use nntp for bug archive.
12087
12088 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12091         parts.
12092         (nnrss-normalize-date): New function converts ISO 8601 date into
12093         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12094         (nnrss-check-group): Use it.
12095
12096 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12099
12100         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12101         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12102         (nnrss-insert-w3): Ditto.
12103
12104 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12107         the articles to be forwarded including the case where neither a
12108         number of articles nor a region is specified.
12109
12110 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * nnrss.el (nnrss-request-article): Fix last change; fill
12113         text/plain parts.
12114
12115 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12118         in text/plain part.
12119         (nnrss-check-group): Don't add excessive newline to dc:subject.
12120
12121 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12122
12123         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12124         article.
12125
12126 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12129         (nnml-use-compressed-files, nnml-save-mail): Support other
12130         comression programs such as bzip2.
12131
12132 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12133
12134         * dns.el (query-dns): Make sure we check the buffer size before
12135         removing tcp headers.
12136
12137 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12140         remove MIME buttons associated with multipart/alternative parts.
12141         (gnus-mime-display-alternative): Tag buttons using `article-type'
12142         text property.
12143
12144         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12145         associated with multipart/alternative parts.
12146
12147         * gnus-art.el (gnus-signature-separator): Fix custom type.
12148
12149         * mm-decode.el (mm-inlined-types): Fix custom type.
12150         (mm-keep-viewer-alive-types): Ditto.
12151         (mm-automatic-display): Ditto.
12152         (mm-attachment-override-types): Ditto.
12153         (mm-inline-override-types): Ditto.
12154         (mm-automatic-external-display): Ditto.
12155
12156 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * spam-report.el (spam-report-user-mail-address)
12159         (spam-report-user-agent): New variables.
12160         (spam-report-url-ping-plain): Use spam-report-user-agent.
12161
12162 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12163
12164         * gnus-art.el (gnus-button-handle-custom): Do not just use
12165         `customize-apropos' for any "M-x customize-*" button but the
12166         function called for.  Accept both the function name and its
12167         argument in order to achieve this.
12168         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12169         function name to `gnus-button-handle-custom' in case of "M-x
12170         customize-*" buttons.
12171
12172 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12175         multipart/alternative and add xref to mm-discouraged-alternatives
12176         in doc string.
12177
12178         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12179         gnus-buttonized-mime-types in doc string.
12180
12181 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12184         Suggest image/.* in the doc string.
12185
12186 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12189         message-marks (Debian bug #342521).
12190
12191 2005-12-12  Simon Josefsson  <jas@extundo.com>
12192
12193         * password.el (password-read-from-cache): Add.
12194         (password-read): Use it.
12195
12196 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12199         us-ascii as a MIME charset.
12200
12201         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12202         against the case where the 2nd arg TYPE is nil.
12203
12204 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * pop3.el (pop3-stream-type): Fix custom version.
12207
12208         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12209
12210 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12211
12212         * mm-decode.el (mm-display-external): Add missing cdr.
12213
12214 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12217         RFC1524) if it is in mailcap or add a suffix according to
12218         mailcap-mime-extensions when generating a temp filename; postpone
12219         deleting a temp file for 2 seconds for some wrappers, shell
12220         scripts, and so on, which might exit right after having started a
12221         viewer command as a background job.
12222
12223 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * nntp.el (nntp-marks-directory): Fix custom group.
12226
12227         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12228         steps when < 10.
12229
12230         * gnus-start.el (gnus-no-server-1): Mention
12231         `gnus-level-default-subscribed' in doc string.
12232
12233 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12234
12235         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12236         parens.
12237
12238 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-xmas.el (gnus-use-toolbar): Revert.
12241         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12242         gnus-use-toolbar is default.
12243
12244         * messagexmas.el (message-use-toolbar): Revert.
12245         (message-setup-toolbar): Use global default-toolbar if
12246         message-use-toolbar is default.
12247
12248 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12251         according to default-toolbar-visible-p.
12252
12253         * messagexmas.el (message-use-toolbar): Ditto.
12254
12255 2005-11-26  Dave Love  <fx@gnu.org>
12256
12257         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12258         (tls-program, tls-success): Provide openssl alternative.
12259
12260         * starttls.el: Doc fixes.
12261         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12262         SERVICE to PORT.
12263
12264         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12265         port null or service name.
12266         (starttls-negotiate): Autoload.
12267
12268 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * message.el (message-kill-to-signature): Fix interactive spec.
12271
12272 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * pop3.el (pop3-open-server): Recognize a string as a service name.
12275
12276 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12277
12278         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12279
12280 2005-11-23  Dave Love  <fx@gnu.org>
12281
12282         Add pop3s, pop3/starttls.
12283
12284         * pop3.el (pop3-authentication-scheme): Clarify doc.
12285         (open-tls-stream, starttls-open-stream): Autoload.
12286         (pop3-stream-type): New.
12287         (pop3-open-server): Use it.
12288
12289         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12290         for POP.
12291         (mail-source-keyword-map): Add :stream for POP.
12292         (mail-source-fetch-pop): Use pop3-stream-type.
12293
12294 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12297         of current-time-string.
12298
12299 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12300
12301         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12302         date header.
12303
12304 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12305
12306         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12307         it can seriously impact performance as it bypasses the agent's
12308         local caches.
12309
12310 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12311
12312         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12313         must be explicitly online rather than "not explicitly offline" for
12314         its flags to be synchronized.
12315
12316         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12317         that gnus-uu-unmark-thread will function correctly.
12318
12319         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12320         1024K is instead displayed as 1M.
12321
12322 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12325
12326 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12327
12328         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12329
12330 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12331
12332         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12333         error message to display actual error condition.
12334         (gnus-agent-save-local): Avoid saving symbols that are bound to
12335         nil as they simply result in a warning message in
12336         gnus-agent-read-local.
12337
12338 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12341         rather than make-variable-buffer-local for file-precious-flag.
12342
12343 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12344
12345         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12346         for duplicates which are removed.  The invalid sort check then
12347         triggers a rescan after the sort as sorting may have moved
12348         duplicate entries such that they can be cheaply detected.
12349
12350 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12353
12354 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12355
12356         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12357         internal variable to a custom variable.  Changed default value
12358         from compressed(2) to uncompressed(1).
12359         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12360         support for uncompressed agentview files.  Taken together, reading
12361         the agentview file should now be 6-7 times faster.
12362
12363 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12364
12365         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12366         as a buffer-local variable.  This avoids creating truncated
12367         dribble files as a result of a hang up, eg.
12368
12369 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12370
12371         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12372         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12373         XEmacs.
12374
12375 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus-start.el (gnus-start-draft-setup): Enforce
12378         `gnus-draft-mode' for nndraft:drafts at startup.
12379
12380         * gnus.el (gnus-splash): Change custom group.
12381         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12382         allow-list argument.
12383
12384         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12385         string.
12386
12387 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * gnus-art.el (gnus-default-article-saver): Add user-defined
12390         `function' to custom type.
12391
12392 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12393
12394         * imap.el (imap-open): Handle case where buffer is a buffer
12395         object.
12396
12397 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12400         long lines.
12401         (gnus-cache-delete-group): Wrap doc strings.
12402
12403         * gnus-agent.el (gnus-agent-rename-group)
12404         (gnus-agent-delete-group): Wrap doc strings.
12405
12406 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * messagexmas.el (message-use-toolbar): Change the valid values
12409         into default, top, bottom, left, and right.
12410         (message-toolbar-thickness): New variable.
12411         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12412         well.
12413         (message-setup-toolbar): Make it work.
12414
12415         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12416         (gnus-use-toolbar): Change the valid values into default, top,
12417         bottom, left, and right.
12418         (gnus-toolbar-thickness): New variable.
12419         (gnus-xmas-setup-toolbar): New function.
12420         (gnus-xmas-setup-group-toolbar): Use it.
12421         (gnus-xmas-setup-summary-toolbar): Use it.
12422
12423 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12424
12425         * gnus-start.el (gnus-1): Add "native" to
12426         gnus-predefined-server-alist.
12427
12428         * gnus.el (gnus-method-to-server): Don't add "native" to the
12429         lists here, because that leads to problems when
12430         gnus-select-method is bound.
12431
12432 2005-11-09  Simon Josefsson  <jas@extundo.com>
12433
12434         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12435         use (not sort-by-date) instead.
12436
12437 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12438
12439         * gnus-delay.el (gnus-delay-group): Don't autoload.
12440         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12441         to be re-loaded when customizing the `gnus-delay' group.
12442
12443 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12444
12445         * message.el: Revert last changes.
12446         (message-insert-citation-line): Use newlines.
12447
12448 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12449
12450         * message.el (message-courtesy-message)
12451         (message-mark-insert-begin, message-mark-insert-end)
12452         (message-elide-ellipsis, message-cancel-message)
12453         (message-add-header, message-change-subject)
12454         (message-cross-post-followup-to-header)
12455         (message-cross-post-insert-note, message-reduce-to-to-cc)
12456         (message-widen-reply, message-delete-not-region)
12457         (message-kill-to-signature, message-insert-signature)
12458         (message-insert-importance-high, message-insert-importance-low)
12459         (message-insert-or-toggle-importance)
12460         (message-insert-disposition-notification-to)
12461         (message-indent-citation, message-yank-original)
12462         (message-cite-original-without-signature, message-cite-original)
12463         (message-insert-citation-line, message-position-on-field)
12464         (message-fix-before-sending, message-send-mail-partially)
12465         (message-send-mail, message-send-mail-with-sendmail)
12466         (message-send-mail-with-qmail, message-send-news)
12467         (message-check-news-header-syntax, message-generate-headers)
12468         (message-insert-courtesy-copy, message-fill-address)
12469         (message-fill-header, message-shorten-references)
12470         (message-setup-1, message-cancel-news)
12471         (message-forward-make-body-plain, message-forward-make-body-mime)
12472         (message-forward-make-body-mml, message-encode-message-body)
12473         (message-forward-make-body-digest-plain)
12474         (message-forward-make-body-digest-mime)
12475         (message-use-alternative-email-as-from): Insert `hard-newline'
12476         instead of ordinary newlines.
12477
12478 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * message.el (message-generate-headers): Downcase the argument
12481         given to message-check-element.
12482
12483 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12484
12485         * nntp.el (nntp-authinfo-rejected): New error condition.
12486         (nntp-wait-for): Use new error condition to signal authentication
12487         error.
12488         (nntp-retrieve-data): Rethrow new error condition to break out of
12489         recursive call to nntp-send-authinfo.
12490
12491 2005-11-08  Romain Francoise  <romain@orebokech.com>
12492
12493         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12494         (gnus-summary-exit-map): Bind to `Z p'.
12495         (gnus-summary-make-menu-bar): Add menu item.
12496
12497 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12500         (gnus-treat-*): Add `first' in all doc strings.
12501
12502         * gnus-group.el (gnus-group-compact-group): Fix typo.
12503
12504 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus.el (gnus-parameters-case-fold-search): New variable.
12507         (gnus-parameters-get-parameter): Use it.
12508
12509         * gnus-score.el (gnus-home-score-file): Doc fix.
12510
12511 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12512
12513         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12514
12515 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * mm-util.el (mm-special-display-p): New function.
12518
12519         * mml.el (mml-preview): Use it; doc fix.
12520
12521 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12522
12523         * imap.el (imap-open): Handle case where buffer is a buffer object.
12524
12525 2005-10-29  Romain Francoise  <romain@orebokech.com>
12526
12527         * message.el (message-fix-before-sending): Fix comment.
12528
12529 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12530
12531         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12532
12533 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12534
12535         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12536         Used in gnus-score.el.
12537
12538 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12541
12542 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12545         whitespace removed in revision 7.8.  Use concatenated string to
12546         protect trailing whitespace.
12547
12548 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12549
12550         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12551         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12552         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12553         Courier IMAP ("some version from 2004").  Mostly based on similar
12554         code in the same function.
12555
12556 2005-10-26  Didier Verna  <didier@xemacs.org>
12557
12558         * gnus-group.el (gnus-group-compact-group): Invalidate original
12559         article buffer.
12560         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12561         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12562         NOV database and in article itself.
12563         Invalidate article backlog.
12564
12565 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12568
12569 2005-10-26  Simon Josefsson  <jas@extundo.com>
12570
12571         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12572         part of 2004-07-25 change.
12573
12574 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * message.el (message-display-completion-list): New function.
12577         (message-expand-group): Use it; make sure the Completions buffer
12578         is modifiable.
12579 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12580
12581         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12582         user-mail-name is an empty string.
12583
12584 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12587         depending on gnus-score-decay-constant.
12588
12589         * encrypt.el (encrypt-insert-file-contents)
12590         (encrypt-write-file-contents): Don't use `gnus-message'.
12591
12592         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12593         arguments.
12594         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12595         arguments to mm-uu-verbatim-marks-extract.
12596         (mm-uu-hide-markers): New variable.
12597         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12598
12599         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12600         (gnus-convert-image-to-face-command): Use "convert" by default to
12601         allow other input image formats.
12602         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12603         accordingly.
12604
12605 2005-10-23  Simon Josefsson  <jas@extundo.com>
12606
12607         * imap.el (imap-gssapi-program): Align command line parameters
12608         with latest GNU SASL.
12609         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12610
12611 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12614         HTML.
12615         (nnslashdot-request-article): Ditto.
12616
12617         * lpath.el (featurep): Add nobreak-char-display.
12618
12619 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12620
12621         * mail-source.el (mail-source-fetch-pop): Require pop3.
12622         (mail-source-check-pop): Ditto.
12623
12624 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12627         errors.
12628
12629 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12632         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12633
12634         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12635
12636         * mm-bodies.el (mm-decode-string): Call
12637         `mm-charset-to-coding-system' with allow-override argument.
12638
12639 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12642         (rfc2047-charset-to-coding-system): New function.
12643         (rfc2047-decode-encoded-words): New function.
12644         (rfc2047-decode-region): Use them.
12645         (rfc2047-decode-cte): Remove.
12646         (rfc2047-parse-and-decode): Remove.
12647         (rfc2047-decode): Remove.
12648
12649 2005-10-15  Kenichi Handa  <handa@m17n.org>
12650
12651         * rfc2047.el (rfc2047-decode-cte): New function.
12652         (rfc2047-decode-region): Change the way to decode successive
12653         encoded-words: decode B- or Q-encoding in each encoded-word,
12654         concatenate them, and decode it as charset.
12655
12656 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * lpath.el: Fbind codepage-setup for XEmacs.
12659
12660 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12661
12662         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12663         widget-move-and-invoke.
12664         (gnus-custom-mode): Use gnus-custom-map.
12665
12666 2005-10-15  Bill Wohler  <wohler@newt.com>
12667
12668         * message.el (message-tool-bar-map): Renamed image file from
12669         mail_send to mail/send.
12670
12671 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12672
12673         * message.el (message-expand-group): Pass the common
12674         prefix substring of completion to `display-completion-list'.
12675
12676 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * mml-sec.el (mml-secure-method): New internal variable.
12679         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12680         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12681         functions using mml-secure-method.
12682
12683         * mml.el (mml-mode-map): Add key bindings for those functions.
12684         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12685         Harder <harder@myrealbox.com>.
12686         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12687         end of message if point is the headers of the message.
12688
12689         * message.el (message-in-body-p): New function.
12690
12691         * assistant.el: Autoload gnus-util and netrc.
12692
12693         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12694         Use `mm-charset-override-alist' only when decoding.
12695
12696         * mm-bodies.el (mm-decode-body): Call
12697         `mm-charset-to-coding-system' with allow-override argument.
12698
12699         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12700         `filename' from Content-Disposition if Content-Type doesn't
12701         provide `name'.
12702         (gnus-mime-view-part-as-type): Set default instead of
12703         initial-input.
12704
12705 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12706
12707         * format-spec.el (format-spec): Propagate text properties of % spec.
12708
12709 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-art.el (gnus-treat-predicate): Add `first'.
12712
12713 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12716         (mm-charset-override-alist): New variable.
12717         (mm-charset-to-coding-system): Use it.
12718         (mm-codepage-setup): New helper function.
12719         (mm-charset-eval-alist): New variable.
12720         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12721         about unknown charsets.
12722
12723         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12724
12725 2005-10-04  David Hansen  <david.hansen@gmx.net>
12726
12727         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12728         (nnrss-check-group): Ditto.
12729
12730 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12733         Rename x-gnus-verbatim to x-verbatim.
12734         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12735
12736         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12737         x-verbatim.
12738
12739         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12740
12741         * gnus-util.el (gnus-remove-duplicates): Remove.
12742
12743         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12744         instead of gnus-remove-duplicates.
12745
12746         * message.el (message-remove-duplicates): Remove.
12747         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12748         message-remove-duplicates.
12749
12750         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12751         available, else use implementation from `delete-dups'.
12752
12753         * message.el (message-insert-expires): New function.
12754         (message-mode-map): Add key binding.
12755         (message-mode-field-menu): Add menu entry.
12756         (message-mode): Document it.
12757         (message-make-expires-date): Use `message-make-date'.
12758
12759 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12760
12761         * message.el (message-make-expires-date): New function.
12762
12763 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * Makefile.in (list-installed-shadows): New entry.
12766         (install): Use it.
12767         (remove-installed-shadows): New entry.
12768
12769         * dgnushack.el (dgnushack-default-load-path): New variable.
12770         (dgnushack-find-lisp-shadows): New function.
12771         (dgnushack-remove-lisp-shadows): New function.
12772
12773 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * Makefile.in (install-el-elc): New entry.
12776         (install): Use it so that .el files are necessarily installed.
12777
12778 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12781
12782 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12783
12784         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12785         function rather than the diff-mode.el package.
12786         (mm-display-external): Use with-current-buffer.
12787         (mm-viewer-completion-map, mm-viewer-completion-map):
12788         Move initialization inside declaration.
12789
12790 2005-09-29  Simon Josefsson  <jas@extundo.com>
12791
12792         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12793         autoload mail-check-payment.
12794         (spam-check-hashcash): Define unconditionally, since hashcash.el
12795         is part of Gnus now.  Ignore errors from payment checking.
12796
12797 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * message.el (message-bold-region, message-unbold-region): Rename
12800         from `bold-region' and `unbold-region'.
12801
12802         * message.el: Remove useless autoloads.
12803
12804 2005-09-28  Simon Josefsson  <jas@extundo.com>
12805
12806         * message.el (message-use-idna): Default to t.
12807         (message-use-idna): Test whether encoding works too.  Doc fix.
12808
12809 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * nntp.el (nntp-warn-about-losing-connection): Remove.
12812
12813 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12816         customizable.  Change default value.
12817         (mm-uu-diff-groups-regexp): Change default value.
12818         (mm-uu-type-alist): Add doc string.
12819         (mm-uu-configure): Add doc string.  Make it interactive.
12820         (mm-uu-tex-groups-regexp): New variable.
12821         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12822         (mm-uu-type-alist): Add LaTeX documents.
12823         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12824         of "text/verbatim".
12825         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12826
12827         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12828         instead of "text/verbatim".
12829
12830         * message.el (message-mark-inserted-region)
12831         (message-mark-insert-file): Use slrn style marks when called with
12832         prefix argument.
12833
12834 2005-09-27  Simon Josefsson  <jas@extundo.com>
12835
12836         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12837
12838 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12839
12840         * message.el (message-remove-duplicates): New function.
12841         Implementation borrowed from `gnus-remove-duplicates'.
12842         (message-idna-to-ascii-rhs): Also encode idna addresses in
12843         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12844         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12845         only ask about the same idna domain once per header and also tell
12846         in what header to replace the idna domain.
12847
12848         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12849         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12850         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12851         a header is decoded and not just the last one.
12852
12853 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12856         has been decoded.
12857
12858         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12859         (mm-insert-part): Don't modify text if it has been decoded.
12860
12861         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12862         decoded.
12863
12864         * mm-view.el (mm-inline-text): Don't strip text props unless
12865         decoding enriched or richtext parts.
12866
12867 2005-09-25  Romain Francoise  <romain@orebokech.com>
12868
12869         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12870         * gnus-start.el (gnus-subscribe-interactively):
12871         * gnus-uu.el (gnus-uu-grab-articles):
12872         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12873         space.
12874
12875 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12876
12877         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12878         * mm-view.el (mm-view-pkcs7-decrypt):
12879         * gnus-sum.el (gnus-summary-limit-to-extra)
12880         (gnus-summary-respool-article, gnus-read-move-group-name):
12881         * gnus-score.el (gnus-summary-increase-score):
12882         * gnus-util.el (gnus-completing-read-with-default):
12883         * gnus-art.el (gnus-read-save-file-name)
12884         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12885         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12886         * message.el (message-check-news-header-syntax):
12887         Follow convention for reading with the minibuffer.
12888
12889 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * spam-report.el (spam-report-url-ping-plain):
12892         Use gnus-extended-version as User-Agent.
12893
12894         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12895         default value is nil.
12896
12897         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12898         (mm-uu-verbatim-marks-extract): New function.
12899         (mm-uu-extract): New face.
12900         (mm-uu-copy-to-buffer): Use it.
12901
12902         * spam-report.el (spam-report-gmane-ham): Renamed from
12903         `spam-report-gmane-unspam'.
12904         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12905         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12906
12907         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12908         Autoload.
12909         (spam-report-gmane-unregister-routine): Renamed
12910         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12911
12912 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12913
12914         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12915         (spam-report-gmane-unregister-routine): Add support for gmane
12916         unregistration.
12917
12918         * spam-report.el (spam-report-gmane-unspam)
12919         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12920         (spam-report-gmane): Change to take a single article and do unspam
12921         registration.
12922
12923 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * mm-url.el (mm-url-decode-entities): Fix regexp.
12926
12927 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12928
12929         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12930         default to nil, to be able to use Gnus at all.  If the default
12931         switches to something else, then the function should be fixed not
12932         be exceedingly slow.
12933
12934 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12937         fail hard.
12938
12939         * spam-report.el: Add better Keywords line.
12940
12941         * spam.el: Add Maintainer and better Keywords line.
12942
12943 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * gnus-art.el (gnus-article-replace-part)
12946         (gnus-mime-replace-part): New functions.
12947         (gnus-mime-action-alist, gnus-mime-button-commands)
12948         (gnus-mime-save-part-and-strip): Added file argument.
12949         (gnus-article-part-wrapper): Added interactive argument.
12950
12951         * gnus-sum.el (gnus-summary-mime-map): Add
12952         `gnus-article-replace-part'.
12953
12954 2005-09-19  Didier Verna  <didier@xemacs.org>
12955
12956         The nnml compaction feature:
12957         * nnml.el (nnml-request-compact-group): New function.
12958         * nnml.el (nnml-request-compact): New function.
12959         * gnus-int.el (gnus-request-compact-group): New function.
12960         * gnus-int.el (gnus-request-compact): New function.
12961         * gnus-group.el (gnus-group-compact-group): New function.
12962         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12963         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12964         * gnus-srvr.el (gnus-server-compact-server): New function.
12965         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12966         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12967
12968 2005-09-18  Deepak Goel  <deego@gnufans.org>
12969
12970         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12971         format spec.
12972
12973 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12976
12977 2005-09-15  Romain Francoise  <romain@orebokech.com>
12978
12979         * message.el (message-fill-paragraph): Clarify docstring.
12980
12981 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (gnus-mime-display-part): Protect against broken
12984         MIME messages.
12985
12986 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12989         before parsing header.
12990
12991 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12992
12993         * html2text.el (html2text-replace-list): Add new entities.
12994
12995 2005-09-11  Romain Francoise  <romain@orebokech.com>
12996
12997         * message.el (message-alternative-emails): Improve docstring.
12998         (message-setup-1): Call `message-use-alternative-email-as-from'
12999         after `message-setup-hook' to give it precedence over posting
13000         styles, etc.
13001         (message-use-alternative-email-as-from): Add docstring.  Remove
13002         the original From header if present.
13003
13004         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13005         (nnml-save-mail): Use it.
13006
13007         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13008         articles.  Add new argument `silent'.
13009         (gnus-uu-mark-all): Report the total number of marked articles.
13010
13011 2005-09-10  Romain Francoise  <romain@orebokech.com>
13012
13013         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13014         (gnus-uu-mark-series): Likewise.
13015
13016 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * spam-report.el (spam-report-gmane): Fix generation of spam
13019         report URL.
13020
13021 2005-09-10  Simon Josefsson  <jas@extundo.com>
13022
13023         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13024         t, based on discussion on the ding list with Robert Epprecht
13025         <epprecht@solnet.ch>.
13026
13027 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * spam-report.el (spam-report-gmane): Make it work without
13030         X-Report-Spam header.  Gmane now only provides Archived-At.
13031         This is only used if `spam-report-gmane-use-article-number' is nil.
13032         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13033
13034         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13035         make `gnus-summary-sort-by-recipient' work with threading.
13036
13037         * nnweb.el (nnweb-google-wash-article): Print a message if article
13038         is not available.
13039
13040 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13041
13042         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13043         change.  Decode text/* parts content before displaying.
13044
13045 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13048
13049 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13052
13053         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13054         url-package-name, url-package-version,
13055         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13056         w3m-display-inline-images, and w3m-minor-mode-map.
13057
13058 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * message.el (message-tab-body-function): Fix mismatched custom type.
13061
13062         * gnus.el (gnus-group-change-level-function): Ditto.
13063
13064         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13065
13066         * gnus-art.el (gnus-signature-limit)
13067         (gnus-article-mime-part-function): Ditto.
13068
13069 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * mml.el (mml-mode): Silence the byte compiler.
13072
13073         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13074         using `(sit-for 0)' before moving the point to the specified part;
13075         skip unbuttonized parts.
13076         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13077         return to the summary window if gnus-auto-select-part is non-nil.
13078
13079 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13082         variables.
13083         (mml-dnd-attach-file, mml-mode): Use them.
13084
13085         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13086         Make fetching article by MID work again for Google Groups.  Added
13087         FIXME concerning gnus-group-make-web-group.
13088
13089         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13090         Don't depend on Gnus by using mail-extract-address-components if
13091         gnus-extract-address-components is not bound.
13092
13093 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13094
13095         * gnus-art.el (gnus-mime-display-security): Don't display the
13096         signature, but only the signed part.
13097
13098 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13101
13102         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13103         list, not listp.
13104
13105 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13106
13107         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13108         when encoding.
13109
13110         * mm-bodies.el (mm-decode-content-transfer-encoding):
13111         De-canonicalize CRLF for all text content types, not just
13112         text/plain.
13113
13114 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13117         valid article; point arrow and cursor at the MIME button.
13118
13119 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13122         Suggested by Dan Christensen <jdc@uwo.ca>.
13123
13124         * mm-decode.el (mm-save-part): Enable change of prompt.
13125
13126 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13127
13128         * gnus-msg.el (gnus-inews-add-send-actions): Made
13129         `message-post-method' lambda parameter ARG `&optional'.
13130
13131 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * gnus-sum.el (gnus-summary-mime-map): Added
13134         gnus-article-save-part-and-strip, gnus-article-delete-part and
13135         gnus-article-jump-to-part.
13136
13137         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13138         (gnus-article-edit-part): Use it.
13139         (gnus-article-part-wrapper): Added no-handle argument.
13140         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13141         functions.
13142
13143 2005-08-29  Romain Francoise  <romain@orebokech.com>
13144
13145         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13146         docstring.
13147         (gnus-face-from-file): Likewise.
13148
13149 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13152         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13153         non-nil.
13154         (gnus-auto-select-part): New variable.
13155         (gnus-article-jump-to-part): New function.
13156         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13157         (gnus-mime-delete-part): Allow selecting specified part after
13158         deleting or stripping parts.
13159         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13160         part if argument is bogus.
13161
13162 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13163
13164         * gnus-art.el (w3m-minor-mode-map):
13165         * gnus-spec.el (gnus-newsrc-file-version):
13166         * gnus-util.el (nnmail-active-file-coding-system)
13167         (gnus-original-article-buffer, gnus-user-agent):
13168         * gnus.el (gnus-ham-process-destinations)
13169         (gnus-parameter-ham-marks-alist)
13170         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13171         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13172         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13173         * mm-decode.el (gnus-current-window-configuration):
13174         * mm-extern.el (gnus-article-mime-handles):
13175         * mm-url.el (url-current-object, url-package-name)
13176         (url-package-version):
13177         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13178         (smime-keys, w3m-cid-retrieve-function-alist)
13179         (w3m-current-buffer, w3m-display-inline-images)
13180         (w3m-minor-mode-map):
13181         * mml-smime.el (gnus-extract-address-components):
13182         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13183         (gnus-newsrc-hashtb, message-default-charset)
13184         (message-deletable-headers, message-options)
13185         (message-posting-charset, message-required-mail-headers)
13186         (message-required-news-headers):
13187         * mml1991.el (mc-pgp-always-sign):
13188         * mml2015.el (mc-pgp-always-sign):
13189         * nnheader.el (nnmail-extra-headers):
13190         * rfc1843.el (gnus-decode-encoded-word-function)
13191         (gnus-decode-header-function, gnus-newsgroup-name):
13192         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13193
13194 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13195
13196         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13197         the end of the date treatments.
13198
13199 2005-08-15  Simon Josefsson  <jas@extundo.com>
13200
13201         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13202         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13203         Capello and Romain Francoise.
13204         (pgg-fetch-key-function): Removed, not used?
13205         (pgg-insert-url-with-w3): Require url, to get
13206         url-insert-file-contents regardless of where it is defined.
13207
13208 2005-08-13  Romain Francoise  <romain@orebokech.com>
13209
13210         * message.el (message-cite-original-1): New function.
13211         (message-cite-original): Use it.
13212         (message-cite-original-without-signature): Ditto.
13213
13214 2005-08-08  Romain Francoise  <romain@orebokech.com>
13215
13216         * message.el (message-yank-empty-prefix): New variable.
13217         (message-indent-citation): Use it.
13218         (message-cite-original-without-signature): Respect X-No-Archive.
13219
13220 2005-08-08  Simon Josefsson  <jas@extundo.com>
13221
13222         * pgg.el: Autoload url-insert-file-contents instead of loading
13223         w3/url.
13224         (pgg-insert-url-with-w3): Don't load url here.
13225
13226 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13227
13228         * message.el (message-kill-to-signature): Don't insert newline at
13229         bol.
13230         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13231
13232 2005-08-06  Romain Francoise  <romain@orebokech.com>
13233
13234         * message.el (message-user-fqdn): Fix typo in docstring.
13235
13236 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13237
13238         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13239
13240         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13241
13242 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * mm-bodies.el (mm-encode-body): Use coding system rather than
13245         charset to encode text.
13246
13247         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13248         number of charsets if utf-8 is available (XEmacs).
13249
13250 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13253         taken from `gnus-button-mid-or-mail-regexp'.
13254         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13255         (gnus-button-alist): Improve regexp for domain part of the MIDs
13256         for news:localpart@domain buttons.
13257         (gnus-button-ctan-directory-regexp): Update.
13258
13259 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * sieve-manage.el (sieve-manage-interactive-login): Use
13262         make-local-variable rather than make-variable-buffer-local.
13263         (sieve-manage-open): Ditto.
13264         (sieve-manage-authenticate): Ditto.
13265
13266         * mml.el (mml-generate-mime-1): Make the content type default to
13267         text/plain if the filename is not specified.
13268
13269 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13272         instead of insert-buffer.
13273
13274         * message.el (message-yank-original): Ditto; set the mark at the
13275         end of the yanked message.
13276
13277 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13280         lines to scroll rather than to stop it.
13281
13282         * mml.el (mml-generate-default-type): Add doc string.
13283         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13284         default to application/octet-stream when determining the content
13285         type if it is not specified for the part or the mml contents; add
13286         a comment about mml-generate-default-type.
13287
13288 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13291         make it default to application/octet-stream when determining the
13292         content type if it is not specified for the external contents.
13293
13294 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13297         segmented parameter but also other parameters might be there.
13298
13299 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * mm-decode.el (mm-display-external): Delete temp file, directory
13302         and buffer immediately if the external process is exited.
13303
13304 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13307         fewer lines than that of scroll-margin.
13308         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13309
13310 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-art.el (gnus-article-next-page): Revert.
13313         (gnus-article-beginning-of-window): New macro.
13314         (gnus-article-next-page-1): Use it.
13315         (gnus-article-prev-page): Ditto.
13316         (gnus-article-edit-part): Use insert-buffer-substring instead of
13317         insert-buffer.
13318         (gnus-article-edit-exit): Ditto.
13319
13320         * gnus-util.el (gnus-beginning-of-window): Remove.
13321         (gnus-end-of-window): Remove.
13322
13323         * lpath.el: Don't bind header-line-format and scroll-margin.
13324
13325 2005-07-25  Simon Josefsson  <jas@extundo.com>
13326
13327         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13328         to have the url package without w3.  Reported by Daiki Ueno
13329         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13330
13331 2005-07-20  Didier Verna  <didier@xemacs.org>
13332
13333         * gnus-diary.el: Remove the description comment (nndiary is now
13334         properly documented in the Gnus manual).
13335         Fix the spelling of "Back End".
13336         * nndiary.el: Ditto.
13337         Fix the copyright notice.
13338
13339 2005-07-18  Romain Francoise  <romain@orebokech.com>
13340
13341         * gnus-sum.el (gnus-summary-to-prefix)
13342         (gnus-summary-newsgroup-prefix): New variables.
13343         (gnus-summary-from-or-to-or-newsgroups): Use them.
13344
13345 2005-07-17  Romain Francoise  <romain@orebokech.com>
13346
13347         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13348         space as it's generally not especially interesting to the user.
13349
13350 2005-07-16  Romain Francoise  <romain@orebokech.com>
13351
13352         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13353         nil to avoid prompting and file modification if one of the
13354         messages at the top of the nnfolder file contains a copyright
13355         notice.
13356         Update copyright notice.
13357
13358         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13359         instead of `current-time-string' as the latter creates a time
13360         string that is not RFC 2822 compliant (it lacks the zone).
13361         Update copyright notice.
13362
13363 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13364
13365         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13366         for text/rtf.  Display default in prompt.  Pass default for M-n.
13367
13368         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13369
13370 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13371
13372         * gnus-msg.el (gnus-button-mailto): Remove
13373         save-selected-window-window hackery because it relies on
13374         save-selected-window internals.
13375
13376 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13379         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13380         (gnus-article-prev-page): Ditto.
13381
13382         * gnus-util.el (gnus-beginning-of-window): New function.
13383         (gnus-end-of-window): New function.
13384
13385         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13386
13387 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13388
13389         * gnus-score.el (gnus-score-edit-all-score): Set
13390         gnus-score-edit-exit-function to gnus-score-edit-done and call
13391         gnus-message.
13392
13393 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13394
13395         * gnus-msg.el (gnus-button-mailto): Remove
13396         save-selected-window-window hackery because it relies on
13397         save-selected-window internals.
13398
13399 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13402         add-minor-mode.
13403         (gnus-binary-mode): Ditto.
13404
13405         * gnus-topic.el (gnus-topic-mode): Ditto.
13406
13407 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13408
13409         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13410         (gnus-article-prev-page): Take scroll-margin into consideration.
13411
13412 2005-07-04  Lute Kamstra  <lute@gnu.org>
13413
13414         Update FSF's address in GPL notices.
13415
13416 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13417
13418         * gnus.el (gnus-exit):
13419         * gnus-group.el (gnus-group-icons):
13420         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13421
13422         * gnus-nocem.el (gnus-nocem):
13423         * message.el (message-various, message-buffers, message-sending)
13424         (message-interface, message-forwarding, message-insertion)
13425         (message-headers, message-news, message-mail):
13426         * pgg-gpg.el (pgg-gpg):
13427         * pgg-parse.el (pgg-parse):
13428         * pgg-pgp.el (pgg-pgp):
13429         * pgg-pgp5.el (pgg-pgp5):
13430         * pop3.el (pop3): Finish `defgroup' description with period.
13431
13432 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-art.el (article-display-face): Improve the efficiency.
13435         (article-display-x-face): Ditto; remove grey x-face stuff.
13436
13437 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-art.el (article-display-face): Correct the position in
13440         which Faces are inserted.
13441
13442 2005-06-29  Didier Verna  <didier@xemacs.org>
13443
13444         * gnus-art.el (article-display-face): Display faces in correct
13445         order.
13446
13447 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13450         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13451         (gnus-nocem-check-article): Fetch the Type header.
13452         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13453         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13454         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13455         make sure gnus-nocem-hashtb is initialized.
13456         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13457         (gnus-nocem-unwanted-article-p): Ditto.
13458
13459         * pgg.el (pgg-verify): Return the verification result.
13460
13461 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13462
13463         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13464         is ascii.
13465
13466 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13467
13468         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13469         `show-nonbreak-escape'.
13470
13471 2005-06-23  Lute Kamstra  <lute@gnu.org>
13472
13473         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13474
13475         * dig.el (dig-mode):
13476         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13477
13478 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13479
13480         * nnimap.el (nnimap-split-download-body): Fix spellings.
13481
13482 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13483
13484         * gnus-art.el (gnus-article-encrypt-body):
13485         * gnus-cus.el (gnus-score-customize):
13486         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13487         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13488
13489 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13490
13491         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13492         header by looking for magic "MII" at the beginnig.
13493
13494 2005-06-16  Miles Bader  <miles@gnu.org>
13495
13496         * gnus-xmas.el (gnus-xmas-group-startup-message):
13497         Use renamed gnus-splash face.
13498
13499         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13500         (assistant-field-face): New backward-compatibility alias for renamed
13501         face.
13502         (assistant-render-text): Use renamed assistant-field face.
13503
13504         * spam.el (spam): Remove "-face" suffix from face name.
13505         (spam-face): New backward-compatibility alias for renamed face.
13506         (spam-face, spam-initialize): Use renamed spam face.
13507
13508         * message.el (message-header-to, message-header-cc)
13509         (message-header-subject, message-header-newsgroups)
13510         (message-header-other, message-header-name)
13511         (message-header-xheader, message-separator, message-cited-text)
13512         (message-mml): Remove "-face" suffix from face names.
13513         (message-header-to-face, message-header-cc-face)
13514         (message-header-subject-face, message-header-newsgroups-face)
13515         (message-header-other-face, message-header-name-face)
13516         (message-header-xheader-face, message-separator-face)
13517         (message-cited-text-face, message-mml-face):
13518         New backward-compatibility aliases for renamed faces.
13519         (message-font-lock-keywords): Use renamed message faces.
13520
13521         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13522         (sieve-test-commands, sieve-tagged-arguments):
13523         Remove "-face" suffix from face names.
13524         (sieve-control-commands-face, sieve-action-commands-face)
13525         (sieve-test-commands-face, sieve-tagged-arguments-face):
13526         New backward-compatibility aliases for renamed faces.
13527         (sieve-control-commands-face, sieve-action-commands-face)
13528         (sieve-test-commands-face, sieve-tagged-arguments-face):
13529         Use renamed sieve faces.
13530
13531         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13532         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13533         (gnus-group-news-3-empty, gnus-group-news-4)
13534         (gnus-group-news-4-empty, gnus-group-news-5)
13535         (gnus-group-news-5-empty, gnus-group-news-6)
13536         (gnus-group-news-6-empty, gnus-group-news-low)
13537         (gnus-group-news-low-empty, gnus-group-mail-1)
13538         (gnus-group-mail-1-empty, gnus-group-mail-2)
13539         (gnus-group-mail-2-empty, gnus-group-mail-3)
13540         (gnus-group-mail-3-empty, gnus-group-mail-low)
13541         (gnus-group-mail-low-empty, gnus-summary-selected)
13542         (gnus-summary-cancelled, gnus-summary-high-ticked)
13543         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13544         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13545         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13546         (gnus-summary-low-undownloaded)
13547         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13548         (gnus-summary-low-unread, gnus-summary-normal-unread)
13549         (gnus-summary-high-read, gnus-summary-low-read)
13550         (gnus-summary-normal-read, gnus-splash):
13551         Remove "-face" suffix from face names.
13552         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13553         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13554         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13555         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13556         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13557         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13558         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13559         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13560         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13561         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13562         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13563         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13564         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13565         (gnus-summary-normal-ticked-face)
13566         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13567         (gnus-summary-normal-ancient-face)
13568         (gnus-summary-high-undownloaded-face)
13569         (gnus-summary-low-undownloaded-face)
13570         (gnus-summary-normal-undownloaded-face)
13571         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13572         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13573         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13574         (gnus-splash-face):
13575         New backward-compatibility aliases for renamed faces.
13576         (gnus-group-startup-message): Use renamed gnus faces.
13577
13578         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13579         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13580         (gnus-server-agent): Remove "-face" suffix from face names.
13581         (gnus-server-agent-face, gnus-server-opened-face)
13582         (gnus-server-closed-face, gnus-server-denied-face)
13583         (gnus-server-offline-face):
13584         New backward-compatibility aliases for renamed faces.
13585         (gnus-server-agent-face, gnus-server-opened-face)
13586         (gnus-server-closed-face, gnus-server-denied-face)
13587         (gnus-server-offline-face): Use renamed gnus faces.
13588
13589         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13590         Remove "-face" suffix from face names.
13591         (gnus-picon-xbm-face, gnus-picon-face):
13592         New backward-compatibility aliases for renamed faces.
13593
13594         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13595         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13596         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13597         (gnus-cite-11): Remove "-face" suffix from face names.
13598         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13599         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13600         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13601         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13602         New backward-compatibility aliases for renamed faces.
13603         (gnus-cite-attribution-face, gnus-cite-face-list)
13604         (gnus-article-boring-faces): Use renamed gnus faces.
13605
13606         * gnus-art.el (gnus-signature, gnus-header-from)
13607         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13608         (gnus-header-content): Remove "-face" suffix from face names.
13609         (gnus-signature-face, gnus-header-from-face)
13610         (gnus-header-subject-face, gnus-header-newsgroups-face)
13611         (gnus-header-name-face, gnus-header-content-face):
13612         New backward-compatibility aliases for renamed faces.
13613         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13614
13615         * gnus-sum.el (gnus-summary-selected-face)
13616         (gnus-summary-highlight): Use renamed gnus faces.
13617         * gnus-group.el (gnus-group-highlight): Likewise.
13618
13619 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13620
13621         * gnus-sieve.el (gnus-sieve-article-add-rule):
13622         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13623         * spam-stat.el (spam-stat-buffer-change-to-spam)
13624         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13625
13626         * message.el (message-is-yours-p):
13627         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13628
13629 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-view.el (mm-inline-text): Withdraw the last change.
13632
13633 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13636         executing enriched-decode.
13637
13638 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13641         charset of tar files.
13642
13643 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13644
13645         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13646
13647 2005-06-04  Lute Kamstra  <lute@gnu.org>
13648
13649         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13650         information is never recorded.
13651
13652 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13653
13654         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13655
13656 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * pop3.el (pop3-apop): Run md5 in the binary mode.
13659
13660         * starttls.el (starttls-set-process-query-on-exit-flag):
13661         Use eval-and-compile.
13662
13663 2005-05-31  Simon Josefsson  <jas@extundo.com>
13664
13665         * smime.el (smime-replace-in-string): Define.
13666         (smime-cert-by-ldap-1): Use it.
13667
13668 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-art.el (article-display-x-face): Replace
13671         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13672
13673         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13674         set-process-query-on-exit-flag or process-kill-without-query.
13675
13676         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13677         loop instead of replace-regexp.
13678
13679         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13680         instead of process-kill-without-query if it is available.
13681
13682         * lpath.el: Fbind ldap-search-entries.
13683
13684         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13685         instead of find-file-hooks if it is available.
13686
13687         * mml1991.el: Bind pgg-default-user-id when compiling.
13688
13689         * mml2015.el: Bind pgg-default-user-id when compiling.
13690
13691         * nndraft.el (nndraft-request-associate-buffer):
13692         Use write-contents-functions instead of write-contents-hooks if it is
13693         available.
13694
13695         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13696         instead of find-file-hooks if it is available.
13697
13698         * nntp.el (nntp-open-connection): Replace
13699         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13700         (nntp-open-ssl-stream): Ditto.
13701         (nntp-open-tls-stream): Ditto.
13702
13703         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13704         set-process-query-on-exit-flag or process-kill-without-query.
13705         (starttls-open-stream-gnutls): Use it instead of
13706         process-kill-without-query.
13707         (starttls-open-stream): Ditto.
13708
13709 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13710
13711         * smime.el (smime-cert-by-ldap-1): Don't use
13712         replace-regexp-in-string.
13713
13714 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13715
13716         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13717
13718         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13719         in PEM format.  Adjust to the XEmacs compability.
13720
13721 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13724         by `string-to-number'.
13725         * gnus-agent.el (gnus-agent-regenerate-group)
13726         (gnus-agent-fetch-articles): Ditto.
13727         * gnus-art.el (gnus-button-fetch-group): Ditto.
13728         * gnus-cache.el (gnus-cache-generate-active)
13729         (gnus-cache-articles-in-group): Ditto.
13730         * gnus-group.el (gnus-group-set-current-level)
13731         (gnus-group-insert-group-line): Ditto.
13732         * gnus-score.el (gnus-score-set-expunge-below)
13733         (gnus-score-set-mark-below, gnus-summary-score-effect)
13734         (gnus-summary-score-entry): Ditto.
13735         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13736         (gnus-soup-pack): Ditto.
13737         * gnus-spec.el (gnus-xmas-format): Ditto.
13738         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13739         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13740         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13741         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13742         * nndb.el (nndb-get-remote-expire-response): Ditto.
13743         * nndiary.el (nndiary-parse-schedule-value)
13744         (nndiary-string-to-number, nndiary-request-replace-article)
13745         (nndiary-request-article): Ditto.
13746         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13747         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13748         * nneething.el (nneething-make-head): Ditto.
13749         * nnfolder.el (nnfolder-request-article)
13750         (nnfolder-retrieve-headers): Ditto.
13751         * nnheader.el (nnheader-file-to-number): Ditto.
13752         * nnkiboze.el (nnkiboze-request-article): Ditto.
13753         * nnmail.el (nnmail-process-unix-mail-format)
13754         (nnmail-process-babyl-mail-format): Ditto.
13755         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13756         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13757         (nnmh-request-create-group, nnmh-request-list-1)
13758         (nnmh-request-group, nnmh-request-article): Ditto.
13759         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13760         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13761         * nnsoup.el (nnsoup-make-active): Ditto.
13762         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13763         * nntp.el (nntp-find-group-and-number)
13764         (nntp-retrieve-headers-with-xover): Ditto.
13765         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13766         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13767         (pgg-format-key-identifier): Ditto.
13768         * pop3.el (pop3-last, pop3-stat): Ditto.
13769         * qp.el (quoted-printable-decode-region): Ditto.
13770
13771         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13772         of concat.
13773
13774 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13777
13778         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13779
13780         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13781
13782         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13783
13784         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13785
13786         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13787
13788         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13789         (gnus-carpal-mode): Ditto.
13790
13791         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13792         (gnus-browse-mode): Ditto.
13793
13794         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13795
13796         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13797
13798 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13799
13800         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13801
13802 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * gnus-util.el (gnus-run-mode-hooks): New function.
13805
13806         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13807
13808         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13809         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13810
13811 2005-05-27  Lute Kamstra  <lute@gnu.org>
13812
13813         * dns-mode.el (dns-mode): Specify customization group.
13814
13815 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13816
13817         * gnus-agent.el (gnus-agent-make-mode-line-string):
13818         Use mode-line-highlight as mouse-face.
13819
13820 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * canlock.el (canlock): Change the parent group to news.
13823
13824         * deuglify.el (gnus-outlook-deuglify): Add :group.
13825
13826         * dig.el (dig): Add :group.
13827
13828         * dns-mode.el (dns-mode): Add :group.
13829
13830         * encrypt.el (encrypt): Add :group.
13831
13832         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13833         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13834         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13835         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13836         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13837
13838         * gnus-diary.el (gnus-diary): Add :group.
13839
13840         * gnus.el (gnus-group-news-1-face): Add :group.
13841         (gnus-group-news-1-empty-face): Ditto.
13842         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13843         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13844         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13845         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13846         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13847         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13848         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13849         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13850         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13851         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13852         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13853         (gnus-summary-high-ticked-face): Ditto.
13854         (gnus-summary-low-ticked-face): Ditto.
13855         (gnus-summary-normal-ticked-face): Ditto.
13856         (gnus-summary-high-ancient-face): Ditto.
13857         (gnus-summary-low-ancient-face): Ditto.
13858         (gnus-summary-normal-ancient-face): Ditto.
13859         (gnus-summary-high-undownloaded-face): Ditto.
13860         (gnus-summary-low-undownloaded-face): Ditto.
13861         (gnus-summary-normal-undownloaded-face): Ditto.
13862         (gnus-summary-high-unread-face): Ditto.
13863         (gnus-summary-low-unread-face): Ditto.
13864         (gnus-summary-normal-unread-face): Ditto.
13865         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13866         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13867
13868         * hashcash.el (hashcash): New custom group.
13869         (hashcash-default-payment): Add :group.
13870         (hashcash-payment-alist): Ditto.
13871         (hashcash-default-accept-payment): Ditto.
13872         (hashcash-accept-resources): Ditto.
13873         (hashcash-path): Ditto.
13874         (hashcash-extra-generate-parameters): Ditto.
13875         (hashcash-double-spend-database): Ditto.
13876         (hashcash-in-news): Ditto.
13877
13878         * message.el (message-minibuffer-local-map): Add :group.
13879
13880         * netrc.el (netrc): Add :group.
13881
13882         * sieve-manage.el (sieve-manage-log): Add :group.
13883         (sieve-manage-default-user): Diito.
13884         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13885         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13886         (sieve-manage-authenticators): Ditto.
13887         (sieve-manage-authenticator-alist): Ditto.
13888         (sieve-manage-default-port): Ditto.
13889
13890         * sieve-mode.el (sieve-control-commands-face): Add :group.
13891         (sieve-action-commands-face): Ditto.
13892         (sieve-test-commands-face): Ditto.
13893         (sieve-tagged-arguments-face): Ditto.
13894
13895         * smime.el (smime): Add :group.
13896
13897         * spam-report.el (spam-report): Add :group.
13898
13899         * spam.el (spam, spam-face): Add :group.
13900
13901 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13902
13903         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13904         return \n.\n.\n at the end of articles.  Protect against that.
13905         (nntp-with-open-group): Allow debugging.
13906
13907         * nnheader.el (mail-header-set-extra): Make into a function
13908         because I just could't understand how to quote the list properly.
13909
13910         * dns.el (query-dns-cached): New function.
13911
13912 2005-05-26  Lute Kamstra  <lute@gnu.org>
13913
13914         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13915
13916 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13919
13920         * gnus-art.el: Don't autoload mail-extract-address-components.
13921
13922         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13923         eval-and-compile to evaluate it.
13924
13925         * hashcash.el: Don't autoload executable-find.
13926
13927         * nndb.el: Don't declare the nndb back end two or more times; don't
13928         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13929
13930         * nntp.el: Autoload format-spec instead of format; use
13931         eval-and-compile to evaluate autoload forms.
13932
13933 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13934
13935         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13936
13937 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13938
13939         * gnus.el (gnus-version-number): Bump version.
13940
13941 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13942
13943         * gnus.el: No Gnus v0.3 is released.
13944
13945 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13946
13947         * lpath.el (featurep): Bind show-nonbreak-escape.
13948
13949 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * gnus-art.el (gnus-article-edit-part): Disable undo.
13952
13953 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13956         gnus-article-date-lapsed-new-header is t if date timer is active;
13957         skip headers in which the original date value is empty.
13958         (gnus-article-save-original-date): Redefine it as a macro.
13959         (gnus-display-mime): Use it.
13960
13961 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-art.el (article-date-ut): Support converting date in
13964         forwarded parts as well.
13965         (gnus-article-save-original-date): New function.
13966         (gnus-display-mime): Use it.
13967
13968 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13969
13970         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13971         enclosure element of <item>.
13972
13973 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * message.el (message-kill-buffer-query): Renamed from
13976         `message-kill-buffer-query-if-modified'.  Added :version.
13977
13978 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13981         window layout.
13982
13983 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * mml.el: Autoload dnd when compiling.
13986
13987 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13990         x-dnd-*.
13991
13992 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * qp.el (quoted-printable-encode-region): Save excursion.
13995
13996 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * message.el (message-kill-buffer-query-if-modified): Add new variable
13999         so the user can kill a modified message buffer quickly.
14000         (message-kill-buffer): Use it.
14001
14002 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * lpath.el: Fbind display-time-event-handler; don't fbind
14005         string-to-multibyte.
14006
14007         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14008
14009 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14012         contained in text because xml.el decodes entities) with LFs.
14013
14014 2005-04-11  Lute Kamstra  <lute@gnu.org>
14015
14016         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14017         differently.
14018
14019 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14020
14021         * mm-util.el (mm-detect-coding-region): Typo.
14022
14023 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14026
14027 2005-04-06  Deepak Goel  <deego@gnufans.org>
14028
14029         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14030         user-function allow user modifications of the scores.
14031         (spam-stat-score-buffer-user): New function, to allow
14032         user-computed modifications to the score.
14033         (spam-stat-score-buffer-user-functions): List of additional
14034         scoring functions.
14035         (spam-stat-error-holder): Global temporary error holder.
14036         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14037         variable.
14038
14039 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * gnus-registry.el (gnus-registry-clean-empty-function)
14042         (gnus-registry-trim, gnus-registry-fetch-groups)
14043         (gnus-registry-delete-group): Groups that match
14044         `gnus-registry-ignored-groups' are removed from the registry
14045         entries, not just ignored for splitting.  This helps clean up the
14046         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14047         to get all the groups a message ID is in.
14048
14049         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14050         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14051         (spam-stat-score-buffer-user-functions): Add :number custom type.
14052
14053 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14056         argument in XEmacs.
14057
14058         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14059         (nnrss-request-group): Decode group name first.
14060         (nnrss-request-article): Make a text/plain article if mml-to-mime
14061         failed.
14062         (nnrss-get-encoding): Return a compatible encoding according to
14063         nnrss-compatible-encoding-alist.
14064         (nnrss-find-el): Use consp instead of listp.
14065         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14066
14067 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14070         which Emacs 20 doesn't support.
14071         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14072
14073 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14076         silence the byte compiler inside the defun.
14077
14078         * gnus-demon.el (parse-time-string): Add autoload.
14079
14080         * gnus-delay.el (parse-time-string): Add autoload.
14081
14082         * gnus-art.el (parse-time-string): Add autoload.
14083
14084         * nnultimate.el (parse-time): Require for `parse-time-string'.
14085
14086 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14089
14090         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14091
14092         * smime.el (smime-ldap-host-list): Add :version.
14093
14094 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14097         pass it to `gnus-browse-read-group'.
14098         (gnus-browse-read-group): Add NUMBER argument and pass it to
14099         `gnus-group-read-ephemeral-group'.
14100
14101         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14102         argument and pass it to `gnus-group-read-group'.
14103
14104 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14105
14106         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14107         mm-xemacs-find-mime-charset-1 if we have the mule feature
14108         available at runtime.
14109
14110 2005-03-25  Werner Lemberg  <wl@gnu.org>
14111
14112         * nnmaildir.el: Replace `illegal' with `invalid'.
14113
14114 2005-03-23  Lute Kamstra  <lute@gnu.org>
14115
14116         * time-date.el: Add comment on time value formats.
14117         Don't require parse-time.
14118         (with-decoded-time-value): New macro.
14119         (encode-time-value): New function.
14120         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14121         (days-to-time): Return a valid time value when arg is huge.
14122         (time-since): Use time-subtract.
14123         (time-to-number-of-days): Use time-to-seconds.
14124
14125 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14126
14127         * gnus-start.el (gnus-display-time-event-handler):
14128         Check display-time-timer at runtime rather than only at load time
14129         in case display-time-mode is turned off in the mean time.
14130
14131 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14134         used.
14135
14136         * nneething.el (nneething-map-file-directory): Derive from
14137         `gnus-directory'.
14138
14139         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14140         the To/Cc button.
14141
14142 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * nnmaildir.el (nnmaildir-request-accept-article):
14145         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14146
14147 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14148
14149         * gnus-async.el: Require timer-funcs at compile time when in
14150         XEmacs for `run-with-idle-timer'.
14151
14152 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14153
14154         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14155         autoloaded function.
14156
14157 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14158
14159         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14160
14161 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14162
14163         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14164
14165 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14168         gnus-expert-user to default.
14169
14170 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14171
14172         * nnimap.el (nnimap-open-server): Ditto.
14173
14174         * imap.el (imap-authenticate): Fix typo.
14175
14176 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14177
14178         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14179         buffer (since IMAP server might return FETCH response out of
14180         order, and the nntp buffer must be sorted).
14181
14182 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14183
14184         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14185         comparison on string.
14186
14187         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14188         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14189         (gnus-agent-summary-fetch-series): Modified to protect against
14190         gnus-agent-summary-fetch-group clearing processable flags.
14191         (gnus-agent-synchronize-group-flags): Update live group buffer as
14192         synchronization may occur due to the user toggle the plugged
14193         status.
14194         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14195         successfully downloaded.
14196         (gnus-agent-expire-group-1): Avoid using markers when the overview
14197         is in ascending order; greatly improves performance.
14198         (gnus-agent-regenerate-group): Use
14199         gnus-agent-synchronize-group-flags to reset read status in both
14200         gnus and server.
14201         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14202
14203 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * message.el: Don't autoload former message-utils variables.
14206         (message-strip-subject-trailing-was): Change doc string.
14207
14208         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14209         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14210         (nnweb-google-search): Add "hl=en" here.
14211         (nnweb-google-parse-1, nnweb-google-create-mapping):
14212         Don't hardcode URL.
14213
14214 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * message.el (message-get-reply-headers, message-followup):
14217         Mention related variables `message-use-followup-to' and
14218         `message-use-mail-followup-to', in the information buffer.
14219
14220         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14221         of broken groups(-beta).google.com.
14222
14223 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14224
14225         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14226         parameter to invoked gnus-request-move-article; remove the
14227         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14228         all at once instead of once per article.
14229         (gnus-summary-remove-process-mark): Accept a list of articles as
14230         well as a single article for processing.
14231
14232         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14233         parameter.
14234
14235         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14236
14237         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14238
14239         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14240         parameter.
14241
14242         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14243         parameter.
14244
14245         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14246         parameter and remove the gnus-sum-hint-move-is-internal variable.
14247
14248         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14249         parameter.
14250
14251         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14252         parameter.
14253
14254         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14255         parameter.
14256
14257         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14258
14259         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14260         parameter.
14261
14262         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14263         parameter.
14264
14265 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14266
14267         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14268         a more conservative way.
14269
14270 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14271
14272         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14273         buffer, so it moves the window's cursor.
14274
14275 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14276
14277         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14278         `mm-dissect-multipart' and receive the from field as an (optional)
14279         argument from `mm-dissect-multipart'.
14280         (mm-dissect-multipart): Receive the from field as an argument and
14281         pass it on when we call `mm-dissect-buffer' on MIME parts.
14282         Fixes verification/decryption of signed/encrypted MIME parts.
14283
14284 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14285
14286         * gnus-sum.el (gnus-summary-move-article): Set
14287         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14288         whatever it calls (right now, only nnimap-request-move article
14289         respects it).
14290
14291         * nnimap.el (nnimap-request-move-article): When
14292         gnus-sum-hint-move-is-internal is set, don't do the extra
14293         nnimap-request-article.
14294
14295 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14298
14299         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14300         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14301
14302         * gnus-sum.el (gnus-summary-caesar-message):
14303         Apply `gnus-treat-article' after rotation.
14304
14305         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14306         doc string.
14307
14308 2005-02-22  Simon Josefsson  <jas@extundo.com>
14309
14310         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14311         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14312         <arne@arnested.dk>.
14313         (encrypt): Add password-cache and password-cache-expiry as group
14314         members.
14315
14316 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14317
14318         * smime.el (smime-ldap-host-list): Doc fix.
14319         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14320         cache) password.
14321         (smime-sign-region): Use it.
14322         (smime-decrypt-region): Use it.
14323         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14324         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14325         fails.
14326         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14327         certificate from DER to PEM format rather than calling openssl.
14328
14329         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14330
14331         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14332         for signing/encryption.
14333
14334         * mml.el (mml-parse-1): Use them.
14335
14336 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14337
14338         * nnrss.el (nnrss-verbose): Removed.
14339         (nnrss-request-group): Use `nnheader-message' instead.
14340
14341 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14342
14343         * nnrss.el (nnrss-verbose): New variable.
14344         (nnrss-request-group): Make it say nnrss is requesting a group.
14345
14346 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14349         Handle news URL with given port correctly.
14350
14351 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14354         containing special characters.
14355
14356         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14357
14358         * mml.el (mime-to-mml): Ditto.
14359
14360         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14361         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14362         (rfc2047-decode-region): Quote decoded words containing special
14363         characters when rfc2047-quote-decoded-words-containing-tspecials
14364         is non-nil.
14365
14366 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14367
14368         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14369
14370         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14371
14372 2005-02-15  Simon Josefsson  <jas@extundo.com>
14373
14374         * nnimap.el (nnimap-debug): Doc fix.
14375
14376         * imap.el (imap-debug): Doc fix.
14377
14378 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14381
14382 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * gnus.el (spam-contents): Improve docs for spam-contents
14385         parameter in its variable incarnation.
14386
14387 2005-02-14  Simon Josefsson  <jas@extundo.com>
14388
14389         * smime-ldap.el: Use require instead of load-library for ldap.
14390         (smime-ldap-search): Indent.
14391         (smime-ldap-search-internal): Shorten line.
14392
14393         * smime.el (smime-cert-by-dns): Add doc-string.
14394         (smime-cert-by-ldap-1): Indent.
14395
14396         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14397         mml-smime-get-dns-ldap.
14398         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14399
14400 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14401
14402         * smime.el: Require smime-ldap.
14403         (smime-ldap-host-list): New variable.
14404         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14405
14406         * mml-smime.el (mml-smime-encrypt-query): New function.
14407         (mml-smime-encrypt-query): Use it.
14408
14409         * smime-ldap.el: New file.
14410
14411 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14414
14415 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14418         argument in doc string.  Make query for type more clear.
14419
14420 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * gnus.el (gnus-group-startup-message): Search for gnus images in
14423         etc/images/gnus.
14424         * mm-util.el (mm-image-load-path): Likewise.
14425         * smiley.el (smiley-data-directory): Search for smilies in
14426         etc/images/smilies.
14427
14428 2005-02-09  Kim F. Storm  <storm@cua.dk>
14429
14430         Change Emacs release version from 21.4 to 22.1 throughout.
14431         Change Emacs development version from 21.3.50 to 22.0.50.
14432
14433 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14436
14437         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14438         non-Mule XEmacs as well.
14439         (mm-decompress-buffer): Signal an error intentionally if it does
14440         not decompress compressed data because auto-compression-mode is
14441         disabled.
14442
14443 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14446         an ID in the registry even if it has no groups.
14447
14448 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14451         merge it into mm-decompress-buffer.
14452         (gnus-mime-copy-part): Use the MIME part charset, the value which
14453         a user specified or gnus-newsgroup-charset for decoding, like
14454         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14455         save-buffer what was used.  Suggested by Kevin Ryde
14456         <user42@zip.com.au>.
14457         (gnus-mime-inline-part): Allow the name parameter as well as the
14458         filename parameter; force decompressing of compressed data; always
14459         display contents being not decoded as unibyte.
14460
14461         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14462         as well as the filename parameter.
14463
14464         * mm-util.el (mm-decompress-buffer): Merge
14465         gnus-mime-jka-compr-maybe-uncompress.
14466         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14467         of compressed data.
14468
14469 2005-02-08  Simon Josefsson  <jas@extundo.com>
14470
14471         * imap.el (imap-log): Doc fix.
14472
14473 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14476         the coding cookies; decompress compressed parts.
14477
14478         * mml.el (mml-generate-mime-1): Add the charset parameter according
14479         to the value which a user specified manually or the coding cookie.
14480
14481         * mm-util.el (mm-string-to-multibyte): New function.
14482         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14483         (mm-coding-system-to-mime-charset): New function.
14484         (mm-decompress-buffer): New function.
14485         (mm-find-buffer-file-coding-system): New function.
14486
14487         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14488         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14489         parts.
14490
14491 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14492
14493         * mm-view.el (mm-display-inline-fontify): Decode a part according
14494         to the charset parameter.
14495
14496 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14499         prefix arg is neither nil nor a number, as info specifies.
14500
14501 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14504         timestamps.
14505
14506 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14507
14508         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14509         groups error checking and notify user.
14510
14511 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14512
14513         * message.el (message-send-mail-function): Check existence of
14514         sendmail-program first before using default value
14515         `message-send-mail-with-sendmail'.  Otherwise use more generic
14516         `smtpmail-send-it'.
14517
14518 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * nntp.el (nntp-request-update-info): Always return nil.
14521
14522 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14523
14524         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14525
14526 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14527
14528         * message.el (message-beginning-of-line): Change the behavior when
14529         invoked between BOL and : so that it first moves backward.
14530
14531 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14534         article buffer when editing of the article is discarded.
14535         (gnus-article-prepare): Revert.
14536
14537 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-art.el (gnus-article-prepare):
14540         Remove message-strip-forbidden-properties from the local hook.
14541
14542 2005-01-27  Simon Josefsson  <jas@extundo.com>
14543
14544         * password.el (password-cache-add): Only start one timer per key.
14545         Reported by Derek Atkins <warlord@MIT.EDU>.
14546
14547 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14548
14549         * run-at-time.el: Removed.  It is no longer needed as
14550         timer-funcs.el in the xemacs-base package has a working version of
14551         `run-at-time'.
14552
14553         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14554
14555         * password.el: Require timer-funcs instead of run-at-time in
14556         XEmacs.
14557         Remove `password-run-at-time' macro.
14558         (password-cache-add): Use `run-at-time' instead of
14559         `password-run-at-time'.
14560
14561         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14562         Remove `nnheader-cancel-function-timers' alias,
14563         `cancel-function-timers' exists in XEmacs in timer-funcs.
14564
14565         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14566         for `run-with-idle-timer'.
14567
14568         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14569         for `run-at-time'.
14570
14571         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14572         for `with-timeout'.
14573
14574         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14575         the same as for XEmacs 21.4.
14576         No need to ignore `run-with-idle-timer', this function exists in
14577         XEmacs now in timer-funcs.el in the xemacs-base package.
14578         (dgnushack-compile): No need to delete
14579         run-at-time.el from the list of files to compile because it
14580         doesn't exist anymore.
14581
14582 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14585         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14586
14587 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14588
14589         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14590         sensitively.
14591
14592 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14593
14594         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14595
14596 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14599         which will be inserted according to the multibyteness of a buffer
14600         rather than the type of contents.  Suggested by ARISAWA Akihiro
14601         <ari@mbf.ocn.ne.jp>.
14602
14603         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14604         of string which old xml.el may return rather than a string.
14605
14606 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14609
14610 2005-01-16  Simon Josefsson  <jas@extundo.com>
14611
14612         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14613         idn/idna.el isn't available.
14614         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14615         <michael@waxrat.com>.
14616
14617         * hashcash.el: Remove non-FSF copyright header.
14618
14619         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14620         (hashcash-generate-payment): Use it.
14621         (hashcash-generate-payment-async): Use it.
14622
14623 2005-01-15  Simon Josefsson  <jas@extundo.com>
14624
14625         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14626         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14627
14628         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14629         gnus-summary-idna-message.
14630         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14631         (gnus-summary-idna-message): New function.
14632
14633 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14636         gnus-novice-user.
14637
14638 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * nnrss.el (nnrss-request-delete-group): Delete entries in
14641         nnrss-group-alist as well.
14642         (nnrss-save-server-data): Insert newline.
14643
14644 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * gnus.el (gnus-user-agent): Use list of symbols instead of
14647         symbols.  Display full version number for (S)XEmacs.  Optionally
14648         display (S)XEmacs codename.
14649
14650         * gnus-util.el (gnus-emacs-version): Update for new
14651         `gnus-user-agent'.
14652
14653         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14654         Gnus version.
14655
14656 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14659         which is unreadable in some setups.
14660
14661 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-spec.el (gnus-update-format-specifications): Flush the
14664         group format spec cache if it doesn't support decoded group names.
14665
14666 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14669         Allow to apply decay on score files matching a regexp.
14670
14671 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14674         compatibility in %g and %c.
14675
14676 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14679         name for only %g and %c.
14680         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14681         of gnus-tmp-group to decoded group name.
14682         (gnus-group-make-rss-group): Exclude `/'s from group names.
14683
14684 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * nnrss.el (nnrss-get-encoding): Fix regexp.
14687
14688 2004-12-27  Simon Josefsson  <jas@extundo.com>
14689
14690         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14691         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14692         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14693
14694 2004-12-17  Kim F. Storm  <storm@cua.dk>
14695
14696         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14697
14698         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14699
14700 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14701
14702         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14703
14704 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * nnrss.el: Require rfc2047 and mml.
14707         (nnrss-file-coding-system): New variable.
14708         (nnrss-format-string): Redefine it as an inline function.
14709         (nnrss-decode-group-name): New function.
14710         (nnrss-string-as-multibyte): Remove.
14711         (nnrss-retrieve-headers): Decode group name; don't use
14712         nnrss-format-string.
14713         (nnrss-request-group): Decode group name.
14714         (nnrss-request-article): Decode group name; allow a Message-ID as
14715         well as an article number; don't use nnrss-format-string; encode a
14716         Message-ID string which may contain non-ASCII characters; use
14717         mml-to-mime to compose a MIME article.
14718         (nnrss-request-expire-articles): Decode group name.
14719         (nnrss-request-delete-group): Decode group name.
14720         (nnrss-fetch): Clarify error message.
14721         (nnrss-read-server-data): Use insert-file-contents instead of load;
14722         bind file-name-coding-system; use multibyte buffer.
14723         (nnrss-save-server-data): Bind coding-system-for-write to the
14724         value of nnrss-file-coding-system; bind file-name-coding-system;
14725         add coding cookie.
14726         (nnrss-read-group-data): Use insert-file-contents instead of load;
14727         bind file-name-coding-system; use multibyte buffer.
14728         (nnrss-save-group-data): Bind coding-system-for-write to the
14729         value of nnrss-file-coding-system; bind file-name-coding-system.
14730         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14731         make it work with non-ASCII text.
14732         (nnrss-find-el): Make it work with old xml.el as well.
14733
14734 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14735
14736         * nnrss.el (nnrss-get-encoding): New function.
14737         (nnrss-fetch): Use unibyte buffer initially; bind
14738         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14739         decode contents according to the encoding attribute.
14740         (nnrss-save-group-data): Add coding cookie.
14741         (nnrss-mime-encode-string): New function.
14742         (nnrss-check-group): Use it to encode subject and author.
14743
14744 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14745
14746         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14747         imaginary variable.
14748
14749 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14752         correctly even if there are wide characters.
14753
14754 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14757         downcased symbol names; make a new cache instead of reusing
14758         bbdb-hashtable.
14759
14760 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14763         concatenating segments rather than before concatenating them.
14764         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14765
14766         * message.el (message-get-reply-headers): Bind `extra'.
14767
14768 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14769
14770         * message.el (message-extra-wide-headers): New variable.
14771         (message-get-reply-headers): Use it.
14772
14773 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14776         (gnus-agent-group-pathname): Ditto.
14777
14778         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14779
14780         * gnus-group.el (gnus-group-make-group): Decode group name.
14781         (gnus-group-make-rss-group): Register the group data after opening
14782         the nnrss group.
14783
14784 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14785
14786         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14787         by expiry now get marked as read.
14788
14789 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14792
14793 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14794
14795         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14796         unify Latin characters in XEmacs.
14797         (mm-find-mime-charset-region): Use it.
14798
14799 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * gnus-util.el (gnus-delete-directory): New function.
14802
14803         * gnus-agent.el (gnus-agent-delete-group): Use it.
14804
14805         * gnus-cache.el (gnus-cache-delete-group): Use it.
14806
14807 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14810         names.
14811
14812 2004-12-16  Simon Josefsson  <jas@extundo.com>
14813
14814         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14815
14816 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14819
14820         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14821         (gnus-group-set-current-level): Decode group name.
14822
14823 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14824
14825         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14826         failed.
14827
14828 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus-group.el (gnus-group-delete-group): Decode group name.
14831         (gnus-group-make-rss-group): Encode group name.
14832         (gnus-group-catchup-current): Decode group name.
14833         (gnus-group-kill-group): Decode group name.
14834
14835 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14836
14837         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14838
14839 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-group.el (gnus-group-make-rss-group):
14842         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14843
14844         * gnus-start.el (gnus-setup-news): Honor user's setting to
14845         gnus-message-archive-method.  Suggested by Lute Kamstra
14846         <lute@gnu.org>.
14847
14848 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14849
14850         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14851         global counterparts of the buffer-local variables.
14852
14853 2004-11-16  Romain Francoise  <romain@orebokech.com>
14854
14855         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14856         counterparts of the buffer-local variables.
14857
14858 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * message.el (message-forbidden-properties): Fixed typo in doc
14861         string.
14862
14863 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * gnus-util.el (gnus-replace-in-string): Added doc string.
14866
14867         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14868         to avoid problems when splitting mails with many recipients.
14869
14870 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14871
14872         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14873         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14874
14875 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14876
14877         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14878         if there is no hashtable in memory or file modification time is
14879         newer than cached timestamp.
14880
14881 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14884         not-matching option.
14885
14886 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14889         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14890         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14891         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14892         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14893         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14894
14895 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * message.el (message-forward-make-body-mml): Remove headers
14898         according to message-forward-ignored-headers if a message is decoded.
14899
14900 2004-12-02  Romain Francoise  <romain@orebokech.com>
14901
14902         * message.el (message-forward-make-body-plain): Always remove
14903         headers according to message-forward-ignored-headers.
14904
14905 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * spam.el (spam-summary-prepare-exit): Remove the
14908         gnus-summary-limit pop for now, it has problems with ham marks for
14909         me.
14910
14911 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14912
14913         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14914         correctly.
14915
14916 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14917
14918         * format-spec.el (format-spec): Message the char.
14919
14920 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * gnus-art.el (gnus-split-methods): Reformat comments.
14923
14924         * spam.el (spam-summary-prepare-exit): Remove article limits
14925         before exiting the summary buffer.
14926
14927 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14930         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14931
14932         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14933         order to silence the byte compiler.
14934
14935         * spam.el: Fix the way to silence the byte compiler, which
14936         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14937         bbdb-search-simple, spam-BBDB-register-routine,
14938         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14939         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14940         spam-stat-buffer-is-spam, spam-stat-load,
14941         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14942         spam-stat-save and spam-stat-split-fancy.
14943
14944 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14947         which may confuse users.
14948         (canlock-password-for-verify): Ditto.
14949
14950         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14951
14952         * gnus-art.el (gnus-emphasis-alist): Ditto.
14953
14954         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14955
14956         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14957
14958         * gnus-start.el (gnus-save-killed-list): Ditto.
14959
14960         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14961         (gnus-sum-thread-tree-root): Ditto.
14962         (gnus-sum-thread-tree-false-root): Ditto.
14963         (gnus-sum-thread-tree-single-indent): Ditto.
14964
14965         * message.el (message-courtesy-message): Ditto.
14966         (message-archive-note): Ditto.
14967         (message-subscribed-address-file): Ditto.
14968         (message-user-fqdn): Ditto.
14969
14970         * spam-report.el (spam-report-gmane-regex): Ditto.
14971
14972         * spam.el (spam-blackhole-good-server-regex): Ditto.
14973
14974 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * mml.el (mml-preview): Widen the message buffer before copying
14977         the contents to the preview buffer; sort headers before previewing.
14978
14979         * message.el (message-hidden-headers): Fix the way to avoid a bug
14980         in the `repeat' widget in Emacs 21.3 or earlier.
14981
14982 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * message.el (message-hidden-headers): Default to "^References:".
14985         Improve customization type.  Suggested by Reiner Steib
14986         <Reiner.Steib@gmx.de>.
14987
14988 2004-11-25  Romain Francoise  <romain@orebokech.com>
14989
14990         * message.el (message-strip-forbidden-properties): Remove check for
14991         obsolete `message-hidden' text property, hidden headers are not
14992         accessible in the buffer anymore.
14993
14994 2004-11-22  Romain Francoise  <romain@orebokech.com>
14995
14996         * message.el (message-header-format-alist): Add `From' in list
14997         so that it can be sorted.
14998         (message-fix-before-sending): Widen and sort headers before
14999         sending.
15000         (message-hide-headers): Use narrowing to hide headers by moving
15001         them to the top of the buffer and narrowing to the region
15002         underneath.
15003
15004 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15005
15006         * message.el (message-strip-forbidden-properties): Bind
15007         buffer-read-only (etc) to nil.
15008
15009 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15012         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15013
15014 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15015
15016         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15017
15018 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15019
15020         * dns.el (query-dns): Use sit-for to time instead of
15021         accept-process-output, since that doesn't seem to work on udp
15022         sockets.
15023
15024 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15027
15028 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15029
15030         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15031         doc string.  Improve doc string.
15032
15033 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * nntp.el (nntp-request-update-info): Return nil if
15036         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15037         may not call gnus-activate-group which uselessly issues the GROUP
15038         commands for all nntp groups and wastes time.  Reported by Romain
15039         Francoise <romain@orebokech.com>.
15040
15041         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15042
15043 2004-11-15  Simon Josefsson  <jas@extundo.com>
15044
15045         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15046         headers separately.
15047         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15048         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15049
15050 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * gnus-start.el (gnus-convert-old-newsrc):
15053         Assign legacy-gnus-agent to 5.10.7.
15054
15055 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15058         start of the lines.
15059
15060 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15061
15062         * hashcash.el (hashcash-default-payment): Change default to 20.
15063         (hashcash-default-accept-payment): Change default to 20.
15064         (hashcash-process-alist): New variable.
15065         (hashcash-generate-payment-async): Add.
15066         (hashcash-already-paid-p): Add.
15067         (hashcash-insert-payment): Don't generate payments twice.
15068         (hashcash-insert-payment-async): Add.
15069         (hashcash-insert-payment-async-2): Add.
15070         (hashcash-cancel-async): Add.
15071         (hashcash-wait-async): Add.
15072         (hashcash-processes-running-p): Add.
15073         (hashcash-wait-or-cancel): Add.
15074         (mail-add-payment): New optional argument.  Conditionally start
15075         asynchronous calculation.
15076         (mail-add-payment-async): Add.
15077
15078         * message.el (message-send-mail): Wait for asynchronous hashcash
15079         results.  Don't clobber existing X-Hashcash headers.
15080         (message-setup-1): Call mail-add-payment-async when
15081         message-generate-hashcash is non-nil.
15082
15083 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15084
15085         * message.el (message-use-alternative-email-as-from): Examine the
15086         From header as well; use message-make-from in order to include a
15087         user's full name.
15088
15089 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15092         default; improve customization type.
15093         (gnus-emphasis-custom-with-format): New macro.
15094         (gnus-emphasis-custom-value-to-external): New function.
15095         (gnus-emphasis-custom-value-to-internal): New function.
15096
15097 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15098
15099         * dns.el (query-dns): Resolve reverse addresses.
15100
15101 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15102
15103         * gnus-group.el (gnus-group-get-new-news): Use it.
15104
15105         * gnus-start.el (gnus-check-reasonable-setup): New function.
15106
15107 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15110         "Args out of range" error.  Reported by Arnaud Giersch
15111         <arnaud.giersch@free.fr>.
15112
15113 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15114
15115         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15116
15117 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15118
15119         * spam.el (spam group): Add :version.
15120
15121         * pgg-def.el (pgg group): Add :version.
15122
15123 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-art.el (gnus-article-edit-article): Don't associate the
15126         article buffer with a draft file.  This is a temporary measure
15127         against the 2004-08-22 change to gnus-article-edit-mode.
15128
15129 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15132         (html2text-format-tags): Remove unused variable `attr'.
15133
15134 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15137
15138         * tls.el (tls-process-connection-type, tls-success)
15139         (tls-certtool-program): Add :version.
15140
15141         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15142         (starttls-extra-arguments, starttls-process-connection-type)
15143         (starttls-connect, starttls-failure, starttls-success): Add :version.
15144
15145         * spam-stat.el (spam-stat): Add :version.
15146
15147         * sieve.el (sieve): Add :version.
15148
15149         * sha1.el (sha1): Add :version.
15150         (sha1-use-external): Remove redundant version.
15151
15152         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15153         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15154         (nnmail-split-fancy-match-partial-words)
15155         (nnmail-split-lowercase-expanded): Add :version.
15156
15157         * nndiary.el (nndiary): Add :version.
15158
15159         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15160
15161         * mml-sec.el (mml-default-sign-method)
15162         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15163         Add :version.
15164
15165         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15166
15167         * mm-url.el (mm-url-use-external, mm-url-program)
15168         (mm-url-arguments): Add :version.
15169
15170         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15171         (mm-attachment-file-modes, mm-decrypt-option)
15172         (mm-w3m-safe-url-regexp): Add :version.
15173
15174         * message.el (message-cite-prefix-regexp)
15175         (message-sendmail-envelope-from, message-minibuffer-local-map)
15176         (message-user-fqdn, message-completion-alist): Add :version.
15177
15178         * gnus-win.el (gnus-configure-windows-hook)
15179         (gnus-use-frames-on-any-display): Add :version.
15180
15181         * gnus-art.el (gnus-article-address-banner-alist)
15182         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15183         (gnus-treat-from-picon, gnus-treat-mail-picon)
15184         (gnus-treat-x-pgp-sig): Add :version.
15185
15186         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15187         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15188         (gnus-summary-article-delete-hook)
15189         (gnus-summary-display-while-building): Add :version.
15190
15191         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15192         (gnus-get-top-new-news-hook): Add :version.
15193
15194         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15195         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15196
15197         * gnus-registry.el (gnus-registry): Add :version.
15198
15199         * gnus-spec.el (gnus-use-correct-string-widths)
15200         (gnus-make-format-preserve-properties): Add :version.
15201
15202         * gnus.el (gnus-group-charter-alist)
15203         (gnus-group-fetch-control-use-browse-url)
15204         (gnus-install-group-spam-parameters): Add :version.
15205
15206         * gnus-diary.el (gnus-diary): Add :version.
15207
15208         * gnus-delay.el (gnus-delay): Add :version.
15209
15210         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15211         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15212         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15213         Add :version.
15214
15215         * gnus-agent.el (gnus-agent-max-fetch-size)
15216         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15217         (gnus-agent-prompt-send-queue): Add :version.
15218
15219         * deuglify.el (gnus-outlook-deuglify): Add :version.
15220
15221         * html2text.el: Beautify code.  Improve doc strings.  Some
15222         checkdoc cleanup.
15223         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15224
15225 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15226
15227         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15228
15229 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15232         when package is loaded.
15233
15234         * spam.el (spam-summary-score-preferred-header): Add global preference
15235         for people who want to override the default SpamAssassin over
15236         Bogofilter preference (when both are set).
15237         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15238         (spam-user-format-function-S): Check
15239         spam-summary-score-preferred-header.
15240         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15241         (spam-user-format-function-S): Format the score correctly.
15242
15243 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15246         signature file.  Suggested by Manoj Srivastava
15247         <srivasta@golden-gryphon.com>.
15248
15249         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15250         iso-2022-jp even in the Japanese language environment.
15251         Suggested by Jason Rumney <jasonr@gnu.org>.
15252
15253 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15256         use the same characters as the dummy marks; make it free from
15257         getting affected by the language environment.
15258         (gnus-summary-read-group-1): Update mark positions only when the
15259         format spec is updated.
15260
15261         * gnus-spec.el (gnus-update-format-specifications): Return a list
15262         of updated types.
15263
15264 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15267         of boundp to check if display-warning is available.
15268
15269 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15270
15271         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15272
15273 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * nnspool.el (nnspool-spool-directory): Use news-path if the
15276         news-directory variable is not bound.
15277
15278         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15279         function instead of display-warning if it is not available.
15280
15281 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15284         v5-10: Use `point-at-bol'.
15285
15286 2004-10-26  Simon Josefsson  <jas@extundo.com>
15287
15288         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15289         <chenggao@gmail.com>.
15290
15291 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15294         instead.
15295
15296 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15297
15298         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15299         to remove a server from the nnimap-server-buffer-alist.
15300         (nnimap-open-connection, nnimap-close-server): Use it.
15301
15302         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15303
15304 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15307         running the major-mode function.
15308
15309 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15312         dummy marks in the right way.
15313
15314 2004-10-18  David Edmondson  <dme@dme.org>
15315
15316         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15317         excessively.
15318
15319 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * gnus-util.el (gnus-split-references): Accept a nil references
15322         string and go on blissfully.
15323
15324         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15325         cases where the references string is non-nil but has no references.
15326
15327         * encrypt.el: Add autoload tags.
15328
15329         * spam.el (spam-resolve-registrations-routine): Remove article
15330         from unregistration list too.  Reported by David Hanak
15331         <dhanak@isis.vanderbilt.edu>
15332
15333 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15336         nil.  Changed custom type.
15337
15338 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15341
15342         * gnus-sum.el (gnus-summary-move-article): Use it.
15343
15344 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15345
15346         * encrypt.el: Add autoload cookies.
15347
15348         * spam.el (spam-backend-article-list-property)
15349         (spam-backend-get-article-todo-list)
15350         (spam-backend-put-article-todo-list)
15351         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15352         Resolve registrations separately.
15353         (spam-register-routine): Format comments.
15354         (spam-unregister-routine, spam-register-routine): Always call with
15355         specific-articles, no default list.
15356         (spam-summary-prepare-exit): Use the spam-classifications function.
15357
15358         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15359         gnus-encrypt.el.
15360
15361         * encrypt.el: Copied from gnus-encrypt.el.
15362
15363         * gnus-encrypt.el: Commented that it's obsolete.
15364
15365 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15368         (gnus-score-save): Use it.
15369
15370         * message.el (message-bury): Use `window-dedicated-p'.
15371
15372 2004-10-15  Simon Josefsson  <jas@extundo.com>
15373
15374         * pop3.el (top-level): Don't require nnheader.
15375         (pop3-read-timeout): Add.
15376         (pop3-accept-process-output): Add.
15377         (pop3-read-response, pop3-retr): Use it.
15378
15379 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15380
15381         * spam.el (spam-register-routine): Move comment.
15382         (spam-verify-bogofilter): Use 'unknown for the initial
15383         spam-bogofilter-valid state, not 'never.
15384
15385         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15386         for netrc-machine.
15387
15388         * nnimap.el (nnimap-open-connection): Use
15389         netrc-machine-user-or-password.
15390
15391 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15392
15393         * gnus-registry.el (gnus-registry-unload-hook):
15394         Set as a variable with add-hook.
15395
15396         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15397         of news-path.
15398
15399         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15400
15401         * spam.el: Delete duplicate `provide'.
15402         (spam-unload-hook): Set as a variable with add-hook.
15403
15404 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15407         in the doc string.
15408
15409         * message.el (message-ignored-news-headers)
15410         (message-ignored-supersedes-headers)
15411         (message-ignored-resent-headers)
15412         (message-forward-ignored-headers): Improve custom type.
15413
15414 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * message.el (message-tokenize-header): Fix 2004-09-06 change
15417         which used point-min in the wrong place.
15418
15419 2004-10-12  Simon Josefsson  <jas@extundo.com>
15420
15421         * tls.el (tls-certtool-program): New variable.
15422         (tls-certificate-information): New function, based on
15423         ssl-certificate-information.
15424
15425 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * compface.el: Move the version of ELisp-based uncompface program
15428         to the contrib directory because of the copyright problem.
15429
15430 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * message.el (message-kill-buffer): Raise the current frame.
15433
15434 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15437
15438         * gnus.el (message-y-or-n-p): Autoload.
15439
15440         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15441         (pop3-password-required, pop3-authentication-scheme)
15442         (pop3-leave-mail-on-server): Made customizable.
15443         (pop3): New custom group.
15444         (pop3-retr): Remove `sleep-for' statements.
15445         Suggested by Dave Love <fx@gnu.org>.
15446
15447         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15448         Windows/DOS.
15449
15450         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15451         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15452         Dave Love <fx@gnu.org>.
15453
15454         * mml.el (mml-minibuffer-read-disposition): Require match.
15455         Suggested by Dave Love <fx@gnu.org>.
15456
15457 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15458
15459         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15460         doc string.
15461
15462 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15465
15466 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15467
15468         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15469         instead of calling `mm-insert-inline', to decode text/* parts
15470         before displaying them.
15471
15472 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * mm-uu.el (mm-uu-text-plain-type): New variable.
15475         (mm-uu-pgp-signed-extract-1): Use it.
15476         (mm-uu-pgp-encrypted-extract-1): Use it.
15477         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15478         bind mm-uu-text-plain-type with that value.
15479         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15480         mm-uu-dissect.
15481
15482 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-group.el (gnus-update-group-mark-positions):
15485         * gnus-sum.el (gnus-update-summary-mark-positions):
15486         * message.el (message-check-news-body-syntax):
15487         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15488         of string-as-multibyte.
15489
15490 2004-10-05  Juri Linkov  <juri@jurta.org>
15491
15492         * gnus-group.el (gnus-update-group-mark-positions):
15493         * gnus-sum.el (gnus-update-summary-mark-positions):
15494         * message.el (message-check-news-body-syntax):
15495         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15496         8-bit unibyte values to a multibyte string for search functions.
15497
15498 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15501         (mm-uu-dissect-text-parts): New function.
15502
15503         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15504         dissect text parts.
15505
15506         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15507         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15508
15509         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15510
15511         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15512         gnus-current-topics instead of gnus-current-topic.
15513
15514 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15515
15516         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15517
15518 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15519
15520         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15521         where approriate.
15522
15523         * nnml.el (nnml-generate-active-info): do.
15524
15525         * nndiary.el (nndiary-generate-active-info): do.
15526
15527         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15528         (gnus-topic-move): do.
15529
15530         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15531         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15532
15533         * gnus-srvr.el (gnus-server-prepare)
15534         (gnus-server-open-all-servers): do.
15535
15536         * gnus-msg.el (gnus-summary-cancel-article)
15537         (gnus-summary-resend-message)
15538         (gnus-summary-mail-crosspost-complaint): do.
15539
15540         * gnus-move.el (gnus-change-server): do.
15541
15542         * gnus-group.el (gnus-group-unmark-all-groups)
15543         (gnus-group-set-current-level): do.
15544
15545 2004-10-04  Simon Josefsson  <jas@extundo.com>
15546
15547         * message.el (message-generate-hashcash): Doc fix.
15548
15549 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15550
15551         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15552         avoid infinite recursion via gnus-get-function.
15553
15554 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15555
15556         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15557
15558         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15559
15560         * nnmail.el (nnmail-split-history): do.
15561
15562         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15563         (nnml-request-delete-group): do.
15564
15565         * nnslashdot.el (nnslashdot-read-groups): do.
15566
15567         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15568         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15569
15570         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15571         (nnspool-sift-nov-with-sed): Use last.
15572         (nnspool-retrieve-headers-with-nov): Use mapc.
15573         (nnspool-request-newgroups): Use dolist.
15574         (nnspool-request-group): Use last.
15575
15576         * nntp.el (nntp-read-server-type): Use dolist.
15577
15578         * nnvirtual.el (nnvirtual-create-mapping)
15579         (nnvirtual-update-read-and-marked): Use dolist.
15580         (nnvirtual-convert-headers): Simplify.
15581
15582 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15583
15584         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15585         support for sync'ing tick marks.
15586
15587 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15590         there's no visible header.
15591
15592 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15593
15594         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15595         necessary, pass full group name to gnus-request-set-marks.
15596
15597 2004-10-01  Simon Josefsson  <jas@extundo.com>
15598
15599         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15600         acroread.
15601
15602 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15603
15604         * spam-report.el (spam-report-gmane): Fix interactive.
15605
15606         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15607
15608         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15609         when writing file.
15610         (gnus-agent-synchronize-flags): Don't default to being
15611         interactive.
15612
15613 2004-09-30  Simon Josefsson  <jas@extundo.com>
15614
15615         * message.el (message-generate-hashcash): Add.
15616         (message-send-mail): Use it, call mail-add-payment.
15617
15618 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15619
15620         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15621
15622 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15623
15624         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15625         gnus-requst-update-info with explicit code to sync the in-memory
15626         info read flags with the marks being sync'd to the backend.
15627
15628         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15629
15630 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15631
15632         * spam.el (spam-verify-bogofilter): Add new function.
15633         (spam-check-bogofilter)
15634         (spam-bogofilter-register-with-bogofilter): Use it.
15635         (spam-verify-bogofilter): Add small fixes.
15636
15637 2004-09-28  Simon Josefsson  <jas@extundo.com>
15638
15639         * hashcash.el (hashcash-generate-payment): Revert.
15640
15641 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15644         gnus-extract-references instead of gnus-split-references.
15645
15646         * gnus-util.el (gnus-extract-references): Add new function, analogous
15647         to gnus-split-references but extracts only the message-ID without
15648         anything extra.
15649
15650         * hashcash.el (hashcash-generate-payment)
15651         (hashcash-check-payment): Do the right thing if hashcash-path is
15652         nil (because the hashcash program could not be found).
15653
15654         * spam.el (spam-use-hashcash): Remove comment.
15655
15656 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15657
15658         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15659         (gnus-cache-enter-article, gnus-cache-remove-article)
15660         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15661
15662         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15663
15664         * gnus-art.el (article-hide-boring-headers)
15665         (article-translate-strings, article-display-face)
15666         (gnus-article-mime-match-handle-first)
15667         (gnus-article-highlight-headers)
15668         (gnus-article-add-buttons-to-head): do.
15669
15670 2004-09-27  Simon Josefsson  <jas@extundo.com>
15671
15672         * hashcash.el: New version, from
15673         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15674         ../contrib/.
15675
15676 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15679
15680 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15681
15682         * gnus-dup.el (gnus-dup-open): Use mapc.
15683         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15684
15685         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15686         Reported by Stefan Wiens <s.wi@gmx.net>.
15687
15688         * gnus.el (gnus-shutdown): Use dolist.
15689
15690         * gnus-undo.el (gnus-undo): Use mapc.
15691
15692         * nnrss.el (nnrss-generate-active): do.
15693
15694         * message.el (message-cite-original-without-signature)
15695         (message-cite-original): Use mapc.
15696         (message-do-actions, message-make-forward-subject): Use dolist.
15697
15698 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15699
15700         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15701         deletion to remove entire duplicate line.  Fixes merged article
15702         number bug.
15703
15704 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15705
15706         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15707         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15708         first ask if you want to open a server and then, even when you
15709         responded with no, asking if you want to synchronize the server's
15710         flags.
15711         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15712         multi-line expressions.
15713         (gnus-agent-synchronize-group-flags): New internal function.
15714         Updates marks in memory (in the info structure) AND in the
15715         backend.
15716
15717         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15718
15719         * nnagent.el (nnagent-request-set-mark): Use
15720         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15721         method, to ensure that synchronization updates marks in the
15722         backend and in the info (in memory) structure.
15723
15724 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15727         convention fully; don't miss the root article of a thread; make
15728         the X-Draft-From header with correct article numbers.
15729
15730 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15731
15732         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15733         unless plugged.  Disable the agent so that an open failure causes
15734         an error.
15735
15736         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15737         Reverted 2004-09-21 change.  The backend must be opened while
15738         synchronizing flags even when the backend stores the flags
15739         locally.
15740
15741 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15744         in `header' match.  Reported by Svend Tollak Munkejord.
15745
15746         * message.el (message-cite-original): Fix use of
15747         `message-cite-articles-with-x-no-archive'.
15748
15749 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15752         (gnus-window-to-buffer): Ditto.
15753
15754         * mml.el (mml-preview-buffer): New variable.
15755         (mml-preview): Manage window layout with gnus-buffer-configuration.
15756
15757         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15758         X-Draft-From header even if those articles aren't quoted.
15759
15760 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15761
15762         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15763         (gnus-request-set-mark, gnus-request-update-mark): Use new
15764         g-s-t-u-l-m to decide to use backend even when unplugged.
15765
15766 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15769         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15770
15771 2004-09-20  Simon Josefsson  <jas@extundo.com>
15772
15773         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15774         "utf-16-le".
15775
15776 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15777
15778         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15779
15780 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * uudecode.el (uudecode-use-external): Add :version.
15783
15784         * smime.el (smime-CA-file, smime-encrypt-cipher)
15785         (smime-dns-server): Add :version.
15786
15787         * smiley.el (gnus-smiley-file-types): Add :version.
15788
15789         * sha1.el (sha1-use-external): Add :version.
15790
15791         * pgg-def.el (pgg-query-keyserver): Add :version.
15792
15793         * nnmail.el (nnmail-fancy-expiry-targets)
15794         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15795         Add :version.
15796
15797         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15798         (nnimap-retrieve-groups-asynchronous): Add :version.
15799         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15800
15801         * mml.el (mml-content-disposition-parameters)
15802         (mml-insert-mime-headers-always): Add :version.
15803
15804         * mm-util.el (mm-coding-system-priorities): Add :version.
15805
15806         * mm-decode.el (mm-inline-text-html-with-images)
15807         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15808         (mm-verify-option): Add :version.
15809         (mm-text-html-renderer): Change :version.
15810
15811         * message.el (message-fcc-externalize-attachments)
15812         (message-required-headers, message-draft-headers)
15813         (message-subject-trailing-was-query)
15814         (message-subject-trailing-was-ask-regexp)
15815         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15816         (message-mark-insert-end, message-archive-header)
15817         (message-archive-note, message-cross-post-default)
15818         (message-cross-post-note, message-followup-to-note)
15819         (message-cross-post-note-function, message-use-mail-followup-to)
15820         (message-subscribed-address-functions)
15821         (message-subscribed-address-file, message-subscribed-addresses)
15822         (message-subscribed-regexps, message-allow-no-recipients)
15823         (message-yank-cited-prefix, message-signature-insert-empty-line)
15824         (message-hidden-headers, message-hierarchical-addresses)
15825         (message-mail-user-agent, message-use-idna)
15826         (message-valid-fqdn-regexp)
15827         (message-strip-special-text-properties, message-header-synonyms)
15828         (message-beginning-of-line, message-tab-body-function): Add :version.
15829         (message-insert-canlock, message-wide-reply-confirm-recipients):
15830         Change :version.
15831
15832         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15833         and :version.
15834         (mail-source-delete-old-incoming-confirm)
15835         (mail-source-movemail-program): Add :version.
15836
15837         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15838         (gnus-agent-cache, gnus-agent): Change :version.
15839
15840         * gnus-util.el (gnus-use-byte-compile): Change :version.
15841
15842         * gnus-sum.el (gnus-summary-make-false-root-always)
15843         (gnus-summary-default-high-score)
15844         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15845         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15846         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15847         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15848         (gnus-sum-thread-tree-single-indent)
15849         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15850         (gnus-sum-thread-tree-leaf-with-other)
15851         (gnus-sum-thread-tree-single-leaf): Add :version.
15852         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15853         (gnus-article-loose-mime): Change :version.
15854
15855         * gnus-start.el (gnus-backup-startup-file)
15856         (gnus-save-startup-file-via-temp-buffer): Add :version.
15857
15858         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15859         (gnus-server-offline-face): Add :version.
15860
15861         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15862
15863         * gnus-msg.el (gnus-gcc-externalize-attachments)
15864         (gnus-debug-files, gnus-debug-exclude-variables)
15865         (gnus-discouraged-post-methods): Change :version.
15866         (gnus-confirm-mail-reply-to-news)
15867         (gnus-confirm-treat-mail-like-news): Add :version.
15868
15869         * gnus-int.el (gnus-server-unopen-status): Add :version.
15870
15871         * gnus-group.el (gnus-group-jump-to-group-prompt)
15872         (gnus-large-ephemeral-newsgroup)
15873         (gnus-fetch-old-ephemeral-headers): Add :version.
15874
15875         * gnus-fun.el (gnus-x-face-directory)
15876         (gnus-convert-pbm-to-x-face-command)
15877         (gnus-convert-image-to-x-face-command)
15878         (gnus-convert-image-to-face-command): Add :version.
15879
15880         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15881
15882         * gnus-cite.el (gnus-cite-blank-line-after-header)
15883         (gnus-article-boring-faces): Add :version.
15884
15885         * gnus-art.el (gnus-buttonized-mime-types)
15886         (gnus-inhibit-mime-unbuttonizing)
15887         (gnus-treat-display-face)
15888         (gnus-treat-body-boundary): Change :version.
15889         (gnus-body-boundary-delimiter, gnus-picon-databases)
15890         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15891         (gnus-treat-date-english, gnus-treat-fold-headers)
15892         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15893         (gnus-treat-mail-picon, gnus-treat-wash-html)
15894         (gnus-article-encrypt-protocol)
15895         (gnus-use-idna, gnus-article-over-scroll)
15896         (gnus-mime-display-multipart-alternative-as-mixed)
15897         (gnus-mime-display-multipart-related-as-mixed)
15898         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15899         (gnus-ctan-url, gnus-button-ctan-handler)
15900         (gnus-button-handle-ctan-bogus-regexp)
15901         (gnus-button-ctan-directory-regexp)
15902         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15903         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15904         (gnus-button-man-level, gnus-button-emacs-level)
15905         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15906
15907         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15908         (gnus-agent-go-online): Change :version.
15909         (gnus-agent-expire-unagentized-dirs)
15910         (gnus-agent-auto-agentize-methods): Add :version.
15911
15912         * flow-fill.el (fill-flowed-display-column)
15913         (fill-flowed-encode-column): Add :version.
15914
15915         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15916         (gnus-outlook-deuglify-unwrap-max)
15917         (gnus-outlook-deuglify-cite-marks)
15918         (gnus-outlook-deuglify-unwrap-stop-chars)
15919         (gnus-outlook-deuglify-no-wrap-chars)
15920         (gnus-outlook-deuglify-attrib-cut-regexp)
15921         (gnus-outlook-deuglify-attrib-verb-regexp)
15922         (gnus-outlook-deuglify-attrib-end-regexp)
15923         (gnus-outlook-display-hook): Add :version.
15924
15925         * binhex.el (binhex-use-external): Add :version.
15926
15927 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15928
15929         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15930         and `invisible'.
15931
15932 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15933
15934         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15935         in gnus-registry-trim.
15936
15937 2004-09-13  Simon Josefsson  <jas@extundo.com>
15938
15939         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15940
15941         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15942
15943         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15944         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15945         <yamaoka@jpl.org>.
15946         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15947         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15948         <yamaoka@jpl.org>.
15949
15950         * sieve.el (sieve-manage-mode): Ditto.
15951
15952 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15955
15956 2004-09-11  Simon Josefsson  <jas@extundo.com>
15957
15958         * dns-mode.el: Add.
15959
15960         * mm-view.el (mm-display-dns-inline): Add.
15961
15962         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15963         (mm-automatic-display): Ditto.
15964
15965         * mailcap.el (mailcap-mime-data): Add text/dns.
15966         (mailcap-mime-extensions): Map .soa to text/dns.
15967
15968 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15969
15970         * gnus-art.el (article-decode-mime-words, article-babel)
15971         (gnus-article-highlight-signature, gnus-article-add-buttons)
15972         (gnus-signature-toggle): Remove unnecessary bindings of
15973         `inhibit-read-only' inherited from v5.10 merge.
15974
15975 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * nntp.el (nntp): New customization group.
15978         (nntp-authinfo-file): Add customization group.
15979
15980         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15981
15982         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15983
15984         * gnus.el (to-address, to-list, subscribed)
15985         (large-newsgroup-initial): Ditto.
15986
15987         * flow-fill.el (fill-flowed-display-column)
15988         (fill-flowed-encode-column): Ditto.
15989
15990 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15991
15992         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15993         Use point-min rather than 1.
15994         (message-send-mail): Use buffer-size rather than point-max.
15995
15996         * gnus-sum.el (gnus-summary-search-article-forward):
15997         Signal a specific `search-failed' rather than a generic `error'.
15998
15999         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16000         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16001         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16002
16003 2004-09-10  Simon Josefsson  <jas@extundo.com>
16004
16005         * nndb.el (require): Remove tcp and duplicate cl.
16006
16007 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-agent.el (directory-files-and-attributes): Move forward.
16010
16011 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16012
16013         * gnus-agent.el (directory-files-and-attributes): Optionally
16014         defined to support XEmacs.
16015
16016 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16017
16018         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16019         to avoid run-time CL dependencies.
16020         (gnus-agent-unfetch-articles): New function.
16021         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16022         article numbers even when local .overview file is missing.
16023         (gnus-agent-read-article-number): New function.  Only accepts
16024         27-bit article numbers.
16025         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16026         gnus-agent-read-article-number.
16027         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16028         from backend while recognizing that article numbers in .overview
16029         must be valid.
16030         (gnus-agent-update-files-total-fetched-for): Use
16031         directory-files-and-attributes to improve performance.
16032         * gnus-int.el (gnus-request-move-article): Use
16033         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16034         improve performance.
16035
16036         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16037         some users confused by references to .newsrc when they only have a
16038         .newsrc.eld file.
16039         (gnus-convert-mark-converter-prompt)
16040         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16041         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16042         New function.  Used internally to only display 'gnus converting
16043         files' message when actually necessary.
16044
16045         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16046         methods now autoloaded.
16047
16048 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16051         identifiers.
16052
16053 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * gnus-picon.el: Fix indentation and closing parenthesis.
16056
16057 2004-09-01  Simon Josefsson  <jas@extundo.com>
16058
16059         * message.el (message-canlock-generate): Require sha1, not
16060         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16061         to require within a function.  Sadly, if sha1.el isn't loaded, the
16062         let binding in m-c-g will hide the defcustom definition, which is
16063         bad.)
16064
16065         * canlock.el: Require sha1, not sha1-el.
16066
16067         * message.el: Don't autoload sha1 (there is a autoload cookie in
16068         sha1.el).
16069
16070         * sha1-el.el: Renamed to sha1.el.
16071
16072 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16073
16074         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16075
16076 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16077
16078         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16079
16080 2004-08-30  Kim F. Storm  <storm@cua.dk>
16081
16082         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16083
16084         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16085         Add :group 'nnimap.
16086
16087 2004-08-30  Andreas Schwab  <schwab@suse.de>
16088
16089         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16090         ?* and ?\;.
16091
16092         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16093         and ?\' to symbol instead of whitespace.
16094
16095 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16098
16099         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16100         instead of re-search-forward.
16101
16102         * gnus-uu.el (gnus-uu-save-article): Ditto.
16103         (gnus-uu-post-encode-uuencode): Ditto.
16104
16105         * html2text.el (html2text-clean-list-items): Ditto.
16106         (html2text-clean-dtdd): Ditto.
16107         (html2text-format-tags): Ditto.
16108
16109         * message.el (message-send-mail-with-sendmail): Fix regexp.
16110         (message-fill-field-general): Use search-forward instead of
16111         re-search-forward.
16112         (unbold-region): Ditto.
16113
16114         * nnrss.el (nnrss-request-article): Ditto.
16115
16116         * nnslashdot.el (nnslashdot-request-article): Ditto.
16117
16118         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16119
16120         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16121         "Unrecognized menu descriptor" error in XEmacs.
16122
16123 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16124
16125         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16126         parent article of a sparse article in the thread hashtb.
16127
16128 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16129
16130         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16131         (nnmail-expand-newtext): Lowercase expanded entries if
16132         nnmail-split-lowercase-expanded is non-nil.
16133
16134 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16137
16138         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16139         of gnus-tmp-news-method into string under XEmacs.  It will be
16140         passed to gnus-correct-length which takes only a string argument.
16141
16142 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-util.el (gnus-bind-print-variables): New macro.
16145         (gnus-prin1): Use it.
16146         (gnus-prin1-to-string): Use it.
16147         (gnus-pp): New function.
16148         (gnus-pp-to-string): New function.
16149
16150         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16151         Replace pp-to-string with gnus-pp-to-string.
16152         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16153         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16154         * gnus-msg.el (gnus-debug): Ditto.
16155         * gnus-score.el (gnus-score-save): Ditto.
16156         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16157         gnus-pp-to-string.
16158         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16159         with gnus-pp.
16160         * score-mode.el (gnus-score-pretty-print): Ditto.
16161         * webmail.el (webmail-debug): Ditto.
16162
16163 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-art.el (article-display-face, article-display-x-face):
16166         Use buffer-read-only.
16167
16168 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-art.el (article-hide-list-identifiers):
16171         Bind inhibit-read-only as t.
16172
16173 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16176
16177 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16178
16179         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16180         (gnus-narrow-to-page): Don't assume point-min == 1.
16181         (gnus-article-edit-mode): Derive from message-mode.
16182
16183         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16184         point-min == 1.
16185
16186         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16187         Disable incorrect use of `assert'.
16188
16189         * message.el (message-mode): Set comment-start-skip.
16190
16191
16192 2004-08-22  Sam Steingold  <sds@gnu.org>
16193
16194         * pop3.el (pop3-leave-mail-on-server): New user variable.
16195         (pop3-movemail): Delete mail only when it is nil.
16196
16197 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16200
16201         * mml.el (mml-preview): Use `pop-to-buffer'.
16202
16203         * message.el (message-goto-mail-followup-to): Insert after "To".
16204         (message-carefully-insert-headers): Add comment.
16205
16206         * gnus.el: Remove unused variable `gnus-article-check-size'.
16207
16208         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16209
16210         * gnus-art.el (gnus-button-alist): Improve
16211         `gnus-button-handle-library' entry.
16212
16213 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16214
16215         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16216         downcase, since XEmacs capitalizes error messages differently.
16217
16218 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16219
16220         * nntp.el: Add (require 'gnus) due to reference to
16221         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16222
16223 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16224
16225         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16226         `mm-fill-flowed'.
16227
16228         * mm-decode.el (mm-dissect-singlepart): Check it.
16229
16230 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16231
16232         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16233         'imap' for netrc parsing.
16234
16235 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * mailcap.el (mailcap-mime-data): Mark as risky.
16238
16239 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16242         may be included in the encoded word.
16243         (rfc2047-encode): Don't append a space if the encoded word
16244         includes close parenthesis.
16245
16246 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16249         of text within parentheses.
16250
16251 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16252
16253         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16254         (gnus-encrypt-write-file-contents): Make the password key the file
16255         name PLUS the cipher, not just the cipher.  Also remove failed
16256         passwords from the cache.
16257
16258 2004-08-06  Simon Josefsson  <jas@extundo.com>
16259
16260         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16261         fix.
16262
16263 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16266         LWSP.
16267
16268 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16269
16270         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16271         to append in-reply-to: data to the references: header.
16272
16273         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16274         (netrc-parse): Use gnus-encrypt.el functions.
16275
16276         * gnus-encrypt.el: Add new file for encryption support; currently
16277         does only a few GPG ciphers and an internal XOR cipher.
16278
16279         * password.el: Add comments on using password-read-and-add.
16280         (password-read-and-add): Add function to read and add the
16281         password to the cache at once.
16282
16283 2004-07-28  Simon Josefsson  <jas@extundo.com>
16284
16285         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16286         parameter (but don't use it, for now).
16287
16288         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16289         instead of hard coding to nil.
16290
16291 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16294         as mm-inline-image-xemacs does.
16295
16296 2004-07-26  Simon Josefsson  <jas@extundo.com>
16297
16298         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16299         Revert part of 2004-07-17 change below.
16300
16301 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16304         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16305
16306 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16307
16308         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16309         quotes that actually start with ">" at the beginning of the
16310         lines.
16311
16312 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * rfc2047.el (rfc2047-encode-region): Fix last change.
16315         (rfc2047-encode-parameter): Remove useless concat.
16316
16317 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16320         encode special characters; fix some kind of misconfigured headers;
16321         signal a real error if debug-on-quit or debug-on-error is non-nil.
16322         (rfc2047-encode-max-chars): New variable.
16323         (rfc2047-encode-1): Use it.
16324         (rfc2047-encode-parameter): New function.
16325
16326         * mml.el (mml-insert-parameter): Remove an excessive space.
16327
16328 2004-07-17  Simon Josefsson  <jas@extundo.com>
16329
16330         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16331         Kai Grossjohann <kai@emptydomain.de>.
16332         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16333         (gnus-group-make-menu-bar): Ditto.
16334
16335         * gnus-util.el (gnus-group-server): Add.
16336
16337 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16338
16339         * message.el (message-clone-locals): Clone sendmail and smtp
16340         variables.
16341
16342 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * rfc2047.el (rfc2047-encode-region): Fix last change.
16345
16346 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16349         characters as non-special.
16350
16351 2004-07-09  Simon Josefsson  <jas@extundo.com>
16352
16353         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16354         Users will lose all flag changes made while unplugged with
16355         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16356         good default.  See numerous reports on ding mailing list.
16357
16358 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16361         add generate-head-function and generate-article-function to the
16362         rfc822-forward entry.
16363         (nndoc-rfc822-forward-generate-article): New function.
16364         (nndoc-rfc822-forward-generate-head): New function.
16365
16366         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16367
16368 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16369
16370         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16371         respect display group parameter and gnus-summary-expunge-below.
16372         (gnus-articles-to-read): Remove unused reference to display group
16373         parameter.
16374
16375 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16376
16377         * nnheader.el (nnheader-uniquify-message-id): New experimental
16378         variable.
16379         (nnheader-nov-read-message-id): Use it.
16380
16381         * spam-report.el (spam-report-gmane): Add interactive.
16382
16383 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16386         qp-or-base64 for the application/* types.
16387
16388 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16389
16390         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16391
16392 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16395         trim value.
16396
16397 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16398
16399         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16400         New macro and function.
16401         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16402
16403 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16406         after-load-alist.
16407
16408 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16411         update info that isn't there.
16412
16413 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16414
16415         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16416         entry.
16417
16418 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * mm-view.el (mm-inline-render-with-function): Use multibyte
16421         buffer; decode html source by charset.
16422
16423         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16424
16425         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16426         Mule-UCS is loaded under XEmacs.
16427         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16428
16429 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16432
16433 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * mm-util.el (mm-coding-system-p): Return a coding-system.
16436         (mm-mime-mule-charset-alist): Use shift_jis instead of
16437         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16438         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16439         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16440         instead of japanese-shift-jis and iso-latin-1 respectively in
16441         order to share the default value with both Emacs and XEmacs-mule.
16442         (mm-mule-charset-to-mime-charset): Make
16443         mm-coding-system-priorities effective.
16444         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16445         while predicating of candidates upon the priorities.
16446
16447 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16448
16449         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16450         gnus-uu-invert-processable.
16451
16452         * gnus.el: Autoload gnus-uu-invert-processable.
16453
16454 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * mm-util.el (mm-with-multibyte-buffer): New macro.
16457
16458         * rfc2047.el (rfc2047-encode-string): Use it.
16459         (rfc2047-encode-region): Move point to the end of the region after
16460         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16461
16462 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16465         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16466
16467 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16470         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16471         Karl Chen <quarl@nospam.quarl.org>.
16472
16473 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16474
16475         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16476         invalid addresses.
16477
16478 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16479
16480         * spam.el: Change section markers, revise TODO list.
16481         (spam-backends): Make new master list of all installed backends.
16482         (spam-summary-exit-behavior): Add new variable to determine how
16483         messages moves are done at summary exit.
16484         (spam-move-spam-nonspam-groups-only)
16485         (spam-process-ham-in-nonham-groups)
16486         (spam-process-ham-in-spam-groups): Remove variables, the
16487         spam-summary-exit-behavior variable should be used to manage this
16488         behavior.
16489         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16490         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16491         and spam-old-spam-articles.
16492         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16493         Add empty variables, placeholders for the backends they represent.
16494         (spam-set-difference): Move, unchanged.
16495         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16496         unless the user has a processor variable.
16497         (spam-classifications, spam-classification-valid-p)
16498         (spam-backend-properties, spam-backend-property-valid-p)
16499         (spam-backend-function-type-valid-p)
16500         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16501         (spam-report-articles-gmane, spam-report-articles-resend):
16502         Remove functions, they are not needed.
16503         (spam-install-backend-super, spam-backend-list)
16504         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16505         (spam-backend-function, spam-backend-ham-registration-function)
16506         (spam-backend-spam-registration-function)
16507         (spam-backend-ham-unregistration-function)
16508         (spam-backend-spam-unregistration-function)
16509         (spam-backend-statistical-p, spam-backend-mover-p)
16510         (spam-install-backend-alias, spam-install-checkonly-backend)
16511         (spam-install-mover-backend, spam-install-nocheck-backend)
16512         (spam-install-backend, spam-install-statistical-backend)
16513         (spam-install-statistical-checkonly-backend): Add backend installation
16514         support.
16515         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16516         (spam-group-processor-p): Use the new backend code and respect the
16517         summary exit behavior.
16518         (spam-mark-spam-as-expired-and-move-routine): Remove.
16519         (spam-summary-prepare): Change to use the new spam-old-articles
16520         variable.
16521         (spam-copy-or-move-routine, spam-copy-spam-routine)
16522         (spam-move-spam-routine, spam-copy-ham-routine)
16523         (spam-move-ham-routine): Add code to copy/move ham or spam.
16524         (spam-fetch-field-fast): Improve doc and code, plus allow the
16525         'number request.
16526         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16527         variables.
16528         (spam-split, spam-find-spam): Use the new backend code.
16529         (spam-registration-functions): Remove variable.
16530         (spam-unregister-routine): Add convenience wrapper.
16531         (spam-log-undo-registration, spam-register-routine)
16532         (spam-log-processing-to-registry)
16533         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16534         where possible.
16535         (spam-check-gmane-xref, spam-check-regex-headers)
16536         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16537         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16538         (spam-check-bogofilter-headers, spam-check-spamoracle)
16539         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16540         (spam-check-crm114-headers): Use the spam-split-group that
16541         spam-split prepares, no need to determine it every time.
16542
16543         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16544         to the nnheader-parse-naked-head call.
16545
16546         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16547
16548         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16549         the nnheader-nov-read-message-id call.
16550
16551 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16554         gnus-activate-group twice.  Suggested by Markus Peter
16555         <warp@spin.de>.
16556
16557 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-art.el (gnus-article-time-format): Exchange the order of
16560         day and month in the default value; fix customization type.
16561         (article-date-ut): Use add-text-properties.
16562         (article-make-date-line): Use message-make-date instead of
16563         current-time-string.
16564
16565         * message.el (message-fetch-field): Don't use set-text-properties.
16566         (message-make-date): Simplify.
16567
16568         * messagexmas.el (message-xmas-make-date): New function.
16569         (message-xmas-redefine): Defalias message-make-date to it.
16570
16571 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16574         (rfc2047-encode-region): Treat text within parentheses as special;
16575         show the original text when error has occurred.
16576
16577         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16578         already-computed method to gnus-activate-group.
16579
16580         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16581         same select-methods identical Lisp objects.
16582
16583         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16584         object when modifying the info.
16585
16586 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16589         gnus-opened-servers since it has never been opened with the new
16590         configuration yet.
16591
16592 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16595         arg to nnheader-generate-fake-message-id.
16596
16597 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16598
16599         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16600         number and build a fake message ID localized to a group and
16601         article number (so it's repeatable from that point on).
16602         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16603         ID format.
16604
16605         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16606         nnheader-generate-fake-message-id with the article number.
16607
16608 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16609
16610         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16611         end-of-buffer.
16612
16613 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16614
16615         * message.el (message-ignored-supersedes-headers): Add Approved.
16616
16617 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16620         goto-char.
16621         (rfc2047-encode): Fold the line before encoding.
16622
16623 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16624
16625         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16626         folding -- not all headers can be folded, and this should be done
16627         by the message composition mode.  Probably.  I think.
16628
16629 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16632         fast.
16633
16634         * gnus-ems.el (gnus-remove-image): Don't use
16635         message-text-with-property; remove only the image found first.
16636
16637         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16638         found first.
16639
16640 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16643
16644 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * message.el (message-text-with-property): Make it fast and accept
16647         optional arguments.
16648         (message-strip-forbidden-properties): Use it.
16649         (message-fix-before-sending): Follow the m-t-w-p change.
16650
16651         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16652
16653 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * gnus-art.el (article-hide-headers): Don't change the buffer
16656         mistakenly when performing mml-preview even if
16657         gnus-single-article-buffer is nil.
16658
16659 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16660
16661         * message.el (message-expand-name-databases): New user option.
16662         (message-expand-name): Use it.
16663
16664 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16665
16666         * spam.el (spam-report-articles-resend)
16667         (spam-report-resend-register-routine): Allow ham reporting.
16668         (spam-report-resend-register-ham-routine): Add wrapper.
16669         (spam-registration-functions): Add ham resending functions.
16670         (spam-list-of-processors): Add ham resend processor.
16671
16672         * gnus.el (ham-resend-to): Add new group parameter.
16673         (spam-process): Add ham resend option.
16674
16675         * spam-report.el (spam-report-resend): Allow reporting ham.
16676         (spam-report-resend-ham): Add wrapper.
16677
16678 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16679
16680         * message.el (message-cite-articles-with-x-no-archive): New
16681         variable.
16682         (message-cite-original): Use it.
16683
16684 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * message.el (message-cite-original): Respect X-No-Archive.
16687
16688 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * gnus-art.el (article-hide-headers): Refer to the values for
16691         gnus-ignored-headers and gnus-visible-headers in the summary
16692         buffer since a user may have set them as group parameters.
16693
16694 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16695
16696         * assistant.el (assistant-node-name): Add convenience function.
16697         (assistant-render-text, assistant-render-node): Add error handling,
16698         plus handle multiple next nodes.
16699         (assistant-find-next-node): Comment out for now.
16700         (assistant-find-next-nodes): Add function, returns list of next
16701         nodes.
16702
16703 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * mail-source.el (mail-source-directory): Fix doc-string.
16706
16707 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16708
16709         * assistant.el (assistant-render-text, assistant-eval): Add :set
16710         widget type, which is different because it takes and returns a
16711         list.  Much hilarity ensues.
16712
16713 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16716
16717         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16718         doc-string.
16719
16720         * gnus-start.el (gnus-activate-group): Added doc-string.
16721
16722 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16725
16726 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16727
16728         * assistant.el (assistant-render-text): Try to add a :set
16729         widget, more to come.
16730
16731         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16732         strings.
16733         (spam-report-articles-resend)
16734         (spam-register-routine): Do registration iff any articles warrant
16735         it.
16736         (spam-summary-prepare-exit): Change log message for nil group
16737         destinations.
16738
16739 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16740
16741         * spam.el (spam-report-resend-register-routine): Allow
16742         spam-report-resend-to to be a group parameter or a global value.
16743
16744 2004-05-26  Simon Josefsson  <jas@extundo.com>
16745
16746         * starttls.el: Merge with my GNUTLS based starttls.el.
16747         (starttls-gnutls-program, starttls-use-gnutls)
16748         (starttls-extra-arguments, starttls-process-connection-type)
16749         (starttls-connect, starttls-failure, starttls-success): New
16750         variables.
16751         (starttls-program, starttls-extra-args): Doc fix.
16752         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16753         functions.
16754         (starttls-negotiate, starttls-open-stream): Check
16755         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16756         function if it is set.
16757
16758 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16761         structured fields.
16762
16763 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16766
16767 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16770         variable.
16771         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16772         assigning the spam-mark to new messages.
16773
16774 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16775
16776         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16777
16778 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16781
16782         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16783         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16784         default.
16785
16786 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16787
16788         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16789         correct data.
16790
16791 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16792
16793         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16794         (spam-group-processor-p): Fix function.
16795         (spam-group-processor-multiple-p)
16796         (spam-group-spam-processor-report-gmane-p)
16797         (spam-group-spam-processor-report-resend-p)
16798         (spam-group-spam-processor-bogofilter-p)
16799         (spam-group-spam-processor-blacklist-p)
16800         (spam-group-spam-processor-ifile-p)
16801         (spam-group-ham-processor-ifile-p)
16802         (spam-group-spam-processor-spamoracle-p)
16803         (spam-group-spam-processor-crm114-p)
16804         (spam-group-ham-processor-bogofilter-p)
16805         (spam-group-spam-processor-stat-p)
16806         (spam-group-ham-processor-stat-p)
16807         (spam-group-ham-processor-whitelist-p)
16808         (spam-group-ham-processor-BBDB-p)
16809         (spam-group-ham-processor-spamoracle-p)
16810         (spam-group-ham-processor-copy-p): Remove functions with some
16811         prejudice against unneeded code.
16812         (spam-report-articles-resend)
16813         (spam-report-resend-register-routine): Allow the group/topic
16814         spam-resend-to value to override spam-report-resend-to.
16815         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16816         properly now.
16817
16818         * gnus.el (spam-resend-to): Add group/topic parameter.
16819         (spam-process): Move the OBSOLETE processors to the end of the
16820         choices.
16821
16822 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16823
16824         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16825         with resend-to set to nil, and then ask the user if necessary.
16826         (spam-report-resend): spam-report-resend takes a list of articles, not
16827         separate article numbers.
16828
16829 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16832         addition to emacs-w3m.
16833
16834 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16835
16836         * assistant.el (assistant-authinfo-data): New function.
16837         (assistant-eval): Eval for entire assistant.
16838
16839         * netrc.el (netrc-services-file): New variable.
16840         (netrc-parse-services): New function.
16841         (netrc-find-service-name): New function.
16842         (netrc-find-service-number): New function.
16843         (netrc-port-equal): New function.
16844         (netrc-machine): Use it.
16845
16846         * nnimap.el (nnimap-open-connection): Use netrc.
16847
16848         * gnus-util.el (gnus-netrc-get): Remove aliases.
16849
16850         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16851
16852         * assistant.el (wid-edit): Fix compilation.
16853
16854         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16855
16856 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16857
16858         * gnus-util.el (gnus-set-file-modes): New function.  (small
16859         patch).
16860
16861 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16862
16863         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16864
16865         * assistant.el (assistant-render-node): Fix up rendering and
16866         read-only text.
16867         (assistant-render-node): Reset.
16868         (assistant-make-read-only): Not sticky.
16869
16870 2004-05-20  Danny Siu  <dsiu@adobe.com>
16871
16872         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16873         centered even when gnus-auto-center-summary is t.
16874
16875 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16876
16877         * dns.el (dns-get-txt-answer): New function.
16878         (dns-read-txt): Ditto.
16879         (query-dns): Use it.
16880
16881 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16884         active for foreign groups even if the group level is higher than
16885         the specified value.
16886
16887 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16888
16889         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16890         non-active groups.
16891
16892         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16893
16894 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16895
16896         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16897
16898 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16901         (spam-crm114-header, spam-crm114-spam-switch)
16902         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16903         (spam-crm114-positive-spam-header)
16904         (spam-crm114-database-directory, spam-list-of-processors)
16905         (spam-group-spam-processor-crm114-p)
16906         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16907         (spam-generic-score, spam-list-of-checks)
16908         (spam-list-of-statistical-checks, spam-registration-functions)
16909         (spam-check-crm114-headers, spam-crm114-score)
16910         (spam-check-crm114, spam-crm114-register-with-crm114)
16911         (spam-crm114-register-spam-routine)
16912         (spam-crm114-unregister-spam-routine)
16913         (spam-crm114-register-ham-routine)
16914         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16915         asjo@koldfront.dk (Adam Sjøgren).
16916
16917         * gnus.el: Add spam-use-crm114.
16918
16919         * spam.el (spam-list-of-processors, spam-registration-functions):
16920         Add spam-use-resend.
16921         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16922         (spam-report-articles-gmane): Add doc fix.
16923         (spam-report-articles-resend, spam-report-resend-register-routine):
16924         Add wrappers around spam-report-resend-to.
16925
16926         * spam-report.el (spam-report-resend-to, spam-report-resend):
16927         Add support for resending spam.
16928         (spam-report-gmane): Fix line length >80.
16929
16930         * gnus.el (spam-process): Add spam-use-resend.
16931
16932 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16933
16934         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16935         number of processed spam messages.
16936         (spam-ham-copy-or-move-routine): Return the number of processed
16937         ham messages.
16938         (spam-summary-prepare-exit): Use the above values to decide
16939         whether status messages shouled be displayed.
16940
16941 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16944         `rfc2047-encoding-function-alist' in order to avoid conflicting
16945         with the old version.
16946         (rfc2047-encode-region): Concatenate words containing non-ASCII
16947         characters in structured fields; don't encode space-delimited
16948         ASCII words even in unstructured fields; don't break words at
16949         char-category boundaries.
16950         (rfc2047-encode-1): New function.
16951         (rfc2047-encode): Use it; encode text so that it occupies the
16952         maximum width within 76-column; work correctly on Q encoding for
16953         iso-2022-* charsets.
16954         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16955         sure not to break a line just after the header name.
16956         (rfc2047-b-encode-region): Removed.
16957         (rfc2047-b-encode-string): New function.
16958         (rfc2047-q-encode-region): Removed.
16959         (rfc2047-q-encode-string): New function.
16960
16961         * mm-util.el (mm-replace-in-string): New function.
16962
16963 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16964
16965         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16966         get it right.
16967         (gnus-inews-make-draft): Really.
16968
16969 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16970
16971         * nnmh.el (nnmh-request-list-1): Don't check the link count
16972         before descending.  (small patch)
16973
16974 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16975
16976         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16977         stuff.
16978
16979         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16980         on real group name.
16981
16982         * gnus-art.el (gnus-signature-limit): Doc fix.
16983
16984         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16985
16986         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16987
16988 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16989
16990         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16991         isn't a string.
16992
16993 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16994
16995         * gnus-draft.el (gnus-draft-send): Bind
16996         rfc2047-encode-encoded-words.
16997
16998         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16999         (rfc2047-encodable-p): Say that =? needs encoding.
17000         (rfc2047-encode-encoded-words): New variable.
17001
17002         * gnus-group.el (gnus-group-select-group): Doc fix.
17003
17004         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17005
17006         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17007         to nil.
17008
17009         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17010
17011         * nnheader.el (nnheader-get-lines-and-char): New function.
17012
17013 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * gnus-msg.el (gnus-summary-followup-with-original): Document
17016         yanking of region when active.
17017
17018 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17021         groups if the group level is higher than the specified value.
17022
17023 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17026         (gnus-group-jump-to-group): Added prefix argument using
17027         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17028         non-active group.
17029
17030         * compface.el (uncompface): Be verbose when changing
17031         `uncompface-use-external'.
17032
17033         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17034         handle manual section.
17035
17036 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17037
17038         * gnus-art.el (gnus-button-alist): Revert previous change.
17039
17040 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17043
17044 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17045
17046         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17047         whether backend can accept message.
17048
17049         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17050
17051 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17052
17053         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17054         Avoid creating directory when nntp-marks-is-evil is true.
17055         Reported by Reiner Steib.
17056
17057 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * gnus-picon.el (gnus-picon-style): New variable.
17060         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17061         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17062         Jesper Harder <harder@ifa.au.dk>.
17063
17064 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065
17066         * message.el (message-fill-field): Return point.
17067         (message-generate-headers): Go to end of field.
17068
17069         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17070         stuff for non-living groups.
17071
17072 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17073
17074         * gnus-art.el (gnus-article-followup-with-original)
17075         (gnus-article-reply-with-original): gnus-mark-active-p ->
17076         gnus-region-active-p.
17077
17078 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17079
17080         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17081         only when there is spam or ham to be processed.
17082
17083 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17084
17085         * mail-source.el (mail-source-delete-crash-box): Refactor.
17086         (mail-source-fetch): Use it.
17087         (mail-source-fetch-file): Ditto.
17088         (mail-source-fetch-directory): Run postscript in loop.
17089         (mail-source-fetch-pop): Delete.
17090         (mail-source-fetch-maildir): Ditto.
17091         (mail-source-fetch-imap): Ditto.
17092
17093         * imap.el (imap-authenticators): Comment out sasl.
17094
17095         * message.el (message-skip-to-next-address): New function.
17096         (message-fill-header-address): Refactor.
17097         (message-fill-address): Use it.
17098         (message-delete-address): Use it.
17099         (message-fill-header-general): Refactor.
17100         (message-fill-field-address): Rename.
17101         (message-narrow-to-field): Find the start of the header.
17102         (message-header-format-alist): Don't pre-fill.
17103         (message-fill-header): Removed.
17104         (message-insert-header): New function.
17105         (message-shorten-references): Use it.
17106
17107         * rfc2047.el (rfc2047-field-value): Strip props.
17108
17109         * mail-parse.el (mail-header-make-address): New alias.
17110
17111         * ietf-drums.el (ietf-drums-make-address): New function.
17112
17113         * imap.el: Add compiler directives.
17114
17115         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17116
17117         * gnus-art.el (article-decode-idna-rhs): Don't use
17118         message-idna-inside-rhs-p.
17119
17120 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17121
17122         * message.el (message-idna-inside-rhs-p): Removed.
17123         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17124
17125         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17126         false positives.
17127
17128 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17129
17130         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17131
17132 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133
17134         * nneething.el (nneething-file-name): Don't create spurious
17135         files.
17136
17137         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17138         (gnus-inews-do-gcc): Remove sleep.
17139
17140         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17141         part under point.
17142
17143         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17144         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17145
17146 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * spam.el (spam-summary-prepare-exit): Fixed (length).
17149
17150 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17151
17152         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17153         as expired without moving it" message when there are spam
17154         messages left.
17155
17156 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17157
17158         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17159         header is not nil.
17160
17161 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17162
17163         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17164         nntp-possibly-create-directory, not nntp-possibly-change-group.
17165         (nntp-marks-changed-p): New arg SERVER.
17166         (nntp-request-update-info): Adjust caller.
17167
17168 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17169
17170         * nntp.el (nntp-save-marks): Pass missing arg.
17171
17172 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17173
17174         * nntp.el: Support marks.
17175         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17176         (nntp-marks-modtime, nntp-marks-directory): New variables.
17177         (nntp-request-set-mark, nntp-request-update-info)
17178         (nntp-possibly-create-directory, nntp-marks-changed-p)
17179         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17180         functions.
17181
17182 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17183
17184         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17185         (gnus-xmas-redefine): Rename.
17186
17187         * gnus-score.el (gnus-score-insert-help): Use
17188         gnus-select-lowest-window.
17189
17190         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17191         appt-select-lowest-window and rename to gnus-select-lowest-window.
17192
17193         * gnus.el: do.
17194
17195 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17196
17197         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17198         encodings of MIME-encoded words, in order to improve
17199         interoperability with several broken MUAs.
17200
17201 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17202
17203         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17204         tags, only when charsets are not specified in headers.
17205         (mm-inline-text-html-render-with-w3m): Ditto.
17206
17207         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17208         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17209
17210 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17211
17212         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17213         instead of MIME-decoded from fields when checking
17214         `gnus-article-address-banner-alist'.
17215
17216 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17219         description rather than subject.
17220
17221 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17222
17223         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17224
17225 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * gnus.el (gnus-version-number): Bump.
17228
17229 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17230
17231         * gnus.el: No Gnus v0.2 is released.
17232
17233 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17234
17235         * gnus-agent.el (gnus-agent-read-agentview): Inline
17236         gnus-uncompress-range.
17237
17238 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17239
17240         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17241         `exec-installed-p'.
17242
17243 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17244
17245         * gnus.el (spam-process, spam-autodetect-methods): Add
17246         bsfilter and bsfilter-headers.
17247
17248         * spam.el (spam-bsfilter): New customize group.
17249         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17250         (spam-bsfilter-header, spam-bsfilter-probability-header)
17251         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17252         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17253         (spam-bsfilter-database-directory): New options.
17254         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17255         (spam-list-of-statistical-checks, spam-registration-functions):
17256         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17257         (spam-bsfilter-score): New command.
17258         (spam-check-bsfilter-headers, spam-check-bsfilter)
17259         (spam-bsfilter-register-with-bsfilter)
17260         (spam-bsfilter-register-spam-routine)
17261         (spam-bsfilter-unregister-spam-routine)
17262         (spam-bsfilter-register-ham-routine)
17263         (spam-bsfilter-unregister-ham-routine): New functions.
17264         (spam-generic-score): Support bsfilter; Accept an optional argument
17265         to recalcurate spam score even if scoring header has already been
17266         added.
17267         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17268         optional argument to recalcurate spam score even if scoring header
17269         has already been added.
17270
17271 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17274         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17275         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17276         link is missing.
17277
17278 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17279
17280         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17281         (html2text-get-attr): Rewrite.
17282
17283         * message.el (message-setup-1): Remove redundant put-text-property
17284         on mail-header-separator.
17285
17286 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * gnus-registry.el (gnus-registry-cache-whitespace)
17289         (gnus-registry-action, gnus-registry-spool-action)
17290         (gnus-registry-split-fancy-with-parent): Change message levels
17291         from 5 to 3 or 7, as needed.
17292
17293         * spam.el (spam-summary-prepare-exit)
17294         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17295         (spam-split, spam-find-spam, spam-log-undo-registration)
17296         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17297         level from 5 to 6.
17298
17299 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17302         2004-03-04 change).
17303
17304 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17305
17306         * sieve-manage.el (sieve-manage-open):
17307         * nnweb.el (nnweb-insert-html):
17308         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17309         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17310         * nnspool.el (nnspool-request-group):
17311         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17312         * nnml.el (nnml-request-update-info):
17313         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17314         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17315         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17316         (nnimap-request-set-mark):
17317         * nnfolder.el (nnfolder-request-update-info):
17318         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17319         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17320         * gnus-uu.el (gnus-uu-find-articles-matching):
17321         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17322         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17323         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17324         * gnus-nocem.el (gnus-nocem-scan-groups):
17325         * gnus-int.el (gnus-start-news-server):
17326         * gnus-group.el (gnus-group-make-kiboze-group)
17327         (gnus-group-browse-foreign-server):
17328         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17329         Use mapc when appropriate.
17330
17331 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17332
17333         FIXME: Make separate entries for each person.
17334
17335         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17336         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17337         <shields@msrl.com>:
17338
17339         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17340         may need for spam sorting and scoring.
17341         (spam-user-format-function-S): Add user format function suitable for
17342         general use.
17343         (spam-article-sort-by-spam-status): Add sorting function for summary
17344         sorting.
17345         (spam-extra-header-to-number): Add function to get a score from a
17346         header.
17347         (spam-summary-score): Add function to get a numeric score from the
17348         headers.
17349         (spam-generic-score): Fix function doc, was in wrong place.
17350         (spam-initialize): Take symbols when it's run, and install the
17351         extra headers that spam-necessary-extra-headers thinks we need.
17352
17353 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17354
17355         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17356         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17357
17358 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * gnus-sum.el (gnus-set-global-variables)
17361         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17362         (gnus-article-get-xrefs, gnus-summary-best-group)
17363         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17364         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17365         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17366         Use with-current-buffer.
17367
17368 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17369
17370         * spam.el (spam-summary-prepare-exit): Simplify logic.
17371         (spam-fetch-article-header): Read the article header if it's not
17372         available.
17373         (spam-list-articles): Simplify logic.
17374         (spam-filelist-register-routine): Fix bug with unregister-list.
17375
17376         * gnus-registry.el: Fix comments at beginning.
17377
17378 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17379
17380         * message.el (message-cater-to-broken-inn): Remove.
17381         (message-shorten-references): Make sure the total folded length of
17382         References is shorter than 998 characters to cater to a bug in INN
17383         2.3.  Also, don't pretend that references aren't folded -- this
17384         hasn't worked for a while.
17385
17386 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17387
17388         * gnus-agent.el (gnus-agentize):
17389         gnus-agent-send-mail-real-function no longer set to current value
17390         of message-send-mail-function but rather a lambda that calls
17391         message-send-mail-function.  The change makes the agent real-time
17392         responsive to user changes to message-send-mail-function.
17393
17394 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17395
17396         * legacy-gnus-agent.el
17397         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17398         help from Florian Weimer <fw@deneb.enyo.de>
17399
17400 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * nnmail.el (nnmail-cache-insert): Revert last change.
17403
17404 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * nnmail.el (nnmail-cache-insert): Always check whether
17407         nnmail-cache-ignore-groups matches a group name.
17408
17409 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17410
17411         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17412         (spam-find-spam, spam-log-processing-to-registry)
17413         (spam-log-registered-p, spam-log-unregistration-needed-p)
17414         (spam-log-undo-registration): Use gnus-message instead of
17415         gnus-error, none of these errors are fatal.
17416
17417         * gnus-registry.el (gnus-registry-clean-empty-function)
17418         (gnus-registry-clean-empty): Remove only empty entries without
17419         extra data.
17420
17421 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17422
17423         * spam-stat.el (spam-stat-buffer-change-to-spam)
17424         (spam-stat-buffer-change-to-non-spam): Change (error) to
17425         (gnus-message 8) invocation.
17426
17427 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * nntp.el (nntp-via-netcat-command): New variable.
17430         (nntp-via-netcat-switches): New variable.
17431         (nntp-open-via-rlogin-and-netcat): New function.
17432         (nntp-open-connection-function): Doc fix.
17433         (nntp-telnet-command): Doc fix.
17434         (nntp-end-of-line): Doc fix.
17435         (nntp-via-rlogin-command): Doc fix.
17436         (nntp-via-user-name): Doc fix.
17437         (nntp-via-address): Doc fix.
17438
17439 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17442         error in Emacs 21.1.
17443
17444 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17445
17446         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17447
17448 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17449
17450         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17451         (gnus-agent-with-refreshed-group): New macro.
17452         (gnus-agent-rename-group): New function.
17453         (gnus-agent-delete-group): New function.
17454         (gnus-agent-save-group-info): Use gnus-command-method when
17455         `method' parameter is nil.  Don't write nil entries into the
17456         active file.
17457         (gnus-agent-get-group-info): New function.
17458         (gnus-agent-fetch-articles): Use
17459         gnus-agent-update-files-total-fetched-for to increment disk space
17460         used.
17461         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17462         gnus-agent-update-view-total-fetched-for to increment disk space
17463         used.
17464         (gnus-agent-get-local): Added optional parameters to avoid calling
17465         gnus-group-real-name and gnus-find-method-for-group.
17466         (gnus-agent-set-local): Delete stored entry if either min, or max,
17467         are nil.
17468         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17469         quit, use gnus-agent-regenerate-group to record existance of any
17470         articles fetched to disk before the quit occurred.
17471         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17472         gnus-agent-update-view-total-fetched-for, and
17473         gnus-agent-update-files-total-fetched-for to decrement disk space
17474         used.
17475         (gnus-agent-retrieve-headers): Use
17476         gnus-agent-update-view-total-fetched-for to increment disk space
17477         used.
17478         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17479         with gnus-agent-update-files-total-fetched-for to decrement disk
17480         space and fresh group buffer.
17481         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17482         (gnus-agent-need-update-total-fetched-for): New variable.
17483         (gnus-agent-update-files-total-fetched-for): New function.
17484         (gnus-agent-update-view-total-fetched-for): New function.
17485         (gnus-agent-total-fetched-for): New function.
17486
17487         * gnus-cache.el (gnus-cache-save-buffers): Use
17488         gnus-cache-update-overview-total-fetched-for to change disk space
17489         used by this group.
17490         (gnus-cache-possibly-enter-article): Use
17491         gnus-cache-update-file-total-fetched-for to increment disk space
17492         used by this group.
17493         (gnus-cache-possibly-remove-article): Use
17494         gnus-cache-update-file-total-fetched-for to decrement disk space
17495         used by this group.
17496         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17497         (gnus-cache-rename-group): New function.
17498         (gnus-cache-delete-group): New function.
17499         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17500         (gnus-cache-need-update-total-fetched-for): New variable.
17501         (gnus-cache-with-refreshed-group): New macro.
17502         (gnus-cache-update-file-total-fetched-for): New function.
17503         (gnus-cache-update-overview-total-fetched-for): New function.
17504         (gnus-cache-rename-group-total-fetched-for): New function.
17505         (gnus-cache-delete-group-total-fetched-for): New function.
17506         (gnus-cache-total-fetched-for): New function.
17507
17508         * gnus-group.el: Require gnus-sum and autoload functions to
17509         resolve warnings when gnus-group.el compiled alone.
17510         (gnus-group-line-format): Documented new %F.
17511         (size of Fetched data) group line format; identifies disk space
17512         used by agent and cache.
17513         (gnus-group-line-format-alist): Defined new F format.
17514         (gnus-total-fetched-for): New function.
17515         (gnus-group-delete-group): No longer update
17516         gnus-cache-active-altered as gnus-request-delete-group now keeps
17517         the cache in sync.
17518         (gnus-group-list-active): Let the agent store a server's active
17519         list if currently plugged.
17520
17521         * gnus-int.el (gnus-request-delete-group):
17522         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17523         local disk in sync with the server.
17524         (gnus-request-rename-group):
17525         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17526         local disk in sync with the server.
17527
17528         * gnus-start.el (gnus-get-unread-articles):
17529         Cosmetic simplification to logic.
17530
17531         * gnus-util.el (gnus-rename-file): New function.
17532
17533 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17534
17535         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17536
17537 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17538
17539         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17540         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17541
17542 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17543
17544         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17545         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17546
17547 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17548
17549         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17550
17551 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * spam.el (spam-set-difference): Add function to replace
17554         gnus-set-difference in spam.el.
17555         (spam-summary-prepare-exit): Use spam-set-difference.
17556
17557 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17558
17559         * gnus-registry.el (gnus-registry-cache-file): Update to use
17560         gnus-dribble-directory OR gnus-home-directory OR ~.
17561         (gnus-registry-split-fancy-with-parent): Fix doc.
17562
17563 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * message.el (message-exchange-point-and-mark): Use
17566         message-mark-active-p.  Suggested by Jesper Harder
17567         <harder@ifa.au.dk>.
17568
17569 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * message.el (message-exchange-point-and-mark): Don't activate
17572         region if it was inactive.  Suggested by Hiroshi Fujishima
17573         <pooh@nature.tsukuba.ac.jp>.
17574
17575 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-art.el (article-display-face): Display Faces in the same
17578         order as X-Faces.
17579
17580 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17583
17584 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17587         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17588         (gnus-article-mime-hierarchy): Remove.
17589         (gnus-article-mime-hierarchy-next): Remove.
17590         (gnus-article-mode): Revert 2004-03-19 change.
17591         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17592         (gnus-insert-mime-button): Revert 2004-03-19 change.
17593         (gnus-mime-accumulate-hierarchy): Remove.
17594         (gnus-mime-enter-multipart): Remove.
17595         (gnus-mime-leave-multipart): Remove.
17596         (gnus-mime-display-part): Revert 2004-03-19 change.
17597         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17598
17599         * mml.el (mml-preview): Revert 2004-03-19 change.
17600
17601 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17602
17603         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17604
17605 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17608         t while entering a file name using the mm-with-multibyte macro.
17609         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17610
17611         * mm-util.el (mm-with-multibyte): New macro.
17612
17613 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17616         user option.
17617         (gnus-mime-multipart-functions): Doc and customization fix.
17618         (gnus-article-mime-hierarchy): New variable.
17619         (gnus-article-mime-hierarchy-next): New variable.
17620         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17621         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17622         gnus-article-mime-hierarchy-next to nil.
17623         (gnus-insert-mime-button): Show hierarchy numbers.
17624         (gnus-mime-accumulate-hierarchy): New function.
17625         (gnus-mime-enter-multipart): New function.
17626         (gnus-mime-leave-multipart): New function.
17627         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17628         (gnus-mime-display-alternative): Show hierarchy numbers.
17629
17630         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17631         gnus-article-mime-hierarchy-next to nil.
17632
17633 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17634
17635         * dns.el: Don't require gnus-xmas.
17636
17637 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17638
17639         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17640         inline PGP.
17641         (mml-menu): Disable mml-quote-region if mark is inactive.
17642
17643 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17646         when the group's active is not available.
17647
17648 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17651         error.
17652
17653 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * imap.el (imap-store-password): New variable.
17656         (imap-interactive-login): Use it.
17657         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17658
17659 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17662         window-start and hscroll to summary window.
17663
17664 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17665
17666         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17667         conversion message to newsrc-dribble when an actual conversion is
17668         performed.
17669
17670 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17671
17672         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17673
17674 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * mm-decode.el (mm-complicated-handles): New function reviving
17677         former definition of mm-multiple-handles.
17678
17679         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17680         (gnus-mime-delete-part): Use it.
17681
17682 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17683
17684         * gnus-agent.el (gnus-agent-read-local): Bind
17685         nnheader-file-coding-system to gnus-agent-file-coding-system to
17686         avoid the implicit assumption that they will always be equal.
17687         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17688         coding-system-for-write, as the with-temp-file macro first prints
17689         to a buffer then saves the buffer.
17690
17691 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-art.el (gnus-article-edit-part): New function.
17694         (gnus-mime-save-part-and-strip): Use it; do query instead of
17695         signaling an error; don't use mm-multiple-handles.
17696         (gnus-mime-delete-part): Ditto.
17697
17698 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17699
17700         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17701         old file versions.
17702         (gnus-group-prepare-hook): Removed function that converted list
17703         form of gnus-agent-expire-days to group properties.
17704
17705         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17706         (gnus-request-accept-article): Re-indented.
17707
17708         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17709         converters to handle old agent file formats.  Added logic for a
17710         "backup before upgrading warning".
17711         (gnus-convert-mark-converter-prompt): Developers can mark
17712         functions as needing (default), or not needing,
17713         gnus-convert-old-newsrc's "backup before upgrading warning".
17714         (gnus-convert-converter-needs-prompt): Tests whether the user
17715         should be protected from potentially irreversable changes by the
17716         function.
17717
17718         * legacy-gnus-agent.el: New.  Provides converters that are only
17719         loaded when gnus-convert-old-newsrc needs to call them.
17720
17721 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * mail-source.el (mail-source-touch-pop): Doc fix.
17724
17725         * message.el (message-smtpmail-send-it): Doc fix.
17726
17727 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17728
17729         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17730
17731         * nnmail.el (nnmail-split-fancy): do.
17732
17733         * gnus-kill.el (gnus-kill, gnus-execute): do.
17734
17735 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17736
17737         * gnus-sum.el (gnus-widget-reversible-match)
17738         (gnus-widget-reversible-to-internal)
17739         (gnus-widget-reversible-to-external): New functions.
17740         (gnus-widget-reversible): New widget.
17741         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17742
17743 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17744
17745         * gnus-sum.el (gnus-thread-sort-functions)
17746         (gnus-article-sort-functions): Document `(not F)' items.
17747
17748 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17749
17750         * spam.el (spam-use-gmane-xref): Add new backend.
17751         (spam-gmane-xref-spam-group): Add variable to control the name of the
17752         Gmane spam group.
17753         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17754         (spam-regex-headers-spam, spam-regex-headers-ham)
17755         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17756         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17757         backends and checks.
17758         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17759
17760         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17761         an autodetect method.
17762
17763 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17764
17765         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17766         articles are being added to a group.
17767         (gnus-request-replace-article): Inform the agent that articles
17768         need to be uncached as the cached contents are no longer valid.
17769
17770 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * binhex.el: Don't autoload executable-find.
17773
17774         * canlock.el: Don't autoload mail-fetch-field.
17775
17776         * dgnushack.el: Autoload c-mode for XEmacs.
17777
17778         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17779
17780         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17781         rmail-dont-reply-to and rmail-output.
17782
17783         * gnus-score.el: Don't autoload ffap-string-at-point.
17784
17785         * gnus-setup.el: Don't autoload sc-cite-original.
17786
17787         * imap.el: Don't autoload base64-decode-string,
17788         base64-encode-string and md5.
17789
17790         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17791         and rmail-msg-restore-non-pruned-header.
17792
17793         * mm-decode.el: Don't autoload executable-find.
17794
17795         * mm-url.el: Don't autoload executable-find.
17796
17797         * mm-view.el: Don't autoload diff-mode.
17798
17799         * nndb.el: Don't autoload news-reply-mode, news-setup,
17800         cancel-timer and telnet.
17801
17802         * password.el: Don't autoload run-at-time for Emacs.
17803
17804         * sha1-el.el: Don't autoload executable-find.
17805
17806         * sieve-mode.el: Don't autoload c-mode.
17807
17808         * uudecode.el: Don't autoload executable-find.
17809
17810 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17811
17812         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17813         (gnus-agent-possibly-alter-active): Avoid null in numeric
17814         comparison.
17815         (gnus-agent-set-local): Refuse to save null in local object table.
17816         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17817         list of articles that will be marked as unread.
17818
17819 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17822
17823 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17826         language tags.
17827
17828 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17829
17830         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17831         Don't bind "obarray".
17832
17833         * gnus-sum.el (gnus-thread-sort-functions): Added
17834         `gnus-thread-sort-by-most-recent-number' and
17835         `gnus-thread-sort-by-most-recent-date'.
17836         Reported by Kai Grossjohann <kai@emptydomain.de>.
17837
17838 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17841
17842 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17843
17844         * gnus-cus.el (gnus-agent-customize-category): Removed
17845         ignore-errors macro reference that required cl to be loaded at
17846         run-time.
17847
17848         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17849         single-interval range of the form (min . max).  Previously the
17850         range had to look like ((min . max)).  Likewise, return
17851         (min . max) rather than ((min . max)).
17852         (gnus-range-map): Use gnus-range-normalize to accept
17853         single-interval range.
17854
17855         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17856         the cache, but not the agent, now appear with their usual face.
17857
17858         * dgnushack.el (loaddir): New variable that is bound to the
17859         directory containing the dgnushack.el file. Use loaddir, rather
17860         than srcdir, to update load-path. Change lets dgnushack compile
17861         code in directories other than GNUS/lisp.
17862
17863 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * lpath.el: Don't bind w3m-safe-url-regexp.
17866
17867         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17868         w3m-safe-url-regexp variable buffer-local.
17869
17870         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17871
17872 2004-02-27  Simon Josefsson  <jas@extundo.com>
17873
17874         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17875         gnus-group-real-prefix.
17876         (gnus-summary-move-article): Use it, instead of
17877         gnus-group-real-prefix.
17878
17879 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * lpath.el: Bind w3m-safe-url-regexp.
17882
17883         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17884         w3m-safe-url-regexp variable buffer-local and set it as the value
17885         of mm-w3m-safe-url-regexp.
17886
17887         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17888
17889         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17890         parsing gnus-posting-styles when the message is not for replying.
17891
17892         * dgnushack.el: Autoload sgml-mode for XEmacs.
17893
17894         * nnrss.el (nnrss-opml-export): Use
17895         mm-set-buffer-file-coding-system instead of
17896         set-buffer-file-coding-system.
17897
17898 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17901         of checkdoc.el).
17902         * nnrss.el: do.
17903         * gnus-mlspl.el: do.
17904         * gnus-ml.el: do.
17905         * gnus-srvr.el: do.
17906
17907         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17908
17909 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17910
17911         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17912         Corrections to custom-manual links.
17913
17914         * gnus-art.el (gnus-article): Ditto.
17915
17916         * mm-decode.el (mime-display, mime-security): Ditto.
17917
17918 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17919
17920         * flow-fill.el: Typo.
17921
17922 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17923
17924         * spam-wash.el: New file.
17925
17926 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17927
17928         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17929
17930 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17931
17932         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17933         to be run with new-articles as LIST1, not LIST2.
17934         (spam-registration-functions): Add spam-use-ham-copy as a nil
17935         registration backend.
17936
17937 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17938
17939         * spam-stat.el (spam-stat-washing-hook): New option.
17940         (spam-stat-buffer-words): Use it.
17941         (spam-stat-process-directory, spam-stat-test-directory): Use
17942         insert-file-contents-literally.
17943         (spam-stat-coding-system): New variable.
17944         (spam-stat-load, spam-stat-save): Use it.
17945
17946 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * spam-report.el (spam-report-plug-agent): Quote
17949         spam-report-url-to-file and spam-report-url-ping-plain.
17950
17951 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17952
17953         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17954         / in mailto URLs.
17955
17956 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17957
17958         * spam-report.el (spam-report-process-queue): Fix interactive use.
17959         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17960         (spam-report-unplug-agent): Doc fixes.
17961         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17962         (spam-report-agentize, spam-report-deagentize): Autoload.
17963
17964 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17967
17968         * message.el (message-setup-fill-variables): Add mml tags to
17969         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17970         <ajk@iu.edu>.
17971         (message-mode): Don't modify paragraph-separate there.
17972
17973 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * compface.el (uncompface-use-external): Default to undecided.
17976         (uncompface-use-external-threshold): New variable.
17977         (uncompface-float-time): New macro.
17978         (uncompface): Determine whether to use the external decoder if
17979         uncompface-use-external is undecided.
17980
17981 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17982
17983         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17984         after images.
17985
17986         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17987
17988 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17989
17990         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17991
17992         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17993
17994         * gnus-sum.el (gnus-summary-limit-to-age)
17995         (gnus-summary-limit-children): do.
17996
17997         * gnus-int.el (gnus-request-scan): do.
17998
17999         * gnus-group.el (gnus-group-suspend): do.
18000
18001         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18002
18003         * gnus-cite.el (gnus-cite-parse-attributions): do.
18004
18005         * gnus-agent.el (gnus-summary-set-agent-mark)
18006         (gnus-agent-regenerate-group): do.
18007
18008         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18009
18010         * binhex.el (binhex-decode-region-internal): do.
18011
18012 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-fun.el (gnus-face-properties-alist): New user option.
18015         (gnus-display-x-face-in-from): Use it.
18016
18017         * gnus-art.el (article-display-face): Ditto.
18018
18019         * compface.el (uncompface-use-external): Default to nil.
18020
18021 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18022
18023         * nntp.el (nntp-erase-buffer): New function.
18024         (nntp-retrieve-data, nntp-send-command)
18025         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18026         (nntp-possibly-change-group): Use it.
18027
18028         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18029         with-current-buffer.
18030
18031 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18032
18033         * compface.el: Merge the ELisp-based uncompface program.
18034         (compface): New customization group.
18035         (uncompface-use-external): New user option.
18036         (uncompface): Call uncompface-internal if uncompface-use-external
18037         is nil.
18038         (uncompface-internal): New function.  Note that there are also
18039         some other functions and variables added for this function.
18040
18041 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18044         if necessary.
18045
18046 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18047
18048         * spam-report.el (spam-report-unplug-agent)
18049         (spam-report-plug-agent, spam-report-deagentize)
18050         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18051         Add support for the Agent in spam-report: when unplugged, report to a
18052         file; when plugged, submit all the requests.
18053
18054         * spam.el (spam-register-routine): Fix message about
18055         registration.
18056
18057 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18060         dependencies.
18061         (rfc2047-encode): Use it.
18062
18063         * gnus-art.el (gnus-button-marker-list): Move before first
18064         reference.
18065
18066         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18067         (imap-parse-body): Fix format string mismatch.
18068
18069         * gnus-score.el (gnus-summary-increase-score): do.
18070
18071         * nnrss.el (nnrss-close): New function.
18072
18073 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18074
18075         * nnrss.el (nnrss-make-filename): New function.
18076         (nnrss-request-delete-group, nnrss-read-server-data)
18077         (nnrss-save-server-data, nnrss-read-group-data)
18078         (nnrss-save-group-data): Use it.
18079         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18080         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18081         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18082
18083 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18084
18085         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18086
18087 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18088
18089         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18090         files.
18091
18092         * message.el (message-generate-headers-first): Don't quote nil
18093         and t in docstrings.
18094
18095         * imap.el (imap-id): do.
18096
18097         * gnus-agent.el (gnus-agent-consider-all-articles)
18098         (gnus-agent-queue-mail): do.
18099
18100 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * spam-report.el (spam-report-process-queue): New function.
18103         Process requests from `spam-report-requests-file'.
18104         (spam-report-process-queue): Doc fix.
18105
18106 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18107
18108         * spam.el (spam-register-routine)
18109         (spam-log-processing-to-registry, spam-log-registered-p)
18110         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18111         Change "check" to "spam-check" for semi-clarity.
18112
18113 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18114
18115         * pop3.el: Require nnheader.
18116
18117         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18118
18119         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18120
18121         * gnus-picon.el: Require cl.
18122
18123         * gnus-fun.el: Require gnus-ems and gnus-util.
18124
18125         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18126
18127         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18128
18129         * gnus-art.el (gnus-article-edit-mode): Define before first
18130         reference.
18131
18132 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18135         (gnus-uu-post-encoded): Use point-at-bol.
18136
18137         * gnus-topic.el (gnus-group-active-topic-p): do.
18138
18139         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18140
18141         * gnus-group.el (gnus-group-kill-region): do.
18142
18143         * gnus-art.el (article-date-ut): do.
18144
18145         * message.el (message-fetch-field): Remove redundant
18146         case-fold-search binding.
18147         (message-narrow-to-field): Simplify.
18148
18149 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * spam.el (spam-directory): Derive from `gnus-directory'.
18152
18153         * spam-report.el (spam-report-url-to-file)
18154         (spam-report-requests-file): New function and variable for offline
18155         reporting.
18156         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18157         and user defined function.
18158         (spam-report-url-ping-mm-url): Remove doubled slash.
18159
18160 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18163
18164 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18167         format string mismatch.
18168
18169         * sieve.el (sieve-deactivate-all): do.
18170
18171         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18172
18173         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18174
18175         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18176
18177         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18178
18179 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18180
18181         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18182         the list of checks.
18183
18184 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18185
18186         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18187         padding.
18188
18189 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18190
18191         * mm-view.el (mm-fill-flowed): New variable.
18192         (mm-inline-text): Use it.
18193
18194 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18195
18196         * spam.el (spam-spamassassin-register-ham-routine)
18197         (spam-spamassassin-register-spam-routine): Fix function names.
18198
18199 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * gnus.el (gnus-tmp-grouplens): Remove.
18202         (gnus-summary-line-format): Remove grouplens.
18203
18204         * gnus-group.el (gnus-group-line-format): Ditto.
18205
18206         * gnus-spec.el (gnus-format-specs): Ditto.
18207         (gnus-update-format-specifications): Flush the group format spec
18208         cache if there's the grouplens stuff.
18209         (gnus-parse-simple-format): Replace %l with the empty string.
18210
18211 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18212
18213         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18214         omission.
18215
18216 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18219         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18220
18221 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18222
18223         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18224         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18225         New macros and functions.
18226         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18227         Handle > NLINK_MAX messages.
18228         * nnmaildir.el (nnmaildir-request-set-mark): Use
18229         nnmaildir--emlink-p and nnmaildir--eexist-p.
18230
18231 2004-01-25  Alex Schroeder  <alex@gnu.org>
18232
18233         * spam-stat.el (spam-stat-process-directory-age): New option.
18234         (spam-stat-process-directory): Use it.
18235
18236 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18237
18238         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18239         (spam-stat-save): Accept prefix argument.
18240
18241 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18242
18243         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18244         links" error.
18245
18246 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18249         the rest of the and/or forms.
18250
18251 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18252
18253         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18254         compatibility with old .newsrc.eld files.
18255
18256         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18257
18258         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18259
18260         * gnus-start.el (gnus-1): do.
18261
18262         * gnus-group.el (gnus-group-line-format-alist): do.
18263
18264         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18265
18266         * gnus-gl.el: Remove.
18267
18268 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18269
18270         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18271         marks consisting of a single range {for example, (3 . 5)} rather
18272         than a list of a single range { ((3 . 5)) }.
18273
18274 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18275
18276         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18277         with-current-buffer.
18278         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18279         avoid consing a string.
18280
18281         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18282         Remove obsolete entries for big5 and gb2312.
18283
18284 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18285
18286         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18287         uncompressed list.
18288
18289 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * spam-stat.el (spam-stat-strip-xref): New function.
18292         (spam-stat-process-directory): Use it.
18293
18294         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18295         here -- it's done in message-fetch-field.
18296
18297 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18298
18299         * gnus-agent.el (gnus-agent-queue-mail)
18300         (gnus-agent-prompt-send-queue): New variables.
18301         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18302         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18303         "nndraft:queue" along to gnus-draft-send.  Use
18304         gnus-agent-prompt-send-queue.
18305         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18306         is "nndraft:queue".  Suggested by Gaute Strokkenes
18307         <gs234@srcf.ucam.org>
18308
18309         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18310         (agent-enable-undownloaded-faces): Added.
18311         (gnus-agent-cat-groups): Use eval-and-compile, not
18312         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18313         method of gnus-agent-cat-groups even when the buffer has been
18314         evaled.
18315         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18316         delete gnus-agent-save-active-1.
18317         (gnus-agent-save-groups): Deleted.  Identical to
18318         gnus-agent-save-active.
18319         (gnus-agent-write-active): No longer adjust agent's copy of active
18320         file as agent's adjustments are now stored in their own
18321         file.  Removed optional parameter.
18322         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18323         servers.  Add use of min/max range limits from server's local
18324         file.
18325         (gnus-agent-save-alist): Removed unused optional argument.
18326         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18327         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18328         (gnus-agent-set-local): A per-server file that keeps min/max range
18329         limits for articles known to the agent.  Provides a fast mechanism
18330         for altering many active ranges.
18331         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18332         active file (local makes it unnecessary).
18333         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18334
18335         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18336         (agent-enable-undownloaded-faces): Added.
18337
18338         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18339         disable it when sending to "nndraft:queue".
18340         (gnus-group-send-queue): Add safety check to avoid sending queue
18341         when unplugged.
18342
18343         * gnus-group.el (gnus-group-catchup): Use new
18344         gnus-sequence-of-unread-articles, not
18345         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18346         numbers of articles.  Use gnus-range-map to avoid having to
18347         uncompress the unread list.
18348         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18349         Fixed invalid ange-ftp reference.
18350
18351         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18352         (gnus-sorted-range-intersection): Intersection of two ranges
18353         without requiring that they first be uncompressed.
18354
18355         * gnus-start.el (gnus-activate-group): Unless blocked by the
18356         caller, possibly expand the active range to include both cached
18357         and agentized articles.
18358         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18359         multiple version-dependent converters.
18360         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18361         gnus-agent-save-active.
18362         (gnus-save-newsrc-file): Save dirty agent range limits.
18363
18364         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18365         gnus-agent-possibly-alter-active.
18366         (gnus-adjust-marked-articles): Faster handling of simple lists.
18367
18368 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18369
18370         * spam-stat.el (spam-stat-test-directory): New optional argument
18371         displays a list of files detected.  Suggested by Andrew Cohen
18372         <cohen@andy.bu.edu>.
18373         (spam-stat-buffer-words-with-scores): Don't narrow and change
18374         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18375
18376 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18377
18378         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18379         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18380         (spam-spamassassin-arguments)
18381         (spam-spamassassin-spam-flag-header)
18382         (spam-spamassassin-positive-spam-flag-header)
18383         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18384         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18385         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18386         (spam-list-of-processors, spam-list-of-checks)
18387         (spam-list-of-statistical-checks, spam-registration-functions)
18388         (spam-check-spamassassin-headers, spam-check-spamassassin)
18389         (spam-spamassassin-score)
18390         (spam-spamassassin-register-with-sa-learn)
18391         (spam-spamassassin-register-spam-routine)
18392         (spam-spamassassin-register-ham-routine)
18393         (spam-assassin-register-spam-routine)
18394         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18395         (spam-bogofilter-score): Fix to show article before scoring.
18396
18397 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18398
18399         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18400         default scoring function.
18401         (spam-generic-score): Call spam-spamassassin-score if
18402         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18403         spam-bogofilter-score otherwise.
18404
18405         * gnus.el (spam-process, spam-autodetect-methods): Add
18406         spamassassin and spamassassin-headers.
18407
18408 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18409
18410         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18411         Suppress unnecessary messages.
18412
18413 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18414
18415         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18416         make-hash-table.
18417
18418 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * canlock.el (base64-encode-string): Don't autoload it.
18421
18422 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * run-at-time.el: Remove useless (require 'itimer),
18425         eval-and-compile and (featurep 'xemacs).
18426
18427 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18430         GROUP is a virtual group.
18431
18432 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18433
18434         * gnus.el: Autoload `message-y-or-n-p'.
18435
18436 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * pgg-parse.el: Remove unnecessary (require 'custom).
18439
18440         * pgg-def.el: do.
18441
18442         * nnmail.el: do.
18443
18444         * gnus-undo.el: do.
18445
18446         * gnus-picon.el: do.
18447
18448         * gnus-util.el: do.
18449
18450 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18451
18452         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18453
18454 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18457         handle, as well as a list.
18458
18459         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18460         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18461         (mm-w3m-cid-retrieve): Simplify.
18462
18463 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18464
18465         * message.el (message-kill-to-signature): Allow prefix arg to
18466         specify number of lines to keep before signature.
18467
18468 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18469
18470         * message.el (message-kill-to-signature): Change docstring.
18471
18472 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * canlock.el: Always require sha1-el.
18475         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18476
18477         * message.el: Autoload sha1 only when compiling.
18478
18479         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18480         eudc-expand-inline for XEmacs.
18481
18482 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * message.el (message-canlock-generate): Require sha1-el.
18485
18486 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18487
18488         * message.el (message-expand-name): Silence the byte compiler.
18489
18490         * lpath.el: Add detect-coding-system.
18491
18492         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18493         cus-edit.
18494
18495 2004-01-13  Simon Josefsson  <jas@extundo.com>
18496
18497         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18498         Invoke gnus-score-mode.  Reported by
18499         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18500
18501         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18502         Jim Blandy <jimb@redhat.com> (tiny change).
18503
18504 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18505
18506         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18507
18508 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18509
18510         * spam.el (spam-get-article-as-string): Update to use
18511         gnus-request-article-this-buffer, much simpler.
18512         (spam-get-article-as-buffer): Remove.
18513
18514 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18515
18516         * message.el (message-expand-name): Use EUDC if the user uses that.
18517
18518 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18521         character for the encoding to avoid consing a string.
18522
18523         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18524         unnecessarily.
18525
18526         * mm-util.el (mm-replace-chars-in-string): Remove.
18527
18528         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18529         of mm-replace-chars-in-string.
18530
18531 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18532
18533         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18534
18535         * mm-util.el (mm-subst-char-in-string): Support inplace.
18536
18537         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18538         a new string in every iteration.  Use shy groups.
18539
18540 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18543         * gnus-soup.el (gnus-soup-group-brew):
18544         * gnus-msg.el (gnus-put-message):
18545         * gnus-move.el (gnus-group-move-group-to-server):
18546         * gnus-kill.el (gnus-batch-score):
18547         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18548         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18549         (gnus-group-update-group, gnus-group-read-group)
18550         (gnus-group-make-group, gnus-group-make-help-group)
18551         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18552         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18553         (gnus-group-sort-by-unread, gnus-group-catchup)
18554         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18555         (gnus-group-yank-group, gnus-group-set-info)
18556         (gnus-group-list-groups):
18557         * gnus.el (gnus-generate-new-group-name):
18558         * gnus-delay.el (gnus-delay-send-queue):
18559         * nnvirtual.el (nnvirtual-catchup-group):
18560         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18561         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18562         (gnus-group-prepare-topics, gnus-topic-check-topology):
18563         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18564         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18565         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18566         (gnus-group-make-articles-read):
18567         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18568         (gnus-group-change-level, gnus-kill-newsgroup)
18569         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18570         (gnus-get-unread-articles, gnus-make-articles-unread)
18571         (gnus-make-ascending-articles-unread): Use accessor
18572         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18573         to get group information for improved readability.
18574
18575
18576 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18577
18578         * gnus-art.el (article-decode-mime-words, article-babel)
18579         (gnus-article-highlight-signature, gnus-article-add-buttons)
18580         (gnus-signature-toggle): Use gnus-with-article-buffer.
18581
18582         * gnus-art.el (gnus-article-highlight-headers)
18583         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18584
18585         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18586         (gnus-article-set-globals, gnus-request-article-this-buffer)
18587         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18588         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18589         (gnus-mime-display-alternative): Use with-current-buffer.
18590
18591 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18592
18593         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18594         also under 80 char limit, and call gnus-error if needed.
18595         (spam-fetch-article-header): Fix - it was a
18596         buffer-local variable (gnus-newsgroup-data).
18597         (spam-find-spam): Use spam-generate-fake-headers, forget about
18598         spam-insert-fake-headers.
18599         (spam-insert-fake-headers): Remove.
18600
18601 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18602
18603         * deuglify.el (gnus-article-outlook-unwrap-lines)
18604         (gnus-outlook-rearrange-article)
18605         (gnus-outlook-repair-attribution-outlook)
18606         (gnus-outlook-repair-attribution-block)
18607         (gnus-outlook-repair-attribution-other): Remove redundant
18608         save-excursion.
18609
18610 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18611
18612         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18613         (spam-fetch-field-subject-fast)
18614         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18615         (spam-fetch-article-header): Add functions to deal with Gnus
18616         internals for fast retrieval of article header data.
18617         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18618
18619 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18620
18621         * pop3.el (pop3-md5): Remove.
18622         (pop3-apop): Replace pop3-md5 with md5.
18623
18624         * mm-bodies.el: base64 is always built-in.
18625
18626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18627         with-current-buffer.
18628
18629 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * canlock.el (canlock-insert-header): Remove excessive grouping in
18632         regexp.
18633
18634         * gnus-sum.el (gnus-summary-read-document): Ditto.
18635
18636         * gnus-uu.el (gnus-uu-part-number): Ditto.
18637
18638         * html2text.el (html2text-remove-tags): Ditto.
18639         (html2text-format-tags): Ditto.
18640         (html2text-format-single-elements): Ditto.
18641
18642         * mml.el (mml-parse-1): Ditto.
18643
18644 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18645
18646         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18647
18648         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18649
18650         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18651
18652         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18653
18654 2003-11-15  Simon Josefsson  <jas@extundo.com>
18655
18656         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18657         (pgg-gpg-lookup-key): Use regexp match instead of
18658         split-string (split-string is different between emacs 21.2 and
18659         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18660
18661 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18662
18663         * gnus-art.el (gnus-mime-view-all-parts)
18664         (gnus-article-part-wrapper, gnus-article-view-part): Use
18665         with-current-buffer.
18666
18667 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18668
18669         * spam.el (spam-disable-spam-split-during-ham-respool)
18670         (spam-spamoracle-database, spam-cache-lookups)
18671         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18672         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18673         (spam-group-ham-marks, spam-group-spam-marks)
18674         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18675         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18676         also add spam-use-blackholes to the statistical checks.
18677         (spam-fetch-field-fast): Add interface to fetching fields, may
18678         become a macro.
18679         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18680         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18681         (spam-insert-fake-headers): Fake an article when needed.
18682         (spam-find-spam): Fake article when possible.
18683         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18684         (spam-check-bogofilter-headers): Use message-fetch-field instead
18685         of nnmail-fetch-field.
18686
18687 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18688
18689         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18690
18691 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18692
18693         * spam.el (spam-split): Do not require spam-use-CHECK to be
18694         enabled if that check is passed to spam-split explicitly; also
18695         fix so 'spam doesn't get converted to spam-split-group when
18696         spam-split-symbolic-return is t.
18697         (spam-find-spam): Find registrations of the article and use those
18698         instead of re-running spam-split to find the spam/ham
18699         classification of the article.
18700         (spam-log-processing-to-registry, spam-log-registered-p)
18701         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18702         Use gnus-error instead of gnus-message.
18703         (spam-log-registration-type): Add function to determine the
18704         classification of a message based on registry entries; will
18705         return nil if both 'spam and 'ham are found.
18706         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18707         a reasonably fast local cache without the loading errors.
18708         (spam-cache-lookups): Set to t by default.
18709         (spam-find-spam): Don't try to guess spam-cache-lookups.
18710         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18711         spam-caches entry.
18712         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18713         caching of whitelist/blacklist entries.
18714         (spam-check-whitelist, spam-check-blacklist): Invoke
18715         spam-from-listed-p with a type, not a cache variable.
18716         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18717
18718 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18719
18720         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18721
18722         * nnmail.el (nnmail-split-fancy): do.
18723
18724         * mml.el (mml-parse): do.
18725
18726         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18727         (gnus-score-adaptive): do.
18728
18729 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18732         (gnus-mime-button-map): Don't set keymap parent.
18733         (gnus-button-ctan-directory-regexp): Use shy grouping.
18734         (gnus-prev-page-map): Don't set keymap parent.
18735         (gnus-prev-page-map): Remove duplicated one.
18736         (gnus-next-page-map): Don't set keymap parent.
18737         (gnus-mime-security-button-map): Ditto.
18738
18739         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18740         version number.
18741
18742         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18743
18744 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * canlock.el (canlock-sha1-function): Remove.
18747         (canlock-sha1-function-for-verify): Remove.
18748         (canlock-openssl-program): Remove.
18749         (canlock-openssl-args): Remove.
18750         (canlock-ignore-errors): Remove.
18751         (canlock-sha1-with-openssl): Remove.
18752         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18753         (canlock-verify): Don't use canlock-ignore-errors.
18754
18755         * sha1-el.el (sha1-string-external): Make it can return a string
18756         in binary form.
18757         (sha1-region-external): Ditto.
18758         (sha1-string-internal): Ditto.
18759         (sha1-region-internal): Ditto.
18760         (sha1-region): Ditto.
18761         (sha1-string): Ditto.
18762         (sha1): Ditto.
18763
18764 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18765
18766         * spam.el (spam-report-articles-gmane): New command.
18767
18768 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18771
18772         * run-at-time.el (run-at-time-saved): Remove.
18773         (run-at-time): Doc fix.
18774
18775 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18778         (gnus-summary-limit-map): Add it.
18779         (gnus-summary-make-menu-bar): do.
18780
18781 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18784         Make attempt at some caching support (done for BBDB only now).
18785         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18786         addresses to be checked.
18787         (spam-clear-cache-BBDB): Add function, to be invoked by
18788         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18789         (spam-check-BBDB): Check and use the caches, if
18790         spam-cache-lookups is on, remove superfluous (provide).
18791
18792 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18793
18794         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18795
18796 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18797
18798         * run-at-time.el (run-at-time-saved): Move to after the definition
18799         of `run-at-time'.
18800
18801         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18802
18803 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18806         mm-w3m-local-map-property.
18807
18808         * mm-view.el (mm-w3m-mode-map): Remove.
18809         (mm-w3m-local-map-property): Remove.
18810         (mm-inline-text-html-render-with-w3m): Don't use
18811         mm-w3m-local-map-property.
18812
18813 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18814
18815         * run-at-time.el: New file.
18816
18817         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18818         under Emacs.
18819
18820         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18821         of gnus-set-text-properties.
18822
18823         * gnus-uu.el (gnus-uu-save-article): Ditto.
18824
18825         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18826
18827         * gnus-cite.el (gnus-cite-parse): Ditto.
18828
18829         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18830         of gnus-.
18831
18832         * gnus-xmas.el (run-at-time): Require run-at-time.
18833
18834         * gnus.el: Changed calls to nnheader-run-at-time and
18835         password-run-at-time throughout to use run-at-time directly.
18836
18837         * password.el: Removed definition of run-at-time.
18838
18839         * nnheaderxm.el: Remove definition of run-at-time.
18840
18841 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18842
18843         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18844         in prompt.
18845
18846 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18847
18848         * messagexmas.el (message-xmas-redefine): Alias
18849         `message-make-caesar-translation-table' to
18850         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18851         version.
18852
18853         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18854         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18855         `gnus-xmas-set-text-properties'.
18856         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18857         `gnus-xmas-completing-read'.
18858         (gnus-xmas-completing-read): Removed.
18859         (gnus-xmas-open-network-stream): Removed.
18860
18861         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18862         XEmacs version.
18863
18864         * dns.el (dns-make-network-process): Use `open-network-stream'
18865         instead of `gnus-xmas-open-network-stream'.
18866
18867         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18868
18869         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18870
18871 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * gnus-art.el (gnus-mime-display-alternative)
18874         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18875         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18876         Don't use gnus-local-map-property.
18877
18878         * gnus-util.el (gnus-local-map-property): Remove.
18879
18880         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18881         gnus-completing-read-maybe-default with completing-read.
18882
18883         * gnus-util.el (gnus-completing-read): do.
18884         (gnus-completing-read-maybe-default): Remove.
18885
18886 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18887
18888         * password.el: Only autoload `run-at-time' if not XEmacs.
18889         Only autoload the itimer functions if XEmacs.
18890
18891 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18892
18893         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18894         XEmacsen.
18895
18896         * dgnushack.el: Autoload executable-find for XEmacs.
18897
18898 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-art.el (gnus-read-string): Remove.
18901         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18902         read-string.
18903
18904 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18905
18906         * netrc.el: Autoload password-read.
18907         (netrc): Add configuration group.
18908         (netrc-encoding-method, netrc-openssl-path): Add
18909         variables for encoding and decoding of files with symmetric
18910         ciphers.
18911         (netrc-encode): Add assistant function to encode a file with
18912         netrc-encoding-method.
18913         (netrc-parse): Add interactive parameter, added optional
18914         decoding if netrc-encoding-method is non-nil but otherwise
18915         behavior is standard.
18916         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18917         Do s/encode/encrypt/ everywhere.
18918
18919         * spam.el: Remove executable-find autoload.
18920
18921 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18922
18923         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18924
18925         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18926
18927 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18928
18929         * gnus-art.el (gnus-treat-ansi-sequences)
18930         (article-treat-ansi-sequences): New variable and function.
18931         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18932
18933         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18934         Use it.
18935
18936 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * mm-util.el (mm-quote-arg): Remove.
18939
18940         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18941         shell-quote-argument.
18942
18943         * gnus-uu.el (gnus-uu-command): do.
18944
18945         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18946
18947         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18948         with make-char.
18949
18950         * mm-util.el (mm-make-char): Remove.
18951
18952         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18953         add-minor-mode.
18954
18955         * gnus-undo.el (gnus-undo-mode): do.
18956
18957         * gnus-topic.el (gnus-topic-mode): do.
18958
18959         * gnus-sum.el (gnus-dead-summary-mode): do.
18960
18961         * gnus-start.el (gnus-slave-mode): do.
18962
18963         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18964
18965         * gnus-ml.el (gnus-mailing-list-mode): do.
18966
18967         * gnus-gl.el (gnus-grouplens-mode): do.
18968
18969         * gnus-draft.el (gnus-draft-mode): do.
18970
18971         * gnus-dired.el (gnus-dired-mode): do.
18972
18973         * gnus-ems.el (gnus-add-minor-mode): Remove.
18974
18975         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18976         Replace gnus-char-width with char-width.
18977
18978         * gnus-ems.el (gnus-char-width): Remove.
18979
18980         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18981         Replace gnus-char-width with char-width.
18982
18983         * gnus-ems.el (gnus-char-width): Remove.
18984
18985         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18986         definition.
18987         Remove Emacs 20 hash table compatibility code.
18988
18989         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18990         20 compatibility code.
18991
18992         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18993
18994         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18995
18996         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18997         with point-at-{eol,bol}.
18998
18999         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19000
19001         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19002
19003         * flow-fill.el (fill-flowed-point-at-bol)
19004         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19005
19006         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19007         Replace with point-at-{eol,bol} throughout all files.
19008
19009 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * ntlm.el (ntlm-string-as-unibyte): New macro.
19012         (ntlm-build-auth-response): Use it.
19013
19014         Remove Emacs 20 stuff:
19015         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19016         (butlast, mapc, remove): Remove the compiler macros.
19017         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19018         of delq and copy-sequence.
19019         * gnus-art.el (popup-menu): Remove the compiler macro.
19020         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19021         Emacs 20.
19022
19023 2004-01-05  Simon Josefsson  <jas@extundo.com>
19024
19025         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19026         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19027         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19028         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19029         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19030         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19031         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19032         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19033         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19034         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19035         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19036         string-xor into ntlm-string-xor.  Suggested by
19037         Jesper Harder <harder@myrealbox.com>.
19038
19039         * ntlm.el: Don't include poem.
19040
19041         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19042         Jesper Harder <harder@myrealbox.com>.
19043
19044         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19045
19046         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19047         probably breaks emacs with DL patch, but do we care? Is anyone
19048         still using the DL stuff?)
19049
19050         * sieve-manage.el: Use the password package.
19051         (sieve-manage-read-passwd): Remove.
19052         (sieve-manage-interactive-login): Use password.  Re-add
19053         condition-case around loop.
19054
19055         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19056         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19057         the password package.
19058
19059 2003-02-19  Simon Josefsson  <jas@extundo.com>
19060
19061         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19062         token.
19063
19064 2002-08-07  Simon Josefsson  <jas@extundo.com>
19065
19066         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19067         (sieve-manage-authenticators):
19068         (sieve-manage-authenticator-alist): Add some SASL mechs.
19069         (sieve-sasl-auth): New function.
19070         (sieve-manage-cram-md5-auth):
19071         (sieve-manage-plain-auth): Rewrite using SASL library.
19072         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19073         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19074         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19075         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19076
19077 2004-01-05  Simon Josefsson  <jas@extundo.com>
19078
19079         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19080         New files.
19081
19082 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19083
19084         * gnus-group.el (gnus-no-groups-message): Update.
19085
19086         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19087
19088 2003-11-09  Simon Josefsson  <jas@extundo.com>
19089
19090         * imap.el: Support for ID IMAP extension (RFC 2971).
19091         (imap-local-variables): Add imap-id.
19092         (imap-id): New variable.
19093         (imap-id): New function.
19094         (imap-parse-response): Parse untagged ID response.
19095         * nnimap.el (nnimap-id): New variable.
19096         (nnimap-open-connection): Use it.
19097
19098 2003-12-28  Simon Josefsson  <jas@extundo.com>
19099
19100         * gnus-score.el (gnus-score-edit-all-score): New.
19101         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19102
19103 2004-01-04  Simon Josefsson  <jas@extundo.com>
19104
19105         * password.el: Add.
19106
19107 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19108
19109         * dns.el (dns-query-types): Fix typo.
19110         (dns-query-types): New function.
19111         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19112         PTR and SOA replies, see RFC 1035.
19113
19114 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19115
19116         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19117
19118         * Moved to Changelog.2.
19119
19120 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19121
19122         * gnus.el (gnus-version-number): Bump version.
19123
19124 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19125
19126         * gnus.el: No Gnus v0.1 is released.
19127
19128 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19129
19130         * gnus.el: No Gnus v0.0 is released.
19131
19132 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19133
19134         * gnus.el (gnus-version-number): Bump.
19135         (gnus-version): No.
19136
19137 See ChangeLog.2 for earlier changes.
19138
19139     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19140       Free Software Foundation, Inc.
19141
19142   This file is part of GNU Emacs.
19143
19144   GNU Emacs is free software: you can redistribute it and/or modify
19145   it under the terms of the GNU General Public License as published by
19146   the Free Software Foundation, either version 3 of the License, or
19147   (at your option) any later version.
19148
19149   GNU Emacs is distributed in the hope that it will be useful,
19150   but WITHOUT ANY WARRANTY; without even the implied warranty of
19151   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19152   GNU General Public License for more details.
19153
19154   You should have received a copy of the GNU General Public License
19155   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19156
19157 ;; Local Variables:
19158 ;; coding: utf-8
19159 ;; fill-column: 79
19160 ;; add-log-time-zone-rule: t
19161 ;; End: