nndiary.el: Silence compilation.
[gnus] / lisp / ChangeLog
1 2010-11-03  Glenn Morris  <rgm@gnu.org>
2
3         * nndiary.el (nndiary-generate-nov-databases-1)
4         (nndiary-generate-active-info): Rename dynamic variable `files' to
5         something less generic.
6
7 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8
9         * nnir.el (nnir-request-move-article): Call the underlying backend to
10         move articles from nnir.
11
12 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
15
16 2010-11-02  Julien Danjou  <julien@danjou.info>
17
18         * nnir.el: Remove wais support.
19
20 2010-11-02  Glenn Morris  <rgm@gnu.org>
21
22         * gnus-html.el: Reorder requirements to quieten compiler.
23
24 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
27         properly for XEmacs as well.
28         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
29         (gnus-article-natural-long-line-p): Use window-width rather than
30         frame-width.
31
32 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
35         (nnir-read-parms): Don't modify query.
36         (nnir-run-query): Add ability to search topic on current line.
37         (nnir-get-active): Clean up.
38
39 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
42         degenerate articles.
43
44         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
45         (gnus-print-buffer): Just print the buffer as is, without any copying
46         to a buffer and then re-highlighting.
47
48         * nnimap.el (nnimap-request-group): Store the new updated info.
49         (nnimap-request-group): Select the group when we don't know whether it
50         exists or not.
51
52         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
53         groups.
54
55         * gnus-group.el (gnus-group-find-new-groups): Display all the new
56         groups.
57
58         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
59         groups.
60
61         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
62         long-lines case by only filling the long lines.
63
64         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
65         (bug #7311).
66
67 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * shr.el: No need to declare `declare-function' since shr.el is for
70         only Emacsen that provide `libxml-parse-html-region'.
71
72         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
73         effective only in a file it is referred to.
74
75 2010-11-01  Glenn Morris  <rgm@gnu.org>
76
77         * mm-util.el (gnus-completing-read): Autoload.
78         (mm-read-coding-system): Simplify Emacs definition.
79
80         * nnmail.el (gnus-activate-group):
81         * nnimap.el (gnutls-negotiate):
82         * nntp.el (netrc-parse): Fix declarations.
83
84 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
87         string-match-p in Emacs >=23.
88
89         * gnus-msg.el (gnus-configure-posting-styles)
90         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
91
92 2010-11-01  Glenn Morris  <rgm@gnu.org>
93
94         * nnir.el (declare-function): Add compat stub.
95         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
96         (nnir-run-gmane): Require 'mm-url.
97
98         * mm-util.el (mm-string-to-multibyte): Simplify.
99
100         * shr.el (declare-function): Add compat stub.
101         (url-cache-create-filename): Declare.
102         (mm-disable-multibyte, widget-convert-button): Autoload.
103
104         * smime.el (ldap-search): Declare.
105         (smime-cert-by-ldap-1): Require ldap on Emacs.
106
107         * nnimap.el: Require nnmail, and gnus-sum when compiling.
108         (nnimap-keepalive): Use gnus-float-time.
109
110         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
111         (mail-source-delete-crash-box): Use gnus-float-time.
112
113         * gnus-dired.el (gnus-completing-read): Autoload.
114
115         * mm-view.el (gnus-rescale-image): Autoload.
116
117         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
118
119         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
120
121         * sieve-manage.el: Require 'cl when compiling.
122
123         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
124         (gnus-iswitchb-completing-read): Require iswitchb.
125         (gnus-select-frame-set-input-focus): Silence compiler.
126
127 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * message.el (message-subject-trailing-was-query): Change default to t,
130         since I think that's what most people want.
131
132         * nnimap.el (nnimap-request-accept-article): Erase buffer before
133         appending for easier debugging.
134         (nnimap-wait-for-connection): Take a regexp.
135         (nnimap-request-accept-article): Wait for the continuation line before
136         sending anything unless we're streaming.
137
138         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
139         leave the header washing to take place.
140
141 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
142
143         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
144         regular expression match and replace in posting styles.
145
146 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
147
148         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
149         an entire server.
150         (nnir-get-active): New function.
151         (nnir-run-imap): Use it.
152         (nnir-run-gmane): Who knew, gmane search returns an article score!
153
154         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
155         server on the current line with nnir.
156
157 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
160         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
161         left edge.
162         (gnus-article-foldable-buffer): Skip past the prefix when determining
163         raggedness.
164
165         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
166         the raw article, and change `C-u g' to show the article without doing
167         treatments.
168
169         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
170         on to `gnus-treat-article'.
171         (gnus-inhibit-article-treatments): New variable.
172
173         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
174
175         * gnus-art.el (gnus-treatment-function-alist): Have
176         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
177         (gnus-treat-fill-long-lines): Change default to fill all text/plain
178         sections.
179
180         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
181         parameter.
182         (gnus-article-fill-cited-long-lines): New function.
183         (gnus-article-fill-cited-article): Allow filling only long sections.
184
185         * shr.el (shr-find-fill-point): Don't break lines between punctuation
186         and non-punctuation (like after the apostrophe in "'We").
187
188         * gnus-sum.el (gnus-summary-select-article): Make sure
189         gnus-original-article-buffer is alive.
190
191         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
192         reflect the order they're in in the digest.
193
194         * gnus.el (gnus-group-startup-message): Move point to the start of the
195         buffer.
196
197         * nnimap.el (nnimap-capability): New function.
198         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
199         is set.
200
201 2010-10-31  David Engster  <dengste@eml.cc>
202
203         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
204         conform with changes to gnus-completing-read.
205
206 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * shr.el (shr-tag-img): Output "*" instead of "[img]".
209
210 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
211
212         * nnir.el move defvar, defcustom around to keep file organized and keep
213         byte-compiler quiet.
214         (nnir-read-parms): accept search-engine as arg.
215         (nnir-run-query): pass search-engine as arg.
216         (nnir-search-engine): remove.
217
218 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * shr.el (shr-generic): The text nodes should be text, not :text.
221
222         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
223         later in the file.
224
225 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
226
227         * nnir.el: general clean up. allow searching with multiple
228         engines. allow separate extra-parameters for each engine. batch queries
229         when possible.
230         (nnir-imap-default-search-key,nnir-method-default-engines): add
231         customize interface.
232         (nnir-run-gmane): new engine.
233         (nnir-engines): use it. qualify all prompts with engine name.
234         (nnir-search-engine): remove global variable.
235         (nnir-run-hyrex): restore for now.
236         (nnir-extra-parms,nnir-search-history): new variables.
237         (gnus-group-make-nnir-group): use them.
238         (nnir-group-server): remove in favor of gnus-group-server.
239         (nnir-request-group): avoid searching twice.
240         (nnir-sort-groups-by-server): new function.
241
242 2010-10-30  Julien Danjou  <julien@danjou.info>
243
244         * gnus-group.el: Remove gnus-group-fetch-control.
245
246         * gnus-start.el (gnus-find-new-newsgroups): Remove
247         gnus-check-first-time-used.
248
249         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
250
251 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
252
253         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
254         set on groups that don't have \* permanentflags.
255
256 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
259         control the background color.
260         (shr-tag-img): Ignore very small web bug type images.
261         (shr-put-image): Add help-echo alt texts to the images.
262         (shr-tag-video): Show the video poster image.
263
264 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * shr.el (shr-table-depth): New variable.
267         (shr-tag-table-1): Only insert the images after the top-level table.
268
269         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
270
271         * gnus-util.el (gnus-list-memq-of-list): New function.
272
273         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
274         selected.
275         (nnimap-unsplittable-articles): New slot.
276         (nnimap-new-articles): Use it.
277
278 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
279
280         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
281         move to the previous line on `M-g'.
282
283 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
286         *-request-group, which seems unnecessary.
287
288         * nnimap.el (nnimap-quote-specials): Function copied over from
289         imap.el.
290         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
291         they support that.  Suggested by Tom Regner.
292
293 2010-10-29  Julien Danjou  <julien@danjou.info>
294
295         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
296         defalias.
297         (gnus-summary-delete-marked-with): Remove obsolete defalias.
298
299         * gnus.el: Remove `gnus-nntp-service' variable.
300         (gnus-secondary-servers): Make obsolete.
301         (gnus-nntp-server): Make obsolete.
302
303         * gnus-start.el (gnus-1): Remove x-splash calls.
304
305         * gnus-ems.el (gnus-x-splash): Remove.
306
307         * gnus.el (gnus-group-startup-message): Simplify/update code.
308
309         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
310         definition.
311
312         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
313         capability before doing anything.
314         (gnus-group-insert-group-line): Remove useless
315         gnus-group-remove-excess-properties.
316
317 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
320
321 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
324         config after reselecting.
325
326 2010-10-28  Julien Danjou  <julien@danjou.info>
327
328         * shr.el (shr-put-image): Use point even if only inserting text.
329         (shr-put-image): Save excursion when inserting alt text on non-graphic
330         display, so the behaviour is the same when we are on a graphic display.
331
332         * nnir.el (nnir-run-swish-e): Remove hyrex support.
333
334 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
337         (gnus-mime-copy-part): Check coding system, not charset.
338         (gnus-mime-view-part-externally): Never remove part.
339         (gnus-mime-view-part-internally): Don't remove part here.
340         (gnus-article-part-wrapper): Make sure MIME tag is visible.
341         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
342         multipart/alternative.
343
344         * mm-decode.el (mm-display-part): Take optional arg `force'.
345
346 2010-10-26  Julien Danjou  <julien@danjou.info>
347
348         * gnus-group.el (gnus-group-default-list-level): Add this function to
349         compute the default list level.
350         (gnus-group-default-list-level): Add possibility to use a function.
351
352 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
355
356         * gnus-group.el (gnus-group-completing-read)
357         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
358         gnus-replace-in-string.
359
360 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * shr.el (shr-tag-div): Added.
363
364         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
365
366 2010-10-25  Julien Danjou  <julien@danjou.info>
367
368         * gnus-util.el: Remove `gnus-with-local-quit'.
369
370         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
371
372 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
375         the original article buffer.
376
377 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnimap.el (nnimap-request-head): New function.
380         (nnimap-request-move-article): Try to be slighly faster by not
381         requesting the entire message when moving.
382         (nnimap-transform-headers): Don't bug out on bodiless articles.
383         (nnimap-send-command): Have no outstanding messages if the IMAP server
384         doesn't support streaming.
385         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
386
387 2010-10-24  Julien Danjou  <julien@danjou.info>
388
389         * message.el (message-default-headers): Fix type.
390
391 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
394         prefetching images.
395
396         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
397         backend for unknown groups.  This is mainly useful for nnimap groups.
398
399         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
400         group isn't covered by the agent.
401
402 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
403
404         * nnir.el (nnir-method-default-engines): new variable.
405         (nnir-run-query): use it.
406         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
407         (gnus-summary-nnir-goto-thread): change group if needed.
408
409         * gnus-group.el (gnus-group-group-map): add key binding for
410         gnus-group-make-nnir-group.
411
412 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (shr-tag-object): Added.
415
416         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
417         original article buffer live.
418         (gnus-summary-select-article-buffer): Mention
419         gnus-widen-article-buffer.
420
421 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * shr.el (shr-tag-strong): Added.
424
425 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
428         group names.  They mess up the group buffer badly.
429
430         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
431
432         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
433         instead of the summary one.
434
435 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * mml.el (mml-preview): Work properly when editing article.
438
439         * gnus-start.el (gnus-read-active-file-1): Don't add method to
440         gnus-have-read-active-file if it's already been in.
441
442 2010-10-22  Tom Tromey  <tromey@redhat.com>
443
444         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
445         gnus-group-completing-read.
446
447 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * message.el (message-mode-map): Don't bind M-; to comment region, to
450         allow the global comment-dwim to work.
451
452 2010-10-21  Julien Danjou  <julien@danjou.info>
453
454         * message.el (message-setup-1): Allow message-default-headers to be a
455         function.
456
457 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * shr.el (shr-tag-table): Simplify.
460
461 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
464         to avoid trying to snarf invalid stuff.
465
466         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
467
468         * gnus.el (gnus-message-archive-group): Quote value.
469         (gnus-message-archive-group): Mark as changed.
470
471         * shr.el (shr-add-font): Don't put the font properties on the newline
472         or the indentation.
473
474         * message.el (message-fix-before-sending): Change options when sending
475         non-printable characters.
476
477         * gnus.el (gnus-message-archive-method): Change the default to
478         monthly outgoing groups.
479
480         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
481         that have gotten new numbers.
482
483         * nnimap.el (nnimap-request-replace-article): New function.
484
485 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
488         (nnrss-request-article): Don't use special html washing code.
489
490 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * shr.el (shr-tag-table): Remove useless nconc.
493
494 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-art.el (article-wash-html): Simplify and remove the charset
497         stuff.  Use the normal html rendering code instead of the special html
498         washing code.
499
500         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
501         `gnus-w3m' symbols.
502         (mm-text-html-washer-alist): Removed.
503
504         * mm-decode.el (mm-inline-text-html-renderer): Removed.
505         (mm-inline-media-tests): Removed use.
506         (mm-text-html-renderer): Change default to the `shr' symbol.
507
508         * mm-view.el (mm-inline-text-html): Removed use.
509
510         * gnus-art.el (gnus-blocked-images): New function.  Allow the
511         `gnus-blocked-images' to be a function.
512         (gnus-article-wash-function): Removed.
513
514 2010-10-20  Julien Danjou  <julien@danjou.info>
515
516         * spam.el (spam-list-of-processors): Mark as obsolete.
517
518         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
519         (nnimap-insert-partial-structure): Fix boundary detection.
520
521 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
522
523         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
524         run file-truename on remote files.  This can be expensive and even
525         prevent one from editing drafts if some unrelated buffer has a stale
526         connection.
527
528 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
531         kinsoku-eol regardless of shr-kinsoku-shorten.
532         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
533         (shr-tag-table): Support caption, thead, and tfoot.
534
535 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
538         lines.
539         (shr-save-contents): New command and keystroke.
540
541         * nndoc.el (nndoc-type-alist): Add git support.
542         (nndoc-git-type-p): New function.
543         (nndoc-transform-git-article): Ditto.
544         (nndoc-transform-git-headers): Ditto.
545         (nndoc-transform-git-headers): Generate Subject headers.
546
547         * shr.el (shr-parse-style): New function.
548         (shr-tag-span): Ditto.
549
550         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
551         to `G G' to avoid collisions.
552
553 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * shr.el: Load kinsoku if necessary.
556         (shr-kinsoku-shorten): New internal variable.
557         (shr-find-fill-point): Make kinsoku shorten text line if
558         shr-kinsoku-shorten is bound to non-nil.
559         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
560         shr-indentation too when testing if table is wider than frame width.
561         (shr-insert-table): Use `string-width' instead of `length' to measure
562         text width.
563         (shr-insert-table-ruler): Make sure indentation is done at bol.
564
565 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
566
567         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
568         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
569         undecoded network data.
570
571 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
574         name in the mode line spec so that the mode line menu works
575         (bug #2431).
576
577         * message.el (message-get-reply-headers): If we're fed `to-address',
578         then always use that.
579
580         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
581         aren't so wide as to need to switch off the edit menu.
582
583         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
584         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
585
586         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
587         `M-g'.
588         (nnimap-update-info): Update flags/read marks even if \* isn't part of
589         the permanent marks.
590
591 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
592
593         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
594         Splitting according to references/in-reply-to obeys the ignore-groups
595         variable, while splitting by sender and subject do not.
596
597 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
600         alist, so that we can look for non-Unicode chars.
601         (article-translate-strings): Allow both character and string maps.
602
603 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * shr.el (shr-insert): Don't insert space behind a wide character
606         categorized as kinsoku-bol, or between characters both categorized as
607         nospace.
608
609 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
610
611         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
612         headers to gnus-newsgroup-headers.
613
614 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * shr.el (shr-tag-img): Don't align images -- since we're not
617         rescaling, this often leads to ugly displays.
618
619 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
620
621         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
622         duplicates.
623
624 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
625
626         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
627         call.
628
629 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus.el: Autoload gnus-html-show-images.
632
633         * nnimap.el: Use nnheader-message throughout.
634
635         * shr.el (shr-tag-img): Ignore images with no data.
636
637 2010-10-15  Julien Danjou  <julien@danjou.info>
638
639         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
640         a possibility to disable format=flow encoding when using hard newlines.
641
642 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * shr.el (shr-insert): Remove space inserted before or after a
645         breakable character or at the beginning or the end of a line.
646         (shr-find-fill-point): Do kinsoku; find the second best point or give
647         it up if there's no breakable point.
648
649 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * nnimap.el (nnimap-open-connection): Message when opening connection
652         for debugging purposes.
653
654         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
655         on every setup buffer call to allow this to change from article to
656         article.
657
658         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
659         buffers where we have a wide table.
660
661 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
662
663         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
664         uses *-request-thread.
665
666 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnimap-open-connection): Remove %s from openssl
669         incantation, which is no longer valid.
670
671 2010-10-14  Julien Danjou  <julien@danjou.info>
672
673         * shr.el: Fix defcustom type (char -> character).
674
675 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * nnimap.el (nnimap-open-connection): tls-program should be a list of
678         programs.
679
680 2010-10-14  Julien Danjou  <julien@danjou.info>
681
682         * shr.el (shr-tag-a): Use url-link as widget type.
683
684         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
685         `gnus-group-get-icon'.
686
687 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
690         This should make server editing work better.
691
692         * shr.el (shr-find-fill-point): Don't inloop on indented text.
693
694         * tls.el (tls-program): Remove spurious %s from openssl.
695
696         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
697         (nnimap-parse-flags): Fix regexp.
698
699         * shr.el (shr-find-fill-point): Use a filling algorithm that should
700         probably work for CJVK text, too.
701
702         * nnimap.el (nnimap-extend-tls-programs): Removed.
703         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
704
705         * tls.el (tls-starttls-switches): Remove starttls hack.
706         (open-tls-stream): Ditto.
707         (tls-find-starttls-argument): Ditto.
708
709 2010-10-13  Julien Danjou  <julien@danjou.info>
710
711         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
712         responses.
713
714 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
717
718         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
719         anything in Emacs.
720
721         * shr.el (shr-current-column): Remove buggy and unnecessary function.
722
723 2010-10-13  Julien Danjou  <julien@danjou.info>
724
725         * shr.el (shr-width): Make shr-width a defcustom with default to
726         fill-column.
727         (shr-tag-img): Use shr-width rather than fill-column.
728
729 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * dgnushack.el (byte-optimize-apply)
732         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
733
734         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
735         position when (X-)Faces exist.
736         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
737         avatars when called interactively.
738
739 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
742         gnus-article-x-face-too-ugly is bound.
743
744 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
747
748         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
749         mailbox that doesn't exist.
750
751 2010-10-12  Julien Danjou  <julien@danjou.info>
752
753         * shr.el (shr-tag-img): Encode URL properly when retrieving.
754         (shr-get-image-data): Encode URL properly when fetching from cache.
755         (shr-tag-img): Use aligned-to spaces to align correctly images.
756
757         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
758         before inserting the Gravatar.
759
760         * shr.el (shr-tag-img): Add align attribute support for <img>.
761
762 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-gravatar.el (gnus-art): Required.
765
766         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
767         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
768         Remove long obsoleted functions.
769
770 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
773
774         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
775
776         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
777         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
778         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
779         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
780         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
781         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
782         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
783
784 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * nnimap.el (nnimap-request-rename-group): Select group read-only
787         before renaming it.
788
789         * shr.el (shr-insert): Fix up the white space only regexp.
790
791         * nnimap.el (nnimap-transform-split-mail): Not all articles have
792         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
793
794         * shr.el (shr-current-column): New function.
795         (shr-find-fill-point): New function.
796
797 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
798
799         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
800         numbers.
801
802 2010-10-11  Julien Danjou  <julien@danjou.info>
803
804         * shr.el (shr-hr-line): Add.
805         (shr-tag-hr): Use shr-hr-line to specify which character to use to
806         display hr lines.
807         (shr-max-columns): Do not change state to nil if we just inserting
808         spaces.
809
810 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-topic.el (gnus-topic-read-group): If after the last group,
813         select the last group.
814
815 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
816
817         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
818
819 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
820
821         * dig.el (dig-mode-map): Declare and define in one step.
822
823 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
826         for Gnus.
827         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
828         (nnimap-update-qresync-info): Mark \Seen articles as read.
829
830         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
831         non-variable, too.
832
833         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
834         available.
835         (nnimap-update-info): Rely more on the current active than the param
836         active to avoid marking articles as read too much.
837
838         * auth-source.el (auth-source-create): Use (user-login-name) for the
839         user name default.
840
841         * nnimap.el (nnimap-update-info): If the server doesn't return any
842         useful info, just use the previous info.
843         (nnimap-update-info): Prefer old info over start-article.
844         (nnimap-update-qresync-info): Finish implementing QRESYNC.
845
846 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
847
848         * nnir.el (autoload): Clean up autoloads.
849         (nnir-imap-default-search-key): Renamed from
850         nnir-imap-search-field. Use key rather than value.
851         (nnir-imap-search-other): New variable.
852         (nnir-read-parm): Use it.
853         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
854         (gnus-summary-nnir-goto-thread): Modify to work with imap.
855
856 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
857
858         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
859         the process, too.
860
861 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
864         Allbery.
865
866         * shr.el: Rework the way things are indented by <li> slightly.
867
868         * gnus.el (gnus-group-set-parameter): Fix typo.
869
870         * nnimap.el: Start implementing QRESYNC support.
871
872 2010-10-09  Julien Danjou  <julien@danjou.info>
873
874         * nnir.el (nnir-engines): Fix too many arguments.
875
876 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
879         group is the "last", so that the backends like nnfolder actually save
880         their folders.
881
882         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
883         try to use that for the tls stream.
884         (nnimap-retrieve-group-data-early): Rework the marks code to heed
885         UIDVALIDITY and find out which groups are read-only and not.
886         (nnimap-get-flags): Use the same marks parsing code as the rest of
887         nnimap.
888
889 2010-10-09  Julien Danjou  <julien@danjou.info>
890
891         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
892
893         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
894         retrieving gravatars.
895
896         * shr.el (shr-table-corner): Add.
897         (shr-table-line): Add.
898         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
899
900 2010-10-08  Julien Danjou  <julien@danjou.info>
901
902         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
903
904 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
905
906         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
907
908         * gnus-sum.el (gnus-mark-article-as-unread)
909         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
910         (gnus-summary-set-bookmark): Use it.
911
912         * gnus-msg.el (gnus-setup-message): Use it.
913
914         * gnus-demon.el (gnus-demon-remove-handler): Use it.
915
916         * gnus.el (gnus-group-remove-parameter): Use it.
917
918         * gnus-group.el (gnus-group-make-web-group): Use it.
919
920         * gnus-demon.el (gnus-demon-remove-handler): Use it.
921
922         * nnregistry.el: Update docs to mention manual.
923
924         * gnus-registry.el: Update docs to mention nnregistry.el.
925         (gnus-registry-initialize): Don't install nnregistry refer method
926         automatically.
927         (gnus-registry-install-nnregistry): Remove it.
928
929 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * shr.el (shr-insert): Don't insert double spaces.
932
933 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-gravatar.el (gnus-treat-from-gravatar)
936         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
937         called interactively.
938
939         * gnus-art.el (gnus-mime-view-part-externally)
940         (gnus-mime-view-part-internally): Make predicate function passed to
941         gnus-mime-view-part-as-type assume argument is a mime type, not a list
942         of a mime type.
943
944         * shr.el (shr-table-widths): Don't use cl function `reduce'.
945
946 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * shr.el (require): Require cl when compiling.
949         (shr-tag-hr): New function.
950
951         * nnimap.el (nnimap-update-info): Remove double setting of high.
952         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
953         makes nnimap work properly on Courier again.
954
955         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
956         the variable for backwards compatability.
957
958         * mm-decode.el (mm-save-part): If given a non-directory result, expand
959         the file name before using to avoid setting mm-default-directory to
960         nil.
961
962         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
963         bidning gnus-agent variables.
964
965         * shr.el (shr-render-td): Use a cache for the table rendering function
966         to avoid getting an exponential rendering behaviour in nested tables.
967         (shr-insert): Rework the line-breaking algorithm.
968         (shr-insert): Don't leave trailing spaces.
969         (shr-insert-table): Also insert empty TDs.
970         (shr-tag-blockquote): Ensure paragraphs after </ul>.
971
972 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
973
974         * gnus-sum.el (gnus-number): Rename from `number'.
975         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
976         (gnus-summary-limit-children): Update uses correspondingly.
977
978 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
981         (gnus-gravatar-transform-address): Don't show avatars of people of
982         which mail addresses match gnus-gravatar-too-ugly.
983
984 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * shr.el (shr-table-widths): Expand TD elements to fill available
987         space.
988
989 2010-10-07  Julien Danjou  <julien@danjou.info>
990
991         * nnimap.el (nnimap-request-rename-group): Add this method.
992
993 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
996         name from XEmacs' function-arglist.
997
998         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
999         gravatar under XEmacs.
1000
1001 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * auth-source.el: Update docs with TODO items.
1004
1005         * gnus-sync.el: Update docs to explain state and plans.
1006
1007         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1008         Hooks for mark updates.
1009         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1010
1011         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1012         hooks with arguments, which is needed for mark update hooks.
1013
1014 2010-10-06  Julien Danjou  <julien@danjou.info>
1015
1016         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1017         was matched.
1018
1019         * sieve-manage.el: Update example in `Commentary'.
1020
1021         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1022
1023         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1024         not 2000.
1025         (sieve-manage-authenticate): Re-add function.
1026
1027 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * shr.el (shr-insert): Get 'space transition right.
1030         (shr-render-td): Only delete space at the end of the TD.
1031
1032         * nnimap.el (nnimap-open-connection): Prepare to support
1033         open-gnutls-stream.
1034
1035         * shr.el: Rearrange function order to be more logical.
1036
1037 2010-10-06  Julien Danjou  <julien@danjou.info>
1038
1039         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1040         (nnrss-discover-feed): Remove 404 URL in docstring.
1041
1042         * nnir.el: Fix Swish-E URL.
1043         Fix Namazu URL.
1044
1045         * message.el (message-change-subject): Remove 404 URL in a comment.
1046
1047 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1050         called interactively.
1051
1052         * gnus-util.el (gnus-remove-if): Allow hash table.
1053         (gnus-remove-if-not): New function.
1054
1055         * gnus-art.el (gnus-mime-view-part-as-type)
1056         * gnus-score.el (gnus-summary-score-effect)
1057         * gnus-sum.el (gnus-read-move-group-name):
1058         Replace remove-if-not with gnus-remove-if-not.
1059
1060         * gnus-group.el (gnus-group-completing-read):
1061         Regard collection as a hash table if it is not a list.
1062
1063 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1066
1067         * shr.el: Document the table-rendering algorithm.
1068
1069 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1072         for Emacsen having no `libxml-parse-html-region' support.
1073
1074 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1077         invalid URLs.
1078
1079         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1080         line-broken.
1081         (shr-tag-img): Ignore image fetching errors.
1082         (shr-overlays-in-region): Compute overlay positions correctly.
1083
1084         * mm-decode.el (mm-shr): Require shr.
1085
1086         * gnus-art.el (gnus-blocked-images): Move variable here.
1087
1088         * shr.el (shr-insert-table): Bind free variable.
1089
1090         * mm-decode.el (mm-shr): Bind shr-content-function.
1091
1092         * shr.el (shr-content-function): New variable.
1093
1094         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1095         added for symmetry.
1096
1097         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1098
1099         * gnus-group.el (gnus-group-make-group): Doc fix.
1100
1101         * nnimap.el (nnimap-request-newgroups): Return success.
1102
1103         * shr.el (shr-find-elements): New function.
1104         (shr-tag-table): Put all the images after the table.
1105         (shr-tag-table): Really inhibit images inside the table.
1106         (shr-collect-overlays): Copy over overlays from the TD elements to the
1107         main document.
1108
1109         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1110         gnus-blocked-images.
1111
1112 2010-10-05  Julien Danjou  <julien@danjou.info>
1113
1114         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1115
1116         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1117         (gnus-html-maximum-image-size): Add this function.
1118         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1119
1120         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1121         server-value of the capability is nil.
1122
1123 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * shr.el (shr-tag-em): Add <EM> tag.
1126
1127 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1128
1129         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1130         customizable.
1131
1132         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1133         handing broken links to browse-url.
1134
1135 2010-10-05  Julien Danjou  <julien@danjou.info>
1136
1137         * gnus-util.el (gnus-emacs-completing-read)
1138         (gnus-iswitchb-completing-read): Use autoload rather than require.
1139
1140 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1143         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1144         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1145         iswitchb-temp-buflist for XEmacs.
1146
1147         * gnus-util.el (gnus-completing-read-function): Exclude
1148         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1149         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1150         XEmacs.
1151
1152         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1153         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1154
1155         * gnus-html.el: Don't require help-fns under XEmacs.
1156         (gnus-html-schedule-image-fetching): Work for XEmacs.
1157
1158         * mm-decode.el (mm-shr): Decode contents by charset.
1159
1160 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1163         unknown.
1164
1165         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1166         (shr-get-image-data): Ensure against the cache file missing.
1167
1168         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1169         for data.
1170
1171         * spam-report.el (spam-report-url-ping-plain): Don't query about
1172         killing the process.
1173
1174         * shr.el (shr-render-td): Protect against too-wide text.
1175
1176 2010-10-04  Julien Danjou  <julien@danjou.info>
1177
1178         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1179         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1180
1181         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1182         retrieved.
1183
1184 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * shr.el (browse-url): Required.
1187         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1188         lines.
1189         (shr-show-alt-text, shr-browse-image): New commands.
1190         (shr-browse-url, shr-copy-url): New commands.
1191
1192         * gnus-sum.el (gnus-widen-article-window): New variable.
1193         (gnus-summary-select-article-buffer): Use it.
1194
1195         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1196         without @ signs.
1197
1198 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1199
1200         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1201
1202 2010-10-04  Julien Danjou  <julien@danjou.info>
1203
1204         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1205         for XEmacs.
1206
1207 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1210
1211         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1212         (nnimap-close-server): Implement.
1213
1214         * dgnushack.el (iswitchb): Require to shut up the compiler.
1215
1216         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1217         (shr-insert): Tweak line breaking.
1218         (shr-insert): Handle <pre> better.
1219         (shr-tag-li): Get <li> indentation right.
1220         (shr-tag-li): Get <li> indentation even righter.
1221         (shr-tag-blockquote): Ensure paragraph start.
1222         (shr-make-table): Tweak table generation.
1223         (shr-make-table): Fix typo.
1224
1225         * shr.el: Implement table rendering.
1226
1227 2010-10-04  Julien Danjou  <julien@danjou.info>
1228
1229         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1230
1231 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * shr.el (shr-insert): Use string anchors instead of line anchors.
1234
1235 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * shr.el: Add headings.
1238         (shr-ensure-paragraph): Actually work.
1239         (shr-tag-li): Make <ul> prettier.
1240         (shr-insert): Get white space at the beginning/end of elements right.
1241         (shr-tag-p): Collapse subsequent <p>s.
1242         (shr-ensure-paragraph): Don't insert double line feeds after blank
1243         lines.
1244         (shr-insert): \t is also space.
1245         (shr-tag-s): Fix "s" tag name function.
1246         (shr-tag-s): Fix face prop name.
1247
1248 2010-10-03  Julien Danjou  <julien@danjou.info>
1249
1250         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1251
1252         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1253         gnus-window-inside-pixel-edges.
1254
1255         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1256         gnus-ems.
1257
1258         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1259
1260         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1261         function.
1262
1263         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1264         resize choice.
1265
1266 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1269         beginning of the buffer.
1270
1271         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1272         article buffer again.
1273
1274         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1275         buffer.
1276
1277         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1278         when it's at the start of the buffer.
1279
1280         * shr.el (shr-tag-blockquote): Convert name.
1281         (shr-rescale-image): Use the right image-size variant.
1282
1283         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1284         buffer isn't shown, then select the current article first instead of
1285         bugging out.
1286         (gnus-summary-select-article-buffer): Show both the article and summary
1287         buffers again.
1288
1289         * shr.el (shr-fontize-cont): Protect against regions with no text.
1290         Rename tag functions to shr-tag-* for enhanced security.
1291         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1292
1293 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1294
1295         * shr.el (shr-insert):
1296         * pop3.el (pop3-movemail):
1297         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1298         loaded.
1299
1300 2010-10-03  Glenn Morris  <rgm@gnu.org>
1301
1302         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1303
1304         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1305
1306         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1307
1308         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1309
1310         * gnus-util.el (gnus-make-local-hook): Simplify.
1311
1312 2010-10-02  Julien Danjou  <julien@danjou.info>
1313
1314         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1315         (gnus-ido-completing-read): New function.
1316         (gnus-emacs-completing-read): New function.
1317         (gnus-completing-read): Use gnus-completing-read-function.
1318         Add gnus-completing-read-function.
1319
1320 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * shr.el (shr-insert-document): Autoload.
1323         (shr-img): Be silent.
1324         (shr-insert): Add a newline after every picture before text.
1325         (shr-add-font): Use overlays for combining faces.
1326         (shr-insert): Pass upwards the text start point.
1327
1328         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1329         possible.
1330         (mm-shr): New function.
1331
1332 2010-10-02  Julien Danjou  <julien@danjou.info>
1333
1334         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1335         should go backward.
1336
1337 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1338
1339         * shr.el (shr): Fix typo in provide call.
1340
1341 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * shr.el: New file.
1344
1345         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1346
1347         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1348         completing read.
1349
1350 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1353         we're being queried about.  Suggested by Dan Jacobson.
1354
1355         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1356         by Jason Eisner.
1357
1358         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1359         table, too.  Suggested by Stefan Wiens.
1360         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1361         the table unnecessary.  Suggested by Stefan Wiens.
1362
1363         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1364         longer needed, and probably doesn't work either, as pointed out by
1365         Stefan Wiens.
1366         (gnus-summary-exit): Remove call to the clearing function.
1367         (gnus-summary-exit-no-update): Ditto.
1368
1369         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1370         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1371         Reported by Stefan Monnier.
1372         (gnus-summary-save-in-rmail): Ditto.
1373
1374         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1375         article buffer, instead of both the article buffer and the summary
1376         buffer.  Sort of suggested by Dan Jacobson.
1377
1378         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1379
1380         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1381         Suggested by Dan Jacobson.
1382
1383         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1384         documentation clearer.
1385
1386         * message.el (message-shorten-references): Comment on the number "21".
1387         Suggested by Stefan Monnier.
1388
1389         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1390         Suggested by Dan Jacobson.
1391
1392         * gnus.el (gnus-large-newsgroup): Mention
1393         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1394
1395         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1396         externalize attachments.  Bug reported by Steve Wen.
1397
1398         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1399         really message anything to the user.
1400
1401         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1402         directly.
1403
1404         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1405         messages in empty groups.
1406
1407 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1408
1409         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1410         non-UIDNEXT group.
1411
1412 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1415         not the value from the collection.
1416
1417         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1418         values.  This sometimes happens on some groups that have no info.
1419         (nnimap-request-newgroups): New function.
1420
1421 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1424         check into `gnus-registry-initialize'.
1425         (gnus-registry-initialize): Ditto.
1426         Fix and extend header docs.
1427
1428 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1431         regexp backtrace overflows.
1432
1433         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1434         for starttls that tls.el implements; i.e. openssl.
1435
1436         * tls.el (tls-starttls-switches): Give up on using starttls with
1437         gnutls-cli.
1438         (tls-program): Add --insecure to be consistent with the defaults from
1439         openssl s_client.  Now all three commands are insecure.
1440
1441 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * lpath.el: Bind completion-styles-alist for XEmacs.
1444
1445         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1446         (gravatar-create-image): New function that's an alias to
1447         gnus-xmas-create-image, gnus-create-image, or create-image.
1448         (gravatar-data->image): Use it.
1449
1450 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1453         install the nnregistry refer method.
1454         (gnus-registry-install-hooks): Use it.
1455         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1456         unfollowed groups.
1457
1458 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1459
1460         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1461         expanding threads.
1462
1463 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * nnir.el: Use the server names without suffixes (bug #7009).
1466
1467         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1468         unencrypted to STARTTLS, if possible.
1469
1470 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1471
1472         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1473         headers before superseding.
1474
1475 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnrss.el (nnrss-use-local): Add documentation.
1478
1479         * nnimap.el (nnimap-extend-tls-programs): New function.
1480         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1481         (nnimap-wait-for-connection): Accept the greeting from the stupid
1482         output from openssl s_client -starttls, too.
1483
1484         * tls.el (tls-starttls-switches): New variable.
1485         (tls-find-starttls-argument): Use it.
1486         (open-tls-stream): Ditto.
1487
1488         * netrc.el (netrc-credentials): Return the value of the "default"
1489         entry.
1490         (netrc-machine): Ditto.
1491
1492         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1493         article number.
1494         (nnimap-split-fancy): New variable.
1495         (nnimap-split-incoming-mail): Use it.
1496
1497         * nntp.el (nntp-server-list-active-group): Document.
1498
1499         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1500         SELECT to get the message-id.
1501
1502         * mail-source.el (mail-sources): Removed webmail support.
1503         (defvar): Ditto.
1504         (mail-source-fetcher-alist): Ditto.
1505         (mail-source-fetch-webmail): Removed.
1506
1507         * webmail.el: Removed -- doesn't seem relevant any more.
1508
1509         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1510
1511         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1512         the \r.
1513
1514 2010-09-30  Julien Danjou  <julien@danjou.info>
1515
1516         * gnus-agent.el (gnus-agent-add-group): Fix call to
1517         gnus-completing-read.
1518
1519 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nndoc.el (nndoc-retrieve-groups): New function.
1522
1523         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1524         `default', use nnmail-split-methods.
1525         (nnimap-request-article): Downcase the NILs so that they are nil.
1526
1527         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1528         symbol.
1529
1530         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1531         code, since if the user has requested network, that's what they ought
1532         to get.
1533         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1534         (nnimap-split-rule): Mark as obsolete.
1535
1536         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1537         variable.
1538
1539         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1540         correct slot, too.
1541
1542 2010-09-29  Julien Danjou  <julien@danjou.info>
1543
1544         * gnus.el (gnus-local-domain): Declare variable obsolete.
1545
1546         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1547         computing.
1548         (gnus-ido-completing-read): Require ido.
1549
1550 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1553         build Gnus.
1554
1555         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1556         when interpreting the structures.
1557         (nnimap-request-accept-article): Add \r\n to the lines to make this
1558         work with Cyrus.
1559
1560         * nndraft.el (nndraft-request-expire-articles): Use the group name
1561         instead if "nndraft".  Fix found by Nils Ackermann.
1562
1563 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1564
1565         * nnregistry.el: Added.
1566
1567 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1568
1569         * nnmail.el (group, group-art-list, group-art):
1570         Remove unneeded directives.
1571
1572 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1575         (mm-mime-charset)
1576         * rfc2047.el (rfc2047-syntax-table)
1577         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1578
1579         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1580         rather than `insert-file-contents' and `eval-region'.
1581
1582         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1583         construction.
1584
1585         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1586
1587         * time-date.el: No need to require cl for Emacs 21.
1588
1589 2010-09-29  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1592         replacement of `gnus-gravatar-relief' to mimic
1593         `gnus-faces-properties-alist'.
1594         Add :version property.
1595
1596 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * mail-source.el (mail-source-report-new-mail)
1599         * message.el (message-default-mail-headers)
1600         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1601
1602         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1603
1604 2010-09-28  Julien Danjou  <julien@danjou.info>
1605
1606         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1607         mail-address contains the same string as real-name.
1608
1609         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1610         non-blank in header, otherwise it'll get stripped.
1611
1612         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1613         real-name, and then for mail address rather than doing : or , search.
1614
1615 2010-09-27  Julien Danjou  <julien@danjou.info>
1616
1617         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1618         (gnus-server-goto-server): Use gnus-completing-read.
1619
1620         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1621
1622         * mm-util.el (defalias): Use gnus-completing-read.
1623         (mm-codepage-setup): Use gnus-completing-read.
1624
1625         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1626         (smime-decrypt-buffer): Use gnus-completing-read.
1627
1628         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1629
1630         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1631         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1632         (mml-insert-multipart): Use gnus-completing-read.
1633
1634         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1635
1636         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1637
1638         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1639
1640         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1641
1642         * gnus.el (gnus-read-method): Use gnus-completing-read.
1643
1644         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1645
1646         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1647         (gnus-mime-action-on-part): Use gnus-completing-read.
1648         (gnus-article-encrypt-body): Use gnus-completing-read.
1649
1650         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1651         (gnus-topic-move-matching): Use gnus-completing-read.
1652         (gnus-topic-copy-matching): Use gnus-completing-read.
1653         (gnus-topic-sort-topics): Use gnus-completing-read.
1654         (gnus-topic-move): Use gnus-completing-read.
1655
1656         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1657         (gnus-agent-add-group): Use gnus-completing-read.
1658
1659         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1660         gnus-completing-read.
1661         (nnmairix-update-groups): Use gnus-completing-read.
1662         (nnmairix-get-server): Use gnus-completing-read.
1663         (nnmairix-backend-to-server): Use gnus-completing-read.
1664         (nnmairix-goto-original-article): Use gnus-completing-read.
1665         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1666
1667         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1668
1669         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1670         (gnus-group-make-useful-group): Use gnus-completing-read.
1671         (gnus-group-make-web-group): Use gnus-completing-read.
1672         (gnus-group-add-to-virtual): Use gnus-completing-read.
1673         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1674
1675         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1676         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1677         (gnus-summary-execute-command): Use gnus-completing-read.
1678         (gnus-summary-respool-article): Use gnus-completing-read.
1679         (gnus-read-move-group-name): Use gnus-completing-read.
1680
1681         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1682         (gnus-summary-score-effect): Use gnus-completing-read.
1683
1684         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1685
1686         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1687         right completing-read function.
1688         (gnus-use-ido): New variable
1689         (gnus-completing-read-with-default): Remove.
1690
1691 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1694         x-focus-frame.
1695
1696         * nnimap.el (auth-source-forget-user-or-password)
1697         (auth-source-user-or-password): Autoload.
1698
1699         * message.el (message-from-style, message-interactive)
1700         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1701         (message-yank-prefix, message-indentation-spaces, message-signature)
1702         (message-signature-file): Add comment.
1703
1704 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1707         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1708         new articles.
1709
1710         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1711         parts.
1712         (nnimap-request-article): Work with the t setting, too.
1713
1714         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1715         that you don't get flashes of other buffers.
1716         (gnus-summary-show-complete-article): Intern before setting.
1717
1718 2010-09-27  David Engster  <dengste@eml.cc>
1719
1720         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1721         well as HEADERS.
1722         (nnmairix-retrieve-headers): Provide new argument for the above.
1723
1724 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * gnus-sum.el (gnus-summary-move-article): Don't alter
1727         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1728         group.
1729
1730         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1731
1732         * message.el (message-cite-prefix-regexp): Revert my last edit.
1733
1734         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1735         variable instead of the Gnus variable.
1736
1737         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1738
1739         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1740         again.
1741
1742         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1743         since some servers don't like it.
1744         (nnimap-open-connection): Forget credentials if the server says the
1745         password was wrong.
1746         (nnimap-parse-line): Protect against invalid data.
1747
1748         * gnus-sum.el (gnus-summary-move-article): Add comment.
1749         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1750         nothing alters it while scanning for new messages.
1751
1752         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1753         which may or may not help.
1754         (nnimap-open-connection): If we're doing a stream connection, and then
1755         discover we're on a STARTTLS-capable server, then open a STARTTLS
1756         connection instead.
1757
1758 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnimap.el (utf7): Required.
1761
1762         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1763         prefix.
1764
1765 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1766
1767         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1768
1769 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-request-accept-article): Message the error on
1772         error.
1773
1774 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1777
1778 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nndoc.el (nndoc-request-list): Return success always.
1781
1782         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1783         `fetch-old' -- we only want to fetch the articles we've requested.  The
1784         rest are in the agent, probably.
1785         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1786         disappeared server" to something low.  It's not important.
1787
1788         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1789         arrived before the FETCH data.
1790
1791         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1792         target here, because we don't know the Gnus name of the group.
1793
1794         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1795         for the correct group.
1796
1797         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1798
1799         * gnus.el (gnus): Give a final warning after startup.
1800
1801         * gnus-util.el (gnus-action-message-log): New variable.
1802         (gnus-message): Use it.
1803         (gnus-final-warning): New function.
1804
1805         * nnimap.el (nnimap-open-connection): Record the greeting.
1806         (nnimap): Add greeting.
1807
1808 2010-09-26  Julien Danjou  <julien@danjou.info>
1809
1810         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1811         arguments.
1812         (gnus-html-wash-images): Fix spec computing to include start/end.
1813
1814         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1815
1816 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1819         deletion.
1820         (nnimap-retrieve-headers): Don't select the group, because that's
1821         already done by nnimap-possibly-change-group.
1822
1823         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1824         (gnus-picon-transform-address): Use it.
1825
1826         * mail-source.el (mail-source-value): Revert previous patch.
1827
1828         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1829         on failure.
1830         (nnimap-open-connection): Look up both virtual and physical server name
1831         credentials.
1832
1833         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1834
1835 2009-02-07  Dave Love  <fx@gnu.org>
1836
1837         * tls.el (open-tls-stream): Don't query killing process.
1838
1839 2009-02-08  Dave Love  <fx@gnu.org>
1840
1841         * gnus-win.el (gnus-window-to-buffer-helper,
1842         gnus-all-windows-visible-p): Function needn't be a symbol.
1843
1844         * mail-source.el (mail-source-value): Function needn't be a symbol.
1845
1846 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * message.el (message-cite-prefix-regexp): Remove } from the cite
1849         prefix.
1850
1851         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1852         highlight again, so that the highlight is correct.
1853
1854         * gnus-picon.el (gnus-picon): Remove again.
1855         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1856
1857         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1858         doing the header highlightling, so that the background colour of the
1859         picon is correct.
1860
1861         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1862         (gnus-picon): Ditto.
1863         (gnus-picon): Reinstate.  The background colour for picons is white.
1864         (gnus-picon-insert-glyph): Make the background white.
1865
1866         * nnml.el (nnml-open-nov): Don't return dead buffers.
1867
1868         * auth-source.el (auth-source-create): Query the user for whether to
1869         store the credentials.
1870
1871         * netrc.el (netrc-store-data): New function.
1872
1873         * auth-source.el (auth-source-user-or-password): Use the existing auth
1874         sources, if any, for creation.
1875
1876         * gnus.el (gnus-group-fast-parameter): Return the last matching
1877         parameter instead of the first matching parameter.
1878
1879 2010-09-26  Julien Danjou  <julien@danjou.info>
1880
1881         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1882
1883 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * mml2015.el (mml2015-use): Remove gpg support.
1886
1887         * mml1991.el (mml1991-function-alist): Remove gpg function.
1888         (mml1991-gpg-sign): Removed.
1889
1890 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1891
1892         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1893         (gnus-browse-unsubscribe-current-group): Document it.
1894         (gnus-browse-unsubscribe-group): Use it.
1895
1896 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1899         address to the To list for easier response.
1900
1901         * gnus.el (gnus-play-startup-jingle): Removed.
1902         (gnus-splash): Don't play jingle.
1903         (gnus): Silence gnus-load message.
1904
1905         * gnus-art.el (gnus-treat-play-sounds): Removed.
1906
1907         * gnus.el (gnus-play-jingle): Remove audio support.
1908
1909         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1910
1911         * earcon.el: Removed -- no users.
1912
1913         * gnus-audio.el: Removed -- no users of this package.
1914
1915         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1916
1917         * gnus-start.el (gnus-setup-news): Remove nocem support.
1918
1919         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1920
1921         * gnus.el (gnus-use-nocem): Removed.
1922
1923         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1924         Removed.
1925
1926         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1927         uses NoCeM any more.
1928
1929         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1930         (gnus-button-ctan-handler): Ditto.
1931         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1932         (gnus-button-ctan-directory-regexp): Ditto.
1933         (gnus-button-handle-ctan): Ditto.
1934         (gnus-button-tex-level): Ditto.
1935         (gnus-button-alist): Removed CTAN stuff.
1936
1937 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1940         nnimap-streaming test.
1941
1942         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1943         servers twice.
1944
1945         * nnimap.el (nnimap-open-connection): Add more error reporting when
1946         nnimap fails early.
1947
1948         * nnheader.el (nnheader-get-report-string): New function.
1949         (nnheader-get-report): Use it.
1950
1951         * gnus-int.el (gnus-check-server): Say what the error was when opening
1952         failed.
1953
1954         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1955         using streaming.
1956
1957 2010-09-25  Julien Danjou  <julien@danjou.info>
1958
1959         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1960         gnus-window-inside-pixel-edges.
1961
1962 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1965
1966         * mm-decode.el (mm-save-part): Allow saving to other directories the
1967         normal Emacs way.
1968
1969         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1970         by Jay Berkenbilt.
1971
1972         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1973         there isn't a single byte.
1974
1975         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1976         just do it.  It doesn't really seem to matter what the user responds
1977         here, I think, so it's just a confusing question.
1978
1979         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1980         non-streaming case.
1981
1982         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1983         (gnus-article-encrypt-body): Use it.
1984
1985         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1986         keystroke.
1987
1988         * nnimap.el (nnimap-find-wanted-parts-1): Use
1989         gnus-fetch-partial-articles.
1990
1991         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1992
1993         * nnimap.el (nnimap-insert-partial-structure): New function.
1994         (nnimap-get-partial-article): New function.
1995         (nnimap-request-article): Use it.
1996         (nnimap-wait-for-response): Return whether the wait was successful.
1997         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1998         retrieval wasn't successful.
1999         (nnimap-retrieve-group-data-early): Allow throttling servers.
2000         (nnimap-streaming): New variable.
2001         (nnimap-fetch-partial-articles): Removed.
2002
2003         * mm-decode.el (mm-with-part): Protect against killed buffers.
2004
2005         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2006         for prettier summary display.
2007
2008 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2009
2010         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2011         directly.
2012
2013 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2016         apparently third-party libraries depend on it.
2017
2018         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2019         before starting negotiation.
2020
2021         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2022         privacy reasons.
2023         (gnus-treat-mail-gravatar): Ditto.
2024
2025         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2026         buffer when inserting images.  Inserting text into the headers, for
2027         instance, can make them invalid.
2028
2029 2010-09-25  Julien Danjou  <julien@danjou.info>
2030
2031         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2032         variables.
2033
2034         * nnheader.el: Remove useless variables news-reply-yank-from and
2035         news-reply-yank-message-id.
2036
2037         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2038         variables.
2039
2040         * mml1991.el: Remove useless mml1991-verbose.
2041
2042         * gnus.el: Remove useless variable gnus-use-generic-from.
2043         Remove obsolete variable gnus-topic-indentation.
2044
2045         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2046
2047         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2048
2049         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2050
2051         * gnus-group.el: Remove useless gnus-group-icon-cache.
2052         Remove useless gnus-ephemeral-group-server.
2053
2054         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2055
2056         * mml2015.el: Remove useless mml2015-verbose.
2057
2058         * mml-smime.el: Remove useless mml-smime-verbose.
2059
2060         * gnus.el: Remove useless gnus-local-domain.
2061
2062         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2063         gnus-gravatar-size.
2064
2065         * gnus-art.el: Remove useless gnus-treat-translate.
2066
2067 2010-09-24  Julien Danjou  <julien@danjou.info>
2068
2069         * gnus-sum.el: Add support for Gravatars.
2070
2071         * gnus-art.el: Add support for Gravatars.
2072
2073         * gnus-gravatar.el: Add this file.
2074
2075         * gravatar.el: Add this file.
2076
2077 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2080
2081         * gnus-group.el (gnus-group-fetch-faq): Removed.
2082
2083         * gnus.el (gnus-group-faq-directory): Removed.
2084
2085         * gnus-group.el (gnus-group-fetch-charter): Removed.
2086
2087         * gnus.el (gnus-group-charter-alist): Removed.
2088
2089         * gnus-group.el (gnus-group-archive-directory): Removed.
2090         (gnus-group-recent-archive-directory): Ditto.
2091         (gnus-group-make-archive-group): Removed.
2092
2093         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2094
2095         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2096         use the same article number for all the cached articles.
2097
2098         * nnimap.el (nnimap-command): Register the last command time so
2099         that we can use it for idling NOOPs.
2100         (nnimap-open-connection): Start the keeplive timer.
2101         (nnimap-make-process-buffer): Store all the process buffers.
2102         (nnimap-keepalive): New function.
2103
2104         * starttls.el (starttls-open-stream): Add autoload cookie.
2105
2106 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2107
2108         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2109         handling.
2110
2111 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2114         its data structures.
2115
2116         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2117         instead of the cl.el copy-list.
2118         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2119         equalp.
2120
2121 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2124         and tool-bar-local-item-from-menu.
2125
2126         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2127         mode-line-highlight face for Emacs.
2128
2129         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2130         loading gnus-sum.elc; fix comment for canlock-verify.
2131         (gnus-article-jump-to-part): Use read-number.
2132         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2133         Emacs pre-21 compatible code for help-echo.
2134         (gnus-article-next-page-1): No need to adjust the number of lines.
2135         (gnus-article-describe-bindings): Always use help-buffer.
2136
2137         * gnus-audio.el (gnus-audio-inline-sound)
2138         * gnus-cus.el (gnus-custom-mode)
2139         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2140
2141         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2142
2143         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2144         compatible code.
2145
2146 2010-09-24  Glenn Morris  <rgm@gnu.org>
2147
2148         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2149         visiting the fcc file in rmail-mode.
2150
2151         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2152
2153 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * nnir.el: Silence the byte compiler.
2156
2157         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2158         alias to browse-url-url-encode-chars if any.
2159         (gnus-html-encode-url): Use it.
2160
2161 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus-start.el (gnus-use-backend-marks): New variable.
2164         (gnus-get-unread-articles-in-group): Use it.
2165
2166         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2167         makeover.
2168
2169 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2170
2171         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2172
2173 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2176         Removed.
2177         (gnus-setup-news-hook): Removed
2178         gnus-fixup-nnimap-unread-after-getting-new-news.
2179
2180         * gnus-int.el (gnus-request-update-info): Protect against backends not
2181         having the function.
2182
2183         * nnimap.el (nnimap-stream): Mention starttls.
2184         (nnimap-open-connection): Add starttls support.
2185
2186 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2187
2188         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2189
2190 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2193         BODYSTRUCTUREs.
2194         (nnimap-transform-headers): Unfold quoted {42} headers.
2195
2196         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2197         the info.
2198         (gnus-get-unread-articles): Only call updatep on backends that support
2199         it.
2200
2201         * nnweb.el (nnweb-request-update-info): NOOP.
2202
2203         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2204
2205         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2206         since it only deals with marks.
2207
2208         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2209         gnus-request-marks, and make a new gnus-request-update-info.
2210
2211         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2212         the active instead of the high number, which is usually too low.
2213
2214 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2217         * encrypt.el: Removed.
2218
2219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2222         server in symbolic form.
2223
2224         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2225         0.9.
2226
2227 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2230         (nnimap-update-info): Fix up code slightly.
2231
2232         * gnus-int.el (gnus-open-server): Add tracing for performance
2233         debugging.
2234
2235         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2236         (gnus-group-insert-group-line): Pass the real group name so that it
2237         gets the right data.
2238
2239         * gnus-start.el (gnus-get-unread-articles): Don't have
2240         `gnus-get-unread-articles-in-group' update info, since that can be
2241         really slow and doesn't seem to be needed?
2242
2243 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2244
2245         * time-date.el (date-to-time): Try using parse-time-string first before
2246         using the slower timezone-make-date-arpa-standard.
2247
2248 2010-09-22  Julien Danjou  <julien@danjou.info>
2249
2250         * gnus-group.el (gnus-group-insert-group-line): Call
2251         gnus-group-highlight-line.
2252         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2253         default hook list.
2254         (gnus-group-update-eval-form): Add new function.
2255         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2256         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2257
2258 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2261         immediate, then expire all articles.
2262         (nnimap-update-info): Fix off-by-one errors.
2263         (nnimap-flags-to-marks): Would return no marks lists for group with no
2264         flags.  Instead return the other data.
2265
2266 2010-09-22  Julien Danjou  <julien@danjou.info>
2267
2268         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2269         Only return an icon.
2270         (gnus-group-insert-group-line): Compute icon to return.
2271
2272         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2273         variable.
2274         (gnus-html-image-fetched): Only cache if
2275         gnus-html-image-automatic-caching is set.
2276         (gnus-html-image-fetched): Check for errors.
2277
2278 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2281         once per method on `g'.  This ensures that backends like nnfolder don't
2282         open all their folders.
2283
2284         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2285         (nnimap-request-list): Nix out group in the correct buffer.
2286         (nnimap-parse-flags): Implement by using `read' instead of
2287         hand-parsing.
2288         (nnimap-flags-to-marks): Pass on permanent-flags.
2289         (nnimap-make-process-buffer): Record the server name.
2290         (nnimap-parse-flags): Fix typo.
2291         (nnimap-request-scan): Run split on the server in general, not just a
2292         single group.
2293
2294         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2295         parameter, and propagate this downwards.
2296
2297         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2298         since EXAMINE changes it on the server.
2299
2300         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2301         this command might take a while.
2302
2303 2010-09-22  Julien Danjou  <julien@danjou.info>
2304
2305         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2306         harmful if you have 2 images side-by-side, they can't be properly
2307         update on text deletion.  Using text-property is safer here.
2308         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2309         data.
2310
2311 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-expunge-inbox): Removed.
2314         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2315         (nnimap-expunge): Flip default to t.
2316
2317         * gnus.el (gnus-method-to-server): Don't push things to the cache
2318         unless it's unique.
2319         (gnus-server-to-method): Ditto.
2320
2321 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2324
2325 2010-09-22  Julien Danjou  <julien@danjou.info>
2326
2327         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2328         get the start of data.
2329         (gnus-html-encode-url): Add this function to encode special chars in
2330         URL.
2331         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2332         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2333
2334         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2335         default.
2336         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2337
2338         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2339         images alt-text.
2340         (gnus-html-put-image): Put alt-text as help-echo.
2341
2342 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2345         * mm-util.el (mm-decompress-buffer)
2346         * nnir.el (nnir-run-find-grep)
2347         * pop3.el (pop3-list): Use 3rd arg of split-string.
2348
2349         * time-date.el (format-seconds): Comment fix.
2350
2351         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2352         and byte-optimize-form-code-walker.
2353         (dgnushack-make-auto-load): Don't advise make-autoload.
2354
2355         * lpath.el: Remove Emacs 21 stuff.
2356
2357 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2360         outside the active range.  Suggested by Dan Christensen.
2361
2362         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2363         slightly later to avoid double-getting it.
2364
2365         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2366         previous patch.
2367
2368         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2369
2370 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2371
2372         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2373
2374 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * gnus-int.el (gnus-open-server): Give a better error message in the
2377         "go offline" case.
2378
2379         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2380         marks for nnimap, which is seldom the right thing to do.
2381
2382         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2383         (gnus-same-method-different-name): New function.
2384
2385         * nnimap.el (parse-time): Require.
2386
2387         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2388         method in the presence of many similar methods.
2389
2390         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2391
2392         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2393         nnml-inhibit-expiry.
2394
2395         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2396         find out whether methods are equal.
2397
2398         * nnimap.el (nnimap-find-expired-articles): New function.
2399         (nnimap-process-expiry-targets): New function.
2400         (nnimap-request-move-article): Request the article before looking at
2401         what the Message-ID is.  Fix found by Andrew Cohen.
2402         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2403
2404         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2405         for oldness in addition to being a predicate.
2406
2407         * nnimap.el (nnimap-request-group): When we have zero articles, return
2408         the right data to Gnus.
2409         (nnimap-request-expire-articles): Only delete articles immediately if
2410         the target is 'delete.
2411
2412         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2413         method, this would bug out.
2414
2415         * gnus-group.el (gnus-group-expunge-group): Renamed from
2416         gnus-group-nnimap-expunge, and implemented as a normal interface
2417         function.
2418
2419         * gnus-int.el (gnus-request-expunge-group): New function.
2420
2421         * nnimap.el (nnimap-request-create-group): Implement.
2422         (nnimap-request-expunge-group): New function.
2423
2424 2010-09-21  Julien Danjou  <julien@danjou.info>
2425
2426         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2427         (gnus-html-cache-expired): Add new function.
2428         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2429         wethever we should display image for fetch it.
2430         Compute alt-text earlier to pass it to the fetching function too.
2431         (gnus-html-schedule-image-fetching): Change function argument to only
2432         get one image at a time, not a list.
2433         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2434         cache.
2435         (gnus-html-get-image-data): New function to retrieve image data from
2436         cache.
2437         (gnus-html-put-image): Change buffer argument to use image data rather
2438         than file, and place image above region rather than inserting a new
2439         one. Do not take alt-text as argument, since it's useless now: we place
2440         the image above alt-text.
2441         (gnus-html-prune-cache): Remove.
2442         (gnus-html-show-images): Start to fetch image when we find one, do not
2443         push into a temporary list.
2444         (gnus-html-prefetch-images): Only fetch image if they have expired.
2445         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2446         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2447
2448 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2451
2452 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2455         spec inser "*" if the group isn't active instead of 0.
2456
2457         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2458         opening the server.
2459         (nnimap-request-delete-group): Implement group deletion.
2460         (nnimap-transform-headers): Return the size of the entire message in
2461         the Bytes header, not just the size of the first part.
2462         (nnimap-request-move-article): When moving an article from nnimap,
2463         request the article first so the accepting form has an article to
2464         accept.  Reported by Dan Christensen.
2465         (nnimap-command): Make sure that the error message doesn't error out.
2466
2467 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2468
2469         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2470         we haven't requested anything.
2471
2472 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2475         "".  Fix found by Andrew Cohen.
2476
2477         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2478         instead of -encode-string.
2479
2480 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2483
2484         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2485         by mm-subst-char-in-string.
2486
2487 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2490         waiting for the connection string.
2491
2492         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2493         arriving.
2494
2495         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2496         bogus characters.  This allows selecting certain Gmail groups.
2497
2498         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2499         (nnimap-fetch-partial-articles): New variable.
2500         (nnimap-open-connection): When looking for credentials, also use the
2501         nnimap-server-port.
2502         (nnimap-request-article): Return the group/article number, so that Gnus
2503         `^' works as expected.
2504         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2505         them.
2506
2507         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2508         comments.
2509         (gnus-methods-sloppily-equal): New function.
2510         (gnus): When using the development version of Gnus, load the gnus-load
2511         file.
2512
2513         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2514         `gnus-open-server' on each method before trying to scan them etc.  This
2515         ensures that all the backend parameters are set correctly.
2516
2517         * nnimap.el (nnimap-authenticator): New variable.
2518         (nnimap-open-connection): Allow anonymous login.
2519         (nnimap-transform-headers): The chars header is called Chars not
2520         Bytes.
2521         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2522         drops.
2523
2524         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2525         patch, found by Knut Anders Hatlen.
2526
2527 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2528
2529         * gnus-agent.el (gnus-agent-batch-confirmation)
2530         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2531         to gnus-message.
2532         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2533         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2534         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2535         * gnus-int.el (gnus-open-server): Likewise.
2536         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2537         (gnus-score-check-syntax): Likewise.
2538         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2539         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2540         Likewise.
2541         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2542
2543 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2546         calling conventions so that prefetch doesn't bug out.
2547
2548 2010-09-19  Julien Danjou  <julien@danjou.info>
2549
2550         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2551         rather than `subst-char-in-region' in order to be able to replace ASCII
2552         char by UTF-8 ones.
2553
2554         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2555         than curl.
2556         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2557         the right URL and ALT text on images.
2558         (gnus-html-wash-tags): Fix tag case.
2559         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2560         (gnus-article-html): Add -o display_ins_del=2 option.
2561         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2562
2563 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2566         the extra mail headers, which sometimes seem to happen for unknown
2567         reasons.
2568
2569         * mail-parse.el (mail-header-encode-parameter): Define as
2570         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2571         (or most, perhaps?) mail readers don't understand the latter, but do
2572         understand the former.
2573
2574         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2575         to nil, so that no methods are automatically agentized.  I think this
2576         is probably what most users want.
2577
2578         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2579         from url-retrieve, for instance about invalid URLs.
2580
2581         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2582         groups that have no articles.
2583         (nnimap-request-article): Check that we really got an article when we
2584         requested one.
2585
2586         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2587         doesn't exist.
2588
2589         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2590         nntp buffer so the agent can save it.
2591         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2592         that CRLF doesn't get translated to \n.
2593         (nnimap-open-connection): Don't make 'shell commands only send \n.
2594
2595 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2596
2597         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2598         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2599         Update var name.
2600         (nnml-generate-nov-file): Use dolist.
2601         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2602         Use with-current-buffer.
2603
2604 2010-09-18  Julien Danjou  <julien@danjou.info>
2605
2606         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2607         parallel.
2608
2609 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2612         the range update right.
2613         (nnimap-request-group): Don't make `M-g' bug out on group with no
2614         marks.
2615         (nnoo): Required, so that other packages can require nnimap.
2616         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2617         command we're looking for.  This helps when the server sends more
2618         responses after we've gotten everything we expected.
2619         (nnimap): Add a `newlinep' field to keep track of end-of-line
2620         conventions.
2621         Don't send CRLF to things that don't want it.
2622         (nnimap-request-accept-article): Ditto.
2623
2624 2010-09-18  Julien Danjou  <julien@danjou.info>
2625
2626         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2627         than curl to retrieve images.
2628
2629 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2632         the marks.
2633         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2634         (nnimap-wait-for-connection): New function.
2635         (nnimap-open-connection): If we have PREAUTH, don't query for login
2636         credentials.
2637         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2638         when doing a partial update.
2639
2640 2010-09-18  Julien Danjou  <julien@danjou.info>
2641
2642         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2643         tags.
2644
2645 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * nnimap.el (nnimap-credentials): New function.
2648         (nnimap-open-connection): Use the new function to look for credentials
2649         also on the numeric equivalents of "imap" and "imaps".
2650
2651         * gnus-start.el (gnus-activate-group): Send the info to
2652         gnus-request-group.
2653
2654         * nnimap.el (nnimap-request-group): Have the "check" version of the
2655         function parse flags and update the info, so that a `M-g' get a total
2656         resync of all flags from the group.
2657
2658         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2659         to allow backends to alter the info on group selection.  Also alter all
2660         the backend -request-group functions to take the parameter.
2661
2662         * nnimap.el (nnimap-store-info): New function.
2663         (nnimap-update-info): Store the info for later usage.
2664         (nnimap-request-group): Use the stored info for the dont-check case, so
2665         that we don't retrieve all marks when we enter a group.
2666
2667         * nnimap.el: Use deffoo instead of defun for interface functions.
2668
2669         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2670         update the group info.  This makes the nndraft groups, for instance, go
2671         back to their old behaviour.
2672
2673         * gnus-sum.el (gnus-select-newsgroup): Indent.
2674
2675         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2676         in.
2677         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2678         nothing.
2679
2680         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2681         from methods that are denied.
2682
2683         * gnus-int.el (gnus-method-denied-p): New function.
2684
2685         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2686         store the password instead of netrc.
2687         (nnimap-open-connection): Don't error out when we can't make a
2688         connections.
2689
2690         * auth-source.el (auth-source-create): In the password prompt, say what
2691         we're querying for.  Also prompt for user name if that hasn't been
2692         given.
2693
2694         * nnimap.el (nnimap-with-process-buffer): Removed.
2695
2696 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2699         method when we're reading from the agent.
2700
2701         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2702
2703         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2704         that's probably most useful for users.
2705
2706         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2707         "failed" all the time.
2708
2709         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2710         ...)) with (with-current-buffer ... ).
2711
2712         * nntp.el (nntp-open-server): Return whether the open was successful or
2713         not.
2714
2715         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2716         select an unread unseen article first.
2717
2718         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2719         /etc/services, supply some sensible port defaults.
2720
2721         * dgnushack.el: Define netrc-credentials.
2722
2723 2010-09-17  Julien Danjou  <julien@danjou.info>
2724
2725         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2726
2727 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2728
2729         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2730         doesn't have any parameters.
2731
2732 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2735         only upcased checks.
2736
2737         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2738
2739         * nnimap.el (nnimap-open-shell-stream): New function.
2740         (nnimap-open-connection): Use it.
2741         (nnimap-transform-headers): Get the number of lines in each message.
2742         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2743         number of lines.
2744         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2745         problem.
2746
2747         * utf7.el (utf7-encode): Autoload.
2748
2749         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2750         to allow the mail splitting to not return a default group.  This is
2751         useful for nnimap, which will leave unmatched mail in the inbox.
2752
2753         * nnimap.el: Rewritten.
2754
2755         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2756         nnimap usage.
2757
2758         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2759         if the move is internal, so that nnimap can do fast internal moves.
2760
2761         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2762         data.
2763         (gnus-read-active-for-groups): Support finishing the early retrieval of
2764         data.
2765
2766         * gnus-range.el (gnus-range-nconcat): New function.
2767
2768         * gnus-int.el (gnus-finish-retrieve-group-infos)
2769         (gnus-retrieve-group-data-early): New functions.
2770
2771 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2772
2773         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2774         (nnrss-retrieve-groups):
2775         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2776         (pop3-quit): Use with-current-buffer.
2777
2778 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2781         instead of nnheader-accept-process-output.
2782
2783         * dgnushack.el (dgnushack-compile): Add comment.
2784
2785         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2786
2787         * gnus-html.el (gnus-html-schedule-image-fetching)
2788         (gnus-html-prefetch-images): Replace process-kill-without-query by
2789         gnus-set-process-query-on-exit-flag.
2790
2791 2010-09-16  Romain Francoise  <romain@orebokech.com>
2792
2793         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2794
2795 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2798         parameter to unintern is mandatory-ish in Emacs 24.
2799
2800         * gnus-html.el (gnus-html-schedule-image-fetching)
2801         (gnus-html-prefetch-images): Check for curl before using it.
2802
2803         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2804         depend on curl, which isn't essential.
2805
2806         * imap.el: Revert back to version
2807         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2808         seem problematic.
2809
2810 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2811
2812         * gnus-registry.el (gnus-registry-install-shortcuts):
2813         Explicitly pass `obarray' to `unintern' to avoid a warning.
2814
2815 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2818         change.
2819
2820         * nnrss.el (nnrss-request-list): Removed this function and related
2821         functions, including the moreover stuff.
2822
2823 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * nnrss.el (nnrss-retrieve-groups): New function.
2826
2827 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2828
2829         * .dir-locals.el: Add no-byte-compile cookie.
2830
2831 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * time-date.el (format-seconds): Comment fix.
2834
2835         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2836         for back end that doesn't support request-scan.
2837
2838 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2841         then do request scans from the backends.
2842
2843         * netrc.el (netrc-credentials): New conveniency function.
2844
2845         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2846         avoid running a hook per line, since this takes a lot of time,
2847         profiling shows.
2848         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2849         directly if gnus-visual-p is true.
2850
2851 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2854         groups; replace mapcar with dolist which is a bit faster; pass groups
2855         info to gnus-read-active-file-1.
2856         (gnus-read-active-file-1): Scan only specified groups if the new
2857         optional arg `infos' is given.
2858
2859 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2862
2863         * pop3.el (pop3-movemail): Removed.
2864         (pop3-streaming-movemail): Renamed to pop3-movemail.
2865
2866         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2867         don't restrict end-tag searches to the end of the line.
2868
2869 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2872         articles of every unchecked group to t, which means unknown since the
2873         server has never been opened.
2874
2875 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * gnus-html.el (gnus-html-show-alt-text): New command.
2878         (gnus-html-browse-image): Ditto.
2879         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2880         to browse the image directly.
2881         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2882         better.
2883
2884         * gnus-async.el (gnus-async-article-callback): Call
2885         `gnus-html-prefetch-images' unconditionally.
2886
2887         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2888         before feeding URLs to curl.
2889
2890 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2893         internal images as deletable by `W D D'.
2894
2895         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2896         (gnus-async-article-callback): Fix typo.
2897
2898 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2901         current line to work around bugs in the output from w3m.
2902
2903         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2904         for groups that want that.
2905
2906         * nntp.el (nntp-wait-for-string): Supply a timeout for
2907         accept-process-output to ensure progress.
2908
2909         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2910         level to get unread articles from, then use that for foreign groups,
2911         too.
2912
2913         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2914         confuses the rest of the function.
2915
2916         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2917         for the methods that support -retrieve-groups, too.
2918
2919         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2920
2921 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2924         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2925
2926         * pop3.el: Require cl when compiling.
2927         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2928
2929 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2932         that aren't going to be activated.
2933         (gnus-get-unread-articles): Fix up the last commit.
2934
2935         * gnus-html.el (gnus-article-html): Allow calling without specifying
2936         the handle.  In that case, dissect the buffer first.
2937
2938         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2939
2940         * nnimap.el (nnimap-open-connection): Revert the change that would look
2941         into authinfo for imaps instead of imap.
2942
2943         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2944         say that you don't want to call gnus-request-group with don-check, but
2945         do check the reponse.  This is for virtual groups only.
2946         (gnus-get-unread-articles): Count the archive groups as secondary, so
2947         that they're activated the same way as before.
2948
2949         * imap.el (imap-message-map): Removed optional buffer parameter, since
2950         no callers use it.
2951         (imap-message-get): Ditto.
2952         (imap-message-put): Ditto.
2953         (imap-mailbox-map): Ditto.
2954         (imap-mailbox-put): Ditto.
2955         (imap-mailbox-get): Ditto.
2956         (imap-mailbox-get): Revert last change for this function.
2957
2958         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2959         case-insensitively.
2960         (nnimap-debug): Removed.
2961
2962         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2963         to use `imap-fetch' instead.  According to the comments, this should be
2964         safe, since all other IMAP clients use the 1:* syntax.
2965         (imap-enable-exchange-bug-workaround): Removed.
2966         (imap-debug): Removed -- doesn't seem very useful.
2967
2968         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2969         mail from a file, and the file doesn't exist.
2970
2971         * imap.el (imap-log): New convenience function used throughout instead
2972         of repeating the same code all over the place.
2973
2974         * pop3.el (pop3-streaming-movemail): Return t for success.
2975
2976         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2977         .authinfo if we're using ssl connection.
2978
2979         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2980         already have if we're in a main Gnus `g' run.
2981
2982         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2983
2984 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2987
2988         * nnmh.el (nnmh-request-list-1): Bind `file'.
2989
2990         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2991         alias to set-process-query-on-exit-flag or process-kill-without-query.
2992         (pop3-open-server): Use it.
2993
2994 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2997         box to the Incoming file.  Fixes mistake in previous checkin.
2998
2999         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3000         request loop (for debugging purposes) removed.
3001
3002         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3003         culprit is more visible.
3004         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3005         (nnml-add-incremental-nov): New functions to do "incremental" nov
3006         updates, where we just append to the end of the existing nov files
3007         without reading/writing them in full.
3008
3009         * mail-source.el (mail-source-delete-crash-box): Really only check the
3010         incoming files once in a while.
3011
3012         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3013
3014         * mail-source.el (mail-source-delete-crash-box): Only check the
3015         incoming files for deletion once per day to save a lot of file
3016         accesses.
3017
3018         * pop3.el (pop3-logon): Fix up unbound variable typo.
3019
3020         * mail-source.el (pop3-streaming-movemail): Autoload.
3021
3022         * pop3.el (pop3-streaming-movemail): Respect
3023         pop3-leave-mail-on-server.
3024
3025         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3026         retrieval.
3027
3028         * pop3.el (pop3-process-filter): Removed unused function.
3029         (pop3-streaming-movemail, pop3-send-streaming-command)
3030         (pop3-wait-for-messages, pop3-write-to-file)
3031         (pop3-number-of-responses): New functions for streaming pop3
3032         retrieval.
3033
3034         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3035         come from no known methods.
3036         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3037         list.
3038
3039         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3040         message sizes.
3041         (pop3-movemail): Use erase-buffer instead of looping and deleting
3042         regions, which seems rather odd.
3043
3044         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3045         file once per `g' run.
3046
3047         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3048         directories.  This makes the draft queue directory work.
3049
3050         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3051         data from the backends, so that we only request the list of groups from
3052         each method once.  This should speed things up considerably.
3053
3054         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3055         detect that it's not implemented.
3056
3057         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3058         we actually do recurse down into the tree, but don't stat all leaf
3059         nodes.
3060
3061         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3062         then say so instead of bugging out.
3063
3064         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3065         files exist before trying to read them.
3066
3067         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3068         around <pre_int>.
3069
3070         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3071
3072         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3073
3074 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * mm-util.el (mm-image-load-path): Just return the image directories,
3077         not all directories in the path in addition to the image directories.
3078         (mm-image-load-path): Maintain a cache of the image directories so that
3079         the `g' command in Gnus doesn't have to stat dozens of directories each
3080         time.
3081
3082         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3083         (gnus-html-wash-tags): Add a new `i' command to insert images.
3084         (gnus-html-insert-image): New command and keystroke.
3085         (gnus-html-redisplay-with-images): New command and keystroke.
3086         (gnus-html-show-images): Renamed command.
3087         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3088         spacers.
3089         (gnus-html-wash-tags): Decode entities at the end, so that entities
3090         inside the tags don't mess up the rest of the "parsing".
3091
3092         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3093         so that nnimap methods aren't agentized by default.  There's apparently
3094         many problems related to agent/imap behaviour.
3095
3096         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3097
3098         * gnus-html.el: Doc fix.
3099
3100 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3103         specifier-spec-list for Emacs 21.
3104
3105         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3106         glyph-width and glyph-height instead of display-graphic-p and
3107         image-size; make avoidance of displaying small images work for XEmacs.
3108
3109         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3110         for XEmacs.
3111
3112         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3113         of symbol that holds plist data.
3114         (gnus-process-plist): Remove plist of process after getting it.
3115
3116 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * message.el (message-generate-hashcash): Change default to
3119         'opportunistic if hashcash is installed.
3120
3121         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3122         (gnus-html-put-image): Only call image-size once, since it's somewhat
3123         time-consuming on remote X servers.
3124
3125 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3128         type on data, not a file name.
3129
3130         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3131         window-pixel-edges for Emacs 21.
3132
3133         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3134         decoded contents.
3135         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3136
3137 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3140         group line format, since it isn't very interesting.
3141
3142         * gnus-agent.el (gnus-agent-short-article),
3143         (gnus-agent-long-article): Increase values for these two variables,
3144         since most people are likely to have more network connection and
3145         storage than before.
3146
3147         * gnus.el (gnus-refer-article-method): Change default to 'current.
3148         When referring an article, the common behaviour is to refer it from the
3149         current select method, not the native select method.  The chances of
3150         the native select method having the message in question is rather slim
3151         these days.
3152
3153         * gnus-sum.el (gnus-auto-select-subject): Change default to
3154         `unseen-or-unread'.  I think it's likely that most people want to
3155         select an unseen article over a previously seen, but unread one.
3156
3157         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3158         means that in the article buffer none of the minor mode elements will
3159         be shown, usually, and this is not desirable in most cases.
3160
3161         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3162         that commands like `d' (and the like) go to the next line in the
3163         buffer, instead of the next unread article.  I think this is the
3164         behaviour that is most natural for most users.
3165         (gnus-single-article-buffer): Change default to nil, so that people can
3166         have as many article buffers open as they have summary buffer.  I think
3167         this is the most natural way for the groups to behave.
3168
3169         * message.el (message-generate-new-buffers): Change default to
3170         `unsent', so that all new message buffers start their names with the
3171         string "*unsent", and it's easier to find the buffers if you move from
3172         them.
3173
3174 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3177         small.  They're probably tracking images.
3178         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3179         (gnus-html-rescale-image): Yet another try at getting the image sizing
3180         right.
3181
3182         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3183         nntp-marks-file-name is nil.
3184
3185 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * gnus-html.el (gnus-html-wash-tags)
3188         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3189         Better logging.
3190
3191 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3194
3195         * gnus-html.el (gnus-html-wash-tags): Check the value of
3196         gnus-blocked-images in the summary buffer.
3197
3198 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3199
3200         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3201
3202 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3205         like "a", it seems like.
3206         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3207         since it needs to be picked from the correct buffer.
3208
3209         * nnwfm.el: Removed.
3210
3211         * nnlistserv.el: Removed.
3212
3213 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3216         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3217
3218 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * nnkiboze.el: Removed.
3221
3222         * nndb.el: Removed.
3223
3224         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3225         alt text.
3226         (gnus-html-rescale-image): Try to get the rescaling logic right for
3227         images that are just wide and not tall.
3228
3229         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3230         overshadow variable bindings.
3231
3232 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         * gnus-html.el (gnus-html-wash-tags)
3235         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3236         extra logging.
3237
3238 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3241         (gnus-max-image-proportion): New variable.
3242         (gnus-html-rescale-image): New function.
3243         (gnus-html-put-image): Rescale images.
3244
3245 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3246
3247         Fix up some byte-compiler warnings.
3248         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3249         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3250         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3251         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3252         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3253         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3254         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3255
3256 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-html.el (gnus-article-html): Decode contents by charset.
3259
3260 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3263         (gnus-html-frame-width, gnus-blocked-images)
3264         * message.el (message-prune-recipient-rules): Add custom version.
3265         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3266
3267         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3268         functions.
3269
3270         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3271         gnus-process-get.
3272
3273 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3274
3275         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3276         instead of lsub directly.
3277
3278 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * nnwarchive.el: Removed.
3281
3282         * gnus-soup.el: Removed.
3283
3284         * nnsoup.el: Removed.
3285
3286         * nnultimate.el: Removed.
3287
3288         * gnus-html.el (gnus-blocked-images): New variable.
3289
3290         * message.el (message-prune-recipients): New function.
3291         (message-prune-recipient-rules): New variable.
3292
3293         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3294         guess whether a long line is natural text or not.
3295
3296         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3297         gnus-process-plist and friends for compatibility.
3298
3299 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3300
3301         * gnus-html.el: Require packages that define macros used in this file.
3302         (gnus-article-mouse-face): Declare to silence byte-compiler.
3303         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3304         process-get.
3305         (gnus-html-put-image): Use plist-get to avoid getf.
3306         (gnus-html-prefetch-images): Use with-current-buffer.
3307
3308 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-ems.el: Provide compatibility functions for
3311         gnus-set-process-plist.
3312
3313         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3314         header-line-format for XEmacs 21.4.
3315
3316         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3317         * gnus.el (gnus-valid-select-methods)
3318         * message.el (message-send-mail-partially-limit)
3319         * mm-decode.el (mm-text-html-renderer)
3320         * mml.el (mml-insert-mime-headers-always)
3321         * smiley.el (smiley-regexp-alist): Bump custom version.
3322
3323 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-html.el: require mm-url.
3326         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3327         with the url to `url'.
3328         (gnus-html-wash-tags): Support cid: URLs/images.
3329
3330 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3333         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3334         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3335
3336         * gnus-move.el: Removed file, since it doesn't really work.
3337
3338         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3339         UTF-8.  This seems to fix problems with some German web feeds.
3340
3341         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3342         at the top so that the proper colours are applied.
3343
3344         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3345         don't have dots in their names.
3346
3347         * gnus-art.el (gnus-article-view-part): Doc fix.
3348
3349         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3350         XEmacs-compatible.
3351         (gnus-html-put-image): Don't do images on non-graphic displays.
3352
3353         * nnslashdot.el: Removed this unused backend.
3354
3355         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3356         actions.
3357         (gnus-undo-register-1): Revert last change.
3358
3359         * gnus-group.el (gnus-group-completing-read): Protect against not
3360         having completion-styles bound.
3361
3362         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3363         make broken recipients happier.
3364
3365         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3366
3367         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3368         point parameter.
3369
3370         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3371
3372         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3373         completion-styles for group selection.
3374
3375 2009-02-04  Andreas Schwab  <schwab@suse.de>
3376
3377         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3378         headers and regexp-quote the match if necessary.
3379
3380 2009-03-24  Miles Bader  <miles@gnu.org>
3381
3382         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3383         the blinking smiley.
3384
3385 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3386
3387         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3388         blink smiley.
3389
3390 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3393         where the dribbel file lives exists.
3394
3395         * message.el (message-send-mail-partially-limit): Change the default to
3396         nil, since most people don't want this.
3397
3398         * mm-url.el (mm-url-decode-entities): Also decode entities like
3399         &#x3212.
3400
3401 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3402
3403         * gnus-sum.el (gnus-summary-idna-message):
3404         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3405         Hyperlink urls in docstrings with URL `...'.
3406
3407 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3408
3409         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3410         functions.
3411
3412 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3415         say what the mouseover text should be.
3416
3417         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3418         version of the mm-w3m-safe-url-regexp variable to only download images
3419         in the groups where we want that to happen.
3420
3421         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3422
3423         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3424         easier debugging.
3425         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3426         big pictures in the article buffer.
3427
3428         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3429         gnus-article-html.
3430         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3431         w3m.
3432
3433         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3434
3435 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3438         which doesn't exist.
3439
3440         * message.el (message-inhibit-ecomplete): New variable to allow some
3441         function to inhibit ecomplete address storage.
3442         (message-resend): Disable ecomplete message storage when resending
3443         messages.
3444
3445         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3446
3447 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3450         Save excursion while copying, moving, and deleting articles in order to
3451         prevent the cursor from jumping to unforeseen place.
3452
3453 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * lpath.el: No need to bind bookmark-current-buffer,
3456         bookmark-yank-point and bookmark-make-record-function.
3457
3458 2010-08-17  Glenn Morris  <rgm@gnu.org>
3459
3460         * gnus-sync.el: Require gnus components whose functions are used.
3461
3462         * gnus-art.el (bookmark-make-record-function):
3463         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3464         Declare for compiler.
3465
3466         * mm-url.el (mml-compute-boundary): Autoload.
3467
3468 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3471
3472 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3473
3474         Typo fix "hoo4a" -> "hook".
3475
3476         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3477
3478 2010-08-14  Glenn Morris  <rgm@gnu.org>
3479
3480         * gnus-sync.el (gnus-sync): Fix defgroup version.
3481
3482 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3485
3486         * gnus-sync.el: Fix docs.
3487         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3488         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3489
3490 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3491
3492         Optimizations for gnus-sync.el.
3493
3494         * gnus-sync.el: Add docs about gnus-sync-backend
3495         possibilities.
3496         (gnus-sync-save): Remove unnecessary message.
3497         (gnus-sync-read): Optimize and show what groups were skipped.
3498
3499 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3500
3501         Minor bug fixes for gnus-sync.el.
3502
3503         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3504         read the sync on get-new-news.
3505
3506         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3507         quiet.
3508
3509         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3510
3511 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3512
3513         Make saving and restoring of hidden threads work with overlays.
3514         Patch applied by Ted Zlatanov.
3515
3516         * gnus-sum.el (gnus-hidden-threads-configuration)
3517         (gnus-restore-hidden-threads-configuration): Update to deal with text
3518         properties, rather than searching for a magic character.
3519
3520 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3521
3522         New gnus-sync.el library for synchronization of marks.
3523
3524         * gnus-sync.el: New library for synchronization of marks.
3525
3526         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3527         renamed from `gnus-registry-grep-in-list'.
3528
3529         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3530
3531         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3532
3533 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3536         determining charset of text fails.
3537
3538 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * nnmail.el (nnmail-get-new-mail-1): Revert.
3541
3542         * nnml.el (nnml-active-number): Make sure names of newly created groups
3543         in nnml-group-alist are encoded.
3544
3545 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3548         containing non-ASCII characters in active file for nnml back end.
3549
3550 2010-07-24  David Engster  <dengste@eml.cc>
3551
3552         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3553         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3554
3555 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3556
3557         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3558         tag (Bug#6654).
3559
3560 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3563         the article buffer, not the summary buffer.
3564
3565 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3568         Emacs 23 as well.
3569
3570 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3573         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3574
3575 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3576
3577         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3578         Patch applied by Karl Fogel.
3579
3580         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3581         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3582
3583 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3584
3585         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3586         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3587         C-w still not working correctly from Article buffers; Thierry's
3588         patch to fix that will be applied after this.
3589
3590         * gnus-art.el (bookmark-make-record-function): New local variable.
3591
3592         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3593         article buffer.
3594         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3595
3596 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3597
3598         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3599         on changes in bookmark.el.
3600
3601 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3604         `no-log' instead of message not to log prompt string.
3605
3606 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3607
3608         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3609         the *other* type of HTML form submission.
3610
3611 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3612
3613         * auth-source.el (auth-source-pick): If choice does not contain a
3614         questioned keyword, set the check to t.
3615
3616 2010-06-12  Romain Francoise  <romain@orebokech.com>
3617
3618         * gnus-util.el (gnus-date-get-time): Move up before first use.
3619
3620 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3623         (gnus-article-edit-part): Bind it to make last part that is substituted
3624         or deleted visible.
3625         (gnus-mime-display-single): Buttonize part of which id equals to
3626         gnus-mime-buttonized-part-id.
3627
3628 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3629
3630         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3631         (gnus-dd-mmm): Use gnus-date-get-time.
3632         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3633         simplify logic.
3634         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3635         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3636
3637 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3638
3639         * auth-source.el (top): Autoload `secrets-list-collections',
3640         `secrets-create-item', `secrets-delete-item'.
3641         (auth-sources): Fix tag string.
3642         (auth-get-source, auth-source-retrieve, auth-source-create)
3643         (auth-source-delete): New defuns.
3644         (auth-source-pick): Rewrite in order to avoid 2 passes.
3645         (auth-source-forget-user-or-password): New parameter USERNAME.
3646         (auth-source-user-or-password): New parameters CREATE-MISSING and
3647         DELETE-EXISTING.  Retrieve password interactively, if needed.
3648
3649 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3650
3651         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3652         deleting unused directories when gnus-expert-user is t.
3653
3654 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3657         for each temp file when gnus-article-browse-delete-temp is ask.
3658
3659 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3660
3661         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3662         Lisp calls to delete-backward-char by calls to delete-char.
3663
3664 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3665
3666         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3667
3668 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3669
3670         * password-cache.el (password-cache-remove): Fix docstring.
3671
3672 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3675         article unless decoding article to be saved.
3676
3677 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3680         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3681         generated within the mm-with-unibyte-current-buffer macro.
3682
3683 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3686         to nil when we're in a mml-preview buffer and no group is selected.
3687
3688 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3689
3690         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3691         when catching the `C-g'.  Reported by "Leo".
3692
3693 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * message.el (message-forward-make-body-plain)
3696         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3697         multibyte-string-p.
3698
3699         * lpath.el: Revert.
3700
3701 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * message.el (message-forward-make-body-mml): Assume original message
3704         is multibyte string; error on unibyte.
3705         (message-forward-make-body-plain): Ditto; don't add excessive newline
3706         in body end.
3707
3708         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3709
3710 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3711
3712         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3713         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3714
3715 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * mm-extern.el (mm-extern-url): Don't use
3718         mm-with-unibyte-current-buffer.
3719         (mm-extern-cache-contents): Use with-current-buffer instead of
3720         save-excursion + set-buffer.
3721
3722 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * mm-util.el (mm-emacs-mule): Remove.
3725
3726 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3727
3728         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3729         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3730         change.
3731
3732 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3735         bind the default value of enable-multibyte-characters to nil.
3736
3737 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * message.el (message-forward-make-body-plain)
3740         (message-forward-make-body-mml):
3741         Don't use mm-with-unibyte-current-buffer.
3742
3743 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3744
3745         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3746
3747 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3748
3749         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3750         (Bug#5592).
3751
3752 2010-05-07  Julien Danjou  <julien@danjou.info>
3753
3754         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3755         it to mm-pipe-part.
3756
3757         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3758         it is given.
3759
3760 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * binhex.el (binhex-decode-region-internal)
3763         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3764         (dns-query)
3765         * nnweb.el (nnweb-gmane-search)
3766         * pgg-parse.el (pgg-parse-armor)
3767         * pgg.el (pgg-verify-region)
3768         * sha1.el (sha1-string-external)
3769         * uudecode.el (uudecode-decode-region-internal)
3770         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3771         XEmacs.
3772
3773         * gnus-art.el (gnus-article-browse-html-parts)
3774         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3775         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3776         make-temp-file.
3777
3778         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3779         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3780         compiling.
3781
3782         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3783         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3784         XEmacs when compiling.
3785
3786         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3787         gnus-pick-mode-off-hook for XEmacs when compiling.
3788         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3789         gnus-binary-mode-off-hook for XEmacs when compiling.
3790
3791         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3792         nil if char-charset is not available.
3793
3794         * imap.el (imap-disable-multibyte)
3795         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3796         macros.
3797
3798         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3799         instead of encode-coding-string.
3800
3801         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3802         'xemacs) instead of mm-emacs-mule to switch function definitions.
3803         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3804
3805         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3806         bind temporary-file-directory for XEmacs;
3807         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3808         timer-set-function for XEmacs 21.4 and SXEmacs;
3809         bind timer-list for XEmacs 21.4 and SXEmacs;
3810         fbind char-charset and find-charset-region for non-Mule XEmacs;
3811         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3812         encode-coding-region and encode-coding-string for XEmacs having no
3813         file-coding feature.
3814
3815 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3816
3817         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3818
3819 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3822         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3823
3824 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3825
3826         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3827         alias `jka-compr-delete-temp-file' no longer exists.
3828
3829 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3830
3831         Use define-minor-mode in Gnus where applicable.
3832         * mml.el (mml-mode): Use define-minor-mode.
3833         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3834         (gnus-undo-mode): Use define-minor-mode.
3835         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3836         (gnus-dead-summary-mode): Use define-minor-mode.
3837         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3838         Initialize in declaration.
3839         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3840         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3841         (gnus-mailing-list-mode): Use define-minor-mode.
3842         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3843         (gnus-draft-mode): Use define-minor-mode.
3844         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3845         (gnus-dired-mode): Use define-minor-mode.
3846
3847 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3848
3849         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3850         handles on recursive mml-to-mime translation and check them for
3851         boundary delimiter collisions.  Reported by Greg Troxel.
3852
3853 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3856
3857 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3858
3859         * mm-util.el (mm-find-buffer-file-coding-system):
3860         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3861
3862 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3863
3864         * message.el (message-generate-headers): Record insertion of optional
3865         headers as well.  Otherwise the check to prevent repeated insertion of
3866         optional headers is a no-op.
3867
3868 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3869
3870         * smime.el: Don't mention CVS.
3871
3872         * nnrss.el (nnrss-fetch): Don't mention CVS.
3873
3874         * nnir.el: Don't mention CVS.
3875
3876 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3877
3878         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3879
3880 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * lpath.el: Fbind bookmark-default-handler,
3883         bookmark-get-bookmark-record, bookmark-make-record-default,
3884         bookmark-prop-get for Emacs <23 and XEmacs.
3885
3886 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3887
3888         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3889         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3890         Use with-current-buffer to silence the byte-compiler.
3891         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3892         bother to require `gnus'.
3893         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3894
3895 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3896
3897         * gnus-sum.el (gnus-summary-bookmark-make-record)
3898         (gnus-summary-bookmark-jump): New functions.
3899         (gnus-summary-mode): Setup bookmark support.
3900
3901 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3902
3903         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3904         if set.
3905
3906 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3909         gnus-article-browse-html-save-cid-image; make it work recursively for
3910         forwarded messages as well.
3911         (gnus-article-browse-html-parts): Work when prefix arg is given.
3912         (gnus-article-browse-html-article): Doc fix.
3913
3914 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3915
3916         * message.el (message-default-mail-headers):
3917         (message-default-headers): Carry the value mail-default-headers over
3918         into message-default-mail-headers, rather than message-default-headers.
3919
3920 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3921
3922         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3923         charset.
3924
3925         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3926         charset into the <meta> tag when the article is encoded to utf-8.
3927
3928 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3931         directories as well.
3932         (gnus-article-browse-html-parts): Work for images that do not specify
3933         file names; delete temp directory when quitting; insert header at the
3934         right place; use file: scheme for image files.
3935
3936 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3937
3938         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3939         (gnus-article-browse-html-parts): Use it to make temporary cid image
3940         files in addition to html file so that browser may display them.
3941
3942 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3945
3946 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3949
3950 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3953         about Secret Service API sources.  Improve Customize options.
3954         (auth-source-pick): Change to accept any number of search parameters.
3955         Implement fallbacks iteratively, not recursively.  Add scoring on the
3956         second pass and sort by score.  Call Secret Service API when needed.
3957         (auth-source-user-or-password): Use it.  Call Secret Service API
3958         directly when needed to get the user name and the password.
3959
3960 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3961
3962         * message.el (message-interactive): Doc fix.
3963         (message-qmail-inject-args): Reflow.
3964         (message-kill-to-signature): Fix typo in docstring.
3965
3966         * smiley.el (smiley-buffer): Fix typo in docstring.
3967
3968 2010-03-24  Glenn Morris  <rgm@gnu.org>
3969
3970         * mail-source.el (gnus-message): Declare.
3971         (mail-source-delete-old-incoming): Require gnus-util.
3972
3973 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3976
3977         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3978
3979         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3980         password-cache's default if it is not bound.
3981         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3982         password-cache-expiry's default if it is not bound.
3983
3984         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3985         available in Emacs 21.
3986
3987         * lpath.el: Suppress compiler warnings for:
3988         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3989         XEmacs;
3990         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3991         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3992         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3993
3994 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3995
3996         * auth-source.el (auth-sources): Fix up definition so extra parameters
3997         are always inline.
3998
3999 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4000
4001         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4002         wasn't updated after mismatch.  Clear cached mailbox info correctly
4003         when uidvalidity changes.
4004         (nnimap-group-prefixed-name): New function to avoid some code
4005         duplication.
4006         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4007         (nnimap-request-group): Use it.
4008         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4009         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4010         with many imap folders.  This is done by caching the group status from
4011         the imap server persistently in a group parameter `imap-status'.  (This
4012         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4013         but not persistently, so every Gnus startup was still very slow.)
4014
4015 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4018         delete the extra newline.  Otherwise editing of :string and :number
4019         types don't work.
4020
4021 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4022
4023         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4024         secrets.el dependency.
4025         (auth-sources): Add optional user name.  Add secrets.el configuration
4026         choice (unused right now).
4027
4028 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4029
4030         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4031         `gnus-registry-install-shortcuts' fill in the functions.
4032
4033         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4034         warnings.
4035         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4036         (gnus-registry-install-shortcuts): Populate and use it in a
4037         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4038
4039 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4040
4041         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4042         In-place substitutions for the group name encoding/decoding.
4043         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4044         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4045         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4046         (nnimap-update-unseen, nnimap-request-list)
4047         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4048         (nnimap-request-set-mark, nnimap-split-to-groups)
4049         (nnimap-split-articles, nnimap-request-newgroups)
4050         (nnimap-request-create-group, nnimap-request-accept-article)
4051         (nnimap-request-delete-group, nnimap-request-rename-group)
4052         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4053         `encoded-mbx' for consistency.
4054         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4055         variable `imap-current-mailbox'.
4056
4057         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4058         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4059
4060 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4061
4062         * pop3.el (pop3-display-message-size-flag): Display message size byte
4063         counts during POP3 download.
4064         (pop3-movemail): Use it.
4065         (pop3-list): Implement listing of available messages.
4066
4067 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4068
4069         * nnir.el (nnir-get-article-nov-override-function): New function to
4070         override the normal NOV retrieval.
4071         (nnir-retrieve-headers): Use it.
4072
4073 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4074
4075         * auth-source.el (netrc-machine-user-or-password): Autoload.
4076
4077 2010-03-19  Glenn Morris  <rgm@gnu.org>
4078
4079         Stop message.el from loading about 40 libraries it doesn't always need.
4080         The general approach is to autoload rather than require, and to
4081         require in the specific functions rather than the file.  (Bug#5642)
4082
4083         * gmm-utils.el: Don't require wid-edit.
4084         (widget-create-child-value, widget-convert, widget-default-get):
4085         Autoload.
4086
4087         * gnus-util.el: Don't require time-date, netrc.
4088         (message-fetch-field, gnus-group-name-decode): Declare rather than
4089         autoloading.
4090         (gnus-fetch-field): Require message.
4091         (gnus-decode-newsgroups): Require gnus-group.
4092
4093         * ietf-drums.el: Don't require time-date.
4094
4095         * message.el: Don't require hashcash, canlock, ecomplete.
4096         Do require mail-utils.  Require nnheader only when compiling.
4097         (smtpmail-default-smtp-server): Remove declaration.
4098         (message-send-mail-function): Check smtpmail-default-smtp-server
4099         is bound rather than requiring smtpmail.
4100         (message-auto-save-directory, message-insert-signature): Use
4101         expand-file-name rather than nnheader-concat.
4102         (nnheader-insert-file-contents): Autoload.
4103         (hashcash-wait-async): Declare.
4104         (message-send-mail): Only call gnus-setup-posting-charset if
4105         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4106         (message-send-mail-with-sendmail): Require sendmail.
4107         (canlock-password, canlock-password-for-verify): Declare.
4108         (message-canlock-password): Require canlock.
4109         (nnheader-get-report): Autoload.
4110         (gnus-setup-posting-charset): Declare.
4111         (message-send-news): Require gnus-msg.
4112         (message-make-references, message-make-in-reply-to): Use mail-header-id
4113         rather than the alias mail-header-message-id.
4114         (ecomplete-add-item, ecomplete-save): Declare.
4115         (message-put-addresses-in-ecomplete): Require ecomplete.
4116         (ecomplete-display-matches): Autoload.
4117
4118         * mm-decode.el: Don't require mailcap, gnus-util.
4119         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4120         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4121         Autoload.
4122         (mailcap-mime-extensions): Declare.
4123
4124         * mm-encode.el: Don't require mailcap.
4125         (mailcap-extension-to-mime): Autoload.
4126
4127         * mml-sec.el: Don't require password-cache.
4128
4129         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4130         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4131         (mml-minibuffer-read-type): Require mailcap.
4132         (mml-preview): Require gnus-msg.
4133
4134         * mml1991.el: Require password-cache.
4135         (password-cache-expiry): Remove declaration.
4136
4137         * mml2015.el: Require password-cache.
4138         (password-cache-expiry): Remove declaration.
4139
4140         * nneething.el (mailcap): Require mailcap.
4141
4142         * nnheader.el (declare-function): Add compatibility stub.
4143         (message-remove-header): Declare rather than autoload.
4144         (nnheader-replace-header): Require message.
4145
4146         * nnimap.el (declare-function): Add compatibility stub.
4147         (netrc-parse, netrc-machine-user-or-password): Declare.
4148         (nnimap-open-connection): Require netrc.
4149
4150         * nntp.el (declare-function): Add compatibility stub.
4151         (netrc-parse, netrc-machine, netrc-get): Declare.
4152         (nntp-send-authinfo): Require netrc.
4153
4154         * rfc2047.el: Don't require qp.
4155         (quoted-printable-encode-region, quoted-printable-decode-string):
4156         Autoload.
4157
4158         * sieve-mode.el: Don't require easymenu.
4159         (easy-menu-add-item): Autoload it.
4160
4161         * spam-stat.el (time-to-number-of-days): Autoload it.
4162
4163 2010-03-19  Glenn Morris  <rgm@gnu.org>
4164
4165         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4166
4167 2010-03-18  Glenn Morris  <rgm@gnu.org>
4168
4169         * hashcash.el (declare-function): Remove duplicate definition.
4170
4171 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4172
4173         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4174         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4175         value if any backslash escapes).
4176
4177 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4180         if it is available.  (bug#5647)
4181
4182         * lpath.el: Suppress compiler warning for coding-system-from-name for
4183         Emacs 21 and XEmacs.
4184
4185 2010-03-14  Juri Linkov  <juri@jurta.org>
4186
4187         * hmac-def.el:
4188         * hmac-md5.el:
4189         * netrc.el: Fix keywords.
4190
4191 2010-02-26  Glenn Morris  <rgm@gnu.org>
4192
4193         * message.el (message-send-mail-function): Change the default, so that
4194         it inherits from a customized send-mail-function.  (Bug#5643)
4195
4196 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4197
4198         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4199         shell-command-to-string signals an error (bug#5299).
4200
4201 2010-02-24  Glenn Morris  <rgm@gnu.org>
4202
4203         * message.el (message-smtpmail-send-it)
4204         (message-send-mail-with-mailclient): Doc fixes.
4205
4206 2010-02-16  Glenn Morris  <rgm@gnu.org>
4207
4208         * message.el (message-default-mail-headers): Change the default value
4209         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4210
4211 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4214         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4215
4216 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4217
4218         * time-date.el (date-to-time): Doc fix (Bug#5408).
4219
4220 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4221
4222         * message.el (message-mail): Just pass yank-action on to message-setup.
4223         (message-setup): Handle (FUN . ARGS) form of yank-action.
4224         (message-with-reply-buffer, message-widen-reply)
4225         (message-yank-original): Handle non-buffer values of
4226         message-reply-buffer (Bug#4080).
4227         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4228
4229 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4230
4231         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4232         Fix typo in docstring.
4233
4234 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4235
4236         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4237         response.
4238
4239 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4242
4243         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4244
4245         * message.el (message-check-news-header-syntax): Protect against a
4246         string that `rfc822-addresses' returns when parsing fails.
4247
4248 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4251         (gnus-previous-char-property-change): New functions.
4252
4253         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4254
4255 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4256
4257         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4258         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4259
4260 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4261
4262         * message.el (message-exchange-point-and-mark): Rework last change to
4263         avoid using optional arg of exchange-point-and-mark, for backward
4264         compatibility.
4265
4266 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4267
4268         * message.el (message-exchange-point-and-mark): Call
4269         exchange-point-and-mark with an argument rather than setting
4270         mark-active by hand (Bug#5175).
4271
4272 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * nntp.el (nntp-service-to-port): Work for service expressed with
4275         numeric string; replace [:digit:] with [0-9] for XEmacs.
4276
4277 2009-12-17  Glenn Morris  <rgm@gnu.org>
4278
4279         * gnus-group.el (gnus-bug-group-download-format-alist):
4280         Change emacs entry to debbugs.gnu.org.  Bump :version.
4281
4282 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4285
4286 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * message.el (message-info): Explain why we use `Info-goto-node'.
4289
4290 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4293
4294 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4295
4296         * message.el (message-completion-in-region): New compatibility function.
4297         (message-expand-group): Use it.
4298
4299 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4302         with no unread article should be listed if the 2nd arg `predicate' is
4303         given.
4304
4305 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4308
4309 2009-11-29  Juri Linkov  <juri@jurta.org>
4310
4311         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4312         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4313         on `gnus-recenter'. (Bug#4698, Bug#4981)
4314
4315 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4316
4317         * sha1.el (sha1-string-external): default-directory "/" in case
4318         otherwise non-existent.  process-connection-type pipe for touch of
4319         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4320
4321 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4322
4323         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4324         it's comms related and sgml-mode.el has "comm" on that basis too.
4325
4326 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4329         containing tspecial characters if they have been already quoted.
4330
4331 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4332
4333         * dns-mode.el (auto-mode-alist): Purecopy string.
4334
4335 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4336
4337         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4338
4339 2009-10-24  Glenn Morris  <rgm@gnu.org>
4340
4341         * gnus-art.el (help-xref-stack-item): Define for compiler.
4342
4343 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4344
4345         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4346
4347 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4350
4351 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4354         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4355
4356 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4359         (gnus-overlays-in): New alias to overlays-in.
4360
4361         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4362         gnus-overlay-get, and gnus-delete-overlay.
4363         (gnus-summary-show-thread): Make it work as well for systems in which
4364         next-single-char-property-change is not available.
4365         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4366
4367         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4368         (gnus-overlay-get): New alias to extent-property.
4369         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4370
4371         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4372         SXEmacs.
4373
4374         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4375         SXEmacs.
4376
4377 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4380
4381 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4382
4383         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4384         and XEmacs that don't have `remove-overlays'.
4385
4386 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4389         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4390         selective display.  Use overlays instead.
4391
4392 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4393
4394         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4395
4396 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4397
4398         * spam-stat.el (spam-stat-load): Fix typo in message.
4399
4400 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4401
4402         * dig.el (dig-invoke): Fix typo in docstring.
4403         (query-dig): Reflow docstring.
4404
4405 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4406
4407         * gnus-art.el (gnus-article-encrypt-body):
4408         * message.el (message-check-recipients):
4409         * mm-util.el (mm-codepage-setup):
4410         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4411         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4412
4413 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4416         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4417         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4418         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4419         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4420
4421 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4422
4423         * dig.el: Add "Keywords: comm", as per net-utils.el.
4424
4425 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4426
4427         * dig.el (dig-mode): Use define-derived-mode.
4428
4429 2009-09-19  Glenn Morris  <rgm@gnu.org>
4430
4431         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4432
4433 2009-09-18  Glenn Morris  <rgm@gnu.org>
4434
4435         * gnus-diary.el (gnus-diary-check-message):
4436         * message.el (message-insert-formatted-citation-line):
4437         * nnbabyl.el (top-level):
4438         * nndiary.el (nndiary-schedule):
4439         Fix typos in condition-case handlers.
4440
4441 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4444         configuration that provides the sole article window in a frame;
4445         position point correctly after deleting a part.
4446
4447 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4448
4449         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4450         (spam-resolve-registrations-routine): Use it to unregister articles
4451         that change status.
4452
4453 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4456         with XEmacs.
4457         (parse-time-string-chars): Use it.
4458
4459 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * imap.el (imap-interactive-login): Better messages.
4462         (imap-open): Fix bug with renamed buffer on reconnect.
4463         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4464         for easier debugging and cleaner code.  On successful (guessed based on
4465         server capabilities) secondary authentication, set imap-state
4466         correctly.
4467         (imap-last-authenticator): Define imap-last-authenticator as a variable
4468         to avoid warnings.
4469
4470 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * nnrss.el (nnrss-request-article): Remove binding of
4473         default-enable-multibyte-characters that has gotten needless by
4474         the 2007-07-13 change in rfc2047-encode-message-header.
4475
4476         * mml.el (mml-insert-multipart): Error on the message header.
4477         (mml-insert-part): Error on the message header; position point at
4478         the end of a MIME tag.
4479
4480 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * time-date.el (autoload): Expand define-obsolete-function-alias into
4483         defalias and make-obsolete for old Emacsen that Gnus supports.
4484         (with-no-warnings): Define it for old Emacsen.
4485         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4486         is available.
4487         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4488         float-time is available; suppress compile warning for time-to-seconds.
4489
4490         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4491         (gnus-float-time): Alias to float-time if it exists.
4492
4493         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4494         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4495         float-time is available; suppress compile warning for time-to-seconds.
4496
4497         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4498         XEmacs.
4499
4500 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4501
4502         * imap.el (imap-message-map): Docstring fix.
4503
4504 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4507         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4508         Add the optional argument `encoding' that overrides the default.
4509
4510         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4511         mm-encode-buffer.
4512
4513 2009-09-04  Glenn Morris  <rgm@gnu.org>
4514
4515         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4516         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4517         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4518         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4519         * mm-util.el (mm-with-unibyte-current-buffer)
4520         (mm-find-buffer-file-coding-system):
4521         * yenc.el (yenc-decode-region): Use default-value rather than
4522         default-enable-multibyte-characters.
4523
4524 2009-09-03  Glenn Morris  <rgm@gnu.org>
4525
4526         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4527         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4528         than default-enable-multibyte-characters.
4529
4530 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4531
4532         * gnus-art.el (gnus-article-read-summary-keys):
4533         Fix gnus-buffer-configuration's value temporarily used.
4534
4535 2009-09-02  Glenn Morris  <rgm@gnu.org>
4536
4537         * gnus-util.el (gnus-float-time): New function.
4538         * gnus-delay.el (gnus-delay-article):
4539         * gnus-sum.el (gnus-thread-latest-date):
4540         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4541         * nnspool.el (nnspool-request-newgroups):
4542         Use gnus-float-time rather than time-to-seconds.
4543         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4544
4545         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4546         (gnus-header-subject-face, gnus-header-newsgroups-face)
4547         (gnus-header-name-face, gnus-header-content-face):
4548         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4549         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4550         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4551         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4552         (gnus-cite-face-11):
4553         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4554         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4555         (gnus-server-closed-face, gnus-server-denied-face)
4556         (gnus-server-offline-face):
4557         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4558         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4559         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4560         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4561         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4562         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4563         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4564         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4565         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4566         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4567         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4568         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4569         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4570         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4571         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4572         (gnus-summary-high-undownloaded-face)
4573         (gnus-summary-low-undownloaded-face)
4574         (gnus-summary-normal-undownloaded-face)
4575         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4576         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4577         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4578         (gnus-splash-face):
4579         * message.el (message-header-to-face, message-header-cc-face)
4580         (message-header-subject-face, message-header-newsgroups-face)
4581         (message-header-other-face, message-header-name-face)
4582         (message-header-xheader-face, message-separator-face)
4583         (message-cited-text-face, message-mml-face):
4584         * sieve-mode.el (sieve-control-commands-face)
4585         (sieve-action-commands-face, sieve-test-commands-face)
4586         (sieve-tagged-arguments-face):
4587         * spam.el (spam-face):
4588         Mark face aliases with "-face" in the name as obsolete.
4589
4590 2009-09-01  Glenn Morris  <rgm@gnu.org>
4591
4592         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4593         than goto-line.
4594
4595 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4598         Don't move point if the command is invoked inside the message header.
4599
4600 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4601
4602         * imap.el (imap-send-command): Simplify.
4603         (imap-wait-for-tag): point-max -> buffer-size.
4604
4605 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4606
4607         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4608         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4609         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4610         * nnir.el (nnir-swish-e-index-file):
4611         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4612         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4613         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4614         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4615         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4616         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4617
4618 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4621         Don't save excursion.
4622
4623 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4624
4625         * nnheader.el (nnheader-find-file-noselect):
4626         * mm-util.el (mm-insert-file-contents):
4627         Use (default-value 'major-mode) instead of default-major-mode.
4628
4629 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4630
4631         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4632
4633 2009-08-26  Glenn Morris  <rgm@gnu.org>
4634
4635         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4636         than placing in files.el.
4637
4638 2009-08-25  Glenn Morris  <rgm@gnu.org>
4639
4640         * nnir.el (top-level): Don't require cl at run-time.
4641         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4642         Replace cl-function substitute with gnus-replace-in-string.
4643         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4644         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4645         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4646         simplified expansions.
4647
4648 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4649
4650         * dig.el (dig): Add autoload cookie.
4651
4652 2009-08-22  Glenn Morris  <rgm@gnu.org>
4653
4654         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4655         goto-line.
4656
4657 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4658
4659         * parse-time.el (parse-time-string-chars): Save match data.
4660
4661 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4662
4663         * parse-time.el (parse-time-string-chars): Compute using character
4664         classes, to handle non-ascii characters (Bug#3190).
4665
4666 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4669
4670         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4671         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4672         (gnus-mm-display-part, gnus-mime-display-single)
4673         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4674         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4675
4676         * gnus-sum.el
4677         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4678         (gnus-summary-move-article): Add expirable mark to articles copied or
4679         moved to group that has auto-expire turned on if the option is non-nil.
4680
4681 2009-07-24  Glenn Morris  <rgm@gnu.org>
4682
4683         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4684         Fix typo.  (Bug#3903)
4685
4686 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4689         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4690         that should not be used for draft articles.
4691         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4692         that has no concern in minor mode keys.
4693         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4694         Abolish.
4695
4696 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4699         article without making inquiry to a user for unknown encoding.
4700
4701         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4702         (nnmaildir--scan): Assume i-node and device number that file-attributes
4703         returns might be cons-cell.
4704
4705         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4706
4707         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4708
4709 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * auth-source.el: Remove docs now in auth.texi.  Don't use
4712         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4713         `auth-source-hide-passwords' and use them.
4714
4715 2009-07-15  Glenn Morris  <rgm@gnu.org>
4716
4717         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4718
4719 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4722         excessive whitespace from the default values of title and description.
4723
4724 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4727         mail-fetch-field to fetch Content-Description header in order to
4728         exclude newlines.
4729
4730 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4731
4732         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4733         format used by GnuPG 2.0.11.
4734
4735 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4738         to deleted part.
4739
4740 2009-05-30  David Engster  <dengste@eml.cc>
4741
4742         * nnmairix.el: Remove old documentation in the commentary block.
4743         (nnmairix-request-group): Do not update active file for nnml back ends.
4744         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4745         end so that overview files are ignored.
4746         (nnmairix-update-groups): Make updating the groups more robust by using
4747         marks.
4748         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4749         with dollar characters in message-id.
4750
4751 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4754         2008-12-25 in dns.el.
4755
4756 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4757
4758         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4759         could happen if the text is only composed of spaces and/or tabs.
4760
4761 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4762
4763         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4764         when sending a queued message to avoid extra mml tags.
4765
4766 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4769
4770 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4773         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4774         rmail-toggle-header for XEmacs;
4775         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4776
4777 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-dired.el: Remove autoload for gnus-setup-message.
4780         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4781         displaying Gnus logo; always use compose-mail.
4782
4783 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4786
4787 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4790         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4791         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4792         available.
4793         (gnus-nocem-epg-verify): New function.
4794
4795 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4798
4799 2009-02-15  Glenn Morris  <rgm@gnu.org>
4800
4801         * gnus-util.el (rmail-insert-rmail-file-header)
4802         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4803         autoloads.
4804         (rmail-default-rmail-file): Remove unnecessary declaration.
4805         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4806
4807 2009-02-14  Glenn Morris  <rgm@gnu.org>
4808
4809         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4810         variable (only used in gnus-util, which declares it anyway).
4811         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4812         which was only needed by gnus-art (changed to not use it any more).
4813         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4814         only used in gnus-util, which autoloads it itself.
4815         (rmail-update-summary): Fix autoload.
4816
4817         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4818         rather than rmail-output-to-rmail-file.
4819
4820 2009-02-07  Glenn Morris  <rgm@gnu.org>
4821
4822         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4823         autoload of function that no longer exists.
4824         (rmail-toggle-header): Declare.
4825         (message-forward-rmail-make-body): Handle mbox Rmail.
4826
4827 2009-01-31  Glenn Morris  <rgm@gnu.org>
4828
4829         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4830         2009-01-09 change.
4831
4832 2009-01-31  Dave Love  <fx@gnu.org>
4833
4834         * imap.el (imap-fetch-safe): Bind debug-on-error.
4835         (imap-debug): Add imap-fetch-safe.
4836
4837 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4840         (auth-source-forget-all-cached): New convenience function.
4841         (auth-source-user-or-password): Accept list of modes or a single mode.
4842
4843         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4844         auth-source modes.
4845
4846         * netrc.el (netrc-machine-user-or-password): Use list of
4847         auth-source modes.
4848
4849         * nnimap.el (nnimap-open-connection): Use list of
4850         auth-source modes.
4851
4852         * nntp.el (nntp-send-authinfo): Use list of
4853         auth-source modes.
4854
4855 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4856
4857         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4858         now.
4859
4860 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4863         coding system in XEmacs; add a workaround for XEmacs.
4864
4865         * lpath.el: Fbind coding-system-aliasee.
4866
4867 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4870         of current-language-environment.
4871
4872 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4873
4874         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4875         available at runtime.
4876
4877 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4880
4881 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4882
4883         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4884         the greatest positive fixnum value doesn't work under an XEmacs with
4885         bignum support; use the most-positive-fixnum constant instead,
4886         available since Emacs 21.1 with cl and XEmacs 21.1.
4887
4888 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4891         XEmacs gets not to work.
4892
4893 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * mm-util.el (mm-coding-system-priorities): Allow the value like
4896         "Japanese (UTF-8)" of current-language-environment.
4897
4898 2009-01-09  Glenn Morris  <rgm@gnu.org>
4899
4900         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4901         with last-command-event.
4902
4903 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4906         in the doc string.
4907
4908         * message.el (message-fix-before-sending): Amend comment.
4909
4910 2009-01-08  Dave Love  <fx@gnu.org>
4911
4912         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4913
4914 2009-01-07  David Engster  <dengste@eml.cc>
4915
4916         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4917         simplified server definitions by converting it via
4918         gnus-server-to-method.
4919
4920 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4923         parameter's operands.
4924
4925 2009-01-06  David Engster  <dengste@eml.cc>
4926
4927         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4928         primary select method (for gnus-group-mark-article-as-read).
4929
4930 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4931
4932         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4933         `(gnus)Face', not `(gnus)X-Face'.
4934
4935 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * mm-util.el (mm-ucs-to-char): New function.
4938
4939         * mm-url.el (mm-url-decode-entities): Use it.
4940
4941         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4942         unicode-to-char.
4943
4944 2009-01-05  Dave Love  <fx@gnu.org>
4945
4946         * time-date.el: Require cl for `declare'.
4947
4948 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4951         Dave Love.
4952
4953 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * message.el (message-fix-before-sending): Add `eight-bit' to
4956         illegible-text check.
4957
4958 2009-01-03  Michael Olson  <mwolson@gnu.org>
4959
4960         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4961         `headers' is nil.  This can occur if the IMAP server does not have
4962         permissions to read messages from a folder, but can write new messages
4963         to the folder.
4964         (nnimap-request-article-part): Do not insert `data' if it is nil.
4965
4966         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4967         characters which will confuse `read', so skip past them.
4968
4969 2009-01-01  Dave Love  <fx@gnu.org>
4970
4971         * imap.el (imap-string-to-integer): Fix typo.
4972         (imap-fetch-safe): New function.
4973         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4974
4975         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4976
4977         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4978         (imap-parse-greeting): Fix doc strings.
4979         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4980         (imap-parse-flag-list): Make messages unique.
4981         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4982
4983         * nnimap.el: Fix author email.
4984         (nnimap-split-rule): Add FIXME comment.
4985         (nnimap-debug): Fix doc string.
4986
4987 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4988
4989         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4990
4991 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4992
4993         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4994         nslookup if resolv.conf isn't available.
4995         (dns-query): Rename from query-dns.
4996         (dns-query-cached): Rename from query-dns-cached.
4997
4998 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5001         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5002         to check if those variables exist (first appeared in Emacs 18.50).
5003
5004 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * mm-util.el (mm-line-number-at-pos): New function.
5007
5008         * spam-report.el (spam-report-process-queue): Use it.
5009
5010 2008-12-24  David Engster  <dengste@eml.cc>
5011
5012         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5013         parameters that haven't existed as variables as buffer-local variables.
5014
5015 2008-12-23  Dave Love  <fx@gnu.org>
5016
5017         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5018         cadar.
5019
5020         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5021         imap-starttls-p.
5022         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5023
5024 2008-12-22  Dave Love  <fx@gnu.org>
5025
5026         * imap.el: Fix author email.  Doc fixes.
5027         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5028         reply.
5029
5030 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * spam-report.el (spam-report-gmane-max-requests): New constant.
5033         (spam-report-gmane-wait): New variable.
5034         (spam-report-gmane-ham, spam-report-gmane-spam)
5035         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5036         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5037         the server.
5038
5039         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5040         Add explanations.
5041
5042         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5043         nnheader-accept-process-output and nnheader-read-timeout if available.
5044         (pop3-movemail): Use it.
5045
5046         * message.el (message-check-news-body-syntax): Fix signature check if
5047         there's an attachment.
5048
5049 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * mm-util.el: Add comments to the mm- emulating functions.
5052
5053 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5056         by Stephen Berman <stephen.berman@gmx.net>.
5057
5058 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * mm-util.el (mm-substring-no-properties): New function.
5061         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5062         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5063         (mm-string-to-multibyte): Doc fix.
5064
5065         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5066
5067 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * mml.el (mml-attach-file): Strip text properties from file name.
5070         (Bug#1574)
5071
5072 2008-12-16  Glenn Morris  <rgm@gnu.org>
5073
5074         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5075
5076 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5079         knows since the charset specified might be a bogus alias that
5080         mm-charset-synonym-alist provides.
5081
5082 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5085         "ISO_8859-1".
5086
5087         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5088
5089 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * mm-util.el (mm-charset-eval-alist):
5092         Define it before mm-charset-to-coding-system.
5093         (mm-charset-to-coding-system): Add optional argument `silent';
5094         define it before mm-charset-override-alist.
5095         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5096         default value if it can be used in Emacs currently running;
5097         silence mm-charset-to-coding-system.
5098
5099 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5102         `allow-override' which says whether to use `mm-charset-override-alist'.
5103         (rfc2047-decode-encoded-words): Use it.
5104
5105         * mm-util.el (mm-charset-override-alist): Fix custom type;
5106         add `(gb2312 . gbk)' to choices.
5107
5108 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5111         fast.
5112
5113         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5114
5115         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5116
5117 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5118
5119         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5120         on links.
5121
5122         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5123
5124 2008-12-03  Lute Kamstra  <lute@gnu.org>
5125
5126         * sha1.el: Remove leading * from docstrings of defcustoms,
5127         deffaces, defconsts and defuns.
5128
5129 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5132         users' addresses that don't have domain parts.
5133         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5134         rather than message-narrow-to-head since there will be the message
5135         header separator.
5136
5137 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5138
5139         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5140         since the result is inserted in a unibyte buffer anyway.
5141         (nnimap-demule-use-string-to-multibyte): Remove.
5142         (nnimap-demule): Alias it to mm-string-to-multibyte.
5143
5144 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5147         variable for debugging bug#464 and bug#1174.
5148         (nnimap-demule): Use it.
5149
5150 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5153         score calculation correctly.
5154
5155 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5156
5157         * message.el (message-send-mail): Just set the buffer to unibyte
5158         rather than use mm-with-unibyte-current-buffer which does a lot more.
5159         (message-send-mail-partially): Don't bother with
5160         mm-with-unibyte-current-buffer since it's already been made unibyte by
5161         message-send-mail.
5162
5163 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5166
5167 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5168
5169         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5170
5171 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5174         require itself and to remove `with-no-warnings'.
5175
5176 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5177
5178         * starttls.el (starttls-any-program-available): Get the name of the
5179         available TLS layer program.
5180         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5181         well as the host name in the "opening" message.
5182
5183         * auth-source.el (auth-source-cache, auth-source-do-cache)
5184         (auth-source-user-or-password): Cache passwords and logins by default,
5185         allow override with `auth-source-do-cache'.
5186         (auth-source-forget-user-or-password): Allow users to remove cache
5187         entries if needed.
5188
5189 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5190
5191         * md4.el (md4-buffer): Fix typo in docstring.
5192         (md4, md4-64): Doc fixes.
5193         (md4-pack-int32): Reflow docstring.
5194
5195 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5198         condition-case to only the forward-sexp call.
5199
5200 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5203         quotes contained.  Make it more robust regardless by an extra
5204         condition-case wrapper.
5205
5206 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5209
5210 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * nnml.el (nnml-request-expire-articles): Check if the function set to
5213         `nnmail-expiry-target' returns the symbol `delete'.
5214
5215         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5216
5217         * nnmail.el (nnmail-expiry-target): Fix custom type.
5218
5219 2008-10-02  Glenn Morris  <rgm@gnu.org>
5220
5221         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5222         Silence compiler warning.
5223
5224 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5225
5226         * tls.el (open-tls-stream): Show the actual command being
5227         executed, instead of the format string.
5228
5229 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * lpath.el: Fbind codepage-setup for Emacs 23.
5232
5233 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5234
5235         * mml.el (mml-menu): Don't assume mml2015 is bound.
5236
5237 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5240         exists.
5241
5242 2008-09-27  Glenn Morris  <rgm@gnu.org>
5243
5244         * gnus-util.el (mail-header-remove-comments): Autoload it.
5245
5246 2008-09-27  Andreas Schwab  <schwab@suse.de>
5247
5248         * gnus-util.el (gnus-split-references): Strip comments.
5249         (gnus-parent-id): Likewise.
5250
5251 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * message.el (message-confirm-send): Fix version.
5254
5255 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * message.el (message-idna-to-ascii-rhs-1): Use
5258         mail-extract-address-components rather than mail-header-parse-addresses
5259         that is an alias by default to ietf-drums-parse-addresses that does not
5260         support non-ASCII names in headers' contents.
5261
5262 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5263
5264         * message.el (message-confirm-send): Fixed variable documentation to
5265         avoid the "y/n" wording.
5266
5267 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5268
5269         * message.el (message-set-auto-save-file-name): Save to a different
5270         filename so multiple messages (especially drafts) can be recovered.
5271
5272 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * message.el (message-confirm-send): Add appropriate version.
5275
5276 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5277
5278         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5279         defvar.
5280
5281 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5282
5283         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5284         (mm-pkcs7-enveloped-magic): Ditto.
5285
5286 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5287
5288         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5289         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5290
5291 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5292
5293         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5294         default, it's better.
5295
5296 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5299         summary line gnus-number property and ignore them (with a warning
5300         message).
5301
5302 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5305         macro caddr in the interactive form since it won't be expanded.
5306
5307 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5310         `charset'; fix name of function called recursively.
5311         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5312
5313 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5316         (gnus-mime-set-charset-parameters): New function.
5317         (gnus-mime-view-part-as-charset): Use it to correctly display part
5318         specifying wrong charset.
5319
5320 2008-09-08  David Engster  <dengste@eml.cc>
5321
5322         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5323         in completing-read for back end server.
5324
5325 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * message.el (message-confirm-send): New variable to confirm sending a
5328         message.
5329         (message-send): Use it.
5330
5331 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5334
5335 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5338
5339 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5340
5341         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5342         prevent tracking too many groups.
5343         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5344         Use it.
5345
5346 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5347
5348         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5349         moving point to the bottom of the window in order to avoid recentering.
5350
5351 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5354
5355         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5356         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5357         (gnus-article-beginning-of-window): Fix calculation.
5358
5359 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-msg.el (gnus-summary-supersede-article)
5362         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5363         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5364         message header.
5365
5366 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5367
5368         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5369         pending output coming after the status change.
5370
5371 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5372
5373         * message.el:
5374         * gnus-start.el:
5375         * gnus-registry.el: Remove VMS support.
5376
5377 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5380         macro.
5381         (rfc2104-hash): Use it.
5382
5383 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5386         (gnus-summary-sort-by-most-recent-date): New commands.
5387         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5388         and menu entries.
5389
5390 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5393         don't redisplay article for raw contents; remove plural articles stuff.
5394
5395         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5396         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5397         on gnus-summary-save-article; display results properly.
5398
5399 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * lpath.el: No need to fbind ns-focus-frame.
5402
5403 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5406
5407 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5410         gnus-save-all-headers.
5411
5412 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5413
5414         * gnus-util.el (ns-focus-frame): Remove declaration.
5415         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5416         like x.
5417
5418 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5419
5420         * rfc2104.el (rfc2104-zero): Delete defconst.
5421         (rfc2104-hex-alist): Likewise.
5422         (rfc2104-hex-to-int): Delete func.
5423         (rfc2104-hexstring-to-bitstring): Likewise.
5424         (rfc2104-nybbles): New defconst.
5425         (rfc2104-hash): Rewrite for speed.
5426
5427 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * tls.el (open-tls-stream): Make it work with the 2nd argument
5430         BUFFER that is a string but does not exist as a buffer object, as
5431         mentioned in the doc-string.
5432
5433 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5436         SXEmacs.
5437
5438 2008-07-16  Glenn Morris  <rgm@gnu.org>
5439
5440         * gnus-util.el (ns-focus-frame): Declare for compiler.
5441
5442 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5445         set as a group parameter.
5446         (gnus-summary-save-in-pipe): Work when it is called independently.
5447         (gnus-summary-pipe-to-muttprint): Don't modify
5448         gnus-summary-pipe-output-default-command.
5449
5450 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * message.el (message-send-mail-with-sendmail):
5453         Display the error message.
5454
5455 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-art.el (gnus-default-article-saver):
5458         Add gnus-summary-save-in-pipe to choices.
5459         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5460         gnus-summary-pipe-output-default-command as the default command.
5461         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5462         instead of gnus-last-shell-command.
5463
5464         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5465         New user option.
5466         (gnus-summary-muttprint-program): Mention the value will be changed.
5467         (gnus-summary-save-article): Force showing of all headers.
5468         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5469
5470 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5471
5472         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5473
5474 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5475
5476         * nnimap.el (nnimap-id):
5477         * sieve-manage.el (sieve-manage-open): Doc fixes.
5478
5479 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5480
5481         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5482         if available.
5483
5484 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5485
5486         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5487
5488         * nnkiboze.el (nnkiboze-generate-group):
5489         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5490
5491         * nnmairix.el: Require CL.
5492
5493 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * dgnushack.el: Autoload get-display-table and put-display-table for
5496         XEmacs 21.5.
5497
5498         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5499         21.4 and SXEmacs.
5500
5501 2008-06-15  David Engster  <dengste@eml.cc>
5502
5503         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5504
5505 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5506
5507         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5508         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5509         runtime choice under XEmacs.
5510
5511         * gnus-sum.el (gnus-summary-set-display-table):
5512         Use `gnus-put-display-table', `gnus-get-display-table',
5513         `gnus-set-display-table' for the display table, instead of `aset'.
5514
5515         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5516         Use `gnus-put-display-table', `gnus-get-display-table',
5517         `gnus-set-display-table' for the display table.
5518
5519 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5520
5521         * nnmairix.el: Add autoloads.
5522
5523 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5524
5525         * nnmairix.el (nnmairix-delete-recreate-group)
5526         (nnmairix-update-and-clear-marks): Fix error messages.
5527
5528 2008-06-14  David Engster  <dengste@eml.cc>
5529
5530         * nnmairix.el: Upgrade to version 0.6.
5531         (nnmairix-group-toggle-propmarks-this-group)
5532         (nnmairix-group-toggle-readmarks-this-group)
5533         (nnmairix-group-delete-recreate-this-group)
5534         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5535         (nnmairix-remove-tick-mark-original-article): New commands.
5536         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5537         (nnmairix-propagate-marks-to-nnmairix-groups)
5538         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5539         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5540         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5541         functions needed for marks propagation and manipulation of read marks.
5542         (nnmairix-update-groups): New function.
5543         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5544         (nnmairix-determine-original-group-from-registry)
5545         (nnmairix-determine-original-group-from-path)
5546         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5547         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5548         New helper functions.
5549         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5550         keystrokes for new commands.
5551         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5552         (nnmairix-request-group): Check allow-fast group parameter.
5553         (nnmairix-request-create-group): Set allow-fast group parameter if
5554         nnmairix-allowfast-default is set.
5555         (nnmairix-close-group): Propagate marks upon closing if needed.
5556         (nnmairix-group-toggle-threads-this-group): Use new.
5557         nnmairix-group-toggle-parameter helper function.
5558         (nnmairix-search): Better check for empty search result.
5559         (nnmairix-goto-original-article): Use new helper functions for
5560         determining original article.
5561         (nnmairix-show-original-article): Make sure message-id is in brackets.
5562         (nnmairix-call-mairix-binary): Change variable name.
5563         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5564         helper function.
5565         (nnmairix-widget-toggle-activate): Fix doc string.
5566
5567 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * nnir.el: Require edmacro when compiling with XEmacs.
5570         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5571         available in Emacs 21.
5572
5573 2008-06-11  Glenn Morris  <rgm@gnu.org>
5574
5575         * gnus-util.el (x-focus-frame):
5576         * gnus.el (image-size):
5577         * mm-decode.el (image-size): Declare.
5578
5579         * gnus-picon.el (declare-function): Add compat definition.
5580         (image-size): Declare.
5581
5582         * gnus-group.el (tool-bar-map):
5583         * gnus-sum.el (tool-bar-map): Define for compiler.
5584
5585         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5586
5587         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5588
5589         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5590         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5591         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5592         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5593         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5594         * sieve-manage.el, spam-report.el, spam.el:
5595         Remove unnecessary eval-and-compile of autoloads.
5596
5597 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5598
5599         * auth-source.el: Precise Tramp doc.
5600
5601 2008-06-07  Glenn Morris  <rgm@gnu.org>
5602
5603         * nnmairix.el: Remove unnecessary eval-when-compile.
5604
5605 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * lpath.el: Fbind propertize for XEmacs 21.4.
5608
5609 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * nnir.el: Move here from ../contrib.
5612
5613 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5614
5615         * gnus-util.el (gnus-read-shell-command): New function.
5616         * mm-decode.el (mm-pipe-part):
5617         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5618
5619 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5622
5623 2008-06-03  Glenn Morris  <rgm@gnu.org>
5624
5625         * pop3.el (nnheader-accept-process-output): Autoload it.
5626
5627 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5630         are not 2-digit hexadecimal characters that follow `%'s.
5631
5632 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         * message.el (message-bogus-recipient-p): Fix type in doc string.
5635         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5636         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5637         Improve custom options.
5638         (message-bogus-recipient-p): Adjust accordingly.
5639
5640 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5641
5642         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5643         long-form month and day names.
5644
5645 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * dgnushack.el: Autoload debug, eudc-expand-inline and
5648         pgg-snarf-keys-region for XEmacs.
5649
5650         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5651
5652         * nnmairix.el: Require edmacro when compiling with XEmacs.
5653
5654 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5657         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5658
5659 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * auth-source.el: Add more docs.
5662
5663         * netrc.el (netrc-machine): Always match if the port is not given.
5664
5665 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5668         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5669         retrieval faster in some cases, but might make CPU usage larger.  If
5670         this has any bad side effects, we might revert this change.
5671
5672         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5673         seems to make mail retrieval much, much faster.
5674         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5675         unconditionally.
5676
5677         * gnus-draft.el (gnus-group-send-queue): Bind
5678         message-send-mail-partially-limit to nil to avoid being prompted.
5679
5680 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5683
5684         * message.el (message-bogus-address-regexp): Fix and improve custom
5685         type.
5686         (message-setup-hook): Add message-check-recipients as custom option.
5687
5688 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * message.el (message-cite-function): Remove bogus autoload which crept
5691         in during merge from v5-10.
5692
5693 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5696
5697         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5698
5699         * auth-source.el: Preliminary Tramp docs.
5700         (auth-sources): Change the default auth-sources to use
5701         EPA .gpg files.
5702
5703 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * nntp.el: Autoload `auth-source-user-or-password'.
5706         (nntp-send-authinfo): Use it.
5707
5708         * nnimap.el: Autoload `auth-source-user-or-password'.
5709         (nnimap-open-connection): Use it.
5710
5711         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5712         for the gnus-message function.
5713         (auth-source-user-or-password): Use it.
5714
5715 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5716
5717         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5718         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5719         (rfc2104-hash): Use it.
5720
5721 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5722
5723         * gnus-art.el (gnus-article-toggle-truncate-lines):
5724         Don't use `iff' in docstring.
5725
5726 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5729
5730         * gnus-util.el (gnus-extract-address-component-name)
5731         (gnus-extract-address-component-email): Convenience functions around
5732         `gnus-extract-address-components'.
5733
5734         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5735         Use `gnus-extract-address-component-email' to fix bug of comparing full
5736         sender name to `user-mail-address'.
5737
5738 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5741         catch/throw to optimize.
5742         (gnus-registry-find-keywords): Just use member to find a keyword.
5743
5744 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5745
5746         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5747         is current before calling gnus-server-prepare.
5748         (gnus-server-setup-buffer, gnus-server-update-server)
5749         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5750
5751 2008-05-04  Juri Linkov  <juri@jurta.org>
5752
5753         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5754         (mailcap-file-default-commands): Use mailcap-replace-in-string
5755         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5756         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5757
5758 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5759
5760         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5761
5762 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5763
5764         * gnus.el: Bump version to 0.11.
5765
5766 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5767
5768         * gnus.el: No Gnus v0.10 is released.
5769
5770 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5773         hooks.
5774         (gnus-update-read-articles): Speed up non-marks-using users.
5775         (gnus-use-marks): Define gnus-use-marks.
5776         (gnus-propagate-marks): Rename variable to something more sensible.
5777
5778 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5779
5780         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5781         (gmm-image-load-path-for-library): Fix typos in docstrings.
5782         (gmm-message): Reflow docstring.
5783
5784 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         * mail-source.el (mail-source-set-1, mail-source-bind):
5787         Move auth-source code out of the macro to clean it up and fix bugs.
5788
5789 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5792         by sender if it's equal to user-mail-address, it's likely to be
5793         useless.
5794
5795         * mail-source.el (mail-source-bind): Don't use user or password if they
5796         are not bound.  Unintern them if they are nil.  Don't use server unless
5797         it's bound, and default it to empty string otherwise.
5798
5799 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * mail-source.el: Load auth-source.el.
5802         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5803         get user name or password, if auth-sources is set up.
5804
5805         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5806         strategy of splitting with parent.
5807         (gnus-registry-split-fancy-with-parent)
5808         (gnus-registry-post-process-groups): Use it and fix prior
5809         bug (returning a list as the split result).
5810
5811         * auth-source.el (auth-sources): Remove server parameter.
5812         (auth-source-pick, auth-source-user-or-password)
5813         (auth-source-user-or-password-imap)
5814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5815         (auth-source-user-or-password-sftp)
5816         (auth-source-user-or-password-smtp): Remove server parameter.
5817
5818 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5819
5820         * smime.el (smime-sign-region, smime-encrypt-region)
5821         (smime-decrypt-region):
5822         Remove redundant calls to `generate-new-buffer-name'.
5823
5824 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5825
5826         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5827         Don't use QP for message/rfc822.
5828         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5829
5830 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5831
5832         * sieve-manage.el (sieve-string-bytes): Remove.
5833         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5834         correct byte-length only if the process's coding-system is the same as
5835         the one used internally by Emacs to represent strings.
5836
5837 2008-04-22  Juri Linkov  <juri@jurta.org>
5838
5839         * mailcap.el (mailcap-file-default-commands): New function.
5840
5841 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * message.el (message-signature-separator, message-cite-function):
5844         Change custom version.
5845
5846 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5847
5848         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5849         commands.
5850         (tls-checktrust): Ditto.
5851
5852 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * mm-decode.el (mm-display-external): Make temp file read-only.
5855
5856 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5859         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5860         `C-c C-f d'.
5861
5862 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5863
5864         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5865
5866 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * gnus.el: Bump version to 0.9.
5869
5870 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * gnus.el: No Gnus v0.8 is released.
5873
5874 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5875
5876         * mail-source.el (mail-source-value):
5877         Prefer fboundp to functionp so it works with macros as well.
5878
5879 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5880
5881         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5882         Fix last change in case the element is not even a symbol.
5883
5884 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5885
5886         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5887         Prefer fboundp to functionp so it works with macros as well.
5888
5889 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * auth-source.el: Added docs.
5892         (auth-sources): Modify format to support server.
5893         (auth-source-pick, auth-source-user-or-password)
5894         (auth-source-user-or-password-imap)
5895         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5896         (auth-source-user-or-password-sftp)
5897         (auth-source-user-or-password-smtp): Add server parameter.
5898
5899 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * gnus-registry.el: Initialize the registry when gnus-registry-install
5902         is t.
5903
5904 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * compface.el (uncompface): Make buffer unibyte.
5907
5908 2008-04-05  Glenn Morris  <rgm@gnu.org>
5909
5910         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5911
5912 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5913
5914         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5915         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5916
5917         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5918         multibyteness after rather than before erasing it.
5919
5920         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5921         mm-with-multibyte.
5922         (gnus-request-article-this-buffer): Make sure the proper decoding is
5923         used if gnus-original-article-buffer happens to be unibyte.
5924
5925         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5926         default-enable-multibyte-characters.
5927
5928         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5929         default-enable-multibyte-characters.
5930
5931         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5932
5933         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5934
5935 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5936
5937         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5938         (imap-message-copyuid-1): Use it.
5939         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5940         J. Williams in
5941         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5942
5943         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5944         imap-enable-exchange-bug-workaround.
5945         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5946
5947 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5948
5949         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5950         a 100 byte status-checks into a 2-3MB transfer for each group.
5951         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5952         to enable bug workaround or not.
5953         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5954
5955 2008-03-31  Glenn Morris  <rgm@gnu.org>
5956
5957         * message.el (mml2015-use): Declare for compiler.
5958         (message-info): Require mml2015 when appropriate.
5959
5960 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5963         whitespace.
5964
5965 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5968         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5969         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5970         (nntp-service-to-port): New function.
5971         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5972         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5973         (nntp-open-netcat-stream): New function.
5974         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5975
5976 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5977
5978         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5979
5980 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5981
5982         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5983
5984 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5985
5986         * dns.el (dns-write): Use set-buffer-multibyte.
5987
5988 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5989
5990         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5991
5992 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * message.el (message-signature-separator): Change default.
5995         Improve custom type.
5996         (message-cite-function): Change default to
5997         message-cite-original-without-signature.
5998
5999         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6000         toggle.
6001
6002         * message.el (message-check-news-body-syntax): Fix signature check.
6003         (message-setup-1): Mark buffer as unmodified _after_ running
6004         message-setup-hook and handling message-alternative-emails.
6005         (message-shorten-references): Be more strict when building list of
6006         valid references to comply with GNKSA.
6007
6008         * gnus-group.el (gnus-read-ephemeral-bug-group)
6009         (gnus-read-ephemeral-debian-bug-group)
6010         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6011
6012         * message.el (message-info): Don't use booleanp which isn't supported
6013         in Emacs 21 and XEmacs.
6014
6015 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6018         gnus-group-gmane-group-download-format.
6019         (gnus-group-read-ephemeral-gmane-group): Rename from
6020         gnus-group-read-ephemeral-gmane-group.
6021         (gnus-read-ephemeral-gmane-group-url): Rename from
6022         gnus-group-read-ephemeral-gmane-group-url.
6023         (gnus-bug-group-download-format-alist): New variable.
6024         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6025         (gnus-read-ephemeral-emacs-bug-group): New commands.
6026
6027 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6030         (gnus-visible-headers): Improve custom type.
6031
6032 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * mml.el (mml-menu): Add workarounds for XEmacs.
6035
6036         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6037         X-Boundary header.
6038
6039         * message.el (message-simplify-recipients): Fix previous commit.
6040
6041 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6042
6043         * mm-util.el (mm-set-buffer-multibyte): New function.
6044         * mm-decode.el (mm-copy-to-buffer): Use it.
6045
6046 2008-03-19  Glenn Morris  <rgm@gnu.org>
6047
6048         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6049         Accidentally removed in the sync process with Emacs.
6050
6051 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * message.el (message-alter-recipients-discard-bogus-full-name):
6054         New function.
6055         (message-alter-recipients-function): New variable.
6056         (message-get-reply-headers): Use it.
6057         (message-replace-header): New helper function.
6058         (message-recipients-without-full-name): New variable.
6059         (message-simplify-recipients): New command.
6060
6061         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6062
6063         * message.el (message-info): Handle EasyPG manual.
6064
6065         * mml.el (mml-menu): Add entry for EasyPG.
6066
6067 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6068
6069         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6070         parameter.
6071
6072         * message.el (message-disassociate-draft): Specify drafts group name
6073         fully.
6074
6075 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6076
6077         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6078         unnecessary duplicates from the match list.
6079
6080 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6083
6084         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6085
6086         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6087         args of `how-many' of which the XEmacs version doesn't take; declare
6088         Info-index-next as function.
6089
6090 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6091
6092         * gnus-score.el (gnus-score-headers): Fix handling of
6093         gnus-inhibit-slow-scoring.
6094
6095         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6096         string.
6097         (gnus-button-url-regexp): Improve handling of parenthesis.
6098         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6099         (gnus-button-handle-info-keystrokes): Handle index entries.
6100
6101 2008-03-15  Glenn Morris  <rgm@gnu.org>
6102
6103         * parse-time.el (parse-time-string): Simplify.
6104
6105 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6108         Incoming* files.
6109
6110 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6113         (auth-source-pick): Use it.
6114
6115 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6116
6117         * binhex.el (binhex-decode-region-internal):
6118         * uudecode.el (uudecode-decode-region-internal):
6119         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6120         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6121         setting default-enable-multibyte-characters.
6122
6123 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6124
6125         * auth-source.el (auth-source-protocols)
6126         (auth-source-protocols-customize, auth-source-choices): Added and
6127         modified variable customizations and defaults.
6128         (auth-source-pick, auth-source-user-or-password)
6129         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6130         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6131         (auth-source-user-or-password-sftp)
6132         (auth-source-user-or-password-smtp): Use new variables and provide an
6133         interface to netrc.el.
6134
6135 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6138         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6139         Make sure the nntp port to specify is a string.
6140
6141 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * nntp.el: Use with-current-buffer.
6144         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6145         dubious mm-with-unibyte-current-buffer.
6146         (nntp-with-open-group-function): New function extracted from
6147         nntp-with-open-group macro.
6148         (nntp-with-open-group): Use the function, so it's easier to debug.
6149         Add indentation and debugging info.
6150         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6151         the use of the netcat alternatives.
6152
6153         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6154         Avoid mm-string-as-multibyte as well.
6155
6156         * nnweb.el (nnweb-insert-html):
6157         Remove use of nnheader-string-as-multibyte.
6158
6159         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6160         (nnheader-string-as-multibyte): Remove.
6161
6162         * mm-view.el: Use inhibit-read-only.
6163         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6164         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6165         or unibyte-string.
6166
6167         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6168         (mm-uu-yenc-extract): Use with-current-buffer.
6169
6170         * gnus-soup.el (gnus-soup-send-packet): Don't use
6171         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6172
6173         * nnmh.el: Use with-current-buffer.
6174         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6175         mm-string-as-multibyte on the output of mm-encode-coding-string.
6176
6177         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6178         (nnimap-request-move-article): Use with-current-buffer.
6179
6180         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6181         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6182         conversion uses string-make-unibyte rather than string-as-unibyte.
6183
6184         * gnus-msg.el: Use with-current-buffer.
6185
6186         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6187
6188 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6189
6190         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6191         string for caching if it is 'PIN.
6192
6193 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * lpath.el: Consider the case without Emacs/W3.
6196
6197 2008-03-08  Glenn Morris  <rgm@gnu.org>
6198
6199         * time-date.el (date-to-time, time-subtract, time-add)
6200         (safe-date-to-time): Doc fixes.
6201
6202 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * mail-source.el (mail-source-delete-old-incoming-confirm):
6205         Change default to nil.
6206         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6207
6208 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * lpath.el: Rearrange.
6211
6212         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6213         (gnus-article-goto-prev-page): Work for articles having ^L's.
6214
6215         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6216
6217         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6218
6219 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6220
6221         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6222         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6223         (gnus-bookmark-jump): Adjust some variable names.
6224
6225 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         * auth-source.el: New package.
6228         (auth-source-choices): Add customization entry point variable.
6229
6230         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6231         bug.
6232
6233 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6236         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6237         (gnus-registry-install-shortcuts): Rename from
6238         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6239         the `gnus-registry-mark-map' keymap dynamically from
6240         `gnus-registry-marks'.  The generated functions update the summary line
6241         when a registry mark is added or deleted, and will call
6242         `gnus-registry-install-p' (see the comments in the code).
6243         (gnus-registry-user-format-function-M): Use concat intelligently.
6244
6245         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6246         the registry mark functions.
6247
6248 2008-03-05  Glenn Morris  <rgm@gnu.org>
6249
6250         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6251         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6252         gnus-art.
6253         (top-level): No need to load own source when compiling.
6254
6255 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6258         Suggested by <chris.anderton@zetnet.co.uk>.
6259
6260 2008-03-04  Glenn Morris  <rgm@gnu.org>
6261
6262         * gnus-sum.el (top-level): No need to require gnus when compiling,
6263         since unconditionally required near start of file.
6264         (gnus-summary-display-while-building): Move definition before use.
6265
6266 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6269         formatting function.
6270
6271 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6274         with plists.
6275         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6276         Use new format.
6277
6278 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6281         `where-is-internal' that returns a range of key sequences.
6282
6283 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6284
6285         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6286
6287         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6288         (gnus-summary-jump-to-group): Consider windows on other displayed
6289         frames as well.  Similar changes might be needed elsewhere, but that's
6290         the one I've bumped into during my use.
6291
6292         * nndoc.el (nndoc-oe-dbx-type-p):
6293         * gnus-msg.el (gnus-debug):
6294         * gnus-group.el (gnus-update-group-mark-positions):
6295         Use mm-string-to-multibyte.
6296
6297 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6300         doesn't handle NotDashEscaped.
6301
6302         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6303         (mml-dnd-attach-options): Fix typo in custom choice.
6304
6305         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6306         nndoc-article-type to mbox.
6307         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6308
6309         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6310         to nil, instead of html2text.
6311
6312         * imap.el (imap-debug): Add `imap-ping-server'.
6313
6314         * gnus-bookmark.el: Add FIXMEs.
6315
6316         * message.el (message-form-letter-separator)
6317         (message-send-form-letter-delay): New variables.
6318         (message-send-form-letter): Use them.  New command to send form
6319         letters.  Requested by Uwe Siart.
6320         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6321
6322 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * Update copyright years.
6325
6326 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         Sync from EMACS_22_BASE.
6329
6330         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6331
6332 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6333
6334         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6335         empty author.
6336
6337 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * gnus-registry.el (gnus-registry-marks): Add variable for
6340         customization of marks and their appearance.
6341         (gnus-registry-read-mark): Use it.
6342         (gnus-registry-do-marks): Add utility function to loop through
6343         `gnus-registry-marks'.
6344         (gnus-registry-install-shortcuts-and-menus): Add function to install
6345         shortcuts and menus.
6346         (gnus-registry-initialize): Use it.
6347         (gnus-registry-default-mark): Clarify documentation.
6348
6349 2008-02-29  Glenn Morris  <rgm@gnu.org>
6350
6351         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6352         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6353         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6354         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6355         Change defcustom :version from 23.0 to 23.1.
6356
6357 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * gnus-registry.el (gnus-registry-follow-group-p)
6360         (gnus-registry-post-process-groups): Add functions to aid registry
6361         splitting and improve logging.  Clarify behavior in function
6362         documentation.
6363         (gnus-registry-split-fancy-with-parent): Use them.
6364
6365 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6366
6367         * gnus-art.el: Use with-current-buffer.
6368
6369 2008-02-27  David Engster  <dengste@eml.cc>
6370
6371         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6372         Express real group name in the response.
6373
6374 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6377         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6378         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6379         autoload gnus-registry-fetch-group when compiling.
6380         (nnmairix-request-group-with-article-number-correction): Remove
6381         unreferenced argument passed to nnmairix-call-backend.
6382
6383 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6386         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6387         Wilde.
6388
6389 2008-02-27  Glenn Morris  <rgm@gnu.org>
6390
6391         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6392         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6393         variables to defconsts.  Convert comments to doc-strings.
6394         (nnmairix-last-server, nnmairix-current-server): Convert from free
6395         variables to defvars.  Convert comments to doc-strings.
6396         (gnus-registry-fetch-group): Autoload.
6397         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6398         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6399         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6400         caddr.
6401         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6402         nnmairix-request-group-with-article-number-correction call.
6403         (nnmairix-fast, nnmairix-group): New, less general names, for free
6404         variables passed from nnmairix-request-group to
6405         nnmairix-request-group-with-article-number-correction.  Declare.
6406         (nnmairix-request-group-with-article-number-correction):
6407         Use nnmairix-fast, nnmairix-group rather than fast, group.
6408
6409 2008-02-26  David Engster  <dengste@eml.cc>
6410
6411         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6412         version 0.5.
6413
6414 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6417         instead of making an extra function call.  Don't add the current group
6418         to articles only when they have the group.  Use
6419         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6420         Reported by David <de_bb@arcor.de>.
6421
6422 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6425         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6426
6427 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6428
6429         * mail-source.el (mail-source-delete-incoming): Change default.
6430         Supplement doc string.
6431
6432         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6433
6434 2008-02-14  Glenn Morris  <rgm@gnu.org>
6435
6436         * time-date.el (format-seconds): New function.
6437
6438 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * nnmail.el (nnmail-message-id-cache-file): Derive from
6441         `gnus-home-directory'.
6442
6443 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6446         Document negative prefix.
6447
6448         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6449
6450 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451
6452         * message.el (message-unsent-separator): Add the Exim bounce
6453         separator.
6454
6455 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6456
6457         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6458         list.
6459         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6460         recipient/signer list.
6461
6462 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * Makefile.in (datarootdir): Define.
6465         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6466         name that might contain whitespace.
6467
6468 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6471         fbound (Emacs 23 unicode), signal an error.
6472
6473 2008-02-08  Glenn Morris  <rgm@gnu.org>
6474
6475         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6476
6477 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6478
6479         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6480         ports to the calls to `netrc-machine-user-or-password' in addition to
6481         "imap" and "imaps".
6482
6483 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6484
6485         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6486
6487         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6488
6489 2008-02-01  Kenichi Handa  <handa@m17n.org>
6490
6491         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6492         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6493         (rfc2104-hash): Convert the result of concat to unibyte string.
6494
6495 2008-02-01  Dave Love  <fx@gnu.org>
6496
6497         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6498         coding-system-for-read.
6499         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6500
6501 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6504         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6505         <hanche@math.ntnu.no>.
6506
6507 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6510
6511         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6512
6513 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6514
6515         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6516         * message.el (message-beginning-of-line): Use featurep instead of bound
6517         tests in order to resolve conditionals at compile time.
6518
6519 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6520
6521         * mail-source.el (mail-sources): Add `group' choice.
6522
6523         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6524         parameter `in-group' to control into which group the articles go.
6525         Add treatment of `group' mail-source.
6526
6527 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6530
6531         * mm-decode.el (mm-dissect-buffer): Decode description.
6532
6533         * mml.el (mml-to-mime): Encode message header first.
6534
6535 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6538         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6539
6540         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6541         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6542
6543 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6546
6547 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6550         prefix keys.
6551         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6552         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6553         gnus-xmas.el.
6554
6555         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6556         (gnus-xmas-article-describe-bindings): New function.
6557         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6558         gnus-xmas-article-describe-bindings.
6559
6560         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6561
6562 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6565         Add new variables for article mark management.
6566         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6567         list of extra data entries which, when present, will indicate that the
6568         article ID should not be trimmed from the registry.
6569         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6570         functions.
6571         (gnus-registry-read-mark): New function to read a mark name from the
6572         user.
6573         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6574         (gnus-registry-set-article-mark-internal): New functions to add and
6575         remove marks.
6576         (gnus-registry-get-article-marks): New function to show the marks for
6577         an article, or retrieve them for further use.
6578
6579 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6582         keys when no argument is given.
6583
6584 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * imap.el (imap-ping-server): New variable.
6587         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6588         (imap-ping-server): Minor doc string fixes.
6589
6590 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6591
6592         * imap.el (imap-ping-server): New function.
6593         (imap-opened): Call imap-ping-server.
6594
6595 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * gnus-sum.el (gnus-article-sort-by-random)
6598         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6599         jidanni@jidanni.org.
6600
6601 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-art.el (gnus-article-describe-bindings): New function.
6604         (gnus-article-read-summary-keys): Use it.
6605         (gnus-article-mode-map): Bind `C-h b' to it.
6606
6607 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6610         XEmacs.
6611         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6612         against non-character events.
6613
6614         * lpath.el: Fbind map-keymap for Emacs 21.
6615
6616 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6619         command.
6620         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6621         instead of END.  Change name of the temp file.
6622         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6623         customizable.
6624
6625 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6628         bind `S W' to gnus-article-wide-reply-with-original; set default
6629         binding to gnus-article-read-summary-send-keys.
6630         (gnus-article-read-summary-keys): Fix the order of keys; display
6631         continuation keys correctly in the echo area; describe bindings
6632         correctly when keys end with `C-h'.
6633         (gnus-article-read-summary-send-keys): New function.
6634         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6635         for gnus-article-read-summary-send-keys; display continuation keys
6636         correctly in the echo area.
6637         (gnus-article-reply-with-original): Ignore prefix argument.
6638         (gnus-article-wide-reply-with-original): New function.
6639
6640         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6641         Emacs 21.
6642
6643 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6646         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6647
6648 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6651         (gnus-group-read-ephemeral-gmane-group): New command.
6652
6653 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6654
6655         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6656
6657 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * message.el (message-send-mail-function): Increase custom version.
6660
6661         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6662         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6663
6664 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6667         for the cases where imap-authenticate is called with a nil buffer
6668         parameter.
6669
6670 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6673         html parts correctly; support forwarded messages.
6674         (gnus-article-browse-html-article): Remove work buffers.
6675
6676         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6677         compiling.
6678         (netrc-bound-and-true-p): New macro.
6679         (netrc-parse): Use it instead of bound-and-true-p that is not available
6680         in XEmacs 21.4.
6681
6682 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6683
6684         * gnus-registry.el (gnus-registry-mark-article)
6685         (gnus-registry-article-marks): Add functionality to mark articles
6686         through the Gnus registry.
6687
6688         * encrypt.el: Clarify documentation for the new pgg method.
6689         (encrypt-file-alist): Add PGG option.
6690         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6691         functionality.  Abstract password key and messaging to external
6692         functions.
6693         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6694         (encrypt-message-method-and-cipher): Add new convenience external
6695         functions.
6696         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6697         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6698
6699         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6700         (netrc-parse): Use encrypt-file-alist to determine if
6701         encrypt-find-model or encrypt-insert-file-contents should be used.
6702
6703         * encrypt.el: Clarify documentation.  Load password-cache or
6704         password, whichever one is found first, instead of autoloading.
6705
6706 2007-12-19  Glenn Morris  <rgm@gnu.org>
6707
6708         * mml.el (message-options-set, message-narrow-to-head)
6709         (message-in-body-p, message-mail-p, message-encode-message-body):
6710         Autoload.
6711         (message-remove-header, message-narrow-to-headers-or-head)
6712         (message-subscribed-p, message-make-mail-followup-to)
6713         (message-position-on-field, message-news-p)
6714         (message-options-set-recipient, message-generate-headers)
6715         (message-sort-headers): Declare as functions.
6716
6717 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6720         convention in doc string.
6721
6722 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6725         title to html parts.
6726         (gnus-article-browse-html-article): Pass message header to it.
6727
6728         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6729
6730 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6733         or password compatible with XEmacs.
6734
6735 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6738         format document.
6739         (gnus-mime-delete-part): Don't write description line if empty.
6740         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6741
6742 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6743
6744         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6745         (gnus-summary-mark-read-and-unread-as-read)
6746         (gnus-summary-mark-current-read-and-unread-as-read)
6747         (gnus-summary-mark-unread-as-ticked): Doc fix.
6748         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6749
6750 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6753         Christoph Conrad <christoph.conrad@gmx.de>.
6754
6755 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6758         yes-or-no-p.
6759
6760 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * mm-decode.el (mm-add-meta-html-tag): New function.
6763         (mm-save-part-to-file, mm-pipe-part): Use it.
6764
6765         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6766         gnus-y-or-n-p instead of y-or-n-p.
6767         (gnus-article-browse-html-parts): Work with message/external-body; use
6768         mm-add-meta-html-tag.
6769
6770 2007-12-11  Glenn Morris  <rgm@gnu.org>
6771
6772         * gnus-cache.el: Require gnus-sum not just when compiling.
6773
6774         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6775
6776         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6777         definitions before use.
6778
6779         * mm-decode.el: Require gnus-util.
6780         (mm-remove-part): Only call delete-annotation on XEmacs.
6781
6782         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6783
6784         * nnmail.el: Require gnus-int.
6785
6786         * spam.el: Move `require's before `eval-when-compile's.
6787
6788         * gnus-ems.el (gnus-alive-p):
6789         * gnus-fun.el (message-goto-eoh):
6790         * gnus-util.el (gnus-group-name-decode):
6791         * mail-source.el (gnus-compress-sequence):
6792         * message.el (Info-goto-node, format-spec):
6793         * mm-bodies.el (message-options-get):
6794         * mm-decode.el (mm-view-pkcs7):
6795         * mm-util.el (gmm-write-region):
6796         * mml-smime.el (mml-compute-boundary)
6797         (gnus-completing-read-with-default):
6798         * mml.el (widget-button-press, gnus-make-hashtable):
6799         * mml1991.el (mm-decode-content-transfer-encoding)
6800         (mm-encode-content-transfer-encoding)
6801         (message-options-get, message-options-set):
6802         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6803         * nnfolder.el (gnus-request-group):
6804         * nnheader.el (ietf-drums-unfold-fws):
6805         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6806         * smime.el (gnus-run-mode-hooks):
6807         * spam-stat.el (gnus-message): Autoload.
6808
6809         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6810         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6811         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6812         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6813         Add declare-function compatibility definition.
6814
6815         * gnus-cache.el (nnvirtual-find-group-art):
6816         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6817         (gnus-add-image, gnus-add-wash-type):
6818         * gnus-group.el (nnkiboze-score-file):
6819         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6820         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6821         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6822         (message-tokenize-header, gnus-get-buffer-create)
6823         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6824         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6825         * gnus.el (gnus-group-decoded-name):
6826         * mail-source.el (imap-capability):
6827         * mm-bodies.el (message-options-set):
6828         * mm-decode.el (gnus-configure-windows):
6829         * mm-extern.el (message-goto-body):
6830         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6831         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6832         (epg-sub-key-validity, message-options-set):
6833         * mml.el (widget-event-point, gnus-configure-windows):
6834         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6835         * mml2015.el (epg-check-configuration, epg-configuration)
6836         (message-options-set):
6837         * nndb.el (nndb-request-article):
6838         * nnfolder.el (gnus-request-create-group):
6839         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6840         * nnmaildir.el (gnus-group-mark-article-read):
6841         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6842         * rfc1843.el (message-fetch-field):
6843         * spam.el (gnus-extract-address-components):
6844         Declare as functions.
6845
6846 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6849
6850         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6851
6852         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6853         bind show-trailing-whitespace for XEmacs.
6854
6855 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6858         new no-op macro for backward compatibility.
6859
6860         * imap.el (imap-string-to-integer): New function.
6861
6862 2007-12-09  Glenn Morris  <rgm@gnu.org>
6863
6864         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6865
6866         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6867         * message.el, mm-view.el, sieve-manage.el, smime.el:
6868         Add declare-function compatibility definition.
6869
6870         * gnus-art.el (w3-region, w3m-region, Info-menu):
6871         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6872         * gnus-sum.el (gnus-get-predicate):
6873         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6874         * message.el (mail-abbrev-in-expansion-header-p):
6875         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6876         (w3m-detect-meta-charset, w3m-region):
6877         * sieve-manage.el (password-read, password-cache-add)
6878         (password-cache-remove):
6879         * smime.el (password-read-and-add): Declare as functions.
6880
6881 2007-12-08  David Kastrup  <dak@gnu.org>
6882
6883         * gnus-sum.el (gnus-summary-simplify-subject-query):
6884         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6885         `message'.
6886
6887 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6890         it to bind idna-program, installation-directory, defined-colors, and
6891         face-attribute for XEmacs of the version that compiles defcustom forms.
6892
6893 2007-12-07  Glenn Morris  <rgm@gnu.org>
6894
6895         * gnus-art.el (article-make-date-line): Revert previous change.
6896
6897 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6900
6901 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6902
6903         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6904         Call gnus-add-to-range ranges only once with a prepared article-list.
6905
6906 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6907
6908         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6909         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6910         group names with backslashes.  Reported by Tassilo Horn
6911         <tassilo@member.fsf.org>.
6912
6913 2007-12-06  Deepak Goel  <deego3@gmail.com>
6914
6915         * gnus-art.el (article-make-date-line):
6916         * gnus-start.el (gnus-load):
6917         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6918
6919 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-use-idna)
6922         * gnus-start.el (gnus-site-init-file)
6923         * message.el (message-use-idna)
6924         * mm-uu.el (mm-uu-hide-markers)
6925         * smiley.el (smiley-style): Revert changes that suppress warnings.
6926
6927 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6930         specify charset to html source.  Reported by Christoph Conrad
6931         <christoph.conrad@gmx.de>.
6932
6933 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6936         idna-program in order to suppress byte compile warning issued by XEmacs
6937         that came to byte compile the default value section of defcustom forms
6938         recently.
6939
6940         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6941         value of installation-directory.
6942
6943         * message.el (message-use-idna): Don't directly refer to the value of
6944         idna-program.
6945
6946         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6947
6948         * smiley.el (smiley-style): Don't directly call face-attribute.
6949
6950 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6953
6954         * gnus-dired.el: Reduce Gnus dependencies.
6955         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6956         require.  Use autoloads instead.
6957         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6958         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6959         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6960         (gnus-dired-mode): Adjust doc string.
6961         (gnus-dired-mail-mode): New variable.
6962         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6963         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6964         (gnus-dired-mail-buffers): New function.  Return mail or message
6965         composition buffers.
6966         (gnus-dired-attach): Use it.
6967         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6968         NO-DECODE.
6969         (gnus-dired-print): Use `gnus-print-buffer' depending on
6970         `gnus-dired-mail-mode'.
6971
6972 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * rfc2047.el (rfc2047-encoded-word-regexp)
6975         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6976         explaining what regexp patterns are for.
6977
6978 2007-12-04  Glenn Morris  <rgm@gnu.org>
6979
6980         * password.el: Move to password-cache.el.
6981
6982         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6983         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6984         * mml-smime.el (password-read, password-cache-add)
6985         (password-cache-remove):
6986         No need to autoload, since mml-sec requires password.
6987
6988         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6989         * message.el (gnus-extract-address-components):
6990         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6991
6992         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6993         password.
6994
6995 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * mailcap.el: Reduce dependencies.
6998         (mail-header-parse-content-type): Autoload.
6999         (mailcap-delete-duplicates): New alias.
7000         (mailcap-mime-info): Add optional argument NO-DECODE.
7001         (mailcap-mime-types): Use mailcap-delete-duplicates.
7002
7003         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7004
7005 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7006
7007         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7008         (imap-parse-status): Upcase status-att for servers that sends them
7009         lower-case (e.g., MS Exchange 2007).
7010
7011 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7014         function.
7015
7016         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7017         (gnus-uu-yenc-article): New function.
7018
7019         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7020
7021         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7022         buffer.
7023
7024 2007-12-02  Glenn Morris  <rgm@gnu.org>
7025
7026         * binhex.el (binhex): New custom group.
7027         (binhex-decoder-program, binhex-decoder-switches)
7028         (binhex-use-external): Move to the binhex custom group.
7029
7030         * uudecode.el (uudecode): New custom group.
7031         (uudecode-decoder-program, uudecode-decoder-switches)
7032         (uudecode-use-external): Move to the uudecode custom group.
7033
7034         * netrc.el (top-level): Don't load `encrypt' features.
7035         (netrc-parse): Don't use encrypt.
7036         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7037
7038         * encrypt.el: Remove file.
7039
7040 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7043         matches on patches.
7044
7045         * gnus-art.el (gnus-article-browse-html-article): Mention
7046         `mm-text-html-renderer' in the doc string.
7047
7048         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7049         string.  Add comments.
7050
7051         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7052         if rhs is ASCII.
7053
7054 2007-12-01  Glenn Morris  <rgm@gnu.org>
7055
7056         * mail-source.el (top-level): Require format-spec before
7057         eval-when-compile.
7058
7059 2007-11-30  Glenn Morris  <rgm@gnu.org>
7060
7061         * encrypt.el: Require password, rather than autoloading password-read.
7062
7063 2007-11-29  Glenn Morris  <rgm@gnu.org>
7064
7065         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7066         (sasl-make-client, sasl-next-step, sasl-step-data)
7067         (sasl-step-set-data): Declare as functions.
7068
7069 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7072
7073 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7074
7075         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7076         certs should be verified and what is to be done in the event of a
7077         verification failure.
7078
7079         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7080         caller can indicate whether the cache should be disregarded for this
7081         call.  This way the result of the call is reproducible at all times and
7082         can be considered a canonical server name for the supplied method.
7083         (gnus-agent-method-p): Canonicalize server names by pushing their
7084         method through `gnus-method-to-server' using the no-cache argument.
7085
7086         * gnus-srvr.el (gnus-server-insert-server-line): Call
7087         `gnus-method-to-server' with `no-cache' argument.
7088
7089         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7090         gnus-agent-possibly-synchronize-flags as this should be called when the
7091         server is actually being opened.
7092         (gnus-agent-possibly-synchronize-flags)
7093         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7094         flags file of an agentized server to the latter function.
7095
7096         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7097         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7098         after a connection has been established successfully.
7099
7100 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (article-display-face): Force to display face if called
7103         interactively; check if gnus-article-x-face-too-ugly matches author.
7104         (article-display-x-face): Display face even if From header is missing
7105         as article-display-face does.
7106
7107 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7108
7109         * hashcash.el (message-narrow-to-headers-or-head)
7110         (message-fetch-field, message-goto-eoh)
7111         (message-narrow-to-headers): Declare as functions.
7112
7113 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * mail-source.el (mail-sources): Default to fetch from file for
7116         compatibility with default of nnmail-spool-file.
7117
7118 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7121         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7122         to look for encoded word that should be encoded again.
7123         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7124         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7125         encoding pattern.
7126         (rfc2047-decode-region): Switch strict regexp and loose one according
7127         to rfc2047-allow-irregular-q-encoded-words.
7128
7129 2007-11-25  Romain Francoise  <romain@orebokech.com>
7130
7131         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7132
7133 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * tls.el (tls-program): Provide more custom choices from
7136         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7137         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7138
7139 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7142         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7143
7144         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7145         `nnmail-spool-file'.
7146
7147         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7148         `nnmail-spool-file'.
7149
7150         * gnus-move.el (gnus-change-server): Ditto.
7151
7152         * gnus-kill.el (gnus-batch-score): Ditto.
7153
7154         * gnus-cache.el (gnus-jog-cache): Ditto.
7155
7156         * gnus-msg.el (gnus-summary-reply):
7157         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7158
7159 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7162         version.  Minor improvement to doc strings.
7163         (tls-program): Add comment.
7164
7165 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7166
7167         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7168         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7169         mismatch between the hostname provided in the certificate and the name
7170         of the host connnecting to.
7171         (open-tls-stream): Use them.  Check certificates against trusted root
7172         certificates.
7173
7174 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * gnus-cache.el (gnus-cache-generate-nov-databases):
7177         Use nnml-generate-nov-databases-directory instead of
7178         nnml-generate-nov-databases-1.
7179
7180 2007-11-24  Glenn Morris  <rgm@gnu.org>
7181
7182         * message.el (message-tool-bar-retro): Update for rename
7183         mail_send.xpm->mail-send.xpm.
7184
7185 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7188         `smime-ldap-search' for Emacs 22 and up.
7189
7190 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7191
7192         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7193
7194         * message.el (message-send-mail-function): Fix error convention.
7195         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7196         (message-widen-reply, message-send-mail, message-talkative-question)
7197         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7198         (message-clone-locals, message-send-news): Use with-current-buffer.
7199         (message-insert-or-toggle-importance): Remove unused var `valid'.
7200         (message-make-references): Remove unused var `new-references'.
7201         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7202
7203 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7204
7205         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7206         (spam-split-symbolic-return-positive): Reflow docstring.
7207         (spam-backends, spam-summary-exit-behavior)
7208         (spam-mark-ham-unread-before-move-from-spam-group)
7209         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7210         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7211         (spam-clear-cache, spam-backend-check, spam-install-backend)
7212         (spam-install-statistical-backend, spam-list-of-processors)
7213         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7214         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7215         (spam-check-crm114, spam-initialize, spam-unload-hook):
7216         Fix typos in docstrings.
7217
7218 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7221         been checked if they have never been read and those group levels are
7222         higher than the one that a user specified.
7223
7224 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7227         foreign groups unless a group level is specified by a user.
7228         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7229
7230 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * message.el (message-send-mail-function): Require sendmail.
7233
7234 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * message.el (message-send-mail-function): Check for smtpmail too.
7237
7238         * utf7.el (utf7-encode, utf7-decode): Use coding system
7239         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7240
7241         * message.el (message-send-mail-function): New function.
7242         (message-send-mail-function): Set default using
7243         message-send-mail-function.  Adjust doc string.
7244         (message-send-mail-with-mailclient): New function.
7245
7246 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7247
7248         * smime.el (from):
7249         * rfc2047.el (message-posting-charset):
7250         * qp.el (mm-use-ultra-safe-encoding):
7251         * pop3.el (parse-time-months):
7252         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7253         * nnml.el (files):
7254         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7255         (jka-compr-compression-info-list, ange-ftp-path-format)
7256         (efs-path-regexp):
7257         * nndiary.el (files):
7258         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7259         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7260         (epg-digest-algorithm-alist, inhibit-redisplay)
7261         (password-cache-expiry):
7262         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7263         (pgg-output-buffer, password-cache-expiry):
7264         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7265         (efs-path-regexp):
7266         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7267         (inhibit-redisplay):
7268         * mm-uu.el (file-name, start-point, end-point, entry)
7269         (gnus-newsgroup-name, gnus-newsgroup-charset):
7270         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7271         (latin-unity-ucs-list):
7272         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7273         (mm-uu-binhex-decode-function):
7274         * message.el (gnus-message-group-art, gnus-list-identifiers)
7275         (rmail-enable-mime-composing, gnus-local-organization)
7276         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7277         (gnus-read-active-file, facemenu-add-face-function)
7278         (facemenu-remove-face-function, gnus-article-decoded-p)
7279         (tool-bar-mode):
7280         * mail-source.el (display-time-mail-function):
7281         * gnus-util.el (nnmail-pathname-coding-system)
7282         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7283         (gnus-original-article-buffer, gnus-user-agent)
7284         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7285         (xemacs-codename, sxemacs-codename, emacs-program-version):
7286         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7287         * gnus-start.el (gnus-agent-covered-methods)
7288         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7289         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7290         (gnus-newsgroup-headers, gnus-group-list-mode)
7291         (gnus-group-mark-positions, gnus-newsgroup-data)
7292         (gnus-newsgroup-unreads, nnoo-state-alist)
7293         (gnus-current-select-method, mail-sources)
7294         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7295         (nnmail-spool-file, gnus-cache-active-hashtb):
7296         * gnus-mh.el (mh-lib-progs):
7297         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7298         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7299         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7300         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7301         (gnus-group-buffer):
7302         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7303         (font-lock-set-defaults):
7304         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7305         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7306         (gnus-summary-post-menu, total-parts, type, condition, length):
7307         * gnus-agent.el (gnus-agent-read-agentview):
7308         * flow-fill.el (show-trailing-whitespace):
7309         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7310         eval-and-compile wrappers for byte compiler pacifiers.
7311
7312         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7313         (mm-display-inline-fontify): Check for featurep 'xemacs not
7314         extent-list.
7315
7316         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7317         itimer-list.
7318         (mm-create-image-xemacs): Only do something for XEmacs.
7319         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7320
7321         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7322
7323         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7324         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7325
7326 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7327
7328         * nnimap.el (nnimap-split-download-body):
7329         * gnus-demon.el (gnus-demon):
7330         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7331
7332 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7335         macros.
7336         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7337         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7338         copy data from unibyte buffer to multibyte current buffer.
7339         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7340         to copy data from unibyte current buffer to multibyte buffer.
7341         (nntp-make-process-buffer): Make process buffer unibyte.
7342
7343         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7344
7345 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7346
7347         * pop3.el (pop3-open-server): Accept and process data more robustly at
7348         connexion start to avoid spurious "POP SSL connexion failed" errors.
7349
7350 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7353         read group names.
7354
7355 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7358
7359 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7362         (nnmail-save-active): Use a unibyte buffer when saving active file,
7363         which may contain non-ASCII group names.
7364
7365         * nnml.el (nnml-request-group): Decode group names in messages.
7366
7367 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * message.el (message-citation-line-function)
7370         (message-insert-formatted-citation-line): Fix spelling of
7371         `message-insert-formated-citation-line'.
7372
7373 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7376
7377 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7380         nnmail-pathname-coding-system.
7381
7382         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7383         that a user enters; decode group names in messages.
7384
7385         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7386
7387 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7390
7391         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7392
7393         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7394         risky local variable.
7395
7396         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7397
7398 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7399
7400         * encrypt.el: Improve documentation to fix function name typo.
7401         Reported by Daiki Ueno <ueno@unixuser.org>.
7402
7403 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7406         even if the point is not in the last page of an article.
7407         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7408         back to the previous page.
7409
7410 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7413
7414 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7417
7418 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7419
7420         * message.el (message-check-news-body-syntax): Avoid
7421         mm-string-as-multibyte.
7422         (message-hide-headers): Don't assume (point-min)==1.
7423
7424 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * message.el (message-remove-blank-cited-lines): Fix if remove is
7427         given.
7428         (message-bogus-address-regexp): New variable.
7429         (message-bogus-recipient-p): New function.
7430         (message-check-recipients): New command.
7431         (message-syntax-checks): Add `bogus-recipient'.
7432         (message-fix-before-sending): Add `bogus-recipient'.
7433
7434         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7435         (gnus-treat-body-boundary): Don't test window-system.
7436
7437 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7438
7439         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7440
7441 2007-10-28  Miles Bader  <miles@gnu.org>
7442
7443         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7444         at compile-time too.
7445
7446 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * gnus-msg.el (gnus-message-setup-hook): Add
7449         `message-remove-blank-cited-lines' to options.
7450
7451 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * message.el (message-remove-blank-cited-lines): New function.
7454         Suggested by Karl Plästerer.
7455
7456 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7459         mapc.
7460
7461         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7462         (top-level): Use mapc to set functions to be traced for debugging.
7463
7464         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7465         called for effect with while loop.
7466
7467         * message.el (message-talkative-question): Replace mapcar called for
7468         effect with mapc.
7469
7470         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7471         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7472         called for effect with dolist.
7473
7474         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7475
7476         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7477         gnus-extra-headers and nnmail-extra-headers.
7478
7479         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7480         called for effect with dolist.
7481         (top-level): Use mapc to set functions to be traced for debugging.
7482
7483         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7484         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7485         dolist.
7486
7487         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7488         Replace mapcar called for effect with mapc.
7489         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7490         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7491         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7492         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7493
7494         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7495         remove-if that's a cl function.
7496
7497         * webmail.el (webmail-debug): Replace mapcar called for effect with
7498         dolist.
7499
7500         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7501         with mapc.
7502
7503 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7506         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7507         with while loop.
7508
7509         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7510         functions from article-* functions.
7511         (gnus-multi-decode-header): Replace mapcar called for effect with
7512         dolist.
7513
7514         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7515         (gnus-bookmark-show-details): Replace mapcar called for effect with
7516         while loop.
7517
7518         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7519         called for effect with while loop.
7520
7521         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7522         with dolist.
7523
7524         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7525         mapcar called for effect with dolist.
7526
7527         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7528
7529         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7530         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7531         Replace mapcar called for effect with dolist.
7532         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7533         mapc.
7534
7535         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7536         Replace mapcar called for effect with dolist.
7537         (gnus-topic-list): Replace mapcar called for effect with mapc.
7538
7539         * gnus.el: Use mapc instead of mapcar to add autoloads.
7540
7541 2007-10-23  Richard Stallman  <rms@gnu.org>
7542
7543         * gnus-group.el (gnus-group-highlight): Mark as risky.
7544
7545 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus.el (gnus-server-to-method): Return method found first in
7548         gnus-newsrc-alist.
7549
7550         * gnus-art.el (gnus-article-highlight-signature)
7551         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7552         button overlay without the front stickiness.
7553
7554 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7555
7556         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7557         overview buffer needed a catch to receive its throw.
7558         (gnus-agent-flush-cache): Declared as interactive to make this function
7559         easier to use.
7560
7561 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7564         `next-line'.
7565
7566 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7569         exclude address matching message-dont-reply-to-names.
7570
7571 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-util.el (gnus-string<): New function.
7574
7575         * gnus-sum.el (gnus-article-sort-by-author)
7576         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7577
7578 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7581         the frame-focus tag is set in gnus-buffer-configuration.
7582
7583 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7586         the front stickiness.
7587
7588 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7591         url pattern; remove duplicate one.
7592         (gnus-article-extend-url-button): New function.
7593         (gnus-article-add-buttons): Use it.
7594         (gnus-button-push): Use concatenated url that it makes.
7595
7596 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7597
7598         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7599
7600 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7601
7602         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7603         Don't hardcode point-min==1.
7604
7605 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7608         Fix comment about "iso8859-1".
7609
7610 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7611
7612         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7613         ones returned from the verify-function.
7614
7615         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7616         mml2015-extract-cleartext-signature if extraction failed.
7617
7618 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7619
7620         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7621         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7622         failed.
7623
7624 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7627
7628 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7631         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7632         recommends to use EasyPG instead of PGG.
7633
7634         * pgg.el: Revert to revision 6.23.2.16.
7635
7636         * pgg-def.el: Revert to revision 6.6.2.14.
7637
7638         * pgg-gpg.el: Revert to revision 6.23.2.34.
7639
7640 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7643         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7644         thread for both the null and zero (kill/expire thread) universal prefix
7645         cases.
7646         (gnus-summary-expire-thread): Add new function to expire a thread,
7647         using gnus-summary-kill-thread.
7648         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7649         shortcuts for gnus-summary-expire-thread.
7650         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7651         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7652
7653 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7656         extras value, so an extras entry can be deleted.
7657         (gnus-registry-delete-extra-entry): Use it.
7658         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7659         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7660         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7661         storage through the gnus-registry, and provide an appropriate API for
7662         it.
7663
7664 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7667         Suggested by Leo <sdl.web@gmail.com>.
7668
7669         * gnus.el: Do.
7670
7671 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7674         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7675
7676         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7677
7678         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7679         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7680
7681 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7684         newline.
7685         (nnmbox-request-accept-article): Don't change article in source buffer;
7686         narrow to header to use message-fetch-field rather than
7687         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7688         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7689         as delimiters; make sure article ends with newline.
7690         (nnmbox-delete-mail): Correct last position of article to be deleted;
7691         ignore X-Gnus-Newsgroup header in article body.
7692         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7693         positions; make sure article ends with newline.
7694
7695         * message.el (message-display-abbrev): Don't infloop when a user
7696         inserts SPC in the beginning of header.
7697
7698         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7699         coding-system-for-read and coding-system-for-write for XEmacs having no
7700         file-coding feature.
7701
7702         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7703
7704 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7705
7706         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7707         list of groups not followed by default.  Fix type to be regexp.
7708         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7709
7710 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7711
7712         * hmac-def.el (define-hmac-function): Switch from old-style to
7713         new-style backquotes.
7714
7715         * md4.el (md4-make-step): Likewise.
7716
7717 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7720         raw-text coding system when saving .newsrc file, which may contain
7721         non-ASCII group names.
7722
7723 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-cus.el (gnus-score-extra): New widget.
7726         (gnus-score-extra-convert): New function.
7727         (gnus-score-customize): Use it for Extra.
7728
7729 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7730
7731         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7732         (mml2015-mailcrypt-clear-verify): Use it.
7733         (mml2015-gpg-clear-verify): Use it.
7734         (mml2015-pgg-clear-verify): Use it.
7735         (mml2015-epg-clear-verify): Replace the current part with the output
7736         from GnuPG; don't extract the plaintext by itself.
7737
7738         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7739         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7740         mml2015-clear-verify-function; don't touch the armor headers or
7741         dash-escaped text here.
7742
7743 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7746         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7747         parts, or application/octet-stream as a last resort.
7748         (gnus-mime-view-part-as-type): Don't toggle display.
7749         (gnus-mime-view-part-as-charset): Don't turn off display before
7750         querying charset.
7751
7752         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7753         stuff to undisplayer function in Emacs.
7754         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7755
7756         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7757         text/calendar parts.
7758
7759 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7762         decoding text/calendar parts.
7763
7764         * message.el (message-forward-make-body-mime): Always mark body as
7765         having no illegible text; remove signed-or-encrypted argument.
7766         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7767
7768         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7769         (mml-generate-mime-1): Don't encode body if it is specified to be in
7770         raw form; don't make buffer be unibyte when inserting multibyte string.
7771
7772 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7773
7774         * sha1.el: Fix up comment style.
7775         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7776         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7777
7778         * hex-util.el: Fix up comment style.
7779         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7780
7781         * gnus-salt.el: Use with-current-buffer.
7782         (gnus-pick-setup-message): Fix long-standing typo.
7783
7784 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * imap.el (imap-logout-timeout): New variable.
7787         (imap-logout, imap-logout-wait): New functions.
7788         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7789
7790         * nnimap.el (nnimap-logout-timeout): New server variable.
7791         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7792         nnimap-logout-timeout.
7793
7794         * gnus-art.el (gnus-article-summary-command-nosave)
7795         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7796
7797 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus.el (gnus-maximum-newsgroup): New variable.
7800
7801         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7802         according to gnus-maximum-newsgroup.
7803
7804         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7805         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7806         Limit the range of articles according to gnus-maximum-newsgroup.
7807
7808 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7809
7810         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7811         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7812         Don't perform gnus-configure-windows here; reuse existing sticky
7813         article buffer.
7814
7815         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7816         it doesn't exist in gnus-article-mode.
7817
7818 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7821         (gnus-agent-decoded-group-name): New function.
7822         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7823         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7824
7825 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7826
7827         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7828         Add binding for gnus-sticky-article.
7829         (gnus-summary-exit): Don't kill sticky article buffers.
7830
7831         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7832         article buffer.
7833         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7834         (gnus-kill-sticky-article-buffers): New commands.
7835
7836 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * nntp.el (nntp-xref-number-is-evil): New server variable.
7839         (nntp-find-group-and-number): If it is non-nil, don't trust article
7840         numbers in the Xref header.
7841
7842 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-agent.el (gnus-agent-read-group): New function.
7845         (gnus-agent-flush-group, gnus-agent-expire-group)
7846         (gnus-agent-regenerate-group): Use it.
7847         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7848         nnmail-pathname-coding-system.
7849
7850 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7853
7854         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7855         that are unread as unread, and also as selected so that information of
7856         marks having been changed by a user may be updated when exiting group.
7857
7858 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7861         calculated ignoring signature parts to gnus-treat-article.
7862
7863 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7866         a point here in order to keep the window start.
7867         (gnus-insert-mime-security-button): Make a button overlay without the
7868         front stickiness.
7869         (gnus-mime-display-security): Goto the end of a button.
7870
7871         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7872
7873 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7876         group-name-at-point.
7877         (gnus-group-completing-read): New function that offers decoded
7878         non-ASCII group names for completion.
7879         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7880         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7881         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7882         (gnus-group-fetch-control): Use it.
7883         (gnus-fetch-group): Use group-name-at-point for the initial value
7884         rather than the default value; use gnus-alive-p.
7885
7886         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7887         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7888         (gnus-summary-post-news): Use gnus-group-completing-read.
7889
7890         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7891         (gnus-read-move-group-name): Decode group name for completion.
7892
7893 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7894
7895         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7896         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7897         Yamaoka slightly modified the code).
7898
7899 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7902         (nnmail-split-incoming): Bind it.
7903
7904         * nnml.el (nnml-group-name-charset): New function.
7905         (nnml-decoded-group-name): Use it; don't decode group name if
7906         nnmail-group-names-not-encoded-p is non-nil.
7907         (nnml-encoded-group-name): New function.
7908         (nnml-group-pathname): Inline nnml-decoded-group-name.
7909         (nnml-request-expire-articles): Decode group name in message.
7910         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7911         nnmail-pathname-coding-system.
7912         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7913         not decoded ones according to nnmail-group-names-not-encoded-p.
7914         (nnml-generate-active-info): Use nnml-encoded-group-name.
7915
7916 2007-08-08  Glenn Morris  <rgm@gnu.org>
7917
7918         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7919         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7920         doc-strings and comments.
7921
7922 2007-07-25  Glenn Morris  <rgm@gnu.org>
7923
7924         * Relicense all FSF files to GPLv3 or later.
7925
7926 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-sum.el (gnus-summary-move-article): Make
7929         gnus-summary-respool-article work.
7930
7931 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7934         string.
7935
7936 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7937
7938         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7939         that should be ignored when comparing distant RSS articles with local
7940         ones.
7941         (nnrss-make-hash-index): New function.  Create a hash index according
7942         to the ignored fields.
7943         (nnrss-check-group): Use it.
7944
7945 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7948
7949         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7950
7951         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7952         the new optional argument ENCODED is non-nil.
7953         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7954         coding system for encoding group name.
7955         (gnus-group-make-rss-group): Pass un-encoded group name to
7956         gnus-group-make-group.
7957         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7958         encoded.
7959
7960         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7961         Encode group name to which articles are moved or copied.
7962         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7963         coding system for encoding Newsgroup, Followup-To and Xref headers.
7964
7965         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7966         marks; use nnheader-file-coding-system to write a file.
7967         (nnagent-retrieve-headers): Bind file-name-coding-system to
7968         nnmail-pathname-coding-system.
7969
7970         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7971
7972         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7973         (nnml-request-article, nnml-request-create-group)
7974         (nnml-request-rename-group, nnml-find-id)
7975         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7976         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7977         (nnml-save-marks): Use nnml-group-pathname instead of
7978         nnmail-group-pathname.
7979
7980         (nnml-request-create-group, nnml-request-expire-articles)
7981         (nnml-request-move-article, nnml-request-delete-group)
7982         (nnml-deletable-article-p, nnml-possibly-create-directory)
7983         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7984         (nnml-open-marks): Bind file-name-coding-system to
7985         nnmail-pathname-coding-system.
7986
7987         (nnml-request-article): Pass server argument to nnml-find-group-number.
7988         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7989         server argument to nnml-possibly-create-directory.
7990         (nnml-request-accept-article): Pass server argument to
7991         nnml-active-number and nnml-save-mail.
7992         (nnml-find-group-number): Pass server argument to nnml-find-id.
7993         (nnml-request-update-info): Pass server argument to
7994         nnml-marks-changed-p.
7995
7996         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7997         (nnml-save-mail, nnml-active-number): Add server argument.
7998
7999         (nnml-request-delete-group): Warn if group is missing.
8000         (nnml-get-nov-buffer): Decode group name.
8001         (nnml-generate-active-info): Encode group name.
8002         (nnml-open-marks): Decode group name in messages.
8003
8004 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8007         if it is not specified.
8008         (gnus-article-pipe-part, gnus-article-save-part)
8009         (gnus-article-interactively-view-part, gnus-article-copy-part)
8010         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8011         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8012         (gnus-article-replace-part, gnus-article-delete-part)
8013         (gnus-article-view-part-as-type): Pass raw prefix argument to
8014         gnus-article-part-wrapper.
8015
8016 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-agent.el (gnus-agent-save-active): Bind
8019         nnheader-file-coding-system to gnus-agent-file-coding-system.
8020
8021         * gnus-cache.el (gnus-cache-save-buffers)
8022         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8023         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8024         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8025         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8026         (gnus-cache-generate-active, gnus-cache-rename-group)
8027         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8028         (gnus-cache-update-overview-total-fetched-for): Bind
8029         file-name-coding-system to nnmail-pathname-coding-system.
8030         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8031         variables.
8032         (gnus-cache-decoded-group-name): New function.
8033         (gnus-cache-file-name): Use it.
8034         (gnus-cache-generate-active): Use non-decoded group name for active.
8035
8036         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8037         right place.
8038         (gnus-write-active-file): Don't break non-ASCII group names.
8039
8040         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8041         nnmail-pathname-coding-system.
8042
8043         * lpath.el: Bind default-file-name-coding-system,
8044         file-name-coding-system and language-info-alist for XEmacs.
8045
8046         * gnus-uu.el (gnus-uu-decode-save): Typo.
8047
8048 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8051
8052 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8055         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8056         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8057         (gnus-agent-flush-group, gnus-agent-flush-cache)
8058         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8059         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8060         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8061         (gnus-agent-regenerate-group)
8062         (gnus-agent-update-files-total-fetched-for)
8063         (gnus-agent-update-view-total-fetched-for): Bind
8064         file-name-coding-system to nnmail-pathname-coding-system.
8065         (gnus-agent-group-pathname): Don't encode file names by
8066         nnmail-pathname-coding-system.
8067         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8068         coding-system-for-write instead of buffer-file-coding-system to
8069         gnus-agent-file-coding-system.
8070
8071         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8072         Decode group name.
8073
8074         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8075
8076         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8077         (gnus-read-newsrc-el-file): Make group names unibyte.
8078
8079         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8080         nnmail-pathname-coding-system.
8081
8082         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8083         (nnrss-request-delete-group): Bind file-name-coding-system to
8084         nnmail-pathname-coding-system.
8085         (nnrss-read-server-data, nnrss-read-group-data): Bind
8086         file-name-coding-system correctly.
8087         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8088
8089         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8090         (nntp-server-to-method-cache): New variable.
8091         (nntp-group-pathname): New function that decodes non-ASCII group names.
8092         (nntp-possibly-create-directory, nntp-marks-changed-p)
8093         (nntp-save-marks, nntp-open-marks): Use it.
8094         (nntp-possibly-create-directory, nntp-open-marks):
8095         Bind file-name-coding-system to nnmail-pathname-coding-system.
8096         (nntp-open-marks): Decode group names when bootstrapping marks.
8097
8098         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8099         Newsgroups and Folowup-To headers.
8100
8101 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8104         (gnus-server-closed-face, gnus-server-denied-face)
8105         (gnus-server-offline-face): Remove variable.
8106         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8107
8108         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8109         of modifying message-stack directly for XEmacs.
8110
8111         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8112         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8113         if the coding-system argument is nil for XEmacs.
8114
8115         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8116         mm-charset-override-alist.
8117
8118         * rfc2047.el: Don't require base64; require rfc2045 for the function
8119         rfc2045-encode-string.
8120         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8121         to quote the parameter value.
8122
8123 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8126         form in gnus-group-name-charset-method-alist.
8127
8128         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8129         overrides the default layout edit-form.
8130
8131         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8132
8133         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8134
8135 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8138         as unfetched articles.
8139
8140 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8143
8144 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8147         original back end that keeps marks in the local system.
8148
8149 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8152         arg of pop-to-buffer for XEmacs.
8153         (gnus-article-read-summary-keys): Ditto; don't restore window
8154         configuration if summary command ends up with neither article buffer
8155         nor summary buffer; describe bindings if summary keys end with C-h.
8156
8157 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * message.el (message-fix-before-sending): Skip raw message part to be
8160         forwarded while checking illegible text.
8161         (message-forward-make-body-mime, message-forward-make-body): Mark
8162         signed or encrypted raw message as having no illegible text.
8163
8164 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8167         (gnus-message-with-timestamp-1): New macro.
8168         (gnus-message-with-timestamp): New function.
8169         (gnus-message): Use them.
8170
8171         * nnheader.el (nnheader-message): Use them.
8172
8173 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8176         .newsrc.eld file.
8177
8178 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-agent.el (gnus-agent-fetch-headers)
8181         (gnus-agent-retrieve-headers): Bind
8182         gnus-decode-encoded-address-function to identity.
8183
8184         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8185         available also when the server returns simply a dot.
8186
8187         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8188
8189 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8192
8193 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-ems.el (gnus-x-splash): Make it work.
8196
8197         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8198         from being used.
8199
8200         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8201
8202 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8205         4th and the 5th arguments.
8206
8207         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8208         the front stickiness.
8209         (gnus-article-summary-command-nosave): Correct the order of the
8210         arguments passed to pop-to-buffer.
8211         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8212         summary command ends up with the article buffer.
8213
8214         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8215         the same faces.
8216
8217 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8218
8219         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8220
8221 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8222
8223         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8224         * gnus-sum.el (gnus-summary-highlight):
8225         * pgg.el (pgg-sign-region, pgg-sign):
8226         * mail-source.el (mail-source-delete-old-incoming-confirm):
8227         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8228
8229 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-art.el (gnus-mime-view-part-externally)
8232         (gnus-mime-view-part-internally): Fix predicate function passed to
8233         completing-read.
8234
8235         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8236
8237         * gnus.el (gnus-update-message-archive-method): Add :version.
8238
8239 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus.el (gnus-update-message-archive-method): New variable.
8242
8243         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8244         according to gnus-message-archive-method if
8245         gnus-update-message-archive-method is non-nil.
8246
8247 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8250         by Loic Dachary <loic@dachary.org>.
8251         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8252
8253 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * message.el (message-pop-to-buffer): Add switch-function argument.
8256         (message-mail): Pass switch-function argument to it.
8257
8258 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8261         Improve doc string.
8262
8263 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8266         (gnus-header-content)
8267         * gnus-cite.el (gnus-cite-10)
8268         * gnus-srvr.el (gnus-server-closed)
8269         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8270         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8271         (gnus-group-mail-3-empty, gnus-group-mail-low)
8272         (gnus-group-mail-low-empty, gnus-splash)
8273         * message.el (message-header-to, message-header-cc)
8274         (message-header-subject, message-header-other, message-header-name)
8275         (message-header-xheader, message-separator, message-cited-text)
8276         (message-mml): Lighten colors of faces used for dark background.
8277
8278 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8279
8280         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8281         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8282
8283 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * message.el (message-narrow-to-headers-or-head):
8286         Ignore mail-header-separator in the body.
8287
8288 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8291         same as window size.
8292
8293 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8294
8295         * message.el (message-font-lock-keywords): Use message-header-xheader
8296         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8297         ahead of the anything pattern, to get it recognised.
8298
8299 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8302         spam.el loads uses it in the compiled defadvice form.
8303
8304 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8305
8306         * gnus-sum.el (gnus-articles-to-read)
8307         (gnus-summary-insert-old-articles): Don't truncate group name for
8308         `read-string'.
8309
8310         * gnus-util.el (gnus-limit-string): Delete this function.
8311
8312         * gnus-sum.el (gnus-simplify-subject-fully): Use
8313         `truncate-string-to-width' instead.
8314
8315 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8316
8317         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8318         if, on summary exit, the next group has to be selected.
8319         (gnus-summary-exit): Use it.
8320
8321 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8324         non-break space.
8325
8326 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8329         Check if group is not a directory.
8330         (nnfolder-request-expire-articles): Don't delete articles if the target
8331         group is not available.
8332
8333         * nnml.el (nnml-request-create-group): Properly check if group is not a
8334         file.
8335         (nnml-request-expire-articles): Don't delete articles if the target
8336         group is not available.
8337
8338         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8339         Don't quote characters that are within parentheses.
8340
8341 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8344         (gnus-handle-ephemeral-exit): Select article according to it.
8345
8346 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * message.el (message-insert-formated-citation-line): Remove newline.
8349         (message-citation-line-format): Add final \n here so that the user can
8350         avoid a blank line.
8351
8352 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8353
8354         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8355         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8356         Update lanl/arXiv support.
8357
8358 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * gnus.el: Bump version number.
8361
8362 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * gnus.el (gnus-version-number): Bump version.
8365
8366 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8367
8368         * gnus.el: No Gnus v0.6 is released.
8369
8370 2007-04-27  Didier Verna  <didier@xemacs.org>
8371
8372         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8373         * gmm-utils.el (gmm-regexp-concat): here.
8374         * message.el: Don't require 'gnus-util.
8375         (message-dont-reply-to-names): Handle name change above.
8376         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8377
8378 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8381         since the initial value varies according to the system.
8382
8383 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8386
8387 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8388
8389         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8390
8391 2007-04-24  Didier Verna  <didier@xemacs.org>
8392
8393         Improve the type of gnus-ignored-from-addresses.
8394         * gnus-util.el (gnus-orify-regexp): New function.
8395         * message.el (gnus-util): Require it.
8396         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8397         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8399
8400 2007-04-24  Didier Verna  <didier@xemacs.org>
8401
8402         * gnus-sum.el:
8403         * gnus-utils.el: Fix some trailing whitespaces.
8404
8405 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8408         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8409         article's Message-ID; refer parent article in summary buffer.
8410
8411         * message.el (message-bounce): Call mime-to-mml.
8412
8413         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8414         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8415         optimize and/or forms properly.
8416
8417 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8420         URL.
8421
8422 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8425
8426 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8429         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8430         displayed of multipart/alternative part if it is invoked from summary
8431         buffer.
8432
8433         * mm-view.el (mm-inline-text-html-render-with-w3m)
8434         (mm-inline-text-html-render-with-w3m-standalone)
8435         (mm-inline-render-with-function): Use mail-parse-charset by default.
8436
8437 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8438
8439         * parse-time.el (parse-time-string-chars): Check if CHAR
8440         is less than the length of parse-time-syntax.
8441
8442 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8445         from gnus-newsgroup-processable.
8446
8447 2007-04-16  Didier Verna  <didier@xemacs.org>
8448
8449         * gnus-msg.el (gnus-configure-posting-styles): Handle
8450         message-signature-directory properly with :file syntax.  Reported by
8451         "Leo".
8452
8453 2007-04-11  Didier Verna  <didier@xemacs.org>
8454
8455         New user option: message-signature-directory.
8456         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8457         * message.el (message-insert-signature): Ditto.
8458         * message.el (message-signature-file): Doc update.
8459         * message.el (message-signature-directory): New.
8460
8461 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-msg.el (gnus-inews-yank-articles): Use
8464         message-exchange-point-and-mark instead of exchange-point-and-mark.
8465
8466 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * message.el (message-yank-original): Make sure cited text ends with
8469         newline; don't exchange point and mark.
8470
8471 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8472
8473         * tls.el (open-tls-stream): Properly handle case where there
8474         is no associated buffer.
8475
8476 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8477
8478         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8479         message-yank-original, make sure (< mark TEXT point).
8480
8481 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * message.el (message-fill-column): New variable.
8484         (message-mode): Use it.  Add comment on a possible new hook.
8485
8486         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8487         (nnmail-get-new-mail): Reformat.
8488
8489         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8490
8491         * gmm-utils.el: Fix Commentary.
8492         (gmm-tool-bar-from-list): Fix typo in doc string.
8493
8494 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8495
8496         * message.el (message-yank-original): Don't switch point and mark
8497         unnecessarily to put point and mark as documented.
8498
8499 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8502         from the message heads.
8503
8504 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8505
8506         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8507         article buffer does not have a window.  This may not be the best
8508         solution but is certainly better than setting the start of the null,
8509         that is the current, window.
8510
8511 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8514         (gnus-draft-setup): Run it.
8515
8516         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8517         gnus-score-fast-scoring.  Allow regexp.
8518         (gnus-score-headers): Use it.
8519
8520         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8521         XEmacs.
8522
8523         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8524         string.
8525         (gnus-button-alist): Also catch `<f1> k ...'.
8526         (gnus-treat-display-x-face): Fix doc string.
8527
8528 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8529
8530         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8531         evaluation of gnus-extended-version to ensure correct generation of the
8532         User-Agent header when message-generate-headers-first is used.
8533
8534 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8535
8536         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8537         hashcash-path is nil.  Don't call callback with incorrect number of
8538         parameters if val is 0.
8539
8540 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8541
8542         * message.el (message-required-news-headers):
8543         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8544
8545 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8546
8547         * tls.el (open-tls-stream): In handshake-waiting loop,
8548         don't wait more if there is output available to process.
8549
8550 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8551
8552         * tls.el (tls-program): Doc fix.
8553
8554 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * message.el (message-generate-new-buffers): Change the meaning of the
8557         nil value; add `standard' to the choices; treat t as `unique'; improve
8558         doc string.
8559         (gnus-select-frame-set-input-focus): Autoload.
8560         (message-buffer-name): Search for the existing message buffer if
8561         message-generate-new-buffers is nil or `standard'; treat the value t of
8562         message-generate-new-buffers as `unique'.
8563         (message-pop-to-buffer): Raise the frame already displaying the message
8564         buffer; clear the echo area after querying.
8565         (message-setup): Pass the `continue' argument to compose-mail.
8566         (message-mail): Prefer `switch-function' if it is given; search for the
8567         existing message buffer if the `continue' argument is non-nil; pass
8568         continue and switch-function arguments to compose-mail by way of
8569         message-setup.
8570         (message-mail-other-window): Adjust argument of message-setup.
8571         (message-mail-other-frame): Ditto.
8572
8573 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8576         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8577         to turn font-lock on when turning gnus-message-citation-mode on.
8578
8579 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8580
8581         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8582         (mml-smime-function-alist): New variable; add epg as the backend.
8583         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8584         mml-smime- functions instead.
8585         * mm-view.el: Require smime.
8586
8587 2007-03-05  Didier Verna  <didier@xemacs.org>
8588
8589         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8590         instead of just inheritance for posting styles.
8591         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8592
8593 2007-02-24  Chris Moore  <dooglus@gmail.com>
8594
8595         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8596         * pgg-pgp.el (pgg-pgp-encrypt-region):
8597         * pgg-gpg.el (pgg-gpg-encrypt-region):
8598         Check pgg-encrypt-for-me if no other recipients.
8599
8600 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8601
8602         * tls.el (tls-certtool-program): Fix custom type.
8603
8604 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8607         and point-at-eol instead of line-(beginning|end)-position.
8608
8609         * assistant.el (assistant-parse-buffer): Ditto.
8610
8611         * netrc.el (netrc-parse-services): Ditto.
8612
8613 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8614
8615         * mml2015.el (mml2015-epg-find-usable-key): New function.
8616         (mml2015-epg-sign): Use it.
8617         (mml2015-epg-encrypt): Use it.
8618
8619 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * message.el (message-make-in-reply-to): Quote name containing
8622         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8623         if there are special characters.  Reported by NAKAJI Hiroyuki
8624         <nakaji@jp.freebsd.org>.
8625
8626 2007-02-27  Didier Verna  <didier@xemacs.org>
8627
8628         Include the group parameters as well as the topic ones in the
8629         inheritance filter process.
8630         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8631         argument GROUP-PARAMS-LIST.
8632         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8633
8634 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * nntp.el (nntp-never-echoes-commands)
8637         (nntp-open-connection-functions-never-echo-commands): New variables.
8638         (nntp-send-command): Use them.
8639
8640 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8641
8642         * mml2015.el (mml2015-epg-verify): Simplified.
8643
8644 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * mml.el (mml-content-disposition-alist): New user option.
8647         (mml-content-disposition): New function.
8648         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8649         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8650
8651 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8652
8653         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8654         verification.
8655
8656 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8657
8658         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8659         articles posted in the last 24 hours.
8660
8661 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8662
8663         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8664
8665 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8666
8667         * nntp.el (nntp-send-command): Don't wait for echoes when
8668         nntp-open-ssl-stream is used.
8669
8670 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8673         (gnus-message-add-citation-keywords)
8674         (gnus-message-remove-citation-keywords): Remove.
8675         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8676         directly, make the variables in font-lock-defaults buffer-local, add
8677         gnus-message-citation-keywords to them and then update the value of
8678         font-lock-keywords.
8679
8680 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * message.el (message-cite-original-1): Don't call
8683         gnus-article-highlight-citation.
8684
8685         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8686         citations; fix line count.
8687
8688 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8691         (gnus-message-add-citation-keywords)
8692         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8693         versions of font-lock-add-keywords and font-lock-remove-keywords to
8694         work with XEmacs correctly.
8695
8696 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-cite.el (gnus-cite-face-list): Set the values of
8699         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8700         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8701         (gnus-message-cite-prefix-regexp): New variable.
8702         (gnus-message-search-citation-line): Use it; protect against long
8703         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8704         the 0th match data for Emacs.
8705         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8706         (gnus-message-add-citation-keywords): Append keywords rather than
8707         prepending; emulate font-lock-add-keywords if it is not available.
8708         (gnus-message-remove-citation-keywords): Emulate
8709         font-lock-remove-keywords if it is not available.
8710
8711         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8712
8713         * message.el (message-cite-prefix-regexp): Set the value of
8714         gnus-message-cite-prefix-regexp.
8715
8716 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8717
8718         * nnweb.el (nnweb-google-parse-1): Update parser.
8719
8720 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8721
8722         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8723
8724 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8725
8726         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8727         regexp.
8728
8729 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8732         string-to-multibyte.
8733         (uudecode-decode-region-internal): Use it.
8734
8735         * lpath.el: Fbind string-as-multibyte for XEmacs.
8736
8737 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8740         custom choice.
8741
8742         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8743
8744 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8745
8746         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8747
8748         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8749         `write-region' to respect `mm-inhibit-file-name-handlers'.
8750
8751 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8754         Use gnus-home-directory instead of "~/" or "$HOME".
8755
8756 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8757
8758         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8759         to mention filename.
8760         Add comments at beginning regarding usage.
8761         (encrypt-write-file-contents): Change interactive so a string is
8762         acceptable.  If the file has no associated model, show an error instead
8763         of a nonsense prompt.
8764
8765 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8766
8767         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8768         Thanks to Yoshihiko Yamada for kind notification of this typo.
8769
8770 2007-01-12  Kenichi Handa  <handa@m17n.org>
8771
8772         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8773         multibyte buffer.
8774
8775 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * gnus-score.el (gnus-score-fast-scoring): New variable.
8778         (gnus-score-headers): Use it.
8779
8780         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8781
8782         * message.el (message-cite-original-1): Call
8783         gnus-article-highlight-citation if requested.
8784         (message-make-from): Allow name and address as optional arguments.
8785
8786         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8787
8788         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8789         bugs to doc string.
8790         (gnus-button-alist): Add mid\\|message-id.
8791         (gnus-button-fetch-group): Extend for use in
8792         `browse-url-browser-function'.
8793         (gnus-button-url-regexp): Try to catch paired parentheses like in
8794         Wikipedia URLs.
8795
8796         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8797         Suggested by Simon Krahnke <overlord@gmx.li>.
8798
8799 2007-01-13  Romain Francoise  <romain@orebokech.com>
8800
8801         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8802         Update copyright.
8803
8804 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8805
8806         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8807
8808 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8809
8810         * gnus-registry.el (gnus-registry-unfollowed-groups)
8811         (gnus-registry-split-fancy-with-parent): Fix documentation.
8812
8813 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8816         from nnweb groups.
8817
8818 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8821         Xref urls.  Erase buffer before requesting head.
8822
8823 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8826         customizable.
8827
8828 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8829
8830         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8831         no signing key is found.
8832         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8833         no encrypting and/or signing key is found.
8834
8835 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8838
8839 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8840
8841         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8842         headers read from disk with the ones newly found in the current search.
8843         This should no longer cause problems, because the article numbers in
8844         Gmane's `nov.php' output are ignored since the previous change.
8845
8846 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8847
8848         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8849
8850 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8853         replace-regexp-in-string; bind url-version; fbind display-images-p and
8854         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8855         find-face and set-itimer-function for Emacs; bind itimer-list for
8856         Emacs.
8857
8858         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8859
8860 2007-01-01  Romain Francoise  <romain@orebokech.com>
8861
8862         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8863
8864 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8865
8866         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8867         `define-minor-mode' macro definition expanded properly.
8868         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8869         exclude it there.
8870
8871         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8872         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8873         `fboundp' test.
8874         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8875         This is OK to autoload in (S)XEmacs now.
8876
8877 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8880         keystroke.
8881         (gnus-summary-limit-to-singletons): Fix typo.
8882
8883         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8884         else fails.
8885
8886 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8887
8888         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8889         docstring.
8890
8891         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8892         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8893         (gnus-summary-insert-dormant-articles): Fix typo in message.
8894
8895 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8898         nil for XEmacs.
8899         (gnus-message-citation-mode): Don't autoload in XEmacs.
8900
8901         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8902
8903 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8904
8905         * nnimap.el (nnimap-expunge-search-string): Mention
8906         nnimap-search-uids-not-since-is-evil in docstring.
8907
8908 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * spam.el: Revert to make-obsolete-variable because
8911         define-obsolete-variable-alias is not supported in Emacs 21.
8912
8913         * spam.el (spam-ifile-path, spam-ifile-database-path)
8914         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8915         make-obsolete-variable.
8916         (spam-bsfilter-path, spam-bsfilter-program)
8917         (spam-spamassassin-path, spam-spamassassin-program)
8918         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8919         use "path" inappropriately.
8920         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8921         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8922         variable names.
8923
8924 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8925
8926         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8927         summary buffer.
8928
8929         * password.el (password-cache-remove): Use clear-string to burn
8930         password, if available.
8931
8932 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8935
8936         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8937
8938         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8939         (gnus-message-highlight-citation): Move defcustom here from
8940         gnus-cite.el.
8941         (gnus-message-citation-mode): Autoload.
8942
8943         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8944         checks to make it compile with XEmacs.
8945         (gnus-message-citation-mode): New minor mode.
8946         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8947         (gnus-message-highlight-citation): New variables.
8948         (gnus-message-search-citation-line)
8949         (gnus-message-add-citation-keywords)
8950         (gnus-message-remove-citation-keywords)
8951         (turn-on-gnus-message-citation-mode)
8952         (turn-off-gnus-message-citation-mode): New functions.
8953
8954 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8955
8956         * gnus-cite.el: Enable highlighting of different citation levels in
8957         message-mode.
8958
8959 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * message.el (message-make-fqdn): Fix comment.
8962         (message-bogus-system-names): Add ".local".
8963
8964         * spam.el (spam-ifile-path, spam-ifile-program)
8965         (spam-ifile-database-path, spam-ifile-database)
8966         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8967         Don't use "path" inappropriately.
8968         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8969         strings.
8970         (spam-check-ifile, spam-ifile-register-with-ifile)
8971         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8972         new variable names.
8973
8974         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8975         (gnus-treat-display-smileys): Simplify using
8976         gnus-image-type-available-p.
8977
8978         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8979         available.
8980
8981         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8982         `display-images-p' if available.
8983
8984 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8987         one after turning on the buffer's multibyteness instead of decoding
8988         them directly in the unibyte buffer that causes unexpected conversion
8989         in Emacs 23 (unicode).
8990
8991 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * message.el (message-generate-hashcash): Fix custom type.
8994
8995 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8998
8999 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9002         disconnect icons.  Add help text.
9003
9004 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9005
9006         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9007         negated to be consistent with the others we handle.
9008
9009 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9012         version of gnus-summary-buffer to something, so that we can use two
9013         article buffers at the same time.
9014
9015 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9018         trigger all the extra headers.
9019         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9020         sorting.
9021
9022 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9023
9024         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9025         solid groups.
9026
9027 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9028
9029         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9030
9031 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * legacy-gnus-agent.el: Add Copyright notice.
9034
9035 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9036
9037         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9038
9039 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9042
9043         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9044         to make it work reliably in CVS Emacs.
9045         (gnus-summary-limit-strange-charsets-predicate)
9046         (gnus-summary-limit-to-predicate): New functions.
9047
9048 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9049
9050         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9051         specifying array size.
9052         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9053         array if it is too small.
9054         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9055         (gnus-sort-threads-loop): New function.
9056
9057 2006-12-06  Chris Moore  <dooglus@gmail.com>
9058
9059         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9060         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9061
9062 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9063
9064         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9065         options.
9066
9067 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9070         DOS-ing the recipient.
9071
9072         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9073         the headers when creating the mapping to avoid mismappings.
9074         (nnweb-gmane-create-mapping): Always nix out old mapping.
9075
9076 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9079         and mm-verify-option to never.
9080
9081 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * message.el (message-signed-or-encrypted-p): New function.
9084         (message-forward-make-body): Use it.
9085
9086         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9087         Replace encode-coding-string with mm-encode-coding-string.
9088
9089 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * nneething.el (nneething-decode-file-name): Replace
9092         decode-coding-string with mm-decode-coding-string.
9093
9094         * gnus-int.el (gnus-open-server): Say failed server's name.
9095
9096 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9097
9098         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9099         strings to a single string.  Quote `errors-file-name'.
9100         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9101         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9102         Adjust calls.  Use `shell-quote-argument'.
9103
9104 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9105
9106         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9107         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9108
9109         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9110         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9111         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9112         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9113         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9114         (gnus-subscribe-newsgroup, gnus-1):
9115         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9116         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9117         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9118         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9119
9120 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9123         keystroke.
9124         (gnus-summary-limit-to-bodies): Implement headersp.
9125
9126 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9129
9130 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9133
9134 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135
9136         * message.el (message-generate-hashcash): Expand range of values to
9137         include `opportunistic'.
9138         (message-send-mail): Use it.
9139
9140 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9141
9142         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9143         and comment it.
9144
9145         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9146
9147 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-util.el (gnus-extract-address-components): Improve comment.
9150
9151 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-util.el (gnus-extract-address-components): Work with address in
9154         which the name portion contains @.
9155
9156         * lpath.el: Fbind custom-autoload.
9157
9158 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * gnus.el (gnus-start): Move custom group up.
9161         (gnus-select-method): Don't autoload, but make it available for
9162         `customize-variable'.
9163         (gnus-getenv-nntpserver): Don't autoload.
9164
9165 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9166
9167         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9168
9169 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * message.el (message-sendmail-extra-arguments): New variable.
9172         (message-send-mail-with-sendmail): Use it.
9173
9174 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9177         mm-with-unibyte-current-buffer to make string unibyte.
9178
9179         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9180         mm-string-as-multibyte.
9181
9182 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9183
9184         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9185         Reported by Werner Koch <wk@gnupg.org>.
9186
9187 2006-11-14  Daiki Ueno  <ueno@p360>
9188
9189         * mml2015.el: Autoload epa-select-keys when compiling.
9190
9191 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9192
9193         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9194         message-options.
9195         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9196
9197 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9198
9199         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9200         EasyPG (< 0.0.6).
9201         (mml2015-always-trust): New user option.
9202         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9203         prompt.
9204
9205 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * nntp.el (nntp-authinfo-force): New variable.
9208         (nntp-send-authinfo): Use it.
9209
9210 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9213         decode encoded words.  Improve prompt.  Add comment about forwarding.
9214         (message-replacement-char): Move up.
9215
9216 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9217
9218         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9219         instead of gnus-intersection because arguments of gnus-sorted-nunion
9220         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9221
9222 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9225         (message-simplify-subject-functions): Enable
9226         message-strip-subject-encoded-words by default.
9227
9228 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * message.el (message-strip-subject-encoded-words): New function.
9231         (message-simplify-subject-functions): New variable.
9232         (message-simplify-subject): Use it.  Fix typo in doc string.
9233         Support message-strip-subject-encoded-words.
9234
9235 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9236
9237         * gnus-diary.el (gnus-diary-delay-format-function):
9238         * nndiary.el (nndiary-reminders):
9239         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9240
9241 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9242
9243         * gnus-art.el (article-hide-boring-headers): Fetch date from
9244         gnus-original-article-buffer to avoid problems with localized date
9245         strings.
9246
9247 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9250
9251 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9254         New variables.
9255         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9256         (mm-charset-synonym-alist): Move some entries to
9257         mm-codepage-iso-8859-list.
9258         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9259         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9260
9261 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9264
9265 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9268         with Emacs 21 and XEmacs.
9269
9270 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9271
9272         * spam.el (spam-parse-address): New function for better parsing,
9273         catching errors, etc.
9274         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9275
9276 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * mm-view.el: Add interactive arg to html2text autoload.
9279
9280 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9283
9284 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9287         variables.
9288         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9289         (mm-charset-synonym-alist): Move some entries to
9290         mm-codepage-iso-8859-list.
9291
9292         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9293
9294 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * message.el (message-citation-line-format)
9297         (message-insert-formated-citation-line): Fix implementation of %E, %N
9298         and %n according to the doc string.
9299
9300 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9301
9302         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9303         car-safe to avoid bad parses.
9304
9305 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9308         names.
9309
9310         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9311
9312 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9315         header.
9316
9317         * message.el (message-draft-headers): Add Date.
9318         (message-headers-to-generate): Fix typo in docstring.
9319
9320         * nndraft.el (nndraft-required-headers): New variable.
9321         (nndraft-generate-headers): Use it.
9322
9323         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9324
9325 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9326
9327         * gnus-registry.el (gnus-registry-wash-for-keywords)
9328         (gnus-registry-find-keywords): New functions to allow easy searching of
9329         articles that are in the registry.
9330
9331 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9332
9333         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9334         ietf-drums-parse-address instead of gnus-extract-address-components.
9335         Reported by Damien Elmes <damien@repose.cx>.
9336
9337 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * gnus.el (gnus-mime): Remove unused custom group.
9340
9341 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9342
9343         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9344         "blank line" when searching for end of armor headers.
9345
9346 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * gmm-utils.el (gmm-write-region): Fix variable name.
9349
9350 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * gmm-utils.el (gmm-write-region): New function based on compatibility
9353         code from `mm-make-temp-file'.
9354
9355         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9356
9357         * nnmaildir.el (nnmaildir--update-nov)
9358         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9359         Use `gmm-write-region'.
9360
9361 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9364         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9365
9366         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9367
9368         * message.el (message-replacement-char): New variable.
9369         (message-fix-before-sending): Use it.
9370         (message-simplify-subject): New function to remove duplicate code.
9371         (message-reply, message-followup): Use it.
9372
9373         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9374         gnus-summary-limit-to-articles.
9375
9376 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-util.el (gnus-with-local-quit): New macro.
9379
9380         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9381
9382 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9383
9384         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9385         ignore non-string data.
9386
9387 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9390         non-string data (needs to be done in the registry too).
9391
9392 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9393
9394         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9395         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9396         (gnus-registry-split-fancy-with-parent)
9397         (gnus-registry-fetch-simplified-message-subject-fast)
9398         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9399         Remove text properties on ingress into the registry and when it's saved.
9400         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9401         registry from entries with no groups.
9402
9403 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9404
9405         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9406         function to remove string properties.
9407
9408 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gmm-utils.el (gmm): Adjust custom version.
9411
9412         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9413         custom version.
9414
9415         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9416
9417 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * gnus-art.el (gnus-insert-prev-page-button)
9420         (gnus-insert-next-page-button): Simplify.  Reformat.
9421
9422 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9423
9424         * gnus-art.el (gnus-insert-prev-page-button)
9425         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9426
9427 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9428
9429         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9430
9431 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9432
9433         * gnus-art.el (gnus-insert-mime-button)
9434         (gnus-insert-mime-security-button):
9435         Apply gnus-article-button-face to MIME and security buttons.
9436
9437 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9440         readable.
9441
9442 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9445
9446 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9447
9448         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9449         `browse-url-of-file' instead of `browse-url'.
9450
9451 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9452
9453         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9454         regexp.  Articles containing quotation were cut prematurely.
9455
9456 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * message.el (message-cite-original-1): Use nobody by default for the
9459         value of From header.
9460         (message-reply): Ditto.
9461
9462 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9463
9464         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9465         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9466         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9467
9468 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9471         mails in the doc string.  Add some URLs in comment.
9472         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9473
9474 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9477         backslashes handling and the way to find boundaries of quoted strings.
9478
9479 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9480
9481         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9482         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9483         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9484         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9485
9486 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9489         doc string.
9490         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9491
9492 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * lpath.el: Fbind epg-check-configuration.
9495
9496 2006-09-06  Simon Josefsson  <jas@extundo.com>
9497
9498         * mml2015.el (mml2015-use): Doc fix, mention epg.
9499
9500 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9501
9502         * mml2015.el (mml2015-use): Default to epg, if available.
9503
9504 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9505
9506         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9507         message-sender.
9508         (mml1991-epg-encrypt): Ditto.
9509         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9510         message-sender.
9511         (mml2015-epg-encrypt): Ditto.
9512
9513 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9514
9515         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9516         several common directories.
9517
9518 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9519
9520         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9521         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9522
9523 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-art.el (article-decode-encoded-words): Make it fast.
9526
9527 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9530
9531         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9532         in quoted string into `\'.
9533
9534 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9537         Use standard-syntax-table.
9538
9539 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-decode-address-function): New variable.
9542         (article-decode-encoded-words): Use it to decode headers which are
9543         assumed to contain addresses.
9544         (gnus-mime-delete-part): Remove useless `or'.
9545
9546         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9547         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9548         (gnus-nov-parse-line): Use it to decode From header.
9549         (gnus-get-newsgroup-headers): Ditto.
9550         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9551
9552         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9553         (mail-decode-encoded-address-string): New alias.
9554
9555         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9556         New function.
9557         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9558         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9559         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9560         (rfc2047-decode-string): Ditto.
9561         (rfc2047-decode-address-region): New function.
9562         (rfc2047-decode-address-string): New function.
9563
9564 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * message.el (message-caesar-buffer-body): Allow rotating headers.
9567
9568         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9569
9570         * message.el (message-insert-formated-citation-line): Fix %f.
9571         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9572
9573 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9576         (gnus-bookmark-mouse-available-p): New macro.
9577         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9578         (gnus-bookmark-bmenu-show-infos): Use it.
9579         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9580         (gnus-bookmark-bmenu-hide-infos): Ditto.
9581         (gnus-bookmark-remove-properties): New function.
9582         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9583         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9584         (gnus-bookmark-write-file): Bind coding-system-for-write.
9585         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9586         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9587         group before selecting it.
9588         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9589         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9590         quit-window if it is not available; use gnus-mouse-2 and bind it to
9591         gnus-bookmark-bmenu-select-by-mouse.
9592         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9593         (gnus-bookmark-bmenu-select-by-mouse): New function.
9594
9595 2006-08-13  Romain Francoise  <romain@orebokech.com>
9596
9597         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9598         space.
9599
9600 2006-08-10  Romain Francoise  <romain@orebokech.com>
9601
9602         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9603         (dns-mode-soa-auto-increment-serial): New user option.
9604         (dns-mode-soa-maybe-increment-serial): New function.
9605         (dns-mode): Add the latter to `write-contents-functions'.
9606
9607 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * compface.el (uncompface): Use binary rather than raw-text-unix.
9610
9611 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * compface.el (uncompface): Make sure the eol conversion doesn't take
9614         place when communicating with the external programs.  Reported by
9615         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9616
9617 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9620
9621 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9622
9623         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9624         Make it more robust by parsing author and date independently.
9625
9626 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9629
9630 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9631
9632         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9633         first matching secret key.
9634         (mml2015-epg-encrypt): Ditto.
9635
9636         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9637         first matching secret key.
9638         (mml1991-epg-encrypt): Ditto.
9639
9640         * mml2015.el (mml2015-encrypt-to-self): New user option.
9641         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9642         mml2015-epg-encrypt-to-self is set.
9643
9644         * mml1991.el (mml1991-encrypt-to-self): New variable.
9645         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9646         mml1991-epg-encrypt-to-self is set.
9647
9648         * mml2015.el (mml2015-signers): New user option.
9649         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9650         (mml2015-epg-encrypt): Allow to select signing keys.
9651
9652         * mml1991.el (mml1991-signers): New variable.
9653         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9654         (mml1991-epg-encrypt): Allow to select signing keys.
9655
9656 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * nnheader.el (nnheader-insert-head): Make it work even if the file
9659         uses CRLF for the line-break code.
9660
9661 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9662
9663         * mml2015.el: Require mml-sec instead of password.
9664         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9665         (mml2015-cache-passphrase): Inherit the default value from
9666         mml-secure-cache-passphrase.
9667         (mml2015-passphrase-cache-expiry): Inherit the default value from
9668         mml-secure-passphrase-cache-expiry.
9669
9670         * mml1991.el: Require mml-sec instead of password.
9671         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9672         (mml1991-cache-passphrase): Inherit the default value from
9673         mml-secure-cache-passphrase.
9674         (mml1991-passphrase-cache-expiry): Inherit the default value from
9675         mml-secure-passphrase-cache-expiry.
9676
9677         * mml-sec.el: Require password.
9678         (mml-secure-verbose): New user option.
9679         (mml-secure-cache-passphrase): New user option.
9680         (mml-secure-passphrase-cache-expiry): New user option.
9681
9682 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9683
9684         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9685         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9686         andreas@altroot.de (Andreas Vögele).
9687
9688         FIXME: Use `tiny change'?
9689
9690 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9691
9692         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9693         workaround for the url package included with Emacs.
9694
9695         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9696
9697 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9700         correctly.  This fixes a bug caused by the 2006-05-12 change.
9701
9702 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9703
9704         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9705         some information about the error when saying that the `bogus' mail
9706         group will be used.
9707
9708 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9711         string.
9712
9713 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9714
9715         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9716
9717 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9718
9719         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9720
9721 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9722
9723         * mml1991.el (mml1991-function-alist): Add epg.
9724         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9725         (mml1991-epg-encrypt): New functions.
9726
9727 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9728
9729         * mml2015.el (mml2015-verbose): New variable.
9730         (mml2015-cache-passphrase): Ditto.
9731         (mml2015-passphrase-cache-expiry): Ditto.
9732         (mml2015-function-alist): Add epg.
9733         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9734         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9735         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9736         functions.
9737
9738 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9739
9740         * message.el (message-cite-original-1): Preserve region when removing
9741         quoted text due to X-No-Archive in order to avoid bogus attribution
9742         when citing multiple messages.
9743
9744 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9745
9746         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9747         Kenneth Jacker <khj@be.cs.appstate.edu>.
9748
9749 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-diary.el (gnus-user-format-function-d)
9752         (gnus-user-format-function-D): Autoload.
9753
9754         * imap.el (Commentary): Fix typo.
9755
9756         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9757         2006-04-22 contribution.
9758
9759 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9760
9761         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9762         It didn't really fix the bogosity I'm seeing with solid web groups.
9763
9764 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9765
9766         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9767         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9768         created using server names.  If we use the feature without declaring
9769         it, Gnus does not properly manage server and group state.
9770
9771         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9772         bound.
9773
9774 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9775
9776         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9777         looking up the method using GROUP's prefix before inventing a new one.
9778         It is used on killed/unknown groups in various places where returning
9779         an all-new method isn't expected by the caller.
9780
9781         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9782         and match semantics of gnus-group-real-prefix.
9783
9784 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * nnmail.el (nnmail-broken-references-mailers): New variable.
9787         (nnmail-ignore-broken-references): New function generalizing
9788         nnmail-fix-eudora-headers.
9789         (nnmail-fix-eudora-headers): Now obsolete.
9790
9791         * gnus-art.el (gnus-button-handle-custom): Support
9792         `customize-apropos*'.
9793
9794 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9797
9798         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9799         articles.
9800
9801 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * message.el (message-cite-reply-above): New variable.
9804         (message-yank-original): Use it.
9805
9806 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9809
9810 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9813         as read.
9814
9815         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9816
9817 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9820         (gnus-bookmark-default-file): Use gnus-directory.
9821         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9822         Remove "*" in doc string.
9823         (gnus-bookmark-write-file): Simplify.
9824         (gnus-bookmark-maybe-sort-alist): Use `when'.
9825         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9826         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9827         FIXME about Emacs 21 and XEmacs compatibility.
9828         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9829         compatibility.
9830         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9831         compatibility.
9832         (gnus-bookmark-menu-heading): Fix version.
9833
9834 2006-06-19  Bastien Guerry  <bzg@altern.org>
9835
9836         * gnus-bookmark.el: New file.
9837
9838 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * message.el (message-syntax-checks): Doc fix.
9841
9842 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9843
9844         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9845         unsubscribed groups as if they were killed ones.  It causes duplicate
9846         entries in gnus-newsrc-alist.
9847
9848 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * message.el (message-syntax-checks): Doc fix.
9851         (message-send-mail): Add check for continuation headers.
9852         (message-check-news-header-syntax): Fix regexp used to check for
9853         continuation headers.
9854
9855 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9858
9859 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9862
9863 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9866         default-truncate-lines.
9867
9868 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9871         to fill the utf-8 entry.
9872
9873         * lpath.el: Fbind unicode-precedence-list.
9874
9875 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9876
9877         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9878
9879 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9880
9881         * gnus-agent.el (directory-files-and-attributes): Move all the way
9882         forward (the third and final move).
9883         (gnus-agent-read-agentview): Trap reconstruction errors due to
9884         nonexistant directory.  Handle by returning nil.
9885
9886 2006-05-30  Didier Verna  <didier@xemacs.org>
9887
9888         * message.el (message-dont-reply-to-names): Update the custom type.
9889         * message.el (message-dont-reply-to-names): New defsubst: potentially
9890         convert a list of regexps into a single one.
9891         * message.el (message-get-reply-headers): Use it.
9892         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9893
9894 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-agent.el (directory-files-and-attributes): Move forward.
9897
9898 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus-ml.el (gnus-mailing-list-subscribe)
9901         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9902         (gnus-mailing-list-message): Fix doc strings.
9903
9904 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9905
9906         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9907         of doing it manually.
9908
9909 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9912         comment.
9913
9914 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9915
9916         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9917         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9918         (gnus-agent-read-local): All symbols allocated in my-obarray.
9919         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9920         (gnus-agent-regenerate-group): Check numeric names to see if they are
9921         messages or groups.
9922         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9923         better way of do this...)
9924
9925         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9926         'dummy.group' (there should be a better way of do this...)
9927
9928 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9931         (gnus-saved-headers): Ditto.
9932         (gnus-default-article-saver): Mention functions may have properties.
9933         (gnus-article-save): Override gnus-save-all-headers and
9934         gnus-saved-headers by :headers property which saver function may have.
9935         (gnus-summary-save-in-file): Add :headers property.
9936         (gnus-summary-write-to-file): Ditto.
9937
9938         * gnus-sum.el (gnus-summary-save-article): Bind
9939         gnus-prompt-before-saving to t when saving many articles in a file;
9940         always show all headers.
9941
9942         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9943
9944 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9947         marks.
9948
9949         * message.el (message-indent-citation): Add optional arguments to allow
9950         using it outside of message buffers.
9951
9952         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9953         (gnus-article-treat-unfold-headers): Use it.
9954         (gnus-article-truncate-lines): New variable.
9955         (gnus-article-mode): Use it.
9956         (gnus-article-toggle-truncate-lines): New function.
9957
9958         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9959         gnus-article-toggle-truncate-lines.
9960
9961         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9962         coding system in XEmacs, use binary.
9963
9964 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9967         after-load-alist.
9968
9969         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9970         this function should save decoded articles.
9971         (gnus-summary-write-to-file): Use property to specify this function
9972         should save decoded articles and specify gnus-summary-save-in-file
9973         should be used to save articles other than the first one when saving
9974         many articles.
9975         (gnus-summary-save-body-in-file): Use property to specify this
9976         function should save decoded articles.
9977         (gnus-summary-write-body-to-file): Use property to specify this
9978         function should save decoded articles and specify
9979         gnus-summary-save-body-in-file should be used to save articles other
9980         than the first one when saving many articles.
9981
9982         * gnus-sum.el (gnus-summary-save-article): Simplify.
9983
9984 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-art.el (gnus-default-article-saver): Add
9987         gnus-summary-write-body-to-file.
9988         (gnus-article-save-coding-system): Don't use coding system object
9989         in XEmacs.
9990         (gnus-read-save-file-name): Add optional `dir-var' argument which
9991         specifies directory in which files are saved; work even if optional
9992         `variable' argument is not specified.
9993         (gnus-summary-write-to-file): Read file name.
9994         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9995         (gnus-summary-write-body-to-file): New function.
9996
9997         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9998         (gnus-summary-local-variables): Add it.
9999         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10000         (gnus-summary-save-article): Remove optional `decode' argument;
10001         determine whether to decode articles by the value of
10002         gnus-default-article-saver; when saving many files using
10003         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10004         it first and use gnus-summary-save-in-file or
10005         gnus-summary-save-body-in-file thereafter unless
10006         gnus-prompt-before-saving is always; move point to article which
10007         will be saved.
10008         (gnus-summary-save-article-file): Revert.
10009         (gnus-summary-write-article-file): Revert.
10010         (gnus-summary-save-article-body-file): Revert.
10011         (gnus-summary-write-article-body-file): New function.
10012
10013 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-art.el (gnus-default-article-saver): Doc fix.
10016         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10017         from gnus-summary-save-article-coding-system, and default to a
10018         certain coding system.
10019         (gnus-output-to-file): Add coding cookie and encode text according
10020         to gnus-article-save-coding-system; don't use mm-append-to-file.
10021
10022         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10023         gnus-art.el and rename to gnus-article-save-coding-system.
10024         (gnus-summary-save-article): Require gnus-art; don't show all
10025         headers if it decodes articles; don't add coding cookie here;
10026         don't bind mm-text-coding-system-for-write.
10027         (gnus-summary-save-article-file): Save decoded articles.
10028         (gnus-summary-write-article-file): When saving many files, use
10029         gnus-summary-write-to-file first and gnus-summary-save-in-file
10030         thereafter unless gnus-prompt-before-saving is always.
10031         (gnus-summary-save-article-body-file): Save decoded articles.
10032
10033         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10034
10035 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * nnrss.el (nnrss-check-group): Bind hash-index.
10038
10039 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10040
10041         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10042         its hash index.  Store this hash in `nnrss-group-data'.
10043         (nnrss-read-group-data): Update accordingly.
10044
10045 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10048         entry.
10049
10050         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10051         gnus-article-browse-html-article.
10052
10053 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10054
10055         * gnus-sum.el (gnus-summary-mime-map): Add
10056         gnus-article-browse-html-article.
10057
10058         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10059
10060 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10063         suitable coding systems in customize.
10064
10065 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * mail-source.el (mail-sources): Fix custom type.
10068
10069 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10072         (gnus-summary-expire-articles-now): Shorten prompt.
10073
10074         * gmm-utils.el (wid-edit): Require.
10075         (defun-gmm): Renamed from `gmm-defun-compat'.
10076         (gmm-image-search-load-path): Use it.
10077         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10078
10079 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10082         variable.
10083         (gnus-summary-save-article): Add optional `decode' argument.  If
10084         it is set and gnus-summary-save-article-coding-system is non-nil,
10085         save decoded article.
10086         (gnus-summary-write-article-file): Save decoded article if
10087         gnus-summary-save-article-coding-system is non-nil.
10088
10089         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10090         type.
10091
10092 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10095
10096 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10099         first to test gnus-single-article-buffer which may be buffer-local.
10100
10101         * gnus-sum.el (gnus-summary-setup-buffer): Make
10102         gnus-single-article-buffer buffer-local and nil in ephemeral
10103         group; make gnus-article-buffer, gnus-article-current, and
10104         gnus-original-article-buffer always buffer-local.
10105         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10106         group.
10107         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10108
10109 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * nnml.el (nnml-request-compact-group): Compressed files might not
10112         have .gz extension.
10113
10114 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10115
10116         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10117         (mm-copy-to-buffer): Use with-current-buffer.
10118         (mm-display-part): Simplify.
10119         (mm-inlinable-p): Add optional arg `type'.
10120
10121 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10122
10123         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10124         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10125         Try harder to show the attachment internally or externally using
10126         gnus-mime-view-part-as-type.
10127
10128 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * message.el (message-from-style, message-signature-separator)
10131         (message-user-organization-file, message-send-mail-function)
10132         (message-citation-line-function, message-yank-prefix)
10133         (message-indent-citation-function, message-signature)
10134         (message-signature-file, message-signature-insert-empty-line):
10135         Remove autoloads.
10136
10137         * gnus-art.el (gnus-buttonized-mime-types): Remove
10138         "multipart/signed".  Revert 2006-04-26 change.
10139
10140 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141
10142         * gnus.el (gnus-version-number): Bump version.
10143
10144 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10145
10146         * gnus.el: No Gnus v0.5 is released.
10147
10148 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10149
10150         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10151         fetching articles by message-id.
10152
10153 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * message.el (hashcash): Require hashcash as normal.
10156
10157         * ecomplete.el (ecomplete-highlight-match-line): Use
10158         point-at-eol.
10159         (ecomplete-highlight-match-line): Use `highlight', because that
10160         face exists in both Emacs and XEmacs.
10161
10162         * message.el (message-display-abbrev): Use point-at-bol.
10163
10164         * mail-source.el: Don't require timer/timer-funcs.
10165
10166         * gnus-async.el: Ditto.
10167
10168         * password.el: Ditto.
10169
10170         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10171
10172         * mm-url.el: Ditto.
10173
10174         * gnus-xmas.el: Don't require timer-funcs.
10175
10176         * mm-util.el: Require timer/timer-funcs.
10177
10178 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10179
10180         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10181         Close.
10182
10183 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10186         unibyte after clear-decrypt function runs.
10187
10188         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10189         returns as a unibyte string.
10190
10191 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * lpath.el: Revert.
10194
10195         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10196         (pgg-gpg-process-sentinel): Revert.
10197
10198         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10199         (pgg-pgp-lookup-key): Revert.
10200
10201         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10202         (pgg-pgp5-lookup-key): Revert.
10203
10204         * pgg.el (pgg-fetch-key): Revert.
10205
10206 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * lpath.el: Fbind string-as-multibyte for XEmacs.
10209
10210         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10211         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10212         (mml1991-pgg-encrypt): Ditto.
10213
10214         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10215         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10216         a multibyte buffer.
10217
10218         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10219         (pgg-pgp-lookup-key): Ditto.
10220
10221         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10222         (pgg-pgp5-lookup-key): Ditto.
10223
10224         * pgg.el (pgg-fetch-key): Ditto.
10225
10226 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * message.el (message-user-organization-file): Check several
10229         locations of the organization file.
10230
10231         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10232         Add gnus-article-view-part-as-type.
10233
10234         * gnus-art.el (gnus-article-view-part-as-type): New function.
10235
10236         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10237         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10238
10239         * mml.el: Simplify autoload.
10240         (mml-mode): defvar dnd-protocol-alist instead of using
10241         symbol-value.
10242         (mml-default-directory): New variable.
10243         (mml-minibuffer-read-file): Use it.
10244         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10245
10246         * message.el (message-citation-line-format): New variable.
10247         (message-insert-formated-citation-line): New function.
10248         (message-citation-line-function): Add
10249         `message-insert-formated-citation-line' to custom type.
10250
10251         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10252         to doc string.
10253
10254         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10255         depending on mm-verify-option.
10256
10257 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10260         binding pgg-* variables; reimplement the section which prevents
10261         MIME header from being signed.
10262         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10263         pgg-text-mode; remove a blank line at the top of body.
10264
10265         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10266         lines at the top of body; use gnus-newsgroup-charset if there's no
10267         Charset header.
10268
10269 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * message.el (message-self-insert-commands): Doc fix.
10272
10273         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10274         (mm-uu-pgp-encrypted-test): Ditto.
10275         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10276         between header and body; return application/pgp-encrypted handle
10277         if decryption failed; decode decrypted body by charset.
10278
10279         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10280         element match to application/pgp-*.
10281
10282 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10283
10284         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10285         HTML.
10286
10287 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10288
10289         * mail-source.el (mail-source-call-script): Message the error
10290         string.
10291
10292 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * gnus-util.el (gnus-byte-compile): Use it.
10295
10296 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10297
10298         * gnus-util.el (kill-empty-logs): New function.
10299
10300 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * message.el (message-mail-alias-type): Doc fix.
10303         (message-mail-alias-type-p): New function.
10304         (message-send): Use it.
10305         (message-mode): Ditto.
10306         (message-strip-forbidden-properties): Ditto.
10307
10308         * ecomplete.el (ecomplete-database-file-coding-system): New
10309         variable.
10310         (ecomplete-save): Use it.
10311         (ecomplete-setup): Use it.
10312
10313 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * message.el (message-self-insert-commands): New variable.
10316         (message-strip-forbidden-properties): Use it.
10317
10318 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10321         that doesn't make XEmacs choke.
10322
10323 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * gnus-util.el (gnus-replace-in-string):
10326         Prefer replace-regexp-in-string over of replace-in-string.
10327
10328 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-util.el (gnus-select-frame-set-input-focus):
10331         Use select-frame-set-input-focus if it is available in XEmacs; use
10332         definition defined in Emacs 22 for old Emacsen.
10333
10334         * dgnushack.el: Autoload unmorse-region for XEmacs.
10335
10336         * lpath.el: Bind cursor-in-non-selected-windows and
10337         select-frame-set-input-focus for XEmacs.
10338
10339 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10342
10343 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10344
10345         * gnus-registry.el (gnus-registry-cache-save): Remove text
10346         properties when saving via the temp buffer.
10347
10348 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * message.el (message-generate-hashcash): Honor custom type.
10351
10352 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * message.el (message-generate-hashcash): Default to non-nil when
10355         hashcash is found.
10356
10357         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10358         (gnus-refer-thread-limit): Increase default to 500.
10359
10360         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10361
10362         * flow-fill.el (fill-flowed): Allow delete-space.
10363
10364 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10367         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10368         Remove autoloads.
10369
10370 2006-04-18  Simon Josefsson  <jas@extundo.com>
10371
10372         * message.el (message-generate-hashcash): Default to.
10373
10374 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10377         concatenating segments rather than before concatenating them.
10378
10379 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10382
10383 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10386
10387         * message.el (message-forward-make-body-plain): Allow
10388         message-forward-ignored-headers to be a list.
10389         (message-remove-ignored-headers): Factor out into function.
10390         (message-forward-make-body-mml): Use it.
10391
10392         * imap.el (imap-quote-specials): New function.
10393         (imap-login-auth): Quote specials.
10394
10395         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10396         (rfc2231-parse-string): Allow concatanation of parameters that
10397         aren't contiguous.  The test case is
10398           (mail-header-parse-content-type "message/external-body;
10399             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10400             access-type=LOCAL-FILE;
10401             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10402
10403 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10404
10405         * nntp.el (nntp-accept-process-output): Return the value of
10406         `nnheader-accept-process-output'.
10407
10408 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10411         (gnus-button-alist): Recognize more diff formats.
10412         (gnus-button-patch): Strip directory.
10413
10414 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10417         Emacs 22 when setting focus.
10418
10419 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420
10421         * gnus-art.el (gnus-article-treat-types): Do treatment of
10422         text/x-verbatim parts.
10423         (gnus-button-patch): New command.
10424
10425         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10426         addresses that contain invalid characters.
10427
10428 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * message.el (message-put-addresses-in-ecomplete): Use
10431         gnus-replace-in-string.
10432         (message-is-yours-p): Use the more correct
10433         mail-header-parse-address instead of
10434         mail-extract-address-components.
10435         (message-put-addresses-in-ecomplete): Fix typo.
10436
10437         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10438         keystroke.
10439
10440         * gnus-art.el (gnus-treatment-function-alist): Change order of
10441         newsgroups/generic header folding to avoid double-folding.
10442
10443         * message.el (message-hidden-headers): Add X-Draft-From.
10444
10445         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10446         command.
10447         (gnus-summary-repeat-search-article-backward): New command.
10448
10449         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10450         groups in the parent topic.
10451
10452 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10453
10454         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10455         (spam-extra-header-to-number): Return the CRM114 number as a
10456         number instead of a string.
10457
10458 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459
10460         * gnus-art.el (gnus-face-properties-alist): Moved here from
10461         gnus-fun.
10462
10463         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10464
10465 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * message.el (message-strip-forbidden-properties): Only display on
10468         self-insert-command.
10469
10470         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10471         reindent.
10472         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10473
10474 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10475
10476         * smiley.el (smiley-style): Fix typo.
10477
10478 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479
10480         * hashcash.el (hashcash-insert-payment-async-2): Use
10481         message-goto-eoh instead of doing it manually.
10482         (mail-add-payment): Use message-narrow-to-header instead of trying
10483         to do the same itself.
10484
10485         * message.el (message-hidden-headers): Add Face.
10486
10487         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10488         reparenting code.
10489         (gnus-summary-reparent-children): Refactored out code.
10490         (gnus-summary-thread-map): New keystroke.
10491         (gnus-summary-reparent-children): Make into command.
10492
10493         * smiley.el (smiley-style): Default to `medium' if using a large
10494         font.
10495
10496         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10497         does it itself.
10498
10499         * message.el (message-point-in-header-p): Simplify definition.
10500
10501 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * nnagent.el (nnagent-request-set-mark): Silence log file
10504         writing.
10505         (nnagent-request-set-mark): Use write-region instead of
10506         append-to-file.
10507
10508         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10509         strange select method.
10510
10511         * ecomplete.el (ecomplete-display-matches): Get highlightling
10512         right.
10513         (ecomplete-display-matches): Use literals.
10514         (ecomplete-display-matches): Disable message logging.
10515
10516         * message.el (message-display-abbrev): Small optimization.
10517
10518         * ecomplete.el (ecomplete-display-matches): Allow automatic
10519         display.
10520
10521         * message.el (message-strip-forbidden-properties): Display
10522         abbrevs.
10523         (message-display-abbrev): Get automatic display right.
10524
10525         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10526         keystrokes.
10527
10528 2006-04-13  Romain Francoise  <romain@orebokech.com>
10529
10530         TODO: Backport to v5-10!
10531
10532         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10533         Moved here (and renamed) from gnus-registry.el.
10534
10535         * gnus-registry.el: Require gnus-util.
10536         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10537
10538 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * gnus-group.el (gnus-group-catchup-current): Change
10541         if-then-else-if-then-else into cond.
10542         (gnus-group-catchup): Indent.
10543         (group-name-at-point): New function.
10544         (gnus-fetch-group): Provide default from thing at point.
10545
10546 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * message.el (message-display-abbrev): Fix regexp.
10549
10550         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10551         choosing.
10552         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10553         dead variables.
10554
10555         * message.el (message-newline-and-indent): Remove debugging.
10556         (message-display-abbrev): Use new implementation.
10557
10558 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-art.el (gnus-article-mode): Set
10561         cursor-in-non-selected-windows to nil.
10562
10563         * smiley.el: Revert previous change.
10564         (smiley-data-directory): defvar it before using it in the
10565         defcustom of `smiley-style'.
10566
10567 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10568
10569         * message.el (message-newline-and-indent): New function.
10570
10571         * ecomplete.el: Implement more bits.
10572
10573         * message.el (message-put-addresses-in-ecomplete): Clean up the
10574         string.
10575
10576         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10577
10578         * gnus-sum.el (gnus-summary-save-parts): Bind
10579         gnus-summary-save-parts-counter and use it to make unique file
10580         names.
10581
10582         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10583
10584         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10585         parameter to say whether to actually parse the individual
10586         addresses.
10587
10588         * message.el (message-put-addresses-in-ecomplete): New function.
10589         (ecomplete): Require.
10590         (message-mail-alias-type): Add ecomplete as an option.
10591
10592 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10593
10594         * flow-fill.el (fill-flowed): Remove trailing space from blank
10595         quoted lines.
10596
10597 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * smiley.el (smiley-style): Move definition later to avoid a
10600         compilation warning.
10601
10602 2006-04-12  Kenichi Handa  <handa@m17n.org>
10603
10604         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10605         buffer and then decode the buffer text if necessary.
10606         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10607         first, and after mm-encode-body, change the buffer to unibyte.
10608         Use mm-disable-multibyte instead of set-buffer-multibyte.
10609
10610 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10613         Content-Type header instead of Content-Disposition header.
10614         (gnus-mime-inline-part): Ditto.
10615         (gnus-mime-view-part-as-charset): Ignore charset that the part
10616         specifies.
10617
10618         * mm-decode.el (mm-display-part): Work with external parts and
10619         usual parts similarly.
10620
10621         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10622         instead of gnus-display-mime.
10623
10624         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10625         instead of with-temp-buffer.
10626
10627         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10628         tag to summarized topics part in order to encode non-ASCII text.
10629
10630 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * smiley.el (smiley-style): New variable.
10633         (smiley-directory): New function.
10634         (smiley-data-directory): Derive from `smiley-style' using
10635         `smiley-directory'.
10636         (smiley-regexp-alist): Add new entries.
10637
10638         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10639         (gnus-article-browse-delete-temp): Add :version.
10640
10641 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10642
10643         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10644         the sieve region.
10645
10646 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus.el (gnus-version-number): Bump version.
10649
10650 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus.el: No Gnus v0.4 is released.
10653
10654 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10655
10656         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10657         layout.
10658
10659         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10660         unknown charset.
10661
10662         * message.el (message-header-synonyms): Add Original-To to the
10663         default.
10664
10665         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10666         optional parameter.
10667
10668 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * gnus-fun.el (gnus): Require it for gnus-directory.
10671
10672 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10675
10676 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10677
10678         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10679
10680 2006-04-05  Simon Josefsson  <jas@extundo.com>
10681
10682         * password.el (password-reset): New function.
10683
10684 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10685
10686         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10687         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10688
10689 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10690
10691         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10692         Some whitespace was matched into the url, which broke browsing hits
10693         > 100 when mm-url-use-external was nil.
10694
10695 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10698         gnus-extra-headers for 'Newsgroups.
10699
10700         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10701         bound.
10702
10703 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10704
10705         * pgg-gpg.el: Clean up process buffers every time gpg processes
10706         complete.
10707
10708 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10711         doc string.
10712
10713 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10714
10715         * pgg-gpg.el (pgg-gpg-process-filter)
10716         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10717
10718         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10719         lines, temporary fix.
10720
10721 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10724
10725 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10726
10727         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10728         default-enable-multibyte-characters.  This reverts the change from
10729         revision 6.17 which is no longer necessary because the passphrase
10730         is sent separately now.  GnuPG messages are unreadable under
10731         multibyte locales with default-enable-multibyte-characters set to
10732         nil.
10733
10734 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * message.el (message-tool-bar-gnome): Move "spell".
10737
10738 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10741         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10742         instead.
10743
10744 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10745
10746         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10747         newsgroups handling for NNTP overviews which don't include
10748         Newsgroups.
10749
10750 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10751
10752         * message.el (message-resend): Bind message-generate-hashcash to nil.
10753
10754 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10755
10756         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10757         when searching for already-paid recipients.
10758
10759 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10760
10761         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10762         passphrases when it is not needed.
10763         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10764         passphrase stuff from gpg, should only be necessary when you use
10765         gpg with a smartcard.
10766
10767 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * mml.el (mml-insert-mime): Ignore cached contents of
10770         message/external-body part.
10771
10772         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10773         (mm-insert-part): Ditto.
10774
10775 2006-03-23  Simon Josefsson  <jas@extundo.com>
10776
10777         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10778         Reiner.
10779         (pgg-gpg-use-agent-p): Use it again.
10780
10781 2006-03-23  Simon Josefsson  <jas@extundo.com>
10782
10783         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10784         older emacsen.
10785         (pgg-gpg-use-agent-p): Don't use it.
10786
10787 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10790         if we can.
10791
10792 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10793
10794         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10795         (pgg-gpg-update-agent): New function.
10796         (pgg-gpg-use-agent-p): New function.
10797         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10798         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10799         (pgg-gpg-sign-region): Use it.
10800
10801 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10804         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10805
10806 2006-03-21  Simon Josefsson  <jas@extundo.com>
10807
10808         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10809         <wilde@sha-bang.de>.
10810         (pgg-gpg-use-agent): New variable.
10811         (pgg-gpg-process-region): Use it.
10812         (pgg-gpg-encrypt-region): Likewise.
10813         (pgg-gpg-encrypt-symmetric-region): Likewise.
10814         (pgg-gpg-decrypt-region): Likewise.
10815         (pgg-gpg-sign-region): Likewise.
10816         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10817
10818 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10821
10822         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10823         Add comment on version.
10824
10825 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * smiley.el: Add missing test smiley.
10828
10829 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * mm-decode.el (mm-with-part): New macro.
10832         (mm-get-part): Use it; work with message/external-body as well.
10833         (mm-save-part): Treat name and filename equally.
10834
10835         * mm-extern.el (mm-extern-cache-contents): New function.
10836         (mm-inline-external-body): Use it; force the part to be displayed;
10837         move undisplayer added to the cached handle to the parent.
10838
10839         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10840         (gnus-mime-view-part-as-type): Work with message/external-body.
10841
10842         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10843
10844 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10847         images in image-load-path.  [Sync with image.el, revision 1.60, in
10848         Emacs.]
10849
10850 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10853         path rather than symbol.  Always return list of directories.
10854         Guarantee that image directory comes first.  [Sync with image.el,
10855         revision 1.59, in Emacs.]
10856
10857         * message.el (message-make-tool-bar): Adjust to new API of
10858         `gmm-image-load-path-for-library'.
10859
10860         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10861
10862         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10863
10864 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10865
10866         * gnus-art.el (gnus-article-only-boring-p):
10867         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10868         intangible text.
10869         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10870
10871 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10874         `defun' instead of `gmm-defun-compat'.
10875
10876 2006-03-14  Simon Josefsson  <jas@extundo.com>
10877
10878         * message.el (message-unique-id): Don't use message-number-base36
10879         if (user-uid) is a float.
10880         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10881
10882 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10885
10886         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10887         empty line between a part and a message part.
10888
10889 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * smiley.el: Add more test smileys.
10892         (smiley-data-directory, smiley-regexp-alist)
10893         (gnus-smiley-file-types): Fix doc strings.
10894         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10895         adding new elements.
10896         (smiley-mouse-map): Unused code.  Make it a comment.
10897
10898 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10901         scan latest NoCeM messages instead of old ones.
10902         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10903         delimiters that are recently used.
10904         (gnus-nocem-load-cache): Add autoload cookie.
10905
10906         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10907
10908         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10909         level which is larger than gnus-use-nocem is specified.
10910
10911         * gnus-group.el (gnus-group-get-new-news): Ditto.
10912
10913 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gnus-util.el (gnus-tool-bar-update): New function.
10916
10917         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10918         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10919
10920         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10921
10922         * gnus-group.el (gnus-group-redraw-when-idle)
10923         (gnus-group-redraw-check): Remove.
10924         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10925
10926 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10929         if optional last element is specified in splits (FIELD VALUE...).
10930
10931 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10934         to gmm-image-load-path-for-library.  Call with no-error argument.
10935         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10936
10937         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10938
10939         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10940
10941         * gmm-utils.el (gmm-image-load-path): Remove alias.
10942
10943 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * gmm-utils.el (gmm-image-load-path): Add alias.
10946
10947         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10948         nnml-generate-nov-databases-1.
10949         (nnml-generate-nov-databases): Use it.
10950         (nnml-generate-nov-databases-directory): Document no-active
10951         argument.
10952
10953         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10954         directory if path is t.  Add no-error.
10955
10956         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10957         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10958
10959         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10960         resetting gnus-article-browse-html-temp-list.
10961
10962         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10963         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10964         Add example to docstring.  Rename local variables.  Move error
10965         checks to default case in cond and simplify.
10966
10967 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10970         handle is multipart when calling it recursively.
10971         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10972
10973 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10974
10975         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10976         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10977
10978 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10981         is loaded.
10982
10983         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10984         loaded.
10985
10986 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10989         to "Emacs 23 (unicode)" in doc string.
10990
10991         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10992         "Emacs 23 (unicode)" in comment.
10993
10994 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10997
10998         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10999         characters 160 through 255 in Emacs 23.
11000
11001 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11004         gnus-article-browse-html-temp.
11005         (gnus-article-browse-delete-temp): Make it customizable.  Add
11006         `file'.  Adjust doc string.
11007         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11008         query for each file.  Adjust doc string.
11009         (gnus-article-browse-html-parts): Add
11010         `gnus-article-browse-delete-temp-files' to
11011         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11012
11013 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11014
11015         * gnus-art.el (gnus-article-browse-html-temp)
11016         (gnus-article-browse-delete-temp): New variables.
11017         (gnus-article-browse-delete-temp-files): New function.
11018         (gnus-article-browse-html-parts): Use it.
11019
11020 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11023
11024         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11025         string.
11026
11027         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11028         gnus-summary-insert-new-articles when unplugged.  Remove
11029         gnus-summary-search-article-forward.
11030
11031         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11032         display-visual-class instead of display-color-cells.
11033
11034 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * dgnushack.el: Autoload customize-group for XEmacs.
11037
11038         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11039         message/* containing non-ASCII text properly.
11040
11041 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * message.el: Require gmm-utils, remove autoloads.
11044         (message-tool-bar): Set default based on
11045         gmm-tool-bar-style.
11046         (message-tool-bar-gnome): Add gmm-customize-mode.
11047
11048         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11049         gmm-tool-bar-style.
11050         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11051
11052         * gnus-group.el (gnus-group-tool-bar): Set default based on
11053         gmm-tool-bar-style.
11054         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11055
11056         * gmm-utils.el (gmm-image-directory): Rename variable from
11057         gmm-image-load-path.
11058         (gmm-image-load-path): Use gmm-image-directory.
11059         (gmm-customize-mode): New function.
11060         (gmm-tool-bar-style): New variable.
11061
11062         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11063         gnus-group-redraw-line-number.
11064         (gnus-group-redraw-check): Simplify.
11065         (gnus-group-tool-bar-update): Remove redraw check.
11066         (gnus-group-make-tool-bar): Add redraw check.
11067
11068 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11069
11070         * gnus-art.el (gnus-button): Add missing parentheses.
11071
11072 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * lpath.el: Fbind line-number-at-pos.
11075
11076 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11079
11080 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * gnus-art.el (gnus-button): New face.
11083         (gnus-article-button-face): Use it.
11084
11085         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11086         gnus-summary-next-page.  Re-order.
11087
11088         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11089         next-node are now included.
11090         (gnus-group-redraw-line-number): New internal variable.
11091         (gnus-group-redraw-check): Helper function for updating the tool
11092         bar.
11093         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11094
11095         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11096
11097         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11098         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11099         Use it to match format of Spamassassin 3.0 and later.  Reported by
11100         IRIE Tetsuya <irie@t.email.ne.jp>.
11101         (spam-check-bogofilter)
11102         (spam-bogofilter-register-with-bogofilter): Fix args of
11103         `gnus-error' calls.
11104
11105 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11108         unnecessary interaction when sending queued mails.  Reported by
11109         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11110
11111 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11114         first or last are nil.
11115
11116 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11117
11118         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11119
11120 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11123
11124 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * dns.el (query-dns): Protect more against buggy tcp output.
11127
11128 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11131         nov.php.
11132
11133 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11134
11135         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11136         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11137         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11138         output on the server side.
11139         (nnweb-google-create-mapping): Update regexps and add some
11140         progress indication.
11141
11142 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11145         gnus-agent-toggle-plugged.  Re-order icons.
11146         (gnus-group-tool-bar-gnome): Add
11147         gnus-group-{prev,next}-unread-group.
11148         (gnus-group-tool-bar-gnome): Re-order icons.
11149
11150         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11151         gnus-summary-insert-new-articles.
11152
11153         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11154         comments.
11155
11156         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11157         also available in Emacs 21.3.
11158
11159         * message.el (message-fix-before-sending): Change "Emacs 22" to
11160         "Emacs 23 (unicode)" in comment.
11161
11162         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11163         "Emacs 23 (unicode)" in comment.
11164
11165         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11166         comment.
11167         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11168
11169         * mm-view.el (mm-fill-flowed): Add :version.
11170
11171 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11174         and load-path.
11175
11176 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * message.el: Autoload gmm-image-load-path.
11179         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11180         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11181         consitency.
11182
11183         * gmm-utils.el (gmm-image-load-path): Also search in
11184         "../etc/images".  Don't set gmm-image-load-path if we don't find
11185         the image.
11186
11187 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gmm-utils.el (gmm-image-load-path): Don't make
11190         `gmm-image-load-path' include subdirectories which the second arg
11191         `image' might specify.
11192
11193         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11194         subdirectory to icon file names.
11195
11196         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11197
11198 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11201         gmm-image-load-path calls.
11202
11203         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11204
11205         * message.el (message-make-tool-bar): Ditto.
11206
11207         * mml.el (mml-preview): Added comment concerning tool bar icons.
11208
11209         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11210         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11211
11212         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11213         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11214
11215         * message.el (message-tool-bar-gnome): Use new icon names.
11216         (message-make-tool-bar): Use `gmm-image-load-path'.
11217
11218         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11219         functions from MH-E.
11220         (gmm-image-load-path): New variable from MH-E.
11221         (gmm-image-load-path): New function from MH-E.  Added arguments
11222         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11223         *-image-load-path-called-flag.
11224
11225 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11226
11227         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11228
11229 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11230
11231         * nnimap.el (nnimap-request-move-article): Change folder back to
11232         source group before deleting.
11233
11234 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11237
11238         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11239         mm-url.
11240
11241         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11242
11243 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11246         coding system which mm-charset-to-coding-system returns for a
11247         given charset is valid.
11248
11249 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11250
11251         * html2text.el (html2text-remove-tag-list):
11252         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11253
11254 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11255
11256         * gnus-cus.el: Revert 2005-10-17 change.
11257
11258 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-art.el (article-strip-banner): Call
11261         article-really-strip-banner only when the regexp match is made.
11262
11263 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-art.el (article-strip-banner): Use
11266         gnus-extract-address-components instead of
11267         mail-header-parse-addresses to make it work with non-ASCII text;
11268         remove mail-encode-encoded-word-string.
11269
11270         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11271         values which are surrounded with \"...\"; make it never cause a
11272         Lisp error; give up parsing of parameters if it failed in
11273         extracting type.
11274
11275 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11276
11277         * smime.el (smime-cert-by-ldap-1): Fix bug where
11278         `smime-ldap-search' returns results without userCertificates.
11279
11280 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11283
11284 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * spam.el (spam-check-spamassassin-headers): Adapt format for
11287         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11288         <ari@mbf.ocn.ne.jp>.
11289         (spam-list-of-processors): Add spam-use-gmane.
11290
11291 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11294         make-temp-file; make it work with XEmacs as well.
11295
11296         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11297         mm-make-temp-file.
11298
11299         * mm-decode.el (mm-display-external): Use the 3rd arg of
11300         mm-make-temp-file.
11301         (mm-create-image-xemacs): Ditto.
11302
11303 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11306         with message-narrow-to-headers.
11307         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11308         (gnus-draft-check-draft-articles): New function.
11309         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11310
11311 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-art.el (gnus-article-browse-html-parts):
11314         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11315         Don't use suffix argument for mm-make-temp-file for Emacs 21
11316         compatibility.  Remove useless `format'.
11317
11318 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11319
11320         * nnweb.el (nnweb-google-wash-article): Update regexps.
11321         (nnweb-group-alist): Use defvoo instead of defvar.
11322
11323 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11326         re-loading nn* modules.
11327
11328 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11331         for `tool-bar-mode' and don't check it's default-value.
11332
11333         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11334
11335         * message.el (message-make-tool-bar): Ditto.
11336
11337         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11338         `substring'.  Shorten tmp-file name.
11339
11340         * gnus.el: Remove bogus comment.
11341
11342 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11343
11344         * gnus-art.el (gnus-article-browse-html-parts): New function.
11345         (gnus-article-browse-html-article): New function for viewing html
11346         articles with a browser.
11347
11348 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11349
11350         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11351         in elisp.
11352         (pgg-gpg-encrypt-symmetric-region): Ditto.
11353         (pgg-gpg-sign-region): Ditto.
11354
11355         * pgg-def.el (pgg-text-mode): New variable.
11356
11357         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11358         (mml2015-pgg-encrypt): Ditto.
11359
11360         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11361         (mml1991-pgg-encrypt): Ditto.
11362
11363 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11366         message-make-date instead of current-time-string.
11367
11368         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11369         to gnus-decoded which mm-uu might set.
11370
11371 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11374         don't decode quoted parameters; remove misimported Emacs code.
11375         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11376         (rfc2231-decode-encoded-string): Don't use split-string which
11377         behaves differently according to Emacs version; use
11378         mm-decode-coding-region to convert charset to coding-system.
11379         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11380         (rfc2231-encode-string): Remove misimported Emacs code.
11381
11382 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11385         when calling mail-header-parse-content-type.
11386         (article-de-quoted-unreadable): Ditto.
11387         (article-de-base64-unreadable): Ditto.
11388         (article-wash-html): Ditto.
11389
11390         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11391         calling mail-header-parse-content-type and
11392         mail-header-parse-content-disposition.
11393         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11394         mail-header-parse-content-type.
11395
11396         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11397         insert charset and format parameters; encode description after
11398         inserting it to buffer.
11399         (mml-insert-parameter): Fold lines properly even if a parameter is
11400         segmented into two or more lines; change the max column to 76.
11401
11402         * rfc1843.el (rfc1843-decode-article-body): Don't use
11403         ignore-errors when calling mail-header-parse-content-type.
11404
11405         * rfc2231.el (rfc2231-parse-string): Return at least type if
11406         possible; don't cause an error even if it fails in parsing of
11407         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11408         (rfc2231-encode-string): Don't break lines at the beginning, leave
11409         it to mml-insert-parameter.
11410
11411         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11412         calling mail-header-parse-content-type.
11413
11414 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * spam-report.el (spam-report-gmane-use-article-number):
11417         Improve doc string.
11418         (spam-report-gmane-internal): Check if a suitable header was found
11419         in the article.
11420
11421 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11424         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11425
11426 2006-02-05  Romain Francoise  <romain@orebokech.com>
11427
11428         Update copyright notices of all files in the gnus directory.
11429
11430 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11431
11432         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11433
11434 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11437         segmented lines of parameter value to cope with Thunderbird 1.5
11438         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11439         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11440         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11441
11442 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11443
11444         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11445         parts.
11446
11447 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11448
11449         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11450         there's only one active file for all servers.
11451         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11452         solid groups.  Gnus might have used a FAST request to select the group.
11453         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11454         and nnweb-search redundantly in the active file.
11455         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11456         (nnweb-request-create-group): Don't use ARGS.
11457         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11458         initialisations.  Let nnoo do the work.
11459
11460 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11463         Say the part has been decoded.
11464
11465         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11466
11467 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11468
11469         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11470         mailcap-viewer-test-cache when there's no 'test clause, since that
11471         will invert the meaning of a "nil" test previously determined by
11472         mailcap-mailcap-entry-passes-test.
11473
11474 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11477         compiling.
11478
11479         * gnus-sum.el: Ditto.
11480
11481         * message.el: Don't bind tool-bar-map when compiling.
11482
11483 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11486
11487 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11488
11489         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11490         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11491         current Google Groups.
11492
11493 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11496         and tool-bar-mode.
11497
11498         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11499         and tool-bar-mode.
11500
11501         * message.el (message-tool-bar-update): Simplify.
11502         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11503
11504         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11505         gnus-summary-buffer.
11506         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11507         gnus-summary-reply.
11508
11509         * gmm-utils.el (gmm): Add :version.
11510
11511 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * Makefile.in (clean): New rule.
11514         (distclean): Use it.
11515
11516 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11517
11518         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11519         autoload.
11520
11521 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gmm-utils.el (gmm-verbose): Add :group.
11524
11525 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * message.el: Change some comments WRT tool-bars.
11528
11529         * gnus-sum.el (gnus-summary-tool-bar)
11530         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11531         (gnus-summary-tool-bar-zap-list): New variables.
11532         (gnus-summary-make-tool-bar): Complete rewrite using
11533         `gmm-tool-bar-from-list'.
11534
11535         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11536         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11537         variables.
11538         (gnus-group-make-tool-bar): Complete rewrite using
11539         `gmm-tool-bar-from-list'.
11540         (gnus-group-tool-bar-update): New function.
11541
11542         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11543
11544 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11547         is dissected into a single part of which the type is the same as
11548         the given one; decode charset.
11549
11550 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11551
11552         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11553         into alists as symbol not string, since that's what
11554         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11555         look for.
11556
11557 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11560         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11561
11562         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11563
11564 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11567         (gnus-xmas-mime-security-button-menu): New function.
11568
11569         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11570         (gnus-mime-security-button-menu): New definition.
11571         (gnus-mime-security-button-map): Use them.
11572         (gnus-mime-security-button-menu): New function.
11573         (gnus-insert-mime-security-button): Addition to help echo.
11574         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11575         (gnus-mime-security-pipe-part): New functions.
11576
11577         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11578         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11579
11580         * mm-decode.el (mm-handle-set-disposition): Remove.
11581         (mm-handle-set-description): Remove.
11582
11583 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11586         (mm-w3m-standalone-supports-m17n-p): New function.
11587         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11588         w3m usage.
11589
11590         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11591         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11592
11593 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el (message-tool-bar-zap-list): Use
11596         gmm-tool-bar-zap-list as custom type.
11597         (message-tool-bar-update): New function.
11598         (message-tool-bar, message-tool-bar-gnome)
11599         (message-tool-bar-retro): Add message-tool-bar-update.
11600         (message-tool-bar-gnome): Add flyspell-buffer.
11601
11602         * gnus-util.el (gnus-error): Describe `args'.
11603
11604         * gmm-utils.el (gmm-error): Describe `args'.
11605         (gmm-tool-bar-zap-list): New widget.
11606         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11607
11608 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11611         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11612         the number of recursive calls.
11613
11614         * mm-decode.el (mm-handle-set-disposition): New macro.
11615         (mm-handle-set-description): New macro.
11616
11617 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11620         encoding.
11621
11622 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el (message-tool-bar-zap-list, message-tool-bar)
11625         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11626         (message-tool-bar-local-item-from-menu): Remove.
11627         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11628         (message-make-tool-bar): New function.
11629         (message-mode): Use `message-make-tool-bar'.
11630
11631         * gmm-utils.el: New file.
11632         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11633         (gmm-lazy): New widget copied from `nnmail.el'.
11634         (gmm-tool-bar-from-list): New function for creating customizable
11635         tool bars.
11636         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11637         output.
11638         (gmm): Add :prefix to defgroup.
11639
11640 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11641
11642         * gmm-utils.el (gmm-widget-p): New function.
11643
11644 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * mml.el (mml-attach-file): Describe `description' in doc string.
11647         (mml-menu): Add Emacs MIME manual and PGG manual.
11648
11649 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11650
11651         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11652
11653 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11654
11655         * nntp.el (nntp-end-of-line): Doc fix.
11656
11657 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11658
11659         * imap.el (imap-open): Handle case where buffer is a buffer
11660         object.
11661
11662 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11663
11664         * gnus-delay.el (gnus-delay): Don't autoload.
11665         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11666         to be re-loaded when customizing the `gnus-delay' group.
11667
11668 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11669
11670         * message.el (message-insert-citation-line): Use newlines.
11671
11672 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11673
11674         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11675         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11676         these routines, so the passphrase can be managed externally and
11677         passed in to the system.
11678         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11679         pgg-add-passphrase-to-cache function.
11680
11681         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11682         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11683         these routines, so the passphrase can be managed externally and
11684         passed in to the system.
11685         (pgg-pgp5-sign-region): Use new name of
11686         pgg-add-passphrase-to-cache function.
11687
11688 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11689
11690         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11691         part of the decoded armor to find the key-identifier.
11692         (pgg-gpg-lookup-key-owner): New function to return the
11693         human-readable identifier of a key owner.
11694         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11695         itself.
11696         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11697         the key value) if we have a key and can match it against a secret
11698         key.  Also, added a note pointing out fact that the prompt only
11699         indicates the first matching key.
11700
11701         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11702         pgg-decrypt-region.
11703         (pgg-add-passphrase-to-cache): Rename from
11704         `pgg-add-passphrase-cache' to reduce confusion (all callers
11705         changed).
11706         (pgg-remove-passphrase-from-cache): Rename from
11707         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11708         changed).
11709         (pgg-read-passphrase, pgg-add-passphrase-cache)
11710         (pgg-remove-passphrase-cache): Add informative docstrings.
11711         (pgg-decrypt): Convey provided passphrase in subordinate call to
11712         pgg-decrypt-region.
11713
11714 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11715
11716         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11717         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11718         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11719         'passphrase' argument, so the passphrase can be managed externally
11720         and then passed in to the system.
11721
11722         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11723         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11724         so the passphrase cache can be used reliably with identifiers
11725         besides a pgp packet's key id.
11726
11727         * pgg-gpg.el (pgg-gpg-encrypt-region)
11728         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11729         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11730         these routines, so the passphrase can be managed externally and
11731         passed in to the system.
11732
11733         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11734         'notruncate' argument, so the passphrase cache can be used
11735         reliably with identifiers besides a pgp packet's key id.
11736
11737 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11738
11739         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11740         symmetric encryption.
11741         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11742         encrypted session key.
11743         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11744         message ask for the passphrase in a proper way.
11745
11746         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11747         New user commands for symmetric encryption.
11748
11749 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11752
11753         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11754
11755 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11756
11757         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11758
11759 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * mm-decode.el (mm-inlined-types): Add application/pgp.
11762         (mm-automatic-display): Ditto.
11763
11764         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11765         part as text.
11766
11767 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * nnrss.el: Update copyright.
11770         (nnrss-opml-import): Query whether to subscribe to each entry.
11771
11772         * gnus-art.el:
11773         * gnus-sum.el:
11774         * gnus-xmas.el:
11775         * messagexmas.el:
11776         * mm-uu.el:
11777         * mm-view.el: Update copyright.
11778
11779 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * message.el (message-info): New function.
11782         (message-mode-menu): Add it.
11783         Update copyright.
11784
11785         * ChangeLog: Fix and update copyright.
11786
11787 2006-01-13  Romain Francoise  <romain@orebokech.com>
11788
11789         * message.el (message-forward-subject-name-subject): Prefer the
11790         address to 'nowhere' if the sender has no name.
11791         Fix typo.  Update copyright year.
11792
11793 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * gnus-art.el (article-wash-html): Use
11796         gnus-summary-show-article-charset-alist if a numeric arg is given.
11797         (gnus-article-wash-html-with-w3m-standalone): New function.
11798
11799         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11800         mm-inline-text-html-render-with-w3m-standalone.
11801         (mm-text-html-washer-alist): Map w3m-standalone to
11802         gnus-article-wash-html-with-w3m-standalone.
11803         (mm-inline-text-html-render-with-w3m-standalone): New function.
11804
11805 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11808         Improve LaTeX.
11809
11810 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11813         (nnrss-request-article): Render text/plain parts as HTML.
11814
11815         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11816         the buffer.
11817
11818 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11821         custom definition of `gnus-posting-styles'.
11822
11823         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11824         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11825
11826 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11829         Use nntp for bug archive.
11830
11831 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11834         parts.
11835         (nnrss-normalize-date): New function converts ISO 8601 date into
11836         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11837         (nnrss-check-group): Use it.
11838
11839 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11842
11843         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11844         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11845         (nnrss-insert-w3): Ditto.
11846
11847 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11850         the articles to be forwarded including the case where neither a
11851         number of articles nor a region is specified.
11852
11853 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * nnrss.el (nnrss-request-article): Fix last change; fill
11856         text/plain parts.
11857
11858 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11861         in text/plain part.
11862         (nnrss-check-group): Don't add excessive newline to dc:subject.
11863
11864 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11865
11866         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11867         article.
11868
11869 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11872         (nnml-use-compressed-files, nnml-save-mail): Support other
11873         comression programs such as bzip2.
11874
11875 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11876
11877         * dns.el (query-dns): Make sure we check the buffer size before
11878         removing tcp headers.
11879
11880 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11883         remove MIME buttons associated with multipart/alternative parts.
11884         (gnus-mime-display-alternative): Tag buttons using `article-type'
11885         text property.
11886
11887         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11888         associated with multipart/alternative parts.
11889
11890         * gnus-art.el (gnus-signature-separator): Fix custom type.
11891
11892         * mm-decode.el (mm-inlined-types): Fix custom type.
11893         (mm-keep-viewer-alive-types): Ditto.
11894         (mm-automatic-display): Ditto.
11895         (mm-attachment-override-types): Ditto.
11896         (mm-inline-override-types): Ditto.
11897         (mm-automatic-external-display): Ditto.
11898
11899 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * spam-report.el (spam-report-user-mail-address)
11902         (spam-report-user-agent): New variables.
11903         (spam-report-url-ping-plain): Use spam-report-user-agent.
11904
11905 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11906
11907         * gnus-art.el (gnus-button-handle-custom): Do not just use
11908         `customize-apropos' for any "M-x customize-*" button but the
11909         function called for.  Accept both the function name and its
11910         argument in order to achieve this.
11911         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11912         function name to `gnus-button-handle-custom' in case of "M-x
11913         customize-*" buttons.
11914
11915 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11918         multipart/alternative and add xref to mm-discouraged-alternatives
11919         in doc string.
11920
11921         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11922         gnus-buttonized-mime-types in doc string.
11923
11924 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11927         Suggest image/.* in the doc string.
11928
11929 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11932         message-marks (Debian bug #342521).
11933
11934 2005-12-12  Simon Josefsson  <jas@extundo.com>
11935
11936         * password.el (password-read-from-cache): Add.
11937         (password-read): Use it.
11938
11939 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11942         us-ascii as a MIME charset.
11943
11944         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11945         against the case where the 2nd arg TYPE is nil.
11946
11947 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * pop3.el (pop3-stream-type): Fix custom version.
11950
11951         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11952
11953 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11954
11955         * mm-decode.el (mm-display-external): Add missing cdr.
11956
11957 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11960         RFC1524) if it is in mailcap or add a suffix according to
11961         mailcap-mime-extensions when generating a temp filename; postpone
11962         deleting a temp file for 2 seconds for some wrappers, shell
11963         scripts, and so on, which might exit right after having started a
11964         viewer command as a background job.
11965
11966 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * nntp.el (nntp-marks-directory): Fix custom group.
11969
11970         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11971         steps when < 10.
11972
11973         * gnus-start.el (gnus-no-server-1): Mention
11974         `gnus-level-default-subscribed' in doc string.
11975
11976 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11977
11978         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11979         parens.
11980
11981 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-xmas.el (gnus-use-toolbar): Revert.
11984         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11985         gnus-use-toolbar is default.
11986
11987         * messagexmas.el (message-use-toolbar): Revert.
11988         (message-setup-toolbar): Use global default-toolbar if
11989         message-use-toolbar is default.
11990
11991 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11994         according to default-toolbar-visible-p.
11995
11996         * messagexmas.el (message-use-toolbar): Ditto.
11997
11998 2005-11-26  Dave Love  <fx@gnu.org>
11999
12000         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12001         (tls-program, tls-success): Provide openssl alternative.
12002
12003         * starttls.el: Doc fixes.
12004         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12005         SERVICE to PORT.
12006
12007         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12008         port null or service name.
12009         (starttls-negotiate): Autoload.
12010
12011 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * message.el (message-kill-to-signature): Fix interactive spec.
12014
12015 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * pop3.el (pop3-open-server): Recognize a string as a service name.
12018
12019 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12020
12021         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12022
12023 2005-11-23  Dave Love  <fx@gnu.org>
12024
12025         Add pop3s, pop3/starttls.
12026
12027         * pop3.el (pop3-authentication-scheme): Clarify doc.
12028         (open-tls-stream, starttls-open-stream): Autoload.
12029         (pop3-stream-type): New.
12030         (pop3-open-server): Use it.
12031
12032         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12033         for POP.
12034         (mail-source-keyword-map): Add :stream for POP.
12035         (mail-source-fetch-pop): Use pop3-stream-type.
12036
12037 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12040         of current-time-string.
12041
12042 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12043
12044         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12045         date header.
12046
12047 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12048
12049         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12050         it can seriously impact performance as it bypasses the agent's
12051         local caches.
12052
12053 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12054
12055         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12056         must be explicitly online rather than "not explicitly offline" for
12057         its flags to be synchronized.
12058
12059         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12060         that gnus-uu-unmark-thread will function correctly.
12061
12062         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12063         1024K is instead displayed as 1M.
12064
12065 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066
12067         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12068
12069 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12070
12071         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12072
12073 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12074
12075         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12076         error message to display actual error condition.
12077         (gnus-agent-save-local): Avoid saving symbols that are bound to
12078         nil as they simply result in a warning message in
12079         gnus-agent-read-local.
12080
12081 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12084         rather than make-variable-buffer-local for file-precious-flag.
12085
12086 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12087
12088         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12089         for duplicates which are removed.  The invalid sort check then
12090         triggers a rescan after the sort as sorting may have moved
12091         duplicate entries such that they can be cheaply detected.
12092
12093 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12096
12097 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12098
12099         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12100         internal variable to a custom variable.  Changed default value
12101         from compressed(2) to uncompressed(1).
12102         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12103         support for uncompressed agentview files.  Taken together, reading
12104         the agentview file should now be 6-7 times faster.
12105
12106 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12107
12108         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12109         as a buffer-local variable.  This avoids creating truncated
12110         dribble files as a result of a hang up, eg.
12111
12112 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12113
12114         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12115         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12116         XEmacs.
12117
12118 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * gnus-start.el (gnus-start-draft-setup): Enforce
12121         `gnus-draft-mode' for nndraft:drafts at startup.
12122
12123         * gnus.el (gnus-splash): Change custom group.
12124         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12125         allow-list argument.
12126
12127         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12128         string.
12129
12130 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * gnus-art.el (gnus-default-article-saver): Add user-defined
12133         `function' to custom type.
12134
12135 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12136
12137         * imap.el (imap-open): Handle case where buffer is a buffer
12138         object.
12139
12140 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12143         long lines.
12144         (gnus-cache-delete-group): Wrap doc strings.
12145
12146         * gnus-agent.el (gnus-agent-rename-group)
12147         (gnus-agent-delete-group): Wrap doc strings.
12148
12149 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * messagexmas.el (message-use-toolbar): Change the valid values
12152         into default, top, bottom, left, and right.
12153         (message-toolbar-thickness): New variable.
12154         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12155         well.
12156         (message-setup-toolbar): Make it work.
12157
12158         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12159         (gnus-use-toolbar): Change the valid values into default, top,
12160         bottom, left, and right.
12161         (gnus-toolbar-thickness): New variable.
12162         (gnus-xmas-setup-toolbar): New function.
12163         (gnus-xmas-setup-group-toolbar): Use it.
12164         (gnus-xmas-setup-summary-toolbar): Use it.
12165
12166 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167
12168         * gnus-start.el (gnus-1): Add "native" to
12169         gnus-predefined-server-alist.
12170
12171         * gnus.el (gnus-method-to-server): Don't add "native" to the
12172         lists here, because that leads to problems when
12173         gnus-select-method is bound.
12174
12175 2005-11-09  Simon Josefsson  <jas@extundo.com>
12176
12177         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12178         use (not sort-by-date) instead.
12179
12180 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12181
12182         * gnus-delay.el (gnus-delay-group): Don't autoload.
12183         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12184         to be re-loaded when customizing the `gnus-delay' group.
12185
12186 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12187
12188         * message.el: Revert last changes.
12189         (message-insert-citation-line): Use newlines.
12190
12191 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12192
12193         * message.el (message-courtesy-message)
12194         (message-mark-insert-begin, message-mark-insert-end)
12195         (message-elide-ellipsis, message-cancel-message)
12196         (message-add-header, message-change-subject)
12197         (message-cross-post-followup-to-header)
12198         (message-cross-post-insert-note, message-reduce-to-to-cc)
12199         (message-widen-reply, message-delete-not-region)
12200         (message-kill-to-signature, message-insert-signature)
12201         (message-insert-importance-high, message-insert-importance-low)
12202         (message-insert-or-toggle-importance)
12203         (message-insert-disposition-notification-to)
12204         (message-indent-citation, message-yank-original)
12205         (message-cite-original-without-signature, message-cite-original)
12206         (message-insert-citation-line, message-position-on-field)
12207         (message-fix-before-sending, message-send-mail-partially)
12208         (message-send-mail, message-send-mail-with-sendmail)
12209         (message-send-mail-with-qmail, message-send-news)
12210         (message-check-news-header-syntax, message-generate-headers)
12211         (message-insert-courtesy-copy, message-fill-address)
12212         (message-fill-header, message-shorten-references)
12213         (message-setup-1, message-cancel-news)
12214         (message-forward-make-body-plain, message-forward-make-body-mime)
12215         (message-forward-make-body-mml, message-encode-message-body)
12216         (message-forward-make-body-digest-plain)
12217         (message-forward-make-body-digest-mime)
12218         (message-use-alternative-email-as-from): Insert `hard-newline'
12219         instead of ordinary newlines.
12220
12221 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * message.el (message-generate-headers): Downcase the argument
12224         given to message-check-element.
12225
12226 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12227
12228         * nntp.el (nntp-authinfo-rejected): New error condition.
12229         (nntp-wait-for): Use new error condition to signal authentication
12230         error.
12231         (nntp-retrieve-data): Rethrow new error condition to break out of
12232         recursive call to nntp-send-authinfo.
12233
12234 2005-11-08  Romain Francoise  <romain@orebokech.com>
12235
12236         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12237         (gnus-summary-exit-map): Bind to `Z p'.
12238         (gnus-summary-make-menu-bar): Add menu item.
12239
12240 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12243         (gnus-treat-*): Add `first' in all doc strings.
12244
12245         * gnus-group.el (gnus-group-compact-group): Fix typo.
12246
12247 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus.el (gnus-parameters-case-fold-search): New variable.
12250         (gnus-parameters-get-parameter): Use it.
12251
12252         * gnus-score.el (gnus-home-score-file): Doc fix.
12253
12254 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12255
12256         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12257
12258 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * mm-util.el (mm-special-display-p): New function.
12261
12262         * mml.el (mml-preview): Use it; doc fix.
12263
12264 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12265
12266         * imap.el (imap-open): Handle case where buffer is a buffer object.
12267
12268 2005-10-29  Romain Francoise  <romain@orebokech.com>
12269
12270         * message.el (message-fix-before-sending): Fix comment.
12271
12272 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12273
12274         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12275
12276 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12277
12278         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12279         Used in gnus-score.el.
12280
12281 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12284
12285 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12288         whitespace removed in revision 7.8.  Use concatenated string to
12289         protect trailing whitespace.
12290
12291 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12292
12293         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12294         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12295         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12296         Courier IMAP ("some version from 2004").  Mostly based on similar
12297         code in the same function.
12298
12299 2005-10-26  Didier Verna  <didier@xemacs.org>
12300
12301         * gnus-group.el (gnus-group-compact-group): Invalidate original
12302         article buffer.
12303         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12304         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12305         NOV database and in article itself.
12306         Invalidate article backlog.
12307
12308 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12311
12312 2005-10-26  Simon Josefsson  <jas@extundo.com>
12313
12314         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12315         part of 2004-07-25 change.
12316
12317 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * message.el (message-display-completion-list): New function.
12320         (message-expand-group): Use it; make sure the Completions buffer
12321         is modifiable.
12322 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12323
12324         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12325         user-mail-name is an empty string.
12326
12327 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12330         depending on gnus-score-decay-constant.
12331
12332         * encrypt.el (encrypt-insert-file-contents)
12333         (encrypt-write-file-contents): Don't use `gnus-message'.
12334
12335         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12336         arguments.
12337         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12338         arguments to mm-uu-verbatim-marks-extract.
12339         (mm-uu-hide-markers): New variable.
12340         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12341
12342         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12343         (gnus-convert-image-to-face-command): Use "convert" by default to
12344         allow other input image formats.
12345         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12346         accordingly.
12347
12348 2005-10-23  Simon Josefsson  <jas@extundo.com>
12349
12350         * imap.el (imap-gssapi-program): Align command line parameters
12351         with latest GNU SASL.
12352         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12353
12354 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12357         HTML.
12358         (nnslashdot-request-article): Ditto.
12359
12360         * lpath.el (featurep): Add nobreak-char-display.
12361
12362 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12363
12364         * mail-source.el (mail-source-fetch-pop): Require pop3.
12365         (mail-source-check-pop): Ditto.
12366
12367 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12370         errors.
12371
12372 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12375         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12376
12377         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12378
12379         * mm-bodies.el (mm-decode-string): Call
12380         `mm-charset-to-coding-system' with allow-override argument.
12381
12382 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12385         (rfc2047-charset-to-coding-system): New function.
12386         (rfc2047-decode-encoded-words): New function.
12387         (rfc2047-decode-region): Use them.
12388         (rfc2047-decode-cte): Remove.
12389         (rfc2047-parse-and-decode): Remove.
12390         (rfc2047-decode): Remove.
12391
12392 2005-10-15  Kenichi Handa  <handa@m17n.org>
12393
12394         * rfc2047.el (rfc2047-decode-cte): New function.
12395         (rfc2047-decode-region): Change the way to decode successive
12396         encoded-words: decode B- or Q-encoding in each encoded-word,
12397         concatenate them, and decode it as charset.
12398
12399 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * lpath.el: Fbind codepage-setup for XEmacs.
12402
12403 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12404
12405         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12406         widget-move-and-invoke.
12407         (gnus-custom-mode): Use gnus-custom-map.
12408
12409 2005-10-15  Bill Wohler  <wohler@newt.com>
12410
12411         * message.el (message-tool-bar-map): Renamed image file from
12412         mail_send to mail/send.
12413
12414 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12415
12416         * message.el (message-expand-group): Pass the common
12417         prefix substring of completion to `display-completion-list'.
12418
12419 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * mml-sec.el (mml-secure-method): New internal variable.
12422         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12423         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12424         functions using mml-secure-method.
12425
12426         * mml.el (mml-mode-map): Add key bindings for those functions.
12427         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12428         Harder <harder@myrealbox.com>.
12429         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12430         end of message if point is the headers of the message.
12431
12432         * message.el (message-in-body-p): New function.
12433
12434         * assistant.el: Autoload gnus-util and netrc.
12435
12436         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12437         Use `mm-charset-override-alist' only when decoding.
12438
12439         * mm-bodies.el (mm-decode-body): Call
12440         `mm-charset-to-coding-system' with allow-override argument.
12441
12442         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12443         `filename' from Content-Disposition if Content-Type doesn't
12444         provide `name'.
12445         (gnus-mime-view-part-as-type): Set default instead of
12446         initial-input.
12447
12448 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12449
12450         * format-spec.el (format-spec): Propagate text properties of % spec.
12451
12452 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12453
12454         * gnus-art.el (gnus-treat-predicate): Add `first'.
12455
12456 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12459         (mm-charset-override-alist): New variable.
12460         (mm-charset-to-coding-system): Use it.
12461         (mm-codepage-setup): New helper function.
12462         (mm-charset-eval-alist): New variable.
12463         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12464         about unknown charsets.
12465
12466         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12467
12468 2005-10-04  David Hansen  <david.hansen@gmx.net>
12469
12470         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12471         (nnrss-check-group): Ditto.
12472
12473 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12476         Rename x-gnus-verbatim to x-verbatim.
12477         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12478
12479         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12480         x-verbatim.
12481
12482         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12483
12484         * gnus-util.el (gnus-remove-duplicates): Remove.
12485
12486         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12487         instead of gnus-remove-duplicates.
12488
12489         * message.el (message-remove-duplicates): Remove.
12490         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12491         message-remove-duplicates.
12492
12493         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12494         available, else use implementation from `delete-dups'.
12495
12496         * message.el (message-insert-expires): New function.
12497         (message-mode-map): Add key binding.
12498         (message-mode-field-menu): Add menu entry.
12499         (message-mode): Document it.
12500         (message-make-expires-date): Use `message-make-date'.
12501
12502 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12503
12504         * message.el (message-make-expires-date): New function.
12505
12506 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * Makefile.in (list-installed-shadows): New entry.
12509         (install): Use it.
12510         (remove-installed-shadows): New entry.
12511
12512         * dgnushack.el (dgnushack-default-load-path): New variable.
12513         (dgnushack-find-lisp-shadows): New function.
12514         (dgnushack-remove-lisp-shadows): New function.
12515
12516 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * Makefile.in (install-el-elc): New entry.
12519         (install): Use it so that .el files are necessarily installed.
12520
12521 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12524
12525 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12526
12527         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12528         function rather than the diff-mode.el package.
12529         (mm-display-external): Use with-current-buffer.
12530         (mm-viewer-completion-map, mm-viewer-completion-map):
12531         Move initialization inside declaration.
12532
12533 2005-09-29  Simon Josefsson  <jas@extundo.com>
12534
12535         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12536         autoload mail-check-payment.
12537         (spam-check-hashcash): Define unconditionally, since hashcash.el
12538         is part of Gnus now.  Ignore errors from payment checking.
12539
12540 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * message.el (message-bold-region, message-unbold-region): Rename
12543         from `bold-region' and `unbold-region'.
12544
12545         * message.el: Remove useless autoloads.
12546
12547 2005-09-28  Simon Josefsson  <jas@extundo.com>
12548
12549         * message.el (message-use-idna): Default to t.
12550         (message-use-idna): Test whether encoding works too.  Doc fix.
12551
12552 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * nntp.el (nntp-warn-about-losing-connection): Remove.
12555
12556 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12559         customizable.  Change default value.
12560         (mm-uu-diff-groups-regexp): Change default value.
12561         (mm-uu-type-alist): Add doc string.
12562         (mm-uu-configure): Add doc string.  Make it interactive.
12563         (mm-uu-tex-groups-regexp): New variable.
12564         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12565         (mm-uu-type-alist): Add LaTeX documents.
12566         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12567         of "text/verbatim".
12568         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12569
12570         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12571         instead of "text/verbatim".
12572
12573         * message.el (message-mark-inserted-region)
12574         (message-mark-insert-file): Use slrn style marks when called with
12575         prefix argument.
12576
12577 2005-09-27  Simon Josefsson  <jas@extundo.com>
12578
12579         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12580
12581 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12582
12583         * message.el (message-remove-duplicates): New function.
12584         Implementation borrowed from `gnus-remove-duplicates'.
12585         (message-idna-to-ascii-rhs): Also encode idna addresses in
12586         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12587         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12588         only ask about the same idna domain once per header and also tell
12589         in what header to replace the idna domain.
12590
12591         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12592         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12593         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12594         a header is decoded and not just the last one.
12595
12596 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12599         has been decoded.
12600
12601         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12602         (mm-insert-part): Don't modify text if it has been decoded.
12603
12604         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12605         decoded.
12606
12607         * mm-view.el (mm-inline-text): Don't strip text props unless
12608         decoding enriched or richtext parts.
12609
12610 2005-09-25  Romain Francoise  <romain@orebokech.com>
12611
12612         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12613         * gnus-start.el (gnus-subscribe-interactively):
12614         * gnus-uu.el (gnus-uu-grab-articles):
12615         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12616         space.
12617
12618 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12619
12620         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12621         * mm-view.el (mm-view-pkcs7-decrypt):
12622         * gnus-sum.el (gnus-summary-limit-to-extra)
12623         (gnus-summary-respool-article, gnus-read-move-group-name):
12624         * gnus-score.el (gnus-summary-increase-score):
12625         * gnus-util.el (gnus-completing-read-with-default):
12626         * gnus-art.el (gnus-read-save-file-name)
12627         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12628         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12629         * message.el (message-check-news-header-syntax):
12630         Follow convention for reading with the minibuffer.
12631
12632 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * spam-report.el (spam-report-url-ping-plain):
12635         Use gnus-extended-version as User-Agent.
12636
12637         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12638         default value is nil.
12639
12640         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12641         (mm-uu-verbatim-marks-extract): New function.
12642         (mm-uu-extract): New face.
12643         (mm-uu-copy-to-buffer): Use it.
12644
12645         * spam-report.el (spam-report-gmane-ham): Renamed from
12646         `spam-report-gmane-unspam'.
12647         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12648         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12649
12650         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12651         Autoload.
12652         (spam-report-gmane-unregister-routine): Renamed
12653         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12654
12655 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12656
12657         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12658         (spam-report-gmane-unregister-routine): Add support for gmane
12659         unregistration.
12660
12661         * spam-report.el (spam-report-gmane-unspam)
12662         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12663         (spam-report-gmane): Change to take a single article and do unspam
12664         registration.
12665
12666 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * mm-url.el (mm-url-decode-entities): Fix regexp.
12669
12670 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12673         default to nil, to be able to use Gnus at all.  If the default
12674         switches to something else, then the function should be fixed not
12675         be exceedingly slow.
12676
12677 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12680         fail hard.
12681
12682         * spam-report.el: Add better Keywords line.
12683
12684         * spam.el: Add Maintainer and better Keywords line.
12685
12686 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * gnus-art.el (gnus-article-replace-part)
12689         (gnus-mime-replace-part): New functions.
12690         (gnus-mime-action-alist, gnus-mime-button-commands)
12691         (gnus-mime-save-part-and-strip): Added file argument.
12692         (gnus-article-part-wrapper): Added interactive argument.
12693
12694         * gnus-sum.el (gnus-summary-mime-map): Add
12695         `gnus-article-replace-part'.
12696
12697 2005-09-19  Didier Verna  <didier@xemacs.org>
12698
12699         The nnml compaction feature:
12700         * nnml.el (nnml-request-compact-group): New function.
12701         * nnml.el (nnml-request-compact): New function.
12702         * gnus-int.el (gnus-request-compact-group): New function.
12703         * gnus-int.el (gnus-request-compact): New function.
12704         * gnus-group.el (gnus-group-compact-group): New function.
12705         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12706         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12707         * gnus-srvr.el (gnus-server-compact-server): New function.
12708         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12709         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12710
12711 2005-09-18  Deepak Goel  <deego@gnufans.org>
12712
12713         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12714         format spec.
12715
12716 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12719
12720 2005-09-15  Romain Francoise  <romain@orebokech.com>
12721
12722         * message.el (message-fill-paragraph): Clarify docstring.
12723
12724 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-art.el (gnus-mime-display-part): Protect against broken
12727         MIME messages.
12728
12729 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12732         before parsing header.
12733
12734 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12735
12736         * html2text.el (html2text-replace-list): Add new entities.
12737
12738 2005-09-11  Romain Francoise  <romain@orebokech.com>
12739
12740         * message.el (message-alternative-emails): Improve docstring.
12741         (message-setup-1): Call `message-use-alternative-email-as-from'
12742         after `message-setup-hook' to give it precedence over posting
12743         styles, etc.
12744         (message-use-alternative-email-as-from): Add docstring.  Remove
12745         the original From header if present.
12746
12747         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12748         (nnml-save-mail): Use it.
12749
12750         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12751         articles.  Add new argument `silent'.
12752         (gnus-uu-mark-all): Report the total number of marked articles.
12753
12754 2005-09-10  Romain Francoise  <romain@orebokech.com>
12755
12756         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12757         (gnus-uu-mark-series): Likewise.
12758
12759 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * spam-report.el (spam-report-gmane): Fix generation of spam
12762         report URL.
12763
12764 2005-09-10  Simon Josefsson  <jas@extundo.com>
12765
12766         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12767         t, based on discussion on the ding list with Robert Epprecht
12768         <epprecht@solnet.ch>.
12769
12770 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * spam-report.el (spam-report-gmane): Make it work without
12773         X-Report-Spam header.  Gmane now only provides Archived-At.
12774         This is only used if `spam-report-gmane-use-article-number' is nil.
12775         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12776
12777         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12778         make `gnus-summary-sort-by-recipient' work with threading.
12779
12780         * nnweb.el (nnweb-google-wash-article): Print a message if article
12781         is not available.
12782
12783 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12784
12785         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12786         change.  Decode text/* parts content before displaying.
12787
12788 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12791
12792 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12795
12796         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12797         url-package-name, url-package-version,
12798         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12799         w3m-display-inline-images, and w3m-minor-mode-map.
12800
12801 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * message.el (message-tab-body-function): Fix mismatched custom type.
12804
12805         * gnus.el (gnus-group-change-level-function): Ditto.
12806
12807         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12808
12809         * gnus-art.el (gnus-signature-limit)
12810         (gnus-article-mime-part-function): Ditto.
12811
12812 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * mml.el (mml-mode): Silence the byte compiler.
12815
12816         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12817         using `(sit-for 0)' before moving the point to the specified part;
12818         skip unbuttonized parts.
12819         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12820         return to the summary window if gnus-auto-select-part is non-nil.
12821
12822 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12825         variables.
12826         (mml-dnd-attach-file, mml-mode): Use them.
12827
12828         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12829         Make fetching article by MID work again for Google Groups.  Added
12830         FIXME concerning gnus-group-make-web-group.
12831
12832         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12833         Don't depend on Gnus by using mail-extract-address-components if
12834         gnus-extract-address-components is not bound.
12835
12836 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * gnus-art.el (gnus-mime-display-security): Don't display the
12839         signature, but only the signed part.
12840
12841 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12844
12845         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12846         list, not listp.
12847
12848 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12849
12850         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12851         when encoding.
12852
12853         * mm-bodies.el (mm-decode-content-transfer-encoding):
12854         De-canonicalize CRLF for all text content types, not just
12855         text/plain.
12856
12857 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12860         valid article; point arrow and cursor at the MIME button.
12861
12862 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12865         Suggested by Dan Christensen <jdc@uwo.ca>.
12866
12867         * mm-decode.el (mm-save-part): Enable change of prompt.
12868
12869 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12870
12871         * gnus-msg.el (gnus-inews-add-send-actions): Made
12872         `message-post-method' lambda parameter ARG `&optional'.
12873
12874 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * gnus-sum.el (gnus-summary-mime-map): Added
12877         gnus-article-save-part-and-strip, gnus-article-delete-part and
12878         gnus-article-jump-to-part.
12879
12880         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12881         (gnus-article-edit-part): Use it.
12882         (gnus-article-part-wrapper): Added no-handle argument.
12883         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12884         functions.
12885
12886 2005-08-29  Romain Francoise  <romain@orebokech.com>
12887
12888         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12889         docstring.
12890         (gnus-face-from-file): Likewise.
12891
12892 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12895         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12896         non-nil.
12897         (gnus-auto-select-part): New variable.
12898         (gnus-article-jump-to-part): New function.
12899         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12900         (gnus-mime-delete-part): Allow selecting specified part after
12901         deleting or stripping parts.
12902         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12903         part if argument is bogus.
12904
12905 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12906
12907         * gnus-art.el (w3m-minor-mode-map):
12908         * gnus-spec.el (gnus-newsrc-file-version):
12909         * gnus-util.el (nnmail-active-file-coding-system)
12910         (gnus-original-article-buffer, gnus-user-agent):
12911         * gnus.el (gnus-ham-process-destinations)
12912         (gnus-parameter-ham-marks-alist)
12913         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12914         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12915         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12916         * mm-decode.el (gnus-current-window-configuration):
12917         * mm-extern.el (gnus-article-mime-handles):
12918         * mm-url.el (url-current-object, url-package-name)
12919         (url-package-version):
12920         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12921         (smime-keys, w3m-cid-retrieve-function-alist)
12922         (w3m-current-buffer, w3m-display-inline-images)
12923         (w3m-minor-mode-map):
12924         * mml-smime.el (gnus-extract-address-components):
12925         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12926         (gnus-newsrc-hashtb, message-default-charset)
12927         (message-deletable-headers, message-options)
12928         (message-posting-charset, message-required-mail-headers)
12929         (message-required-news-headers):
12930         * mml1991.el (mc-pgp-always-sign):
12931         * mml2015.el (mc-pgp-always-sign):
12932         * nnheader.el (nnmail-extra-headers):
12933         * rfc1843.el (gnus-decode-encoded-word-function)
12934         (gnus-decode-header-function, gnus-newsgroup-name):
12935         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12936
12937 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12938
12939         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12940         the end of the date treatments.
12941
12942 2005-08-15  Simon Josefsson  <jas@extundo.com>
12943
12944         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12945         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12946         Capello and Romain Francoise.
12947         (pgg-fetch-key-function): Removed, not used?
12948         (pgg-insert-url-with-w3): Require url, to get
12949         url-insert-file-contents regardless of where it is defined.
12950
12951 2005-08-13  Romain Francoise  <romain@orebokech.com>
12952
12953         * message.el (message-cite-original-1): New function.
12954         (message-cite-original): Use it.
12955         (message-cite-original-without-signature): Ditto.
12956
12957 2005-08-08  Romain Francoise  <romain@orebokech.com>
12958
12959         * message.el (message-yank-empty-prefix): New variable.
12960         (message-indent-citation): Use it.
12961         (message-cite-original-without-signature): Respect X-No-Archive.
12962
12963 2005-08-08  Simon Josefsson  <jas@extundo.com>
12964
12965         * pgg.el: Autoload url-insert-file-contents instead of loading
12966         w3/url.
12967         (pgg-insert-url-with-w3): Don't load url here.
12968
12969 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12970
12971         * message.el (message-kill-to-signature): Don't insert newline at
12972         bol.
12973         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12974
12975 2005-08-06  Romain Francoise  <romain@orebokech.com>
12976
12977         * message.el (message-user-fqdn): Fix typo in docstring.
12978
12979 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12980
12981         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12982
12983         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12984
12985 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * mm-bodies.el (mm-encode-body): Use coding system rather than
12988         charset to encode text.
12989
12990         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12991         number of charsets if utf-8 is available (XEmacs).
12992
12993 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12996         taken from `gnus-button-mid-or-mail-regexp'.
12997         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12998         (gnus-button-alist): Improve regexp for domain part of the MIDs
12999         for news:localpart@domain buttons.
13000         (gnus-button-ctan-directory-regexp): Update.
13001
13002 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * sieve-manage.el (sieve-manage-interactive-login): Use
13005         make-local-variable rather than make-variable-buffer-local.
13006         (sieve-manage-open): Ditto.
13007         (sieve-manage-authenticate): Ditto.
13008
13009         * mml.el (mml-generate-mime-1): Make the content type default to
13010         text/plain if the filename is not specified.
13011
13012 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13015         instead of insert-buffer.
13016
13017         * message.el (message-yank-original): Ditto; set the mark at the
13018         end of the yanked message.
13019
13020 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13023         lines to scroll rather than to stop it.
13024
13025         * mml.el (mml-generate-default-type): Add doc string.
13026         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13027         default to application/octet-stream when determining the content
13028         type if it is not specified for the part or the mml contents; add
13029         a comment about mml-generate-default-type.
13030
13031 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13034         make it default to application/octet-stream when determining the
13035         content type if it is not specified for the external contents.
13036
13037 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13040         segmented parameter but also other parameters might be there.
13041
13042 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * mm-decode.el (mm-display-external): Delete temp file, directory
13045         and buffer immediately if the external process is exited.
13046
13047 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13050         fewer lines than that of scroll-margin.
13051         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13052
13053 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * gnus-art.el (gnus-article-next-page): Revert.
13056         (gnus-article-beginning-of-window): New macro.
13057         (gnus-article-next-page-1): Use it.
13058         (gnus-article-prev-page): Ditto.
13059         (gnus-article-edit-part): Use insert-buffer-substring instead of
13060         insert-buffer.
13061         (gnus-article-edit-exit): Ditto.
13062
13063         * gnus-util.el (gnus-beginning-of-window): Remove.
13064         (gnus-end-of-window): Remove.
13065
13066         * lpath.el: Don't bind header-line-format and scroll-margin.
13067
13068 2005-07-25  Simon Josefsson  <jas@extundo.com>
13069
13070         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13071         to have the url package without w3.  Reported by Daiki Ueno
13072         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13073
13074 2005-07-20  Didier Verna  <didier@xemacs.org>
13075
13076         * gnus-diary.el: Remove the description comment (nndiary is now
13077         properly documented in the Gnus manual).
13078         Fix the spelling of "Back End".
13079         * nndiary.el: Ditto.
13080         Fix the copyright notice.
13081
13082 2005-07-18  Romain Francoise  <romain@orebokech.com>
13083
13084         * gnus-sum.el (gnus-summary-to-prefix)
13085         (gnus-summary-newsgroup-prefix): New variables.
13086         (gnus-summary-from-or-to-or-newsgroups): Use them.
13087
13088 2005-07-17  Romain Francoise  <romain@orebokech.com>
13089
13090         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13091         space as it's generally not especially interesting to the user.
13092
13093 2005-07-16  Romain Francoise  <romain@orebokech.com>
13094
13095         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13096         nil to avoid prompting and file modification if one of the
13097         messages at the top of the nnfolder file contains a copyright
13098         notice.
13099         Update copyright notice.
13100
13101         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13102         instead of `current-time-string' as the latter creates a time
13103         string that is not RFC 2822 compliant (it lacks the zone).
13104         Update copyright notice.
13105
13106 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13107
13108         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13109         for text/rtf.  Display default in prompt.  Pass default for M-n.
13110
13111         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13112
13113 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13114
13115         * gnus-msg.el (gnus-button-mailto): Remove
13116         save-selected-window-window hackery because it relies on
13117         save-selected-window internals.
13118
13119 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13122         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13123         (gnus-article-prev-page): Ditto.
13124
13125         * gnus-util.el (gnus-beginning-of-window): New function.
13126         (gnus-end-of-window): New function.
13127
13128         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13129
13130 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13131
13132         * gnus-score.el (gnus-score-edit-all-score): Set
13133         gnus-score-edit-exit-function to gnus-score-edit-done and call
13134         gnus-message.
13135
13136 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * gnus-msg.el (gnus-button-mailto): Remove
13139         save-selected-window-window hackery because it relies on
13140         save-selected-window internals.
13141
13142 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13145         add-minor-mode.
13146         (gnus-binary-mode): Ditto.
13147
13148         * gnus-topic.el (gnus-topic-mode): Ditto.
13149
13150 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13151
13152         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13153         (gnus-article-prev-page): Take scroll-margin into consideration.
13154
13155 2005-07-04  Lute Kamstra  <lute@gnu.org>
13156
13157         Update FSF's address in GPL notices.
13158
13159 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13160
13161         * gnus.el (gnus-exit):
13162         * gnus-group.el (gnus-group-icons):
13163         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13164
13165         * gnus-nocem.el (gnus-nocem):
13166         * message.el (message-various, message-buffers, message-sending)
13167         (message-interface, message-forwarding, message-insertion)
13168         (message-headers, message-news, message-mail):
13169         * pgg-gpg.el (pgg-gpg):
13170         * pgg-parse.el (pgg-parse):
13171         * pgg-pgp.el (pgg-pgp):
13172         * pgg-pgp5.el (pgg-pgp5):
13173         * pop3.el (pop3): Finish `defgroup' description with period.
13174
13175 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-art.el (article-display-face): Improve the efficiency.
13178         (article-display-x-face): Ditto; remove grey x-face stuff.
13179
13180 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * gnus-art.el (article-display-face): Correct the position in
13183         which Faces are inserted.
13184
13185 2005-06-29  Didier Verna  <didier@xemacs.org>
13186
13187         * gnus-art.el (article-display-face): Display faces in correct
13188         order.
13189
13190 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13193         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13194         (gnus-nocem-check-article): Fetch the Type header.
13195         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13196         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13197         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13198         make sure gnus-nocem-hashtb is initialized.
13199         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13200         (gnus-nocem-unwanted-article-p): Ditto.
13201
13202         * pgg.el (pgg-verify): Return the verification result.
13203
13204 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13207         is ascii.
13208
13209 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13210
13211         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13212         `show-nonbreak-escape'.
13213
13214 2005-06-23  Lute Kamstra  <lute@gnu.org>
13215
13216         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13217
13218         * dig.el (dig-mode):
13219         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13220
13221 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13222
13223         * nnimap.el (nnimap-split-download-body): Fix spellings.
13224
13225 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13226
13227         * gnus-art.el (gnus-article-encrypt-body):
13228         * gnus-cus.el (gnus-score-customize):
13229         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13230         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13231
13232 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13233
13234         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13235         header by looking for magic "MII" at the beginnig.
13236
13237 2005-06-16  Miles Bader  <miles@gnu.org>
13238
13239         * gnus-xmas.el (gnus-xmas-group-startup-message):
13240         Use renamed gnus-splash face.
13241
13242         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13243         (assistant-field-face): New backward-compatibility alias for renamed
13244         face.
13245         (assistant-render-text): Use renamed assistant-field face.
13246
13247         * spam.el (spam): Remove "-face" suffix from face name.
13248         (spam-face): New backward-compatibility alias for renamed face.
13249         (spam-face, spam-initialize): Use renamed spam face.
13250
13251         * message.el (message-header-to, message-header-cc)
13252         (message-header-subject, message-header-newsgroups)
13253         (message-header-other, message-header-name)
13254         (message-header-xheader, message-separator, message-cited-text)
13255         (message-mml): Remove "-face" suffix from face names.
13256         (message-header-to-face, message-header-cc-face)
13257         (message-header-subject-face, message-header-newsgroups-face)
13258         (message-header-other-face, message-header-name-face)
13259         (message-header-xheader-face, message-separator-face)
13260         (message-cited-text-face, message-mml-face):
13261         New backward-compatibility aliases for renamed faces.
13262         (message-font-lock-keywords): Use renamed message faces.
13263
13264         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13265         (sieve-test-commands, sieve-tagged-arguments):
13266         Remove "-face" suffix from face names.
13267         (sieve-control-commands-face, sieve-action-commands-face)
13268         (sieve-test-commands-face, sieve-tagged-arguments-face):
13269         New backward-compatibility aliases for renamed faces.
13270         (sieve-control-commands-face, sieve-action-commands-face)
13271         (sieve-test-commands-face, sieve-tagged-arguments-face):
13272         Use renamed sieve faces.
13273
13274         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13275         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13276         (gnus-group-news-3-empty, gnus-group-news-4)
13277         (gnus-group-news-4-empty, gnus-group-news-5)
13278         (gnus-group-news-5-empty, gnus-group-news-6)
13279         (gnus-group-news-6-empty, gnus-group-news-low)
13280         (gnus-group-news-low-empty, gnus-group-mail-1)
13281         (gnus-group-mail-1-empty, gnus-group-mail-2)
13282         (gnus-group-mail-2-empty, gnus-group-mail-3)
13283         (gnus-group-mail-3-empty, gnus-group-mail-low)
13284         (gnus-group-mail-low-empty, gnus-summary-selected)
13285         (gnus-summary-cancelled, gnus-summary-high-ticked)
13286         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13287         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13288         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13289         (gnus-summary-low-undownloaded)
13290         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13291         (gnus-summary-low-unread, gnus-summary-normal-unread)
13292         (gnus-summary-high-read, gnus-summary-low-read)
13293         (gnus-summary-normal-read, gnus-splash):
13294         Remove "-face" suffix from face names.
13295         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13296         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13297         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13298         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13299         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13300         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13301         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13302         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13303         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13304         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13305         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13306         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13307         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13308         (gnus-summary-normal-ticked-face)
13309         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13310         (gnus-summary-normal-ancient-face)
13311         (gnus-summary-high-undownloaded-face)
13312         (gnus-summary-low-undownloaded-face)
13313         (gnus-summary-normal-undownloaded-face)
13314         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13315         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13316         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13317         (gnus-splash-face):
13318         New backward-compatibility aliases for renamed faces.
13319         (gnus-group-startup-message): Use renamed gnus faces.
13320
13321         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13322         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13323         (gnus-server-agent): Remove "-face" suffix from face names.
13324         (gnus-server-agent-face, gnus-server-opened-face)
13325         (gnus-server-closed-face, gnus-server-denied-face)
13326         (gnus-server-offline-face):
13327         New backward-compatibility aliases for renamed faces.
13328         (gnus-server-agent-face, gnus-server-opened-face)
13329         (gnus-server-closed-face, gnus-server-denied-face)
13330         (gnus-server-offline-face): Use renamed gnus faces.
13331
13332         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13333         Remove "-face" suffix from face names.
13334         (gnus-picon-xbm-face, gnus-picon-face):
13335         New backward-compatibility aliases for renamed faces.
13336
13337         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13338         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13339         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13340         (gnus-cite-11): Remove "-face" suffix from face names.
13341         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13342         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13343         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13344         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13345         New backward-compatibility aliases for renamed faces.
13346         (gnus-cite-attribution-face, gnus-cite-face-list)
13347         (gnus-article-boring-faces): Use renamed gnus faces.
13348
13349         * gnus-art.el (gnus-signature, gnus-header-from)
13350         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13351         (gnus-header-content): Remove "-face" suffix from face names.
13352         (gnus-signature-face, gnus-header-from-face)
13353         (gnus-header-subject-face, gnus-header-newsgroups-face)
13354         (gnus-header-name-face, gnus-header-content-face):
13355         New backward-compatibility aliases for renamed faces.
13356         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13357
13358         * gnus-sum.el (gnus-summary-selected-face)
13359         (gnus-summary-highlight): Use renamed gnus faces.
13360         * gnus-group.el (gnus-group-highlight): Likewise.
13361
13362 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13363
13364         * gnus-sieve.el (gnus-sieve-article-add-rule):
13365         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13366         * spam-stat.el (spam-stat-buffer-change-to-spam)
13367         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13368
13369         * message.el (message-is-yours-p):
13370         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13371
13372 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * mm-view.el (mm-inline-text): Withdraw the last change.
13375
13376 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13379         executing enriched-decode.
13380
13381 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13384         charset of tar files.
13385
13386 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13387
13388         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13389
13390 2005-06-04  Lute Kamstra  <lute@gnu.org>
13391
13392         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13393         information is never recorded.
13394
13395 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13396
13397         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13398
13399 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * pop3.el (pop3-apop): Run md5 in the binary mode.
13402
13403         * starttls.el (starttls-set-process-query-on-exit-flag):
13404         Use eval-and-compile.
13405
13406 2005-05-31  Simon Josefsson  <jas@extundo.com>
13407
13408         * smime.el (smime-replace-in-string): Define.
13409         (smime-cert-by-ldap-1): Use it.
13410
13411 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-art.el (article-display-x-face): Replace
13414         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13415
13416         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13417         set-process-query-on-exit-flag or process-kill-without-query.
13418
13419         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13420         loop instead of replace-regexp.
13421
13422         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13423         instead of process-kill-without-query if it is available.
13424
13425         * lpath.el: Fbind ldap-search-entries.
13426
13427         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13428         instead of find-file-hooks if it is available.
13429
13430         * mml1991.el: Bind pgg-default-user-id when compiling.
13431
13432         * mml2015.el: Bind pgg-default-user-id when compiling.
13433
13434         * nndraft.el (nndraft-request-associate-buffer):
13435         Use write-contents-functions instead of write-contents-hooks if it is
13436         available.
13437
13438         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13439         instead of find-file-hooks if it is available.
13440
13441         * nntp.el (nntp-open-connection): Replace
13442         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13443         (nntp-open-ssl-stream): Ditto.
13444         (nntp-open-tls-stream): Ditto.
13445
13446         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13447         set-process-query-on-exit-flag or process-kill-without-query.
13448         (starttls-open-stream-gnutls): Use it instead of
13449         process-kill-without-query.
13450         (starttls-open-stream): Ditto.
13451
13452 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13453
13454         * smime.el (smime-cert-by-ldap-1): Don't use
13455         replace-regexp-in-string.
13456
13457 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13458
13459         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13460
13461         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13462         in PEM format.  Adjust to the XEmacs compability.
13463
13464 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13467         by `string-to-number'.
13468         * gnus-agent.el (gnus-agent-regenerate-group)
13469         (gnus-agent-fetch-articles): Ditto.
13470         * gnus-art.el (gnus-button-fetch-group): Ditto.
13471         * gnus-cache.el (gnus-cache-generate-active)
13472         (gnus-cache-articles-in-group): Ditto.
13473         * gnus-group.el (gnus-group-set-current-level)
13474         (gnus-group-insert-group-line): Ditto.
13475         * gnus-score.el (gnus-score-set-expunge-below)
13476         (gnus-score-set-mark-below, gnus-summary-score-effect)
13477         (gnus-summary-score-entry): Ditto.
13478         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13479         (gnus-soup-pack): Ditto.
13480         * gnus-spec.el (gnus-xmas-format): Ditto.
13481         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13482         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13483         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13484         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13485         * nndb.el (nndb-get-remote-expire-response): Ditto.
13486         * nndiary.el (nndiary-parse-schedule-value)
13487         (nndiary-string-to-number, nndiary-request-replace-article)
13488         (nndiary-request-article): Ditto.
13489         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13490         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13491         * nneething.el (nneething-make-head): Ditto.
13492         * nnfolder.el (nnfolder-request-article)
13493         (nnfolder-retrieve-headers): Ditto.
13494         * nnheader.el (nnheader-file-to-number): Ditto.
13495         * nnkiboze.el (nnkiboze-request-article): Ditto.
13496         * nnmail.el (nnmail-process-unix-mail-format)
13497         (nnmail-process-babyl-mail-format): Ditto.
13498         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13499         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13500         (nnmh-request-create-group, nnmh-request-list-1)
13501         (nnmh-request-group, nnmh-request-article): Ditto.
13502         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13503         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13504         * nnsoup.el (nnsoup-make-active): Ditto.
13505         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13506         * nntp.el (nntp-find-group-and-number)
13507         (nntp-retrieve-headers-with-xover): Ditto.
13508         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13509         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13510         (pgg-format-key-identifier): Ditto.
13511         * pop3.el (pop3-last, pop3-stat): Ditto.
13512         * qp.el (quoted-printable-decode-region): Ditto.
13513
13514         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13515         of concat.
13516
13517 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13520
13521         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13522
13523         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13524
13525         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13526
13527         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13528
13529         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13530
13531         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13532         (gnus-carpal-mode): Ditto.
13533
13534         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13535         (gnus-browse-mode): Ditto.
13536
13537         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13538
13539         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13540
13541 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13542
13543         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13544
13545 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-util.el (gnus-run-mode-hooks): New function.
13548
13549         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13550
13551         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13552         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13553
13554 2005-05-27  Lute Kamstra  <lute@gnu.org>
13555
13556         * dns-mode.el (dns-mode): Specify customization group.
13557
13558 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13559
13560         * gnus-agent.el (gnus-agent-make-mode-line-string):
13561         Use mode-line-highlight as mouse-face.
13562
13563 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * canlock.el (canlock): Change the parent group to news.
13566
13567         * deuglify.el (gnus-outlook-deuglify): Add :group.
13568
13569         * dig.el (dig): Add :group.
13570
13571         * dns-mode.el (dns-mode): Add :group.
13572
13573         * encrypt.el (encrypt): Add :group.
13574
13575         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13576         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13577         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13578         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13579         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13580
13581         * gnus-diary.el (gnus-diary): Add :group.
13582
13583         * gnus.el (gnus-group-news-1-face): Add :group.
13584         (gnus-group-news-1-empty-face): Ditto.
13585         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13586         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13587         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13588         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13589         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13590         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13591         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13592         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13593         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13594         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13595         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13596         (gnus-summary-high-ticked-face): Ditto.
13597         (gnus-summary-low-ticked-face): Ditto.
13598         (gnus-summary-normal-ticked-face): Ditto.
13599         (gnus-summary-high-ancient-face): Ditto.
13600         (gnus-summary-low-ancient-face): Ditto.
13601         (gnus-summary-normal-ancient-face): Ditto.
13602         (gnus-summary-high-undownloaded-face): Ditto.
13603         (gnus-summary-low-undownloaded-face): Ditto.
13604         (gnus-summary-normal-undownloaded-face): Ditto.
13605         (gnus-summary-high-unread-face): Ditto.
13606         (gnus-summary-low-unread-face): Ditto.
13607         (gnus-summary-normal-unread-face): Ditto.
13608         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13609         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13610
13611         * hashcash.el (hashcash): New custom group.
13612         (hashcash-default-payment): Add :group.
13613         (hashcash-payment-alist): Ditto.
13614         (hashcash-default-accept-payment): Ditto.
13615         (hashcash-accept-resources): Ditto.
13616         (hashcash-path): Ditto.
13617         (hashcash-extra-generate-parameters): Ditto.
13618         (hashcash-double-spend-database): Ditto.
13619         (hashcash-in-news): Ditto.
13620
13621         * message.el (message-minibuffer-local-map): Add :group.
13622
13623         * netrc.el (netrc): Add :group.
13624
13625         * sieve-manage.el (sieve-manage-log): Add :group.
13626         (sieve-manage-default-user): Diito.
13627         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13628         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13629         (sieve-manage-authenticators): Ditto.
13630         (sieve-manage-authenticator-alist): Ditto.
13631         (sieve-manage-default-port): Ditto.
13632
13633         * sieve-mode.el (sieve-control-commands-face): Add :group.
13634         (sieve-action-commands-face): Ditto.
13635         (sieve-test-commands-face): Ditto.
13636         (sieve-tagged-arguments-face): Ditto.
13637
13638         * smime.el (smime): Add :group.
13639
13640         * spam-report.el (spam-report): Add :group.
13641
13642         * spam.el (spam, spam-face): Add :group.
13643
13644 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13645
13646         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13647         return \n.\n.\n at the end of articles.  Protect against that.
13648         (nntp-with-open-group): Allow debugging.
13649
13650         * nnheader.el (mail-header-set-extra): Make into a function
13651         because I just could't understand how to quote the list properly.
13652
13653         * dns.el (query-dns-cached): New function.
13654
13655 2005-05-26  Lute Kamstra  <lute@gnu.org>
13656
13657         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13658
13659 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13662
13663         * gnus-art.el: Don't autoload mail-extract-address-components.
13664
13665         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13666         eval-and-compile to evaluate it.
13667
13668         * hashcash.el: Don't autoload executable-find.
13669
13670         * nndb.el: Don't declare the nndb back end two or more times; don't
13671         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13672
13673         * nntp.el: Autoload format-spec instead of format; use
13674         eval-and-compile to evaluate autoload forms.
13675
13676 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13677
13678         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13679
13680 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13681
13682         * gnus.el (gnus-version-number): Bump version.
13683
13684 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13685
13686         * gnus.el: No Gnus v0.3 is released.
13687
13688 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13689
13690         * lpath.el (featurep): Bind show-nonbreak-escape.
13691
13692 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * gnus-art.el (gnus-article-edit-part): Disable undo.
13695
13696 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13699         gnus-article-date-lapsed-new-header is t if date timer is active;
13700         skip headers in which the original date value is empty.
13701         (gnus-article-save-original-date): Redefine it as a macro.
13702         (gnus-display-mime): Use it.
13703
13704 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-art.el (article-date-ut): Support converting date in
13707         forwarded parts as well.
13708         (gnus-article-save-original-date): New function.
13709         (gnus-display-mime): Use it.
13710
13711 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13712
13713         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13714         enclosure element of <item>.
13715
13716 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * message.el (message-kill-buffer-query): Renamed from
13719         `message-kill-buffer-query-if-modified'.  Added :version.
13720
13721 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13724         window layout.
13725
13726 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * mml.el: Autoload dnd when compiling.
13729
13730 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13733         x-dnd-*.
13734
13735 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * qp.el (quoted-printable-encode-region): Save excursion.
13738
13739 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * message.el (message-kill-buffer-query-if-modified): Add new variable
13742         so the user can kill a modified message buffer quickly.
13743         (message-kill-buffer): Use it.
13744
13745 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * lpath.el: Fbind display-time-event-handler; don't fbind
13748         string-to-multibyte.
13749
13750         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13751
13752 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13755         contained in text because xml.el decodes entities) with LFs.
13756
13757 2005-04-11  Lute Kamstra  <lute@gnu.org>
13758
13759         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13760         differently.
13761
13762 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13763
13764         * mm-util.el (mm-detect-coding-region): Typo.
13765
13766 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13769
13770 2005-04-06  Deepak Goel  <deego@gnufans.org>
13771
13772         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13773         user-function allow user modifications of the scores.
13774         (spam-stat-score-buffer-user): New function, to allow
13775         user-computed modifications to the score.
13776         (spam-stat-score-buffer-user-functions): List of additional
13777         scoring functions.
13778         (spam-stat-error-holder): Global temporary error holder.
13779         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13780         variable.
13781
13782 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13783
13784         * gnus-registry.el (gnus-registry-clean-empty-function)
13785         (gnus-registry-trim, gnus-registry-fetch-groups)
13786         (gnus-registry-delete-group): Groups that match
13787         `gnus-registry-ignored-groups' are removed from the registry
13788         entries, not just ignored for splitting.  This helps clean up the
13789         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13790         to get all the groups a message ID is in.
13791
13792         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13793         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13794         (spam-stat-score-buffer-user-functions): Add :number custom type.
13795
13796 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13799         argument in XEmacs.
13800
13801         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13802         (nnrss-request-group): Decode group name first.
13803         (nnrss-request-article): Make a text/plain article if mml-to-mime
13804         failed.
13805         (nnrss-get-encoding): Return a compatible encoding according to
13806         nnrss-compatible-encoding-alist.
13807         (nnrss-find-el): Use consp instead of listp.
13808         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13809
13810 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13813         which Emacs 20 doesn't support.
13814         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13815
13816 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13819         silence the byte compiler inside the defun.
13820
13821         * gnus-demon.el (parse-time-string): Add autoload.
13822
13823         * gnus-delay.el (parse-time-string): Add autoload.
13824
13825         * gnus-art.el (parse-time-string): Add autoload.
13826
13827         * nnultimate.el (parse-time): Require for `parse-time-string'.
13828
13829 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13832
13833         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13834
13835         * smime.el (smime-ldap-host-list): Add :version.
13836
13837 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13840         pass it to `gnus-browse-read-group'.
13841         (gnus-browse-read-group): Add NUMBER argument and pass it to
13842         `gnus-group-read-ephemeral-group'.
13843
13844         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13845         argument and pass it to `gnus-group-read-group'.
13846
13847 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13848
13849         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13850         mm-xemacs-find-mime-charset-1 if we have the mule feature
13851         available at runtime.
13852
13853 2005-03-25  Werner Lemberg  <wl@gnu.org>
13854
13855         * nnmaildir.el: Replace `illegal' with `invalid'.
13856
13857 2005-03-23  Lute Kamstra  <lute@gnu.org>
13858
13859         * time-date.el: Add comment on time value formats.
13860         Don't require parse-time.
13861         (with-decoded-time-value): New macro.
13862         (encode-time-value): New function.
13863         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13864         (days-to-time): Return a valid time value when arg is huge.
13865         (time-since): Use time-subtract.
13866         (time-to-number-of-days): Use time-to-seconds.
13867
13868 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13869
13870         * gnus-start.el (gnus-display-time-event-handler):
13871         Check display-time-timer at runtime rather than only at load time
13872         in case display-time-mode is turned off in the mean time.
13873
13874 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13877         used.
13878
13879         * nneething.el (nneething-map-file-directory): Derive from
13880         `gnus-directory'.
13881
13882         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13883         the To/Cc button.
13884
13885 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * nnmaildir.el (nnmaildir-request-accept-article):
13888         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13889
13890 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13891
13892         * gnus-async.el: Require timer-funcs at compile time when in
13893         XEmacs for `run-with-idle-timer'.
13894
13895 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13896
13897         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13898         autoloaded function.
13899
13900 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13901
13902         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13903
13904 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13905
13906         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13907
13908 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13909
13910         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13911         gnus-expert-user to default.
13912
13913 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13914
13915         * nnimap.el (nnimap-open-server): Ditto.
13916
13917         * imap.el (imap-authenticate): Fix typo.
13918
13919 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13920
13921         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13922         buffer (since IMAP server might return FETCH response out of
13923         order, and the nntp buffer must be sorted).
13924
13925 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13926
13927         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13928         comparison on string.
13929
13930         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13931         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13932         (gnus-agent-summary-fetch-series): Modified to protect against
13933         gnus-agent-summary-fetch-group clearing processable flags.
13934         (gnus-agent-synchronize-group-flags): Update live group buffer as
13935         synchronization may occur due to the user toggle the plugged
13936         status.
13937         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13938         successfully downloaded.
13939         (gnus-agent-expire-group-1): Avoid using markers when the overview
13940         is in ascending order; greatly improves performance.
13941         (gnus-agent-regenerate-group): Use
13942         gnus-agent-synchronize-group-flags to reset read status in both
13943         gnus and server.
13944         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13945
13946 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * message.el: Don't autoload former message-utils variables.
13949         (message-strip-subject-trailing-was): Change doc string.
13950
13951         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13952         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13953         (nnweb-google-search): Add "hl=en" here.
13954         (nnweb-google-parse-1, nnweb-google-create-mapping):
13955         Don't hardcode URL.
13956
13957 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13958
13959         * message.el (message-get-reply-headers, message-followup):
13960         Mention related variables `message-use-followup-to' and
13961         `message-use-mail-followup-to', in the information buffer.
13962
13963         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13964         of broken groups(-beta).google.com.
13965
13966 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13969         parameter to invoked gnus-request-move-article; remove the
13970         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13971         all at once instead of once per article.
13972         (gnus-summary-remove-process-mark): Accept a list of articles as
13973         well as a single article for processing.
13974
13975         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13976         parameter.
13977
13978         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13979
13980         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13981
13982         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13983         parameter.
13984
13985         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13986         parameter.
13987
13988         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13989         parameter and remove the gnus-sum-hint-move-is-internal variable.
13990
13991         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13992         parameter.
13993
13994         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13995         parameter.
13996
13997         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13998         parameter.
13999
14000         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14001
14002         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14003         parameter.
14004
14005         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14006         parameter.
14007
14008 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14009
14010         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14011         a more conservative way.
14012
14013 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14014
14015         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14016         buffer, so it moves the window's cursor.
14017
14018 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14019
14020         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14021         `mm-dissect-multipart' and receive the from field as an (optional)
14022         argument from `mm-dissect-multipart'.
14023         (mm-dissect-multipart): Receive the from field as an argument and
14024         pass it on when we call `mm-dissect-buffer' on MIME parts.
14025         Fixes verification/decryption of signed/encrypted MIME parts.
14026
14027 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * gnus-sum.el (gnus-summary-move-article): Set
14030         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14031         whatever it calls (right now, only nnimap-request-move article
14032         respects it).
14033
14034         * nnimap.el (nnimap-request-move-article): When
14035         gnus-sum-hint-move-is-internal is set, don't do the extra
14036         nnimap-request-article.
14037
14038 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14041
14042         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14043         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14044
14045         * gnus-sum.el (gnus-summary-caesar-message):
14046         Apply `gnus-treat-article' after rotation.
14047
14048         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14049         doc string.
14050
14051 2005-02-22  Simon Josefsson  <jas@extundo.com>
14052
14053         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14054         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14055         <arne@arnested.dk>.
14056         (encrypt): Add password-cache and password-cache-expiry as group
14057         members.
14058
14059 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14060
14061         * smime.el (smime-ldap-host-list): Doc fix.
14062         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14063         cache) password.
14064         (smime-sign-region): Use it.
14065         (smime-decrypt-region): Use it.
14066         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14067         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14068         fails.
14069         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14070         certificate from DER to PEM format rather than calling openssl.
14071
14072         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14073
14074         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14075         for signing/encryption.
14076
14077         * mml.el (mml-parse-1): Use them.
14078
14079 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14080
14081         * nnrss.el (nnrss-verbose): Removed.
14082         (nnrss-request-group): Use `nnheader-message' instead.
14083
14084 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14085
14086         * nnrss.el (nnrss-verbose): New variable.
14087         (nnrss-request-group): Make it say nnrss is requesting a group.
14088
14089 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14092         Handle news URL with given port correctly.
14093
14094 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14097         containing special characters.
14098
14099         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14100
14101         * mml.el (mime-to-mml): Ditto.
14102
14103         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14104         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14105         (rfc2047-decode-region): Quote decoded words containing special
14106         characters when rfc2047-quote-decoded-words-containing-tspecials
14107         is non-nil.
14108
14109 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14110
14111         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14112
14113         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14114
14115 2005-02-15  Simon Josefsson  <jas@extundo.com>
14116
14117         * nnimap.el (nnimap-debug): Doc fix.
14118
14119         * imap.el (imap-debug): Doc fix.
14120
14121 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14124
14125 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14126
14127         * gnus.el (spam-contents): Improve docs for spam-contents
14128         parameter in its variable incarnation.
14129
14130 2005-02-14  Simon Josefsson  <jas@extundo.com>
14131
14132         * smime-ldap.el: Use require instead of load-library for ldap.
14133         (smime-ldap-search): Indent.
14134         (smime-ldap-search-internal): Shorten line.
14135
14136         * smime.el (smime-cert-by-dns): Add doc-string.
14137         (smime-cert-by-ldap-1): Indent.
14138
14139         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14140         mml-smime-get-dns-ldap.
14141         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14142
14143 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14144
14145         * smime.el: Require smime-ldap.
14146         (smime-ldap-host-list): New variable.
14147         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14148
14149         * mml-smime.el (mml-smime-encrypt-query): New function.
14150         (mml-smime-encrypt-query): Use it.
14151
14152         * smime-ldap.el: New file.
14153
14154 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14157
14158 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14161         argument in doc string.  Make query for type more clear.
14162
14163 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * gnus.el (gnus-group-startup-message): Search for gnus images in
14166         etc/images/gnus.
14167         * mm-util.el (mm-image-load-path): Likewise.
14168         * smiley.el (smiley-data-directory): Search for smilies in
14169         etc/images/smilies.
14170
14171 2005-02-09  Kim F. Storm  <storm@cua.dk>
14172
14173         Change Emacs release version from 21.4 to 22.1 throughout.
14174         Change Emacs development version from 21.3.50 to 22.0.50.
14175
14176 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14179
14180         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14181         non-Mule XEmacs as well.
14182         (mm-decompress-buffer): Signal an error intentionally if it does
14183         not decompress compressed data because auto-compression-mode is
14184         disabled.
14185
14186 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14187
14188         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14189         an ID in the registry even if it has no groups.
14190
14191 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14194         merge it into mm-decompress-buffer.
14195         (gnus-mime-copy-part): Use the MIME part charset, the value which
14196         a user specified or gnus-newsgroup-charset for decoding, like
14197         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14198         save-buffer what was used.  Suggested by Kevin Ryde
14199         <user42@zip.com.au>.
14200         (gnus-mime-inline-part): Allow the name parameter as well as the
14201         filename parameter; force decompressing of compressed data; always
14202         display contents being not decoded as unibyte.
14203
14204         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14205         as well as the filename parameter.
14206
14207         * mm-util.el (mm-decompress-buffer): Merge
14208         gnus-mime-jka-compr-maybe-uncompress.
14209         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14210         of compressed data.
14211
14212 2005-02-08  Simon Josefsson  <jas@extundo.com>
14213
14214         * imap.el (imap-log): Doc fix.
14215
14216 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14219         the coding cookies; decompress compressed parts.
14220
14221         * mml.el (mml-generate-mime-1): Add the charset parameter according
14222         to the value which a user specified manually or the coding cookie.
14223
14224         * mm-util.el (mm-string-to-multibyte): New function.
14225         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14226         (mm-coding-system-to-mime-charset): New function.
14227         (mm-decompress-buffer): New function.
14228         (mm-find-buffer-file-coding-system): New function.
14229
14230         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14231         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14232         parts.
14233
14234 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14235
14236         * mm-view.el (mm-display-inline-fontify): Decode a part according
14237         to the charset parameter.
14238
14239 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14242         prefix arg is neither nil nor a number, as info specifies.
14243
14244 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14247         timestamps.
14248
14249 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14250
14251         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14252         groups error checking and notify user.
14253
14254 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14255
14256         * message.el (message-send-mail-function): Check existence of
14257         sendmail-program first before using default value
14258         `message-send-mail-with-sendmail'.  Otherwise use more generic
14259         `smtpmail-send-it'.
14260
14261 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * nntp.el (nntp-request-update-info): Always return nil.
14264
14265 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14266
14267         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14268
14269 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14270
14271         * message.el (message-beginning-of-line): Change the behavior when
14272         invoked between BOL and : so that it first moves backward.
14273
14274 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14277         article buffer when editing of the article is discarded.
14278         (gnus-article-prepare): Revert.
14279
14280 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-art.el (gnus-article-prepare):
14283         Remove message-strip-forbidden-properties from the local hook.
14284
14285 2005-01-27  Simon Josefsson  <jas@extundo.com>
14286
14287         * password.el (password-cache-add): Only start one timer per key.
14288         Reported by Derek Atkins <warlord@MIT.EDU>.
14289
14290 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14291
14292         * run-at-time.el: Removed.  It is no longer needed as
14293         timer-funcs.el in the xemacs-base package has a working version of
14294         `run-at-time'.
14295
14296         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14297
14298         * password.el: Require timer-funcs instead of run-at-time in
14299         XEmacs.
14300         Remove `password-run-at-time' macro.
14301         (password-cache-add): Use `run-at-time' instead of
14302         `password-run-at-time'.
14303
14304         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14305         Remove `nnheader-cancel-function-timers' alias,
14306         `cancel-function-timers' exists in XEmacs in timer-funcs.
14307
14308         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14309         for `run-with-idle-timer'.
14310
14311         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14312         for `run-at-time'.
14313
14314         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14315         for `with-timeout'.
14316
14317         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14318         the same as for XEmacs 21.4.
14319         No need to ignore `run-with-idle-timer', this function exists in
14320         XEmacs now in timer-funcs.el in the xemacs-base package.
14321         (dgnushack-compile): No need to delete
14322         run-at-time.el from the list of files to compile because it
14323         doesn't exist anymore.
14324
14325 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14328         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14329
14330 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14331
14332         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14333         sensitively.
14334
14335 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14336
14337         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14338
14339 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14342         which will be inserted according to the multibyteness of a buffer
14343         rather than the type of contents.  Suggested by ARISAWA Akihiro
14344         <ari@mbf.ocn.ne.jp>.
14345
14346         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14347         of string which old xml.el may return rather than a string.
14348
14349 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14352
14353 2005-01-16  Simon Josefsson  <jas@extundo.com>
14354
14355         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14356         idn/idna.el isn't available.
14357         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14358         <michael@waxrat.com>.
14359
14360         * hashcash.el: Remove non-FSF copyright header.
14361
14362         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14363         (hashcash-generate-payment): Use it.
14364         (hashcash-generate-payment-async): Use it.
14365
14366 2005-01-15  Simon Josefsson  <jas@extundo.com>
14367
14368         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14369         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14370
14371         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14372         gnus-summary-idna-message.
14373         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14374         (gnus-summary-idna-message): New function.
14375
14376 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14377
14378         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14379         gnus-novice-user.
14380
14381 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * nnrss.el (nnrss-request-delete-group): Delete entries in
14384         nnrss-group-alist as well.
14385         (nnrss-save-server-data): Insert newline.
14386
14387 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus.el (gnus-user-agent): Use list of symbols instead of
14390         symbols.  Display full version number for (S)XEmacs.  Optionally
14391         display (S)XEmacs codename.
14392
14393         * gnus-util.el (gnus-emacs-version): Update for new
14394         `gnus-user-agent'.
14395
14396         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14397         Gnus version.
14398
14399 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14402         which is unreadable in some setups.
14403
14404 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-spec.el (gnus-update-format-specifications): Flush the
14407         group format spec cache if it doesn't support decoded group names.
14408
14409 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14412         Allow to apply decay on score files matching a regexp.
14413
14414 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14417         compatibility in %g and %c.
14418
14419 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14422         name for only %g and %c.
14423         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14424         of gnus-tmp-group to decoded group name.
14425         (gnus-group-make-rss-group): Exclude `/'s from group names.
14426
14427 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * nnrss.el (nnrss-get-encoding): Fix regexp.
14430
14431 2004-12-27  Simon Josefsson  <jas@extundo.com>
14432
14433         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14434         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14435         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14436
14437 2004-12-17  Kim F. Storm  <storm@cua.dk>
14438
14439         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14440
14441         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14442
14443 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14444
14445         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14446
14447 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * nnrss.el: Require rfc2047 and mml.
14450         (nnrss-file-coding-system): New variable.
14451         (nnrss-format-string): Redefine it as an inline function.
14452         (nnrss-decode-group-name): New function.
14453         (nnrss-string-as-multibyte): Remove.
14454         (nnrss-retrieve-headers): Decode group name; don't use
14455         nnrss-format-string.
14456         (nnrss-request-group): Decode group name.
14457         (nnrss-request-article): Decode group name; allow a Message-ID as
14458         well as an article number; don't use nnrss-format-string; encode a
14459         Message-ID string which may contain non-ASCII characters; use
14460         mml-to-mime to compose a MIME article.
14461         (nnrss-request-expire-articles): Decode group name.
14462         (nnrss-request-delete-group): Decode group name.
14463         (nnrss-fetch): Clarify error message.
14464         (nnrss-read-server-data): Use insert-file-contents instead of load;
14465         bind file-name-coding-system; use multibyte buffer.
14466         (nnrss-save-server-data): Bind coding-system-for-write to the
14467         value of nnrss-file-coding-system; bind file-name-coding-system;
14468         add coding cookie.
14469         (nnrss-read-group-data): Use insert-file-contents instead of load;
14470         bind file-name-coding-system; use multibyte buffer.
14471         (nnrss-save-group-data): Bind coding-system-for-write to the
14472         value of nnrss-file-coding-system; bind file-name-coding-system.
14473         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14474         make it work with non-ASCII text.
14475         (nnrss-find-el): Make it work with old xml.el as well.
14476
14477 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14478
14479         * nnrss.el (nnrss-get-encoding): New function.
14480         (nnrss-fetch): Use unibyte buffer initially; bind
14481         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14482         decode contents according to the encoding attribute.
14483         (nnrss-save-group-data): Add coding cookie.
14484         (nnrss-mime-encode-string): New function.
14485         (nnrss-check-group): Use it to encode subject and author.
14486
14487 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14488
14489         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14490         imaginary variable.
14491
14492 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14495         correctly even if there are wide characters.
14496
14497 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14500         downcased symbol names; make a new cache instead of reusing
14501         bbdb-hashtable.
14502
14503 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14506         concatenating segments rather than before concatenating them.
14507         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14508
14509         * message.el (message-get-reply-headers): Bind `extra'.
14510
14511 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14512
14513         * message.el (message-extra-wide-headers): New variable.
14514         (message-get-reply-headers): Use it.
14515
14516 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14519         (gnus-agent-group-pathname): Ditto.
14520
14521         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14522
14523         * gnus-group.el (gnus-group-make-group): Decode group name.
14524         (gnus-group-make-rss-group): Register the group data after opening
14525         the nnrss group.
14526
14527 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14528
14529         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14530         by expiry now get marked as read.
14531
14532 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14535
14536 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14537
14538         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14539         unify Latin characters in XEmacs.
14540         (mm-find-mime-charset-region): Use it.
14541
14542 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-util.el (gnus-delete-directory): New function.
14545
14546         * gnus-agent.el (gnus-agent-delete-group): Use it.
14547
14548         * gnus-cache.el (gnus-cache-delete-group): Use it.
14549
14550 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14553         names.
14554
14555 2004-12-16  Simon Josefsson  <jas@extundo.com>
14556
14557         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14558
14559 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14562
14563         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14564         (gnus-group-set-current-level): Decode group name.
14565
14566 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14567
14568         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14569         failed.
14570
14571 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-group.el (gnus-group-delete-group): Decode group name.
14574         (gnus-group-make-rss-group): Encode group name.
14575         (gnus-group-catchup-current): Decode group name.
14576         (gnus-group-kill-group): Decode group name.
14577
14578 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14579
14580         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14581
14582 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-group.el (gnus-group-make-rss-group):
14585         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14586
14587         * gnus-start.el (gnus-setup-news): Honor user's setting to
14588         gnus-message-archive-method.  Suggested by Lute Kamstra
14589         <lute@gnu.org>.
14590
14591 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14592
14593         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14594         global counterparts of the buffer-local variables.
14595
14596 2004-11-16  Romain Francoise  <romain@orebokech.com>
14597
14598         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14599         counterparts of the buffer-local variables.
14600
14601 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * message.el (message-forbidden-properties): Fixed typo in doc
14604         string.
14605
14606 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * gnus-util.el (gnus-replace-in-string): Added doc string.
14609
14610         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14611         to avoid problems when splitting mails with many recipients.
14612
14613 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14614
14615         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14616         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14617
14618 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14619
14620         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14621         if there is no hashtable in memory or file modification time is
14622         newer than cached timestamp.
14623
14624 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14627         not-matching option.
14628
14629 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14632         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14633         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14634         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14635         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14636         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14637
14638 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * message.el (message-forward-make-body-mml): Remove headers
14641         according to message-forward-ignored-headers if a message is decoded.
14642
14643 2004-12-02  Romain Francoise  <romain@orebokech.com>
14644
14645         * message.el (message-forward-make-body-plain): Always remove
14646         headers according to message-forward-ignored-headers.
14647
14648 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * spam.el (spam-summary-prepare-exit): Remove the
14651         gnus-summary-limit pop for now, it has problems with ham marks for
14652         me.
14653
14654 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14655
14656         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14657         correctly.
14658
14659 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14660
14661         * format-spec.el (format-spec): Message the char.
14662
14663 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14664
14665         * gnus-art.el (gnus-split-methods): Reformat comments.
14666
14667         * spam.el (spam-summary-prepare-exit): Remove article limits
14668         before exiting the summary buffer.
14669
14670 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14673         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14674
14675         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14676         order to silence the byte compiler.
14677
14678         * spam.el: Fix the way to silence the byte compiler, which
14679         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14680         bbdb-search-simple, spam-BBDB-register-routine,
14681         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14682         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14683         spam-stat-buffer-is-spam, spam-stat-load,
14684         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14685         spam-stat-save and spam-stat-split-fancy.
14686
14687 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14690         which may confuse users.
14691         (canlock-password-for-verify): Ditto.
14692
14693         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14694
14695         * gnus-art.el (gnus-emphasis-alist): Ditto.
14696
14697         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14698
14699         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14700
14701         * gnus-start.el (gnus-save-killed-list): Ditto.
14702
14703         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14704         (gnus-sum-thread-tree-root): Ditto.
14705         (gnus-sum-thread-tree-false-root): Ditto.
14706         (gnus-sum-thread-tree-single-indent): Ditto.
14707
14708         * message.el (message-courtesy-message): Ditto.
14709         (message-archive-note): Ditto.
14710         (message-subscribed-address-file): Ditto.
14711         (message-user-fqdn): Ditto.
14712
14713         * spam-report.el (spam-report-gmane-regex): Ditto.
14714
14715         * spam.el (spam-blackhole-good-server-regex): Ditto.
14716
14717 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * mml.el (mml-preview): Widen the message buffer before copying
14720         the contents to the preview buffer; sort headers before previewing.
14721
14722         * message.el (message-hidden-headers): Fix the way to avoid a bug
14723         in the `repeat' widget in Emacs 21.3 or earlier.
14724
14725 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * message.el (message-hidden-headers): Default to "^References:".
14728         Improve customization type.  Suggested by Reiner Steib
14729         <Reiner.Steib@gmx.de>.
14730
14731 2004-11-25  Romain Francoise  <romain@orebokech.com>
14732
14733         * message.el (message-strip-forbidden-properties): Remove check for
14734         obsolete `message-hidden' text property, hidden headers are not
14735         accessible in the buffer anymore.
14736
14737 2004-11-22  Romain Francoise  <romain@orebokech.com>
14738
14739         * message.el (message-header-format-alist): Add `From' in list
14740         so that it can be sorted.
14741         (message-fix-before-sending): Widen and sort headers before
14742         sending.
14743         (message-hide-headers): Use narrowing to hide headers by moving
14744         them to the top of the buffer and narrowing to the region
14745         underneath.
14746
14747 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14748
14749         * message.el (message-strip-forbidden-properties): Bind
14750         buffer-read-only (etc) to nil.
14751
14752 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14755         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14756
14757 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14758
14759         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14760
14761 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14762
14763         * dns.el (query-dns): Use sit-for to time instead of
14764         accept-process-output, since that doesn't seem to work on udp
14765         sockets.
14766
14767 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14770
14771 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14772
14773         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14774         doc string.  Improve doc string.
14775
14776 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * nntp.el (nntp-request-update-info): Return nil if
14779         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14780         may not call gnus-activate-group which uselessly issues the GROUP
14781         commands for all nntp groups and wastes time.  Reported by Romain
14782         Francoise <romain@orebokech.com>.
14783
14784         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14785
14786 2004-11-15  Simon Josefsson  <jas@extundo.com>
14787
14788         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14789         headers separately.
14790         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14791         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14792
14793 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-start.el (gnus-convert-old-newsrc):
14796         Assign legacy-gnus-agent to 5.10.7.
14797
14798 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14799
14800         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14801         start of the lines.
14802
14803 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14804
14805         * hashcash.el (hashcash-default-payment): Change default to 20.
14806         (hashcash-default-accept-payment): Change default to 20.
14807         (hashcash-process-alist): New variable.
14808         (hashcash-generate-payment-async): Add.
14809         (hashcash-already-paid-p): Add.
14810         (hashcash-insert-payment): Don't generate payments twice.
14811         (hashcash-insert-payment-async): Add.
14812         (hashcash-insert-payment-async-2): Add.
14813         (hashcash-cancel-async): Add.
14814         (hashcash-wait-async): Add.
14815         (hashcash-processes-running-p): Add.
14816         (hashcash-wait-or-cancel): Add.
14817         (mail-add-payment): New optional argument.  Conditionally start
14818         asynchronous calculation.
14819         (mail-add-payment-async): Add.
14820
14821         * message.el (message-send-mail): Wait for asynchronous hashcash
14822         results.  Don't clobber existing X-Hashcash headers.
14823         (message-setup-1): Call mail-add-payment-async when
14824         message-generate-hashcash is non-nil.
14825
14826 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14827
14828         * message.el (message-use-alternative-email-as-from): Examine the
14829         From header as well; use message-make-from in order to include a
14830         user's full name.
14831
14832 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14835         default; improve customization type.
14836         (gnus-emphasis-custom-with-format): New macro.
14837         (gnus-emphasis-custom-value-to-external): New function.
14838         (gnus-emphasis-custom-value-to-internal): New function.
14839
14840 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14841
14842         * dns.el (query-dns): Resolve reverse addresses.
14843
14844 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845
14846         * gnus-group.el (gnus-group-get-new-news): Use it.
14847
14848         * gnus-start.el (gnus-check-reasonable-setup): New function.
14849
14850 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14853         "Args out of range" error.  Reported by Arnaud Giersch
14854         <arnaud.giersch@free.fr>.
14855
14856 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14857
14858         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14859
14860 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14861
14862         * spam.el (spam group): Add :version.
14863
14864         * pgg-def.el (pgg group): Add :version.
14865
14866 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-art.el (gnus-article-edit-article): Don't associate the
14869         article buffer with a draft file.  This is a temporary measure
14870         against the 2004-08-22 change to gnus-article-edit-mode.
14871
14872 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14875         (html2text-format-tags): Remove unused variable `attr'.
14876
14877 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14880
14881         * tls.el (tls-process-connection-type, tls-success)
14882         (tls-certtool-program): Add :version.
14883
14884         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14885         (starttls-extra-arguments, starttls-process-connection-type)
14886         (starttls-connect, starttls-failure, starttls-success): Add :version.
14887
14888         * spam-stat.el (spam-stat): Add :version.
14889
14890         * sieve.el (sieve): Add :version.
14891
14892         * sha1.el (sha1): Add :version.
14893         (sha1-use-external): Remove redundant version.
14894
14895         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14896         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14897         (nnmail-split-fancy-match-partial-words)
14898         (nnmail-split-lowercase-expanded): Add :version.
14899
14900         * nndiary.el (nndiary): Add :version.
14901
14902         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14903
14904         * mml-sec.el (mml-default-sign-method)
14905         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14906         Add :version.
14907
14908         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14909
14910         * mm-url.el (mm-url-use-external, mm-url-program)
14911         (mm-url-arguments): Add :version.
14912
14913         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14914         (mm-attachment-file-modes, mm-decrypt-option)
14915         (mm-w3m-safe-url-regexp): Add :version.
14916
14917         * message.el (message-cite-prefix-regexp)
14918         (message-sendmail-envelope-from, message-minibuffer-local-map)
14919         (message-user-fqdn, message-completion-alist): Add :version.
14920
14921         * gnus-win.el (gnus-configure-windows-hook)
14922         (gnus-use-frames-on-any-display): Add :version.
14923
14924         * gnus-art.el (gnus-article-address-banner-alist)
14925         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14926         (gnus-treat-from-picon, gnus-treat-mail-picon)
14927         (gnus-treat-x-pgp-sig): Add :version.
14928
14929         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14930         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14931         (gnus-summary-article-delete-hook)
14932         (gnus-summary-display-while-building): Add :version.
14933
14934         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14935         (gnus-get-top-new-news-hook): Add :version.
14936
14937         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14938         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14939
14940         * gnus-registry.el (gnus-registry): Add :version.
14941
14942         * gnus-spec.el (gnus-use-correct-string-widths)
14943         (gnus-make-format-preserve-properties): Add :version.
14944
14945         * gnus.el (gnus-group-charter-alist)
14946         (gnus-group-fetch-control-use-browse-url)
14947         (gnus-install-group-spam-parameters): Add :version.
14948
14949         * gnus-diary.el (gnus-diary): Add :version.
14950
14951         * gnus-delay.el (gnus-delay): Add :version.
14952
14953         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14954         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14955         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14956         Add :version.
14957
14958         * gnus-agent.el (gnus-agent-max-fetch-size)
14959         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14960         (gnus-agent-prompt-send-queue): Add :version.
14961
14962         * deuglify.el (gnus-outlook-deuglify): Add :version.
14963
14964         * html2text.el: Beautify code.  Improve doc strings.  Some
14965         checkdoc cleanup.
14966         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14967
14968 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14969
14970         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14971
14972 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14975         when package is loaded.
14976
14977         * spam.el (spam-summary-score-preferred-header): Add global preference
14978         for people who want to override the default SpamAssassin over
14979         Bogofilter preference (when both are set).
14980         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14981         (spam-user-format-function-S): Check
14982         spam-summary-score-preferred-header.
14983         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14984         (spam-user-format-function-S): Format the score correctly.
14985
14986 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14989         signature file.  Suggested by Manoj Srivastava
14990         <srivasta@golden-gryphon.com>.
14991
14992         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14993         iso-2022-jp even in the Japanese language environment.
14994         Suggested by Jason Rumney <jasonr@gnu.org>.
14995
14996 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14999         use the same characters as the dummy marks; make it free from
15000         getting affected by the language environment.
15001         (gnus-summary-read-group-1): Update mark positions only when the
15002         format spec is updated.
15003
15004         * gnus-spec.el (gnus-update-format-specifications): Return a list
15005         of updated types.
15006
15007 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15010         of boundp to check if display-warning is available.
15011
15012 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15013
15014         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15015
15016 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * nnspool.el (nnspool-spool-directory): Use news-path if the
15019         news-directory variable is not bound.
15020
15021         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15022         function instead of display-warning if it is not available.
15023
15024 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15027         v5-10: Use `point-at-bol'.
15028
15029 2004-10-26  Simon Josefsson  <jas@extundo.com>
15030
15031         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15032         <chenggao@gmail.com>.
15033
15034 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15037         instead.
15038
15039 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15042         to remove a server from the nnimap-server-buffer-alist.
15043         (nnimap-open-connection, nnimap-close-server): Use it.
15044
15045         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15046
15047 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15050         running the major-mode function.
15051
15052 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15055         dummy marks in the right way.
15056
15057 2004-10-18  David Edmondson  <dme@dme.org>
15058
15059         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15060         excessively.
15061
15062 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * gnus-util.el (gnus-split-references): Accept a nil references
15065         string and go on blissfully.
15066
15067         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15068         cases where the references string is non-nil but has no references.
15069
15070         * encrypt.el: Add autoload tags.
15071
15072         * spam.el (spam-resolve-registrations-routine): Remove article
15073         from unregistration list too.  Reported by David Hanak
15074         <dhanak@isis.vanderbilt.edu>
15075
15076 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15079         nil.  Changed custom type.
15080
15081 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15084
15085         * gnus-sum.el (gnus-summary-move-article): Use it.
15086
15087 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * encrypt.el: Add autoload cookies.
15090
15091         * spam.el (spam-backend-article-list-property)
15092         (spam-backend-get-article-todo-list)
15093         (spam-backend-put-article-todo-list)
15094         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15095         Resolve registrations separately.
15096         (spam-register-routine): Format comments.
15097         (spam-unregister-routine, spam-register-routine): Always call with
15098         specific-articles, no default list.
15099         (spam-summary-prepare-exit): Use the spam-classifications function.
15100
15101         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15102         gnus-encrypt.el.
15103
15104         * encrypt.el: Copied from gnus-encrypt.el.
15105
15106         * gnus-encrypt.el: Commented that it's obsolete.
15107
15108 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15111         (gnus-score-save): Use it.
15112
15113         * message.el (message-bury): Use `window-dedicated-p'.
15114
15115 2004-10-15  Simon Josefsson  <jas@extundo.com>
15116
15117         * pop3.el (top-level): Don't require nnheader.
15118         (pop3-read-timeout): Add.
15119         (pop3-accept-process-output): Add.
15120         (pop3-read-response, pop3-retr): Use it.
15121
15122 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15123
15124         * spam.el (spam-register-routine): Move comment.
15125         (spam-verify-bogofilter): Use 'unknown for the initial
15126         spam-bogofilter-valid state, not 'never.
15127
15128         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15129         for netrc-machine.
15130
15131         * nnimap.el (nnimap-open-connection): Use
15132         netrc-machine-user-or-password.
15133
15134 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15135
15136         * gnus-registry.el (gnus-registry-unload-hook):
15137         Set as a variable with add-hook.
15138
15139         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15140         of news-path.
15141
15142         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15143
15144         * spam.el: Delete duplicate `provide'.
15145         (spam-unload-hook): Set as a variable with add-hook.
15146
15147 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15150         in the doc string.
15151
15152         * message.el (message-ignored-news-headers)
15153         (message-ignored-supersedes-headers)
15154         (message-ignored-resent-headers)
15155         (message-forward-ignored-headers): Improve custom type.
15156
15157 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * message.el (message-tokenize-header): Fix 2004-09-06 change
15160         which used point-min in the wrong place.
15161
15162 2004-10-12  Simon Josefsson  <jas@extundo.com>
15163
15164         * tls.el (tls-certtool-program): New variable.
15165         (tls-certificate-information): New function, based on
15166         ssl-certificate-information.
15167
15168 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * compface.el: Move the version of ELisp-based uncompface program
15171         to the contrib directory because of the copyright problem.
15172
15173 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * message.el (message-kill-buffer): Raise the current frame.
15176
15177 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15180
15181         * gnus.el (message-y-or-n-p): Autoload.
15182
15183         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15184         (pop3-password-required, pop3-authentication-scheme)
15185         (pop3-leave-mail-on-server): Made customizable.
15186         (pop3): New custom group.
15187         (pop3-retr): Remove `sleep-for' statements.
15188         Suggested by Dave Love <fx@gnu.org>.
15189
15190         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15191         Windows/DOS.
15192
15193         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15194         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15195         Dave Love <fx@gnu.org>.
15196
15197         * mml.el (mml-minibuffer-read-disposition): Require match.
15198         Suggested by Dave Love <fx@gnu.org>.
15199
15200 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15203         doc string.
15204
15205 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15208
15209 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15210
15211         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15212         instead of calling `mm-insert-inline', to decode text/* parts
15213         before displaying them.
15214
15215 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * mm-uu.el (mm-uu-text-plain-type): New variable.
15218         (mm-uu-pgp-signed-extract-1): Use it.
15219         (mm-uu-pgp-encrypted-extract-1): Use it.
15220         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15221         bind mm-uu-text-plain-type with that value.
15222         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15223         mm-uu-dissect.
15224
15225 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-group.el (gnus-update-group-mark-positions):
15228         * gnus-sum.el (gnus-update-summary-mark-positions):
15229         * message.el (message-check-news-body-syntax):
15230         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15231         of string-as-multibyte.
15232
15233 2004-10-05  Juri Linkov  <juri@jurta.org>
15234
15235         * gnus-group.el (gnus-update-group-mark-positions):
15236         * gnus-sum.el (gnus-update-summary-mark-positions):
15237         * message.el (message-check-news-body-syntax):
15238         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15239         8-bit unibyte values to a multibyte string for search functions.
15240
15241 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15244         (mm-uu-dissect-text-parts): New function.
15245
15246         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15247         dissect text parts.
15248
15249         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15250         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15251
15252         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15253
15254         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15255         gnus-current-topics instead of gnus-current-topic.
15256
15257 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15258
15259         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15260
15261 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15264         where approriate.
15265
15266         * nnml.el (nnml-generate-active-info): do.
15267
15268         * nndiary.el (nndiary-generate-active-info): do.
15269
15270         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15271         (gnus-topic-move): do.
15272
15273         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15274         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15275
15276         * gnus-srvr.el (gnus-server-prepare)
15277         (gnus-server-open-all-servers): do.
15278
15279         * gnus-msg.el (gnus-summary-cancel-article)
15280         (gnus-summary-resend-message)
15281         (gnus-summary-mail-crosspost-complaint): do.
15282
15283         * gnus-move.el (gnus-change-server): do.
15284
15285         * gnus-group.el (gnus-group-unmark-all-groups)
15286         (gnus-group-set-current-level): do.
15287
15288 2004-10-04  Simon Josefsson  <jas@extundo.com>
15289
15290         * message.el (message-generate-hashcash): Doc fix.
15291
15292 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15293
15294         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15295         avoid infinite recursion via gnus-get-function.
15296
15297 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15298
15299         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15300
15301         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15302
15303         * nnmail.el (nnmail-split-history): do.
15304
15305         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15306         (nnml-request-delete-group): do.
15307
15308         * nnslashdot.el (nnslashdot-read-groups): do.
15309
15310         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15311         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15312
15313         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15314         (nnspool-sift-nov-with-sed): Use last.
15315         (nnspool-retrieve-headers-with-nov): Use mapc.
15316         (nnspool-request-newgroups): Use dolist.
15317         (nnspool-request-group): Use last.
15318
15319         * nntp.el (nntp-read-server-type): Use dolist.
15320
15321         * nnvirtual.el (nnvirtual-create-mapping)
15322         (nnvirtual-update-read-and-marked): Use dolist.
15323         (nnvirtual-convert-headers): Simplify.
15324
15325 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15326
15327         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15328         support for sync'ing tick marks.
15329
15330 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15333         there's no visible header.
15334
15335 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15336
15337         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15338         necessary, pass full group name to gnus-request-set-marks.
15339
15340 2004-10-01  Simon Josefsson  <jas@extundo.com>
15341
15342         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15343         acroread.
15344
15345 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15346
15347         * spam-report.el (spam-report-gmane): Fix interactive.
15348
15349         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15350
15351         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15352         when writing file.
15353         (gnus-agent-synchronize-flags): Don't default to being
15354         interactive.
15355
15356 2004-09-30  Simon Josefsson  <jas@extundo.com>
15357
15358         * message.el (message-generate-hashcash): Add.
15359         (message-send-mail): Use it, call mail-add-payment.
15360
15361 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15364
15365 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15366
15367         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15368         gnus-requst-update-info with explicit code to sync the in-memory
15369         info read flags with the marks being sync'd to the backend.
15370
15371         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15372
15373 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * spam.el (spam-verify-bogofilter): Add new function.
15376         (spam-check-bogofilter)
15377         (spam-bogofilter-register-with-bogofilter): Use it.
15378         (spam-verify-bogofilter): Add small fixes.
15379
15380 2004-09-28  Simon Josefsson  <jas@extundo.com>
15381
15382         * hashcash.el (hashcash-generate-payment): Revert.
15383
15384 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15385
15386         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15387         gnus-extract-references instead of gnus-split-references.
15388
15389         * gnus-util.el (gnus-extract-references): Add new function, analogous
15390         to gnus-split-references but extracts only the message-ID without
15391         anything extra.
15392
15393         * hashcash.el (hashcash-generate-payment)
15394         (hashcash-check-payment): Do the right thing if hashcash-path is
15395         nil (because the hashcash program could not be found).
15396
15397         * spam.el (spam-use-hashcash): Remove comment.
15398
15399 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15400
15401         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15402         (gnus-cache-enter-article, gnus-cache-remove-article)
15403         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15404
15405         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15406
15407         * gnus-art.el (article-hide-boring-headers)
15408         (article-translate-strings, article-display-face)
15409         (gnus-article-mime-match-handle-first)
15410         (gnus-article-highlight-headers)
15411         (gnus-article-add-buttons-to-head): do.
15412
15413 2004-09-27  Simon Josefsson  <jas@extundo.com>
15414
15415         * hashcash.el: New version, from
15416         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15417         ../contrib/.
15418
15419 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15420
15421         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15422
15423 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15424
15425         * gnus-dup.el (gnus-dup-open): Use mapc.
15426         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15427
15428         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15429         Reported by Stefan Wiens <s.wi@gmx.net>.
15430
15431         * gnus.el (gnus-shutdown): Use dolist.
15432
15433         * gnus-undo.el (gnus-undo): Use mapc.
15434
15435         * nnrss.el (nnrss-generate-active): do.
15436
15437         * message.el (message-cite-original-without-signature)
15438         (message-cite-original): Use mapc.
15439         (message-do-actions, message-make-forward-subject): Use dolist.
15440
15441 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15442
15443         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15444         deletion to remove entire duplicate line.  Fixes merged article
15445         number bug.
15446
15447 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15448
15449         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15450         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15451         first ask if you want to open a server and then, even when you
15452         responded with no, asking if you want to synchronize the server's
15453         flags.
15454         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15455         multi-line expressions.
15456         (gnus-agent-synchronize-group-flags): New internal function.
15457         Updates marks in memory (in the info structure) AND in the
15458         backend.
15459
15460         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15461
15462         * nnagent.el (nnagent-request-set-mark): Use
15463         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15464         method, to ensure that synchronization updates marks in the
15465         backend and in the info (in memory) structure.
15466
15467 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15470         convention fully; don't miss the root article of a thread; make
15471         the X-Draft-From header with correct article numbers.
15472
15473 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15474
15475         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15476         unless plugged.  Disable the agent so that an open failure causes
15477         an error.
15478
15479         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15480         Reverted 2004-09-21 change.  The backend must be opened while
15481         synchronizing flags even when the backend stores the flags
15482         locally.
15483
15484 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15487         in `header' match.  Reported by Svend Tollak Munkejord.
15488
15489         * message.el (message-cite-original): Fix use of
15490         `message-cite-articles-with-x-no-archive'.
15491
15492 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15495         (gnus-window-to-buffer): Ditto.
15496
15497         * mml.el (mml-preview-buffer): New variable.
15498         (mml-preview): Manage window layout with gnus-buffer-configuration.
15499
15500         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15501         X-Draft-From header even if those articles aren't quoted.
15502
15503 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15504
15505         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15506         (gnus-request-set-mark, gnus-request-update-mark): Use new
15507         g-s-t-u-l-m to decide to use backend even when unplugged.
15508
15509 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15512         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15513
15514 2004-09-20  Simon Josefsson  <jas@extundo.com>
15515
15516         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15517         "utf-16-le".
15518
15519 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15520
15521         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15522
15523 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * uudecode.el (uudecode-use-external): Add :version.
15526
15527         * smime.el (smime-CA-file, smime-encrypt-cipher)
15528         (smime-dns-server): Add :version.
15529
15530         * smiley.el (gnus-smiley-file-types): Add :version.
15531
15532         * sha1.el (sha1-use-external): Add :version.
15533
15534         * pgg-def.el (pgg-query-keyserver): Add :version.
15535
15536         * nnmail.el (nnmail-fancy-expiry-targets)
15537         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15538         Add :version.
15539
15540         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15541         (nnimap-retrieve-groups-asynchronous): Add :version.
15542         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15543
15544         * mml.el (mml-content-disposition-parameters)
15545         (mml-insert-mime-headers-always): Add :version.
15546
15547         * mm-util.el (mm-coding-system-priorities): Add :version.
15548
15549         * mm-decode.el (mm-inline-text-html-with-images)
15550         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15551         (mm-verify-option): Add :version.
15552         (mm-text-html-renderer): Change :version.
15553
15554         * message.el (message-fcc-externalize-attachments)
15555         (message-required-headers, message-draft-headers)
15556         (message-subject-trailing-was-query)
15557         (message-subject-trailing-was-ask-regexp)
15558         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15559         (message-mark-insert-end, message-archive-header)
15560         (message-archive-note, message-cross-post-default)
15561         (message-cross-post-note, message-followup-to-note)
15562         (message-cross-post-note-function, message-use-mail-followup-to)
15563         (message-subscribed-address-functions)
15564         (message-subscribed-address-file, message-subscribed-addresses)
15565         (message-subscribed-regexps, message-allow-no-recipients)
15566         (message-yank-cited-prefix, message-signature-insert-empty-line)
15567         (message-hidden-headers, message-hierarchical-addresses)
15568         (message-mail-user-agent, message-use-idna)
15569         (message-valid-fqdn-regexp)
15570         (message-strip-special-text-properties, message-header-synonyms)
15571         (message-beginning-of-line, message-tab-body-function): Add :version.
15572         (message-insert-canlock, message-wide-reply-confirm-recipients):
15573         Change :version.
15574
15575         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15576         and :version.
15577         (mail-source-delete-old-incoming-confirm)
15578         (mail-source-movemail-program): Add :version.
15579
15580         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15581         (gnus-agent-cache, gnus-agent): Change :version.
15582
15583         * gnus-util.el (gnus-use-byte-compile): Change :version.
15584
15585         * gnus-sum.el (gnus-summary-make-false-root-always)
15586         (gnus-summary-default-high-score)
15587         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15588         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15589         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15590         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15591         (gnus-sum-thread-tree-single-indent)
15592         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15593         (gnus-sum-thread-tree-leaf-with-other)
15594         (gnus-sum-thread-tree-single-leaf): Add :version.
15595         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15596         (gnus-article-loose-mime): Change :version.
15597
15598         * gnus-start.el (gnus-backup-startup-file)
15599         (gnus-save-startup-file-via-temp-buffer): Add :version.
15600
15601         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15602         (gnus-server-offline-face): Add :version.
15603
15604         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15605
15606         * gnus-msg.el (gnus-gcc-externalize-attachments)
15607         (gnus-debug-files, gnus-debug-exclude-variables)
15608         (gnus-discouraged-post-methods): Change :version.
15609         (gnus-confirm-mail-reply-to-news)
15610         (gnus-confirm-treat-mail-like-news): Add :version.
15611
15612         * gnus-int.el (gnus-server-unopen-status): Add :version.
15613
15614         * gnus-group.el (gnus-group-jump-to-group-prompt)
15615         (gnus-large-ephemeral-newsgroup)
15616         (gnus-fetch-old-ephemeral-headers): Add :version.
15617
15618         * gnus-fun.el (gnus-x-face-directory)
15619         (gnus-convert-pbm-to-x-face-command)
15620         (gnus-convert-image-to-x-face-command)
15621         (gnus-convert-image-to-face-command): Add :version.
15622
15623         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15624
15625         * gnus-cite.el (gnus-cite-blank-line-after-header)
15626         (gnus-article-boring-faces): Add :version.
15627
15628         * gnus-art.el (gnus-buttonized-mime-types)
15629         (gnus-inhibit-mime-unbuttonizing)
15630         (gnus-treat-display-face)
15631         (gnus-treat-body-boundary): Change :version.
15632         (gnus-body-boundary-delimiter, gnus-picon-databases)
15633         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15634         (gnus-treat-date-english, gnus-treat-fold-headers)
15635         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15636         (gnus-treat-mail-picon, gnus-treat-wash-html)
15637         (gnus-article-encrypt-protocol)
15638         (gnus-use-idna, gnus-article-over-scroll)
15639         (gnus-mime-display-multipart-alternative-as-mixed)
15640         (gnus-mime-display-multipart-related-as-mixed)
15641         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15642         (gnus-ctan-url, gnus-button-ctan-handler)
15643         (gnus-button-handle-ctan-bogus-regexp)
15644         (gnus-button-ctan-directory-regexp)
15645         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15646         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15647         (gnus-button-man-level, gnus-button-emacs-level)
15648         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15649
15650         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15651         (gnus-agent-go-online): Change :version.
15652         (gnus-agent-expire-unagentized-dirs)
15653         (gnus-agent-auto-agentize-methods): Add :version.
15654
15655         * flow-fill.el (fill-flowed-display-column)
15656         (fill-flowed-encode-column): Add :version.
15657
15658         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15659         (gnus-outlook-deuglify-unwrap-max)
15660         (gnus-outlook-deuglify-cite-marks)
15661         (gnus-outlook-deuglify-unwrap-stop-chars)
15662         (gnus-outlook-deuglify-no-wrap-chars)
15663         (gnus-outlook-deuglify-attrib-cut-regexp)
15664         (gnus-outlook-deuglify-attrib-verb-regexp)
15665         (gnus-outlook-deuglify-attrib-end-regexp)
15666         (gnus-outlook-display-hook): Add :version.
15667
15668         * binhex.el (binhex-use-external): Add :version.
15669
15670 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15673         and `invisible'.
15674
15675 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15678         in gnus-registry-trim.
15679
15680 2004-09-13  Simon Josefsson  <jas@extundo.com>
15681
15682         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15683
15684         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15685
15686         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15687         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15688         <yamaoka@jpl.org>.
15689         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15690         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15691         <yamaoka@jpl.org>.
15692
15693         * sieve.el (sieve-manage-mode): Ditto.
15694
15695 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15696
15697         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15698
15699 2004-09-11  Simon Josefsson  <jas@extundo.com>
15700
15701         * dns-mode.el: Add.
15702
15703         * mm-view.el (mm-display-dns-inline): Add.
15704
15705         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15706         (mm-automatic-display): Ditto.
15707
15708         * mailcap.el (mailcap-mime-data): Add text/dns.
15709         (mailcap-mime-extensions): Map .soa to text/dns.
15710
15711 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15712
15713         * gnus-art.el (article-decode-mime-words, article-babel)
15714         (gnus-article-highlight-signature, gnus-article-add-buttons)
15715         (gnus-signature-toggle): Remove unnecessary bindings of
15716         `inhibit-read-only' inherited from v5.10 merge.
15717
15718 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * nntp.el (nntp): New customization group.
15721         (nntp-authinfo-file): Add customization group.
15722
15723         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15724
15725         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15726
15727         * gnus.el (to-address, to-list, subscribed)
15728         (large-newsgroup-initial): Ditto.
15729
15730         * flow-fill.el (fill-flowed-display-column)
15731         (fill-flowed-encode-column): Ditto.
15732
15733 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15734
15735         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15736         Use point-min rather than 1.
15737         (message-send-mail): Use buffer-size rather than point-max.
15738
15739         * gnus-sum.el (gnus-summary-search-article-forward):
15740         Signal a specific `search-failed' rather than a generic `error'.
15741
15742         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15743         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15744         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15745
15746 2004-09-10  Simon Josefsson  <jas@extundo.com>
15747
15748         * nndb.el (require): Remove tcp and duplicate cl.
15749
15750 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-agent.el (directory-files-and-attributes): Move forward.
15753
15754 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15755
15756         * gnus-agent.el (directory-files-and-attributes): Optionally
15757         defined to support XEmacs.
15758
15759 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15760
15761         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15762         to avoid run-time CL dependencies.
15763         (gnus-agent-unfetch-articles): New function.
15764         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15765         article numbers even when local .overview file is missing.
15766         (gnus-agent-read-article-number): New function.  Only accepts
15767         27-bit article numbers.
15768         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15769         gnus-agent-read-article-number.
15770         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15771         from backend while recognizing that article numbers in .overview
15772         must be valid.
15773         (gnus-agent-update-files-total-fetched-for): Use
15774         directory-files-and-attributes to improve performance.
15775         * gnus-int.el (gnus-request-move-article): Use
15776         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15777         improve performance.
15778
15779         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15780         some users confused by references to .newsrc when they only have a
15781         .newsrc.eld file.
15782         (gnus-convert-mark-converter-prompt)
15783         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15784         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15785         New function.  Used internally to only display 'gnus converting
15786         files' message when actually necessary.
15787
15788         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15789         methods now autoloaded.
15790
15791 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15794         identifiers.
15795
15796 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15797
15798         * gnus-picon.el: Fix indentation and closing parenthesis.
15799
15800 2004-09-01  Simon Josefsson  <jas@extundo.com>
15801
15802         * message.el (message-canlock-generate): Require sha1, not
15803         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15804         to require within a function.  Sadly, if sha1.el isn't loaded, the
15805         let binding in m-c-g will hide the defcustom definition, which is
15806         bad.)
15807
15808         * canlock.el: Require sha1, not sha1-el.
15809
15810         * message.el: Don't autoload sha1 (there is a autoload cookie in
15811         sha1.el).
15812
15813         * sha1-el.el: Renamed to sha1.el.
15814
15815 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15816
15817         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15818
15819 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15820
15821         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15822
15823 2004-08-30  Kim F. Storm  <storm@cua.dk>
15824
15825         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15826
15827         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15828         Add :group 'nnimap.
15829
15830 2004-08-30  Andreas Schwab  <schwab@suse.de>
15831
15832         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15833         ?* and ?\;.
15834
15835         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15836         and ?\' to symbol instead of whitespace.
15837
15838 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15841
15842         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15843         instead of re-search-forward.
15844
15845         * gnus-uu.el (gnus-uu-save-article): Ditto.
15846         (gnus-uu-post-encode-uuencode): Ditto.
15847
15848         * html2text.el (html2text-clean-list-items): Ditto.
15849         (html2text-clean-dtdd): Ditto.
15850         (html2text-format-tags): Ditto.
15851
15852         * message.el (message-send-mail-with-sendmail): Fix regexp.
15853         (message-fill-field-general): Use search-forward instead of
15854         re-search-forward.
15855         (unbold-region): Ditto.
15856
15857         * nnrss.el (nnrss-request-article): Ditto.
15858
15859         * nnslashdot.el (nnslashdot-request-article): Ditto.
15860
15861         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15862
15863         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15864         "Unrecognized menu descriptor" error in XEmacs.
15865
15866 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15867
15868         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15869         parent article of a sparse article in the thread hashtb.
15870
15871 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15872
15873         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15874         (nnmail-expand-newtext): Lowercase expanded entries if
15875         nnmail-split-lowercase-expanded is non-nil.
15876
15877 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15880
15881         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15882         of gnus-tmp-news-method into string under XEmacs.  It will be
15883         passed to gnus-correct-length which takes only a string argument.
15884
15885 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus-util.el (gnus-bind-print-variables): New macro.
15888         (gnus-prin1): Use it.
15889         (gnus-prin1-to-string): Use it.
15890         (gnus-pp): New function.
15891         (gnus-pp-to-string): New function.
15892
15893         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15894         Replace pp-to-string with gnus-pp-to-string.
15895         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15896         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15897         * gnus-msg.el (gnus-debug): Ditto.
15898         * gnus-score.el (gnus-score-save): Ditto.
15899         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15900         gnus-pp-to-string.
15901         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15902         with gnus-pp.
15903         * score-mode.el (gnus-score-pretty-print): Ditto.
15904         * webmail.el (webmail-debug): Ditto.
15905
15906 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-art.el (article-display-face, article-display-x-face):
15909         Use buffer-read-only.
15910
15911 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-art.el (article-hide-list-identifiers):
15914         Bind inhibit-read-only as t.
15915
15916 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15919
15920 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15921
15922         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15923         (gnus-narrow-to-page): Don't assume point-min == 1.
15924         (gnus-article-edit-mode): Derive from message-mode.
15925
15926         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15927         point-min == 1.
15928
15929         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15930         Disable incorrect use of `assert'.
15931
15932         * message.el (message-mode): Set comment-start-skip.
15933
15934
15935 2004-08-22  Sam Steingold  <sds@gnu.org>
15936
15937         * pop3.el (pop3-leave-mail-on-server): New user variable.
15938         (pop3-movemail): Delete mail only when it is nil.
15939
15940 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15943
15944         * mml.el (mml-preview): Use `pop-to-buffer'.
15945
15946         * message.el (message-goto-mail-followup-to): Insert after "To".
15947         (message-carefully-insert-headers): Add comment.
15948
15949         * gnus.el: Remove unused variable `gnus-article-check-size'.
15950
15951         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15952
15953         * gnus-art.el (gnus-button-alist): Improve
15954         `gnus-button-handle-library' entry.
15955
15956 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15957
15958         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15959         downcase, since XEmacs capitalizes error messages differently.
15960
15961 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15962
15963         * nntp.el: Add (require 'gnus) due to reference to
15964         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15965
15966 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15967
15968         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15969         `mm-fill-flowed'.
15970
15971         * mm-decode.el (mm-dissect-singlepart): Check it.
15972
15973 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15974
15975         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15976         'imap' for netrc parsing.
15977
15978 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * mailcap.el (mailcap-mime-data): Mark as risky.
15981
15982 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15985         may be included in the encoded word.
15986         (rfc2047-encode): Don't append a space if the encoded word
15987         includes close parenthesis.
15988
15989 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15992         of text within parentheses.
15993
15994 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15995
15996         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15997         (gnus-encrypt-write-file-contents): Make the password key the file
15998         name PLUS the cipher, not just the cipher.  Also remove failed
15999         passwords from the cache.
16000
16001 2004-08-06  Simon Josefsson  <jas@extundo.com>
16002
16003         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16004         fix.
16005
16006 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16009         LWSP.
16010
16011 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16012
16013         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16014         to append in-reply-to: data to the references: header.
16015
16016         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16017         (netrc-parse): Use gnus-encrypt.el functions.
16018
16019         * gnus-encrypt.el: Add new file for encryption support; currently
16020         does only a few GPG ciphers and an internal XOR cipher.
16021
16022         * password.el: Add comments on using password-read-and-add.
16023         (password-read-and-add): Add function to read and add the
16024         password to the cache at once.
16025
16026 2004-07-28  Simon Josefsson  <jas@extundo.com>
16027
16028         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16029         parameter (but don't use it, for now).
16030
16031         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16032         instead of hard coding to nil.
16033
16034 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16037         as mm-inline-image-xemacs does.
16038
16039 2004-07-26  Simon Josefsson  <jas@extundo.com>
16040
16041         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16042         Revert part of 2004-07-17 change below.
16043
16044 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16047         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16048
16049 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16052         quotes that actually start with ">" at the beginning of the
16053         lines.
16054
16055 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * rfc2047.el (rfc2047-encode-region): Fix last change.
16058         (rfc2047-encode-parameter): Remove useless concat.
16059
16060 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16063         encode special characters; fix some kind of misconfigured headers;
16064         signal a real error if debug-on-quit or debug-on-error is non-nil.
16065         (rfc2047-encode-max-chars): New variable.
16066         (rfc2047-encode-1): Use it.
16067         (rfc2047-encode-parameter): New function.
16068
16069         * mml.el (mml-insert-parameter): Remove an excessive space.
16070
16071 2004-07-17  Simon Josefsson  <jas@extundo.com>
16072
16073         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16074         Kai Grossjohann <kai@emptydomain.de>.
16075         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16076         (gnus-group-make-menu-bar): Ditto.
16077
16078         * gnus-util.el (gnus-group-server): Add.
16079
16080 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16081
16082         * message.el (message-clone-locals): Clone sendmail and smtp
16083         variables.
16084
16085 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * rfc2047.el (rfc2047-encode-region): Fix last change.
16088
16089 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16092         characters as non-special.
16093
16094 2004-07-09  Simon Josefsson  <jas@extundo.com>
16095
16096         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16097         Users will lose all flag changes made while unplugged with
16098         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16099         good default.  See numerous reports on ding mailing list.
16100
16101 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16104         add generate-head-function and generate-article-function to the
16105         rfc822-forward entry.
16106         (nndoc-rfc822-forward-generate-article): New function.
16107         (nndoc-rfc822-forward-generate-head): New function.
16108
16109         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16110
16111 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16112
16113         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16114         respect display group parameter and gnus-summary-expunge-below.
16115         (gnus-articles-to-read): Remove unused reference to display group
16116         parameter.
16117
16118 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16119
16120         * nnheader.el (nnheader-uniquify-message-id): New experimental
16121         variable.
16122         (nnheader-nov-read-message-id): Use it.
16123
16124         * spam-report.el (spam-report-gmane): Add interactive.
16125
16126 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16129         qp-or-base64 for the application/* types.
16130
16131 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16132
16133         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16134
16135 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16138         trim value.
16139
16140 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16141
16142         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16143         New macro and function.
16144         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16145
16146 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16149         after-load-alist.
16150
16151 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16152
16153         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16154         update info that isn't there.
16155
16156 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16157
16158         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16159         entry.
16160
16161 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * mm-view.el (mm-inline-render-with-function): Use multibyte
16164         buffer; decode html source by charset.
16165
16166         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16167
16168         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16169         Mule-UCS is loaded under XEmacs.
16170         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16171
16172 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16175
16176 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * mm-util.el (mm-coding-system-p): Return a coding-system.
16179         (mm-mime-mule-charset-alist): Use shift_jis instead of
16180         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16181         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16182         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16183         instead of japanese-shift-jis and iso-latin-1 respectively in
16184         order to share the default value with both Emacs and XEmacs-mule.
16185         (mm-mule-charset-to-mime-charset): Make
16186         mm-coding-system-priorities effective.
16187         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16188         while predicating of candidates upon the priorities.
16189
16190 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16191
16192         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16193         gnus-uu-invert-processable.
16194
16195         * gnus.el: Autoload gnus-uu-invert-processable.
16196
16197 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * mm-util.el (mm-with-multibyte-buffer): New macro.
16200
16201         * rfc2047.el (rfc2047-encode-string): Use it.
16202         (rfc2047-encode-region): Move point to the end of the region after
16203         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16204
16205 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16208         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16209
16210 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16213         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16214         Karl Chen <quarl@nospam.quarl.org>.
16215
16216 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16217
16218         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16219         invalid addresses.
16220
16221 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16222
16223         * spam.el: Change section markers, revise TODO list.
16224         (spam-backends): Make new master list of all installed backends.
16225         (spam-summary-exit-behavior): Add new variable to determine how
16226         messages moves are done at summary exit.
16227         (spam-move-spam-nonspam-groups-only)
16228         (spam-process-ham-in-nonham-groups)
16229         (spam-process-ham-in-spam-groups): Remove variables, the
16230         spam-summary-exit-behavior variable should be used to manage this
16231         behavior.
16232         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16233         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16234         and spam-old-spam-articles.
16235         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16236         Add empty variables, placeholders for the backends they represent.
16237         (spam-set-difference): Move, unchanged.
16238         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16239         unless the user has a processor variable.
16240         (spam-classifications, spam-classification-valid-p)
16241         (spam-backend-properties, spam-backend-property-valid-p)
16242         (spam-backend-function-type-valid-p)
16243         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16244         (spam-report-articles-gmane, spam-report-articles-resend):
16245         Remove functions, they are not needed.
16246         (spam-install-backend-super, spam-backend-list)
16247         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16248         (spam-backend-function, spam-backend-ham-registration-function)
16249         (spam-backend-spam-registration-function)
16250         (spam-backend-ham-unregistration-function)
16251         (spam-backend-spam-unregistration-function)
16252         (spam-backend-statistical-p, spam-backend-mover-p)
16253         (spam-install-backend-alias, spam-install-checkonly-backend)
16254         (spam-install-mover-backend, spam-install-nocheck-backend)
16255         (spam-install-backend, spam-install-statistical-backend)
16256         (spam-install-statistical-checkonly-backend): Add backend installation
16257         support.
16258         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16259         (spam-group-processor-p): Use the new backend code and respect the
16260         summary exit behavior.
16261         (spam-mark-spam-as-expired-and-move-routine): Remove.
16262         (spam-summary-prepare): Change to use the new spam-old-articles
16263         variable.
16264         (spam-copy-or-move-routine, spam-copy-spam-routine)
16265         (spam-move-spam-routine, spam-copy-ham-routine)
16266         (spam-move-ham-routine): Add code to copy/move ham or spam.
16267         (spam-fetch-field-fast): Improve doc and code, plus allow the
16268         'number request.
16269         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16270         variables.
16271         (spam-split, spam-find-spam): Use the new backend code.
16272         (spam-registration-functions): Remove variable.
16273         (spam-unregister-routine): Add convenience wrapper.
16274         (spam-log-undo-registration, spam-register-routine)
16275         (spam-log-processing-to-registry)
16276         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16277         where possible.
16278         (spam-check-gmane-xref, spam-check-regex-headers)
16279         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16280         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16281         (spam-check-bogofilter-headers, spam-check-spamoracle)
16282         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16283         (spam-check-crm114-headers): Use the spam-split-group that
16284         spam-split prepares, no need to determine it every time.
16285
16286         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16287         to the nnheader-parse-naked-head call.
16288
16289         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16290
16291         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16292         the nnheader-nov-read-message-id call.
16293
16294 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16297         gnus-activate-group twice.  Suggested by Markus Peter
16298         <warp@spin.de>.
16299
16300 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-art.el (gnus-article-time-format): Exchange the order of
16303         day and month in the default value; fix customization type.
16304         (article-date-ut): Use add-text-properties.
16305         (article-make-date-line): Use message-make-date instead of
16306         current-time-string.
16307
16308         * message.el (message-fetch-field): Don't use set-text-properties.
16309         (message-make-date): Simplify.
16310
16311         * messagexmas.el (message-xmas-make-date): New function.
16312         (message-xmas-redefine): Defalias message-make-date to it.
16313
16314 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16317         (rfc2047-encode-region): Treat text within parentheses as special;
16318         show the original text when error has occurred.
16319
16320         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16321         already-computed method to gnus-activate-group.
16322
16323         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16324         same select-methods identical Lisp objects.
16325
16326         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16327         object when modifying the info.
16328
16329 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16332         gnus-opened-servers since it has never been opened with the new
16333         configuration yet.
16334
16335 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16338         arg to nnheader-generate-fake-message-id.
16339
16340 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16341
16342         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16343         number and build a fake message ID localized to a group and
16344         article number (so it's repeatable from that point on).
16345         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16346         ID format.
16347
16348         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16349         nnheader-generate-fake-message-id with the article number.
16350
16351 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16352
16353         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16354         end-of-buffer.
16355
16356 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16357
16358         * message.el (message-ignored-supersedes-headers): Add Approved.
16359
16360 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16363         goto-char.
16364         (rfc2047-encode): Fold the line before encoding.
16365
16366 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16367
16368         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16369         folding -- not all headers can be folded, and this should be done
16370         by the message composition mode.  Probably.  I think.
16371
16372 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16375         fast.
16376
16377         * gnus-ems.el (gnus-remove-image): Don't use
16378         message-text-with-property; remove only the image found first.
16379
16380         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16381         found first.
16382
16383 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16384
16385         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16386
16387 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * message.el (message-text-with-property): Make it fast and accept
16390         optional arguments.
16391         (message-strip-forbidden-properties): Use it.
16392         (message-fix-before-sending): Follow the m-t-w-p change.
16393
16394         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16395
16396 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-art.el (article-hide-headers): Don't change the buffer
16399         mistakenly when performing mml-preview even if
16400         gnus-single-article-buffer is nil.
16401
16402 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16403
16404         * message.el (message-expand-name-databases): New user option.
16405         (message-expand-name): Use it.
16406
16407 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * spam.el (spam-report-articles-resend)
16410         (spam-report-resend-register-routine): Allow ham reporting.
16411         (spam-report-resend-register-ham-routine): Add wrapper.
16412         (spam-registration-functions): Add ham resending functions.
16413         (spam-list-of-processors): Add ham resend processor.
16414
16415         * gnus.el (ham-resend-to): Add new group parameter.
16416         (spam-process): Add ham resend option.
16417
16418         * spam-report.el (spam-report-resend): Allow reporting ham.
16419         (spam-report-resend-ham): Add wrapper.
16420
16421 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16422
16423         * message.el (message-cite-articles-with-x-no-archive): New
16424         variable.
16425         (message-cite-original): Use it.
16426
16427 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16428
16429         * message.el (message-cite-original): Respect X-No-Archive.
16430
16431 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * gnus-art.el (article-hide-headers): Refer to the values for
16434         gnus-ignored-headers and gnus-visible-headers in the summary
16435         buffer since a user may have set them as group parameters.
16436
16437 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16438
16439         * assistant.el (assistant-node-name): Add convenience function.
16440         (assistant-render-text, assistant-render-node): Add error handling,
16441         plus handle multiple next nodes.
16442         (assistant-find-next-node): Comment out for now.
16443         (assistant-find-next-nodes): Add function, returns list of next
16444         nodes.
16445
16446 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * mail-source.el (mail-source-directory): Fix doc-string.
16449
16450 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16451
16452         * assistant.el (assistant-render-text, assistant-eval): Add :set
16453         widget type, which is different because it takes and returns a
16454         list.  Much hilarity ensues.
16455
16456 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16457
16458         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16459
16460         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16461         doc-string.
16462
16463         * gnus-start.el (gnus-activate-group): Added doc-string.
16464
16465 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16468
16469 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * assistant.el (assistant-render-text): Try to add a :set
16472         widget, more to come.
16473
16474         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16475         strings.
16476         (spam-report-articles-resend)
16477         (spam-register-routine): Do registration iff any articles warrant
16478         it.
16479         (spam-summary-prepare-exit): Change log message for nil group
16480         destinations.
16481
16482 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16483
16484         * spam.el (spam-report-resend-register-routine): Allow
16485         spam-report-resend-to to be a group parameter or a global value.
16486
16487 2004-05-26  Simon Josefsson  <jas@extundo.com>
16488
16489         * starttls.el: Merge with my GNUTLS based starttls.el.
16490         (starttls-gnutls-program, starttls-use-gnutls)
16491         (starttls-extra-arguments, starttls-process-connection-type)
16492         (starttls-connect, starttls-failure, starttls-success): New
16493         variables.
16494         (starttls-program, starttls-extra-args): Doc fix.
16495         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16496         functions.
16497         (starttls-negotiate, starttls-open-stream): Check
16498         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16499         function if it is set.
16500
16501 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16504         structured fields.
16505
16506 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16509
16510 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16511
16512         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16513         variable.
16514         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16515         assigning the spam-mark to new messages.
16516
16517 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16518
16519         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16520
16521 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16524
16525         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16526         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16527         default.
16528
16529 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16530
16531         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16532         correct data.
16533
16534 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16535
16536         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16537         (spam-group-processor-p): Fix function.
16538         (spam-group-processor-multiple-p)
16539         (spam-group-spam-processor-report-gmane-p)
16540         (spam-group-spam-processor-report-resend-p)
16541         (spam-group-spam-processor-bogofilter-p)
16542         (spam-group-spam-processor-blacklist-p)
16543         (spam-group-spam-processor-ifile-p)
16544         (spam-group-ham-processor-ifile-p)
16545         (spam-group-spam-processor-spamoracle-p)
16546         (spam-group-spam-processor-crm114-p)
16547         (spam-group-ham-processor-bogofilter-p)
16548         (spam-group-spam-processor-stat-p)
16549         (spam-group-ham-processor-stat-p)
16550         (spam-group-ham-processor-whitelist-p)
16551         (spam-group-ham-processor-BBDB-p)
16552         (spam-group-ham-processor-spamoracle-p)
16553         (spam-group-ham-processor-copy-p): Remove functions with some
16554         prejudice against unneeded code.
16555         (spam-report-articles-resend)
16556         (spam-report-resend-register-routine): Allow the group/topic
16557         spam-resend-to value to override spam-report-resend-to.
16558         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16559         properly now.
16560
16561         * gnus.el (spam-resend-to): Add group/topic parameter.
16562         (spam-process): Move the OBSOLETE processors to the end of the
16563         choices.
16564
16565 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16566
16567         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16568         with resend-to set to nil, and then ask the user if necessary.
16569         (spam-report-resend): spam-report-resend takes a list of articles, not
16570         separate article numbers.
16571
16572 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16575         addition to emacs-w3m.
16576
16577 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16578
16579         * assistant.el (assistant-authinfo-data): New function.
16580         (assistant-eval): Eval for entire assistant.
16581
16582         * netrc.el (netrc-services-file): New variable.
16583         (netrc-parse-services): New function.
16584         (netrc-find-service-name): New function.
16585         (netrc-find-service-number): New function.
16586         (netrc-port-equal): New function.
16587         (netrc-machine): Use it.
16588
16589         * nnimap.el (nnimap-open-connection): Use netrc.
16590
16591         * gnus-util.el (gnus-netrc-get): Remove aliases.
16592
16593         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16594
16595         * assistant.el (wid-edit): Fix compilation.
16596
16597         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16598
16599 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16600
16601         * gnus-util.el (gnus-set-file-modes): New function.  (small
16602         patch).
16603
16604 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16605
16606         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16607
16608         * assistant.el (assistant-render-node): Fix up rendering and
16609         read-only text.
16610         (assistant-render-node): Reset.
16611         (assistant-make-read-only): Not sticky.
16612
16613 2004-05-20  Danny Siu  <dsiu@adobe.com>
16614
16615         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16616         centered even when gnus-auto-center-summary is t.
16617
16618 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619
16620         * dns.el (dns-get-txt-answer): New function.
16621         (dns-read-txt): Ditto.
16622         (query-dns): Use it.
16623
16624 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16627         active for foreign groups even if the group level is higher than
16628         the specified value.
16629
16630 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16631
16632         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16633         non-active groups.
16634
16635         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16636
16637 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16638
16639         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16640
16641 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16642
16643         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16644         (spam-crm114-header, spam-crm114-spam-switch)
16645         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16646         (spam-crm114-positive-spam-header)
16647         (spam-crm114-database-directory, spam-list-of-processors)
16648         (spam-group-spam-processor-crm114-p)
16649         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16650         (spam-generic-score, spam-list-of-checks)
16651         (spam-list-of-statistical-checks, spam-registration-functions)
16652         (spam-check-crm114-headers, spam-crm114-score)
16653         (spam-check-crm114, spam-crm114-register-with-crm114)
16654         (spam-crm114-register-spam-routine)
16655         (spam-crm114-unregister-spam-routine)
16656         (spam-crm114-register-ham-routine)
16657         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16658         asjo@koldfront.dk (Adam Sjøgren).
16659
16660         * gnus.el: Add spam-use-crm114.
16661
16662         * spam.el (spam-list-of-processors, spam-registration-functions):
16663         Add spam-use-resend.
16664         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16665         (spam-report-articles-gmane): Add doc fix.
16666         (spam-report-articles-resend, spam-report-resend-register-routine):
16667         Add wrappers around spam-report-resend-to.
16668
16669         * spam-report.el (spam-report-resend-to, spam-report-resend):
16670         Add support for resending spam.
16671         (spam-report-gmane): Fix line length >80.
16672
16673         * gnus.el (spam-process): Add spam-use-resend.
16674
16675 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16676
16677         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16678         number of processed spam messages.
16679         (spam-ham-copy-or-move-routine): Return the number of processed
16680         ham messages.
16681         (spam-summary-prepare-exit): Use the above values to decide
16682         whether status messages shouled be displayed.
16683
16684 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16687         `rfc2047-encoding-function-alist' in order to avoid conflicting
16688         with the old version.
16689         (rfc2047-encode-region): Concatenate words containing non-ASCII
16690         characters in structured fields; don't encode space-delimited
16691         ASCII words even in unstructured fields; don't break words at
16692         char-category boundaries.
16693         (rfc2047-encode-1): New function.
16694         (rfc2047-encode): Use it; encode text so that it occupies the
16695         maximum width within 76-column; work correctly on Q encoding for
16696         iso-2022-* charsets.
16697         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16698         sure not to break a line just after the header name.
16699         (rfc2047-b-encode-region): Removed.
16700         (rfc2047-b-encode-string): New function.
16701         (rfc2047-q-encode-region): Removed.
16702         (rfc2047-q-encode-string): New function.
16703
16704         * mm-util.el (mm-replace-in-string): New function.
16705
16706 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16707
16708         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16709         get it right.
16710         (gnus-inews-make-draft): Really.
16711
16712 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16713
16714         * nnmh.el (nnmh-request-list-1): Don't check the link count
16715         before descending.  (small patch)
16716
16717 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16718
16719         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16720         stuff.
16721
16722         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16723         on real group name.
16724
16725         * gnus-art.el (gnus-signature-limit): Doc fix.
16726
16727         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16728
16729         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16730
16731 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16732
16733         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16734         isn't a string.
16735
16736 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16737
16738         * gnus-draft.el (gnus-draft-send): Bind
16739         rfc2047-encode-encoded-words.
16740
16741         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16742         (rfc2047-encodable-p): Say that =? needs encoding.
16743         (rfc2047-encode-encoded-words): New variable.
16744
16745         * gnus-group.el (gnus-group-select-group): Doc fix.
16746
16747         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16748
16749         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16750         to nil.
16751
16752         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16753
16754         * nnheader.el (nnheader-get-lines-and-char): New function.
16755
16756 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16757
16758         * gnus-msg.el (gnus-summary-followup-with-original): Document
16759         yanking of region when active.
16760
16761 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16764         groups if the group level is higher than the specified value.
16765
16766 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16769         (gnus-group-jump-to-group): Added prefix argument using
16770         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16771         non-active group.
16772
16773         * compface.el (uncompface): Be verbose when changing
16774         `uncompface-use-external'.
16775
16776         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16777         handle manual section.
16778
16779 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16780
16781         * gnus-art.el (gnus-button-alist): Revert previous change.
16782
16783 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16786
16787 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16788
16789         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16790         whether backend can accept message.
16791
16792         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16793
16794 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16795
16796         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16797         Avoid creating directory when nntp-marks-is-evil is true.
16798         Reported by Reiner Steib.
16799
16800 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * gnus-picon.el (gnus-picon-style): New variable.
16803         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16804         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16805         Jesper Harder <harder@ifa.au.dk>.
16806
16807 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16808
16809         * message.el (message-fill-field): Return point.
16810         (message-generate-headers): Go to end of field.
16811
16812         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16813         stuff for non-living groups.
16814
16815 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16816
16817         * gnus-art.el (gnus-article-followup-with-original)
16818         (gnus-article-reply-with-original): gnus-mark-active-p ->
16819         gnus-region-active-p.
16820
16821 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16822
16823         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16824         only when there is spam or ham to be processed.
16825
16826 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16827
16828         * mail-source.el (mail-source-delete-crash-box): Refactor.
16829         (mail-source-fetch): Use it.
16830         (mail-source-fetch-file): Ditto.
16831         (mail-source-fetch-directory): Run postscript in loop.
16832         (mail-source-fetch-pop): Delete.
16833         (mail-source-fetch-maildir): Ditto.
16834         (mail-source-fetch-imap): Ditto.
16835
16836         * imap.el (imap-authenticators): Comment out sasl.
16837
16838         * message.el (message-skip-to-next-address): New function.
16839         (message-fill-header-address): Refactor.
16840         (message-fill-address): Use it.
16841         (message-delete-address): Use it.
16842         (message-fill-header-general): Refactor.
16843         (message-fill-field-address): Rename.
16844         (message-narrow-to-field): Find the start of the header.
16845         (message-header-format-alist): Don't pre-fill.
16846         (message-fill-header): Removed.
16847         (message-insert-header): New function.
16848         (message-shorten-references): Use it.
16849
16850         * rfc2047.el (rfc2047-field-value): Strip props.
16851
16852         * mail-parse.el (mail-header-make-address): New alias.
16853
16854         * ietf-drums.el (ietf-drums-make-address): New function.
16855
16856         * imap.el: Add compiler directives.
16857
16858         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16859
16860         * gnus-art.el (article-decode-idna-rhs): Don't use
16861         message-idna-inside-rhs-p.
16862
16863 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16864
16865         * message.el (message-idna-inside-rhs-p): Removed.
16866         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16867
16868         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16869         false positives.
16870
16871 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16872
16873         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16874
16875 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16876
16877         * nneething.el (nneething-file-name): Don't create spurious
16878         files.
16879
16880         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16881         (gnus-inews-do-gcc): Remove sleep.
16882
16883         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16884         part under point.
16885
16886         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16887         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16888
16889 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16890
16891         * spam.el (spam-summary-prepare-exit): Fixed (length).
16892
16893 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16894
16895         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16896         as expired without moving it" message when there are spam
16897         messages left.
16898
16899 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16900
16901         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16902         header is not nil.
16903
16904 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16905
16906         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16907         nntp-possibly-create-directory, not nntp-possibly-change-group.
16908         (nntp-marks-changed-p): New arg SERVER.
16909         (nntp-request-update-info): Adjust caller.
16910
16911 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16912
16913         * nntp.el (nntp-save-marks): Pass missing arg.
16914
16915 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16916
16917         * nntp.el: Support marks.
16918         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16919         (nntp-marks-modtime, nntp-marks-directory): New variables.
16920         (nntp-request-set-mark, nntp-request-update-info)
16921         (nntp-possibly-create-directory, nntp-marks-changed-p)
16922         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16923         functions.
16924
16925 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16926
16927         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16928         (gnus-xmas-redefine): Rename.
16929
16930         * gnus-score.el (gnus-score-insert-help): Use
16931         gnus-select-lowest-window.
16932
16933         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16934         appt-select-lowest-window and rename to gnus-select-lowest-window.
16935
16936         * gnus.el: do.
16937
16938 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16939
16940         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16941         encodings of MIME-encoded words, in order to improve
16942         interoperability with several broken MUAs.
16943
16944 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16945
16946         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16947         tags, only when charsets are not specified in headers.
16948         (mm-inline-text-html-render-with-w3m): Ditto.
16949
16950         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16951         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16952
16953 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16954
16955         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16956         instead of MIME-decoded from fields when checking
16957         `gnus-article-address-banner-alist'.
16958
16959 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16960
16961         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16962         description rather than subject.
16963
16964 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16965
16966         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16967
16968 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16969
16970         * gnus.el (gnus-version-number): Bump.
16971
16972 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16973
16974         * gnus.el: No Gnus v0.2 is released.
16975
16976 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16977
16978         * gnus-agent.el (gnus-agent-read-agentview): Inline
16979         gnus-uncompress-range.
16980
16981 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16982
16983         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16984         `exec-installed-p'.
16985
16986 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16987
16988         * gnus.el (spam-process, spam-autodetect-methods): Add
16989         bsfilter and bsfilter-headers.
16990
16991         * spam.el (spam-bsfilter): New customize group.
16992         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16993         (spam-bsfilter-header, spam-bsfilter-probability-header)
16994         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16995         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16996         (spam-bsfilter-database-directory): New options.
16997         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16998         (spam-list-of-statistical-checks, spam-registration-functions):
16999         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17000         (spam-bsfilter-score): New command.
17001         (spam-check-bsfilter-headers, spam-check-bsfilter)
17002         (spam-bsfilter-register-with-bsfilter)
17003         (spam-bsfilter-register-spam-routine)
17004         (spam-bsfilter-unregister-spam-routine)
17005         (spam-bsfilter-register-ham-routine)
17006         (spam-bsfilter-unregister-ham-routine): New functions.
17007         (spam-generic-score): Support bsfilter; Accept an optional argument
17008         to recalcurate spam score even if scoring header has already been
17009         added.
17010         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17011         optional argument to recalcurate spam score even if scoring header
17012         has already been added.
17013
17014 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17017         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17018         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17019         link is missing.
17020
17021 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17024         (html2text-get-attr): Rewrite.
17025
17026         * message.el (message-setup-1): Remove redundant put-text-property
17027         on mail-header-separator.
17028
17029 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17030
17031         * gnus-registry.el (gnus-registry-cache-whitespace)
17032         (gnus-registry-action, gnus-registry-spool-action)
17033         (gnus-registry-split-fancy-with-parent): Change message levels
17034         from 5 to 3 or 7, as needed.
17035
17036         * spam.el (spam-summary-prepare-exit)
17037         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17038         (spam-split, spam-find-spam, spam-log-undo-registration)
17039         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17040         level from 5 to 6.
17041
17042 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17045         2004-03-04 change).
17046
17047 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17048
17049         * sieve-manage.el (sieve-manage-open):
17050         * nnweb.el (nnweb-insert-html):
17051         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17052         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17053         * nnspool.el (nnspool-request-group):
17054         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17055         * nnml.el (nnml-request-update-info):
17056         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17057         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17058         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17059         (nnimap-request-set-mark):
17060         * nnfolder.el (nnfolder-request-update-info):
17061         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17062         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17063         * gnus-uu.el (gnus-uu-find-articles-matching):
17064         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17065         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17066         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17067         * gnus-nocem.el (gnus-nocem-scan-groups):
17068         * gnus-int.el (gnus-start-news-server):
17069         * gnus-group.el (gnus-group-make-kiboze-group)
17070         (gnus-group-browse-foreign-server):
17071         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17072         Use mapc when appropriate.
17073
17074 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17075
17076         FIXME: Make separate entries for each person.
17077
17078         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17079         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17080         <shields@msrl.com>:
17081
17082         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17083         may need for spam sorting and scoring.
17084         (spam-user-format-function-S): Add user format function suitable for
17085         general use.
17086         (spam-article-sort-by-spam-status): Add sorting function for summary
17087         sorting.
17088         (spam-extra-header-to-number): Add function to get a score from a
17089         header.
17090         (spam-summary-score): Add function to get a numeric score from the
17091         headers.
17092         (spam-generic-score): Fix function doc, was in wrong place.
17093         (spam-initialize): Take symbols when it's run, and install the
17094         extra headers that spam-necessary-extra-headers thinks we need.
17095
17096 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17097
17098         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17099         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17100
17101 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17102
17103         * gnus-sum.el (gnus-set-global-variables)
17104         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17105         (gnus-article-get-xrefs, gnus-summary-best-group)
17106         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17107         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17108         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17109         Use with-current-buffer.
17110
17111 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17112
17113         * spam.el (spam-summary-prepare-exit): Simplify logic.
17114         (spam-fetch-article-header): Read the article header if it's not
17115         available.
17116         (spam-list-articles): Simplify logic.
17117         (spam-filelist-register-routine): Fix bug with unregister-list.
17118
17119         * gnus-registry.el: Fix comments at beginning.
17120
17121 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17122
17123         * message.el (message-cater-to-broken-inn): Remove.
17124         (message-shorten-references): Make sure the total folded length of
17125         References is shorter than 998 characters to cater to a bug in INN
17126         2.3.  Also, don't pretend that references aren't folded -- this
17127         hasn't worked for a while.
17128
17129 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17130
17131         * gnus-agent.el (gnus-agentize):
17132         gnus-agent-send-mail-real-function no longer set to current value
17133         of message-send-mail-function but rather a lambda that calls
17134         message-send-mail-function.  The change makes the agent real-time
17135         responsive to user changes to message-send-mail-function.
17136
17137 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17138
17139         * legacy-gnus-agent.el
17140         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17141         help from Florian Weimer <fw@deneb.enyo.de>
17142
17143 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * nnmail.el (nnmail-cache-insert): Revert last change.
17146
17147 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * nnmail.el (nnmail-cache-insert): Always check whether
17150         nnmail-cache-ignore-groups matches a group name.
17151
17152 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17153
17154         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17155         (spam-find-spam, spam-log-processing-to-registry)
17156         (spam-log-registered-p, spam-log-unregistration-needed-p)
17157         (spam-log-undo-registration): Use gnus-message instead of
17158         gnus-error, none of these errors are fatal.
17159
17160         * gnus-registry.el (gnus-registry-clean-empty-function)
17161         (gnus-registry-clean-empty): Remove only empty entries without
17162         extra data.
17163
17164 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17165
17166         * spam-stat.el (spam-stat-buffer-change-to-spam)
17167         (spam-stat-buffer-change-to-non-spam): Change (error) to
17168         (gnus-message 8) invocation.
17169
17170 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * nntp.el (nntp-via-netcat-command): New variable.
17173         (nntp-via-netcat-switches): New variable.
17174         (nntp-open-via-rlogin-and-netcat): New function.
17175         (nntp-open-connection-function): Doc fix.
17176         (nntp-telnet-command): Doc fix.
17177         (nntp-end-of-line): Doc fix.
17178         (nntp-via-rlogin-command): Doc fix.
17179         (nntp-via-user-name): Doc fix.
17180         (nntp-via-address): Doc fix.
17181
17182 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17185         error in Emacs 21.1.
17186
17187 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17190
17191 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17192
17193         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17194         (gnus-agent-with-refreshed-group): New macro.
17195         (gnus-agent-rename-group): New function.
17196         (gnus-agent-delete-group): New function.
17197         (gnus-agent-save-group-info): Use gnus-command-method when
17198         `method' parameter is nil.  Don't write nil entries into the
17199         active file.
17200         (gnus-agent-get-group-info): New function.
17201         (gnus-agent-fetch-articles): Use
17202         gnus-agent-update-files-total-fetched-for to increment disk space
17203         used.
17204         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17205         gnus-agent-update-view-total-fetched-for to increment disk space
17206         used.
17207         (gnus-agent-get-local): Added optional parameters to avoid calling
17208         gnus-group-real-name and gnus-find-method-for-group.
17209         (gnus-agent-set-local): Delete stored entry if either min, or max,
17210         are nil.
17211         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17212         quit, use gnus-agent-regenerate-group to record existance of any
17213         articles fetched to disk before the quit occurred.
17214         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17215         gnus-agent-update-view-total-fetched-for, and
17216         gnus-agent-update-files-total-fetched-for to decrement disk space
17217         used.
17218         (gnus-agent-retrieve-headers): Use
17219         gnus-agent-update-view-total-fetched-for to increment disk space
17220         used.
17221         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17222         with gnus-agent-update-files-total-fetched-for to decrement disk
17223         space and fresh group buffer.
17224         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17225         (gnus-agent-need-update-total-fetched-for): New variable.
17226         (gnus-agent-update-files-total-fetched-for): New function.
17227         (gnus-agent-update-view-total-fetched-for): New function.
17228         (gnus-agent-total-fetched-for): New function.
17229
17230         * gnus-cache.el (gnus-cache-save-buffers): Use
17231         gnus-cache-update-overview-total-fetched-for to change disk space
17232         used by this group.
17233         (gnus-cache-possibly-enter-article): Use
17234         gnus-cache-update-file-total-fetched-for to increment disk space
17235         used by this group.
17236         (gnus-cache-possibly-remove-article): Use
17237         gnus-cache-update-file-total-fetched-for to decrement disk space
17238         used by this group.
17239         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17240         (gnus-cache-rename-group): New function.
17241         (gnus-cache-delete-group): New function.
17242         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17243         (gnus-cache-need-update-total-fetched-for): New variable.
17244         (gnus-cache-with-refreshed-group): New macro.
17245         (gnus-cache-update-file-total-fetched-for): New function.
17246         (gnus-cache-update-overview-total-fetched-for): New function.
17247         (gnus-cache-rename-group-total-fetched-for): New function.
17248         (gnus-cache-delete-group-total-fetched-for): New function.
17249         (gnus-cache-total-fetched-for): New function.
17250
17251         * gnus-group.el: Require gnus-sum and autoload functions to
17252         resolve warnings when gnus-group.el compiled alone.
17253         (gnus-group-line-format): Documented new %F.
17254         (size of Fetched data) group line format; identifies disk space
17255         used by agent and cache.
17256         (gnus-group-line-format-alist): Defined new F format.
17257         (gnus-total-fetched-for): New function.
17258         (gnus-group-delete-group): No longer update
17259         gnus-cache-active-altered as gnus-request-delete-group now keeps
17260         the cache in sync.
17261         (gnus-group-list-active): Let the agent store a server's active
17262         list if currently plugged.
17263
17264         * gnus-int.el (gnus-request-delete-group):
17265         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17266         local disk in sync with the server.
17267         (gnus-request-rename-group):
17268         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17269         local disk in sync with the server.
17270
17271         * gnus-start.el (gnus-get-unread-articles):
17272         Cosmetic simplification to logic.
17273
17274         * gnus-util.el (gnus-rename-file): New function.
17275
17276 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17277
17278         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17279
17280 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17281
17282         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17283         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17284
17285 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17286
17287         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17288         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17289
17290 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17293
17294 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el (spam-set-difference): Add function to replace
17297         gnus-set-difference in spam.el.
17298         (spam-summary-prepare-exit): Use spam-set-difference.
17299
17300 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * gnus-registry.el (gnus-registry-cache-file): Update to use
17303         gnus-dribble-directory OR gnus-home-directory OR ~.
17304         (gnus-registry-split-fancy-with-parent): Fix doc.
17305
17306 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * message.el (message-exchange-point-and-mark): Use
17309         message-mark-active-p.  Suggested by Jesper Harder
17310         <harder@ifa.au.dk>.
17311
17312 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * message.el (message-exchange-point-and-mark): Don't activate
17315         region if it was inactive.  Suggested by Hiroshi Fujishima
17316         <pooh@nature.tsukuba.ac.jp>.
17317
17318 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-art.el (article-display-face): Display Faces in the same
17321         order as X-Faces.
17322
17323 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17326
17327 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17330         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17331         (gnus-article-mime-hierarchy): Remove.
17332         (gnus-article-mime-hierarchy-next): Remove.
17333         (gnus-article-mode): Revert 2004-03-19 change.
17334         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17335         (gnus-insert-mime-button): Revert 2004-03-19 change.
17336         (gnus-mime-accumulate-hierarchy): Remove.
17337         (gnus-mime-enter-multipart): Remove.
17338         (gnus-mime-leave-multipart): Remove.
17339         (gnus-mime-display-part): Revert 2004-03-19 change.
17340         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17341
17342         * mml.el (mml-preview): Revert 2004-03-19 change.
17343
17344 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17345
17346         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17347
17348 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17351         t while entering a file name using the mm-with-multibyte macro.
17352         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17353
17354         * mm-util.el (mm-with-multibyte): New macro.
17355
17356 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17359         user option.
17360         (gnus-mime-multipart-functions): Doc and customization fix.
17361         (gnus-article-mime-hierarchy): New variable.
17362         (gnus-article-mime-hierarchy-next): New variable.
17363         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17364         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17365         gnus-article-mime-hierarchy-next to nil.
17366         (gnus-insert-mime-button): Show hierarchy numbers.
17367         (gnus-mime-accumulate-hierarchy): New function.
17368         (gnus-mime-enter-multipart): New function.
17369         (gnus-mime-leave-multipart): New function.
17370         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17371         (gnus-mime-display-alternative): Show hierarchy numbers.
17372
17373         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17374         gnus-article-mime-hierarchy-next to nil.
17375
17376 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17377
17378         * dns.el: Don't require gnus-xmas.
17379
17380 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17383         inline PGP.
17384         (mml-menu): Disable mml-quote-region if mark is inactive.
17385
17386 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17389         when the group's active is not available.
17390
17391 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17394         error.
17395
17396 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * imap.el (imap-store-password): New variable.
17399         (imap-interactive-login): Use it.
17400         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17401
17402 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17405         window-start and hscroll to summary window.
17406
17407 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17408
17409         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17410         conversion message to newsrc-dribble when an actual conversion is
17411         performed.
17412
17413 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17414
17415         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17416
17417 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * mm-decode.el (mm-complicated-handles): New function reviving
17420         former definition of mm-multiple-handles.
17421
17422         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17423         (gnus-mime-delete-part): Use it.
17424
17425 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17426
17427         * gnus-agent.el (gnus-agent-read-local): Bind
17428         nnheader-file-coding-system to gnus-agent-file-coding-system to
17429         avoid the implicit assumption that they will always be equal.
17430         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17431         coding-system-for-write, as the with-temp-file macro first prints
17432         to a buffer then saves the buffer.
17433
17434 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-art.el (gnus-article-edit-part): New function.
17437         (gnus-mime-save-part-and-strip): Use it; do query instead of
17438         signaling an error; don't use mm-multiple-handles.
17439         (gnus-mime-delete-part): Ditto.
17440
17441 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17442
17443         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17444         old file versions.
17445         (gnus-group-prepare-hook): Removed function that converted list
17446         form of gnus-agent-expire-days to group properties.
17447
17448         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17449         (gnus-request-accept-article): Re-indented.
17450
17451         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17452         converters to handle old agent file formats.  Added logic for a
17453         "backup before upgrading warning".
17454         (gnus-convert-mark-converter-prompt): Developers can mark
17455         functions as needing (default), or not needing,
17456         gnus-convert-old-newsrc's "backup before upgrading warning".
17457         (gnus-convert-converter-needs-prompt): Tests whether the user
17458         should be protected from potentially irreversable changes by the
17459         function.
17460
17461         * legacy-gnus-agent.el: New.  Provides converters that are only
17462         loaded when gnus-convert-old-newsrc needs to call them.
17463
17464 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * mail-source.el (mail-source-touch-pop): Doc fix.
17467
17468         * message.el (message-smtpmail-send-it): Doc fix.
17469
17470 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17473
17474         * nnmail.el (nnmail-split-fancy): do.
17475
17476         * gnus-kill.el (gnus-kill, gnus-execute): do.
17477
17478 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17479
17480         * gnus-sum.el (gnus-widget-reversible-match)
17481         (gnus-widget-reversible-to-internal)
17482         (gnus-widget-reversible-to-external): New functions.
17483         (gnus-widget-reversible): New widget.
17484         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17485
17486 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17487
17488         * gnus-sum.el (gnus-thread-sort-functions)
17489         (gnus-article-sort-functions): Document `(not F)' items.
17490
17491 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17492
17493         * spam.el (spam-use-gmane-xref): Add new backend.
17494         (spam-gmane-xref-spam-group): Add variable to control the name of the
17495         Gmane spam group.
17496         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17497         (spam-regex-headers-spam, spam-regex-headers-ham)
17498         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17499         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17500         backends and checks.
17501         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17502
17503         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17504         an autodetect method.
17505
17506 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17507
17508         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17509         articles are being added to a group.
17510         (gnus-request-replace-article): Inform the agent that articles
17511         need to be uncached as the cached contents are no longer valid.
17512
17513 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * binhex.el: Don't autoload executable-find.
17516
17517         * canlock.el: Don't autoload mail-fetch-field.
17518
17519         * dgnushack.el: Autoload c-mode for XEmacs.
17520
17521         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17522
17523         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17524         rmail-dont-reply-to and rmail-output.
17525
17526         * gnus-score.el: Don't autoload ffap-string-at-point.
17527
17528         * gnus-setup.el: Don't autoload sc-cite-original.
17529
17530         * imap.el: Don't autoload base64-decode-string,
17531         base64-encode-string and md5.
17532
17533         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17534         and rmail-msg-restore-non-pruned-header.
17535
17536         * mm-decode.el: Don't autoload executable-find.
17537
17538         * mm-url.el: Don't autoload executable-find.
17539
17540         * mm-view.el: Don't autoload diff-mode.
17541
17542         * nndb.el: Don't autoload news-reply-mode, news-setup,
17543         cancel-timer and telnet.
17544
17545         * password.el: Don't autoload run-at-time for Emacs.
17546
17547         * sha1-el.el: Don't autoload executable-find.
17548
17549         * sieve-mode.el: Don't autoload c-mode.
17550
17551         * uudecode.el: Don't autoload executable-find.
17552
17553 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17554
17555         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17556         (gnus-agent-possibly-alter-active): Avoid null in numeric
17557         comparison.
17558         (gnus-agent-set-local): Refuse to save null in local object table.
17559         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17560         list of articles that will be marked as unread.
17561
17562 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17565
17566 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17567
17568         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17569         language tags.
17570
17571 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17572
17573         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17574         Don't bind "obarray".
17575
17576         * gnus-sum.el (gnus-thread-sort-functions): Added
17577         `gnus-thread-sort-by-most-recent-number' and
17578         `gnus-thread-sort-by-most-recent-date'.
17579         Reported by Kai Grossjohann <kai@emptydomain.de>.
17580
17581 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17584
17585 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17586
17587         * gnus-cus.el (gnus-agent-customize-category): Removed
17588         ignore-errors macro reference that required cl to be loaded at
17589         run-time.
17590
17591         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17592         single-interval range of the form (min . max).  Previously the
17593         range had to look like ((min . max)).  Likewise, return
17594         (min . max) rather than ((min . max)).
17595         (gnus-range-map): Use gnus-range-normalize to accept
17596         single-interval range.
17597
17598         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17599         the cache, but not the agent, now appear with their usual face.
17600
17601         * dgnushack.el (loaddir): New variable that is bound to the
17602         directory containing the dgnushack.el file. Use loaddir, rather
17603         than srcdir, to update load-path. Change lets dgnushack compile
17604         code in directories other than GNUS/lisp.
17605
17606 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * lpath.el: Don't bind w3m-safe-url-regexp.
17609
17610         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17611         w3m-safe-url-regexp variable buffer-local.
17612
17613         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17614
17615 2004-02-27  Simon Josefsson  <jas@extundo.com>
17616
17617         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17618         gnus-group-real-prefix.
17619         (gnus-summary-move-article): Use it, instead of
17620         gnus-group-real-prefix.
17621
17622 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * lpath.el: Bind w3m-safe-url-regexp.
17625
17626         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17627         w3m-safe-url-regexp variable buffer-local and set it as the value
17628         of mm-w3m-safe-url-regexp.
17629
17630         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17631
17632         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17633         parsing gnus-posting-styles when the message is not for replying.
17634
17635         * dgnushack.el: Autoload sgml-mode for XEmacs.
17636
17637         * nnrss.el (nnrss-opml-export): Use
17638         mm-set-buffer-file-coding-system instead of
17639         set-buffer-file-coding-system.
17640
17641 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17644         of checkdoc.el).
17645         * nnrss.el: do.
17646         * gnus-mlspl.el: do.
17647         * gnus-ml.el: do.
17648         * gnus-srvr.el: do.
17649
17650         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17651
17652 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17653
17654         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17655         Corrections to custom-manual links.
17656
17657         * gnus-art.el (gnus-article): Ditto.
17658
17659         * mm-decode.el (mime-display, mime-security): Ditto.
17660
17661 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17662
17663         * flow-fill.el: Typo.
17664
17665 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17666
17667         * spam-wash.el: New file.
17668
17669 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17670
17671         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17672
17673 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17674
17675         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17676         to be run with new-articles as LIST1, not LIST2.
17677         (spam-registration-functions): Add spam-use-ham-copy as a nil
17678         registration backend.
17679
17680 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17681
17682         * spam-stat.el (spam-stat-washing-hook): New option.
17683         (spam-stat-buffer-words): Use it.
17684         (spam-stat-process-directory, spam-stat-test-directory): Use
17685         insert-file-contents-literally.
17686         (spam-stat-coding-system): New variable.
17687         (spam-stat-load, spam-stat-save): Use it.
17688
17689 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * spam-report.el (spam-report-plug-agent): Quote
17692         spam-report-url-to-file and spam-report-url-ping-plain.
17693
17694 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17695
17696         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17697         / in mailto URLs.
17698
17699 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17700
17701         * spam-report.el (spam-report-process-queue): Fix interactive use.
17702         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17703         (spam-report-unplug-agent): Doc fixes.
17704         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17705         (spam-report-agentize, spam-report-deagentize): Autoload.
17706
17707 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17710
17711         * message.el (message-setup-fill-variables): Add mml tags to
17712         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17713         <ajk@iu.edu>.
17714         (message-mode): Don't modify paragraph-separate there.
17715
17716 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * compface.el (uncompface-use-external): Default to undecided.
17719         (uncompface-use-external-threshold): New variable.
17720         (uncompface-float-time): New macro.
17721         (uncompface): Determine whether to use the external decoder if
17722         uncompface-use-external is undecided.
17723
17724 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17725
17726         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17727         after images.
17728
17729         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17730
17731 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17732
17733         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17734
17735         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17736
17737         * gnus-sum.el (gnus-summary-limit-to-age)
17738         (gnus-summary-limit-children): do.
17739
17740         * gnus-int.el (gnus-request-scan): do.
17741
17742         * gnus-group.el (gnus-group-suspend): do.
17743
17744         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17745
17746         * gnus-cite.el (gnus-cite-parse-attributions): do.
17747
17748         * gnus-agent.el (gnus-summary-set-agent-mark)
17749         (gnus-agent-regenerate-group): do.
17750
17751         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17752
17753         * binhex.el (binhex-decode-region-internal): do.
17754
17755 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * gnus-fun.el (gnus-face-properties-alist): New user option.
17758         (gnus-display-x-face-in-from): Use it.
17759
17760         * gnus-art.el (article-display-face): Ditto.
17761
17762         * compface.el (uncompface-use-external): Default to nil.
17763
17764 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17765
17766         * nntp.el (nntp-erase-buffer): New function.
17767         (nntp-retrieve-data, nntp-send-command)
17768         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17769         (nntp-possibly-change-group): Use it.
17770
17771         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17772         with-current-buffer.
17773
17774 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17775
17776         * compface.el: Merge the ELisp-based uncompface program.
17777         (compface): New customization group.
17778         (uncompface-use-external): New user option.
17779         (uncompface): Call uncompface-internal if uncompface-use-external
17780         is nil.
17781         (uncompface-internal): New function.  Note that there are also
17782         some other functions and variables added for this function.
17783
17784 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17787         if necessary.
17788
17789 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17790
17791         * spam-report.el (spam-report-unplug-agent)
17792         (spam-report-plug-agent, spam-report-deagentize)
17793         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17794         Add support for the Agent in spam-report: when unplugged, report to a
17795         file; when plugged, submit all the requests.
17796
17797         * spam.el (spam-register-routine): Fix message about
17798         registration.
17799
17800 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17803         dependencies.
17804         (rfc2047-encode): Use it.
17805
17806         * gnus-art.el (gnus-button-marker-list): Move before first
17807         reference.
17808
17809         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17810         (imap-parse-body): Fix format string mismatch.
17811
17812         * gnus-score.el (gnus-summary-increase-score): do.
17813
17814         * nnrss.el (nnrss-close): New function.
17815
17816 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17817
17818         * nnrss.el (nnrss-make-filename): New function.
17819         (nnrss-request-delete-group, nnrss-read-server-data)
17820         (nnrss-save-server-data, nnrss-read-group-data)
17821         (nnrss-save-group-data): Use it.
17822         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17823         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17824         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17825
17826 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17827
17828         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17829
17830 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17831
17832         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17833         files.
17834
17835         * message.el (message-generate-headers-first): Don't quote nil
17836         and t in docstrings.
17837
17838         * imap.el (imap-id): do.
17839
17840         * gnus-agent.el (gnus-agent-consider-all-articles)
17841         (gnus-agent-queue-mail): do.
17842
17843 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17844
17845         * spam-report.el (spam-report-process-queue): New function.
17846         Process requests from `spam-report-requests-file'.
17847         (spam-report-process-queue): Doc fix.
17848
17849 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17850
17851         * spam.el (spam-register-routine)
17852         (spam-log-processing-to-registry, spam-log-registered-p)
17853         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17854         Change "check" to "spam-check" for semi-clarity.
17855
17856 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17857
17858         * pop3.el: Require nnheader.
17859
17860         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17861
17862         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17863
17864         * gnus-picon.el: Require cl.
17865
17866         * gnus-fun.el: Require gnus-ems and gnus-util.
17867
17868         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17869
17870         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17871
17872         * gnus-art.el (gnus-article-edit-mode): Define before first
17873         reference.
17874
17875 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17876
17877         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17878         (gnus-uu-post-encoded): Use point-at-bol.
17879
17880         * gnus-topic.el (gnus-group-active-topic-p): do.
17881
17882         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17883
17884         * gnus-group.el (gnus-group-kill-region): do.
17885
17886         * gnus-art.el (article-date-ut): do.
17887
17888         * message.el (message-fetch-field): Remove redundant
17889         case-fold-search binding.
17890         (message-narrow-to-field): Simplify.
17891
17892 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17893
17894         * spam.el (spam-directory): Derive from `gnus-directory'.
17895
17896         * spam-report.el (spam-report-url-to-file)
17897         (spam-report-requests-file): New function and variable for offline
17898         reporting.
17899         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17900         and user defined function.
17901         (spam-report-url-ping-mm-url): Remove doubled slash.
17902
17903 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17904
17905         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17906
17907 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17910         format string mismatch.
17911
17912         * sieve.el (sieve-deactivate-all): do.
17913
17914         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17915
17916         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17917
17918         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17919
17920         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17921
17922 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17923
17924         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17925         the list of checks.
17926
17927 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17930         padding.
17931
17932 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17933
17934         * mm-view.el (mm-fill-flowed): New variable.
17935         (mm-inline-text): Use it.
17936
17937 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17938
17939         * spam.el (spam-spamassassin-register-ham-routine)
17940         (spam-spamassassin-register-spam-routine): Fix function names.
17941
17942 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus.el (gnus-tmp-grouplens): Remove.
17945         (gnus-summary-line-format): Remove grouplens.
17946
17947         * gnus-group.el (gnus-group-line-format): Ditto.
17948
17949         * gnus-spec.el (gnus-format-specs): Ditto.
17950         (gnus-update-format-specifications): Flush the group format spec
17951         cache if there's the grouplens stuff.
17952         (gnus-parse-simple-format): Replace %l with the empty string.
17953
17954 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17955
17956         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17957         omission.
17958
17959 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17962         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17963
17964 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17965
17966         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17967         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17968         New macros and functions.
17969         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17970         Handle > NLINK_MAX messages.
17971         * nnmaildir.el (nnmaildir-request-set-mark): Use
17972         nnmaildir--emlink-p and nnmaildir--eexist-p.
17973
17974 2004-01-25  Alex Schroeder  <alex@gnu.org>
17975
17976         * spam-stat.el (spam-stat-process-directory-age): New option.
17977         (spam-stat-process-directory): Use it.
17978
17979 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17980
17981         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17982         (spam-stat-save): Accept prefix argument.
17983
17984 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17985
17986         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17987         links" error.
17988
17989 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17992         the rest of the and/or forms.
17993
17994 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17995
17996         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17997         compatibility with old .newsrc.eld files.
17998
17999         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18000
18001         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18002
18003         * gnus-start.el (gnus-1): do.
18004
18005         * gnus-group.el (gnus-group-line-format-alist): do.
18006
18007         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18008
18009         * gnus-gl.el: Remove.
18010
18011 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18012
18013         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18014         marks consisting of a single range {for example, (3 . 5)} rather
18015         than a list of a single range { ((3 . 5)) }.
18016
18017 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18018
18019         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18020         with-current-buffer.
18021         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18022         avoid consing a string.
18023
18024         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18025         Remove obsolete entries for big5 and gb2312.
18026
18027 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18028
18029         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18030         uncompressed list.
18031
18032 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18033
18034         * spam-stat.el (spam-stat-strip-xref): New function.
18035         (spam-stat-process-directory): Use it.
18036
18037         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18038         here -- it's done in message-fetch-field.
18039
18040 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18041
18042         * gnus-agent.el (gnus-agent-queue-mail)
18043         (gnus-agent-prompt-send-queue): New variables.
18044         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18045         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18046         "nndraft:queue" along to gnus-draft-send.  Use
18047         gnus-agent-prompt-send-queue.
18048         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18049         is "nndraft:queue".  Suggested by Gaute Strokkenes
18050         <gs234@srcf.ucam.org>
18051
18052         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18053         (agent-enable-undownloaded-faces): Added.
18054         (gnus-agent-cat-groups): Use eval-and-compile, not
18055         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18056         method of gnus-agent-cat-groups even when the buffer has been
18057         evaled.
18058         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18059         delete gnus-agent-save-active-1.
18060         (gnus-agent-save-groups): Deleted.  Identical to
18061         gnus-agent-save-active.
18062         (gnus-agent-write-active): No longer adjust agent's copy of active
18063         file as agent's adjustments are now stored in their own
18064         file.  Removed optional parameter.
18065         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18066         servers.  Add use of min/max range limits from server's local
18067         file.
18068         (gnus-agent-save-alist): Removed unused optional argument.
18069         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18070         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18071         (gnus-agent-set-local): A per-server file that keeps min/max range
18072         limits for articles known to the agent.  Provides a fast mechanism
18073         for altering many active ranges.
18074         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18075         active file (local makes it unnecessary).
18076         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18077
18078         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18079         (agent-enable-undownloaded-faces): Added.
18080
18081         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18082         disable it when sending to "nndraft:queue".
18083         (gnus-group-send-queue): Add safety check to avoid sending queue
18084         when unplugged.
18085
18086         * gnus-group.el (gnus-group-catchup): Use new
18087         gnus-sequence-of-unread-articles, not
18088         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18089         numbers of articles.  Use gnus-range-map to avoid having to
18090         uncompress the unread list.
18091         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18092         Fixed invalid ange-ftp reference.
18093
18094         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18095         (gnus-sorted-range-intersection): Intersection of two ranges
18096         without requiring that they first be uncompressed.
18097
18098         * gnus-start.el (gnus-activate-group): Unless blocked by the
18099         caller, possibly expand the active range to include both cached
18100         and agentized articles.
18101         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18102         multiple version-dependent converters.
18103         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18104         gnus-agent-save-active.
18105         (gnus-save-newsrc-file): Save dirty agent range limits.
18106
18107         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18108         gnus-agent-possibly-alter-active.
18109         (gnus-adjust-marked-articles): Faster handling of simple lists.
18110
18111 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18112
18113         * spam-stat.el (spam-stat-test-directory): New optional argument
18114         displays a list of files detected.  Suggested by Andrew Cohen
18115         <cohen@andy.bu.edu>.
18116         (spam-stat-buffer-words-with-scores): Don't narrow and change
18117         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18118
18119 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18120
18121         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18122         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18123         (spam-spamassassin-arguments)
18124         (spam-spamassassin-spam-flag-header)
18125         (spam-spamassassin-positive-spam-flag-header)
18126         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18127         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18128         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18129         (spam-list-of-processors, spam-list-of-checks)
18130         (spam-list-of-statistical-checks, spam-registration-functions)
18131         (spam-check-spamassassin-headers, spam-check-spamassassin)
18132         (spam-spamassassin-score)
18133         (spam-spamassassin-register-with-sa-learn)
18134         (spam-spamassassin-register-spam-routine)
18135         (spam-spamassassin-register-ham-routine)
18136         (spam-assassin-register-spam-routine)
18137         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18138         (spam-bogofilter-score): Fix to show article before scoring.
18139
18140 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18141
18142         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18143         default scoring function.
18144         (spam-generic-score): Call spam-spamassassin-score if
18145         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18146         spam-bogofilter-score otherwise.
18147
18148         * gnus.el (spam-process, spam-autodetect-methods): Add
18149         spamassassin and spamassassin-headers.
18150
18151 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18152
18153         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18154         Suppress unnecessary messages.
18155
18156 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18157
18158         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18159         make-hash-table.
18160
18161 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18162
18163         * canlock.el (base64-encode-string): Don't autoload it.
18164
18165 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * run-at-time.el: Remove useless (require 'itimer),
18168         eval-and-compile and (featurep 'xemacs).
18169
18170 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18171
18172         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18173         GROUP is a virtual group.
18174
18175 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18176
18177         * gnus.el: Autoload `message-y-or-n-p'.
18178
18179 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * pgg-parse.el: Remove unnecessary (require 'custom).
18182
18183         * pgg-def.el: do.
18184
18185         * nnmail.el: do.
18186
18187         * gnus-undo.el: do.
18188
18189         * gnus-picon.el: do.
18190
18191         * gnus-util.el: do.
18192
18193 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18196
18197 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18200         handle, as well as a list.
18201
18202         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18203         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18204         (mm-w3m-cid-retrieve): Simplify.
18205
18206 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18207
18208         * message.el (message-kill-to-signature): Allow prefix arg to
18209         specify number of lines to keep before signature.
18210
18211 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18212
18213         * message.el (message-kill-to-signature): Change docstring.
18214
18215 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * canlock.el: Always require sha1-el.
18218         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18219
18220         * message.el: Autoload sha1 only when compiling.
18221
18222         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18223         eudc-expand-inline for XEmacs.
18224
18225 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * message.el (message-canlock-generate): Require sha1-el.
18228
18229 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18230
18231         * message.el (message-expand-name): Silence the byte compiler.
18232
18233         * lpath.el: Add detect-coding-system.
18234
18235         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18236         cus-edit.
18237
18238 2004-01-13  Simon Josefsson  <jas@extundo.com>
18239
18240         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18241         Invoke gnus-score-mode.  Reported by
18242         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18243
18244         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18245         Jim Blandy <jimb@redhat.com> (tiny change).
18246
18247 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18248
18249         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18250
18251 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18252
18253         * spam.el (spam-get-article-as-string): Update to use
18254         gnus-request-article-this-buffer, much simpler.
18255         (spam-get-article-as-buffer): Remove.
18256
18257 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18258
18259         * message.el (message-expand-name): Use EUDC if the user uses that.
18260
18261 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18264         character for the encoding to avoid consing a string.
18265
18266         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18267         unnecessarily.
18268
18269         * mm-util.el (mm-replace-chars-in-string): Remove.
18270
18271         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18272         of mm-replace-chars-in-string.
18273
18274 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18275
18276         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18277
18278         * mm-util.el (mm-subst-char-in-string): Support inplace.
18279
18280         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18281         a new string in every iteration.  Use shy groups.
18282
18283 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18284
18285         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18286         * gnus-soup.el (gnus-soup-group-brew):
18287         * gnus-msg.el (gnus-put-message):
18288         * gnus-move.el (gnus-group-move-group-to-server):
18289         * gnus-kill.el (gnus-batch-score):
18290         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18291         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18292         (gnus-group-update-group, gnus-group-read-group)
18293         (gnus-group-make-group, gnus-group-make-help-group)
18294         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18295         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18296         (gnus-group-sort-by-unread, gnus-group-catchup)
18297         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18298         (gnus-group-yank-group, gnus-group-set-info)
18299         (gnus-group-list-groups):
18300         * gnus.el (gnus-generate-new-group-name):
18301         * gnus-delay.el (gnus-delay-send-queue):
18302         * nnvirtual.el (nnvirtual-catchup-group):
18303         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18304         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18305         (gnus-group-prepare-topics, gnus-topic-check-topology):
18306         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18307         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18308         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18309         (gnus-group-make-articles-read):
18310         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18311         (gnus-group-change-level, gnus-kill-newsgroup)
18312         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18313         (gnus-get-unread-articles, gnus-make-articles-unread)
18314         (gnus-make-ascending-articles-unread): Use accessor
18315         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18316         to get group information for improved readability.
18317
18318
18319 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18320
18321         * gnus-art.el (article-decode-mime-words, article-babel)
18322         (gnus-article-highlight-signature, gnus-article-add-buttons)
18323         (gnus-signature-toggle): Use gnus-with-article-buffer.
18324
18325         * gnus-art.el (gnus-article-highlight-headers)
18326         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18327
18328         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18329         (gnus-article-set-globals, gnus-request-article-this-buffer)
18330         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18331         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18332         (gnus-mime-display-alternative): Use with-current-buffer.
18333
18334 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18335
18336         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18337         also under 80 char limit, and call gnus-error if needed.
18338         (spam-fetch-article-header): Fix - it was a
18339         buffer-local variable (gnus-newsgroup-data).
18340         (spam-find-spam): Use spam-generate-fake-headers, forget about
18341         spam-insert-fake-headers.
18342         (spam-insert-fake-headers): Remove.
18343
18344 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18345
18346         * deuglify.el (gnus-article-outlook-unwrap-lines)
18347         (gnus-outlook-rearrange-article)
18348         (gnus-outlook-repair-attribution-outlook)
18349         (gnus-outlook-repair-attribution-block)
18350         (gnus-outlook-repair-attribution-other): Remove redundant
18351         save-excursion.
18352
18353 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18354
18355         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18356         (spam-fetch-field-subject-fast)
18357         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18358         (spam-fetch-article-header): Add functions to deal with Gnus
18359         internals for fast retrieval of article header data.
18360         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18361
18362 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18363
18364         * pop3.el (pop3-md5): Remove.
18365         (pop3-apop): Replace pop3-md5 with md5.
18366
18367         * mm-bodies.el: base64 is always built-in.
18368
18369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18370         with-current-buffer.
18371
18372 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * canlock.el (canlock-insert-header): Remove excessive grouping in
18375         regexp.
18376
18377         * gnus-sum.el (gnus-summary-read-document): Ditto.
18378
18379         * gnus-uu.el (gnus-uu-part-number): Ditto.
18380
18381         * html2text.el (html2text-remove-tags): Ditto.
18382         (html2text-format-tags): Ditto.
18383         (html2text-format-single-elements): Ditto.
18384
18385         * mml.el (mml-parse-1): Ditto.
18386
18387 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18388
18389         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18390
18391         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18392
18393         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18394
18395         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18396
18397 2003-11-15  Simon Josefsson  <jas@extundo.com>
18398
18399         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18400         (pgg-gpg-lookup-key): Use regexp match instead of
18401         split-string (split-string is different between emacs 21.2 and
18402         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18403
18404 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18405
18406         * gnus-art.el (gnus-mime-view-all-parts)
18407         (gnus-article-part-wrapper, gnus-article-view-part): Use
18408         with-current-buffer.
18409
18410 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * spam.el (spam-disable-spam-split-during-ham-respool)
18413         (spam-spamoracle-database, spam-cache-lookups)
18414         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18415         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18416         (spam-group-ham-marks, spam-group-spam-marks)
18417         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18418         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18419         also add spam-use-blackholes to the statistical checks.
18420         (spam-fetch-field-fast): Add interface to fetching fields, may
18421         become a macro.
18422         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18423         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18424         (spam-insert-fake-headers): Fake an article when needed.
18425         (spam-find-spam): Fake article when possible.
18426         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18427         (spam-check-bogofilter-headers): Use message-fetch-field instead
18428         of nnmail-fetch-field.
18429
18430 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18433
18434 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18435
18436         * spam.el (spam-split): Do not require spam-use-CHECK to be
18437         enabled if that check is passed to spam-split explicitly; also
18438         fix so 'spam doesn't get converted to spam-split-group when
18439         spam-split-symbolic-return is t.
18440         (spam-find-spam): Find registrations of the article and use those
18441         instead of re-running spam-split to find the spam/ham
18442         classification of the article.
18443         (spam-log-processing-to-registry, spam-log-registered-p)
18444         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18445         Use gnus-error instead of gnus-message.
18446         (spam-log-registration-type): Add function to determine the
18447         classification of a message based on registry entries; will
18448         return nil if both 'spam and 'ham are found.
18449         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18450         a reasonably fast local cache without the loading errors.
18451         (spam-cache-lookups): Set to t by default.
18452         (spam-find-spam): Don't try to guess spam-cache-lookups.
18453         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18454         spam-caches entry.
18455         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18456         caching of whitelist/blacklist entries.
18457         (spam-check-whitelist, spam-check-blacklist): Invoke
18458         spam-from-listed-p with a type, not a cache variable.
18459         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18460
18461 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18464
18465         * nnmail.el (nnmail-split-fancy): do.
18466
18467         * mml.el (mml-parse): do.
18468
18469         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18470         (gnus-score-adaptive): do.
18471
18472 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18475         (gnus-mime-button-map): Don't set keymap parent.
18476         (gnus-button-ctan-directory-regexp): Use shy grouping.
18477         (gnus-prev-page-map): Don't set keymap parent.
18478         (gnus-prev-page-map): Remove duplicated one.
18479         (gnus-next-page-map): Don't set keymap parent.
18480         (gnus-mime-security-button-map): Ditto.
18481
18482         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18483         version number.
18484
18485         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18486
18487 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * canlock.el (canlock-sha1-function): Remove.
18490         (canlock-sha1-function-for-verify): Remove.
18491         (canlock-openssl-program): Remove.
18492         (canlock-openssl-args): Remove.
18493         (canlock-ignore-errors): Remove.
18494         (canlock-sha1-with-openssl): Remove.
18495         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18496         (canlock-verify): Don't use canlock-ignore-errors.
18497
18498         * sha1-el.el (sha1-string-external): Make it can return a string
18499         in binary form.
18500         (sha1-region-external): Ditto.
18501         (sha1-string-internal): Ditto.
18502         (sha1-region-internal): Ditto.
18503         (sha1-region): Ditto.
18504         (sha1-string): Ditto.
18505         (sha1): Ditto.
18506
18507 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18508
18509         * spam.el (spam-report-articles-gmane): New command.
18510
18511 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18514
18515         * run-at-time.el (run-at-time-saved): Remove.
18516         (run-at-time): Doc fix.
18517
18518 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18521         (gnus-summary-limit-map): Add it.
18522         (gnus-summary-make-menu-bar): do.
18523
18524 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18525
18526         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18527         Make attempt at some caching support (done for BBDB only now).
18528         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18529         addresses to be checked.
18530         (spam-clear-cache-BBDB): Add function, to be invoked by
18531         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18532         (spam-check-BBDB): Check and use the caches, if
18533         spam-cache-lookups is on, remove superfluous (provide).
18534
18535 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18536
18537         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18538
18539 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18540
18541         * run-at-time.el (run-at-time-saved): Move to after the definition
18542         of `run-at-time'.
18543
18544         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18545
18546 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18549         mm-w3m-local-map-property.
18550
18551         * mm-view.el (mm-w3m-mode-map): Remove.
18552         (mm-w3m-local-map-property): Remove.
18553         (mm-inline-text-html-render-with-w3m): Don't use
18554         mm-w3m-local-map-property.
18555
18556 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18557
18558         * run-at-time.el: New file.
18559
18560         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18561         under Emacs.
18562
18563         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18564         of gnus-set-text-properties.
18565
18566         * gnus-uu.el (gnus-uu-save-article): Ditto.
18567
18568         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18569
18570         * gnus-cite.el (gnus-cite-parse): Ditto.
18571
18572         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18573         of gnus-.
18574
18575         * gnus-xmas.el (run-at-time): Require run-at-time.
18576
18577         * gnus.el: Changed calls to nnheader-run-at-time and
18578         password-run-at-time throughout to use run-at-time directly.
18579
18580         * password.el: Removed definition of run-at-time.
18581
18582         * nnheaderxm.el: Remove definition of run-at-time.
18583
18584 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18585
18586         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18587         in prompt.
18588
18589 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18590
18591         * messagexmas.el (message-xmas-redefine): Alias
18592         `message-make-caesar-translation-table' to
18593         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18594         version.
18595
18596         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18597         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18598         `gnus-xmas-set-text-properties'.
18599         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18600         `gnus-xmas-completing-read'.
18601         (gnus-xmas-completing-read): Removed.
18602         (gnus-xmas-open-network-stream): Removed.
18603
18604         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18605         XEmacs version.
18606
18607         * dns.el (dns-make-network-process): Use `open-network-stream'
18608         instead of `gnus-xmas-open-network-stream'.
18609
18610         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18611
18612         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18613
18614 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * gnus-art.el (gnus-mime-display-alternative)
18617         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18618         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18619         Don't use gnus-local-map-property.
18620
18621         * gnus-util.el (gnus-local-map-property): Remove.
18622
18623         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18624         gnus-completing-read-maybe-default with completing-read.
18625
18626         * gnus-util.el (gnus-completing-read): do.
18627         (gnus-completing-read-maybe-default): Remove.
18628
18629 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18630
18631         * password.el: Only autoload `run-at-time' if not XEmacs.
18632         Only autoload the itimer functions if XEmacs.
18633
18634 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18637         XEmacsen.
18638
18639         * dgnushack.el: Autoload executable-find for XEmacs.
18640
18641 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18642
18643         * gnus-art.el (gnus-read-string): Remove.
18644         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18645         read-string.
18646
18647 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18648
18649         * netrc.el: Autoload password-read.
18650         (netrc): Add configuration group.
18651         (netrc-encoding-method, netrc-openssl-path): Add
18652         variables for encoding and decoding of files with symmetric
18653         ciphers.
18654         (netrc-encode): Add assistant function to encode a file with
18655         netrc-encoding-method.
18656         (netrc-parse): Add interactive parameter, added optional
18657         decoding if netrc-encoding-method is non-nil but otherwise
18658         behavior is standard.
18659         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18660         Do s/encode/encrypt/ everywhere.
18661
18662         * spam.el: Remove executable-find autoload.
18663
18664 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18665
18666         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18667
18668         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18669
18670 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18671
18672         * gnus-art.el (gnus-treat-ansi-sequences)
18673         (article-treat-ansi-sequences): New variable and function.
18674         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18675
18676         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18677         Use it.
18678
18679 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18680
18681         * mm-util.el (mm-quote-arg): Remove.
18682
18683         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18684         shell-quote-argument.
18685
18686         * gnus-uu.el (gnus-uu-command): do.
18687
18688         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18689
18690         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18691         with make-char.
18692
18693         * mm-util.el (mm-make-char): Remove.
18694
18695         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18696         add-minor-mode.
18697
18698         * gnus-undo.el (gnus-undo-mode): do.
18699
18700         * gnus-topic.el (gnus-topic-mode): do.
18701
18702         * gnus-sum.el (gnus-dead-summary-mode): do.
18703
18704         * gnus-start.el (gnus-slave-mode): do.
18705
18706         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18707
18708         * gnus-ml.el (gnus-mailing-list-mode): do.
18709
18710         * gnus-gl.el (gnus-grouplens-mode): do.
18711
18712         * gnus-draft.el (gnus-draft-mode): do.
18713
18714         * gnus-dired.el (gnus-dired-mode): do.
18715
18716         * gnus-ems.el (gnus-add-minor-mode): Remove.
18717
18718         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18719         Replace gnus-char-width with char-width.
18720
18721         * gnus-ems.el (gnus-char-width): Remove.
18722
18723         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18724         Replace gnus-char-width with char-width.
18725
18726         * gnus-ems.el (gnus-char-width): Remove.
18727
18728         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18729         definition.
18730         Remove Emacs 20 hash table compatibility code.
18731
18732         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18733         20 compatibility code.
18734
18735         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18736
18737         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18738
18739         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18740         with point-at-{eol,bol}.
18741
18742         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18743
18744         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18745
18746         * flow-fill.el (fill-flowed-point-at-bol)
18747         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18748
18749         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18750         Replace with point-at-{eol,bol} throughout all files.
18751
18752 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * ntlm.el (ntlm-string-as-unibyte): New macro.
18755         (ntlm-build-auth-response): Use it.
18756
18757         Remove Emacs 20 stuff:
18758         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18759         (butlast, mapc, remove): Remove the compiler macros.
18760         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18761         of delq and copy-sequence.
18762         * gnus-art.el (popup-menu): Remove the compiler macro.
18763         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18764         Emacs 20.
18765
18766 2004-01-05  Simon Josefsson  <jas@extundo.com>
18767
18768         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18769         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18770         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18771         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18772         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18773         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18774         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18775         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18776         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18777         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18778         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18779         string-xor into ntlm-string-xor.  Suggested by
18780         Jesper Harder <harder@myrealbox.com>.
18781
18782         * ntlm.el: Don't include poem.
18783
18784         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18785         Jesper Harder <harder@myrealbox.com>.
18786
18787         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18788
18789         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18790         probably breaks emacs with DL patch, but do we care? Is anyone
18791         still using the DL stuff?)
18792
18793         * sieve-manage.el: Use the password package.
18794         (sieve-manage-read-passwd): Remove.
18795         (sieve-manage-interactive-login): Use password.  Re-add
18796         condition-case around loop.
18797
18798         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18799         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18800         the password package.
18801
18802 2003-02-19  Simon Josefsson  <jas@extundo.com>
18803
18804         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18805         token.
18806
18807 2002-08-07  Simon Josefsson  <jas@extundo.com>
18808
18809         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18810         (sieve-manage-authenticators):
18811         (sieve-manage-authenticator-alist): Add some SASL mechs.
18812         (sieve-sasl-auth): New function.
18813         (sieve-manage-cram-md5-auth):
18814         (sieve-manage-plain-auth): Rewrite using SASL library.
18815         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18816         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18817         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18818         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18819
18820 2004-01-05  Simon Josefsson  <jas@extundo.com>
18821
18822         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18823         New files.
18824
18825 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18826
18827         * gnus-group.el (gnus-no-groups-message): Update.
18828
18829         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18830
18831 2003-11-09  Simon Josefsson  <jas@extundo.com>
18832
18833         * imap.el: Support for ID IMAP extension (RFC 2971).
18834         (imap-local-variables): Add imap-id.
18835         (imap-id): New variable.
18836         (imap-id): New function.
18837         (imap-parse-response): Parse untagged ID response.
18838         * nnimap.el (nnimap-id): New variable.
18839         (nnimap-open-connection): Use it.
18840
18841 2003-12-28  Simon Josefsson  <jas@extundo.com>
18842
18843         * gnus-score.el (gnus-score-edit-all-score): New.
18844         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18845
18846 2004-01-04  Simon Josefsson  <jas@extundo.com>
18847
18848         * password.el: Add.
18849
18850 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18851
18852         * dns.el (dns-query-types): Fix typo.
18853         (dns-query-types): New function.
18854         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18855         PTR and SOA replies, see RFC 1035.
18856
18857 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858
18859         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18860
18861         * Moved to Changelog.2.
18862
18863 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18864
18865         * gnus.el (gnus-version-number): Bump version.
18866
18867 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18868
18869         * gnus.el: No Gnus v0.1 is released.
18870
18871 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18872
18873         * gnus.el: No Gnus v0.0 is released.
18874
18875 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18876
18877         * gnus.el (gnus-version-number): Bump.
18878         (gnus-version): No.
18879
18880 See ChangeLog.2 for earlier changes.
18881
18882     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18883       Free Software Foundation, Inc.
18884
18885   This file is part of GNU Emacs.
18886
18887   GNU Emacs is free software: you can redistribute it and/or modify
18888   it under the terms of the GNU General Public License as published by
18889   the Free Software Foundation, either version 3 of the License, or
18890   (at your option) any later version.
18891
18892   GNU Emacs is distributed in the hope that it will be useful,
18893   but WITHOUT ANY WARRANTY; without even the implied warranty of
18894   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18895   GNU General Public License for more details.
18896
18897   You should have received a copy of the GNU General Public License
18898   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18899
18900 ;; Local Variables:
18901 ;; coding: utf-8
18902 ;; fill-column: 79
18903 ;; add-log-time-zone-rule: t
18904 ;; End: