4dc2dbf8c588a0b81583db9d6483b6004ce8483f
[gnus] / lisp / ChangeLog
1 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (gnus-summary-nnir-goto-thread): remove function and
4         binding. handled by `gnus-summary-refer-thread' instead.
5         (nnir-warp-to-article): new backend function.
6
7         * nnimap.el (nnimap-request-thread): force dependency updating.
8
9         * gnus-sum.el (gnus-fetch-headers): allow more arguments.
10         (gnus-summary-refer-thread): rework to improve thread-referral.
11
12         * gnus-int.el (gnus-warp-to-article): new function.
13
14         * gnus-sum.el (gnus-summary-article-map): bind it.
15
16
17 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
18
19         * nnir.el (gnus-summary-nnir-goto-thread): limiting work done by
20         gnus-summary-refer-thread.
21
22         * gnus-sum.el (gnus-build-all-threads): force updating of dependency
23         headers.
24         (gnus-summary-limit-include-thread): prevent articles in thread from
25         being cut in gnus-cut-threads.
26         (gnus-summary-refer-thread): limit retrieved headers to those in
27         thread.
28
29 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * message.el (message-send-mail): Use the value of
32         message-courtesy-message from the message buffer.
33
34         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
35
36         * shr.el (shr-browse-url): Implement mailto: URLs.
37
38         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
39         "raw".
40
41         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
42         if it's already selected.
43
44         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
45
46 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
49         to measure the length and truncate alt text.
50
51 2010-11-03  Glenn Morris  <rgm@gnu.org>
52
53         * nndiary.el (nndiary-generate-nov-databases-1)
54         (nndiary-generate-active-info): Rename dynamic variable `files' to
55         something less generic.
56
57 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
58
59         * nnir.el (nnir-request-move-article): Call the underlying backend to
60         move articles from nnir.
61
62 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
65
66 2010-11-02  Julien Danjou  <julien@danjou.info>
67
68         * nnir.el: Remove wais support.
69
70 2010-11-02  Glenn Morris  <rgm@gnu.org>
71
72         * gnus-html.el: Reorder requirements to quieten compiler.
73
74 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
77         properly for XEmacs as well.
78         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
79         (gnus-article-natural-long-line-p): Use window-width rather than
80         frame-width.
81
82 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
83
84         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
85         (nnir-read-parms): Don't modify query.
86         (nnir-run-query): Add ability to search topic on current line.
87         (nnir-get-active): Clean up.
88
89 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
92         degenerate articles.
93
94         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
95         (gnus-print-buffer): Just print the buffer as is, without any copying
96         to a buffer and then re-highlighting.
97
98         * nnimap.el (nnimap-request-group): Store the new updated info.
99         (nnimap-request-group): Select the group when we don't know whether it
100         exists or not.
101
102         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
103         groups.
104
105         * gnus-group.el (gnus-group-find-new-groups): Display all the new
106         groups.
107
108         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
109         groups.
110
111         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
112         long-lines case by only filling the long lines.
113
114         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
115         (bug #7311).
116
117 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * shr.el: No need to declare `declare-function' since shr.el is for
120         only Emacsen that provide `libxml-parse-html-region'.
121
122         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
123         effective only in a file it is referred to.
124
125 2010-11-01  Glenn Morris  <rgm@gnu.org>
126
127         * mm-util.el (gnus-completing-read): Autoload.
128         (mm-read-coding-system): Simplify Emacs definition.
129
130         * nnmail.el (gnus-activate-group):
131         * nnimap.el (gnutls-negotiate):
132         * nntp.el (netrc-parse): Fix declarations.
133
134 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
137         string-match-p in Emacs >=23.
138
139         * gnus-msg.el (gnus-configure-posting-styles)
140         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
141
142 2010-11-01  Glenn Morris  <rgm@gnu.org>
143
144         * nnir.el (declare-function): Add compat stub.
145         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
146         (nnir-run-gmane): Require 'mm-url.
147
148         * mm-util.el (mm-string-to-multibyte): Simplify.
149
150         * shr.el (declare-function): Add compat stub.
151         (url-cache-create-filename): Declare.
152         (mm-disable-multibyte, widget-convert-button): Autoload.
153
154         * smime.el (ldap-search): Declare.
155         (smime-cert-by-ldap-1): Require ldap on Emacs.
156
157         * nnimap.el: Require nnmail, and gnus-sum when compiling.
158         (nnimap-keepalive): Use gnus-float-time.
159
160         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
161         (mail-source-delete-crash-box): Use gnus-float-time.
162
163         * gnus-dired.el (gnus-completing-read): Autoload.
164
165         * mm-view.el (gnus-rescale-image): Autoload.
166
167         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
168
169         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
170
171         * sieve-manage.el: Require 'cl when compiling.
172
173         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
174         (gnus-iswitchb-completing-read): Require iswitchb.
175         (gnus-select-frame-set-input-focus): Silence compiler.
176
177 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * message.el (message-subject-trailing-was-query): Change default to t,
180         since I think that's what most people want.
181
182         * nnimap.el (nnimap-request-accept-article): Erase buffer before
183         appending for easier debugging.
184         (nnimap-wait-for-connection): Take a regexp.
185         (nnimap-request-accept-article): Wait for the continuation line before
186         sending anything unless we're streaming.
187
188         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
189         leave the header washing to take place.
190
191 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
192
193         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
194         regular expression match and replace in posting styles.
195
196 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
197
198         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
199         an entire server.
200         (nnir-get-active): New function.
201         (nnir-run-imap): Use it.
202         (nnir-run-gmane): Who knew, gmane search returns an article score!
203
204         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
205         server on the current line with nnir.
206
207 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
210         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
211         left edge.
212         (gnus-article-foldable-buffer): Skip past the prefix when determining
213         raggedness.
214
215         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
216         the raw article, and change `C-u g' to show the article without doing
217         treatments.
218
219         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
220         on to `gnus-treat-article'.
221         (gnus-inhibit-article-treatments): New variable.
222
223         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
224
225         * gnus-art.el (gnus-treatment-function-alist): Have
226         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
227         (gnus-treat-fill-long-lines): Change default to fill all text/plain
228         sections.
229
230         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
231         parameter.
232         (gnus-article-fill-cited-long-lines): New function.
233         (gnus-article-fill-cited-article): Allow filling only long sections.
234
235         * shr.el (shr-find-fill-point): Don't break lines between punctuation
236         and non-punctuation (like after the apostrophe in "'We").
237
238         * gnus-sum.el (gnus-summary-select-article): Make sure
239         gnus-original-article-buffer is alive.
240
241         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
242         reflect the order they're in in the digest.
243
244         * gnus.el (gnus-group-startup-message): Move point to the start of the
245         buffer.
246
247         * nnimap.el (nnimap-capability): New function.
248         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
249         is set.
250
251 2010-10-31  David Engster  <dengste@eml.cc>
252
253         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
254         conform with changes to gnus-completing-read.
255
256 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * shr.el (shr-tag-img): Output "*" instead of "[img]".
259
260 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
261
262         * nnir.el move defvar, defcustom around to keep file organized and keep
263         byte-compiler quiet.
264         (nnir-read-parms): accept search-engine as arg.
265         (nnir-run-query): pass search-engine as arg.
266         (nnir-search-engine): remove.
267
268 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr.el (shr-generic): The text nodes should be text, not :text.
271
272         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
273         later in the file.
274
275 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * nnir.el: general clean up. allow searching with multiple
278         engines. allow separate extra-parameters for each engine. batch queries
279         when possible.
280         (nnir-imap-default-search-key,nnir-method-default-engines): add
281         customize interface.
282         (nnir-run-gmane): new engine.
283         (nnir-engines): use it. qualify all prompts with engine name.
284         (nnir-search-engine): remove global variable.
285         (nnir-run-hyrex): restore for now.
286         (nnir-extra-parms,nnir-search-history): new variables.
287         (gnus-group-make-nnir-group): use them.
288         (nnir-group-server): remove in favor of gnus-group-server.
289         (nnir-request-group): avoid searching twice.
290         (nnir-sort-groups-by-server): new function.
291
292 2010-10-30  Julien Danjou  <julien@danjou.info>
293
294         * gnus-group.el: Remove gnus-group-fetch-control.
295
296         * gnus-start.el (gnus-find-new-newsgroups): Remove
297         gnus-check-first-time-used.
298
299         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
300
301 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
302
303         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
304         set on groups that don't have \* permanentflags.
305
306 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
309         control the background color.
310         (shr-tag-img): Ignore very small web bug type images.
311         (shr-put-image): Add help-echo alt texts to the images.
312         (shr-tag-video): Show the video poster image.
313
314 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * shr.el (shr-table-depth): New variable.
317         (shr-tag-table-1): Only insert the images after the top-level table.
318
319         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
320
321         * gnus-util.el (gnus-list-memq-of-list): New function.
322
323         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
324         selected.
325         (nnimap-unsplittable-articles): New slot.
326         (nnimap-new-articles): Use it.
327
328 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
329
330         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
331         move to the previous line on `M-g'.
332
333 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
336         *-request-group, which seems unnecessary.
337
338         * nnimap.el (nnimap-quote-specials): Function copied over from
339         imap.el.
340         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
341         they support that.  Suggested by Tom Regner.
342
343 2010-10-29  Julien Danjou  <julien@danjou.info>
344
345         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
346         defalias.
347         (gnus-summary-delete-marked-with): Remove obsolete defalias.
348
349         * gnus.el: Remove `gnus-nntp-service' variable.
350         (gnus-secondary-servers): Make obsolete.
351         (gnus-nntp-server): Make obsolete.
352
353         * gnus-start.el (gnus-1): Remove x-splash calls.
354
355         * gnus-ems.el (gnus-x-splash): Remove.
356
357         * gnus.el (gnus-group-startup-message): Simplify/update code.
358
359         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
360         definition.
361
362         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
363         capability before doing anything.
364         (gnus-group-insert-group-line): Remove useless
365         gnus-group-remove-excess-properties.
366
367 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
370
371 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
374         config after reselecting.
375
376 2010-10-28  Julien Danjou  <julien@danjou.info>
377
378         * shr.el (shr-put-image): Use point even if only inserting text.
379         (shr-put-image): Save excursion when inserting alt text on non-graphic
380         display, so the behaviour is the same when we are on a graphic display.
381
382         * nnir.el (nnir-run-swish-e): Remove hyrex support.
383
384 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
387         (gnus-mime-copy-part): Check coding system, not charset.
388         (gnus-mime-view-part-externally): Never remove part.
389         (gnus-mime-view-part-internally): Don't remove part here.
390         (gnus-article-part-wrapper): Make sure MIME tag is visible.
391         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
392         multipart/alternative.
393
394         * mm-decode.el (mm-display-part): Take optional arg `force'.
395
396 2010-10-26  Julien Danjou  <julien@danjou.info>
397
398         * gnus-group.el (gnus-group-default-list-level): Add this function to
399         compute the default list level.
400         (gnus-group-default-list-level): Add possibility to use a function.
401
402 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
405
406         * gnus-group.el (gnus-group-completing-read)
407         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
408         gnus-replace-in-string.
409
410 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * shr.el (shr-tag-div): Added.
413
414         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
415
416 2010-10-25  Julien Danjou  <julien@danjou.info>
417
418         * gnus-util.el: Remove `gnus-with-local-quit'.
419
420         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
421
422 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
425         the original article buffer.
426
427 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * nnimap.el (nnimap-request-head): New function.
430         (nnimap-request-move-article): Try to be slighly faster by not
431         requesting the entire message when moving.
432         (nnimap-transform-headers): Don't bug out on bodiless articles.
433         (nnimap-send-command): Have no outstanding messages if the IMAP server
434         doesn't support streaming.
435         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
436
437 2010-10-24  Julien Danjou  <julien@danjou.info>
438
439         * message.el (message-default-headers): Fix type.
440
441 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
444         prefetching images.
445
446         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
447         backend for unknown groups.  This is mainly useful for nnimap groups.
448
449         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
450         group isn't covered by the agent.
451
452 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
453
454         * nnir.el (nnir-method-default-engines): new variable.
455         (nnir-run-query): use it.
456         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
457         (gnus-summary-nnir-goto-thread): change group if needed.
458
459         * gnus-group.el (gnus-group-group-map): add key binding for
460         gnus-group-make-nnir-group.
461
462 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * shr.el (shr-tag-object): Added.
465
466         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
467         original article buffer live.
468         (gnus-summary-select-article-buffer): Mention
469         gnus-widen-article-buffer.
470
471 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * shr.el (shr-tag-strong): Added.
474
475 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
478         group names.  They mess up the group buffer badly.
479
480         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
481
482         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
483         instead of the summary one.
484
485 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * mml.el (mml-preview): Work properly when editing article.
488
489         * gnus-start.el (gnus-read-active-file-1): Don't add method to
490         gnus-have-read-active-file if it's already been in.
491
492 2010-10-22  Tom Tromey  <tromey@redhat.com>
493
494         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
495         gnus-group-completing-read.
496
497 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * message.el (message-mode-map): Don't bind M-; to comment region, to
500         allow the global comment-dwim to work.
501
502 2010-10-21  Julien Danjou  <julien@danjou.info>
503
504         * message.el (message-setup-1): Allow message-default-headers to be a
505         function.
506
507 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * shr.el (shr-tag-table): Simplify.
510
511 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
514         to avoid trying to snarf invalid stuff.
515
516         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
517
518         * gnus.el (gnus-message-archive-group): Quote value.
519         (gnus-message-archive-group): Mark as changed.
520
521         * shr.el (shr-add-font): Don't put the font properties on the newline
522         or the indentation.
523
524         * message.el (message-fix-before-sending): Change options when sending
525         non-printable characters.
526
527         * gnus.el (gnus-message-archive-method): Change the default to
528         monthly outgoing groups.
529
530         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
531         that have gotten new numbers.
532
533         * nnimap.el (nnimap-request-replace-article): New function.
534
535 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
538         (nnrss-request-article): Don't use special html washing code.
539
540 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * shr.el (shr-tag-table): Remove useless nconc.
543
544 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-art.el (article-wash-html): Simplify and remove the charset
547         stuff.  Use the normal html rendering code instead of the special html
548         washing code.
549
550         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
551         `gnus-w3m' symbols.
552         (mm-text-html-washer-alist): Removed.
553
554         * mm-decode.el (mm-inline-text-html-renderer): Removed.
555         (mm-inline-media-tests): Removed use.
556         (mm-text-html-renderer): Change default to the `shr' symbol.
557
558         * mm-view.el (mm-inline-text-html): Removed use.
559
560         * gnus-art.el (gnus-blocked-images): New function.  Allow the
561         `gnus-blocked-images' to be a function.
562         (gnus-article-wash-function): Removed.
563
564 2010-10-20  Julien Danjou  <julien@danjou.info>
565
566         * spam.el (spam-list-of-processors): Mark as obsolete.
567
568         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
569         (nnimap-insert-partial-structure): Fix boundary detection.
570
571 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
572
573         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
574         run file-truename on remote files.  This can be expensive and even
575         prevent one from editing drafts if some unrelated buffer has a stale
576         connection.
577
578 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
581         kinsoku-eol regardless of shr-kinsoku-shorten.
582         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
583         (shr-tag-table): Support caption, thead, and tfoot.
584
585 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
588         lines.
589         (shr-save-contents): New command and keystroke.
590
591         * nndoc.el (nndoc-type-alist): Add git support.
592         (nndoc-git-type-p): New function.
593         (nndoc-transform-git-article): Ditto.
594         (nndoc-transform-git-headers): Ditto.
595         (nndoc-transform-git-headers): Generate Subject headers.
596
597         * shr.el (shr-parse-style): New function.
598         (shr-tag-span): Ditto.
599
600         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
601         to `G G' to avoid collisions.
602
603 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * shr.el: Load kinsoku if necessary.
606         (shr-kinsoku-shorten): New internal variable.
607         (shr-find-fill-point): Make kinsoku shorten text line if
608         shr-kinsoku-shorten is bound to non-nil.
609         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
610         shr-indentation too when testing if table is wider than frame width.
611         (shr-insert-table): Use `string-width' instead of `length' to measure
612         text width.
613         (shr-insert-table-ruler): Make sure indentation is done at bol.
614
615 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
616
617         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
618         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
619         undecoded network data.
620
621 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
624         name in the mode line spec so that the mode line menu works
625         (bug #2431).
626
627         * message.el (message-get-reply-headers): If we're fed `to-address',
628         then always use that.
629
630         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
631         aren't so wide as to need to switch off the edit menu.
632
633         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
634         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
635
636         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
637         `M-g'.
638         (nnimap-update-info): Update flags/read marks even if \* isn't part of
639         the permanent marks.
640
641 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
642
643         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
644         Splitting according to references/in-reply-to obeys the ignore-groups
645         variable, while splitting by sender and subject do not.
646
647 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
650         alist, so that we can look for non-Unicode chars.
651         (article-translate-strings): Allow both character and string maps.
652
653 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * shr.el (shr-insert): Don't insert space behind a wide character
656         categorized as kinsoku-bol, or between characters both categorized as
657         nospace.
658
659 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
660
661         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
662         headers to gnus-newsgroup-headers.
663
664 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * shr.el (shr-tag-img): Don't align images -- since we're not
667         rescaling, this often leads to ugly displays.
668
669 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
670
671         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
672         duplicates.
673
674 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
675
676         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
677         call.
678
679 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus.el: Autoload gnus-html-show-images.
682
683         * nnimap.el: Use nnheader-message throughout.
684
685         * shr.el (shr-tag-img): Ignore images with no data.
686
687 2010-10-15  Julien Danjou  <julien@danjou.info>
688
689         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
690         a possibility to disable format=flow encoding when using hard newlines.
691
692 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * shr.el (shr-insert): Remove space inserted before or after a
695         breakable character or at the beginning or the end of a line.
696         (shr-find-fill-point): Do kinsoku; find the second best point or give
697         it up if there's no breakable point.
698
699 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * nnimap.el (nnimap-open-connection): Message when opening connection
702         for debugging purposes.
703
704         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
705         on every setup buffer call to allow this to change from article to
706         article.
707
708         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
709         buffers where we have a wide table.
710
711 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
712
713         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
714         uses *-request-thread.
715
716 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * nnimap.el (nnimap-open-connection): Remove %s from openssl
719         incantation, which is no longer valid.
720
721 2010-10-14  Julien Danjou  <julien@danjou.info>
722
723         * shr.el: Fix defcustom type (char -> character).
724
725 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnimap.el (nnimap-open-connection): tls-program should be a list of
728         programs.
729
730 2010-10-14  Julien Danjou  <julien@danjou.info>
731
732         * shr.el (shr-tag-a): Use url-link as widget type.
733
734         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
735         `gnus-group-get-icon'.
736
737 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
740         This should make server editing work better.
741
742         * shr.el (shr-find-fill-point): Don't inloop on indented text.
743
744         * tls.el (tls-program): Remove spurious %s from openssl.
745
746         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
747         (nnimap-parse-flags): Fix regexp.
748
749         * shr.el (shr-find-fill-point): Use a filling algorithm that should
750         probably work for CJVK text, too.
751
752         * nnimap.el (nnimap-extend-tls-programs): Removed.
753         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
754
755         * tls.el (tls-starttls-switches): Remove starttls hack.
756         (open-tls-stream): Ditto.
757         (tls-find-starttls-argument): Ditto.
758
759 2010-10-13  Julien Danjou  <julien@danjou.info>
760
761         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
762         responses.
763
764 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
767
768         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
769         anything in Emacs.
770
771         * shr.el (shr-current-column): Remove buggy and unnecessary function.
772
773 2010-10-13  Julien Danjou  <julien@danjou.info>
774
775         * shr.el (shr-width): Make shr-width a defcustom with default to
776         fill-column.
777         (shr-tag-img): Use shr-width rather than fill-column.
778
779 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * dgnushack.el (byte-optimize-apply)
782         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
783
784         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
785         position when (X-)Faces exist.
786         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
787         avatars when called interactively.
788
789 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
792         gnus-article-x-face-too-ugly is bound.
793
794 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
797
798         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
799         mailbox that doesn't exist.
800
801 2010-10-12  Julien Danjou  <julien@danjou.info>
802
803         * shr.el (shr-tag-img): Encode URL properly when retrieving.
804         (shr-get-image-data): Encode URL properly when fetching from cache.
805         (shr-tag-img): Use aligned-to spaces to align correctly images.
806
807         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
808         before inserting the Gravatar.
809
810         * shr.el (shr-tag-img): Add align attribute support for <img>.
811
812 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * gnus-gravatar.el (gnus-art): Required.
815
816         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
817         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
818         Remove long obsoleted functions.
819
820 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
823
824         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
825
826         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
827         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
828         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
829         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
830         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
831         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
832         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
833
834 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * nnimap.el (nnimap-request-rename-group): Select group read-only
837         before renaming it.
838
839         * shr.el (shr-insert): Fix up the white space only regexp.
840
841         * nnimap.el (nnimap-transform-split-mail): Not all articles have
842         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
843
844         * shr.el (shr-current-column): New function.
845         (shr-find-fill-point): New function.
846
847 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
848
849         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
850         numbers.
851
852 2010-10-11  Julien Danjou  <julien@danjou.info>
853
854         * shr.el (shr-hr-line): Add.
855         (shr-tag-hr): Use shr-hr-line to specify which character to use to
856         display hr lines.
857         (shr-max-columns): Do not change state to nil if we just inserting
858         spaces.
859
860 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-topic.el (gnus-topic-read-group): If after the last group,
863         select the last group.
864
865 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
868
869 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
870
871         * dig.el (dig-mode-map): Declare and define in one step.
872
873 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
876         for Gnus.
877         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
878         (nnimap-update-qresync-info): Mark \Seen articles as read.
879
880         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
881         non-variable, too.
882
883         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
884         available.
885         (nnimap-update-info): Rely more on the current active than the param
886         active to avoid marking articles as read too much.
887
888         * auth-source.el (auth-source-create): Use (user-login-name) for the
889         user name default.
890
891         * nnimap.el (nnimap-update-info): If the server doesn't return any
892         useful info, just use the previous info.
893         (nnimap-update-info): Prefer old info over start-article.
894         (nnimap-update-qresync-info): Finish implementing QRESYNC.
895
896 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
897
898         * nnir.el (autoload): Clean up autoloads.
899         (nnir-imap-default-search-key): Renamed from
900         nnir-imap-search-field. Use key rather than value.
901         (nnir-imap-search-other): New variable.
902         (nnir-read-parm): Use it.
903         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
904         (gnus-summary-nnir-goto-thread): Modify to work with imap.
905
906 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
907
908         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
909         the process, too.
910
911 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
914         Allbery.
915
916         * shr.el: Rework the way things are indented by <li> slightly.
917
918         * gnus.el (gnus-group-set-parameter): Fix typo.
919
920         * nnimap.el: Start implementing QRESYNC support.
921
922 2010-10-09  Julien Danjou  <julien@danjou.info>
923
924         * nnir.el (nnir-engines): Fix too many arguments.
925
926 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
929         group is the "last", so that the backends like nnfolder actually save
930         their folders.
931
932         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
933         try to use that for the tls stream.
934         (nnimap-retrieve-group-data-early): Rework the marks code to heed
935         UIDVALIDITY and find out which groups are read-only and not.
936         (nnimap-get-flags): Use the same marks parsing code as the rest of
937         nnimap.
938
939 2010-10-09  Julien Danjou  <julien@danjou.info>
940
941         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
942
943         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
944         retrieving gravatars.
945
946         * shr.el (shr-table-corner): Add.
947         (shr-table-line): Add.
948         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
949
950 2010-10-08  Julien Danjou  <julien@danjou.info>
951
952         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
953
954 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
957
958         * gnus-sum.el (gnus-mark-article-as-unread)
959         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
960         (gnus-summary-set-bookmark): Use it.
961
962         * gnus-msg.el (gnus-setup-message): Use it.
963
964         * gnus-demon.el (gnus-demon-remove-handler): Use it.
965
966         * gnus.el (gnus-group-remove-parameter): Use it.
967
968         * gnus-group.el (gnus-group-make-web-group): Use it.
969
970         * gnus-demon.el (gnus-demon-remove-handler): Use it.
971
972         * nnregistry.el: Update docs to mention manual.
973
974         * gnus-registry.el: Update docs to mention nnregistry.el.
975         (gnus-registry-initialize): Don't install nnregistry refer method
976         automatically.
977         (gnus-registry-install-nnregistry): Remove it.
978
979 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * shr.el (shr-insert): Don't insert double spaces.
982
983 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-gravatar.el (gnus-treat-from-gravatar)
986         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
987         called interactively.
988
989         * gnus-art.el (gnus-mime-view-part-externally)
990         (gnus-mime-view-part-internally): Make predicate function passed to
991         gnus-mime-view-part-as-type assume argument is a mime type, not a list
992         of a mime type.
993
994         * shr.el (shr-table-widths): Don't use cl function `reduce'.
995
996 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * shr.el (require): Require cl when compiling.
999         (shr-tag-hr): New function.
1000
1001         * nnimap.el (nnimap-update-info): Remove double setting of high.
1002         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1003         makes nnimap work properly on Courier again.
1004
1005         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1006         the variable for backwards compatability.
1007
1008         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1009         the file name before using to avoid setting mm-default-directory to
1010         nil.
1011
1012         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1013         bidning gnus-agent variables.
1014
1015         * shr.el (shr-render-td): Use a cache for the table rendering function
1016         to avoid getting an exponential rendering behaviour in nested tables.
1017         (shr-insert): Rework the line-breaking algorithm.
1018         (shr-insert): Don't leave trailing spaces.
1019         (shr-insert-table): Also insert empty TDs.
1020         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1021
1022 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1023
1024         * gnus-sum.el (gnus-number): Rename from `number'.
1025         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1026         (gnus-summary-limit-children): Update uses correspondingly.
1027
1028 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1031         (gnus-gravatar-transform-address): Don't show avatars of people of
1032         which mail addresses match gnus-gravatar-too-ugly.
1033
1034 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * shr.el (shr-table-widths): Expand TD elements to fill available
1037         space.
1038
1039 2010-10-07  Julien Danjou  <julien@danjou.info>
1040
1041         * nnimap.el (nnimap-request-rename-group): Add this method.
1042
1043 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1046         name from XEmacs' function-arglist.
1047
1048         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1049         gravatar under XEmacs.
1050
1051 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1052
1053         * auth-source.el: Update docs with TODO items.
1054
1055         * gnus-sync.el: Update docs to explain state and plans.
1056
1057         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1058         Hooks for mark updates.
1059         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1060
1061         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1062         hooks with arguments, which is needed for mark update hooks.
1063
1064 2010-10-06  Julien Danjou  <julien@danjou.info>
1065
1066         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1067         was matched.
1068
1069         * sieve-manage.el: Update example in `Commentary'.
1070
1071         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1072
1073         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1074         not 2000.
1075         (sieve-manage-authenticate): Re-add function.
1076
1077 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * shr.el (shr-insert): Get 'space transition right.
1080         (shr-render-td): Only delete space at the end of the TD.
1081
1082         * nnimap.el (nnimap-open-connection): Prepare to support
1083         open-gnutls-stream.
1084
1085         * shr.el: Rearrange function order to be more logical.
1086
1087 2010-10-06  Julien Danjou  <julien@danjou.info>
1088
1089         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1090         (nnrss-discover-feed): Remove 404 URL in docstring.
1091
1092         * nnir.el: Fix Swish-E URL.
1093         Fix Namazu URL.
1094
1095         * message.el (message-change-subject): Remove 404 URL in a comment.
1096
1097 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1100         called interactively.
1101
1102         * gnus-util.el (gnus-remove-if): Allow hash table.
1103         (gnus-remove-if-not): New function.
1104
1105         * gnus-art.el (gnus-mime-view-part-as-type)
1106         * gnus-score.el (gnus-summary-score-effect)
1107         * gnus-sum.el (gnus-read-move-group-name):
1108         Replace remove-if-not with gnus-remove-if-not.
1109
1110         * gnus-group.el (gnus-group-completing-read):
1111         Regard collection as a hash table if it is not a list.
1112
1113 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1116
1117         * shr.el: Document the table-rendering algorithm.
1118
1119 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1122         for Emacsen having no `libxml-parse-html-region' support.
1123
1124 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1127         invalid URLs.
1128
1129         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1130         line-broken.
1131         (shr-tag-img): Ignore image fetching errors.
1132         (shr-overlays-in-region): Compute overlay positions correctly.
1133
1134         * mm-decode.el (mm-shr): Require shr.
1135
1136         * gnus-art.el (gnus-blocked-images): Move variable here.
1137
1138         * shr.el (shr-insert-table): Bind free variable.
1139
1140         * mm-decode.el (mm-shr): Bind shr-content-function.
1141
1142         * shr.el (shr-content-function): New variable.
1143
1144         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1145         added for symmetry.
1146
1147         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1148
1149         * gnus-group.el (gnus-group-make-group): Doc fix.
1150
1151         * nnimap.el (nnimap-request-newgroups): Return success.
1152
1153         * shr.el (shr-find-elements): New function.
1154         (shr-tag-table): Put all the images after the table.
1155         (shr-tag-table): Really inhibit images inside the table.
1156         (shr-collect-overlays): Copy over overlays from the TD elements to the
1157         main document.
1158
1159         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1160         gnus-blocked-images.
1161
1162 2010-10-05  Julien Danjou  <julien@danjou.info>
1163
1164         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1165
1166         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1167         (gnus-html-maximum-image-size): Add this function.
1168         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1169
1170         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1171         server-value of the capability is nil.
1172
1173 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * shr.el (shr-tag-em): Add <EM> tag.
1176
1177 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1178
1179         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1180         customizable.
1181
1182         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1183         handing broken links to browse-url.
1184
1185 2010-10-05  Julien Danjou  <julien@danjou.info>
1186
1187         * gnus-util.el (gnus-emacs-completing-read)
1188         (gnus-iswitchb-completing-read): Use autoload rather than require.
1189
1190 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1193         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1194         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1195         iswitchb-temp-buflist for XEmacs.
1196
1197         * gnus-util.el (gnus-completing-read-function): Exclude
1198         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1199         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1200         XEmacs.
1201
1202         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1203         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1204
1205         * gnus-html.el: Don't require help-fns under XEmacs.
1206         (gnus-html-schedule-image-fetching): Work for XEmacs.
1207
1208         * mm-decode.el (mm-shr): Decode contents by charset.
1209
1210 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1213         unknown.
1214
1215         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1216         (shr-get-image-data): Ensure against the cache file missing.
1217
1218         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1219         for data.
1220
1221         * spam-report.el (spam-report-url-ping-plain): Don't query about
1222         killing the process.
1223
1224         * shr.el (shr-render-td): Protect against too-wide text.
1225
1226 2010-10-04  Julien Danjou  <julien@danjou.info>
1227
1228         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1229         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1230
1231         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1232         retrieved.
1233
1234 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * shr.el (browse-url): Required.
1237         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1238         lines.
1239         (shr-show-alt-text, shr-browse-image): New commands.
1240         (shr-browse-url, shr-copy-url): New commands.
1241
1242         * gnus-sum.el (gnus-widen-article-window): New variable.
1243         (gnus-summary-select-article-buffer): Use it.
1244
1245         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1246         without @ signs.
1247
1248 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1249
1250         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1251
1252 2010-10-04  Julien Danjou  <julien@danjou.info>
1253
1254         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1255         for XEmacs.
1256
1257 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1260
1261         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1262         (nnimap-close-server): Implement.
1263
1264         * dgnushack.el (iswitchb): Require to shut up the compiler.
1265
1266         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1267         (shr-insert): Tweak line breaking.
1268         (shr-insert): Handle <pre> better.
1269         (shr-tag-li): Get <li> indentation right.
1270         (shr-tag-li): Get <li> indentation even righter.
1271         (shr-tag-blockquote): Ensure paragraph start.
1272         (shr-make-table): Tweak table generation.
1273         (shr-make-table): Fix typo.
1274
1275         * shr.el: Implement table rendering.
1276
1277 2010-10-04  Julien Danjou  <julien@danjou.info>
1278
1279         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1280
1281 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * shr.el (shr-insert): Use string anchors instead of line anchors.
1284
1285 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * shr.el: Add headings.
1288         (shr-ensure-paragraph): Actually work.
1289         (shr-tag-li): Make <ul> prettier.
1290         (shr-insert): Get white space at the beginning/end of elements right.
1291         (shr-tag-p): Collapse subsequent <p>s.
1292         (shr-ensure-paragraph): Don't insert double line feeds after blank
1293         lines.
1294         (shr-insert): \t is also space.
1295         (shr-tag-s): Fix "s" tag name function.
1296         (shr-tag-s): Fix face prop name.
1297
1298 2010-10-03  Julien Danjou  <julien@danjou.info>
1299
1300         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1301
1302         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1303         gnus-window-inside-pixel-edges.
1304
1305         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1306         gnus-ems.
1307
1308         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1309
1310         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1311         function.
1312
1313         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1314         resize choice.
1315
1316 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1319         beginning of the buffer.
1320
1321         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1322         article buffer again.
1323
1324         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1325         buffer.
1326
1327         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1328         when it's at the start of the buffer.
1329
1330         * shr.el (shr-tag-blockquote): Convert name.
1331         (shr-rescale-image): Use the right image-size variant.
1332
1333         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1334         buffer isn't shown, then select the current article first instead of
1335         bugging out.
1336         (gnus-summary-select-article-buffer): Show both the article and summary
1337         buffers again.
1338
1339         * shr.el (shr-fontize-cont): Protect against regions with no text.
1340         Rename tag functions to shr-tag-* for enhanced security.
1341         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1342
1343 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1344
1345         * shr.el (shr-insert):
1346         * pop3.el (pop3-movemail):
1347         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1348         loaded.
1349
1350 2010-10-03  Glenn Morris  <rgm@gnu.org>
1351
1352         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1353
1354         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1355
1356         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1357
1358         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1359
1360         * gnus-util.el (gnus-make-local-hook): Simplify.
1361
1362 2010-10-02  Julien Danjou  <julien@danjou.info>
1363
1364         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1365         (gnus-ido-completing-read): New function.
1366         (gnus-emacs-completing-read): New function.
1367         (gnus-completing-read): Use gnus-completing-read-function.
1368         Add gnus-completing-read-function.
1369
1370 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * shr.el (shr-insert-document): Autoload.
1373         (shr-img): Be silent.
1374         (shr-insert): Add a newline after every picture before text.
1375         (shr-add-font): Use overlays for combining faces.
1376         (shr-insert): Pass upwards the text start point.
1377
1378         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1379         possible.
1380         (mm-shr): New function.
1381
1382 2010-10-02  Julien Danjou  <julien@danjou.info>
1383
1384         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1385         should go backward.
1386
1387 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1388
1389         * shr.el (shr): Fix typo in provide call.
1390
1391 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * shr.el: New file.
1394
1395         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1396
1397         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1398         completing read.
1399
1400 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1403         we're being queried about.  Suggested by Dan Jacobson.
1404
1405         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1406         by Jason Eisner.
1407
1408         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1409         table, too.  Suggested by Stefan Wiens.
1410         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1411         the table unnecessary.  Suggested by Stefan Wiens.
1412
1413         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1414         longer needed, and probably doesn't work either, as pointed out by
1415         Stefan Wiens.
1416         (gnus-summary-exit): Remove call to the clearing function.
1417         (gnus-summary-exit-no-update): Ditto.
1418
1419         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1420         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1421         Reported by Stefan Monnier.
1422         (gnus-summary-save-in-rmail): Ditto.
1423
1424         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1425         article buffer, instead of both the article buffer and the summary
1426         buffer.  Sort of suggested by Dan Jacobson.
1427
1428         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1429
1430         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1431         Suggested by Dan Jacobson.
1432
1433         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1434         documentation clearer.
1435
1436         * message.el (message-shorten-references): Comment on the number "21".
1437         Suggested by Stefan Monnier.
1438
1439         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1440         Suggested by Dan Jacobson.
1441
1442         * gnus.el (gnus-large-newsgroup): Mention
1443         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1444
1445         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1446         externalize attachments.  Bug reported by Steve Wen.
1447
1448         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1449         really message anything to the user.
1450
1451         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1452         directly.
1453
1454         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1455         messages in empty groups.
1456
1457 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1458
1459         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1460         non-UIDNEXT group.
1461
1462 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1465         not the value from the collection.
1466
1467         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1468         values.  This sometimes happens on some groups that have no info.
1469         (nnimap-request-newgroups): New function.
1470
1471 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1474         check into `gnus-registry-initialize'.
1475         (gnus-registry-initialize): Ditto.
1476         Fix and extend header docs.
1477
1478 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1481         regexp backtrace overflows.
1482
1483         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1484         for starttls that tls.el implements; i.e. openssl.
1485
1486         * tls.el (tls-starttls-switches): Give up on using starttls with
1487         gnutls-cli.
1488         (tls-program): Add --insecure to be consistent with the defaults from
1489         openssl s_client.  Now all three commands are insecure.
1490
1491 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * lpath.el: Bind completion-styles-alist for XEmacs.
1494
1495         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1496         (gravatar-create-image): New function that's an alias to
1497         gnus-xmas-create-image, gnus-create-image, or create-image.
1498         (gravatar-data->image): Use it.
1499
1500 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1503         install the nnregistry refer method.
1504         (gnus-registry-install-hooks): Use it.
1505         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1506         unfollowed groups.
1507
1508 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1509
1510         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1511         expanding threads.
1512
1513 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * nnir.el: Use the server names without suffixes (bug #7009).
1516
1517         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1518         unencrypted to STARTTLS, if possible.
1519
1520 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1521
1522         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1523         headers before superseding.
1524
1525 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * nnrss.el (nnrss-use-local): Add documentation.
1528
1529         * nnimap.el (nnimap-extend-tls-programs): New function.
1530         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1531         (nnimap-wait-for-connection): Accept the greeting from the stupid
1532         output from openssl s_client -starttls, too.
1533
1534         * tls.el (tls-starttls-switches): New variable.
1535         (tls-find-starttls-argument): Use it.
1536         (open-tls-stream): Ditto.
1537
1538         * netrc.el (netrc-credentials): Return the value of the "default"
1539         entry.
1540         (netrc-machine): Ditto.
1541
1542         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1543         article number.
1544         (nnimap-split-fancy): New variable.
1545         (nnimap-split-incoming-mail): Use it.
1546
1547         * nntp.el (nntp-server-list-active-group): Document.
1548
1549         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1550         SELECT to get the message-id.
1551
1552         * mail-source.el (mail-sources): Removed webmail support.
1553         (defvar): Ditto.
1554         (mail-source-fetcher-alist): Ditto.
1555         (mail-source-fetch-webmail): Removed.
1556
1557         * webmail.el: Removed -- doesn't seem relevant any more.
1558
1559         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1560
1561         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1562         the \r.
1563
1564 2010-09-30  Julien Danjou  <julien@danjou.info>
1565
1566         * gnus-agent.el (gnus-agent-add-group): Fix call to
1567         gnus-completing-read.
1568
1569 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * nndoc.el (nndoc-retrieve-groups): New function.
1572
1573         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1574         `default', use nnmail-split-methods.
1575         (nnimap-request-article): Downcase the NILs so that they are nil.
1576
1577         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1578         symbol.
1579
1580         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1581         code, since if the user has requested network, that's what they ought
1582         to get.
1583         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1584         (nnimap-split-rule): Mark as obsolete.
1585
1586         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1587         variable.
1588
1589         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1590         correct slot, too.
1591
1592 2010-09-29  Julien Danjou  <julien@danjou.info>
1593
1594         * gnus.el (gnus-local-domain): Declare variable obsolete.
1595
1596         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1597         computing.
1598         (gnus-ido-completing-read): Require ido.
1599
1600 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1603         build Gnus.
1604
1605         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1606         when interpreting the structures.
1607         (nnimap-request-accept-article): Add \r\n to the lines to make this
1608         work with Cyrus.
1609
1610         * nndraft.el (nndraft-request-expire-articles): Use the group name
1611         instead if "nndraft".  Fix found by Nils Ackermann.
1612
1613 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1614
1615         * nnregistry.el: Added.
1616
1617 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1618
1619         * nnmail.el (group, group-art-list, group-art):
1620         Remove unneeded directives.
1621
1622 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1625         (mm-mime-charset)
1626         * rfc2047.el (rfc2047-syntax-table)
1627         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1628
1629         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1630         rather than `insert-file-contents' and `eval-region'.
1631
1632         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1633         construction.
1634
1635         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1636
1637         * time-date.el: No need to require cl for Emacs 21.
1638
1639 2010-09-29  Julien Danjou  <julien@danjou.info>
1640
1641         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1642         replacement of `gnus-gravatar-relief' to mimic
1643         `gnus-faces-properties-alist'.
1644         Add :version property.
1645
1646 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * mail-source.el (mail-source-report-new-mail)
1649         * message.el (message-default-mail-headers)
1650         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1651
1652         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1653
1654 2010-09-28  Julien Danjou  <julien@danjou.info>
1655
1656         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1657         mail-address contains the same string as real-name.
1658
1659         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1660         non-blank in header, otherwise it'll get stripped.
1661
1662         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1663         real-name, and then for mail address rather than doing : or , search.
1664
1665 2010-09-27  Julien Danjou  <julien@danjou.info>
1666
1667         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1668         (gnus-server-goto-server): Use gnus-completing-read.
1669
1670         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1671
1672         * mm-util.el (defalias): Use gnus-completing-read.
1673         (mm-codepage-setup): Use gnus-completing-read.
1674
1675         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1676         (smime-decrypt-buffer): Use gnus-completing-read.
1677
1678         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1679
1680         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1681         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1682         (mml-insert-multipart): Use gnus-completing-read.
1683
1684         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1685
1686         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1687
1688         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1689
1690         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1691
1692         * gnus.el (gnus-read-method): Use gnus-completing-read.
1693
1694         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1695
1696         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1697         (gnus-mime-action-on-part): Use gnus-completing-read.
1698         (gnus-article-encrypt-body): Use gnus-completing-read.
1699
1700         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1701         (gnus-topic-move-matching): Use gnus-completing-read.
1702         (gnus-topic-copy-matching): Use gnus-completing-read.
1703         (gnus-topic-sort-topics): Use gnus-completing-read.
1704         (gnus-topic-move): Use gnus-completing-read.
1705
1706         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1707         (gnus-agent-add-group): Use gnus-completing-read.
1708
1709         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1710         gnus-completing-read.
1711         (nnmairix-update-groups): Use gnus-completing-read.
1712         (nnmairix-get-server): Use gnus-completing-read.
1713         (nnmairix-backend-to-server): Use gnus-completing-read.
1714         (nnmairix-goto-original-article): Use gnus-completing-read.
1715         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1716
1717         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1718
1719         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1720         (gnus-group-make-useful-group): Use gnus-completing-read.
1721         (gnus-group-make-web-group): Use gnus-completing-read.
1722         (gnus-group-add-to-virtual): Use gnus-completing-read.
1723         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1724
1725         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1726         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1727         (gnus-summary-execute-command): Use gnus-completing-read.
1728         (gnus-summary-respool-article): Use gnus-completing-read.
1729         (gnus-read-move-group-name): Use gnus-completing-read.
1730
1731         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1732         (gnus-summary-score-effect): Use gnus-completing-read.
1733
1734         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1735
1736         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1737         right completing-read function.
1738         (gnus-use-ido): New variable
1739         (gnus-completing-read-with-default): Remove.
1740
1741 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1744         x-focus-frame.
1745
1746         * nnimap.el (auth-source-forget-user-or-password)
1747         (auth-source-user-or-password): Autoload.
1748
1749         * message.el (message-from-style, message-interactive)
1750         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1751         (message-yank-prefix, message-indentation-spaces, message-signature)
1752         (message-signature-file): Add comment.
1753
1754 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1757         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1758         new articles.
1759
1760         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1761         parts.
1762         (nnimap-request-article): Work with the t setting, too.
1763
1764         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1765         that you don't get flashes of other buffers.
1766         (gnus-summary-show-complete-article): Intern before setting.
1767
1768 2010-09-27  David Engster  <dengste@eml.cc>
1769
1770         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1771         well as HEADERS.
1772         (nnmairix-retrieve-headers): Provide new argument for the above.
1773
1774 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * gnus-sum.el (gnus-summary-move-article): Don't alter
1777         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1778         group.
1779
1780         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1781
1782         * message.el (message-cite-prefix-regexp): Revert my last edit.
1783
1784         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1785         variable instead of the Gnus variable.
1786
1787         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1788
1789         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1790         again.
1791
1792         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1793         since some servers don't like it.
1794         (nnimap-open-connection): Forget credentials if the server says the
1795         password was wrong.
1796         (nnimap-parse-line): Protect against invalid data.
1797
1798         * gnus-sum.el (gnus-summary-move-article): Add comment.
1799         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1800         nothing alters it while scanning for new messages.
1801
1802         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1803         which may or may not help.
1804         (nnimap-open-connection): If we're doing a stream connection, and then
1805         discover we're on a STARTTLS-capable server, then open a STARTTLS
1806         connection instead.
1807
1808 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nnimap.el (utf7): Required.
1811
1812         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1813         prefix.
1814
1815 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1816
1817         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1818
1819 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * nnimap.el (nnimap-request-accept-article): Message the error on
1822         error.
1823
1824 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1827
1828 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * nndoc.el (nndoc-request-list): Return success always.
1831
1832         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1833         `fetch-old' -- we only want to fetch the articles we've requested.  The
1834         rest are in the agent, probably.
1835         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1836         disappeared server" to something low.  It's not important.
1837
1838         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1839         arrived before the FETCH data.
1840
1841         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1842         target here, because we don't know the Gnus name of the group.
1843
1844         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1845         for the correct group.
1846
1847         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1848
1849         * gnus.el (gnus): Give a final warning after startup.
1850
1851         * gnus-util.el (gnus-action-message-log): New variable.
1852         (gnus-message): Use it.
1853         (gnus-final-warning): New function.
1854
1855         * nnimap.el (nnimap-open-connection): Record the greeting.
1856         (nnimap): Add greeting.
1857
1858 2010-09-26  Julien Danjou  <julien@danjou.info>
1859
1860         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1861         arguments.
1862         (gnus-html-wash-images): Fix spec computing to include start/end.
1863
1864         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1865
1866 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1869         deletion.
1870         (nnimap-retrieve-headers): Don't select the group, because that's
1871         already done by nnimap-possibly-change-group.
1872
1873         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1874         (gnus-picon-transform-address): Use it.
1875
1876         * mail-source.el (mail-source-value): Revert previous patch.
1877
1878         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1879         on failure.
1880         (nnimap-open-connection): Look up both virtual and physical server name
1881         credentials.
1882
1883         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1884
1885 2009-02-07  Dave Love  <fx@gnu.org>
1886
1887         * tls.el (open-tls-stream): Don't query killing process.
1888
1889 2009-02-08  Dave Love  <fx@gnu.org>
1890
1891         * gnus-win.el (gnus-window-to-buffer-helper,
1892         gnus-all-windows-visible-p): Function needn't be a symbol.
1893
1894         * mail-source.el (mail-source-value): Function needn't be a symbol.
1895
1896 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * message.el (message-cite-prefix-regexp): Remove } from the cite
1899         prefix.
1900
1901         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1902         highlight again, so that the highlight is correct.
1903
1904         * gnus-picon.el (gnus-picon): Remove again.
1905         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1906
1907         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1908         doing the header highlightling, so that the background colour of the
1909         picon is correct.
1910
1911         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1912         (gnus-picon): Ditto.
1913         (gnus-picon): Reinstate.  The background colour for picons is white.
1914         (gnus-picon-insert-glyph): Make the background white.
1915
1916         * nnml.el (nnml-open-nov): Don't return dead buffers.
1917
1918         * auth-source.el (auth-source-create): Query the user for whether to
1919         store the credentials.
1920
1921         * netrc.el (netrc-store-data): New function.
1922
1923         * auth-source.el (auth-source-user-or-password): Use the existing auth
1924         sources, if any, for creation.
1925
1926         * gnus.el (gnus-group-fast-parameter): Return the last matching
1927         parameter instead of the first matching parameter.
1928
1929 2010-09-26  Julien Danjou  <julien@danjou.info>
1930
1931         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1932
1933 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * mml2015.el (mml2015-use): Remove gpg support.
1936
1937         * mml1991.el (mml1991-function-alist): Remove gpg function.
1938         (mml1991-gpg-sign): Removed.
1939
1940 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1941
1942         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1943         (gnus-browse-unsubscribe-current-group): Document it.
1944         (gnus-browse-unsubscribe-group): Use it.
1945
1946 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1949         address to the To list for easier response.
1950
1951         * gnus.el (gnus-play-startup-jingle): Removed.
1952         (gnus-splash): Don't play jingle.
1953         (gnus): Silence gnus-load message.
1954
1955         * gnus-art.el (gnus-treat-play-sounds): Removed.
1956
1957         * gnus.el (gnus-play-jingle): Remove audio support.
1958
1959         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1960
1961         * earcon.el: Removed -- no users.
1962
1963         * gnus-audio.el: Removed -- no users of this package.
1964
1965         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1966
1967         * gnus-start.el (gnus-setup-news): Remove nocem support.
1968
1969         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1970
1971         * gnus.el (gnus-use-nocem): Removed.
1972
1973         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1974         Removed.
1975
1976         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1977         uses NoCeM any more.
1978
1979         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1980         (gnus-button-ctan-handler): Ditto.
1981         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1982         (gnus-button-ctan-directory-regexp): Ditto.
1983         (gnus-button-handle-ctan): Ditto.
1984         (gnus-button-tex-level): Ditto.
1985         (gnus-button-alist): Removed CTAN stuff.
1986
1987 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1990         nnimap-streaming test.
1991
1992         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1993         servers twice.
1994
1995         * nnimap.el (nnimap-open-connection): Add more error reporting when
1996         nnimap fails early.
1997
1998         * nnheader.el (nnheader-get-report-string): New function.
1999         (nnheader-get-report): Use it.
2000
2001         * gnus-int.el (gnus-check-server): Say what the error was when opening
2002         failed.
2003
2004         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2005         using streaming.
2006
2007 2010-09-25  Julien Danjou  <julien@danjou.info>
2008
2009         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2010         gnus-window-inside-pixel-edges.
2011
2012 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2015
2016         * mm-decode.el (mm-save-part): Allow saving to other directories the
2017         normal Emacs way.
2018
2019         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2020         by Jay Berkenbilt.
2021
2022         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2023         there isn't a single byte.
2024
2025         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2026         just do it.  It doesn't really seem to matter what the user responds
2027         here, I think, so it's just a confusing question.
2028
2029         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2030         non-streaming case.
2031
2032         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2033         (gnus-article-encrypt-body): Use it.
2034
2035         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2036         keystroke.
2037
2038         * nnimap.el (nnimap-find-wanted-parts-1): Use
2039         gnus-fetch-partial-articles.
2040
2041         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2042
2043         * nnimap.el (nnimap-insert-partial-structure): New function.
2044         (nnimap-get-partial-article): New function.
2045         (nnimap-request-article): Use it.
2046         (nnimap-wait-for-response): Return whether the wait was successful.
2047         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2048         retrieval wasn't successful.
2049         (nnimap-retrieve-group-data-early): Allow throttling servers.
2050         (nnimap-streaming): New variable.
2051         (nnimap-fetch-partial-articles): Removed.
2052
2053         * mm-decode.el (mm-with-part): Protect against killed buffers.
2054
2055         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2056         for prettier summary display.
2057
2058 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2059
2060         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2061         directly.
2062
2063 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2066         apparently third-party libraries depend on it.
2067
2068         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2069         before starting negotiation.
2070
2071         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2072         privacy reasons.
2073         (gnus-treat-mail-gravatar): Ditto.
2074
2075         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2076         buffer when inserting images.  Inserting text into the headers, for
2077         instance, can make them invalid.
2078
2079 2010-09-25  Julien Danjou  <julien@danjou.info>
2080
2081         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2082         variables.
2083
2084         * nnheader.el: Remove useless variables news-reply-yank-from and
2085         news-reply-yank-message-id.
2086
2087         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2088         variables.
2089
2090         * mml1991.el: Remove useless mml1991-verbose.
2091
2092         * gnus.el: Remove useless variable gnus-use-generic-from.
2093         Remove obsolete variable gnus-topic-indentation.
2094
2095         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2096
2097         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2098
2099         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2100
2101         * gnus-group.el: Remove useless gnus-group-icon-cache.
2102         Remove useless gnus-ephemeral-group-server.
2103
2104         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2105
2106         * mml2015.el: Remove useless mml2015-verbose.
2107
2108         * mml-smime.el: Remove useless mml-smime-verbose.
2109
2110         * gnus.el: Remove useless gnus-local-domain.
2111
2112         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2113         gnus-gravatar-size.
2114
2115         * gnus-art.el: Remove useless gnus-treat-translate.
2116
2117 2010-09-24  Julien Danjou  <julien@danjou.info>
2118
2119         * gnus-sum.el: Add support for Gravatars.
2120
2121         * gnus-art.el: Add support for Gravatars.
2122
2123         * gnus-gravatar.el: Add this file.
2124
2125         * gravatar.el: Add this file.
2126
2127 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2130
2131         * gnus-group.el (gnus-group-fetch-faq): Removed.
2132
2133         * gnus.el (gnus-group-faq-directory): Removed.
2134
2135         * gnus-group.el (gnus-group-fetch-charter): Removed.
2136
2137         * gnus.el (gnus-group-charter-alist): Removed.
2138
2139         * gnus-group.el (gnus-group-archive-directory): Removed.
2140         (gnus-group-recent-archive-directory): Ditto.
2141         (gnus-group-make-archive-group): Removed.
2142
2143         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2144
2145         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2146         use the same article number for all the cached articles.
2147
2148         * nnimap.el (nnimap-command): Register the last command time so
2149         that we can use it for idling NOOPs.
2150         (nnimap-open-connection): Start the keeplive timer.
2151         (nnimap-make-process-buffer): Store all the process buffers.
2152         (nnimap-keepalive): New function.
2153
2154         * starttls.el (starttls-open-stream): Add autoload cookie.
2155
2156 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2157
2158         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2159         handling.
2160
2161 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2164         its data structures.
2165
2166         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2167         instead of the cl.el copy-list.
2168         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2169         equalp.
2170
2171 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2174         and tool-bar-local-item-from-menu.
2175
2176         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2177         mode-line-highlight face for Emacs.
2178
2179         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2180         loading gnus-sum.elc; fix comment for canlock-verify.
2181         (gnus-article-jump-to-part): Use read-number.
2182         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2183         Emacs pre-21 compatible code for help-echo.
2184         (gnus-article-next-page-1): No need to adjust the number of lines.
2185         (gnus-article-describe-bindings): Always use help-buffer.
2186
2187         * gnus-audio.el (gnus-audio-inline-sound)
2188         * gnus-cus.el (gnus-custom-mode)
2189         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2190
2191         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2192
2193         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2194         compatible code.
2195
2196 2010-09-24  Glenn Morris  <rgm@gnu.org>
2197
2198         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2199         visiting the fcc file in rmail-mode.
2200
2201         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2202
2203 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * nnir.el: Silence the byte compiler.
2206
2207         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2208         alias to browse-url-url-encode-chars if any.
2209         (gnus-html-encode-url): Use it.
2210
2211 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-start.el (gnus-use-backend-marks): New variable.
2214         (gnus-get-unread-articles-in-group): Use it.
2215
2216         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2217         makeover.
2218
2219 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2220
2221         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2222
2223 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2226         Removed.
2227         (gnus-setup-news-hook): Removed
2228         gnus-fixup-nnimap-unread-after-getting-new-news.
2229
2230         * gnus-int.el (gnus-request-update-info): Protect against backends not
2231         having the function.
2232
2233         * nnimap.el (nnimap-stream): Mention starttls.
2234         (nnimap-open-connection): Add starttls support.
2235
2236 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2237
2238         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2239
2240 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2243         BODYSTRUCTUREs.
2244         (nnimap-transform-headers): Unfold quoted {42} headers.
2245
2246         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2247         the info.
2248         (gnus-get-unread-articles): Only call updatep on backends that support
2249         it.
2250
2251         * nnweb.el (nnweb-request-update-info): NOOP.
2252
2253         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2254
2255         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2256         since it only deals with marks.
2257
2258         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2259         gnus-request-marks, and make a new gnus-request-update-info.
2260
2261         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2262         the active instead of the high number, which is usually too low.
2263
2264 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2267         * encrypt.el: Removed.
2268
2269 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2272         server in symbolic form.
2273
2274         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2275         0.9.
2276
2277 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2280         (nnimap-update-info): Fix up code slightly.
2281
2282         * gnus-int.el (gnus-open-server): Add tracing for performance
2283         debugging.
2284
2285         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2286         (gnus-group-insert-group-line): Pass the real group name so that it
2287         gets the right data.
2288
2289         * gnus-start.el (gnus-get-unread-articles): Don't have
2290         `gnus-get-unread-articles-in-group' update info, since that can be
2291         really slow and doesn't seem to be needed?
2292
2293 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2294
2295         * time-date.el (date-to-time): Try using parse-time-string first before
2296         using the slower timezone-make-date-arpa-standard.
2297
2298 2010-09-22  Julien Danjou  <julien@danjou.info>
2299
2300         * gnus-group.el (gnus-group-insert-group-line): Call
2301         gnus-group-highlight-line.
2302         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2303         default hook list.
2304         (gnus-group-update-eval-form): Add new function.
2305         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2306         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2307
2308 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2311         immediate, then expire all articles.
2312         (nnimap-update-info): Fix off-by-one errors.
2313         (nnimap-flags-to-marks): Would return no marks lists for group with no
2314         flags.  Instead return the other data.
2315
2316 2010-09-22  Julien Danjou  <julien@danjou.info>
2317
2318         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2319         Only return an icon.
2320         (gnus-group-insert-group-line): Compute icon to return.
2321
2322         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2323         variable.
2324         (gnus-html-image-fetched): Only cache if
2325         gnus-html-image-automatic-caching is set.
2326         (gnus-html-image-fetched): Check for errors.
2327
2328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2331         once per method on `g'.  This ensures that backends like nnfolder don't
2332         open all their folders.
2333
2334         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2335         (nnimap-request-list): Nix out group in the correct buffer.
2336         (nnimap-parse-flags): Implement by using `read' instead of
2337         hand-parsing.
2338         (nnimap-flags-to-marks): Pass on permanent-flags.
2339         (nnimap-make-process-buffer): Record the server name.
2340         (nnimap-parse-flags): Fix typo.
2341         (nnimap-request-scan): Run split on the server in general, not just a
2342         single group.
2343
2344         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2345         parameter, and propagate this downwards.
2346
2347         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2348         since EXAMINE changes it on the server.
2349
2350         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2351         this command might take a while.
2352
2353 2010-09-22  Julien Danjou  <julien@danjou.info>
2354
2355         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2356         harmful if you have 2 images side-by-side, they can't be properly
2357         update on text deletion.  Using text-property is safer here.
2358         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2359         data.
2360
2361 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nnimap.el (nnimap-expunge-inbox): Removed.
2364         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2365         (nnimap-expunge): Flip default to t.
2366
2367         * gnus.el (gnus-method-to-server): Don't push things to the cache
2368         unless it's unique.
2369         (gnus-server-to-method): Ditto.
2370
2371 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2372
2373         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2374
2375 2010-09-22  Julien Danjou  <julien@danjou.info>
2376
2377         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2378         get the start of data.
2379         (gnus-html-encode-url): Add this function to encode special chars in
2380         URL.
2381         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2382         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2383
2384         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2385         default.
2386         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2387
2388         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2389         images alt-text.
2390         (gnus-html-put-image): Put alt-text as help-echo.
2391
2392 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2395         * mm-util.el (mm-decompress-buffer)
2396         * nnir.el (nnir-run-find-grep)
2397         * pop3.el (pop3-list): Use 3rd arg of split-string.
2398
2399         * time-date.el (format-seconds): Comment fix.
2400
2401         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2402         and byte-optimize-form-code-walker.
2403         (dgnushack-make-auto-load): Don't advise make-autoload.
2404
2405         * lpath.el: Remove Emacs 21 stuff.
2406
2407 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2410         outside the active range.  Suggested by Dan Christensen.
2411
2412         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2413         slightly later to avoid double-getting it.
2414
2415         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2416         previous patch.
2417
2418         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2419
2420 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2421
2422         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2423
2424 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-int.el (gnus-open-server): Give a better error message in the
2427         "go offline" case.
2428
2429         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2430         marks for nnimap, which is seldom the right thing to do.
2431
2432         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2433         (gnus-same-method-different-name): New function.
2434
2435         * nnimap.el (parse-time): Require.
2436
2437         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2438         method in the presence of many similar methods.
2439
2440         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2441
2442         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2443         nnml-inhibit-expiry.
2444
2445         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2446         find out whether methods are equal.
2447
2448         * nnimap.el (nnimap-find-expired-articles): New function.
2449         (nnimap-process-expiry-targets): New function.
2450         (nnimap-request-move-article): Request the article before looking at
2451         what the Message-ID is.  Fix found by Andrew Cohen.
2452         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2453
2454         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2455         for oldness in addition to being a predicate.
2456
2457         * nnimap.el (nnimap-request-group): When we have zero articles, return
2458         the right data to Gnus.
2459         (nnimap-request-expire-articles): Only delete articles immediately if
2460         the target is 'delete.
2461
2462         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2463         method, this would bug out.
2464
2465         * gnus-group.el (gnus-group-expunge-group): Renamed from
2466         gnus-group-nnimap-expunge, and implemented as a normal interface
2467         function.
2468
2469         * gnus-int.el (gnus-request-expunge-group): New function.
2470
2471         * nnimap.el (nnimap-request-create-group): Implement.
2472         (nnimap-request-expunge-group): New function.
2473
2474 2010-09-21  Julien Danjou  <julien@danjou.info>
2475
2476         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2477         (gnus-html-cache-expired): Add new function.
2478         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2479         wethever we should display image for fetch it.
2480         Compute alt-text earlier to pass it to the fetching function too.
2481         (gnus-html-schedule-image-fetching): Change function argument to only
2482         get one image at a time, not a list.
2483         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2484         cache.
2485         (gnus-html-get-image-data): New function to retrieve image data from
2486         cache.
2487         (gnus-html-put-image): Change buffer argument to use image data rather
2488         than file, and place image above region rather than inserting a new
2489         one. Do not take alt-text as argument, since it's useless now: we place
2490         the image above alt-text.
2491         (gnus-html-prune-cache): Remove.
2492         (gnus-html-show-images): Start to fetch image when we find one, do not
2493         push into a temporary list.
2494         (gnus-html-prefetch-images): Only fetch image if they have expired.
2495         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2496         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2497
2498 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2501
2502 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2505         spec inser "*" if the group isn't active instead of 0.
2506
2507         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2508         opening the server.
2509         (nnimap-request-delete-group): Implement group deletion.
2510         (nnimap-transform-headers): Return the size of the entire message in
2511         the Bytes header, not just the size of the first part.
2512         (nnimap-request-move-article): When moving an article from nnimap,
2513         request the article first so the accepting form has an article to
2514         accept.  Reported by Dan Christensen.
2515         (nnimap-command): Make sure that the error message doesn't error out.
2516
2517 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2518
2519         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2520         we haven't requested anything.
2521
2522 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2525         "".  Fix found by Andrew Cohen.
2526
2527         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2528         instead of -encode-string.
2529
2530 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2533
2534         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2535         by mm-subst-char-in-string.
2536
2537 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2540         waiting for the connection string.
2541
2542         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2543         arriving.
2544
2545         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2546         bogus characters.  This allows selecting certain Gmail groups.
2547
2548         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2549         (nnimap-fetch-partial-articles): New variable.
2550         (nnimap-open-connection): When looking for credentials, also use the
2551         nnimap-server-port.
2552         (nnimap-request-article): Return the group/article number, so that Gnus
2553         `^' works as expected.
2554         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2555         them.
2556
2557         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2558         comments.
2559         (gnus-methods-sloppily-equal): New function.
2560         (gnus): When using the development version of Gnus, load the gnus-load
2561         file.
2562
2563         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2564         `gnus-open-server' on each method before trying to scan them etc.  This
2565         ensures that all the backend parameters are set correctly.
2566
2567         * nnimap.el (nnimap-authenticator): New variable.
2568         (nnimap-open-connection): Allow anonymous login.
2569         (nnimap-transform-headers): The chars header is called Chars not
2570         Bytes.
2571         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2572         drops.
2573
2574         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2575         patch, found by Knut Anders Hatlen.
2576
2577 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2578
2579         * gnus-agent.el (gnus-agent-batch-confirmation)
2580         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2581         to gnus-message.
2582         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2583         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2584         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2585         * gnus-int.el (gnus-open-server): Likewise.
2586         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2587         (gnus-score-check-syntax): Likewise.
2588         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2589         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2590         Likewise.
2591         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2592
2593 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2596         calling conventions so that prefetch doesn't bug out.
2597
2598 2010-09-19  Julien Danjou  <julien@danjou.info>
2599
2600         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2601         rather than `subst-char-in-region' in order to be able to replace ASCII
2602         char by UTF-8 ones.
2603
2604         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2605         than curl.
2606         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2607         the right URL and ALT text on images.
2608         (gnus-html-wash-tags): Fix tag case.
2609         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2610         (gnus-article-html): Add -o display_ins_del=2 option.
2611         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2612
2613 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2616         the extra mail headers, which sometimes seem to happen for unknown
2617         reasons.
2618
2619         * mail-parse.el (mail-header-encode-parameter): Define as
2620         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2621         (or most, perhaps?) mail readers don't understand the latter, but do
2622         understand the former.
2623
2624         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2625         to nil, so that no methods are automatically agentized.  I think this
2626         is probably what most users want.
2627
2628         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2629         from url-retrieve, for instance about invalid URLs.
2630
2631         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2632         groups that have no articles.
2633         (nnimap-request-article): Check that we really got an article when we
2634         requested one.
2635
2636         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2637         doesn't exist.
2638
2639         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2640         nntp buffer so the agent can save it.
2641         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2642         that CRLF doesn't get translated to \n.
2643         (nnimap-open-connection): Don't make 'shell commands only send \n.
2644
2645 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2646
2647         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2648         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2649         Update var name.
2650         (nnml-generate-nov-file): Use dolist.
2651         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2652         Use with-current-buffer.
2653
2654 2010-09-18  Julien Danjou  <julien@danjou.info>
2655
2656         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2657         parallel.
2658
2659 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2662         the range update right.
2663         (nnimap-request-group): Don't make `M-g' bug out on group with no
2664         marks.
2665         (nnoo): Required, so that other packages can require nnimap.
2666         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2667         command we're looking for.  This helps when the server sends more
2668         responses after we've gotten everything we expected.
2669         (nnimap): Add a `newlinep' field to keep track of end-of-line
2670         conventions.
2671         Don't send CRLF to things that don't want it.
2672         (nnimap-request-accept-article): Ditto.
2673
2674 2010-09-18  Julien Danjou  <julien@danjou.info>
2675
2676         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2677         than curl to retrieve images.
2678
2679 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2682         the marks.
2683         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2684         (nnimap-wait-for-connection): New function.
2685         (nnimap-open-connection): If we have PREAUTH, don't query for login
2686         credentials.
2687         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2688         when doing a partial update.
2689
2690 2010-09-18  Julien Danjou  <julien@danjou.info>
2691
2692         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2693         tags.
2694
2695 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * nnimap.el (nnimap-credentials): New function.
2698         (nnimap-open-connection): Use the new function to look for credentials
2699         also on the numeric equivalents of "imap" and "imaps".
2700
2701         * gnus-start.el (gnus-activate-group): Send the info to
2702         gnus-request-group.
2703
2704         * nnimap.el (nnimap-request-group): Have the "check" version of the
2705         function parse flags and update the info, so that a `M-g' get a total
2706         resync of all flags from the group.
2707
2708         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2709         to allow backends to alter the info on group selection.  Also alter all
2710         the backend -request-group functions to take the parameter.
2711
2712         * nnimap.el (nnimap-store-info): New function.
2713         (nnimap-update-info): Store the info for later usage.
2714         (nnimap-request-group): Use the stored info for the dont-check case, so
2715         that we don't retrieve all marks when we enter a group.
2716
2717         * nnimap.el: Use deffoo instead of defun for interface functions.
2718
2719         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2720         update the group info.  This makes the nndraft groups, for instance, go
2721         back to their old behaviour.
2722
2723         * gnus-sum.el (gnus-select-newsgroup): Indent.
2724
2725         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2726         in.
2727         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2728         nothing.
2729
2730         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2731         from methods that are denied.
2732
2733         * gnus-int.el (gnus-method-denied-p): New function.
2734
2735         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2736         store the password instead of netrc.
2737         (nnimap-open-connection): Don't error out when we can't make a
2738         connections.
2739
2740         * auth-source.el (auth-source-create): In the password prompt, say what
2741         we're querying for.  Also prompt for user name if that hasn't been
2742         given.
2743
2744         * nnimap.el (nnimap-with-process-buffer): Removed.
2745
2746 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2749         method when we're reading from the agent.
2750
2751         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2752
2753         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2754         that's probably most useful for users.
2755
2756         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2757         "failed" all the time.
2758
2759         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2760         ...)) with (with-current-buffer ... ).
2761
2762         * nntp.el (nntp-open-server): Return whether the open was successful or
2763         not.
2764
2765         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2766         select an unread unseen article first.
2767
2768         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2769         /etc/services, supply some sensible port defaults.
2770
2771         * dgnushack.el: Define netrc-credentials.
2772
2773 2010-09-17  Julien Danjou  <julien@danjou.info>
2774
2775         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2776
2777 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2778
2779         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2780         doesn't have any parameters.
2781
2782 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2785         only upcased checks.
2786
2787         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2788
2789         * nnimap.el (nnimap-open-shell-stream): New function.
2790         (nnimap-open-connection): Use it.
2791         (nnimap-transform-headers): Get the number of lines in each message.
2792         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2793         number of lines.
2794         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2795         problem.
2796
2797         * utf7.el (utf7-encode): Autoload.
2798
2799         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2800         to allow the mail splitting to not return a default group.  This is
2801         useful for nnimap, which will leave unmatched mail in the inbox.
2802
2803         * nnimap.el: Rewritten.
2804
2805         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2806         nnimap usage.
2807
2808         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2809         if the move is internal, so that nnimap can do fast internal moves.
2810
2811         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2812         data.
2813         (gnus-read-active-for-groups): Support finishing the early retrieval of
2814         data.
2815
2816         * gnus-range.el (gnus-range-nconcat): New function.
2817
2818         * gnus-int.el (gnus-finish-retrieve-group-infos)
2819         (gnus-retrieve-group-data-early): New functions.
2820
2821 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2824         (nnrss-retrieve-groups):
2825         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2826         (pop3-quit): Use with-current-buffer.
2827
2828 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2831         instead of nnheader-accept-process-output.
2832
2833         * dgnushack.el (dgnushack-compile): Add comment.
2834
2835         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2836
2837         * gnus-html.el (gnus-html-schedule-image-fetching)
2838         (gnus-html-prefetch-images): Replace process-kill-without-query by
2839         gnus-set-process-query-on-exit-flag.
2840
2841 2010-09-16  Romain Francoise  <romain@orebokech.com>
2842
2843         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2844
2845 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2848         parameter to unintern is mandatory-ish in Emacs 24.
2849
2850         * gnus-html.el (gnus-html-schedule-image-fetching)
2851         (gnus-html-prefetch-images): Check for curl before using it.
2852
2853         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2854         depend on curl, which isn't essential.
2855
2856         * imap.el: Revert back to version
2857         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2858         seem problematic.
2859
2860 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2861
2862         * gnus-registry.el (gnus-registry-install-shortcuts):
2863         Explicitly pass `obarray' to `unintern' to avoid a warning.
2864
2865 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2868         change.
2869
2870         * nnrss.el (nnrss-request-list): Removed this function and related
2871         functions, including the moreover stuff.
2872
2873 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * nnrss.el (nnrss-retrieve-groups): New function.
2876
2877 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2878
2879         * .dir-locals.el: Add no-byte-compile cookie.
2880
2881 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * time-date.el (format-seconds): Comment fix.
2884
2885         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2886         for back end that doesn't support request-scan.
2887
2888 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2891         then do request scans from the backends.
2892
2893         * netrc.el (netrc-credentials): New conveniency function.
2894
2895         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2896         avoid running a hook per line, since this takes a lot of time,
2897         profiling shows.
2898         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2899         directly if gnus-visual-p is true.
2900
2901 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2904         groups; replace mapcar with dolist which is a bit faster; pass groups
2905         info to gnus-read-active-file-1.
2906         (gnus-read-active-file-1): Scan only specified groups if the new
2907         optional arg `infos' is given.
2908
2909 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2912
2913         * pop3.el (pop3-movemail): Removed.
2914         (pop3-streaming-movemail): Renamed to pop3-movemail.
2915
2916         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2917         don't restrict end-tag searches to the end of the line.
2918
2919 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2922         articles of every unchecked group to t, which means unknown since the
2923         server has never been opened.
2924
2925 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-html.el (gnus-html-show-alt-text): New command.
2928         (gnus-html-browse-image): Ditto.
2929         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2930         to browse the image directly.
2931         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2932         better.
2933
2934         * gnus-async.el (gnus-async-article-callback): Call
2935         `gnus-html-prefetch-images' unconditionally.
2936
2937         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2938         before feeding URLs to curl.
2939
2940 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2943         internal images as deletable by `W D D'.
2944
2945         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2946         (gnus-async-article-callback): Fix typo.
2947
2948 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2951         current line to work around bugs in the output from w3m.
2952
2953         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2954         for groups that want that.
2955
2956         * nntp.el (nntp-wait-for-string): Supply a timeout for
2957         accept-process-output to ensure progress.
2958
2959         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2960         level to get unread articles from, then use that for foreign groups,
2961         too.
2962
2963         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2964         confuses the rest of the function.
2965
2966         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2967         for the methods that support -retrieve-groups, too.
2968
2969         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2970
2971 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2974         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2975
2976         * pop3.el: Require cl when compiling.
2977         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2978
2979 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2982         that aren't going to be activated.
2983         (gnus-get-unread-articles): Fix up the last commit.
2984
2985         * gnus-html.el (gnus-article-html): Allow calling without specifying
2986         the handle.  In that case, dissect the buffer first.
2987
2988         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2989
2990         * nnimap.el (nnimap-open-connection): Revert the change that would look
2991         into authinfo for imaps instead of imap.
2992
2993         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2994         say that you don't want to call gnus-request-group with don-check, but
2995         do check the reponse.  This is for virtual groups only.
2996         (gnus-get-unread-articles): Count the archive groups as secondary, so
2997         that they're activated the same way as before.
2998
2999         * imap.el (imap-message-map): Removed optional buffer parameter, since
3000         no callers use it.
3001         (imap-message-get): Ditto.
3002         (imap-message-put): Ditto.
3003         (imap-mailbox-map): Ditto.
3004         (imap-mailbox-put): Ditto.
3005         (imap-mailbox-get): Ditto.
3006         (imap-mailbox-get): Revert last change for this function.
3007
3008         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3009         case-insensitively.
3010         (nnimap-debug): Removed.
3011
3012         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3013         to use `imap-fetch' instead.  According to the comments, this should be
3014         safe, since all other IMAP clients use the 1:* syntax.
3015         (imap-enable-exchange-bug-workaround): Removed.
3016         (imap-debug): Removed -- doesn't seem very useful.
3017
3018         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3019         mail from a file, and the file doesn't exist.
3020
3021         * imap.el (imap-log): New convenience function used throughout instead
3022         of repeating the same code all over the place.
3023
3024         * pop3.el (pop3-streaming-movemail): Return t for success.
3025
3026         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3027         .authinfo if we're using ssl connection.
3028
3029         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3030         already have if we're in a main Gnus `g' run.
3031
3032         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3033
3034 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3037
3038         * nnmh.el (nnmh-request-list-1): Bind `file'.
3039
3040         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3041         alias to set-process-query-on-exit-flag or process-kill-without-query.
3042         (pop3-open-server): Use it.
3043
3044 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3047         box to the Incoming file.  Fixes mistake in previous checkin.
3048
3049         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3050         request loop (for debugging purposes) removed.
3051
3052         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3053         culprit is more visible.
3054         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3055         (nnml-add-incremental-nov): New functions to do "incremental" nov
3056         updates, where we just append to the end of the existing nov files
3057         without reading/writing them in full.
3058
3059         * mail-source.el (mail-source-delete-crash-box): Really only check the
3060         incoming files once in a while.
3061
3062         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3063
3064         * mail-source.el (mail-source-delete-crash-box): Only check the
3065         incoming files for deletion once per day to save a lot of file
3066         accesses.
3067
3068         * pop3.el (pop3-logon): Fix up unbound variable typo.
3069
3070         * mail-source.el (pop3-streaming-movemail): Autoload.
3071
3072         * pop3.el (pop3-streaming-movemail): Respect
3073         pop3-leave-mail-on-server.
3074
3075         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3076         retrieval.
3077
3078         * pop3.el (pop3-process-filter): Removed unused function.
3079         (pop3-streaming-movemail, pop3-send-streaming-command)
3080         (pop3-wait-for-messages, pop3-write-to-file)
3081         (pop3-number-of-responses): New functions for streaming pop3
3082         retrieval.
3083
3084         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3085         come from no known methods.
3086         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3087         list.
3088
3089         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3090         message sizes.
3091         (pop3-movemail): Use erase-buffer instead of looping and deleting
3092         regions, which seems rather odd.
3093
3094         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3095         file once per `g' run.
3096
3097         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3098         directories.  This makes the draft queue directory work.
3099
3100         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3101         data from the backends, so that we only request the list of groups from
3102         each method once.  This should speed things up considerably.
3103
3104         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3105         detect that it's not implemented.
3106
3107         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3108         we actually do recurse down into the tree, but don't stat all leaf
3109         nodes.
3110
3111         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3112         then say so instead of bugging out.
3113
3114         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3115         files exist before trying to read them.
3116
3117         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3118         around <pre_int>.
3119
3120         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3121
3122         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3123
3124 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * mm-util.el (mm-image-load-path): Just return the image directories,
3127         not all directories in the path in addition to the image directories.
3128         (mm-image-load-path): Maintain a cache of the image directories so that
3129         the `g' command in Gnus doesn't have to stat dozens of directories each
3130         time.
3131
3132         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3133         (gnus-html-wash-tags): Add a new `i' command to insert images.
3134         (gnus-html-insert-image): New command and keystroke.
3135         (gnus-html-redisplay-with-images): New command and keystroke.
3136         (gnus-html-show-images): Renamed command.
3137         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3138         spacers.
3139         (gnus-html-wash-tags): Decode entities at the end, so that entities
3140         inside the tags don't mess up the rest of the "parsing".
3141
3142         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3143         so that nnimap methods aren't agentized by default.  There's apparently
3144         many problems related to agent/imap behaviour.
3145
3146         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3147
3148         * gnus-html.el: Doc fix.
3149
3150 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3153         specifier-spec-list for Emacs 21.
3154
3155         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3156         glyph-width and glyph-height instead of display-graphic-p and
3157         image-size; make avoidance of displaying small images work for XEmacs.
3158
3159         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3160         for XEmacs.
3161
3162         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3163         of symbol that holds plist data.
3164         (gnus-process-plist): Remove plist of process after getting it.
3165
3166 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * message.el (message-generate-hashcash): Change default to
3169         'opportunistic if hashcash is installed.
3170
3171         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3172         (gnus-html-put-image): Only call image-size once, since it's somewhat
3173         time-consuming on remote X servers.
3174
3175 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3178         type on data, not a file name.
3179
3180         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3181         window-pixel-edges for Emacs 21.
3182
3183         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3184         decoded contents.
3185         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3186
3187 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3190         group line format, since it isn't very interesting.
3191
3192         * gnus-agent.el (gnus-agent-short-article),
3193         (gnus-agent-long-article): Increase values for these two variables,
3194         since most people are likely to have more network connection and
3195         storage than before.
3196
3197         * gnus.el (gnus-refer-article-method): Change default to 'current.
3198         When referring an article, the common behaviour is to refer it from the
3199         current select method, not the native select method.  The chances of
3200         the native select method having the message in question is rather slim
3201         these days.
3202
3203         * gnus-sum.el (gnus-auto-select-subject): Change default to
3204         `unseen-or-unread'.  I think it's likely that most people want to
3205         select an unseen article over a previously seen, but unread one.
3206
3207         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3208         means that in the article buffer none of the minor mode elements will
3209         be shown, usually, and this is not desirable in most cases.
3210
3211         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3212         that commands like `d' (and the like) go to the next line in the
3213         buffer, instead of the next unread article.  I think this is the
3214         behaviour that is most natural for most users.
3215         (gnus-single-article-buffer): Change default to nil, so that people can
3216         have as many article buffers open as they have summary buffer.  I think
3217         this is the most natural way for the groups to behave.
3218
3219         * message.el (message-generate-new-buffers): Change default to
3220         `unsent', so that all new message buffers start their names with the
3221         string "*unsent", and it's easier to find the buffers if you move from
3222         them.
3223
3224 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3227         small.  They're probably tracking images.
3228         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3229         (gnus-html-rescale-image): Yet another try at getting the image sizing
3230         right.
3231
3232         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3233         nntp-marks-file-name is nil.
3234
3235 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * gnus-html.el (gnus-html-wash-tags)
3238         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3239         Better logging.
3240
3241 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3244
3245         * gnus-html.el (gnus-html-wash-tags): Check the value of
3246         gnus-blocked-images in the summary buffer.
3247
3248 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3249
3250         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3251
3252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3255         like "a", it seems like.
3256         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3257         since it needs to be picked from the correct buffer.
3258
3259         * nnwfm.el: Removed.
3260
3261         * nnlistserv.el: Removed.
3262
3263 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3264
3265         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3266         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3267
3268 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * nnkiboze.el: Removed.
3271
3272         * nndb.el: Removed.
3273
3274         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3275         alt text.
3276         (gnus-html-rescale-image): Try to get the rescaling logic right for
3277         images that are just wide and not tall.
3278
3279         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3280         overshadow variable bindings.
3281
3282 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * gnus-html.el (gnus-html-wash-tags)
3285         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3286         extra logging.
3287
3288 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3291         (gnus-max-image-proportion): New variable.
3292         (gnus-html-rescale-image): New function.
3293         (gnus-html-put-image): Rescale images.
3294
3295 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3296
3297         Fix up some byte-compiler warnings.
3298         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3299         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3300         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3301         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3302         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3303         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3304         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3305
3306 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-html.el (gnus-article-html): Decode contents by charset.
3309
3310 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3313         (gnus-html-frame-width, gnus-blocked-images)
3314         * message.el (message-prune-recipient-rules): Add custom version.
3315         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3316
3317         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3318         functions.
3319
3320         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3321         gnus-process-get.
3322
3323 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3324
3325         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3326         instead of lsub directly.
3327
3328 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * nnwarchive.el: Removed.
3331
3332         * gnus-soup.el: Removed.
3333
3334         * nnsoup.el: Removed.
3335
3336         * nnultimate.el: Removed.
3337
3338         * gnus-html.el (gnus-blocked-images): New variable.
3339
3340         * message.el (message-prune-recipients): New function.
3341         (message-prune-recipient-rules): New variable.
3342
3343         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3344         guess whether a long line is natural text or not.
3345
3346         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3347         gnus-process-plist and friends for compatibility.
3348
3349 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3350
3351         * gnus-html.el: Require packages that define macros used in this file.
3352         (gnus-article-mouse-face): Declare to silence byte-compiler.
3353         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3354         process-get.
3355         (gnus-html-put-image): Use plist-get to avoid getf.
3356         (gnus-html-prefetch-images): Use with-current-buffer.
3357
3358 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-ems.el: Provide compatibility functions for
3361         gnus-set-process-plist.
3362
3363         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3364         header-line-format for XEmacs 21.4.
3365
3366         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3367         * gnus.el (gnus-valid-select-methods)
3368         * message.el (message-send-mail-partially-limit)
3369         * mm-decode.el (mm-text-html-renderer)
3370         * mml.el (mml-insert-mime-headers-always)
3371         * smiley.el (smiley-regexp-alist): Bump custom version.
3372
3373 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-html.el: require mm-url.
3376         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3377         with the url to `url'.
3378         (gnus-html-wash-tags): Support cid: URLs/images.
3379
3380 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3383         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3384         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3385
3386         * gnus-move.el: Removed file, since it doesn't really work.
3387
3388         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3389         UTF-8.  This seems to fix problems with some German web feeds.
3390
3391         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3392         at the top so that the proper colours are applied.
3393
3394         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3395         don't have dots in their names.
3396
3397         * gnus-art.el (gnus-article-view-part): Doc fix.
3398
3399         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3400         XEmacs-compatible.
3401         (gnus-html-put-image): Don't do images on non-graphic displays.
3402
3403         * nnslashdot.el: Removed this unused backend.
3404
3405         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3406         actions.
3407         (gnus-undo-register-1): Revert last change.
3408
3409         * gnus-group.el (gnus-group-completing-read): Protect against not
3410         having completion-styles bound.
3411
3412         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3413         make broken recipients happier.
3414
3415         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3416
3417         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3418         point parameter.
3419
3420         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3421
3422         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3423         completion-styles for group selection.
3424
3425 2009-02-04  Andreas Schwab  <schwab@suse.de>
3426
3427         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3428         headers and regexp-quote the match if necessary.
3429
3430 2009-03-24  Miles Bader  <miles@gnu.org>
3431
3432         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3433         the blinking smiley.
3434
3435 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3436
3437         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3438         blink smiley.
3439
3440 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3443         where the dribbel file lives exists.
3444
3445         * message.el (message-send-mail-partially-limit): Change the default to
3446         nil, since most people don't want this.
3447
3448         * mm-url.el (mm-url-decode-entities): Also decode entities like
3449         &#x3212.
3450
3451 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3452
3453         * gnus-sum.el (gnus-summary-idna-message):
3454         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3455         Hyperlink urls in docstrings with URL `...'.
3456
3457 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3458
3459         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3460         functions.
3461
3462 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3465         say what the mouseover text should be.
3466
3467         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3468         version of the mm-w3m-safe-url-regexp variable to only download images
3469         in the groups where we want that to happen.
3470
3471         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3472
3473         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3474         easier debugging.
3475         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3476         big pictures in the article buffer.
3477
3478         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3479         gnus-article-html.
3480         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3481         w3m.
3482
3483         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3484
3485 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3488         which doesn't exist.
3489
3490         * message.el (message-inhibit-ecomplete): New variable to allow some
3491         function to inhibit ecomplete address storage.
3492         (message-resend): Disable ecomplete message storage when resending
3493         messages.
3494
3495         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3496
3497 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3500         Save excursion while copying, moving, and deleting articles in order to
3501         prevent the cursor from jumping to unforeseen place.
3502
3503 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * lpath.el: No need to bind bookmark-current-buffer,
3506         bookmark-yank-point and bookmark-make-record-function.
3507
3508 2010-08-17  Glenn Morris  <rgm@gnu.org>
3509
3510         * gnus-sync.el: Require gnus components whose functions are used.
3511
3512         * gnus-art.el (bookmark-make-record-function):
3513         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3514         Declare for compiler.
3515
3516         * mm-url.el (mml-compute-boundary): Autoload.
3517
3518 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3521
3522 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3523
3524         Typo fix "hoo4a" -> "hook".
3525
3526         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3527
3528 2010-08-14  Glenn Morris  <rgm@gnu.org>
3529
3530         * gnus-sync.el (gnus-sync): Fix defgroup version.
3531
3532 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3533
3534         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3535
3536         * gnus-sync.el: Fix docs.
3537         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3538         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3539
3540 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3541
3542         Optimizations for gnus-sync.el.
3543
3544         * gnus-sync.el: Add docs about gnus-sync-backend
3545         possibilities.
3546         (gnus-sync-save): Remove unnecessary message.
3547         (gnus-sync-read): Optimize and show what groups were skipped.
3548
3549 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         Minor bug fixes for gnus-sync.el.
3552
3553         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3554         read the sync on get-new-news.
3555
3556         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3557         quiet.
3558
3559         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3560
3561 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3562
3563         Make saving and restoring of hidden threads work with overlays.
3564         Patch applied by Ted Zlatanov.
3565
3566         * gnus-sum.el (gnus-hidden-threads-configuration)
3567         (gnus-restore-hidden-threads-configuration): Update to deal with text
3568         properties, rather than searching for a magic character.
3569
3570 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3571
3572         New gnus-sync.el library for synchronization of marks.
3573
3574         * gnus-sync.el: New library for synchronization of marks.
3575
3576         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3577         renamed from `gnus-registry-grep-in-list'.
3578
3579         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3580
3581         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3582
3583 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3586         determining charset of text fails.
3587
3588 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * nnmail.el (nnmail-get-new-mail-1): Revert.
3591
3592         * nnml.el (nnml-active-number): Make sure names of newly created groups
3593         in nnml-group-alist are encoded.
3594
3595 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3598         containing non-ASCII characters in active file for nnml back end.
3599
3600 2010-07-24  David Engster  <dengste@eml.cc>
3601
3602         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3603         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3604
3605 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3606
3607         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3608         tag (Bug#6654).
3609
3610 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3613         the article buffer, not the summary buffer.
3614
3615 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3618         Emacs 23 as well.
3619
3620 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3623         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3624
3625 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3626
3627         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3628         Patch applied by Karl Fogel.
3629
3630         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3631         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3632
3633 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3634
3635         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3636         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3637         C-w still not working correctly from Article buffers; Thierry's
3638         patch to fix that will be applied after this.
3639
3640         * gnus-art.el (bookmark-make-record-function): New local variable.
3641
3642         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3643         article buffer.
3644         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3645
3646 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3647
3648         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3649         on changes in bookmark.el.
3650
3651 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3654         `no-log' instead of message not to log prompt string.
3655
3656 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3657
3658         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3659         the *other* type of HTML form submission.
3660
3661 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3662
3663         * auth-source.el (auth-source-pick): If choice does not contain a
3664         questioned keyword, set the check to t.
3665
3666 2010-06-12  Romain Francoise  <romain@orebokech.com>
3667
3668         * gnus-util.el (gnus-date-get-time): Move up before first use.
3669
3670 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3673         (gnus-article-edit-part): Bind it to make last part that is substituted
3674         or deleted visible.
3675         (gnus-mime-display-single): Buttonize part of which id equals to
3676         gnus-mime-buttonized-part-id.
3677
3678 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3679
3680         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3681         (gnus-dd-mmm): Use gnus-date-get-time.
3682         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3683         simplify logic.
3684         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3685         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3686
3687 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3688
3689         * auth-source.el (top): Autoload `secrets-list-collections',
3690         `secrets-create-item', `secrets-delete-item'.
3691         (auth-sources): Fix tag string.
3692         (auth-get-source, auth-source-retrieve, auth-source-create)
3693         (auth-source-delete): New defuns.
3694         (auth-source-pick): Rewrite in order to avoid 2 passes.
3695         (auth-source-forget-user-or-password): New parameter USERNAME.
3696         (auth-source-user-or-password): New parameters CREATE-MISSING and
3697         DELETE-EXISTING.  Retrieve password interactively, if needed.
3698
3699 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3700
3701         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3702         deleting unused directories when gnus-expert-user is t.
3703
3704 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3707         for each temp file when gnus-article-browse-delete-temp is ask.
3708
3709 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3710
3711         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3712         Lisp calls to delete-backward-char by calls to delete-char.
3713
3714 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3715
3716         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3717
3718 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3719
3720         * password-cache.el (password-cache-remove): Fix docstring.
3721
3722 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3725         article unless decoding article to be saved.
3726
3727 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3730         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3731         generated within the mm-with-unibyte-current-buffer macro.
3732
3733 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3736         to nil when we're in a mml-preview buffer and no group is selected.
3737
3738 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3739
3740         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3741         when catching the `C-g'.  Reported by "Leo".
3742
3743 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * message.el (message-forward-make-body-plain)
3746         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3747         multibyte-string-p.
3748
3749         * lpath.el: Revert.
3750
3751 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * message.el (message-forward-make-body-mml): Assume original message
3754         is multibyte string; error on unibyte.
3755         (message-forward-make-body-plain): Ditto; don't add excessive newline
3756         in body end.
3757
3758         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3759
3760 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3761
3762         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3763         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3764
3765 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * mm-extern.el (mm-extern-url): Don't use
3768         mm-with-unibyte-current-buffer.
3769         (mm-extern-cache-contents): Use with-current-buffer instead of
3770         save-excursion + set-buffer.
3771
3772 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * mm-util.el (mm-emacs-mule): Remove.
3775
3776 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3777
3778         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3779         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3780         change.
3781
3782 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3785         bind the default value of enable-multibyte-characters to nil.
3786
3787 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * message.el (message-forward-make-body-plain)
3790         (message-forward-make-body-mml):
3791         Don't use mm-with-unibyte-current-buffer.
3792
3793 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3794
3795         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3796
3797 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3798
3799         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3800         (Bug#5592).
3801
3802 2010-05-07  Julien Danjou  <julien@danjou.info>
3803
3804         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3805         it to mm-pipe-part.
3806
3807         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3808         it is given.
3809
3810 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * binhex.el (binhex-decode-region-internal)
3813         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3814         (dns-query)
3815         * nnweb.el (nnweb-gmane-search)
3816         * pgg-parse.el (pgg-parse-armor)
3817         * pgg.el (pgg-verify-region)
3818         * sha1.el (sha1-string-external)
3819         * uudecode.el (uudecode-decode-region-internal)
3820         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3821         XEmacs.
3822
3823         * gnus-art.el (gnus-article-browse-html-parts)
3824         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3825         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3826         make-temp-file.
3827
3828         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3829         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3830         compiling.
3831
3832         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3833         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3834         XEmacs when compiling.
3835
3836         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3837         gnus-pick-mode-off-hook for XEmacs when compiling.
3838         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3839         gnus-binary-mode-off-hook for XEmacs when compiling.
3840
3841         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3842         nil if char-charset is not available.
3843
3844         * imap.el (imap-disable-multibyte)
3845         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3846         macros.
3847
3848         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3849         instead of encode-coding-string.
3850
3851         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3852         'xemacs) instead of mm-emacs-mule to switch function definitions.
3853         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3854
3855         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3856         bind temporary-file-directory for XEmacs;
3857         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3858         timer-set-function for XEmacs 21.4 and SXEmacs;
3859         bind timer-list for XEmacs 21.4 and SXEmacs;
3860         fbind char-charset and find-charset-region for non-Mule XEmacs;
3861         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3862         encode-coding-region and encode-coding-string for XEmacs having no
3863         file-coding feature.
3864
3865 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3866
3867         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3868
3869 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3872         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3873
3874 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3875
3876         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3877         alias `jka-compr-delete-temp-file' no longer exists.
3878
3879 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3880
3881         Use define-minor-mode in Gnus where applicable.
3882         * mml.el (mml-mode): Use define-minor-mode.
3883         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3884         (gnus-undo-mode): Use define-minor-mode.
3885         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3886         (gnus-dead-summary-mode): Use define-minor-mode.
3887         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3888         Initialize in declaration.
3889         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3890         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3891         (gnus-mailing-list-mode): Use define-minor-mode.
3892         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3893         (gnus-draft-mode): Use define-minor-mode.
3894         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3895         (gnus-dired-mode): Use define-minor-mode.
3896
3897 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3898
3899         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3900         handles on recursive mml-to-mime translation and check them for
3901         boundary delimiter collisions.  Reported by Greg Troxel.
3902
3903 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3906
3907 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3908
3909         * mm-util.el (mm-find-buffer-file-coding-system):
3910         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3911
3912 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3913
3914         * message.el (message-generate-headers): Record insertion of optional
3915         headers as well.  Otherwise the check to prevent repeated insertion of
3916         optional headers is a no-op.
3917
3918 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * smime.el: Don't mention CVS.
3921
3922         * nnrss.el (nnrss-fetch): Don't mention CVS.
3923
3924         * nnir.el: Don't mention CVS.
3925
3926 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3929
3930 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * lpath.el: Fbind bookmark-default-handler,
3933         bookmark-get-bookmark-record, bookmark-make-record-default,
3934         bookmark-prop-get for Emacs <23 and XEmacs.
3935
3936 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3937
3938         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3939         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3940         Use with-current-buffer to silence the byte-compiler.
3941         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3942         bother to require `gnus'.
3943         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3944
3945 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3946
3947         * gnus-sum.el (gnus-summary-bookmark-make-record)
3948         (gnus-summary-bookmark-jump): New functions.
3949         (gnus-summary-mode): Setup bookmark support.
3950
3951 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3952
3953         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3954         if set.
3955
3956 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3959         gnus-article-browse-html-save-cid-image; make it work recursively for
3960         forwarded messages as well.
3961         (gnus-article-browse-html-parts): Work when prefix arg is given.
3962         (gnus-article-browse-html-article): Doc fix.
3963
3964 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3965
3966         * message.el (message-default-mail-headers):
3967         (message-default-headers): Carry the value mail-default-headers over
3968         into message-default-mail-headers, rather than message-default-headers.
3969
3970 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3971
3972         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3973         charset.
3974
3975         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3976         charset into the <meta> tag when the article is encoded to utf-8.
3977
3978 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3981         directories as well.
3982         (gnus-article-browse-html-parts): Work for images that do not specify
3983         file names; delete temp directory when quitting; insert header at the
3984         right place; use file: scheme for image files.
3985
3986 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3987
3988         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3989         (gnus-article-browse-html-parts): Use it to make temporary cid image
3990         files in addition to html file so that browser may display them.
3991
3992 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3995
3996 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3999
4000 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4001
4002         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4003         about Secret Service API sources.  Improve Customize options.
4004         (auth-source-pick): Change to accept any number of search parameters.
4005         Implement fallbacks iteratively, not recursively.  Add scoring on the
4006         second pass and sort by score.  Call Secret Service API when needed.
4007         (auth-source-user-or-password): Use it.  Call Secret Service API
4008         directly when needed to get the user name and the password.
4009
4010 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4011
4012         * message.el (message-interactive): Doc fix.
4013         (message-qmail-inject-args): Reflow.
4014         (message-kill-to-signature): Fix typo in docstring.
4015
4016         * smiley.el (smiley-buffer): Fix typo in docstring.
4017
4018 2010-03-24  Glenn Morris  <rgm@gnu.org>
4019
4020         * mail-source.el (gnus-message): Declare.
4021         (mail-source-delete-old-incoming): Require gnus-util.
4022
4023 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4026
4027         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4028
4029         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4030         password-cache's default if it is not bound.
4031         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4032         password-cache-expiry's default if it is not bound.
4033
4034         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4035         available in Emacs 21.
4036
4037         * lpath.el: Suppress compiler warnings for:
4038         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4039         XEmacs;
4040         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4041         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4042         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4043
4044 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         * auth-source.el (auth-sources): Fix up definition so extra parameters
4047         are always inline.
4048
4049 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4050
4051         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4052         wasn't updated after mismatch.  Clear cached mailbox info correctly
4053         when uidvalidity changes.
4054         (nnimap-group-prefixed-name): New function to avoid some code
4055         duplication.
4056         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4057         (nnimap-request-group): Use it.
4058         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4059         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4060         with many imap folders.  This is done by caching the group status from
4061         the imap server persistently in a group parameter `imap-status'.  (This
4062         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4063         but not persistently, so every Gnus startup was still very slow.)
4064
4065 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4068         delete the extra newline.  Otherwise editing of :string and :number
4069         types don't work.
4070
4071 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4072
4073         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4074         secrets.el dependency.
4075         (auth-sources): Add optional user name.  Add secrets.el configuration
4076         choice (unused right now).
4077
4078 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4079
4080         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4081         `gnus-registry-install-shortcuts' fill in the functions.
4082
4083         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4084         warnings.
4085         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4086         (gnus-registry-install-shortcuts): Populate and use it in a
4087         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4088
4089 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4090
4091         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4092         In-place substitutions for the group name encoding/decoding.
4093         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4094         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4095         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4096         (nnimap-update-unseen, nnimap-request-list)
4097         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4098         (nnimap-request-set-mark, nnimap-split-to-groups)
4099         (nnimap-split-articles, nnimap-request-newgroups)
4100         (nnimap-request-create-group, nnimap-request-accept-article)
4101         (nnimap-request-delete-group, nnimap-request-rename-group)
4102         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4103         `encoded-mbx' for consistency.
4104         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4105         variable `imap-current-mailbox'.
4106
4107         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4108         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4109
4110 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4111
4112         * pop3.el (pop3-display-message-size-flag): Display message size byte
4113         counts during POP3 download.
4114         (pop3-movemail): Use it.
4115         (pop3-list): Implement listing of available messages.
4116
4117 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4118
4119         * nnir.el (nnir-get-article-nov-override-function): New function to
4120         override the normal NOV retrieval.
4121         (nnir-retrieve-headers): Use it.
4122
4123 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4124
4125         * auth-source.el (netrc-machine-user-or-password): Autoload.
4126
4127 2010-03-19  Glenn Morris  <rgm@gnu.org>
4128
4129         Stop message.el from loading about 40 libraries it doesn't always need.
4130         The general approach is to autoload rather than require, and to
4131         require in the specific functions rather than the file.  (Bug#5642)
4132
4133         * gmm-utils.el: Don't require wid-edit.
4134         (widget-create-child-value, widget-convert, widget-default-get):
4135         Autoload.
4136
4137         * gnus-util.el: Don't require time-date, netrc.
4138         (message-fetch-field, gnus-group-name-decode): Declare rather than
4139         autoloading.
4140         (gnus-fetch-field): Require message.
4141         (gnus-decode-newsgroups): Require gnus-group.
4142
4143         * ietf-drums.el: Don't require time-date.
4144
4145         * message.el: Don't require hashcash, canlock, ecomplete.
4146         Do require mail-utils.  Require nnheader only when compiling.
4147         (smtpmail-default-smtp-server): Remove declaration.
4148         (message-send-mail-function): Check smtpmail-default-smtp-server
4149         is bound rather than requiring smtpmail.
4150         (message-auto-save-directory, message-insert-signature): Use
4151         expand-file-name rather than nnheader-concat.
4152         (nnheader-insert-file-contents): Autoload.
4153         (hashcash-wait-async): Declare.
4154         (message-send-mail): Only call gnus-setup-posting-charset if
4155         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4156         (message-send-mail-with-sendmail): Require sendmail.
4157         (canlock-password, canlock-password-for-verify): Declare.
4158         (message-canlock-password): Require canlock.
4159         (nnheader-get-report): Autoload.
4160         (gnus-setup-posting-charset): Declare.
4161         (message-send-news): Require gnus-msg.
4162         (message-make-references, message-make-in-reply-to): Use mail-header-id
4163         rather than the alias mail-header-message-id.
4164         (ecomplete-add-item, ecomplete-save): Declare.
4165         (message-put-addresses-in-ecomplete): Require ecomplete.
4166         (ecomplete-display-matches): Autoload.
4167
4168         * mm-decode.el: Don't require mailcap, gnus-util.
4169         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4170         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4171         Autoload.
4172         (mailcap-mime-extensions): Declare.
4173
4174         * mm-encode.el: Don't require mailcap.
4175         (mailcap-extension-to-mime): Autoload.
4176
4177         * mml-sec.el: Don't require password-cache.
4178
4179         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4180         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4181         (mml-minibuffer-read-type): Require mailcap.
4182         (mml-preview): Require gnus-msg.
4183
4184         * mml1991.el: Require password-cache.
4185         (password-cache-expiry): Remove declaration.
4186
4187         * mml2015.el: Require password-cache.
4188         (password-cache-expiry): Remove declaration.
4189
4190         * nneething.el (mailcap): Require mailcap.
4191
4192         * nnheader.el (declare-function): Add compatibility stub.
4193         (message-remove-header): Declare rather than autoload.
4194         (nnheader-replace-header): Require message.
4195
4196         * nnimap.el (declare-function): Add compatibility stub.
4197         (netrc-parse, netrc-machine-user-or-password): Declare.
4198         (nnimap-open-connection): Require netrc.
4199
4200         * nntp.el (declare-function): Add compatibility stub.
4201         (netrc-parse, netrc-machine, netrc-get): Declare.
4202         (nntp-send-authinfo): Require netrc.
4203
4204         * rfc2047.el: Don't require qp.
4205         (quoted-printable-encode-region, quoted-printable-decode-string):
4206         Autoload.
4207
4208         * sieve-mode.el: Don't require easymenu.
4209         (easy-menu-add-item): Autoload it.
4210
4211         * spam-stat.el (time-to-number-of-days): Autoload it.
4212
4213 2010-03-19  Glenn Morris  <rgm@gnu.org>
4214
4215         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4216
4217 2010-03-18  Glenn Morris  <rgm@gnu.org>
4218
4219         * hashcash.el (declare-function): Remove duplicate definition.
4220
4221 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4222
4223         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4224         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4225         value if any backslash escapes).
4226
4227 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4230         if it is available.  (bug#5647)
4231
4232         * lpath.el: Suppress compiler warning for coding-system-from-name for
4233         Emacs 21 and XEmacs.
4234
4235 2010-03-14  Juri Linkov  <juri@jurta.org>
4236
4237         * hmac-def.el:
4238         * hmac-md5.el:
4239         * netrc.el: Fix keywords.
4240
4241 2010-02-26  Glenn Morris  <rgm@gnu.org>
4242
4243         * message.el (message-send-mail-function): Change the default, so that
4244         it inherits from a customized send-mail-function.  (Bug#5643)
4245
4246 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4247
4248         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4249         shell-command-to-string signals an error (bug#5299).
4250
4251 2010-02-24  Glenn Morris  <rgm@gnu.org>
4252
4253         * message.el (message-smtpmail-send-it)
4254         (message-send-mail-with-mailclient): Doc fixes.
4255
4256 2010-02-16  Glenn Morris  <rgm@gnu.org>
4257
4258         * message.el (message-default-mail-headers): Change the default value
4259         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4260
4261 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4264         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4265
4266 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4267
4268         * time-date.el (date-to-time): Doc fix (Bug#5408).
4269
4270 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4271
4272         * message.el (message-mail): Just pass yank-action on to message-setup.
4273         (message-setup): Handle (FUN . ARGS) form of yank-action.
4274         (message-with-reply-buffer, message-widen-reply)
4275         (message-yank-original): Handle non-buffer values of
4276         message-reply-buffer (Bug#4080).
4277         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4278
4279 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4280
4281         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4282         Fix typo in docstring.
4283
4284 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4285
4286         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4287         response.
4288
4289 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4292
4293         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4294
4295         * message.el (message-check-news-header-syntax): Protect against a
4296         string that `rfc822-addresses' returns when parsing fails.
4297
4298 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4301         (gnus-previous-char-property-change): New functions.
4302
4303         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4304
4305 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4306
4307         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4308         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4309
4310 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4311
4312         * message.el (message-exchange-point-and-mark): Rework last change to
4313         avoid using optional arg of exchange-point-and-mark, for backward
4314         compatibility.
4315
4316 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4317
4318         * message.el (message-exchange-point-and-mark): Call
4319         exchange-point-and-mark with an argument rather than setting
4320         mark-active by hand (Bug#5175).
4321
4322 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * nntp.el (nntp-service-to-port): Work for service expressed with
4325         numeric string; replace [:digit:] with [0-9] for XEmacs.
4326
4327 2009-12-17  Glenn Morris  <rgm@gnu.org>
4328
4329         * gnus-group.el (gnus-bug-group-download-format-alist):
4330         Change emacs entry to debbugs.gnu.org.  Bump :version.
4331
4332 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4333
4334         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4335
4336 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * message.el (message-info): Explain why we use `Info-goto-node'.
4339
4340 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4343
4344 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4345
4346         * message.el (message-completion-in-region): New compatibility function.
4347         (message-expand-group): Use it.
4348
4349 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4352         with no unread article should be listed if the 2nd arg `predicate' is
4353         given.
4354
4355 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4358
4359 2009-11-29  Juri Linkov  <juri@jurta.org>
4360
4361         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4362         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4363         on `gnus-recenter'. (Bug#4698, Bug#4981)
4364
4365 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4366
4367         * sha1.el (sha1-string-external): default-directory "/" in case
4368         otherwise non-existent.  process-connection-type pipe for touch of
4369         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4370
4371 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4372
4373         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4374         it's comms related and sgml-mode.el has "comm" on that basis too.
4375
4376 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4379         containing tspecial characters if they have been already quoted.
4380
4381 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4382
4383         * dns-mode.el (auto-mode-alist): Purecopy string.
4384
4385 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4386
4387         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4388
4389 2009-10-24  Glenn Morris  <rgm@gnu.org>
4390
4391         * gnus-art.el (help-xref-stack-item): Define for compiler.
4392
4393 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4394
4395         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4396
4397 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4400
4401 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4404         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4405
4406 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4409         (gnus-overlays-in): New alias to overlays-in.
4410
4411         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4412         gnus-overlay-get, and gnus-delete-overlay.
4413         (gnus-summary-show-thread): Make it work as well for systems in which
4414         next-single-char-property-change is not available.
4415         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4416
4417         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4418         (gnus-overlay-get): New alias to extent-property.
4419         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4420
4421         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4422         SXEmacs.
4423
4424         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4425         SXEmacs.
4426
4427 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4430
4431 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4432
4433         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4434         and XEmacs that don't have `remove-overlays'.
4435
4436 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4437
4438         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4439         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4440         selective display.  Use overlays instead.
4441
4442 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4443
4444         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4445
4446 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4447
4448         * spam-stat.el (spam-stat-load): Fix typo in message.
4449
4450 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4451
4452         * dig.el (dig-invoke): Fix typo in docstring.
4453         (query-dig): Reflow docstring.
4454
4455 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4456
4457         * gnus-art.el (gnus-article-encrypt-body):
4458         * message.el (message-check-recipients):
4459         * mm-util.el (mm-codepage-setup):
4460         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4461         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4462
4463 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4464
4465         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4466         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4467         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4468         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4469         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4470
4471 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4472
4473         * dig.el: Add "Keywords: comm", as per net-utils.el.
4474
4475 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4476
4477         * dig.el (dig-mode): Use define-derived-mode.
4478
4479 2009-09-19  Glenn Morris  <rgm@gnu.org>
4480
4481         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4482
4483 2009-09-18  Glenn Morris  <rgm@gnu.org>
4484
4485         * gnus-diary.el (gnus-diary-check-message):
4486         * message.el (message-insert-formatted-citation-line):
4487         * nnbabyl.el (top-level):
4488         * nndiary.el (nndiary-schedule):
4489         Fix typos in condition-case handlers.
4490
4491 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4494         configuration that provides the sole article window in a frame;
4495         position point correctly after deleting a part.
4496
4497 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4498
4499         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4500         (spam-resolve-registrations-routine): Use it to unregister articles
4501         that change status.
4502
4503 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4506         with XEmacs.
4507         (parse-time-string-chars): Use it.
4508
4509 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4510
4511         * imap.el (imap-interactive-login): Better messages.
4512         (imap-open): Fix bug with renamed buffer on reconnect.
4513         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4514         for easier debugging and cleaner code.  On successful (guessed based on
4515         server capabilities) secondary authentication, set imap-state
4516         correctly.
4517         (imap-last-authenticator): Define imap-last-authenticator as a variable
4518         to avoid warnings.
4519
4520 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * nnrss.el (nnrss-request-article): Remove binding of
4523         default-enable-multibyte-characters that has gotten needless by
4524         the 2007-07-13 change in rfc2047-encode-message-header.
4525
4526         * mml.el (mml-insert-multipart): Error on the message header.
4527         (mml-insert-part): Error on the message header; position point at
4528         the end of a MIME tag.
4529
4530 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * time-date.el (autoload): Expand define-obsolete-function-alias into
4533         defalias and make-obsolete for old Emacsen that Gnus supports.
4534         (with-no-warnings): Define it for old Emacsen.
4535         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4536         is available.
4537         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4538         float-time is available; suppress compile warning for time-to-seconds.
4539
4540         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4541         (gnus-float-time): Alias to float-time if it exists.
4542
4543         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4544         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4545         float-time is available; suppress compile warning for time-to-seconds.
4546
4547         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4548         XEmacs.
4549
4550 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * imap.el (imap-message-map): Docstring fix.
4553
4554 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4557         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4558         Add the optional argument `encoding' that overrides the default.
4559
4560         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4561         mm-encode-buffer.
4562
4563 2009-09-04  Glenn Morris  <rgm@gnu.org>
4564
4565         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4566         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4567         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4568         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4569         * mm-util.el (mm-with-unibyte-current-buffer)
4570         (mm-find-buffer-file-coding-system):
4571         * yenc.el (yenc-decode-region): Use default-value rather than
4572         default-enable-multibyte-characters.
4573
4574 2009-09-03  Glenn Morris  <rgm@gnu.org>
4575
4576         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4577         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4578         than default-enable-multibyte-characters.
4579
4580 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4581
4582         * gnus-art.el (gnus-article-read-summary-keys):
4583         Fix gnus-buffer-configuration's value temporarily used.
4584
4585 2009-09-02  Glenn Morris  <rgm@gnu.org>
4586
4587         * gnus-util.el (gnus-float-time): New function.
4588         * gnus-delay.el (gnus-delay-article):
4589         * gnus-sum.el (gnus-thread-latest-date):
4590         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4591         * nnspool.el (nnspool-request-newgroups):
4592         Use gnus-float-time rather than time-to-seconds.
4593         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4594
4595         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4596         (gnus-header-subject-face, gnus-header-newsgroups-face)
4597         (gnus-header-name-face, gnus-header-content-face):
4598         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4599         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4600         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4601         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4602         (gnus-cite-face-11):
4603         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4604         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4605         (gnus-server-closed-face, gnus-server-denied-face)
4606         (gnus-server-offline-face):
4607         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4608         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4609         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4610         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4611         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4612         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4613         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4614         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4615         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4616         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4617         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4618         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4619         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4620         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4621         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4622         (gnus-summary-high-undownloaded-face)
4623         (gnus-summary-low-undownloaded-face)
4624         (gnus-summary-normal-undownloaded-face)
4625         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4626         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4627         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4628         (gnus-splash-face):
4629         * message.el (message-header-to-face, message-header-cc-face)
4630         (message-header-subject-face, message-header-newsgroups-face)
4631         (message-header-other-face, message-header-name-face)
4632         (message-header-xheader-face, message-separator-face)
4633         (message-cited-text-face, message-mml-face):
4634         * sieve-mode.el (sieve-control-commands-face)
4635         (sieve-action-commands-face, sieve-test-commands-face)
4636         (sieve-tagged-arguments-face):
4637         * spam.el (spam-face):
4638         Mark face aliases with "-face" in the name as obsolete.
4639
4640 2009-09-01  Glenn Morris  <rgm@gnu.org>
4641
4642         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4643         than goto-line.
4644
4645 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4648         Don't move point if the command is invoked inside the message header.
4649
4650 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4651
4652         * imap.el (imap-send-command): Simplify.
4653         (imap-wait-for-tag): point-max -> buffer-size.
4654
4655 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4656
4657         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4658         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4659         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4660         * nnir.el (nnir-swish-e-index-file):
4661         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4662         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4663         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4664         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4665         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4666         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4667
4668 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4671         Don't save excursion.
4672
4673 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4674
4675         * nnheader.el (nnheader-find-file-noselect):
4676         * mm-util.el (mm-insert-file-contents):
4677         Use (default-value 'major-mode) instead of default-major-mode.
4678
4679 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4680
4681         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4682
4683 2009-08-26  Glenn Morris  <rgm@gnu.org>
4684
4685         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4686         than placing in files.el.
4687
4688 2009-08-25  Glenn Morris  <rgm@gnu.org>
4689
4690         * nnir.el (top-level): Don't require cl at run-time.
4691         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4692         Replace cl-function substitute with gnus-replace-in-string.
4693         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4694         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4695         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4696         simplified expansions.
4697
4698 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4699
4700         * dig.el (dig): Add autoload cookie.
4701
4702 2009-08-22  Glenn Morris  <rgm@gnu.org>
4703
4704         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4705         goto-line.
4706
4707 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4708
4709         * parse-time.el (parse-time-string-chars): Save match data.
4710
4711 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4712
4713         * parse-time.el (parse-time-string-chars): Compute using character
4714         classes, to handle non-ascii characters (Bug#3190).
4715
4716 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4719
4720         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4721         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4722         (gnus-mm-display-part, gnus-mime-display-single)
4723         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4724         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4725
4726         * gnus-sum.el
4727         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4728         (gnus-summary-move-article): Add expirable mark to articles copied or
4729         moved to group that has auto-expire turned on if the option is non-nil.
4730
4731 2009-07-24  Glenn Morris  <rgm@gnu.org>
4732
4733         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4734         Fix typo.  (Bug#3903)
4735
4736 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4739         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4740         that should not be used for draft articles.
4741         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4742         that has no concern in minor mode keys.
4743         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4744         Abolish.
4745
4746 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4749         article without making inquiry to a user for unknown encoding.
4750
4751         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4752         (nnmaildir--scan): Assume i-node and device number that file-attributes
4753         returns might be cons-cell.
4754
4755         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4756
4757         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4758
4759 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * auth-source.el: Remove docs now in auth.texi.  Don't use
4762         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4763         `auth-source-hide-passwords' and use them.
4764
4765 2009-07-15  Glenn Morris  <rgm@gnu.org>
4766
4767         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4768
4769 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4772         excessive whitespace from the default values of title and description.
4773
4774 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4777         mail-fetch-field to fetch Content-Description header in order to
4778         exclude newlines.
4779
4780 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4781
4782         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4783         format used by GnuPG 2.0.11.
4784
4785 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4788         to deleted part.
4789
4790 2009-05-30  David Engster  <dengste@eml.cc>
4791
4792         * nnmairix.el: Remove old documentation in the commentary block.
4793         (nnmairix-request-group): Do not update active file for nnml back ends.
4794         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4795         end so that overview files are ignored.
4796         (nnmairix-update-groups): Make updating the groups more robust by using
4797         marks.
4798         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4799         with dollar characters in message-id.
4800
4801 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4804         2008-12-25 in dns.el.
4805
4806 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4807
4808         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4809         could happen if the text is only composed of spaces and/or tabs.
4810
4811 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4812
4813         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4814         when sending a queued message to avoid extra mml tags.
4815
4816 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4819
4820 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4823         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4824         rmail-toggle-header for XEmacs;
4825         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4826
4827 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-dired.el: Remove autoload for gnus-setup-message.
4830         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4831         displaying Gnus logo; always use compose-mail.
4832
4833 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4836
4837 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4840         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4841         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4842         available.
4843         (gnus-nocem-epg-verify): New function.
4844
4845 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4846
4847         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4848
4849 2009-02-15  Glenn Morris  <rgm@gnu.org>
4850
4851         * gnus-util.el (rmail-insert-rmail-file-header)
4852         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4853         autoloads.
4854         (rmail-default-rmail-file): Remove unnecessary declaration.
4855         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4856
4857 2009-02-14  Glenn Morris  <rgm@gnu.org>
4858
4859         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4860         variable (only used in gnus-util, which declares it anyway).
4861         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4862         which was only needed by gnus-art (changed to not use it any more).
4863         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4864         only used in gnus-util, which autoloads it itself.
4865         (rmail-update-summary): Fix autoload.
4866
4867         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4868         rather than rmail-output-to-rmail-file.
4869
4870 2009-02-07  Glenn Morris  <rgm@gnu.org>
4871
4872         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4873         autoload of function that no longer exists.
4874         (rmail-toggle-header): Declare.
4875         (message-forward-rmail-make-body): Handle mbox Rmail.
4876
4877 2009-01-31  Glenn Morris  <rgm@gnu.org>
4878
4879         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4880         2009-01-09 change.
4881
4882 2009-01-31  Dave Love  <fx@gnu.org>
4883
4884         * imap.el (imap-fetch-safe): Bind debug-on-error.
4885         (imap-debug): Add imap-fetch-safe.
4886
4887 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4888
4889         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4890         (auth-source-forget-all-cached): New convenience function.
4891         (auth-source-user-or-password): Accept list of modes or a single mode.
4892
4893         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4894         auth-source modes.
4895
4896         * netrc.el (netrc-machine-user-or-password): Use list of
4897         auth-source modes.
4898
4899         * nnimap.el (nnimap-open-connection): Use list of
4900         auth-source modes.
4901
4902         * nntp.el (nntp-send-authinfo): Use list of
4903         auth-source modes.
4904
4905 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4908         now.
4909
4910 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4913         coding system in XEmacs; add a workaround for XEmacs.
4914
4915         * lpath.el: Fbind coding-system-aliasee.
4916
4917 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4920         of current-language-environment.
4921
4922 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4925         available at runtime.
4926
4927 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4930
4931 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4932
4933         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4934         the greatest positive fixnum value doesn't work under an XEmacs with
4935         bignum support; use the most-positive-fixnum constant instead,
4936         available since Emacs 21.1 with cl and XEmacs 21.1.
4937
4938 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4941         XEmacs gets not to work.
4942
4943 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * mm-util.el (mm-coding-system-priorities): Allow the value like
4946         "Japanese (UTF-8)" of current-language-environment.
4947
4948 2009-01-09  Glenn Morris  <rgm@gnu.org>
4949
4950         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4951         with last-command-event.
4952
4953 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4956         in the doc string.
4957
4958         * message.el (message-fix-before-sending): Amend comment.
4959
4960 2009-01-08  Dave Love  <fx@gnu.org>
4961
4962         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4963
4964 2009-01-07  David Engster  <dengste@eml.cc>
4965
4966         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4967         simplified server definitions by converting it via
4968         gnus-server-to-method.
4969
4970 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4973         parameter's operands.
4974
4975 2009-01-06  David Engster  <dengste@eml.cc>
4976
4977         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4978         primary select method (for gnus-group-mark-article-as-read).
4979
4980 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4981
4982         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4983         `(gnus)Face', not `(gnus)X-Face'.
4984
4985 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * mm-util.el (mm-ucs-to-char): New function.
4988
4989         * mm-url.el (mm-url-decode-entities): Use it.
4990
4991         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4992         unicode-to-char.
4993
4994 2009-01-05  Dave Love  <fx@gnu.org>
4995
4996         * time-date.el: Require cl for `declare'.
4997
4998 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5001         Dave Love.
5002
5003 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5004
5005         * message.el (message-fix-before-sending): Add `eight-bit' to
5006         illegible-text check.
5007
5008 2009-01-03  Michael Olson  <mwolson@gnu.org>
5009
5010         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5011         `headers' is nil.  This can occur if the IMAP server does not have
5012         permissions to read messages from a folder, but can write new messages
5013         to the folder.
5014         (nnimap-request-article-part): Do not insert `data' if it is nil.
5015
5016         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5017         characters which will confuse `read', so skip past them.
5018
5019 2009-01-01  Dave Love  <fx@gnu.org>
5020
5021         * imap.el (imap-string-to-integer): Fix typo.
5022         (imap-fetch-safe): New function.
5023         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5024
5025         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5026
5027         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5028         (imap-parse-greeting): Fix doc strings.
5029         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5030         (imap-parse-flag-list): Make messages unique.
5031         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5032
5033         * nnimap.el: Fix author email.
5034         (nnimap-split-rule): Add FIXME comment.
5035         (nnimap-debug): Fix doc string.
5036
5037 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5040
5041 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5044         nslookup if resolv.conf isn't available.
5045         (dns-query): Rename from query-dns.
5046         (dns-query-cached): Rename from query-dns-cached.
5047
5048 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5051         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5052         to check if those variables exist (first appeared in Emacs 18.50).
5053
5054 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * mm-util.el (mm-line-number-at-pos): New function.
5057
5058         * spam-report.el (spam-report-process-queue): Use it.
5059
5060 2008-12-24  David Engster  <dengste@eml.cc>
5061
5062         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5063         parameters that haven't existed as variables as buffer-local variables.
5064
5065 2008-12-23  Dave Love  <fx@gnu.org>
5066
5067         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5068         cadar.
5069
5070         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5071         imap-starttls-p.
5072         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5073
5074 2008-12-22  Dave Love  <fx@gnu.org>
5075
5076         * imap.el: Fix author email.  Doc fixes.
5077         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5078         reply.
5079
5080 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * spam-report.el (spam-report-gmane-max-requests): New constant.
5083         (spam-report-gmane-wait): New variable.
5084         (spam-report-gmane-ham, spam-report-gmane-spam)
5085         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5086         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5087         the server.
5088
5089         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5090         Add explanations.
5091
5092         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5093         nnheader-accept-process-output and nnheader-read-timeout if available.
5094         (pop3-movemail): Use it.
5095
5096         * message.el (message-check-news-body-syntax): Fix signature check if
5097         there's an attachment.
5098
5099 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * mm-util.el: Add comments to the mm- emulating functions.
5102
5103 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5106         by Stephen Berman <stephen.berman@gmx.net>.
5107
5108 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * mm-util.el (mm-substring-no-properties): New function.
5111         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5112         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5113         (mm-string-to-multibyte): Doc fix.
5114
5115         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5116
5117 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * mml.el (mml-attach-file): Strip text properties from file name.
5120         (Bug#1574)
5121
5122 2008-12-16  Glenn Morris  <rgm@gnu.org>
5123
5124         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5125
5126 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5129         knows since the charset specified might be a bogus alias that
5130         mm-charset-synonym-alist provides.
5131
5132 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5135         "ISO_8859-1".
5136
5137         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5138
5139 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * mm-util.el (mm-charset-eval-alist):
5142         Define it before mm-charset-to-coding-system.
5143         (mm-charset-to-coding-system): Add optional argument `silent';
5144         define it before mm-charset-override-alist.
5145         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5146         default value if it can be used in Emacs currently running;
5147         silence mm-charset-to-coding-system.
5148
5149 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5152         `allow-override' which says whether to use `mm-charset-override-alist'.
5153         (rfc2047-decode-encoded-words): Use it.
5154
5155         * mm-util.el (mm-charset-override-alist): Fix custom type;
5156         add `(gb2312 . gbk)' to choices.
5157
5158 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5161         fast.
5162
5163         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5164
5165         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5166
5167 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5168
5169         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5170         on links.
5171
5172         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5173
5174 2008-12-03  Lute Kamstra  <lute@gnu.org>
5175
5176         * sha1.el: Remove leading * from docstrings of defcustoms,
5177         deffaces, defconsts and defuns.
5178
5179 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5182         users' addresses that don't have domain parts.
5183         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5184         rather than message-narrow-to-head since there will be the message
5185         header separator.
5186
5187 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5188
5189         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5190         since the result is inserted in a unibyte buffer anyway.
5191         (nnimap-demule-use-string-to-multibyte): Remove.
5192         (nnimap-demule): Alias it to mm-string-to-multibyte.
5193
5194 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5197         variable for debugging bug#464 and bug#1174.
5198         (nnimap-demule): Use it.
5199
5200 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5203         score calculation correctly.
5204
5205 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5206
5207         * message.el (message-send-mail): Just set the buffer to unibyte
5208         rather than use mm-with-unibyte-current-buffer which does a lot more.
5209         (message-send-mail-partially): Don't bother with
5210         mm-with-unibyte-current-buffer since it's already been made unibyte by
5211         message-send-mail.
5212
5213 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5214
5215         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5216
5217 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5220
5221 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5224         require itself and to remove `with-no-warnings'.
5225
5226 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * starttls.el (starttls-any-program-available): Get the name of the
5229         available TLS layer program.
5230         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5231         well as the host name in the "opening" message.
5232
5233         * auth-source.el (auth-source-cache, auth-source-do-cache)
5234         (auth-source-user-or-password): Cache passwords and logins by default,
5235         allow override with `auth-source-do-cache'.
5236         (auth-source-forget-user-or-password): Allow users to remove cache
5237         entries if needed.
5238
5239 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5240
5241         * md4.el (md4-buffer): Fix typo in docstring.
5242         (md4, md4-64): Doc fixes.
5243         (md4-pack-int32): Reflow docstring.
5244
5245 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5248         condition-case to only the forward-sexp call.
5249
5250 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5253         quotes contained.  Make it more robust regardless by an extra
5254         condition-case wrapper.
5255
5256 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5259
5260 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * nnml.el (nnml-request-expire-articles): Check if the function set to
5263         `nnmail-expiry-target' returns the symbol `delete'.
5264
5265         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5266
5267         * nnmail.el (nnmail-expiry-target): Fix custom type.
5268
5269 2008-10-02  Glenn Morris  <rgm@gnu.org>
5270
5271         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5272         Silence compiler warning.
5273
5274 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5275
5276         * tls.el (open-tls-stream): Show the actual command being
5277         executed, instead of the format string.
5278
5279 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * lpath.el: Fbind codepage-setup for Emacs 23.
5282
5283 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5284
5285         * mml.el (mml-menu): Don't assume mml2015 is bound.
5286
5287 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5290         exists.
5291
5292 2008-09-27  Glenn Morris  <rgm@gnu.org>
5293
5294         * gnus-util.el (mail-header-remove-comments): Autoload it.
5295
5296 2008-09-27  Andreas Schwab  <schwab@suse.de>
5297
5298         * gnus-util.el (gnus-split-references): Strip comments.
5299         (gnus-parent-id): Likewise.
5300
5301 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * message.el (message-confirm-send): Fix version.
5304
5305 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * message.el (message-idna-to-ascii-rhs-1): Use
5308         mail-extract-address-components rather than mail-header-parse-addresses
5309         that is an alias by default to ietf-drums-parse-addresses that does not
5310         support non-ASCII names in headers' contents.
5311
5312 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         * message.el (message-confirm-send): Fixed variable documentation to
5315         avoid the "y/n" wording.
5316
5317 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5318
5319         * message.el (message-set-auto-save-file-name): Save to a different
5320         filename so multiple messages (especially drafts) can be recovered.
5321
5322 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * message.el (message-confirm-send): Add appropriate version.
5325
5326 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5327
5328         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5329         defvar.
5330
5331 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5332
5333         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5334         (mm-pkcs7-enveloped-magic): Ditto.
5335
5336 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5337
5338         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5339         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5340
5341 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5344         default, it's better.
5345
5346 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5349         summary line gnus-number property and ignore them (with a warning
5350         message).
5351
5352 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5355         macro caddr in the interactive form since it won't be expanded.
5356
5357 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5360         `charset'; fix name of function called recursively.
5361         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5362
5363 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5366         (gnus-mime-set-charset-parameters): New function.
5367         (gnus-mime-view-part-as-charset): Use it to correctly display part
5368         specifying wrong charset.
5369
5370 2008-09-08  David Engster  <dengste@eml.cc>
5371
5372         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5373         in completing-read for back end server.
5374
5375 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5376
5377         * message.el (message-confirm-send): New variable to confirm sending a
5378         message.
5379         (message-send): Use it.
5380
5381 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5384
5385 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5388
5389 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5392         prevent tracking too many groups.
5393         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5394         Use it.
5395
5396 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5397
5398         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5399         moving point to the bottom of the window in order to avoid recentering.
5400
5401 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5404
5405         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5406         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5407         (gnus-article-beginning-of-window): Fix calculation.
5408
5409 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-msg.el (gnus-summary-supersede-article)
5412         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5413         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5414         message header.
5415
5416 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5417
5418         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5419         pending output coming after the status change.
5420
5421 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5422
5423         * message.el:
5424         * gnus-start.el:
5425         * gnus-registry.el: Remove VMS support.
5426
5427 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5430         macro.
5431         (rfc2104-hash): Use it.
5432
5433 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5436         (gnus-summary-sort-by-most-recent-date): New commands.
5437         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5438         and menu entries.
5439
5440 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5443         don't redisplay article for raw contents; remove plural articles stuff.
5444
5445         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5446         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5447         on gnus-summary-save-article; display results properly.
5448
5449 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * lpath.el: No need to fbind ns-focus-frame.
5452
5453 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5456
5457 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5460         gnus-save-all-headers.
5461
5462 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5463
5464         * gnus-util.el (ns-focus-frame): Remove declaration.
5465         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5466         like x.
5467
5468 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5469
5470         * rfc2104.el (rfc2104-zero): Delete defconst.
5471         (rfc2104-hex-alist): Likewise.
5472         (rfc2104-hex-to-int): Delete func.
5473         (rfc2104-hexstring-to-bitstring): Likewise.
5474         (rfc2104-nybbles): New defconst.
5475         (rfc2104-hash): Rewrite for speed.
5476
5477 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * tls.el (open-tls-stream): Make it work with the 2nd argument
5480         BUFFER that is a string but does not exist as a buffer object, as
5481         mentioned in the doc-string.
5482
5483 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5486         SXEmacs.
5487
5488 2008-07-16  Glenn Morris  <rgm@gnu.org>
5489
5490         * gnus-util.el (ns-focus-frame): Declare for compiler.
5491
5492 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5495         set as a group parameter.
5496         (gnus-summary-save-in-pipe): Work when it is called independently.
5497         (gnus-summary-pipe-to-muttprint): Don't modify
5498         gnus-summary-pipe-output-default-command.
5499
5500 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5501
5502         * message.el (message-send-mail-with-sendmail):
5503         Display the error message.
5504
5505 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-default-article-saver):
5508         Add gnus-summary-save-in-pipe to choices.
5509         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5510         gnus-summary-pipe-output-default-command as the default command.
5511         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5512         instead of gnus-last-shell-command.
5513
5514         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5515         New user option.
5516         (gnus-summary-muttprint-program): Mention the value will be changed.
5517         (gnus-summary-save-article): Force showing of all headers.
5518         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5519
5520 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5521
5522         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5523
5524 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5525
5526         * nnimap.el (nnimap-id):
5527         * sieve-manage.el (sieve-manage-open): Doc fixes.
5528
5529 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5530
5531         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5532         if available.
5533
5534 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5535
5536         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5537
5538         * nnkiboze.el (nnkiboze-generate-group):
5539         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5540
5541         * nnmairix.el: Require CL.
5542
5543 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * dgnushack.el: Autoload get-display-table and put-display-table for
5546         XEmacs 21.5.
5547
5548         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5549         21.4 and SXEmacs.
5550
5551 2008-06-15  David Engster  <dengste@eml.cc>
5552
5553         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5554
5555 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5556
5557         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5558         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5559         runtime choice under XEmacs.
5560
5561         * gnus-sum.el (gnus-summary-set-display-table):
5562         Use `gnus-put-display-table', `gnus-get-display-table',
5563         `gnus-set-display-table' for the display table, instead of `aset'.
5564
5565         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5566         Use `gnus-put-display-table', `gnus-get-display-table',
5567         `gnus-set-display-table' for the display table.
5568
5569 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * nnmairix.el: Add autoloads.
5572
5573 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * nnmairix.el (nnmairix-delete-recreate-group)
5576         (nnmairix-update-and-clear-marks): Fix error messages.
5577
5578 2008-06-14  David Engster  <dengste@eml.cc>
5579
5580         * nnmairix.el: Upgrade to version 0.6.
5581         (nnmairix-group-toggle-propmarks-this-group)
5582         (nnmairix-group-toggle-readmarks-this-group)
5583         (nnmairix-group-delete-recreate-this-group)
5584         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5585         (nnmairix-remove-tick-mark-original-article): New commands.
5586         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5587         (nnmairix-propagate-marks-to-nnmairix-groups)
5588         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5589         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5590         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5591         functions needed for marks propagation and manipulation of read marks.
5592         (nnmairix-update-groups): New function.
5593         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5594         (nnmairix-determine-original-group-from-registry)
5595         (nnmairix-determine-original-group-from-path)
5596         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5597         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5598         New helper functions.
5599         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5600         keystrokes for new commands.
5601         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5602         (nnmairix-request-group): Check allow-fast group parameter.
5603         (nnmairix-request-create-group): Set allow-fast group parameter if
5604         nnmairix-allowfast-default is set.
5605         (nnmairix-close-group): Propagate marks upon closing if needed.
5606         (nnmairix-group-toggle-threads-this-group): Use new.
5607         nnmairix-group-toggle-parameter helper function.
5608         (nnmairix-search): Better check for empty search result.
5609         (nnmairix-goto-original-article): Use new helper functions for
5610         determining original article.
5611         (nnmairix-show-original-article): Make sure message-id is in brackets.
5612         (nnmairix-call-mairix-binary): Change variable name.
5613         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5614         helper function.
5615         (nnmairix-widget-toggle-activate): Fix doc string.
5616
5617 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * nnir.el: Require edmacro when compiling with XEmacs.
5620         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5621         available in Emacs 21.
5622
5623 2008-06-11  Glenn Morris  <rgm@gnu.org>
5624
5625         * gnus-util.el (x-focus-frame):
5626         * gnus.el (image-size):
5627         * mm-decode.el (image-size): Declare.
5628
5629         * gnus-picon.el (declare-function): Add compat definition.
5630         (image-size): Declare.
5631
5632         * gnus-group.el (tool-bar-map):
5633         * gnus-sum.el (tool-bar-map): Define for compiler.
5634
5635         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5636
5637         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5638
5639         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5640         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5641         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5642         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5643         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5644         * sieve-manage.el, spam-report.el, spam.el:
5645         Remove unnecessary eval-and-compile of autoloads.
5646
5647 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5648
5649         * auth-source.el: Precise Tramp doc.
5650
5651 2008-06-07  Glenn Morris  <rgm@gnu.org>
5652
5653         * nnmairix.el: Remove unnecessary eval-when-compile.
5654
5655 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * lpath.el: Fbind propertize for XEmacs 21.4.
5658
5659 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * nnir.el: Move here from ../contrib.
5662
5663 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5664
5665         * gnus-util.el (gnus-read-shell-command): New function.
5666         * mm-decode.el (mm-pipe-part):
5667         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5668
5669 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5672
5673 2008-06-03  Glenn Morris  <rgm@gnu.org>
5674
5675         * pop3.el (nnheader-accept-process-output): Autoload it.
5676
5677 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5680         are not 2-digit hexadecimal characters that follow `%'s.
5681
5682 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * message.el (message-bogus-recipient-p): Fix type in doc string.
5685         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5686         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5687         Improve custom options.
5688         (message-bogus-recipient-p): Adjust accordingly.
5689
5690 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5691
5692         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5693         long-form month and day names.
5694
5695 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * dgnushack.el: Autoload debug, eudc-expand-inline and
5698         pgg-snarf-keys-region for XEmacs.
5699
5700         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5701
5702         * nnmairix.el: Require edmacro when compiling with XEmacs.
5703
5704 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5707         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5708
5709 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * auth-source.el: Add more docs.
5712
5713         * netrc.el (netrc-machine): Always match if the port is not given.
5714
5715 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5718         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5719         retrieval faster in some cases, but might make CPU usage larger.  If
5720         this has any bad side effects, we might revert this change.
5721
5722         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5723         seems to make mail retrieval much, much faster.
5724         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5725         unconditionally.
5726
5727         * gnus-draft.el (gnus-group-send-queue): Bind
5728         message-send-mail-partially-limit to nil to avoid being prompted.
5729
5730 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5733
5734         * message.el (message-bogus-address-regexp): Fix and improve custom
5735         type.
5736         (message-setup-hook): Add message-check-recipients as custom option.
5737
5738 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * message.el (message-cite-function): Remove bogus autoload which crept
5741         in during merge from v5-10.
5742
5743 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5746
5747         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5748
5749         * auth-source.el: Preliminary Tramp docs.
5750         (auth-sources): Change the default auth-sources to use
5751         EPA .gpg files.
5752
5753 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * nntp.el: Autoload `auth-source-user-or-password'.
5756         (nntp-send-authinfo): Use it.
5757
5758         * nnimap.el: Autoload `auth-source-user-or-password'.
5759         (nnimap-open-connection): Use it.
5760
5761         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5762         for the gnus-message function.
5763         (auth-source-user-or-password): Use it.
5764
5765 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5766
5767         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5768         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5769         (rfc2104-hash): Use it.
5770
5771 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5772
5773         * gnus-art.el (gnus-article-toggle-truncate-lines):
5774         Don't use `iff' in docstring.
5775
5776 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5779
5780         * gnus-util.el (gnus-extract-address-component-name)
5781         (gnus-extract-address-component-email): Convenience functions around
5782         `gnus-extract-address-components'.
5783
5784         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5785         Use `gnus-extract-address-component-email' to fix bug of comparing full
5786         sender name to `user-mail-address'.
5787
5788 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5791         catch/throw to optimize.
5792         (gnus-registry-find-keywords): Just use member to find a keyword.
5793
5794 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5795
5796         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5797         is current before calling gnus-server-prepare.
5798         (gnus-server-setup-buffer, gnus-server-update-server)
5799         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5800
5801 2008-05-04  Juri Linkov  <juri@jurta.org>
5802
5803         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5804         (mailcap-file-default-commands): Use mailcap-replace-in-string
5805         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5806         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5807
5808 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5809
5810         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5811
5812 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5813
5814         * gnus.el: Bump version to 0.11.
5815
5816 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5817
5818         * gnus.el: No Gnus v0.10 is released.
5819
5820 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5823         hooks.
5824         (gnus-update-read-articles): Speed up non-marks-using users.
5825         (gnus-use-marks): Define gnus-use-marks.
5826         (gnus-propagate-marks): Rename variable to something more sensible.
5827
5828 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5829
5830         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5831         (gmm-image-load-path-for-library): Fix typos in docstrings.
5832         (gmm-message): Reflow docstring.
5833
5834 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * mail-source.el (mail-source-set-1, mail-source-bind):
5837         Move auth-source code out of the macro to clean it up and fix bugs.
5838
5839 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5842         by sender if it's equal to user-mail-address, it's likely to be
5843         useless.
5844
5845         * mail-source.el (mail-source-bind): Don't use user or password if they
5846         are not bound.  Unintern them if they are nil.  Don't use server unless
5847         it's bound, and default it to empty string otherwise.
5848
5849 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * mail-source.el: Load auth-source.el.
5852         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5853         get user name or password, if auth-sources is set up.
5854
5855         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5856         strategy of splitting with parent.
5857         (gnus-registry-split-fancy-with-parent)
5858         (gnus-registry-post-process-groups): Use it and fix prior
5859         bug (returning a list as the split result).
5860
5861         * auth-source.el (auth-sources): Remove server parameter.
5862         (auth-source-pick, auth-source-user-or-password)
5863         (auth-source-user-or-password-imap)
5864         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5865         (auth-source-user-or-password-sftp)
5866         (auth-source-user-or-password-smtp): Remove server parameter.
5867
5868 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5869
5870         * smime.el (smime-sign-region, smime-encrypt-region)
5871         (smime-decrypt-region):
5872         Remove redundant calls to `generate-new-buffer-name'.
5873
5874 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5875
5876         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5877         Don't use QP for message/rfc822.
5878         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5879
5880 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5881
5882         * sieve-manage.el (sieve-string-bytes): Remove.
5883         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5884         correct byte-length only if the process's coding-system is the same as
5885         the one used internally by Emacs to represent strings.
5886
5887 2008-04-22  Juri Linkov  <juri@jurta.org>
5888
5889         * mailcap.el (mailcap-file-default-commands): New function.
5890
5891 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * message.el (message-signature-separator, message-cite-function):
5894         Change custom version.
5895
5896 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5897
5898         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5899         commands.
5900         (tls-checktrust): Ditto.
5901
5902 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * mm-decode.el (mm-display-external): Make temp file read-only.
5905
5906 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5909         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5910         `C-c C-f d'.
5911
5912 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5913
5914         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5915
5916 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus.el: Bump version to 0.9.
5919
5920 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * gnus.el: No Gnus v0.8 is released.
5923
5924 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * mail-source.el (mail-source-value):
5927         Prefer fboundp to functionp so it works with macros as well.
5928
5929 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5930
5931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5932         Fix last change in case the element is not even a symbol.
5933
5934 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5935
5936         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5937         Prefer fboundp to functionp so it works with macros as well.
5938
5939 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5940
5941         * auth-source.el: Added docs.
5942         (auth-sources): Modify format to support server.
5943         (auth-source-pick, auth-source-user-or-password)
5944         (auth-source-user-or-password-imap)
5945         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5946         (auth-source-user-or-password-sftp)
5947         (auth-source-user-or-password-smtp): Add server parameter.
5948
5949 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * gnus-registry.el: Initialize the registry when gnus-registry-install
5952         is t.
5953
5954 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * compface.el (uncompface): Make buffer unibyte.
5957
5958 2008-04-05  Glenn Morris  <rgm@gnu.org>
5959
5960         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5961
5962 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5963
5964         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5965         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5966
5967         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5968         multibyteness after rather than before erasing it.
5969
5970         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5971         mm-with-multibyte.
5972         (gnus-request-article-this-buffer): Make sure the proper decoding is
5973         used if gnus-original-article-buffer happens to be unibyte.
5974
5975         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5976         default-enable-multibyte-characters.
5977
5978         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5979         default-enable-multibyte-characters.
5980
5981         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5982
5983         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5984
5985 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5986
5987         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5988         (imap-message-copyuid-1): Use it.
5989         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5990         J. Williams in
5991         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5992
5993         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5994         imap-enable-exchange-bug-workaround.
5995         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5996
5997 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5998
5999         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6000         a 100 byte status-checks into a 2-3MB transfer for each group.
6001         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6002         to enable bug workaround or not.
6003         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6004
6005 2008-03-31  Glenn Morris  <rgm@gnu.org>
6006
6007         * message.el (mml2015-use): Declare for compiler.
6008         (message-info): Require mml2015 when appropriate.
6009
6010 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6013         whitespace.
6014
6015 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6016
6017         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6018         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6019         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6020         (nntp-service-to-port): New function.
6021         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6022         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6023         (nntp-open-netcat-stream): New function.
6024         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6025
6026 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6027
6028         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6029
6030 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6031
6032         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6033
6034 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6035
6036         * dns.el (dns-write): Use set-buffer-multibyte.
6037
6038 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6039
6040         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6041
6042 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * message.el (message-signature-separator): Change default.
6045         Improve custom type.
6046         (message-cite-function): Change default to
6047         message-cite-original-without-signature.
6048
6049         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6050         toggle.
6051
6052         * message.el (message-check-news-body-syntax): Fix signature check.
6053         (message-setup-1): Mark buffer as unmodified _after_ running
6054         message-setup-hook and handling message-alternative-emails.
6055         (message-shorten-references): Be more strict when building list of
6056         valid references to comply with GNKSA.
6057
6058         * gnus-group.el (gnus-read-ephemeral-bug-group)
6059         (gnus-read-ephemeral-debian-bug-group)
6060         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6061
6062         * message.el (message-info): Don't use booleanp which isn't supported
6063         in Emacs 21 and XEmacs.
6064
6065 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6068         gnus-group-gmane-group-download-format.
6069         (gnus-group-read-ephemeral-gmane-group): Rename from
6070         gnus-group-read-ephemeral-gmane-group.
6071         (gnus-read-ephemeral-gmane-group-url): Rename from
6072         gnus-group-read-ephemeral-gmane-group-url.
6073         (gnus-bug-group-download-format-alist): New variable.
6074         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6075         (gnus-read-ephemeral-emacs-bug-group): New commands.
6076
6077 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6080         (gnus-visible-headers): Improve custom type.
6081
6082 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * mml.el (mml-menu): Add workarounds for XEmacs.
6085
6086         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6087         X-Boundary header.
6088
6089         * message.el (message-simplify-recipients): Fix previous commit.
6090
6091 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6092
6093         * mm-util.el (mm-set-buffer-multibyte): New function.
6094         * mm-decode.el (mm-copy-to-buffer): Use it.
6095
6096 2008-03-19  Glenn Morris  <rgm@gnu.org>
6097
6098         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6099         Accidentally removed in the sync process with Emacs.
6100
6101 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * message.el (message-alter-recipients-discard-bogus-full-name):
6104         New function.
6105         (message-alter-recipients-function): New variable.
6106         (message-get-reply-headers): Use it.
6107         (message-replace-header): New helper function.
6108         (message-recipients-without-full-name): New variable.
6109         (message-simplify-recipients): New command.
6110
6111         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6112
6113         * message.el (message-info): Handle EasyPG manual.
6114
6115         * mml.el (mml-menu): Add entry for EasyPG.
6116
6117 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6118
6119         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6120         parameter.
6121
6122         * message.el (message-disassociate-draft): Specify drafts group name
6123         fully.
6124
6125 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6128         unnecessary duplicates from the match list.
6129
6130 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6133
6134         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6135
6136         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6137         args of `how-many' of which the XEmacs version doesn't take; declare
6138         Info-index-next as function.
6139
6140 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-score.el (gnus-score-headers): Fix handling of
6143         gnus-inhibit-slow-scoring.
6144
6145         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6146         string.
6147         (gnus-button-url-regexp): Improve handling of parenthesis.
6148         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6149         (gnus-button-handle-info-keystrokes): Handle index entries.
6150
6151 2008-03-15  Glenn Morris  <rgm@gnu.org>
6152
6153         * parse-time.el (parse-time-string): Simplify.
6154
6155 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6158         Incoming* files.
6159
6160 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6163         (auth-source-pick): Use it.
6164
6165 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6166
6167         * binhex.el (binhex-decode-region-internal):
6168         * uudecode.el (uudecode-decode-region-internal):
6169         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6170         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6171         setting default-enable-multibyte-characters.
6172
6173 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6174
6175         * auth-source.el (auth-source-protocols)
6176         (auth-source-protocols-customize, auth-source-choices): Added and
6177         modified variable customizations and defaults.
6178         (auth-source-pick, auth-source-user-or-password)
6179         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6180         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6181         (auth-source-user-or-password-sftp)
6182         (auth-source-user-or-password-smtp): Use new variables and provide an
6183         interface to netrc.el.
6184
6185 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6188         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6189         Make sure the nntp port to specify is a string.
6190
6191 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6192
6193         * nntp.el: Use with-current-buffer.
6194         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6195         dubious mm-with-unibyte-current-buffer.
6196         (nntp-with-open-group-function): New function extracted from
6197         nntp-with-open-group macro.
6198         (nntp-with-open-group): Use the function, so it's easier to debug.
6199         Add indentation and debugging info.
6200         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6201         the use of the netcat alternatives.
6202
6203         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6204         Avoid mm-string-as-multibyte as well.
6205
6206         * nnweb.el (nnweb-insert-html):
6207         Remove use of nnheader-string-as-multibyte.
6208
6209         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6210         (nnheader-string-as-multibyte): Remove.
6211
6212         * mm-view.el: Use inhibit-read-only.
6213         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6214         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6215         or unibyte-string.
6216
6217         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6218         (mm-uu-yenc-extract): Use with-current-buffer.
6219
6220         * gnus-soup.el (gnus-soup-send-packet): Don't use
6221         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6222
6223         * nnmh.el: Use with-current-buffer.
6224         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6225         mm-string-as-multibyte on the output of mm-encode-coding-string.
6226
6227         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6228         (nnimap-request-move-article): Use with-current-buffer.
6229
6230         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6231         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6232         conversion uses string-make-unibyte rather than string-as-unibyte.
6233
6234         * gnus-msg.el: Use with-current-buffer.
6235
6236         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6237
6238 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6239
6240         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6241         string for caching if it is 'PIN.
6242
6243 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * lpath.el: Consider the case without Emacs/W3.
6246
6247 2008-03-08  Glenn Morris  <rgm@gnu.org>
6248
6249         * time-date.el (date-to-time, time-subtract, time-add)
6250         (safe-date-to-time): Doc fixes.
6251
6252 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * mail-source.el (mail-source-delete-old-incoming-confirm):
6255         Change default to nil.
6256         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6257
6258 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * lpath.el: Rearrange.
6261
6262         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6263         (gnus-article-goto-prev-page): Work for articles having ^L's.
6264
6265         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6266
6267         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6268
6269 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6270
6271         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6272         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6273         (gnus-bookmark-jump): Adjust some variable names.
6274
6275 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6276
6277         * auth-source.el: New package.
6278         (auth-source-choices): Add customization entry point variable.
6279
6280         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6281         bug.
6282
6283 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6284
6285         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6286         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6287         (gnus-registry-install-shortcuts): Rename from
6288         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6289         the `gnus-registry-mark-map' keymap dynamically from
6290         `gnus-registry-marks'.  The generated functions update the summary line
6291         when a registry mark is added or deleted, and will call
6292         `gnus-registry-install-p' (see the comments in the code).
6293         (gnus-registry-user-format-function-M): Use concat intelligently.
6294
6295         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6296         the registry mark functions.
6297
6298 2008-03-05  Glenn Morris  <rgm@gnu.org>
6299
6300         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6301         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6302         gnus-art.
6303         (top-level): No need to load own source when compiling.
6304
6305 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6306
6307         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6308         Suggested by <chris.anderton@zetnet.co.uk>.
6309
6310 2008-03-04  Glenn Morris  <rgm@gnu.org>
6311
6312         * gnus-sum.el (top-level): No need to require gnus when compiling,
6313         since unconditionally required near start of file.
6314         (gnus-summary-display-while-building): Move definition before use.
6315
6316 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6319         formatting function.
6320
6321 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6324         with plists.
6325         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6326         Use new format.
6327
6328 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6331         `where-is-internal' that returns a range of key sequences.
6332
6333 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6334
6335         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6336
6337         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6338         (gnus-summary-jump-to-group): Consider windows on other displayed
6339         frames as well.  Similar changes might be needed elsewhere, but that's
6340         the one I've bumped into during my use.
6341
6342         * nndoc.el (nndoc-oe-dbx-type-p):
6343         * gnus-msg.el (gnus-debug):
6344         * gnus-group.el (gnus-update-group-mark-positions):
6345         Use mm-string-to-multibyte.
6346
6347 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6350         doesn't handle NotDashEscaped.
6351
6352         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6353         (mml-dnd-attach-options): Fix typo in custom choice.
6354
6355         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6356         nndoc-article-type to mbox.
6357         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6358
6359         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6360         to nil, instead of html2text.
6361
6362         * imap.el (imap-debug): Add `imap-ping-server'.
6363
6364         * gnus-bookmark.el: Add FIXMEs.
6365
6366         * message.el (message-form-letter-separator)
6367         (message-send-form-letter-delay): New variables.
6368         (message-send-form-letter): Use them.  New command to send form
6369         letters.  Requested by Uwe Siart.
6370         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6371
6372 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6373
6374         * Update copyright years.
6375
6376 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         Sync from EMACS_22_BASE.
6379
6380         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6381
6382 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6383
6384         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6385         empty author.
6386
6387 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * gnus-registry.el (gnus-registry-marks): Add variable for
6390         customization of marks and their appearance.
6391         (gnus-registry-read-mark): Use it.
6392         (gnus-registry-do-marks): Add utility function to loop through
6393         `gnus-registry-marks'.
6394         (gnus-registry-install-shortcuts-and-menus): Add function to install
6395         shortcuts and menus.
6396         (gnus-registry-initialize): Use it.
6397         (gnus-registry-default-mark): Clarify documentation.
6398
6399 2008-02-29  Glenn Morris  <rgm@gnu.org>
6400
6401         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6402         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6403         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6404         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6405         Change defcustom :version from 23.0 to 23.1.
6406
6407 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6408
6409         * gnus-registry.el (gnus-registry-follow-group-p)
6410         (gnus-registry-post-process-groups): Add functions to aid registry
6411         splitting and improve logging.  Clarify behavior in function
6412         documentation.
6413         (gnus-registry-split-fancy-with-parent): Use them.
6414
6415 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6416
6417         * gnus-art.el: Use with-current-buffer.
6418
6419 2008-02-27  David Engster  <dengste@eml.cc>
6420
6421         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6422         Express real group name in the response.
6423
6424 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6427         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6428         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6429         autoload gnus-registry-fetch-group when compiling.
6430         (nnmairix-request-group-with-article-number-correction): Remove
6431         unreferenced argument passed to nnmairix-call-backend.
6432
6433 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6436         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6437         Wilde.
6438
6439 2008-02-27  Glenn Morris  <rgm@gnu.org>
6440
6441         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6442         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6443         variables to defconsts.  Convert comments to doc-strings.
6444         (nnmairix-last-server, nnmairix-current-server): Convert from free
6445         variables to defvars.  Convert comments to doc-strings.
6446         (gnus-registry-fetch-group): Autoload.
6447         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6448         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6449         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6450         caddr.
6451         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6452         nnmairix-request-group-with-article-number-correction call.
6453         (nnmairix-fast, nnmairix-group): New, less general names, for free
6454         variables passed from nnmairix-request-group to
6455         nnmairix-request-group-with-article-number-correction.  Declare.
6456         (nnmairix-request-group-with-article-number-correction):
6457         Use nnmairix-fast, nnmairix-group rather than fast, group.
6458
6459 2008-02-26  David Engster  <dengste@eml.cc>
6460
6461         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6462         version 0.5.
6463
6464 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6467         instead of making an extra function call.  Don't add the current group
6468         to articles only when they have the group.  Use
6469         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6470         Reported by David <de_bb@arcor.de>.
6471
6472 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6475         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6476
6477 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * mail-source.el (mail-source-delete-incoming): Change default.
6480         Supplement doc string.
6481
6482         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6483
6484 2008-02-14  Glenn Morris  <rgm@gnu.org>
6485
6486         * time-date.el (format-seconds): New function.
6487
6488 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * nnmail.el (nnmail-message-id-cache-file): Derive from
6491         `gnus-home-directory'.
6492
6493 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6496         Document negative prefix.
6497
6498         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6499
6500 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * message.el (message-unsent-separator): Add the Exim bounce
6503         separator.
6504
6505 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6506
6507         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6508         list.
6509         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6510         recipient/signer list.
6511
6512 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * Makefile.in (datarootdir): Define.
6515         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6516         name that might contain whitespace.
6517
6518 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6521         fbound (Emacs 23 unicode), signal an error.
6522
6523 2008-02-08  Glenn Morris  <rgm@gnu.org>
6524
6525         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6526
6527 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6528
6529         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6530         ports to the calls to `netrc-machine-user-or-password' in addition to
6531         "imap" and "imaps".
6532
6533 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6534
6535         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6536
6537         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6538
6539 2008-02-01  Kenichi Handa  <handa@m17n.org>
6540
6541         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6542         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6543         (rfc2104-hash): Convert the result of concat to unibyte string.
6544
6545 2008-02-01  Dave Love  <fx@gnu.org>
6546
6547         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6548         coding-system-for-read.
6549         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6550
6551 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6554         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6555         <hanche@math.ntnu.no>.
6556
6557 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6560
6561         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6562
6563 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6564
6565         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6566         * message.el (message-beginning-of-line): Use featurep instead of bound
6567         tests in order to resolve conditionals at compile time.
6568
6569 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6570
6571         * mail-source.el (mail-sources): Add `group' choice.
6572
6573         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6574         parameter `in-group' to control into which group the articles go.
6575         Add treatment of `group' mail-source.
6576
6577 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6580
6581         * mm-decode.el (mm-dissect-buffer): Decode description.
6582
6583         * mml.el (mml-to-mime): Encode message header first.
6584
6585 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6588         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6589
6590         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6591         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6592
6593 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6596
6597 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6600         prefix keys.
6601         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6602         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6603         gnus-xmas.el.
6604
6605         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6606         (gnus-xmas-article-describe-bindings): New function.
6607         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6608         gnus-xmas-article-describe-bindings.
6609
6610         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6611
6612 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6615         Add new variables for article mark management.
6616         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6617         list of extra data entries which, when present, will indicate that the
6618         article ID should not be trimmed from the registry.
6619         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6620         functions.
6621         (gnus-registry-read-mark): New function to read a mark name from the
6622         user.
6623         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6624         (gnus-registry-set-article-mark-internal): New functions to add and
6625         remove marks.
6626         (gnus-registry-get-article-marks): New function to show the marks for
6627         an article, or retrieve them for further use.
6628
6629 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6632         keys when no argument is given.
6633
6634 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6635
6636         * imap.el (imap-ping-server): New variable.
6637         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6638         (imap-ping-server): Minor doc string fixes.
6639
6640 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6641
6642         * imap.el (imap-ping-server): New function.
6643         (imap-opened): Call imap-ping-server.
6644
6645 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * gnus-sum.el (gnus-article-sort-by-random)
6648         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6649         jidanni@jidanni.org.
6650
6651 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-article-describe-bindings): New function.
6654         (gnus-article-read-summary-keys): Use it.
6655         (gnus-article-mode-map): Bind `C-h b' to it.
6656
6657 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6660         XEmacs.
6661         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6662         against non-character events.
6663
6664         * lpath.el: Fbind map-keymap for Emacs 21.
6665
6666 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6669         command.
6670         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6671         instead of END.  Change name of the temp file.
6672         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6673         customizable.
6674
6675 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6678         bind `S W' to gnus-article-wide-reply-with-original; set default
6679         binding to gnus-article-read-summary-send-keys.
6680         (gnus-article-read-summary-keys): Fix the order of keys; display
6681         continuation keys correctly in the echo area; describe bindings
6682         correctly when keys end with `C-h'.
6683         (gnus-article-read-summary-send-keys): New function.
6684         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6685         for gnus-article-read-summary-send-keys; display continuation keys
6686         correctly in the echo area.
6687         (gnus-article-reply-with-original): Ignore prefix argument.
6688         (gnus-article-wide-reply-with-original): New function.
6689
6690         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6691         Emacs 21.
6692
6693 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6696         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6697
6698 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6701         (gnus-group-read-ephemeral-gmane-group): New command.
6702
6703 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6704
6705         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6706
6707 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * message.el (message-send-mail-function): Increase custom version.
6710
6711         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6712         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6713
6714 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6717         for the cases where imap-authenticate is called with a nil buffer
6718         parameter.
6719
6720 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6723         html parts correctly; support forwarded messages.
6724         (gnus-article-browse-html-article): Remove work buffers.
6725
6726         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6727         compiling.
6728         (netrc-bound-and-true-p): New macro.
6729         (netrc-parse): Use it instead of bound-and-true-p that is not available
6730         in XEmacs 21.4.
6731
6732 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * gnus-registry.el (gnus-registry-mark-article)
6735         (gnus-registry-article-marks): Add functionality to mark articles
6736         through the Gnus registry.
6737
6738         * encrypt.el: Clarify documentation for the new pgg method.
6739         (encrypt-file-alist): Add PGG option.
6740         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6741         functionality.  Abstract password key and messaging to external
6742         functions.
6743         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6744         (encrypt-message-method-and-cipher): Add new convenience external
6745         functions.
6746         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6747         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6748
6749         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6750         (netrc-parse): Use encrypt-file-alist to determine if
6751         encrypt-find-model or encrypt-insert-file-contents should be used.
6752
6753         * encrypt.el: Clarify documentation.  Load password-cache or
6754         password, whichever one is found first, instead of autoloading.
6755
6756 2007-12-19  Glenn Morris  <rgm@gnu.org>
6757
6758         * mml.el (message-options-set, message-narrow-to-head)
6759         (message-in-body-p, message-mail-p, message-encode-message-body):
6760         Autoload.
6761         (message-remove-header, message-narrow-to-headers-or-head)
6762         (message-subscribed-p, message-make-mail-followup-to)
6763         (message-position-on-field, message-news-p)
6764         (message-options-set-recipient, message-generate-headers)
6765         (message-sort-headers): Declare as functions.
6766
6767 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6770         convention in doc string.
6771
6772 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6775         title to html parts.
6776         (gnus-article-browse-html-article): Pass message header to it.
6777
6778         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6779
6780 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6783         or password compatible with XEmacs.
6784
6785 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6788         format document.
6789         (gnus-mime-delete-part): Don't write description line if empty.
6790         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6791
6792 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6793
6794         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6795         (gnus-summary-mark-read-and-unread-as-read)
6796         (gnus-summary-mark-current-read-and-unread-as-read)
6797         (gnus-summary-mark-unread-as-ticked): Doc fix.
6798         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6799
6800 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6803         Christoph Conrad <christoph.conrad@gmx.de>.
6804
6805 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6808         yes-or-no-p.
6809
6810 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * mm-decode.el (mm-add-meta-html-tag): New function.
6813         (mm-save-part-to-file, mm-pipe-part): Use it.
6814
6815         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6816         gnus-y-or-n-p instead of y-or-n-p.
6817         (gnus-article-browse-html-parts): Work with message/external-body; use
6818         mm-add-meta-html-tag.
6819
6820 2007-12-11  Glenn Morris  <rgm@gnu.org>
6821
6822         * gnus-cache.el: Require gnus-sum not just when compiling.
6823
6824         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6825
6826         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6827         definitions before use.
6828
6829         * mm-decode.el: Require gnus-util.
6830         (mm-remove-part): Only call delete-annotation on XEmacs.
6831
6832         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6833
6834         * nnmail.el: Require gnus-int.
6835
6836         * spam.el: Move `require's before `eval-when-compile's.
6837
6838         * gnus-ems.el (gnus-alive-p):
6839         * gnus-fun.el (message-goto-eoh):
6840         * gnus-util.el (gnus-group-name-decode):
6841         * mail-source.el (gnus-compress-sequence):
6842         * message.el (Info-goto-node, format-spec):
6843         * mm-bodies.el (message-options-get):
6844         * mm-decode.el (mm-view-pkcs7):
6845         * mm-util.el (gmm-write-region):
6846         * mml-smime.el (mml-compute-boundary)
6847         (gnus-completing-read-with-default):
6848         * mml.el (widget-button-press, gnus-make-hashtable):
6849         * mml1991.el (mm-decode-content-transfer-encoding)
6850         (mm-encode-content-transfer-encoding)
6851         (message-options-get, message-options-set):
6852         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6853         * nnfolder.el (gnus-request-group):
6854         * nnheader.el (ietf-drums-unfold-fws):
6855         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6856         * smime.el (gnus-run-mode-hooks):
6857         * spam-stat.el (gnus-message): Autoload.
6858
6859         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6860         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6861         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6862         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6863         Add declare-function compatibility definition.
6864
6865         * gnus-cache.el (nnvirtual-find-group-art):
6866         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6867         (gnus-add-image, gnus-add-wash-type):
6868         * gnus-group.el (nnkiboze-score-file):
6869         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6870         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6871         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6872         (message-tokenize-header, gnus-get-buffer-create)
6873         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6874         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6875         * gnus.el (gnus-group-decoded-name):
6876         * mail-source.el (imap-capability):
6877         * mm-bodies.el (message-options-set):
6878         * mm-decode.el (gnus-configure-windows):
6879         * mm-extern.el (message-goto-body):
6880         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6881         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6882         (epg-sub-key-validity, message-options-set):
6883         * mml.el (widget-event-point, gnus-configure-windows):
6884         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6885         * mml2015.el (epg-check-configuration, epg-configuration)
6886         (message-options-set):
6887         * nndb.el (nndb-request-article):
6888         * nnfolder.el (gnus-request-create-group):
6889         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6890         * nnmaildir.el (gnus-group-mark-article-read):
6891         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6892         * rfc1843.el (message-fetch-field):
6893         * spam.el (gnus-extract-address-components):
6894         Declare as functions.
6895
6896 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6899
6900         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6901
6902         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6903         bind show-trailing-whitespace for XEmacs.
6904
6905 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6908         new no-op macro for backward compatibility.
6909
6910         * imap.el (imap-string-to-integer): New function.
6911
6912 2007-12-09  Glenn Morris  <rgm@gnu.org>
6913
6914         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6915
6916         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6917         * message.el, mm-view.el, sieve-manage.el, smime.el:
6918         Add declare-function compatibility definition.
6919
6920         * gnus-art.el (w3-region, w3m-region, Info-menu):
6921         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6922         * gnus-sum.el (gnus-get-predicate):
6923         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6924         * message.el (mail-abbrev-in-expansion-header-p):
6925         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6926         (w3m-detect-meta-charset, w3m-region):
6927         * sieve-manage.el (password-read, password-cache-add)
6928         (password-cache-remove):
6929         * smime.el (password-read-and-add): Declare as functions.
6930
6931 2007-12-08  David Kastrup  <dak@gnu.org>
6932
6933         * gnus-sum.el (gnus-summary-simplify-subject-query):
6934         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6935         `message'.
6936
6937 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6940         it to bind idna-program, installation-directory, defined-colors, and
6941         face-attribute for XEmacs of the version that compiles defcustom forms.
6942
6943 2007-12-07  Glenn Morris  <rgm@gnu.org>
6944
6945         * gnus-art.el (article-make-date-line): Revert previous change.
6946
6947 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6950
6951 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6952
6953         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6954         Call gnus-add-to-range ranges only once with a prepared article-list.
6955
6956 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6957
6958         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6959         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6960         group names with backslashes.  Reported by Tassilo Horn
6961         <tassilo@member.fsf.org>.
6962
6963 2007-12-06  Deepak Goel  <deego3@gmail.com>
6964
6965         * gnus-art.el (article-make-date-line):
6966         * gnus-start.el (gnus-load):
6967         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6968
6969 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-use-idna)
6972         * gnus-start.el (gnus-site-init-file)
6973         * message.el (message-use-idna)
6974         * mm-uu.el (mm-uu-hide-markers)
6975         * smiley.el (smiley-style): Revert changes that suppress warnings.
6976
6977 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6980         specify charset to html source.  Reported by Christoph Conrad
6981         <christoph.conrad@gmx.de>.
6982
6983 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6986         idna-program in order to suppress byte compile warning issued by XEmacs
6987         that came to byte compile the default value section of defcustom forms
6988         recently.
6989
6990         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6991         value of installation-directory.
6992
6993         * message.el (message-use-idna): Don't directly refer to the value of
6994         idna-program.
6995
6996         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6997
6998         * smiley.el (smiley-style): Don't directly call face-attribute.
6999
7000 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7003
7004         * gnus-dired.el: Reduce Gnus dependencies.
7005         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7006         require.  Use autoloads instead.
7007         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7008         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7009         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7010         (gnus-dired-mode): Adjust doc string.
7011         (gnus-dired-mail-mode): New variable.
7012         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7013         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7014         (gnus-dired-mail-buffers): New function.  Return mail or message
7015         composition buffers.
7016         (gnus-dired-attach): Use it.
7017         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7018         NO-DECODE.
7019         (gnus-dired-print): Use `gnus-print-buffer' depending on
7020         `gnus-dired-mail-mode'.
7021
7022 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * rfc2047.el (rfc2047-encoded-word-regexp)
7025         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7026         explaining what regexp patterns are for.
7027
7028 2007-12-04  Glenn Morris  <rgm@gnu.org>
7029
7030         * password.el: Move to password-cache.el.
7031
7032         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7033         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7034         * mml-smime.el (password-read, password-cache-add)
7035         (password-cache-remove):
7036         No need to autoload, since mml-sec requires password.
7037
7038         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7039         * message.el (gnus-extract-address-components):
7040         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7041
7042         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7043         password.
7044
7045 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * mailcap.el: Reduce dependencies.
7048         (mail-header-parse-content-type): Autoload.
7049         (mailcap-delete-duplicates): New alias.
7050         (mailcap-mime-info): Add optional argument NO-DECODE.
7051         (mailcap-mime-types): Use mailcap-delete-duplicates.
7052
7053         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7054
7055 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7056
7057         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7058         (imap-parse-status): Upcase status-att for servers that sends them
7059         lower-case (e.g., MS Exchange 2007).
7060
7061 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7064         function.
7065
7066         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7067         (gnus-uu-yenc-article): New function.
7068
7069         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7070
7071         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7072         buffer.
7073
7074 2007-12-02  Glenn Morris  <rgm@gnu.org>
7075
7076         * binhex.el (binhex): New custom group.
7077         (binhex-decoder-program, binhex-decoder-switches)
7078         (binhex-use-external): Move to the binhex custom group.
7079
7080         * uudecode.el (uudecode): New custom group.
7081         (uudecode-decoder-program, uudecode-decoder-switches)
7082         (uudecode-use-external): Move to the uudecode custom group.
7083
7084         * netrc.el (top-level): Don't load `encrypt' features.
7085         (netrc-parse): Don't use encrypt.
7086         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7087
7088         * encrypt.el: Remove file.
7089
7090 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7093         matches on patches.
7094
7095         * gnus-art.el (gnus-article-browse-html-article): Mention
7096         `mm-text-html-renderer' in the doc string.
7097
7098         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7099         string.  Add comments.
7100
7101         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7102         if rhs is ASCII.
7103
7104 2007-12-01  Glenn Morris  <rgm@gnu.org>
7105
7106         * mail-source.el (top-level): Require format-spec before
7107         eval-when-compile.
7108
7109 2007-11-30  Glenn Morris  <rgm@gnu.org>
7110
7111         * encrypt.el: Require password, rather than autoloading password-read.
7112
7113 2007-11-29  Glenn Morris  <rgm@gnu.org>
7114
7115         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7116         (sasl-make-client, sasl-next-step, sasl-step-data)
7117         (sasl-step-set-data): Declare as functions.
7118
7119 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7122
7123 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7124
7125         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7126         certs should be verified and what is to be done in the event of a
7127         verification failure.
7128
7129         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7130         caller can indicate whether the cache should be disregarded for this
7131         call.  This way the result of the call is reproducible at all times and
7132         can be considered a canonical server name for the supplied method.
7133         (gnus-agent-method-p): Canonicalize server names by pushing their
7134         method through `gnus-method-to-server' using the no-cache argument.
7135
7136         * gnus-srvr.el (gnus-server-insert-server-line): Call
7137         `gnus-method-to-server' with `no-cache' argument.
7138
7139         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7140         gnus-agent-possibly-synchronize-flags as this should be called when the
7141         server is actually being opened.
7142         (gnus-agent-possibly-synchronize-flags)
7143         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7144         flags file of an agentized server to the latter function.
7145
7146         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7147         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7148         after a connection has been established successfully.
7149
7150 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-art.el (article-display-face): Force to display face if called
7153         interactively; check if gnus-article-x-face-too-ugly matches author.
7154         (article-display-x-face): Display face even if From header is missing
7155         as article-display-face does.
7156
7157 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7158
7159         * hashcash.el (message-narrow-to-headers-or-head)
7160         (message-fetch-field, message-goto-eoh)
7161         (message-narrow-to-headers): Declare as functions.
7162
7163 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * mail-source.el (mail-sources): Default to fetch from file for
7166         compatibility with default of nnmail-spool-file.
7167
7168 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7171         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7172         to look for encoded word that should be encoded again.
7173         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7174         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7175         encoding pattern.
7176         (rfc2047-decode-region): Switch strict regexp and loose one according
7177         to rfc2047-allow-irregular-q-encoded-words.
7178
7179 2007-11-25  Romain Francoise  <romain@orebokech.com>
7180
7181         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7182
7183 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * tls.el (tls-program): Provide more custom choices from
7186         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7187         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7188
7189 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7192         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7193
7194         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7195         `nnmail-spool-file'.
7196
7197         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7198         `nnmail-spool-file'.
7199
7200         * gnus-move.el (gnus-change-server): Ditto.
7201
7202         * gnus-kill.el (gnus-batch-score): Ditto.
7203
7204         * gnus-cache.el (gnus-jog-cache): Ditto.
7205
7206         * gnus-msg.el (gnus-summary-reply):
7207         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7208
7209 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7212         version.  Minor improvement to doc strings.
7213         (tls-program): Add comment.
7214
7215 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7216
7217         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7218         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7219         mismatch between the hostname provided in the certificate and the name
7220         of the host connnecting to.
7221         (open-tls-stream): Use them.  Check certificates against trusted root
7222         certificates.
7223
7224 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-cache.el (gnus-cache-generate-nov-databases):
7227         Use nnml-generate-nov-databases-directory instead of
7228         nnml-generate-nov-databases-1.
7229
7230 2007-11-24  Glenn Morris  <rgm@gnu.org>
7231
7232         * message.el (message-tool-bar-retro): Update for rename
7233         mail_send.xpm->mail-send.xpm.
7234
7235 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7236
7237         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7238         `smime-ldap-search' for Emacs 22 and up.
7239
7240 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7241
7242         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7243
7244         * message.el (message-send-mail-function): Fix error convention.
7245         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7246         (message-widen-reply, message-send-mail, message-talkative-question)
7247         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7248         (message-clone-locals, message-send-news): Use with-current-buffer.
7249         (message-insert-or-toggle-importance): Remove unused var `valid'.
7250         (message-make-references): Remove unused var `new-references'.
7251         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7252
7253 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7254
7255         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7256         (spam-split-symbolic-return-positive): Reflow docstring.
7257         (spam-backends, spam-summary-exit-behavior)
7258         (spam-mark-ham-unread-before-move-from-spam-group)
7259         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7260         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7261         (spam-clear-cache, spam-backend-check, spam-install-backend)
7262         (spam-install-statistical-backend, spam-list-of-processors)
7263         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7264         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7265         (spam-check-crm114, spam-initialize, spam-unload-hook):
7266         Fix typos in docstrings.
7267
7268 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7271         been checked if they have never been read and those group levels are
7272         higher than the one that a user specified.
7273
7274 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7277         foreign groups unless a group level is specified by a user.
7278         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7279
7280 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * message.el (message-send-mail-function): Require sendmail.
7283
7284 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * message.el (message-send-mail-function): Check for smtpmail too.
7287
7288         * utf7.el (utf7-encode, utf7-decode): Use coding system
7289         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7290
7291         * message.el (message-send-mail-function): New function.
7292         (message-send-mail-function): Set default using
7293         message-send-mail-function.  Adjust doc string.
7294         (message-send-mail-with-mailclient): New function.
7295
7296 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7297
7298         * smime.el (from):
7299         * rfc2047.el (message-posting-charset):
7300         * qp.el (mm-use-ultra-safe-encoding):
7301         * pop3.el (parse-time-months):
7302         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7303         * nnml.el (files):
7304         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7305         (jka-compr-compression-info-list, ange-ftp-path-format)
7306         (efs-path-regexp):
7307         * nndiary.el (files):
7308         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7309         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7310         (epg-digest-algorithm-alist, inhibit-redisplay)
7311         (password-cache-expiry):
7312         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7313         (pgg-output-buffer, password-cache-expiry):
7314         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7315         (efs-path-regexp):
7316         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7317         (inhibit-redisplay):
7318         * mm-uu.el (file-name, start-point, end-point, entry)
7319         (gnus-newsgroup-name, gnus-newsgroup-charset):
7320         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7321         (latin-unity-ucs-list):
7322         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7323         (mm-uu-binhex-decode-function):
7324         * message.el (gnus-message-group-art, gnus-list-identifiers)
7325         (rmail-enable-mime-composing, gnus-local-organization)
7326         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7327         (gnus-read-active-file, facemenu-add-face-function)
7328         (facemenu-remove-face-function, gnus-article-decoded-p)
7329         (tool-bar-mode):
7330         * mail-source.el (display-time-mail-function):
7331         * gnus-util.el (nnmail-pathname-coding-system)
7332         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7333         (gnus-original-article-buffer, gnus-user-agent)
7334         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7335         (xemacs-codename, sxemacs-codename, emacs-program-version):
7336         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7337         * gnus-start.el (gnus-agent-covered-methods)
7338         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7339         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7340         (gnus-newsgroup-headers, gnus-group-list-mode)
7341         (gnus-group-mark-positions, gnus-newsgroup-data)
7342         (gnus-newsgroup-unreads, nnoo-state-alist)
7343         (gnus-current-select-method, mail-sources)
7344         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7345         (nnmail-spool-file, gnus-cache-active-hashtb):
7346         * gnus-mh.el (mh-lib-progs):
7347         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7348         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7349         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7350         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7351         (gnus-group-buffer):
7352         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7353         (font-lock-set-defaults):
7354         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7355         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7356         (gnus-summary-post-menu, total-parts, type, condition, length):
7357         * gnus-agent.el (gnus-agent-read-agentview):
7358         * flow-fill.el (show-trailing-whitespace):
7359         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7360         eval-and-compile wrappers for byte compiler pacifiers.
7361
7362         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7363         (mm-display-inline-fontify): Check for featurep 'xemacs not
7364         extent-list.
7365
7366         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7367         itimer-list.
7368         (mm-create-image-xemacs): Only do something for XEmacs.
7369         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7370
7371         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7372
7373         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7374         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7375
7376 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7377
7378         * nnimap.el (nnimap-split-download-body):
7379         * gnus-demon.el (gnus-demon):
7380         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7381
7382 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7385         macros.
7386         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7387         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7388         copy data from unibyte buffer to multibyte current buffer.
7389         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7390         to copy data from unibyte current buffer to multibyte buffer.
7391         (nntp-make-process-buffer): Make process buffer unibyte.
7392
7393         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7394
7395 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7396
7397         * pop3.el (pop3-open-server): Accept and process data more robustly at
7398         connexion start to avoid spurious "POP SSL connexion failed" errors.
7399
7400 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7403         read group names.
7404
7405 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7408
7409 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7412         (nnmail-save-active): Use a unibyte buffer when saving active file,
7413         which may contain non-ASCII group names.
7414
7415         * nnml.el (nnml-request-group): Decode group names in messages.
7416
7417 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * message.el (message-citation-line-function)
7420         (message-insert-formatted-citation-line): Fix spelling of
7421         `message-insert-formated-citation-line'.
7422
7423 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7426
7427 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7430         nnmail-pathname-coding-system.
7431
7432         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7433         that a user enters; decode group names in messages.
7434
7435         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7436
7437 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7440
7441         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7442
7443         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7444         risky local variable.
7445
7446         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7447
7448 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7449
7450         * encrypt.el: Improve documentation to fix function name typo.
7451         Reported by Daiki Ueno <ueno@unixuser.org>.
7452
7453 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7456         even if the point is not in the last page of an article.
7457         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7458         back to the previous page.
7459
7460 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7463
7464 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7467
7468 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7469
7470         * message.el (message-check-news-body-syntax): Avoid
7471         mm-string-as-multibyte.
7472         (message-hide-headers): Don't assume (point-min)==1.
7473
7474 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * message.el (message-remove-blank-cited-lines): Fix if remove is
7477         given.
7478         (message-bogus-address-regexp): New variable.
7479         (message-bogus-recipient-p): New function.
7480         (message-check-recipients): New command.
7481         (message-syntax-checks): Add `bogus-recipient'.
7482         (message-fix-before-sending): Add `bogus-recipient'.
7483
7484         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7485         (gnus-treat-body-boundary): Don't test window-system.
7486
7487 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7488
7489         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7490
7491 2007-10-28  Miles Bader  <miles@gnu.org>
7492
7493         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7494         at compile-time too.
7495
7496 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * gnus-msg.el (gnus-message-setup-hook): Add
7499         `message-remove-blank-cited-lines' to options.
7500
7501 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * message.el (message-remove-blank-cited-lines): New function.
7504         Suggested by Karl Plästerer.
7505
7506 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7509         mapc.
7510
7511         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7512         (top-level): Use mapc to set functions to be traced for debugging.
7513
7514         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7515         called for effect with while loop.
7516
7517         * message.el (message-talkative-question): Replace mapcar called for
7518         effect with mapc.
7519
7520         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7521         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7522         called for effect with dolist.
7523
7524         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7525
7526         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7527         gnus-extra-headers and nnmail-extra-headers.
7528
7529         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7530         called for effect with dolist.
7531         (top-level): Use mapc to set functions to be traced for debugging.
7532
7533         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7534         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7535         dolist.
7536
7537         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7538         Replace mapcar called for effect with mapc.
7539         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7540         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7541         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7542         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7543
7544         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7545         remove-if that's a cl function.
7546
7547         * webmail.el (webmail-debug): Replace mapcar called for effect with
7548         dolist.
7549
7550         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7551         with mapc.
7552
7553 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7556         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7557         with while loop.
7558
7559         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7560         functions from article-* functions.
7561         (gnus-multi-decode-header): Replace mapcar called for effect with
7562         dolist.
7563
7564         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7565         (gnus-bookmark-show-details): Replace mapcar called for effect with
7566         while loop.
7567
7568         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7569         called for effect with while loop.
7570
7571         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7572         with dolist.
7573
7574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7575         mapcar called for effect with dolist.
7576
7577         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7578
7579         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7580         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7581         Replace mapcar called for effect with dolist.
7582         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7583         mapc.
7584
7585         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7586         Replace mapcar called for effect with dolist.
7587         (gnus-topic-list): Replace mapcar called for effect with mapc.
7588
7589         * gnus.el: Use mapc instead of mapcar to add autoloads.
7590
7591 2007-10-23  Richard Stallman  <rms@gnu.org>
7592
7593         * gnus-group.el (gnus-group-highlight): Mark as risky.
7594
7595 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus.el (gnus-server-to-method): Return method found first in
7598         gnus-newsrc-alist.
7599
7600         * gnus-art.el (gnus-article-highlight-signature)
7601         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7602         button overlay without the front stickiness.
7603
7604 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7605
7606         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7607         overview buffer needed a catch to receive its throw.
7608         (gnus-agent-flush-cache): Declared as interactive to make this function
7609         easier to use.
7610
7611 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7614         `next-line'.
7615
7616 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7619         exclude address matching message-dont-reply-to-names.
7620
7621 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-util.el (gnus-string<): New function.
7624
7625         * gnus-sum.el (gnus-article-sort-by-author)
7626         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7627
7628 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7631         the frame-focus tag is set in gnus-buffer-configuration.
7632
7633 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7636         the front stickiness.
7637
7638 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7641         url pattern; remove duplicate one.
7642         (gnus-article-extend-url-button): New function.
7643         (gnus-article-add-buttons): Use it.
7644         (gnus-button-push): Use concatenated url that it makes.
7645
7646 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7647
7648         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7649
7650 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7651
7652         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7653         Don't hardcode point-min==1.
7654
7655 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7658         Fix comment about "iso8859-1".
7659
7660 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7661
7662         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7663         ones returned from the verify-function.
7664
7665         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7666         mml2015-extract-cleartext-signature if extraction failed.
7667
7668 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7669
7670         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7671         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7672         failed.
7673
7674 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7677
7678 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7681         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7682         recommends to use EasyPG instead of PGG.
7683
7684         * pgg.el: Revert to revision 6.23.2.16.
7685
7686         * pgg-def.el: Revert to revision 6.6.2.14.
7687
7688         * pgg-gpg.el: Revert to revision 6.23.2.34.
7689
7690 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7693         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7694         thread for both the null and zero (kill/expire thread) universal prefix
7695         cases.
7696         (gnus-summary-expire-thread): Add new function to expire a thread,
7697         using gnus-summary-kill-thread.
7698         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7699         shortcuts for gnus-summary-expire-thread.
7700         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7701         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7702
7703 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7704
7705         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7706         extras value, so an extras entry can be deleted.
7707         (gnus-registry-delete-extra-entry): Use it.
7708         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7709         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7710         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7711         storage through the gnus-registry, and provide an appropriate API for
7712         it.
7713
7714 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7717         Suggested by Leo <sdl.web@gmail.com>.
7718
7719         * gnus.el: Do.
7720
7721 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7724         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7725
7726         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7727
7728         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7729         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7730
7731 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7734         newline.
7735         (nnmbox-request-accept-article): Don't change article in source buffer;
7736         narrow to header to use message-fetch-field rather than
7737         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7738         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7739         as delimiters; make sure article ends with newline.
7740         (nnmbox-delete-mail): Correct last position of article to be deleted;
7741         ignore X-Gnus-Newsgroup header in article body.
7742         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7743         positions; make sure article ends with newline.
7744
7745         * message.el (message-display-abbrev): Don't infloop when a user
7746         inserts SPC in the beginning of header.
7747
7748         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7749         coding-system-for-read and coding-system-for-write for XEmacs having no
7750         file-coding feature.
7751
7752         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7753
7754 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7755
7756         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7757         list of groups not followed by default.  Fix type to be regexp.
7758         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7759
7760 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7761
7762         * hmac-def.el (define-hmac-function): Switch from old-style to
7763         new-style backquotes.
7764
7765         * md4.el (md4-make-step): Likewise.
7766
7767 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7770         raw-text coding system when saving .newsrc file, which may contain
7771         non-ASCII group names.
7772
7773 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-cus.el (gnus-score-extra): New widget.
7776         (gnus-score-extra-convert): New function.
7777         (gnus-score-customize): Use it for Extra.
7778
7779 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7780
7781         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7782         (mml2015-mailcrypt-clear-verify): Use it.
7783         (mml2015-gpg-clear-verify): Use it.
7784         (mml2015-pgg-clear-verify): Use it.
7785         (mml2015-epg-clear-verify): Replace the current part with the output
7786         from GnuPG; don't extract the plaintext by itself.
7787
7788         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7789         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7790         mml2015-clear-verify-function; don't touch the armor headers or
7791         dash-escaped text here.
7792
7793 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7796         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7797         parts, or application/octet-stream as a last resort.
7798         (gnus-mime-view-part-as-type): Don't toggle display.
7799         (gnus-mime-view-part-as-charset): Don't turn off display before
7800         querying charset.
7801
7802         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7803         stuff to undisplayer function in Emacs.
7804         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7805
7806         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7807         text/calendar parts.
7808
7809 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7812         decoding text/calendar parts.
7813
7814         * message.el (message-forward-make-body-mime): Always mark body as
7815         having no illegible text; remove signed-or-encrypted argument.
7816         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7817
7818         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7819         (mml-generate-mime-1): Don't encode body if it is specified to be in
7820         raw form; don't make buffer be unibyte when inserting multibyte string.
7821
7822 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7823
7824         * sha1.el: Fix up comment style.
7825         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7826         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7827
7828         * hex-util.el: Fix up comment style.
7829         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7830
7831         * gnus-salt.el: Use with-current-buffer.
7832         (gnus-pick-setup-message): Fix long-standing typo.
7833
7834 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * imap.el (imap-logout-timeout): New variable.
7837         (imap-logout, imap-logout-wait): New functions.
7838         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7839
7840         * nnimap.el (nnimap-logout-timeout): New server variable.
7841         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7842         nnimap-logout-timeout.
7843
7844         * gnus-art.el (gnus-article-summary-command-nosave)
7845         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7846
7847 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * gnus.el (gnus-maximum-newsgroup): New variable.
7850
7851         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7852         according to gnus-maximum-newsgroup.
7853
7854         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7855         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7856         Limit the range of articles according to gnus-maximum-newsgroup.
7857
7858 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7859
7860         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7861         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7862         Don't perform gnus-configure-windows here; reuse existing sticky
7863         article buffer.
7864
7865         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7866         it doesn't exist in gnus-article-mode.
7867
7868 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7871         (gnus-agent-decoded-group-name): New function.
7872         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7873         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7874
7875 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7876
7877         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7878         Add binding for gnus-sticky-article.
7879         (gnus-summary-exit): Don't kill sticky article buffers.
7880
7881         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7882         article buffer.
7883         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7884         (gnus-kill-sticky-article-buffers): New commands.
7885
7886 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * nntp.el (nntp-xref-number-is-evil): New server variable.
7889         (nntp-find-group-and-number): If it is non-nil, don't trust article
7890         numbers in the Xref header.
7891
7892 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-agent.el (gnus-agent-read-group): New function.
7895         (gnus-agent-flush-group, gnus-agent-expire-group)
7896         (gnus-agent-regenerate-group): Use it.
7897         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7898         nnmail-pathname-coding-system.
7899
7900 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7903
7904         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7905         that are unread as unread, and also as selected so that information of
7906         marks having been changed by a user may be updated when exiting group.
7907
7908 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7911         calculated ignoring signature parts to gnus-treat-article.
7912
7913 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7916         a point here in order to keep the window start.
7917         (gnus-insert-mime-security-button): Make a button overlay without the
7918         front stickiness.
7919         (gnus-mime-display-security): Goto the end of a button.
7920
7921         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7922
7923 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7926         group-name-at-point.
7927         (gnus-group-completing-read): New function that offers decoded
7928         non-ASCII group names for completion.
7929         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7930         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7931         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7932         (gnus-group-fetch-control): Use it.
7933         (gnus-fetch-group): Use group-name-at-point for the initial value
7934         rather than the default value; use gnus-alive-p.
7935
7936         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7937         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7938         (gnus-summary-post-news): Use gnus-group-completing-read.
7939
7940         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7941         (gnus-read-move-group-name): Decode group name for completion.
7942
7943 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7944
7945         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7946         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7947         Yamaoka slightly modified the code).
7948
7949 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7952         (nnmail-split-incoming): Bind it.
7953
7954         * nnml.el (nnml-group-name-charset): New function.
7955         (nnml-decoded-group-name): Use it; don't decode group name if
7956         nnmail-group-names-not-encoded-p is non-nil.
7957         (nnml-encoded-group-name): New function.
7958         (nnml-group-pathname): Inline nnml-decoded-group-name.
7959         (nnml-request-expire-articles): Decode group name in message.
7960         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7961         nnmail-pathname-coding-system.
7962         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7963         not decoded ones according to nnmail-group-names-not-encoded-p.
7964         (nnml-generate-active-info): Use nnml-encoded-group-name.
7965
7966 2007-08-08  Glenn Morris  <rgm@gnu.org>
7967
7968         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7969         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7970         doc-strings and comments.
7971
7972 2007-07-25  Glenn Morris  <rgm@gnu.org>
7973
7974         * Relicense all FSF files to GPLv3 or later.
7975
7976 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-sum.el (gnus-summary-move-article): Make
7979         gnus-summary-respool-article work.
7980
7981 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7984         string.
7985
7986 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7987
7988         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7989         that should be ignored when comparing distant RSS articles with local
7990         ones.
7991         (nnrss-make-hash-index): New function.  Create a hash index according
7992         to the ignored fields.
7993         (nnrss-check-group): Use it.
7994
7995 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7998
7999         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8000
8001         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8002         the new optional argument ENCODED is non-nil.
8003         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8004         coding system for encoding group name.
8005         (gnus-group-make-rss-group): Pass un-encoded group name to
8006         gnus-group-make-group.
8007         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8008         encoded.
8009
8010         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8011         Encode group name to which articles are moved or copied.
8012         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8013         coding system for encoding Newsgroup, Followup-To and Xref headers.
8014
8015         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8016         marks; use nnheader-file-coding-system to write a file.
8017         (nnagent-retrieve-headers): Bind file-name-coding-system to
8018         nnmail-pathname-coding-system.
8019
8020         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8021
8022         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8023         (nnml-request-article, nnml-request-create-group)
8024         (nnml-request-rename-group, nnml-find-id)
8025         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8026         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8027         (nnml-save-marks): Use nnml-group-pathname instead of
8028         nnmail-group-pathname.
8029
8030         (nnml-request-create-group, nnml-request-expire-articles)
8031         (nnml-request-move-article, nnml-request-delete-group)
8032         (nnml-deletable-article-p, nnml-possibly-create-directory)
8033         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8034         (nnml-open-marks): Bind file-name-coding-system to
8035         nnmail-pathname-coding-system.
8036
8037         (nnml-request-article): Pass server argument to nnml-find-group-number.
8038         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8039         server argument to nnml-possibly-create-directory.
8040         (nnml-request-accept-article): Pass server argument to
8041         nnml-active-number and nnml-save-mail.
8042         (nnml-find-group-number): Pass server argument to nnml-find-id.
8043         (nnml-request-update-info): Pass server argument to
8044         nnml-marks-changed-p.
8045
8046         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8047         (nnml-save-mail, nnml-active-number): Add server argument.
8048
8049         (nnml-request-delete-group): Warn if group is missing.
8050         (nnml-get-nov-buffer): Decode group name.
8051         (nnml-generate-active-info): Encode group name.
8052         (nnml-open-marks): Decode group name in messages.
8053
8054 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8057         if it is not specified.
8058         (gnus-article-pipe-part, gnus-article-save-part)
8059         (gnus-article-interactively-view-part, gnus-article-copy-part)
8060         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8061         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8062         (gnus-article-replace-part, gnus-article-delete-part)
8063         (gnus-article-view-part-as-type): Pass raw prefix argument to
8064         gnus-article-part-wrapper.
8065
8066 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-agent.el (gnus-agent-save-active): Bind
8069         nnheader-file-coding-system to gnus-agent-file-coding-system.
8070
8071         * gnus-cache.el (gnus-cache-save-buffers)
8072         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8073         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8074         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8075         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8076         (gnus-cache-generate-active, gnus-cache-rename-group)
8077         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8078         (gnus-cache-update-overview-total-fetched-for): Bind
8079         file-name-coding-system to nnmail-pathname-coding-system.
8080         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8081         variables.
8082         (gnus-cache-decoded-group-name): New function.
8083         (gnus-cache-file-name): Use it.
8084         (gnus-cache-generate-active): Use non-decoded group name for active.
8085
8086         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8087         right place.
8088         (gnus-write-active-file): Don't break non-ASCII group names.
8089
8090         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8091         nnmail-pathname-coding-system.
8092
8093         * lpath.el: Bind default-file-name-coding-system,
8094         file-name-coding-system and language-info-alist for XEmacs.
8095
8096         * gnus-uu.el (gnus-uu-decode-save): Typo.
8097
8098 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8101
8102 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8105         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8106         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8107         (gnus-agent-flush-group, gnus-agent-flush-cache)
8108         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8109         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8110         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8111         (gnus-agent-regenerate-group)
8112         (gnus-agent-update-files-total-fetched-for)
8113         (gnus-agent-update-view-total-fetched-for): Bind
8114         file-name-coding-system to nnmail-pathname-coding-system.
8115         (gnus-agent-group-pathname): Don't encode file names by
8116         nnmail-pathname-coding-system.
8117         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8118         coding-system-for-write instead of buffer-file-coding-system to
8119         gnus-agent-file-coding-system.
8120
8121         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8122         Decode group name.
8123
8124         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8125
8126         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8127         (gnus-read-newsrc-el-file): Make group names unibyte.
8128
8129         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8130         nnmail-pathname-coding-system.
8131
8132         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8133         (nnrss-request-delete-group): Bind file-name-coding-system to
8134         nnmail-pathname-coding-system.
8135         (nnrss-read-server-data, nnrss-read-group-data): Bind
8136         file-name-coding-system correctly.
8137         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8138
8139         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8140         (nntp-server-to-method-cache): New variable.
8141         (nntp-group-pathname): New function that decodes non-ASCII group names.
8142         (nntp-possibly-create-directory, nntp-marks-changed-p)
8143         (nntp-save-marks, nntp-open-marks): Use it.
8144         (nntp-possibly-create-directory, nntp-open-marks):
8145         Bind file-name-coding-system to nnmail-pathname-coding-system.
8146         (nntp-open-marks): Decode group names when bootstrapping marks.
8147
8148         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8149         Newsgroups and Folowup-To headers.
8150
8151 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8154         (gnus-server-closed-face, gnus-server-denied-face)
8155         (gnus-server-offline-face): Remove variable.
8156         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8157
8158         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8159         of modifying message-stack directly for XEmacs.
8160
8161         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8162         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8163         if the coding-system argument is nil for XEmacs.
8164
8165         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8166         mm-charset-override-alist.
8167
8168         * rfc2047.el: Don't require base64; require rfc2045 for the function
8169         rfc2045-encode-string.
8170         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8171         to quote the parameter value.
8172
8173 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8176         form in gnus-group-name-charset-method-alist.
8177
8178         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8179         overrides the default layout edit-form.
8180
8181         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8182
8183         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8184
8185 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8188         as unfetched articles.
8189
8190 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8193
8194 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8197         original back end that keeps marks in the local system.
8198
8199 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8202         arg of pop-to-buffer for XEmacs.
8203         (gnus-article-read-summary-keys): Ditto; don't restore window
8204         configuration if summary command ends up with neither article buffer
8205         nor summary buffer; describe bindings if summary keys end with C-h.
8206
8207 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * message.el (message-fix-before-sending): Skip raw message part to be
8210         forwarded while checking illegible text.
8211         (message-forward-make-body-mime, message-forward-make-body): Mark
8212         signed or encrypted raw message as having no illegible text.
8213
8214 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8217         (gnus-message-with-timestamp-1): New macro.
8218         (gnus-message-with-timestamp): New function.
8219         (gnus-message): Use them.
8220
8221         * nnheader.el (nnheader-message): Use them.
8222
8223 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8226         .newsrc.eld file.
8227
8228 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-agent.el (gnus-agent-fetch-headers)
8231         (gnus-agent-retrieve-headers): Bind
8232         gnus-decode-encoded-address-function to identity.
8233
8234         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8235         available also when the server returns simply a dot.
8236
8237         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8238
8239 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8242
8243 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-ems.el (gnus-x-splash): Make it work.
8246
8247         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8248         from being used.
8249
8250         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8251
8252 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8255         4th and the 5th arguments.
8256
8257         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8258         the front stickiness.
8259         (gnus-article-summary-command-nosave): Correct the order of the
8260         arguments passed to pop-to-buffer.
8261         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8262         summary command ends up with the article buffer.
8263
8264         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8265         the same faces.
8266
8267 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8268
8269         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8270
8271 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8272
8273         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8274         * gnus-sum.el (gnus-summary-highlight):
8275         * pgg.el (pgg-sign-region, pgg-sign):
8276         * mail-source.el (mail-source-delete-old-incoming-confirm):
8277         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8278
8279 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-art.el (gnus-mime-view-part-externally)
8282         (gnus-mime-view-part-internally): Fix predicate function passed to
8283         completing-read.
8284
8285         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8286
8287         * gnus.el (gnus-update-message-archive-method): Add :version.
8288
8289 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus.el (gnus-update-message-archive-method): New variable.
8292
8293         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8294         according to gnus-message-archive-method if
8295         gnus-update-message-archive-method is non-nil.
8296
8297 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8300         by Loic Dachary <loic@dachary.org>.
8301         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8302
8303 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * message.el (message-pop-to-buffer): Add switch-function argument.
8306         (message-mail): Pass switch-function argument to it.
8307
8308 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8311         Improve doc string.
8312
8313 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8316         (gnus-header-content)
8317         * gnus-cite.el (gnus-cite-10)
8318         * gnus-srvr.el (gnus-server-closed)
8319         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8320         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8321         (gnus-group-mail-3-empty, gnus-group-mail-low)
8322         (gnus-group-mail-low-empty, gnus-splash)
8323         * message.el (message-header-to, message-header-cc)
8324         (message-header-subject, message-header-other, message-header-name)
8325         (message-header-xheader, message-separator, message-cited-text)
8326         (message-mml): Lighten colors of faces used for dark background.
8327
8328 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8329
8330         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8331         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8332
8333 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * message.el (message-narrow-to-headers-or-head):
8336         Ignore mail-header-separator in the body.
8337
8338 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8341         same as window size.
8342
8343 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8344
8345         * message.el (message-font-lock-keywords): Use message-header-xheader
8346         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8347         ahead of the anything pattern, to get it recognised.
8348
8349 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8352         spam.el loads uses it in the compiled defadvice form.
8353
8354 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8355
8356         * gnus-sum.el (gnus-articles-to-read)
8357         (gnus-summary-insert-old-articles): Don't truncate group name for
8358         `read-string'.
8359
8360         * gnus-util.el (gnus-limit-string): Delete this function.
8361
8362         * gnus-sum.el (gnus-simplify-subject-fully): Use
8363         `truncate-string-to-width' instead.
8364
8365 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8366
8367         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8368         if, on summary exit, the next group has to be selected.
8369         (gnus-summary-exit): Use it.
8370
8371 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8374         non-break space.
8375
8376 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8379         Check if group is not a directory.
8380         (nnfolder-request-expire-articles): Don't delete articles if the target
8381         group is not available.
8382
8383         * nnml.el (nnml-request-create-group): Properly check if group is not a
8384         file.
8385         (nnml-request-expire-articles): Don't delete articles if the target
8386         group is not available.
8387
8388         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8389         Don't quote characters that are within parentheses.
8390
8391 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8394         (gnus-handle-ephemeral-exit): Select article according to it.
8395
8396 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * message.el (message-insert-formated-citation-line): Remove newline.
8399         (message-citation-line-format): Add final \n here so that the user can
8400         avoid a blank line.
8401
8402 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8403
8404         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8405         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8406         Update lanl/arXiv support.
8407
8408 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus.el: Bump version number.
8411
8412 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * gnus.el (gnus-version-number): Bump version.
8415
8416 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8417
8418         * gnus.el: No Gnus v0.6 is released.
8419
8420 2007-04-27  Didier Verna  <didier@xemacs.org>
8421
8422         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8423         * gmm-utils.el (gmm-regexp-concat): here.
8424         * message.el: Don't require 'gnus-util.
8425         (message-dont-reply-to-names): Handle name change above.
8426         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8427
8428 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8431         since the initial value varies according to the system.
8432
8433 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8436
8437 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8438
8439         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8440
8441 2007-04-24  Didier Verna  <didier@xemacs.org>
8442
8443         Improve the type of gnus-ignored-from-addresses.
8444         * gnus-util.el (gnus-orify-regexp): New function.
8445         * message.el (gnus-util): Require it.
8446         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8447         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8449
8450 2007-04-24  Didier Verna  <didier@xemacs.org>
8451
8452         * gnus-sum.el:
8453         * gnus-utils.el: Fix some trailing whitespaces.
8454
8455 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8458         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8459         article's Message-ID; refer parent article in summary buffer.
8460
8461         * message.el (message-bounce): Call mime-to-mml.
8462
8463         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8464         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8465         optimize and/or forms properly.
8466
8467 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8470         URL.
8471
8472 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8475
8476 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8479         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8480         displayed of multipart/alternative part if it is invoked from summary
8481         buffer.
8482
8483         * mm-view.el (mm-inline-text-html-render-with-w3m)
8484         (mm-inline-text-html-render-with-w3m-standalone)
8485         (mm-inline-render-with-function): Use mail-parse-charset by default.
8486
8487 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8488
8489         * parse-time.el (parse-time-string-chars): Check if CHAR
8490         is less than the length of parse-time-syntax.
8491
8492 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8495         from gnus-newsgroup-processable.
8496
8497 2007-04-16  Didier Verna  <didier@xemacs.org>
8498
8499         * gnus-msg.el (gnus-configure-posting-styles): Handle
8500         message-signature-directory properly with :file syntax.  Reported by
8501         "Leo".
8502
8503 2007-04-11  Didier Verna  <didier@xemacs.org>
8504
8505         New user option: message-signature-directory.
8506         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8507         * message.el (message-insert-signature): Ditto.
8508         * message.el (message-signature-file): Doc update.
8509         * message.el (message-signature-directory): New.
8510
8511 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-msg.el (gnus-inews-yank-articles): Use
8514         message-exchange-point-and-mark instead of exchange-point-and-mark.
8515
8516 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * message.el (message-yank-original): Make sure cited text ends with
8519         newline; don't exchange point and mark.
8520
8521 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8522
8523         * tls.el (open-tls-stream): Properly handle case where there
8524         is no associated buffer.
8525
8526 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8527
8528         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8529         message-yank-original, make sure (< mark TEXT point).
8530
8531 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * message.el (message-fill-column): New variable.
8534         (message-mode): Use it.  Add comment on a possible new hook.
8535
8536         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8537         (nnmail-get-new-mail): Reformat.
8538
8539         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8540
8541         * gmm-utils.el: Fix Commentary.
8542         (gmm-tool-bar-from-list): Fix typo in doc string.
8543
8544 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8545
8546         * message.el (message-yank-original): Don't switch point and mark
8547         unnecessarily to put point and mark as documented.
8548
8549 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8552         from the message heads.
8553
8554 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8555
8556         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8557         article buffer does not have a window.  This may not be the best
8558         solution but is certainly better than setting the start of the null,
8559         that is the current, window.
8560
8561 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8564         (gnus-draft-setup): Run it.
8565
8566         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8567         gnus-score-fast-scoring.  Allow regexp.
8568         (gnus-score-headers): Use it.
8569
8570         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8571         XEmacs.
8572
8573         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8574         string.
8575         (gnus-button-alist): Also catch `<f1> k ...'.
8576         (gnus-treat-display-x-face): Fix doc string.
8577
8578 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8579
8580         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8581         evaluation of gnus-extended-version to ensure correct generation of the
8582         User-Agent header when message-generate-headers-first is used.
8583
8584 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8585
8586         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8587         hashcash-path is nil.  Don't call callback with incorrect number of
8588         parameters if val is 0.
8589
8590 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8591
8592         * message.el (message-required-news-headers):
8593         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8594
8595 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8596
8597         * tls.el (open-tls-stream): In handshake-waiting loop,
8598         don't wait more if there is output available to process.
8599
8600 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8601
8602         * tls.el (tls-program): Doc fix.
8603
8604 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * message.el (message-generate-new-buffers): Change the meaning of the
8607         nil value; add `standard' to the choices; treat t as `unique'; improve
8608         doc string.
8609         (gnus-select-frame-set-input-focus): Autoload.
8610         (message-buffer-name): Search for the existing message buffer if
8611         message-generate-new-buffers is nil or `standard'; treat the value t of
8612         message-generate-new-buffers as `unique'.
8613         (message-pop-to-buffer): Raise the frame already displaying the message
8614         buffer; clear the echo area after querying.
8615         (message-setup): Pass the `continue' argument to compose-mail.
8616         (message-mail): Prefer `switch-function' if it is given; search for the
8617         existing message buffer if the `continue' argument is non-nil; pass
8618         continue and switch-function arguments to compose-mail by way of
8619         message-setup.
8620         (message-mail-other-window): Adjust argument of message-setup.
8621         (message-mail-other-frame): Ditto.
8622
8623 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8626         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8627         to turn font-lock on when turning gnus-message-citation-mode on.
8628
8629 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8630
8631         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8632         (mml-smime-function-alist): New variable; add epg as the backend.
8633         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8634         mml-smime- functions instead.
8635         * mm-view.el: Require smime.
8636
8637 2007-03-05  Didier Verna  <didier@xemacs.org>
8638
8639         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8640         instead of just inheritance for posting styles.
8641         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8642
8643 2007-02-24  Chris Moore  <dooglus@gmail.com>
8644
8645         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8646         * pgg-pgp.el (pgg-pgp-encrypt-region):
8647         * pgg-gpg.el (pgg-gpg-encrypt-region):
8648         Check pgg-encrypt-for-me if no other recipients.
8649
8650 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8651
8652         * tls.el (tls-certtool-program): Fix custom type.
8653
8654 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8657         and point-at-eol instead of line-(beginning|end)-position.
8658
8659         * assistant.el (assistant-parse-buffer): Ditto.
8660
8661         * netrc.el (netrc-parse-services): Ditto.
8662
8663 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8664
8665         * mml2015.el (mml2015-epg-find-usable-key): New function.
8666         (mml2015-epg-sign): Use it.
8667         (mml2015-epg-encrypt): Use it.
8668
8669 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * message.el (message-make-in-reply-to): Quote name containing
8672         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8673         if there are special characters.  Reported by NAKAJI Hiroyuki
8674         <nakaji@jp.freebsd.org>.
8675
8676 2007-02-27  Didier Verna  <didier@xemacs.org>
8677
8678         Include the group parameters as well as the topic ones in the
8679         inheritance filter process.
8680         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8681         argument GROUP-PARAMS-LIST.
8682         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8683
8684 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * nntp.el (nntp-never-echoes-commands)
8687         (nntp-open-connection-functions-never-echo-commands): New variables.
8688         (nntp-send-command): Use them.
8689
8690 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8691
8692         * mml2015.el (mml2015-epg-verify): Simplified.
8693
8694 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * mml.el (mml-content-disposition-alist): New user option.
8697         (mml-content-disposition): New function.
8698         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8699         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8700
8701 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8702
8703         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8704         verification.
8705
8706 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8707
8708         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8709         articles posted in the last 24 hours.
8710
8711 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8712
8713         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8714
8715 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8716
8717         * nntp.el (nntp-send-command): Don't wait for echoes when
8718         nntp-open-ssl-stream is used.
8719
8720 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8723         (gnus-message-add-citation-keywords)
8724         (gnus-message-remove-citation-keywords): Remove.
8725         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8726         directly, make the variables in font-lock-defaults buffer-local, add
8727         gnus-message-citation-keywords to them and then update the value of
8728         font-lock-keywords.
8729
8730 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * message.el (message-cite-original-1): Don't call
8733         gnus-article-highlight-citation.
8734
8735         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8736         citations; fix line count.
8737
8738 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8741         (gnus-message-add-citation-keywords)
8742         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8743         versions of font-lock-add-keywords and font-lock-remove-keywords to
8744         work with XEmacs correctly.
8745
8746 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-cite.el (gnus-cite-face-list): Set the values of
8749         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8750         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8751         (gnus-message-cite-prefix-regexp): New variable.
8752         (gnus-message-search-citation-line): Use it; protect against long
8753         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8754         the 0th match data for Emacs.
8755         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8756         (gnus-message-add-citation-keywords): Append keywords rather than
8757         prepending; emulate font-lock-add-keywords if it is not available.
8758         (gnus-message-remove-citation-keywords): Emulate
8759         font-lock-remove-keywords if it is not available.
8760
8761         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8762
8763         * message.el (message-cite-prefix-regexp): Set the value of
8764         gnus-message-cite-prefix-regexp.
8765
8766 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8767
8768         * nnweb.el (nnweb-google-parse-1): Update parser.
8769
8770 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8771
8772         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8773
8774 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8775
8776         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8777         regexp.
8778
8779 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8782         string-to-multibyte.
8783         (uudecode-decode-region-internal): Use it.
8784
8785         * lpath.el: Fbind string-as-multibyte for XEmacs.
8786
8787 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8790         custom choice.
8791
8792         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8793
8794 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8795
8796         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8797
8798         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8799         `write-region' to respect `mm-inhibit-file-name-handlers'.
8800
8801 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8804         Use gnus-home-directory instead of "~/" or "$HOME".
8805
8806 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8807
8808         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8809         to mention filename.
8810         Add comments at beginning regarding usage.
8811         (encrypt-write-file-contents): Change interactive so a string is
8812         acceptable.  If the file has no associated model, show an error instead
8813         of a nonsense prompt.
8814
8815 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8816
8817         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8818         Thanks to Yoshihiko Yamada for kind notification of this typo.
8819
8820 2007-01-12  Kenichi Handa  <handa@m17n.org>
8821
8822         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8823         multibyte buffer.
8824
8825 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-score.el (gnus-score-fast-scoring): New variable.
8828         (gnus-score-headers): Use it.
8829
8830         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8831
8832         * message.el (message-cite-original-1): Call
8833         gnus-article-highlight-citation if requested.
8834         (message-make-from): Allow name and address as optional arguments.
8835
8836         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8837
8838         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8839         bugs to doc string.
8840         (gnus-button-alist): Add mid\\|message-id.
8841         (gnus-button-fetch-group): Extend for use in
8842         `browse-url-browser-function'.
8843         (gnus-button-url-regexp): Try to catch paired parentheses like in
8844         Wikipedia URLs.
8845
8846         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8847         Suggested by Simon Krahnke <overlord@gmx.li>.
8848
8849 2007-01-13  Romain Francoise  <romain@orebokech.com>
8850
8851         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8852         Update copyright.
8853
8854 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8855
8856         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8857
8858 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * gnus-registry.el (gnus-registry-unfollowed-groups)
8861         (gnus-registry-split-fancy-with-parent): Fix documentation.
8862
8863 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8866         from nnweb groups.
8867
8868 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8871         Xref urls.  Erase buffer before requesting head.
8872
8873 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8876         customizable.
8877
8878 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8879
8880         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8881         no signing key is found.
8882         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8883         no encrypting and/or signing key is found.
8884
8885 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8888
8889 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8890
8891         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8892         headers read from disk with the ones newly found in the current search.
8893         This should no longer cause problems, because the article numbers in
8894         Gmane's `nov.php' output are ignored since the previous change.
8895
8896 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8897
8898         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8899
8900 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8903         replace-regexp-in-string; bind url-version; fbind display-images-p and
8904         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8905         find-face and set-itimer-function for Emacs; bind itimer-list for
8906         Emacs.
8907
8908         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8909
8910 2007-01-01  Romain Francoise  <romain@orebokech.com>
8911
8912         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8913
8914 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8915
8916         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8917         `define-minor-mode' macro definition expanded properly.
8918         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8919         exclude it there.
8920
8921         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8922         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8923         `fboundp' test.
8924         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8925         This is OK to autoload in (S)XEmacs now.
8926
8927 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928
8929         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8930         keystroke.
8931         (gnus-summary-limit-to-singletons): Fix typo.
8932
8933         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8934         else fails.
8935
8936 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8937
8938         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8939         docstring.
8940
8941         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8942         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8943         (gnus-summary-insert-dormant-articles): Fix typo in message.
8944
8945 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8948         nil for XEmacs.
8949         (gnus-message-citation-mode): Don't autoload in XEmacs.
8950
8951         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8952
8953 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8954
8955         * nnimap.el (nnimap-expunge-search-string): Mention
8956         nnimap-search-uids-not-since-is-evil in docstring.
8957
8958 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * spam.el: Revert to make-obsolete-variable because
8961         define-obsolete-variable-alias is not supported in Emacs 21.
8962
8963         * spam.el (spam-ifile-path, spam-ifile-database-path)
8964         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8965         make-obsolete-variable.
8966         (spam-bsfilter-path, spam-bsfilter-program)
8967         (spam-spamassassin-path, spam-spamassassin-program)
8968         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8969         use "path" inappropriately.
8970         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8971         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8972         variable names.
8973
8974 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8977         summary buffer.
8978
8979         * password.el (password-cache-remove): Use clear-string to burn
8980         password, if available.
8981
8982 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8985
8986         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8987
8988         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8989         (gnus-message-highlight-citation): Move defcustom here from
8990         gnus-cite.el.
8991         (gnus-message-citation-mode): Autoload.
8992
8993         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8994         checks to make it compile with XEmacs.
8995         (gnus-message-citation-mode): New minor mode.
8996         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8997         (gnus-message-highlight-citation): New variables.
8998         (gnus-message-search-citation-line)
8999         (gnus-message-add-citation-keywords)
9000         (gnus-message-remove-citation-keywords)
9001         (turn-on-gnus-message-citation-mode)
9002         (turn-off-gnus-message-citation-mode): New functions.
9003
9004 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9005
9006         * gnus-cite.el: Enable highlighting of different citation levels in
9007         message-mode.
9008
9009 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * message.el (message-make-fqdn): Fix comment.
9012         (message-bogus-system-names): Add ".local".
9013
9014         * spam.el (spam-ifile-path, spam-ifile-program)
9015         (spam-ifile-database-path, spam-ifile-database)
9016         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9017         Don't use "path" inappropriately.
9018         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9019         strings.
9020         (spam-check-ifile, spam-ifile-register-with-ifile)
9021         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9022         new variable names.
9023
9024         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9025         (gnus-treat-display-smileys): Simplify using
9026         gnus-image-type-available-p.
9027
9028         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9029         available.
9030
9031         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9032         `display-images-p' if available.
9033
9034 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9037         one after turning on the buffer's multibyteness instead of decoding
9038         them directly in the unibyte buffer that causes unexpected conversion
9039         in Emacs 23 (unicode).
9040
9041 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9042
9043         * message.el (message-generate-hashcash): Fix custom type.
9044
9045 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9048
9049 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9052         disconnect icons.  Add help text.
9053
9054 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9055
9056         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9057         negated to be consistent with the others we handle.
9058
9059 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9062         version of gnus-summary-buffer to something, so that we can use two
9063         article buffers at the same time.
9064
9065 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9066
9067         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9068         trigger all the extra headers.
9069         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9070         sorting.
9071
9072 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9073
9074         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9075         solid groups.
9076
9077 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9078
9079         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9080
9081 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * legacy-gnus-agent.el: Add Copyright notice.
9084
9085 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9086
9087         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9088
9089 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9092
9093         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9094         to make it work reliably in CVS Emacs.
9095         (gnus-summary-limit-strange-charsets-predicate)
9096         (gnus-summary-limit-to-predicate): New functions.
9097
9098 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9099
9100         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9101         specifying array size.
9102         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9103         array if it is too small.
9104         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9105         (gnus-sort-threads-loop): New function.
9106
9107 2006-12-06  Chris Moore  <dooglus@gmail.com>
9108
9109         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9110         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9111
9112 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9113
9114         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9115         options.
9116
9117 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9120         DOS-ing the recipient.
9121
9122         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9123         the headers when creating the mapping to avoid mismappings.
9124         (nnweb-gmane-create-mapping): Always nix out old mapping.
9125
9126 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9129         and mm-verify-option to never.
9130
9131 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * message.el (message-signed-or-encrypted-p): New function.
9134         (message-forward-make-body): Use it.
9135
9136         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9137         Replace encode-coding-string with mm-encode-coding-string.
9138
9139 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * nneething.el (nneething-decode-file-name): Replace
9142         decode-coding-string with mm-decode-coding-string.
9143
9144         * gnus-int.el (gnus-open-server): Say failed server's name.
9145
9146 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9147
9148         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9149         strings to a single string.  Quote `errors-file-name'.
9150         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9151         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9152         Adjust calls.  Use `shell-quote-argument'.
9153
9154 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9155
9156         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9157         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9158
9159         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9160         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9161         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9162         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9163         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9164         (gnus-subscribe-newsgroup, gnus-1):
9165         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9166         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9167         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9168         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9169
9170 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9173         keystroke.
9174         (gnus-summary-limit-to-bodies): Implement headersp.
9175
9176 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9179
9180 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9183
9184 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * message.el (message-generate-hashcash): Expand range of values to
9187         include `opportunistic'.
9188         (message-send-mail): Use it.
9189
9190 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9191
9192         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9193         and comment it.
9194
9195         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9196
9197 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-util.el (gnus-extract-address-components): Improve comment.
9200
9201 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-util.el (gnus-extract-address-components): Work with address in
9204         which the name portion contains @.
9205
9206         * lpath.el: Fbind custom-autoload.
9207
9208 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gnus.el (gnus-start): Move custom group up.
9211         (gnus-select-method): Don't autoload, but make it available for
9212         `customize-variable'.
9213         (gnus-getenv-nntpserver): Don't autoload.
9214
9215 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9216
9217         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9218
9219 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * message.el (message-sendmail-extra-arguments): New variable.
9222         (message-send-mail-with-sendmail): Use it.
9223
9224 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9227         mm-with-unibyte-current-buffer to make string unibyte.
9228
9229         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9230         mm-string-as-multibyte.
9231
9232 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9233
9234         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9235         Reported by Werner Koch <wk@gnupg.org>.
9236
9237 2006-11-14  Daiki Ueno  <ueno@p360>
9238
9239         * mml2015.el: Autoload epa-select-keys when compiling.
9240
9241 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9242
9243         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9244         message-options.
9245         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9246
9247 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9248
9249         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9250         EasyPG (< 0.0.6).
9251         (mml2015-always-trust): New user option.
9252         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9253         prompt.
9254
9255 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * nntp.el (nntp-authinfo-force): New variable.
9258         (nntp-send-authinfo): Use it.
9259
9260 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9263         decode encoded words.  Improve prompt.  Add comment about forwarding.
9264         (message-replacement-char): Move up.
9265
9266 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9267
9268         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9269         instead of gnus-intersection because arguments of gnus-sorted-nunion
9270         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9271
9272 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9275         (message-simplify-subject-functions): Enable
9276         message-strip-subject-encoded-words by default.
9277
9278 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * message.el (message-strip-subject-encoded-words): New function.
9281         (message-simplify-subject-functions): New variable.
9282         (message-simplify-subject): Use it.  Fix typo in doc string.
9283         Support message-strip-subject-encoded-words.
9284
9285 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9286
9287         * gnus-diary.el (gnus-diary-delay-format-function):
9288         * nndiary.el (nndiary-reminders):
9289         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9290
9291 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * gnus-art.el (article-hide-boring-headers): Fetch date from
9294         gnus-original-article-buffer to avoid problems with localized date
9295         strings.
9296
9297 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9300
9301 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9304         New variables.
9305         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9306         (mm-charset-synonym-alist): Move some entries to
9307         mm-codepage-iso-8859-list.
9308         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9309         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9310
9311 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9314
9315 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9318         with Emacs 21 and XEmacs.
9319
9320 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9321
9322         * spam.el (spam-parse-address): New function for better parsing,
9323         catching errors, etc.
9324         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9325
9326 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * mm-view.el: Add interactive arg to html2text autoload.
9329
9330 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9333
9334 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9337         variables.
9338         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9339         (mm-charset-synonym-alist): Move some entries to
9340         mm-codepage-iso-8859-list.
9341
9342         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9343
9344 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * message.el (message-citation-line-format)
9347         (message-insert-formated-citation-line): Fix implementation of %E, %N
9348         and %n according to the doc string.
9349
9350 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9351
9352         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9353         car-safe to avoid bad parses.
9354
9355 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9358         names.
9359
9360         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9361
9362 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9365         header.
9366
9367         * message.el (message-draft-headers): Add Date.
9368         (message-headers-to-generate): Fix typo in docstring.
9369
9370         * nndraft.el (nndraft-required-headers): New variable.
9371         (nndraft-generate-headers): Use it.
9372
9373         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9374
9375 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         * gnus-registry.el (gnus-registry-wash-for-keywords)
9378         (gnus-registry-find-keywords): New functions to allow easy searching of
9379         articles that are in the registry.
9380
9381 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9384         ietf-drums-parse-address instead of gnus-extract-address-components.
9385         Reported by Damien Elmes <damien@repose.cx>.
9386
9387 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * gnus.el (gnus-mime): Remove unused custom group.
9390
9391 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9392
9393         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9394         "blank line" when searching for end of armor headers.
9395
9396 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gmm-utils.el (gmm-write-region): Fix variable name.
9399
9400 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * gmm-utils.el (gmm-write-region): New function based on compatibility
9403         code from `mm-make-temp-file'.
9404
9405         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9406
9407         * nnmaildir.el (nnmaildir--update-nov)
9408         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9409         Use `gmm-write-region'.
9410
9411 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9414         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9415
9416         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9417
9418         * message.el (message-replacement-char): New variable.
9419         (message-fix-before-sending): Use it.
9420         (message-simplify-subject): New function to remove duplicate code.
9421         (message-reply, message-followup): Use it.
9422
9423         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9424         gnus-summary-limit-to-articles.
9425
9426 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-util.el (gnus-with-local-quit): New macro.
9429
9430         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9431
9432 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9433
9434         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9435         ignore non-string data.
9436
9437 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9438
9439         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9440         non-string data (needs to be done in the registry too).
9441
9442 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9443
9444         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9445         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9446         (gnus-registry-split-fancy-with-parent)
9447         (gnus-registry-fetch-simplified-message-subject-fast)
9448         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9449         Remove text properties on ingress into the registry and when it's saved.
9450         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9451         registry from entries with no groups.
9452
9453 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9454
9455         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9456         function to remove string properties.
9457
9458 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * gmm-utils.el (gmm): Adjust custom version.
9461
9462         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9463         custom version.
9464
9465         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9466
9467 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * gnus-art.el (gnus-insert-prev-page-button)
9470         (gnus-insert-next-page-button): Simplify.  Reformat.
9471
9472 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9473
9474         * gnus-art.el (gnus-insert-prev-page-button)
9475         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9476
9477 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9478
9479         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9480
9481 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9482
9483         * gnus-art.el (gnus-insert-mime-button)
9484         (gnus-insert-mime-security-button):
9485         Apply gnus-article-button-face to MIME and security buttons.
9486
9487 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9490         readable.
9491
9492 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9495
9496 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9497
9498         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9499         `browse-url-of-file' instead of `browse-url'.
9500
9501 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9502
9503         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9504         regexp.  Articles containing quotation were cut prematurely.
9505
9506 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * message.el (message-cite-original-1): Use nobody by default for the
9509         value of From header.
9510         (message-reply): Ditto.
9511
9512 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9513
9514         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9515         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9516         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9517
9518 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9521         mails in the doc string.  Add some URLs in comment.
9522         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9523
9524 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9527         backslashes handling and the way to find boundaries of quoted strings.
9528
9529 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9530
9531         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9532         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9533         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9534         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9535
9536 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9539         doc string.
9540         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9541
9542 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * lpath.el: Fbind epg-check-configuration.
9545
9546 2006-09-06  Simon Josefsson  <jas@extundo.com>
9547
9548         * mml2015.el (mml2015-use): Doc fix, mention epg.
9549
9550 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9551
9552         * mml2015.el (mml2015-use): Default to epg, if available.
9553
9554 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9555
9556         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9557         message-sender.
9558         (mml1991-epg-encrypt): Ditto.
9559         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9560         message-sender.
9561         (mml2015-epg-encrypt): Ditto.
9562
9563 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9564
9565         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9566         several common directories.
9567
9568 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9569
9570         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9571         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9572
9573 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-art.el (article-decode-encoded-words): Make it fast.
9576
9577 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9580
9581         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9582         in quoted string into `\'.
9583
9584 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9587         Use standard-syntax-table.
9588
9589 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-art.el (gnus-decode-address-function): New variable.
9592         (article-decode-encoded-words): Use it to decode headers which are
9593         assumed to contain addresses.
9594         (gnus-mime-delete-part): Remove useless `or'.
9595
9596         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9597         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9598         (gnus-nov-parse-line): Use it to decode From header.
9599         (gnus-get-newsgroup-headers): Ditto.
9600         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9601
9602         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9603         (mail-decode-encoded-address-string): New alias.
9604
9605         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9606         New function.
9607         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9608         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9609         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9610         (rfc2047-decode-string): Ditto.
9611         (rfc2047-decode-address-region): New function.
9612         (rfc2047-decode-address-string): New function.
9613
9614 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * message.el (message-caesar-buffer-body): Allow rotating headers.
9617
9618         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9619
9620         * message.el (message-insert-formated-citation-line): Fix %f.
9621         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9622
9623 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9626         (gnus-bookmark-mouse-available-p): New macro.
9627         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9628         (gnus-bookmark-bmenu-show-infos): Use it.
9629         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9630         (gnus-bookmark-bmenu-hide-infos): Ditto.
9631         (gnus-bookmark-remove-properties): New function.
9632         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9633         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9634         (gnus-bookmark-write-file): Bind coding-system-for-write.
9635         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9636         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9637         group before selecting it.
9638         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9639         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9640         quit-window if it is not available; use gnus-mouse-2 and bind it to
9641         gnus-bookmark-bmenu-select-by-mouse.
9642         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9643         (gnus-bookmark-bmenu-select-by-mouse): New function.
9644
9645 2006-08-13  Romain Francoise  <romain@orebokech.com>
9646
9647         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9648         space.
9649
9650 2006-08-10  Romain Francoise  <romain@orebokech.com>
9651
9652         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9653         (dns-mode-soa-auto-increment-serial): New user option.
9654         (dns-mode-soa-maybe-increment-serial): New function.
9655         (dns-mode): Add the latter to `write-contents-functions'.
9656
9657 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * compface.el (uncompface): Use binary rather than raw-text-unix.
9660
9661 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * compface.el (uncompface): Make sure the eol conversion doesn't take
9664         place when communicating with the external programs.  Reported by
9665         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9666
9667 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9670
9671 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9672
9673         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9674         Make it more robust by parsing author and date independently.
9675
9676 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9679
9680 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9681
9682         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9683         first matching secret key.
9684         (mml2015-epg-encrypt): Ditto.
9685
9686         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9687         first matching secret key.
9688         (mml1991-epg-encrypt): Ditto.
9689
9690         * mml2015.el (mml2015-encrypt-to-self): New user option.
9691         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9692         mml2015-epg-encrypt-to-self is set.
9693
9694         * mml1991.el (mml1991-encrypt-to-self): New variable.
9695         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9696         mml1991-epg-encrypt-to-self is set.
9697
9698         * mml2015.el (mml2015-signers): New user option.
9699         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9700         (mml2015-epg-encrypt): Allow to select signing keys.
9701
9702         * mml1991.el (mml1991-signers): New variable.
9703         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9704         (mml1991-epg-encrypt): Allow to select signing keys.
9705
9706 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * nnheader.el (nnheader-insert-head): Make it work even if the file
9709         uses CRLF for the line-break code.
9710
9711 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9712
9713         * mml2015.el: Require mml-sec instead of password.
9714         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9715         (mml2015-cache-passphrase): Inherit the default value from
9716         mml-secure-cache-passphrase.
9717         (mml2015-passphrase-cache-expiry): Inherit the default value from
9718         mml-secure-passphrase-cache-expiry.
9719
9720         * mml1991.el: Require mml-sec instead of password.
9721         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9722         (mml1991-cache-passphrase): Inherit the default value from
9723         mml-secure-cache-passphrase.
9724         (mml1991-passphrase-cache-expiry): Inherit the default value from
9725         mml-secure-passphrase-cache-expiry.
9726
9727         * mml-sec.el: Require password.
9728         (mml-secure-verbose): New user option.
9729         (mml-secure-cache-passphrase): New user option.
9730         (mml-secure-passphrase-cache-expiry): New user option.
9731
9732 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9733
9734         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9735         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9736         andreas@altroot.de (Andreas Vögele).
9737
9738         FIXME: Use `tiny change'?
9739
9740 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9741
9742         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9743         workaround for the url package included with Emacs.
9744
9745         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9746
9747 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9750         correctly.  This fixes a bug caused by the 2006-05-12 change.
9751
9752 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9753
9754         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9755         some information about the error when saying that the `bogus' mail
9756         group will be used.
9757
9758 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9761         string.
9762
9763 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9764
9765         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9766
9767 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9768
9769         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9770
9771 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9772
9773         * mml1991.el (mml1991-function-alist): Add epg.
9774         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9775         (mml1991-epg-encrypt): New functions.
9776
9777 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9778
9779         * mml2015.el (mml2015-verbose): New variable.
9780         (mml2015-cache-passphrase): Ditto.
9781         (mml2015-passphrase-cache-expiry): Ditto.
9782         (mml2015-function-alist): Add epg.
9783         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9784         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9785         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9786         functions.
9787
9788 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9789
9790         * message.el (message-cite-original-1): Preserve region when removing
9791         quoted text due to X-No-Archive in order to avoid bogus attribution
9792         when citing multiple messages.
9793
9794 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9795
9796         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9797         Kenneth Jacker <khj@be.cs.appstate.edu>.
9798
9799 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * gnus-diary.el (gnus-user-format-function-d)
9802         (gnus-user-format-function-D): Autoload.
9803
9804         * imap.el (Commentary): Fix typo.
9805
9806         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9807         2006-04-22 contribution.
9808
9809 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9810
9811         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9812         It didn't really fix the bogosity I'm seeing with solid web groups.
9813
9814 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9815
9816         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9817         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9818         created using server names.  If we use the feature without declaring
9819         it, Gnus does not properly manage server and group state.
9820
9821         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9822         bound.
9823
9824 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9825
9826         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9827         looking up the method using GROUP's prefix before inventing a new one.
9828         It is used on killed/unknown groups in various places where returning
9829         an all-new method isn't expected by the caller.
9830
9831         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9832         and match semantics of gnus-group-real-prefix.
9833
9834 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * nnmail.el (nnmail-broken-references-mailers): New variable.
9837         (nnmail-ignore-broken-references): New function generalizing
9838         nnmail-fix-eudora-headers.
9839         (nnmail-fix-eudora-headers): Now obsolete.
9840
9841         * gnus-art.el (gnus-button-handle-custom): Support
9842         `customize-apropos*'.
9843
9844 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9847
9848         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9849         articles.
9850
9851 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * message.el (message-cite-reply-above): New variable.
9854         (message-yank-original): Use it.
9855
9856 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9859
9860 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9863         as read.
9864
9865         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9866
9867 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9870         (gnus-bookmark-default-file): Use gnus-directory.
9871         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9872         Remove "*" in doc string.
9873         (gnus-bookmark-write-file): Simplify.
9874         (gnus-bookmark-maybe-sort-alist): Use `when'.
9875         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9876         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9877         FIXME about Emacs 21 and XEmacs compatibility.
9878         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9879         compatibility.
9880         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9881         compatibility.
9882         (gnus-bookmark-menu-heading): Fix version.
9883
9884 2006-06-19  Bastien Guerry  <bzg@altern.org>
9885
9886         * gnus-bookmark.el: New file.
9887
9888 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * message.el (message-syntax-checks): Doc fix.
9891
9892 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9893
9894         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9895         unsubscribed groups as if they were killed ones.  It causes duplicate
9896         entries in gnus-newsrc-alist.
9897
9898 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * message.el (message-syntax-checks): Doc fix.
9901         (message-send-mail): Add check for continuation headers.
9902         (message-check-news-header-syntax): Fix regexp used to check for
9903         continuation headers.
9904
9905 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9908
9909 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9912
9913 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9916         default-truncate-lines.
9917
9918 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9921         to fill the utf-8 entry.
9922
9923         * lpath.el: Fbind unicode-precedence-list.
9924
9925 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9926
9927         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9928
9929 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9930
9931         * gnus-agent.el (directory-files-and-attributes): Move all the way
9932         forward (the third and final move).
9933         (gnus-agent-read-agentview): Trap reconstruction errors due to
9934         nonexistant directory.  Handle by returning nil.
9935
9936 2006-05-30  Didier Verna  <didier@xemacs.org>
9937
9938         * message.el (message-dont-reply-to-names): Update the custom type.
9939         * message.el (message-dont-reply-to-names): New defsubst: potentially
9940         convert a list of regexps into a single one.
9941         * message.el (message-get-reply-headers): Use it.
9942         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9943
9944 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gnus-agent.el (directory-files-and-attributes): Move forward.
9947
9948 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-ml.el (gnus-mailing-list-subscribe)
9951         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9952         (gnus-mailing-list-message): Fix doc strings.
9953
9954 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9955
9956         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9957         of doing it manually.
9958
9959 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9962         comment.
9963
9964 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9965
9966         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9967         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9968         (gnus-agent-read-local): All symbols allocated in my-obarray.
9969         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9970         (gnus-agent-regenerate-group): Check numeric names to see if they are
9971         messages or groups.
9972         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9973         better way of do this...)
9974
9975         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9976         'dummy.group' (there should be a better way of do this...)
9977
9978 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9981         (gnus-saved-headers): Ditto.
9982         (gnus-default-article-saver): Mention functions may have properties.
9983         (gnus-article-save): Override gnus-save-all-headers and
9984         gnus-saved-headers by :headers property which saver function may have.
9985         (gnus-summary-save-in-file): Add :headers property.
9986         (gnus-summary-write-to-file): Ditto.
9987
9988         * gnus-sum.el (gnus-summary-save-article): Bind
9989         gnus-prompt-before-saving to t when saving many articles in a file;
9990         always show all headers.
9991
9992         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9993
9994 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9997         marks.
9998
9999         * message.el (message-indent-citation): Add optional arguments to allow
10000         using it outside of message buffers.
10001
10002         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10003         (gnus-article-treat-unfold-headers): Use it.
10004         (gnus-article-truncate-lines): New variable.
10005         (gnus-article-mode): Use it.
10006         (gnus-article-toggle-truncate-lines): New function.
10007
10008         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10009         gnus-article-toggle-truncate-lines.
10010
10011         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10012         coding system in XEmacs, use binary.
10013
10014 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10017         after-load-alist.
10018
10019         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10020         this function should save decoded articles.
10021         (gnus-summary-write-to-file): Use property to specify this function
10022         should save decoded articles and specify gnus-summary-save-in-file
10023         should be used to save articles other than the first one when saving
10024         many articles.
10025         (gnus-summary-save-body-in-file): Use property to specify this
10026         function should save decoded articles.
10027         (gnus-summary-write-body-to-file): Use property to specify this
10028         function should save decoded articles and specify
10029         gnus-summary-save-body-in-file should be used to save articles other
10030         than the first one when saving many articles.
10031
10032         * gnus-sum.el (gnus-summary-save-article): Simplify.
10033
10034 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-default-article-saver): Add
10037         gnus-summary-write-body-to-file.
10038         (gnus-article-save-coding-system): Don't use coding system object
10039         in XEmacs.
10040         (gnus-read-save-file-name): Add optional `dir-var' argument which
10041         specifies directory in which files are saved; work even if optional
10042         `variable' argument is not specified.
10043         (gnus-summary-write-to-file): Read file name.
10044         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10045         (gnus-summary-write-body-to-file): New function.
10046
10047         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10048         (gnus-summary-local-variables): Add it.
10049         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10050         (gnus-summary-save-article): Remove optional `decode' argument;
10051         determine whether to decode articles by the value of
10052         gnus-default-article-saver; when saving many files using
10053         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10054         it first and use gnus-summary-save-in-file or
10055         gnus-summary-save-body-in-file thereafter unless
10056         gnus-prompt-before-saving is always; move point to article which
10057         will be saved.
10058         (gnus-summary-save-article-file): Revert.
10059         (gnus-summary-write-article-file): Revert.
10060         (gnus-summary-save-article-body-file): Revert.
10061         (gnus-summary-write-article-body-file): New function.
10062
10063 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-art.el (gnus-default-article-saver): Doc fix.
10066         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10067         from gnus-summary-save-article-coding-system, and default to a
10068         certain coding system.
10069         (gnus-output-to-file): Add coding cookie and encode text according
10070         to gnus-article-save-coding-system; don't use mm-append-to-file.
10071
10072         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10073         gnus-art.el and rename to gnus-article-save-coding-system.
10074         (gnus-summary-save-article): Require gnus-art; don't show all
10075         headers if it decodes articles; don't add coding cookie here;
10076         don't bind mm-text-coding-system-for-write.
10077         (gnus-summary-save-article-file): Save decoded articles.
10078         (gnus-summary-write-article-file): When saving many files, use
10079         gnus-summary-write-to-file first and gnus-summary-save-in-file
10080         thereafter unless gnus-prompt-before-saving is always.
10081         (gnus-summary-save-article-body-file): Save decoded articles.
10082
10083         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10084
10085 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * nnrss.el (nnrss-check-group): Bind hash-index.
10088
10089 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10090
10091         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10092         its hash index.  Store this hash in `nnrss-group-data'.
10093         (nnrss-read-group-data): Update accordingly.
10094
10095 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10098         entry.
10099
10100         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10101         gnus-article-browse-html-article.
10102
10103 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10104
10105         * gnus-sum.el (gnus-summary-mime-map): Add
10106         gnus-article-browse-html-article.
10107
10108         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10109
10110 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10113         suitable coding systems in customize.
10114
10115 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * mail-source.el (mail-sources): Fix custom type.
10118
10119 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10122         (gnus-summary-expire-articles-now): Shorten prompt.
10123
10124         * gmm-utils.el (wid-edit): Require.
10125         (defun-gmm): Renamed from `gmm-defun-compat'.
10126         (gmm-image-search-load-path): Use it.
10127         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10128
10129 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10132         variable.
10133         (gnus-summary-save-article): Add optional `decode' argument.  If
10134         it is set and gnus-summary-save-article-coding-system is non-nil,
10135         save decoded article.
10136         (gnus-summary-write-article-file): Save decoded article if
10137         gnus-summary-save-article-coding-system is non-nil.
10138
10139         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10140         type.
10141
10142 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10145
10146 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10149         first to test gnus-single-article-buffer which may be buffer-local.
10150
10151         * gnus-sum.el (gnus-summary-setup-buffer): Make
10152         gnus-single-article-buffer buffer-local and nil in ephemeral
10153         group; make gnus-article-buffer, gnus-article-current, and
10154         gnus-original-article-buffer always buffer-local.
10155         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10156         group.
10157         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10158
10159 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * nnml.el (nnml-request-compact-group): Compressed files might not
10162         have .gz extension.
10163
10164 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10165
10166         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10167         (mm-copy-to-buffer): Use with-current-buffer.
10168         (mm-display-part): Simplify.
10169         (mm-inlinable-p): Add optional arg `type'.
10170
10171 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10172
10173         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10174         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10175         Try harder to show the attachment internally or externally using
10176         gnus-mime-view-part-as-type.
10177
10178 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * message.el (message-from-style, message-signature-separator)
10181         (message-user-organization-file, message-send-mail-function)
10182         (message-citation-line-function, message-yank-prefix)
10183         (message-indent-citation-function, message-signature)
10184         (message-signature-file, message-signature-insert-empty-line):
10185         Remove autoloads.
10186
10187         * gnus-art.el (gnus-buttonized-mime-types): Remove
10188         "multipart/signed".  Revert 2006-04-26 change.
10189
10190 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191
10192         * gnus.el (gnus-version-number): Bump version.
10193
10194 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10195
10196         * gnus.el: No Gnus v0.5 is released.
10197
10198 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10199
10200         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10201         fetching articles by message-id.
10202
10203 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * message.el (hashcash): Require hashcash as normal.
10206
10207         * ecomplete.el (ecomplete-highlight-match-line): Use
10208         point-at-eol.
10209         (ecomplete-highlight-match-line): Use `highlight', because that
10210         face exists in both Emacs and XEmacs.
10211
10212         * message.el (message-display-abbrev): Use point-at-bol.
10213
10214         * mail-source.el: Don't require timer/timer-funcs.
10215
10216         * gnus-async.el: Ditto.
10217
10218         * password.el: Ditto.
10219
10220         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10221
10222         * mm-url.el: Ditto.
10223
10224         * gnus-xmas.el: Don't require timer-funcs.
10225
10226         * mm-util.el: Require timer/timer-funcs.
10227
10228 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10229
10230         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10231         Close.
10232
10233 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10236         unibyte after clear-decrypt function runs.
10237
10238         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10239         returns as a unibyte string.
10240
10241 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * lpath.el: Revert.
10244
10245         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10246         (pgg-gpg-process-sentinel): Revert.
10247
10248         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10249         (pgg-pgp-lookup-key): Revert.
10250
10251         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10252         (pgg-pgp5-lookup-key): Revert.
10253
10254         * pgg.el (pgg-fetch-key): Revert.
10255
10256 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * lpath.el: Fbind string-as-multibyte for XEmacs.
10259
10260         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10261         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10262         (mml1991-pgg-encrypt): Ditto.
10263
10264         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10265         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10266         a multibyte buffer.
10267
10268         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10269         (pgg-pgp-lookup-key): Ditto.
10270
10271         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10272         (pgg-pgp5-lookup-key): Ditto.
10273
10274         * pgg.el (pgg-fetch-key): Ditto.
10275
10276 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * message.el (message-user-organization-file): Check several
10279         locations of the organization file.
10280
10281         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10282         Add gnus-article-view-part-as-type.
10283
10284         * gnus-art.el (gnus-article-view-part-as-type): New function.
10285
10286         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10287         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10288
10289         * mml.el: Simplify autoload.
10290         (mml-mode): defvar dnd-protocol-alist instead of using
10291         symbol-value.
10292         (mml-default-directory): New variable.
10293         (mml-minibuffer-read-file): Use it.
10294         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10295
10296         * message.el (message-citation-line-format): New variable.
10297         (message-insert-formated-citation-line): New function.
10298         (message-citation-line-function): Add
10299         `message-insert-formated-citation-line' to custom type.
10300
10301         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10302         to doc string.
10303
10304         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10305         depending on mm-verify-option.
10306
10307 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10310         binding pgg-* variables; reimplement the section which prevents
10311         MIME header from being signed.
10312         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10313         pgg-text-mode; remove a blank line at the top of body.
10314
10315         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10316         lines at the top of body; use gnus-newsgroup-charset if there's no
10317         Charset header.
10318
10319 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * message.el (message-self-insert-commands): Doc fix.
10322
10323         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10324         (mm-uu-pgp-encrypted-test): Ditto.
10325         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10326         between header and body; return application/pgp-encrypted handle
10327         if decryption failed; decode decrypted body by charset.
10328
10329         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10330         element match to application/pgp-*.
10331
10332 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10333
10334         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10335         HTML.
10336
10337 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338
10339         * mail-source.el (mail-source-call-script): Message the error
10340         string.
10341
10342 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * gnus-util.el (gnus-byte-compile): Use it.
10345
10346 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10347
10348         * gnus-util.el (kill-empty-logs): New function.
10349
10350 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10351
10352         * message.el (message-mail-alias-type): Doc fix.
10353         (message-mail-alias-type-p): New function.
10354         (message-send): Use it.
10355         (message-mode): Ditto.
10356         (message-strip-forbidden-properties): Ditto.
10357
10358         * ecomplete.el (ecomplete-database-file-coding-system): New
10359         variable.
10360         (ecomplete-save): Use it.
10361         (ecomplete-setup): Use it.
10362
10363 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * message.el (message-self-insert-commands): New variable.
10366         (message-strip-forbidden-properties): Use it.
10367
10368 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10371         that doesn't make XEmacs choke.
10372
10373 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-util.el (gnus-replace-in-string):
10376         Prefer replace-regexp-in-string over of replace-in-string.
10377
10378 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-util.el (gnus-select-frame-set-input-focus):
10381         Use select-frame-set-input-focus if it is available in XEmacs; use
10382         definition defined in Emacs 22 for old Emacsen.
10383
10384         * dgnushack.el: Autoload unmorse-region for XEmacs.
10385
10386         * lpath.el: Bind cursor-in-non-selected-windows and
10387         select-frame-set-input-focus for XEmacs.
10388
10389 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10392
10393 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10394
10395         * gnus-registry.el (gnus-registry-cache-save): Remove text
10396         properties when saving via the temp buffer.
10397
10398 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * message.el (message-generate-hashcash): Honor custom type.
10401
10402 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * message.el (message-generate-hashcash): Default to non-nil when
10405         hashcash is found.
10406
10407         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10408         (gnus-refer-thread-limit): Increase default to 500.
10409
10410         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10411
10412         * flow-fill.el (fill-flowed): Allow delete-space.
10413
10414 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10417         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10418         Remove autoloads.
10419
10420 2006-04-18  Simon Josefsson  <jas@extundo.com>
10421
10422         * message.el (message-generate-hashcash): Default to.
10423
10424 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10427         concatenating segments rather than before concatenating them.
10428
10429 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10432
10433 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10436
10437         * message.el (message-forward-make-body-plain): Allow
10438         message-forward-ignored-headers to be a list.
10439         (message-remove-ignored-headers): Factor out into function.
10440         (message-forward-make-body-mml): Use it.
10441
10442         * imap.el (imap-quote-specials): New function.
10443         (imap-login-auth): Quote specials.
10444
10445         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10446         (rfc2231-parse-string): Allow concatanation of parameters that
10447         aren't contiguous.  The test case is
10448           (mail-header-parse-content-type "message/external-body;
10449             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10450             access-type=LOCAL-FILE;
10451             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10452
10453 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10454
10455         * nntp.el (nntp-accept-process-output): Return the value of
10456         `nnheader-accept-process-output'.
10457
10458 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459
10460         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10461         (gnus-button-alist): Recognize more diff formats.
10462         (gnus-button-patch): Strip directory.
10463
10464 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10467         Emacs 22 when setting focus.
10468
10469 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus-art.el (gnus-article-treat-types): Do treatment of
10472         text/x-verbatim parts.
10473         (gnus-button-patch): New command.
10474
10475         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10476         addresses that contain invalid characters.
10477
10478 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479
10480         * message.el (message-put-addresses-in-ecomplete): Use
10481         gnus-replace-in-string.
10482         (message-is-yours-p): Use the more correct
10483         mail-header-parse-address instead of
10484         mail-extract-address-components.
10485         (message-put-addresses-in-ecomplete): Fix typo.
10486
10487         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10488         keystroke.
10489
10490         * gnus-art.el (gnus-treatment-function-alist): Change order of
10491         newsgroups/generic header folding to avoid double-folding.
10492
10493         * message.el (message-hidden-headers): Add X-Draft-From.
10494
10495         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10496         command.
10497         (gnus-summary-repeat-search-article-backward): New command.
10498
10499         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10500         groups in the parent topic.
10501
10502 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10503
10504         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10505         (spam-extra-header-to-number): Return the CRM114 number as a
10506         number instead of a string.
10507
10508 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * gnus-art.el (gnus-face-properties-alist): Moved here from
10511         gnus-fun.
10512
10513         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10514
10515 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10516
10517         * message.el (message-strip-forbidden-properties): Only display on
10518         self-insert-command.
10519
10520         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10521         reindent.
10522         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10523
10524 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10525
10526         * smiley.el (smiley-style): Fix typo.
10527
10528 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * hashcash.el (hashcash-insert-payment-async-2): Use
10531         message-goto-eoh instead of doing it manually.
10532         (mail-add-payment): Use message-narrow-to-header instead of trying
10533         to do the same itself.
10534
10535         * message.el (message-hidden-headers): Add Face.
10536
10537         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10538         reparenting code.
10539         (gnus-summary-reparent-children): Refactored out code.
10540         (gnus-summary-thread-map): New keystroke.
10541         (gnus-summary-reparent-children): Make into command.
10542
10543         * smiley.el (smiley-style): Default to `medium' if using a large
10544         font.
10545
10546         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10547         does it itself.
10548
10549         * message.el (message-point-in-header-p): Simplify definition.
10550
10551 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * nnagent.el (nnagent-request-set-mark): Silence log file
10554         writing.
10555         (nnagent-request-set-mark): Use write-region instead of
10556         append-to-file.
10557
10558         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10559         strange select method.
10560
10561         * ecomplete.el (ecomplete-display-matches): Get highlightling
10562         right.
10563         (ecomplete-display-matches): Use literals.
10564         (ecomplete-display-matches): Disable message logging.
10565
10566         * message.el (message-display-abbrev): Small optimization.
10567
10568         * ecomplete.el (ecomplete-display-matches): Allow automatic
10569         display.
10570
10571         * message.el (message-strip-forbidden-properties): Display
10572         abbrevs.
10573         (message-display-abbrev): Get automatic display right.
10574
10575         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10576         keystrokes.
10577
10578 2006-04-13  Romain Francoise  <romain@orebokech.com>
10579
10580         TODO: Backport to v5-10!
10581
10582         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10583         Moved here (and renamed) from gnus-registry.el.
10584
10585         * gnus-registry.el: Require gnus-util.
10586         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10587
10588 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * gnus-group.el (gnus-group-catchup-current): Change
10591         if-then-else-if-then-else into cond.
10592         (gnus-group-catchup): Indent.
10593         (group-name-at-point): New function.
10594         (gnus-fetch-group): Provide default from thing at point.
10595
10596 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * message.el (message-display-abbrev): Fix regexp.
10599
10600         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10601         choosing.
10602         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10603         dead variables.
10604
10605         * message.el (message-newline-and-indent): Remove debugging.
10606         (message-display-abbrev): Use new implementation.
10607
10608 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus-art.el (gnus-article-mode): Set
10611         cursor-in-non-selected-windows to nil.
10612
10613         * smiley.el: Revert previous change.
10614         (smiley-data-directory): defvar it before using it in the
10615         defcustom of `smiley-style'.
10616
10617 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * message.el (message-newline-and-indent): New function.
10620
10621         * ecomplete.el: Implement more bits.
10622
10623         * message.el (message-put-addresses-in-ecomplete): Clean up the
10624         string.
10625
10626         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10627
10628         * gnus-sum.el (gnus-summary-save-parts): Bind
10629         gnus-summary-save-parts-counter and use it to make unique file
10630         names.
10631
10632         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10633
10634         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10635         parameter to say whether to actually parse the individual
10636         addresses.
10637
10638         * message.el (message-put-addresses-in-ecomplete): New function.
10639         (ecomplete): Require.
10640         (message-mail-alias-type): Add ecomplete as an option.
10641
10642 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10643
10644         * flow-fill.el (fill-flowed): Remove trailing space from blank
10645         quoted lines.
10646
10647 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * smiley.el (smiley-style): Move definition later to avoid a
10650         compilation warning.
10651
10652 2006-04-12  Kenichi Handa  <handa@m17n.org>
10653
10654         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10655         buffer and then decode the buffer text if necessary.
10656         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10657         first, and after mm-encode-body, change the buffer to unibyte.
10658         Use mm-disable-multibyte instead of set-buffer-multibyte.
10659
10660 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10663         Content-Type header instead of Content-Disposition header.
10664         (gnus-mime-inline-part): Ditto.
10665         (gnus-mime-view-part-as-charset): Ignore charset that the part
10666         specifies.
10667
10668         * mm-decode.el (mm-display-part): Work with external parts and
10669         usual parts similarly.
10670
10671         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10672         instead of gnus-display-mime.
10673
10674         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10675         instead of with-temp-buffer.
10676
10677         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10678         tag to summarized topics part in order to encode non-ASCII text.
10679
10680 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * smiley.el (smiley-style): New variable.
10683         (smiley-directory): New function.
10684         (smiley-data-directory): Derive from `smiley-style' using
10685         `smiley-directory'.
10686         (smiley-regexp-alist): Add new entries.
10687
10688         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10689         (gnus-article-browse-delete-temp): Add :version.
10690
10691 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10692
10693         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10694         the sieve region.
10695
10696 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * gnus.el (gnus-version-number): Bump version.
10699
10700 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus.el: No Gnus v0.4 is released.
10703
10704 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10707         layout.
10708
10709         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10710         unknown charset.
10711
10712         * message.el (message-header-synonyms): Add Original-To to the
10713         default.
10714
10715         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10716         optional parameter.
10717
10718 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-fun.el (gnus): Require it for gnus-directory.
10721
10722 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10725
10726 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10727
10728         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10729
10730 2006-04-05  Simon Josefsson  <jas@extundo.com>
10731
10732         * password.el (password-reset): New function.
10733
10734 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10735
10736         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10737         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10738
10739 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10740
10741         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10742         Some whitespace was matched into the url, which broke browsing hits
10743         > 100 when mm-url-use-external was nil.
10744
10745 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10748         gnus-extra-headers for 'Newsgroups.
10749
10750         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10751         bound.
10752
10753 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10754
10755         * pgg-gpg.el: Clean up process buffers every time gpg processes
10756         complete.
10757
10758 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10761         doc string.
10762
10763 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10764
10765         * pgg-gpg.el (pgg-gpg-process-filter)
10766         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10767
10768         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10769         lines, temporary fix.
10770
10771 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10774
10775 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10776
10777         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10778         default-enable-multibyte-characters.  This reverts the change from
10779         revision 6.17 which is no longer necessary because the passphrase
10780         is sent separately now.  GnuPG messages are unreadable under
10781         multibyte locales with default-enable-multibyte-characters set to
10782         nil.
10783
10784 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * message.el (message-tool-bar-gnome): Move "spell".
10787
10788 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10791         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10792         instead.
10793
10794 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10795
10796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10797         newsgroups handling for NNTP overviews which don't include
10798         Newsgroups.
10799
10800 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10801
10802         * message.el (message-resend): Bind message-generate-hashcash to nil.
10803
10804 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10805
10806         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10807         when searching for already-paid recipients.
10808
10809 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10810
10811         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10812         passphrases when it is not needed.
10813         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10814         passphrase stuff from gpg, should only be necessary when you use
10815         gpg with a smartcard.
10816
10817 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * mml.el (mml-insert-mime): Ignore cached contents of
10820         message/external-body part.
10821
10822         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10823         (mm-insert-part): Ditto.
10824
10825 2006-03-23  Simon Josefsson  <jas@extundo.com>
10826
10827         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10828         Reiner.
10829         (pgg-gpg-use-agent-p): Use it again.
10830
10831 2006-03-23  Simon Josefsson  <jas@extundo.com>
10832
10833         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10834         older emacsen.
10835         (pgg-gpg-use-agent-p): Don't use it.
10836
10837 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10840         if we can.
10841
10842 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10843
10844         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10845         (pgg-gpg-update-agent): New function.
10846         (pgg-gpg-use-agent-p): New function.
10847         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10848         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10849         (pgg-gpg-sign-region): Use it.
10850
10851 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10854         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10855
10856 2006-03-21  Simon Josefsson  <jas@extundo.com>
10857
10858         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10859         <wilde@sha-bang.de>.
10860         (pgg-gpg-use-agent): New variable.
10861         (pgg-gpg-process-region): Use it.
10862         (pgg-gpg-encrypt-region): Likewise.
10863         (pgg-gpg-encrypt-symmetric-region): Likewise.
10864         (pgg-gpg-decrypt-region): Likewise.
10865         (pgg-gpg-sign-region): Likewise.
10866         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10867
10868 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10871
10872         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10873         Add comment on version.
10874
10875 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * smiley.el: Add missing test smiley.
10878
10879 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * mm-decode.el (mm-with-part): New macro.
10882         (mm-get-part): Use it; work with message/external-body as well.
10883         (mm-save-part): Treat name and filename equally.
10884
10885         * mm-extern.el (mm-extern-cache-contents): New function.
10886         (mm-inline-external-body): Use it; force the part to be displayed;
10887         move undisplayer added to the cached handle to the parent.
10888
10889         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10890         (gnus-mime-view-part-as-type): Work with message/external-body.
10891
10892         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10893
10894 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10897         images in image-load-path.  [Sync with image.el, revision 1.60, in
10898         Emacs.]
10899
10900 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10903         path rather than symbol.  Always return list of directories.
10904         Guarantee that image directory comes first.  [Sync with image.el,
10905         revision 1.59, in Emacs.]
10906
10907         * message.el (message-make-tool-bar): Adjust to new API of
10908         `gmm-image-load-path-for-library'.
10909
10910         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10911
10912         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10913
10914 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10915
10916         * gnus-art.el (gnus-article-only-boring-p):
10917         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10918         intangible text.
10919         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10920
10921 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10924         `defun' instead of `gmm-defun-compat'.
10925
10926 2006-03-14  Simon Josefsson  <jas@extundo.com>
10927
10928         * message.el (message-unique-id): Don't use message-number-base36
10929         if (user-uid) is a float.
10930         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10931
10932 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10935
10936         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10937         empty line between a part and a message part.
10938
10939 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * smiley.el: Add more test smileys.
10942         (smiley-data-directory, smiley-regexp-alist)
10943         (gnus-smiley-file-types): Fix doc strings.
10944         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10945         adding new elements.
10946         (smiley-mouse-map): Unused code.  Make it a comment.
10947
10948 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10951         scan latest NoCeM messages instead of old ones.
10952         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10953         delimiters that are recently used.
10954         (gnus-nocem-load-cache): Add autoload cookie.
10955
10956         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10957
10958         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10959         level which is larger than gnus-use-nocem is specified.
10960
10961         * gnus-group.el (gnus-group-get-new-news): Ditto.
10962
10963 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gnus-util.el (gnus-tool-bar-update): New function.
10966
10967         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10968         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10969
10970         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10971
10972         * gnus-group.el (gnus-group-redraw-when-idle)
10973         (gnus-group-redraw-check): Remove.
10974         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10975
10976 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10979         if optional last element is specified in splits (FIELD VALUE...).
10980
10981 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10984         to gmm-image-load-path-for-library.  Call with no-error argument.
10985         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10986
10987         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10988
10989         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10990
10991         * gmm-utils.el (gmm-image-load-path): Remove alias.
10992
10993 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * gmm-utils.el (gmm-image-load-path): Add alias.
10996
10997         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10998         nnml-generate-nov-databases-1.
10999         (nnml-generate-nov-databases): Use it.
11000         (nnml-generate-nov-databases-directory): Document no-active
11001         argument.
11002
11003         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11004         directory if path is t.  Add no-error.
11005
11006         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11007         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11008
11009         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11010         resetting gnus-article-browse-html-temp-list.
11011
11012         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11013         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11014         Add example to docstring.  Rename local variables.  Move error
11015         checks to default case in cond and simplify.
11016
11017 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11020         handle is multipart when calling it recursively.
11021         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11022
11023 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11024
11025         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11026         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11027
11028 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11031         is loaded.
11032
11033         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11034         loaded.
11035
11036 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11039         to "Emacs 23 (unicode)" in doc string.
11040
11041         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11042         "Emacs 23 (unicode)" in comment.
11043
11044 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11047
11048         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11049         characters 160 through 255 in Emacs 23.
11050
11051 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11054         gnus-article-browse-html-temp.
11055         (gnus-article-browse-delete-temp): Make it customizable.  Add
11056         `file'.  Adjust doc string.
11057         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11058         query for each file.  Adjust doc string.
11059         (gnus-article-browse-html-parts): Add
11060         `gnus-article-browse-delete-temp-files' to
11061         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11062
11063 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11064
11065         * gnus-art.el (gnus-article-browse-html-temp)
11066         (gnus-article-browse-delete-temp): New variables.
11067         (gnus-article-browse-delete-temp-files): New function.
11068         (gnus-article-browse-html-parts): Use it.
11069
11070 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11073
11074         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11075         string.
11076
11077         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11078         gnus-summary-insert-new-articles when unplugged.  Remove
11079         gnus-summary-search-article-forward.
11080
11081         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11082         display-visual-class instead of display-color-cells.
11083
11084 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * dgnushack.el: Autoload customize-group for XEmacs.
11087
11088         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11089         message/* containing non-ASCII text properly.
11090
11091 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * message.el: Require gmm-utils, remove autoloads.
11094         (message-tool-bar): Set default based on
11095         gmm-tool-bar-style.
11096         (message-tool-bar-gnome): Add gmm-customize-mode.
11097
11098         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11099         gmm-tool-bar-style.
11100         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11101
11102         * gnus-group.el (gnus-group-tool-bar): Set default based on
11103         gmm-tool-bar-style.
11104         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11105
11106         * gmm-utils.el (gmm-image-directory): Rename variable from
11107         gmm-image-load-path.
11108         (gmm-image-load-path): Use gmm-image-directory.
11109         (gmm-customize-mode): New function.
11110         (gmm-tool-bar-style): New variable.
11111
11112         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11113         gnus-group-redraw-line-number.
11114         (gnus-group-redraw-check): Simplify.
11115         (gnus-group-tool-bar-update): Remove redraw check.
11116         (gnus-group-make-tool-bar): Add redraw check.
11117
11118 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11119
11120         * gnus-art.el (gnus-button): Add missing parentheses.
11121
11122 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * lpath.el: Fbind line-number-at-pos.
11125
11126 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11129
11130 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * gnus-art.el (gnus-button): New face.
11133         (gnus-article-button-face): Use it.
11134
11135         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11136         gnus-summary-next-page.  Re-order.
11137
11138         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11139         next-node are now included.
11140         (gnus-group-redraw-line-number): New internal variable.
11141         (gnus-group-redraw-check): Helper function for updating the tool
11142         bar.
11143         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11144
11145         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11146
11147         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11148         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11149         Use it to match format of Spamassassin 3.0 and later.  Reported by
11150         IRIE Tetsuya <irie@t.email.ne.jp>.
11151         (spam-check-bogofilter)
11152         (spam-bogofilter-register-with-bogofilter): Fix args of
11153         `gnus-error' calls.
11154
11155 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11158         unnecessary interaction when sending queued mails.  Reported by
11159         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11160
11161 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11164         first or last are nil.
11165
11166 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11167
11168         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11169
11170 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11173
11174 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * dns.el (query-dns): Protect more against buggy tcp output.
11177
11178 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11181         nov.php.
11182
11183 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11184
11185         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11186         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11187         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11188         output on the server side.
11189         (nnweb-google-create-mapping): Update regexps and add some
11190         progress indication.
11191
11192 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11195         gnus-agent-toggle-plugged.  Re-order icons.
11196         (gnus-group-tool-bar-gnome): Add
11197         gnus-group-{prev,next}-unread-group.
11198         (gnus-group-tool-bar-gnome): Re-order icons.
11199
11200         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11201         gnus-summary-insert-new-articles.
11202
11203         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11204         comments.
11205
11206         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11207         also available in Emacs 21.3.
11208
11209         * message.el (message-fix-before-sending): Change "Emacs 22" to
11210         "Emacs 23 (unicode)" in comment.
11211
11212         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11213         "Emacs 23 (unicode)" in comment.
11214
11215         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11216         comment.
11217         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11218
11219         * mm-view.el (mm-fill-flowed): Add :version.
11220
11221 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11224         and load-path.
11225
11226 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * message.el: Autoload gmm-image-load-path.
11229         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11230         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11231         consitency.
11232
11233         * gmm-utils.el (gmm-image-load-path): Also search in
11234         "../etc/images".  Don't set gmm-image-load-path if we don't find
11235         the image.
11236
11237 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gmm-utils.el (gmm-image-load-path): Don't make
11240         `gmm-image-load-path' include subdirectories which the second arg
11241         `image' might specify.
11242
11243         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11244         subdirectory to icon file names.
11245
11246         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11247
11248 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11251         gmm-image-load-path calls.
11252
11253         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11254
11255         * message.el (message-make-tool-bar): Ditto.
11256
11257         * mml.el (mml-preview): Added comment concerning tool bar icons.
11258
11259         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11260         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11261
11262         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11263         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11264
11265         * message.el (message-tool-bar-gnome): Use new icon names.
11266         (message-make-tool-bar): Use `gmm-image-load-path'.
11267
11268         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11269         functions from MH-E.
11270         (gmm-image-load-path): New variable from MH-E.
11271         (gmm-image-load-path): New function from MH-E.  Added arguments
11272         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11273         *-image-load-path-called-flag.
11274
11275 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11276
11277         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11278
11279 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11280
11281         * nnimap.el (nnimap-request-move-article): Change folder back to
11282         source group before deleting.
11283
11284 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11287
11288         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11289         mm-url.
11290
11291         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11292
11293 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11296         coding system which mm-charset-to-coding-system returns for a
11297         given charset is valid.
11298
11299 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11300
11301         * html2text.el (html2text-remove-tag-list):
11302         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11303
11304 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11305
11306         * gnus-cus.el: Revert 2005-10-17 change.
11307
11308 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-art.el (article-strip-banner): Call
11311         article-really-strip-banner only when the regexp match is made.
11312
11313 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-art.el (article-strip-banner): Use
11316         gnus-extract-address-components instead of
11317         mail-header-parse-addresses to make it work with non-ASCII text;
11318         remove mail-encode-encoded-word-string.
11319
11320         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11321         values which are surrounded with \"...\"; make it never cause a
11322         Lisp error; give up parsing of parameters if it failed in
11323         extracting type.
11324
11325 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11326
11327         * smime.el (smime-cert-by-ldap-1): Fix bug where
11328         `smime-ldap-search' returns results without userCertificates.
11329
11330 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11333
11334 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * spam.el (spam-check-spamassassin-headers): Adapt format for
11337         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11338         <ari@mbf.ocn.ne.jp>.
11339         (spam-list-of-processors): Add spam-use-gmane.
11340
11341 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11344         make-temp-file; make it work with XEmacs as well.
11345
11346         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11347         mm-make-temp-file.
11348
11349         * mm-decode.el (mm-display-external): Use the 3rd arg of
11350         mm-make-temp-file.
11351         (mm-create-image-xemacs): Ditto.
11352
11353 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11356         with message-narrow-to-headers.
11357         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11358         (gnus-draft-check-draft-articles): New function.
11359         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11360
11361 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * gnus-art.el (gnus-article-browse-html-parts):
11364         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11365         Don't use suffix argument for mm-make-temp-file for Emacs 21
11366         compatibility.  Remove useless `format'.
11367
11368 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11369
11370         * nnweb.el (nnweb-google-wash-article): Update regexps.
11371         (nnweb-group-alist): Use defvoo instead of defvar.
11372
11373 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11376         re-loading nn* modules.
11377
11378 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11381         for `tool-bar-mode' and don't check it's default-value.
11382
11383         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11384
11385         * message.el (message-make-tool-bar): Ditto.
11386
11387         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11388         `substring'.  Shorten tmp-file name.
11389
11390         * gnus.el: Remove bogus comment.
11391
11392 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11393
11394         * gnus-art.el (gnus-article-browse-html-parts): New function.
11395         (gnus-article-browse-html-article): New function for viewing html
11396         articles with a browser.
11397
11398 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11399
11400         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11401         in elisp.
11402         (pgg-gpg-encrypt-symmetric-region): Ditto.
11403         (pgg-gpg-sign-region): Ditto.
11404
11405         * pgg-def.el (pgg-text-mode): New variable.
11406
11407         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11408         (mml2015-pgg-encrypt): Ditto.
11409
11410         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11411         (mml1991-pgg-encrypt): Ditto.
11412
11413 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11416         message-make-date instead of current-time-string.
11417
11418         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11419         to gnus-decoded which mm-uu might set.
11420
11421 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11424         don't decode quoted parameters; remove misimported Emacs code.
11425         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11426         (rfc2231-decode-encoded-string): Don't use split-string which
11427         behaves differently according to Emacs version; use
11428         mm-decode-coding-region to convert charset to coding-system.
11429         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11430         (rfc2231-encode-string): Remove misimported Emacs code.
11431
11432 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11435         when calling mail-header-parse-content-type.
11436         (article-de-quoted-unreadable): Ditto.
11437         (article-de-base64-unreadable): Ditto.
11438         (article-wash-html): Ditto.
11439
11440         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11441         calling mail-header-parse-content-type and
11442         mail-header-parse-content-disposition.
11443         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11444         mail-header-parse-content-type.
11445
11446         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11447         insert charset and format parameters; encode description after
11448         inserting it to buffer.
11449         (mml-insert-parameter): Fold lines properly even if a parameter is
11450         segmented into two or more lines; change the max column to 76.
11451
11452         * rfc1843.el (rfc1843-decode-article-body): Don't use
11453         ignore-errors when calling mail-header-parse-content-type.
11454
11455         * rfc2231.el (rfc2231-parse-string): Return at least type if
11456         possible; don't cause an error even if it fails in parsing of
11457         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11458         (rfc2231-encode-string): Don't break lines at the beginning, leave
11459         it to mml-insert-parameter.
11460
11461         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11462         calling mail-header-parse-content-type.
11463
11464 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * spam-report.el (spam-report-gmane-use-article-number):
11467         Improve doc string.
11468         (spam-report-gmane-internal): Check if a suitable header was found
11469         in the article.
11470
11471 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11474         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11475
11476 2006-02-05  Romain Francoise  <romain@orebokech.com>
11477
11478         Update copyright notices of all files in the gnus directory.
11479
11480 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11481
11482         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11483
11484 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11487         segmented lines of parameter value to cope with Thunderbird 1.5
11488         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11489         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11490         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11491
11492 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11493
11494         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11495         parts.
11496
11497 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11498
11499         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11500         there's only one active file for all servers.
11501         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11502         solid groups.  Gnus might have used a FAST request to select the group.
11503         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11504         and nnweb-search redundantly in the active file.
11505         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11506         (nnweb-request-create-group): Don't use ARGS.
11507         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11508         initialisations.  Let nnoo do the work.
11509
11510 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11513         Say the part has been decoded.
11514
11515         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11516
11517 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11518
11519         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11520         mailcap-viewer-test-cache when there's no 'test clause, since that
11521         will invert the meaning of a "nil" test previously determined by
11522         mailcap-mailcap-entry-passes-test.
11523
11524 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11527         compiling.
11528
11529         * gnus-sum.el: Ditto.
11530
11531         * message.el: Don't bind tool-bar-map when compiling.
11532
11533 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11536
11537 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11538
11539         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11540         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11541         current Google Groups.
11542
11543 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11546         and tool-bar-mode.
11547
11548         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11549         and tool-bar-mode.
11550
11551         * message.el (message-tool-bar-update): Simplify.
11552         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11553
11554         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11555         gnus-summary-buffer.
11556         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11557         gnus-summary-reply.
11558
11559         * gmm-utils.el (gmm): Add :version.
11560
11561 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * Makefile.in (clean): New rule.
11564         (distclean): Use it.
11565
11566 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11567
11568         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11569         autoload.
11570
11571 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gmm-utils.el (gmm-verbose): Add :group.
11574
11575 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * message.el: Change some comments WRT tool-bars.
11578
11579         * gnus-sum.el (gnus-summary-tool-bar)
11580         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11581         (gnus-summary-tool-bar-zap-list): New variables.
11582         (gnus-summary-make-tool-bar): Complete rewrite using
11583         `gmm-tool-bar-from-list'.
11584
11585         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11586         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11587         variables.
11588         (gnus-group-make-tool-bar): Complete rewrite using
11589         `gmm-tool-bar-from-list'.
11590         (gnus-group-tool-bar-update): New function.
11591
11592         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11593
11594 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11597         is dissected into a single part of which the type is the same as
11598         the given one; decode charset.
11599
11600 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11601
11602         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11603         into alists as symbol not string, since that's what
11604         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11605         look for.
11606
11607 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11610         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11611
11612         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11613
11614 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11617         (gnus-xmas-mime-security-button-menu): New function.
11618
11619         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11620         (gnus-mime-security-button-menu): New definition.
11621         (gnus-mime-security-button-map): Use them.
11622         (gnus-mime-security-button-menu): New function.
11623         (gnus-insert-mime-security-button): Addition to help echo.
11624         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11625         (gnus-mime-security-pipe-part): New functions.
11626
11627         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11628         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11629
11630         * mm-decode.el (mm-handle-set-disposition): Remove.
11631         (mm-handle-set-description): Remove.
11632
11633 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11636         (mm-w3m-standalone-supports-m17n-p): New function.
11637         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11638         w3m usage.
11639
11640         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11641         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11642
11643 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * message.el (message-tool-bar-zap-list): Use
11646         gmm-tool-bar-zap-list as custom type.
11647         (message-tool-bar-update): New function.
11648         (message-tool-bar, message-tool-bar-gnome)
11649         (message-tool-bar-retro): Add message-tool-bar-update.
11650         (message-tool-bar-gnome): Add flyspell-buffer.
11651
11652         * gnus-util.el (gnus-error): Describe `args'.
11653
11654         * gmm-utils.el (gmm-error): Describe `args'.
11655         (gmm-tool-bar-zap-list): New widget.
11656         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11657
11658 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11661         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11662         the number of recursive calls.
11663
11664         * mm-decode.el (mm-handle-set-disposition): New macro.
11665         (mm-handle-set-description): New macro.
11666
11667 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11670         encoding.
11671
11672 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * message.el (message-tool-bar-zap-list, message-tool-bar)
11675         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11676         (message-tool-bar-local-item-from-menu): Remove.
11677         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11678         (message-make-tool-bar): New function.
11679         (message-mode): Use `message-make-tool-bar'.
11680
11681         * gmm-utils.el: New file.
11682         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11683         (gmm-lazy): New widget copied from `nnmail.el'.
11684         (gmm-tool-bar-from-list): New function for creating customizable
11685         tool bars.
11686         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11687         output.
11688         (gmm): Add :prefix to defgroup.
11689
11690 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11691
11692         * gmm-utils.el (gmm-widget-p): New function.
11693
11694 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * mml.el (mml-attach-file): Describe `description' in doc string.
11697         (mml-menu): Add Emacs MIME manual and PGG manual.
11698
11699 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11700
11701         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11702
11703 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11704
11705         * nntp.el (nntp-end-of-line): Doc fix.
11706
11707 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11708
11709         * imap.el (imap-open): Handle case where buffer is a buffer
11710         object.
11711
11712 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11713
11714         * gnus-delay.el (gnus-delay): Don't autoload.
11715         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11716         to be re-loaded when customizing the `gnus-delay' group.
11717
11718 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11719
11720         * message.el (message-insert-citation-line): Use newlines.
11721
11722 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11723
11724         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11725         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11726         these routines, so the passphrase can be managed externally and
11727         passed in to the system.
11728         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11729         pgg-add-passphrase-to-cache function.
11730
11731         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11732         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11733         these routines, so the passphrase can be managed externally and
11734         passed in to the system.
11735         (pgg-pgp5-sign-region): Use new name of
11736         pgg-add-passphrase-to-cache function.
11737
11738 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11739
11740         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11741         part of the decoded armor to find the key-identifier.
11742         (pgg-gpg-lookup-key-owner): New function to return the
11743         human-readable identifier of a key owner.
11744         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11745         itself.
11746         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11747         the key value) if we have a key and can match it against a secret
11748         key.  Also, added a note pointing out fact that the prompt only
11749         indicates the first matching key.
11750
11751         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11752         pgg-decrypt-region.
11753         (pgg-add-passphrase-to-cache): Rename from
11754         `pgg-add-passphrase-cache' to reduce confusion (all callers
11755         changed).
11756         (pgg-remove-passphrase-from-cache): Rename from
11757         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11758         changed).
11759         (pgg-read-passphrase, pgg-add-passphrase-cache)
11760         (pgg-remove-passphrase-cache): Add informative docstrings.
11761         (pgg-decrypt): Convey provided passphrase in subordinate call to
11762         pgg-decrypt-region.
11763
11764 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11765
11766         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11767         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11768         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11769         'passphrase' argument, so the passphrase can be managed externally
11770         and then passed in to the system.
11771
11772         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11773         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11774         so the passphrase cache can be used reliably with identifiers
11775         besides a pgp packet's key id.
11776
11777         * pgg-gpg.el (pgg-gpg-encrypt-region)
11778         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11779         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11780         these routines, so the passphrase can be managed externally and
11781         passed in to the system.
11782
11783         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11784         'notruncate' argument, so the passphrase cache can be used
11785         reliably with identifiers besides a pgp packet's key id.
11786
11787 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11788
11789         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11790         symmetric encryption.
11791         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11792         encrypted session key.
11793         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11794         message ask for the passphrase in a proper way.
11795
11796         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11797         New user commands for symmetric encryption.
11798
11799 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11802
11803         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11804
11805 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11806
11807         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11808
11809 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * mm-decode.el (mm-inlined-types): Add application/pgp.
11812         (mm-automatic-display): Ditto.
11813
11814         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11815         part as text.
11816
11817 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * nnrss.el: Update copyright.
11820         (nnrss-opml-import): Query whether to subscribe to each entry.
11821
11822         * gnus-art.el:
11823         * gnus-sum.el:
11824         * gnus-xmas.el:
11825         * messagexmas.el:
11826         * mm-uu.el:
11827         * mm-view.el: Update copyright.
11828
11829 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * message.el (message-info): New function.
11832         (message-mode-menu): Add it.
11833         Update copyright.
11834
11835         * ChangeLog: Fix and update copyright.
11836
11837 2006-01-13  Romain Francoise  <romain@orebokech.com>
11838
11839         * message.el (message-forward-subject-name-subject): Prefer the
11840         address to 'nowhere' if the sender has no name.
11841         Fix typo.  Update copyright year.
11842
11843 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-art.el (article-wash-html): Use
11846         gnus-summary-show-article-charset-alist if a numeric arg is given.
11847         (gnus-article-wash-html-with-w3m-standalone): New function.
11848
11849         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11850         mm-inline-text-html-render-with-w3m-standalone.
11851         (mm-text-html-washer-alist): Map w3m-standalone to
11852         gnus-article-wash-html-with-w3m-standalone.
11853         (mm-inline-text-html-render-with-w3m-standalone): New function.
11854
11855 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11858         Improve LaTeX.
11859
11860 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11863         (nnrss-request-article): Render text/plain parts as HTML.
11864
11865         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11866         the buffer.
11867
11868 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11871         custom definition of `gnus-posting-styles'.
11872
11873         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11874         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11875
11876 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11879         Use nntp for bug archive.
11880
11881 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11884         parts.
11885         (nnrss-normalize-date): New function converts ISO 8601 date into
11886         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11887         (nnrss-check-group): Use it.
11888
11889 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11892
11893         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11894         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11895         (nnrss-insert-w3): Ditto.
11896
11897 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11900         the articles to be forwarded including the case where neither a
11901         number of articles nor a region is specified.
11902
11903 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nnrss.el (nnrss-request-article): Fix last change; fill
11906         text/plain parts.
11907
11908 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11911         in text/plain part.
11912         (nnrss-check-group): Don't add excessive newline to dc:subject.
11913
11914 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11915
11916         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11917         article.
11918
11919 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11922         (nnml-use-compressed-files, nnml-save-mail): Support other
11923         comression programs such as bzip2.
11924
11925 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926
11927         * dns.el (query-dns): Make sure we check the buffer size before
11928         removing tcp headers.
11929
11930 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11933         remove MIME buttons associated with multipart/alternative parts.
11934         (gnus-mime-display-alternative): Tag buttons using `article-type'
11935         text property.
11936
11937         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11938         associated with multipart/alternative parts.
11939
11940         * gnus-art.el (gnus-signature-separator): Fix custom type.
11941
11942         * mm-decode.el (mm-inlined-types): Fix custom type.
11943         (mm-keep-viewer-alive-types): Ditto.
11944         (mm-automatic-display): Ditto.
11945         (mm-attachment-override-types): Ditto.
11946         (mm-inline-override-types): Ditto.
11947         (mm-automatic-external-display): Ditto.
11948
11949 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * spam-report.el (spam-report-user-mail-address)
11952         (spam-report-user-agent): New variables.
11953         (spam-report-url-ping-plain): Use spam-report-user-agent.
11954
11955 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11956
11957         * gnus-art.el (gnus-button-handle-custom): Do not just use
11958         `customize-apropos' for any "M-x customize-*" button but the
11959         function called for.  Accept both the function name and its
11960         argument in order to achieve this.
11961         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11962         function name to `gnus-button-handle-custom' in case of "M-x
11963         customize-*" buttons.
11964
11965 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11968         multipart/alternative and add xref to mm-discouraged-alternatives
11969         in doc string.
11970
11971         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11972         gnus-buttonized-mime-types in doc string.
11973
11974 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11977         Suggest image/.* in the doc string.
11978
11979 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11982         message-marks (Debian bug #342521).
11983
11984 2005-12-12  Simon Josefsson  <jas@extundo.com>
11985
11986         * password.el (password-read-from-cache): Add.
11987         (password-read): Use it.
11988
11989 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11992         us-ascii as a MIME charset.
11993
11994         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11995         against the case where the 2nd arg TYPE is nil.
11996
11997 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * pop3.el (pop3-stream-type): Fix custom version.
12000
12001         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12002
12003 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12004
12005         * mm-decode.el (mm-display-external): Add missing cdr.
12006
12007 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12010         RFC1524) if it is in mailcap or add a suffix according to
12011         mailcap-mime-extensions when generating a temp filename; postpone
12012         deleting a temp file for 2 seconds for some wrappers, shell
12013         scripts, and so on, which might exit right after having started a
12014         viewer command as a background job.
12015
12016 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * nntp.el (nntp-marks-directory): Fix custom group.
12019
12020         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12021         steps when < 10.
12022
12023         * gnus-start.el (gnus-no-server-1): Mention
12024         `gnus-level-default-subscribed' in doc string.
12025
12026 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12027
12028         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12029         parens.
12030
12031 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-xmas.el (gnus-use-toolbar): Revert.
12034         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12035         gnus-use-toolbar is default.
12036
12037         * messagexmas.el (message-use-toolbar): Revert.
12038         (message-setup-toolbar): Use global default-toolbar if
12039         message-use-toolbar is default.
12040
12041 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12044         according to default-toolbar-visible-p.
12045
12046         * messagexmas.el (message-use-toolbar): Ditto.
12047
12048 2005-11-26  Dave Love  <fx@gnu.org>
12049
12050         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12051         (tls-program, tls-success): Provide openssl alternative.
12052
12053         * starttls.el: Doc fixes.
12054         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12055         SERVICE to PORT.
12056
12057         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12058         port null or service name.
12059         (starttls-negotiate): Autoload.
12060
12061 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * message.el (message-kill-to-signature): Fix interactive spec.
12064
12065 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * pop3.el (pop3-open-server): Recognize a string as a service name.
12068
12069 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12070
12071         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12072
12073 2005-11-23  Dave Love  <fx@gnu.org>
12074
12075         Add pop3s, pop3/starttls.
12076
12077         * pop3.el (pop3-authentication-scheme): Clarify doc.
12078         (open-tls-stream, starttls-open-stream): Autoload.
12079         (pop3-stream-type): New.
12080         (pop3-open-server): Use it.
12081
12082         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12083         for POP.
12084         (mail-source-keyword-map): Add :stream for POP.
12085         (mail-source-fetch-pop): Use pop3-stream-type.
12086
12087 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12090         of current-time-string.
12091
12092 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12093
12094         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12095         date header.
12096
12097 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12098
12099         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12100         it can seriously impact performance as it bypasses the agent's
12101         local caches.
12102
12103 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12104
12105         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12106         must be explicitly online rather than "not explicitly offline" for
12107         its flags to be synchronized.
12108
12109         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12110         that gnus-uu-unmark-thread will function correctly.
12111
12112         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12113         1024K is instead displayed as 1M.
12114
12115 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12118
12119 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12120
12121         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12122
12123 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12124
12125         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12126         error message to display actual error condition.
12127         (gnus-agent-save-local): Avoid saving symbols that are bound to
12128         nil as they simply result in a warning message in
12129         gnus-agent-read-local.
12130
12131 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12134         rather than make-variable-buffer-local for file-precious-flag.
12135
12136 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12137
12138         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12139         for duplicates which are removed.  The invalid sort check then
12140         triggers a rescan after the sort as sorting may have moved
12141         duplicate entries such that they can be cheaply detected.
12142
12143 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12146
12147 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12148
12149         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12150         internal variable to a custom variable.  Changed default value
12151         from compressed(2) to uncompressed(1).
12152         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12153         support for uncompressed agentview files.  Taken together, reading
12154         the agentview file should now be 6-7 times faster.
12155
12156 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12157
12158         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12159         as a buffer-local variable.  This avoids creating truncated
12160         dribble files as a result of a hang up, eg.
12161
12162 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12163
12164         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12165         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12166         XEmacs.
12167
12168 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * gnus-start.el (gnus-start-draft-setup): Enforce
12171         `gnus-draft-mode' for nndraft:drafts at startup.
12172
12173         * gnus.el (gnus-splash): Change custom group.
12174         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12175         allow-list argument.
12176
12177         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12178         string.
12179
12180 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * gnus-art.el (gnus-default-article-saver): Add user-defined
12183         `function' to custom type.
12184
12185 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12186
12187         * imap.el (imap-open): Handle case where buffer is a buffer
12188         object.
12189
12190 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12193         long lines.
12194         (gnus-cache-delete-group): Wrap doc strings.
12195
12196         * gnus-agent.el (gnus-agent-rename-group)
12197         (gnus-agent-delete-group): Wrap doc strings.
12198
12199 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * messagexmas.el (message-use-toolbar): Change the valid values
12202         into default, top, bottom, left, and right.
12203         (message-toolbar-thickness): New variable.
12204         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12205         well.
12206         (message-setup-toolbar): Make it work.
12207
12208         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12209         (gnus-use-toolbar): Change the valid values into default, top,
12210         bottom, left, and right.
12211         (gnus-toolbar-thickness): New variable.
12212         (gnus-xmas-setup-toolbar): New function.
12213         (gnus-xmas-setup-group-toolbar): Use it.
12214         (gnus-xmas-setup-summary-toolbar): Use it.
12215
12216 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * gnus-start.el (gnus-1): Add "native" to
12219         gnus-predefined-server-alist.
12220
12221         * gnus.el (gnus-method-to-server): Don't add "native" to the
12222         lists here, because that leads to problems when
12223         gnus-select-method is bound.
12224
12225 2005-11-09  Simon Josefsson  <jas@extundo.com>
12226
12227         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12228         use (not sort-by-date) instead.
12229
12230 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12231
12232         * gnus-delay.el (gnus-delay-group): Don't autoload.
12233         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12234         to be re-loaded when customizing the `gnus-delay' group.
12235
12236 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12237
12238         * message.el: Revert last changes.
12239         (message-insert-citation-line): Use newlines.
12240
12241 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12242
12243         * message.el (message-courtesy-message)
12244         (message-mark-insert-begin, message-mark-insert-end)
12245         (message-elide-ellipsis, message-cancel-message)
12246         (message-add-header, message-change-subject)
12247         (message-cross-post-followup-to-header)
12248         (message-cross-post-insert-note, message-reduce-to-to-cc)
12249         (message-widen-reply, message-delete-not-region)
12250         (message-kill-to-signature, message-insert-signature)
12251         (message-insert-importance-high, message-insert-importance-low)
12252         (message-insert-or-toggle-importance)
12253         (message-insert-disposition-notification-to)
12254         (message-indent-citation, message-yank-original)
12255         (message-cite-original-without-signature, message-cite-original)
12256         (message-insert-citation-line, message-position-on-field)
12257         (message-fix-before-sending, message-send-mail-partially)
12258         (message-send-mail, message-send-mail-with-sendmail)
12259         (message-send-mail-with-qmail, message-send-news)
12260         (message-check-news-header-syntax, message-generate-headers)
12261         (message-insert-courtesy-copy, message-fill-address)
12262         (message-fill-header, message-shorten-references)
12263         (message-setup-1, message-cancel-news)
12264         (message-forward-make-body-plain, message-forward-make-body-mime)
12265         (message-forward-make-body-mml, message-encode-message-body)
12266         (message-forward-make-body-digest-plain)
12267         (message-forward-make-body-digest-mime)
12268         (message-use-alternative-email-as-from): Insert `hard-newline'
12269         instead of ordinary newlines.
12270
12271 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * message.el (message-generate-headers): Downcase the argument
12274         given to message-check-element.
12275
12276 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12277
12278         * nntp.el (nntp-authinfo-rejected): New error condition.
12279         (nntp-wait-for): Use new error condition to signal authentication
12280         error.
12281         (nntp-retrieve-data): Rethrow new error condition to break out of
12282         recursive call to nntp-send-authinfo.
12283
12284 2005-11-08  Romain Francoise  <romain@orebokech.com>
12285
12286         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12287         (gnus-summary-exit-map): Bind to `Z p'.
12288         (gnus-summary-make-menu-bar): Add menu item.
12289
12290 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12293         (gnus-treat-*): Add `first' in all doc strings.
12294
12295         * gnus-group.el (gnus-group-compact-group): Fix typo.
12296
12297 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus.el (gnus-parameters-case-fold-search): New variable.
12300         (gnus-parameters-get-parameter): Use it.
12301
12302         * gnus-score.el (gnus-home-score-file): Doc fix.
12303
12304 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12305
12306         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12307
12308 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * mm-util.el (mm-special-display-p): New function.
12311
12312         * mml.el (mml-preview): Use it; doc fix.
12313
12314 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12315
12316         * imap.el (imap-open): Handle case where buffer is a buffer object.
12317
12318 2005-10-29  Romain Francoise  <romain@orebokech.com>
12319
12320         * message.el (message-fix-before-sending): Fix comment.
12321
12322 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12323
12324         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12325
12326 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12327
12328         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12329         Used in gnus-score.el.
12330
12331 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12334
12335 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12338         whitespace removed in revision 7.8.  Use concatenated string to
12339         protect trailing whitespace.
12340
12341 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12342
12343         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12344         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12345         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12346         Courier IMAP ("some version from 2004").  Mostly based on similar
12347         code in the same function.
12348
12349 2005-10-26  Didier Verna  <didier@xemacs.org>
12350
12351         * gnus-group.el (gnus-group-compact-group): Invalidate original
12352         article buffer.
12353         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12354         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12355         NOV database and in article itself.
12356         Invalidate article backlog.
12357
12358 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12361
12362 2005-10-26  Simon Josefsson  <jas@extundo.com>
12363
12364         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12365         part of 2004-07-25 change.
12366
12367 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * message.el (message-display-completion-list): New function.
12370         (message-expand-group): Use it; make sure the Completions buffer
12371         is modifiable.
12372 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12373
12374         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12375         user-mail-name is an empty string.
12376
12377 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12380         depending on gnus-score-decay-constant.
12381
12382         * encrypt.el (encrypt-insert-file-contents)
12383         (encrypt-write-file-contents): Don't use `gnus-message'.
12384
12385         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12386         arguments.
12387         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12388         arguments to mm-uu-verbatim-marks-extract.
12389         (mm-uu-hide-markers): New variable.
12390         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12391
12392         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12393         (gnus-convert-image-to-face-command): Use "convert" by default to
12394         allow other input image formats.
12395         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12396         accordingly.
12397
12398 2005-10-23  Simon Josefsson  <jas@extundo.com>
12399
12400         * imap.el (imap-gssapi-program): Align command line parameters
12401         with latest GNU SASL.
12402         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12403
12404 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12405
12406         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12407         HTML.
12408         (nnslashdot-request-article): Ditto.
12409
12410         * lpath.el (featurep): Add nobreak-char-display.
12411
12412 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12413
12414         * mail-source.el (mail-source-fetch-pop): Require pop3.
12415         (mail-source-check-pop): Ditto.
12416
12417 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12420         errors.
12421
12422 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12425         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12426
12427         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12428
12429         * mm-bodies.el (mm-decode-string): Call
12430         `mm-charset-to-coding-system' with allow-override argument.
12431
12432 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12435         (rfc2047-charset-to-coding-system): New function.
12436         (rfc2047-decode-encoded-words): New function.
12437         (rfc2047-decode-region): Use them.
12438         (rfc2047-decode-cte): Remove.
12439         (rfc2047-parse-and-decode): Remove.
12440         (rfc2047-decode): Remove.
12441
12442 2005-10-15  Kenichi Handa  <handa@m17n.org>
12443
12444         * rfc2047.el (rfc2047-decode-cte): New function.
12445         (rfc2047-decode-region): Change the way to decode successive
12446         encoded-words: decode B- or Q-encoding in each encoded-word,
12447         concatenate them, and decode it as charset.
12448
12449 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * lpath.el: Fbind codepage-setup for XEmacs.
12452
12453 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12454
12455         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12456         widget-move-and-invoke.
12457         (gnus-custom-mode): Use gnus-custom-map.
12458
12459 2005-10-15  Bill Wohler  <wohler@newt.com>
12460
12461         * message.el (message-tool-bar-map): Renamed image file from
12462         mail_send to mail/send.
12463
12464 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12465
12466         * message.el (message-expand-group): Pass the common
12467         prefix substring of completion to `display-completion-list'.
12468
12469 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * mml-sec.el (mml-secure-method): New internal variable.
12472         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12473         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12474         functions using mml-secure-method.
12475
12476         * mml.el (mml-mode-map): Add key bindings for those functions.
12477         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12478         Harder <harder@myrealbox.com>.
12479         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12480         end of message if point is the headers of the message.
12481
12482         * message.el (message-in-body-p): New function.
12483
12484         * assistant.el: Autoload gnus-util and netrc.
12485
12486         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12487         Use `mm-charset-override-alist' only when decoding.
12488
12489         * mm-bodies.el (mm-decode-body): Call
12490         `mm-charset-to-coding-system' with allow-override argument.
12491
12492         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12493         `filename' from Content-Disposition if Content-Type doesn't
12494         provide `name'.
12495         (gnus-mime-view-part-as-type): Set default instead of
12496         initial-input.
12497
12498 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12499
12500         * format-spec.el (format-spec): Propagate text properties of % spec.
12501
12502 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gnus-art.el (gnus-treat-predicate): Add `first'.
12505
12506 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12509         (mm-charset-override-alist): New variable.
12510         (mm-charset-to-coding-system): Use it.
12511         (mm-codepage-setup): New helper function.
12512         (mm-charset-eval-alist): New variable.
12513         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12514         about unknown charsets.
12515
12516         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12517
12518 2005-10-04  David Hansen  <david.hansen@gmx.net>
12519
12520         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12521         (nnrss-check-group): Ditto.
12522
12523 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12526         Rename x-gnus-verbatim to x-verbatim.
12527         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12528
12529         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12530         x-verbatim.
12531
12532         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12533
12534         * gnus-util.el (gnus-remove-duplicates): Remove.
12535
12536         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12537         instead of gnus-remove-duplicates.
12538
12539         * message.el (message-remove-duplicates): Remove.
12540         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12541         message-remove-duplicates.
12542
12543         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12544         available, else use implementation from `delete-dups'.
12545
12546         * message.el (message-insert-expires): New function.
12547         (message-mode-map): Add key binding.
12548         (message-mode-field-menu): Add menu entry.
12549         (message-mode): Document it.
12550         (message-make-expires-date): Use `message-make-date'.
12551
12552 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12553
12554         * message.el (message-make-expires-date): New function.
12555
12556 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * Makefile.in (list-installed-shadows): New entry.
12559         (install): Use it.
12560         (remove-installed-shadows): New entry.
12561
12562         * dgnushack.el (dgnushack-default-load-path): New variable.
12563         (dgnushack-find-lisp-shadows): New function.
12564         (dgnushack-remove-lisp-shadows): New function.
12565
12566 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * Makefile.in (install-el-elc): New entry.
12569         (install): Use it so that .el files are necessarily installed.
12570
12571 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12574
12575 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12576
12577         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12578         function rather than the diff-mode.el package.
12579         (mm-display-external): Use with-current-buffer.
12580         (mm-viewer-completion-map, mm-viewer-completion-map):
12581         Move initialization inside declaration.
12582
12583 2005-09-29  Simon Josefsson  <jas@extundo.com>
12584
12585         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12586         autoload mail-check-payment.
12587         (spam-check-hashcash): Define unconditionally, since hashcash.el
12588         is part of Gnus now.  Ignore errors from payment checking.
12589
12590 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * message.el (message-bold-region, message-unbold-region): Rename
12593         from `bold-region' and `unbold-region'.
12594
12595         * message.el: Remove useless autoloads.
12596
12597 2005-09-28  Simon Josefsson  <jas@extundo.com>
12598
12599         * message.el (message-use-idna): Default to t.
12600         (message-use-idna): Test whether encoding works too.  Doc fix.
12601
12602 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * nntp.el (nntp-warn-about-losing-connection): Remove.
12605
12606 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12609         customizable.  Change default value.
12610         (mm-uu-diff-groups-regexp): Change default value.
12611         (mm-uu-type-alist): Add doc string.
12612         (mm-uu-configure): Add doc string.  Make it interactive.
12613         (mm-uu-tex-groups-regexp): New variable.
12614         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12615         (mm-uu-type-alist): Add LaTeX documents.
12616         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12617         of "text/verbatim".
12618         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12619
12620         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12621         instead of "text/verbatim".
12622
12623         * message.el (message-mark-inserted-region)
12624         (message-mark-insert-file): Use slrn style marks when called with
12625         prefix argument.
12626
12627 2005-09-27  Simon Josefsson  <jas@extundo.com>
12628
12629         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12630
12631 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12632
12633         * message.el (message-remove-duplicates): New function.
12634         Implementation borrowed from `gnus-remove-duplicates'.
12635         (message-idna-to-ascii-rhs): Also encode idna addresses in
12636         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12637         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12638         only ask about the same idna domain once per header and also tell
12639         in what header to replace the idna domain.
12640
12641         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12642         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12643         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12644         a header is decoded and not just the last one.
12645
12646 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12649         has been decoded.
12650
12651         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12652         (mm-insert-part): Don't modify text if it has been decoded.
12653
12654         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12655         decoded.
12656
12657         * mm-view.el (mm-inline-text): Don't strip text props unless
12658         decoding enriched or richtext parts.
12659
12660 2005-09-25  Romain Francoise  <romain@orebokech.com>
12661
12662         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12663         * gnus-start.el (gnus-subscribe-interactively):
12664         * gnus-uu.el (gnus-uu-grab-articles):
12665         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12666         space.
12667
12668 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12669
12670         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12671         * mm-view.el (mm-view-pkcs7-decrypt):
12672         * gnus-sum.el (gnus-summary-limit-to-extra)
12673         (gnus-summary-respool-article, gnus-read-move-group-name):
12674         * gnus-score.el (gnus-summary-increase-score):
12675         * gnus-util.el (gnus-completing-read-with-default):
12676         * gnus-art.el (gnus-read-save-file-name)
12677         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12678         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12679         * message.el (message-check-news-header-syntax):
12680         Follow convention for reading with the minibuffer.
12681
12682 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * spam-report.el (spam-report-url-ping-plain):
12685         Use gnus-extended-version as User-Agent.
12686
12687         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12688         default value is nil.
12689
12690         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12691         (mm-uu-verbatim-marks-extract): New function.
12692         (mm-uu-extract): New face.
12693         (mm-uu-copy-to-buffer): Use it.
12694
12695         * spam-report.el (spam-report-gmane-ham): Renamed from
12696         `spam-report-gmane-unspam'.
12697         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12698         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12699
12700         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12701         Autoload.
12702         (spam-report-gmane-unregister-routine): Renamed
12703         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12704
12705 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12706
12707         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12708         (spam-report-gmane-unregister-routine): Add support for gmane
12709         unregistration.
12710
12711         * spam-report.el (spam-report-gmane-unspam)
12712         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12713         (spam-report-gmane): Change to take a single article and do unspam
12714         registration.
12715
12716 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * mm-url.el (mm-url-decode-entities): Fix regexp.
12719
12720 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12721
12722         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12723         default to nil, to be able to use Gnus at all.  If the default
12724         switches to something else, then the function should be fixed not
12725         be exceedingly slow.
12726
12727 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12728
12729         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12730         fail hard.
12731
12732         * spam-report.el: Add better Keywords line.
12733
12734         * spam.el: Add Maintainer and better Keywords line.
12735
12736 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * gnus-art.el (gnus-article-replace-part)
12739         (gnus-mime-replace-part): New functions.
12740         (gnus-mime-action-alist, gnus-mime-button-commands)
12741         (gnus-mime-save-part-and-strip): Added file argument.
12742         (gnus-article-part-wrapper): Added interactive argument.
12743
12744         * gnus-sum.el (gnus-summary-mime-map): Add
12745         `gnus-article-replace-part'.
12746
12747 2005-09-19  Didier Verna  <didier@xemacs.org>
12748
12749         The nnml compaction feature:
12750         * nnml.el (nnml-request-compact-group): New function.
12751         * nnml.el (nnml-request-compact): New function.
12752         * gnus-int.el (gnus-request-compact-group): New function.
12753         * gnus-int.el (gnus-request-compact): New function.
12754         * gnus-group.el (gnus-group-compact-group): New function.
12755         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12756         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12757         * gnus-srvr.el (gnus-server-compact-server): New function.
12758         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12759         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12760
12761 2005-09-18  Deepak Goel  <deego@gnufans.org>
12762
12763         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12764         format spec.
12765
12766 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12769
12770 2005-09-15  Romain Francoise  <romain@orebokech.com>
12771
12772         * message.el (message-fill-paragraph): Clarify docstring.
12773
12774 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-art.el (gnus-mime-display-part): Protect against broken
12777         MIME messages.
12778
12779 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12782         before parsing header.
12783
12784 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12785
12786         * html2text.el (html2text-replace-list): Add new entities.
12787
12788 2005-09-11  Romain Francoise  <romain@orebokech.com>
12789
12790         * message.el (message-alternative-emails): Improve docstring.
12791         (message-setup-1): Call `message-use-alternative-email-as-from'
12792         after `message-setup-hook' to give it precedence over posting
12793         styles, etc.
12794         (message-use-alternative-email-as-from): Add docstring.  Remove
12795         the original From header if present.
12796
12797         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12798         (nnml-save-mail): Use it.
12799
12800         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12801         articles.  Add new argument `silent'.
12802         (gnus-uu-mark-all): Report the total number of marked articles.
12803
12804 2005-09-10  Romain Francoise  <romain@orebokech.com>
12805
12806         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12807         (gnus-uu-mark-series): Likewise.
12808
12809 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * spam-report.el (spam-report-gmane): Fix generation of spam
12812         report URL.
12813
12814 2005-09-10  Simon Josefsson  <jas@extundo.com>
12815
12816         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12817         t, based on discussion on the ding list with Robert Epprecht
12818         <epprecht@solnet.ch>.
12819
12820 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * spam-report.el (spam-report-gmane): Make it work without
12823         X-Report-Spam header.  Gmane now only provides Archived-At.
12824         This is only used if `spam-report-gmane-use-article-number' is nil.
12825         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12826
12827         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12828         make `gnus-summary-sort-by-recipient' work with threading.
12829
12830         * nnweb.el (nnweb-google-wash-article): Print a message if article
12831         is not available.
12832
12833 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12834
12835         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12836         change.  Decode text/* parts content before displaying.
12837
12838 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12841
12842 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12845
12846         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12847         url-package-name, url-package-version,
12848         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12849         w3m-display-inline-images, and w3m-minor-mode-map.
12850
12851 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * message.el (message-tab-body-function): Fix mismatched custom type.
12854
12855         * gnus.el (gnus-group-change-level-function): Ditto.
12856
12857         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12858
12859         * gnus-art.el (gnus-signature-limit)
12860         (gnus-article-mime-part-function): Ditto.
12861
12862 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * mml.el (mml-mode): Silence the byte compiler.
12865
12866         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12867         using `(sit-for 0)' before moving the point to the specified part;
12868         skip unbuttonized parts.
12869         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12870         return to the summary window if gnus-auto-select-part is non-nil.
12871
12872 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12875         variables.
12876         (mml-dnd-attach-file, mml-mode): Use them.
12877
12878         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12879         Make fetching article by MID work again for Google Groups.  Added
12880         FIXME concerning gnus-group-make-web-group.
12881
12882         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12883         Don't depend on Gnus by using mail-extract-address-components if
12884         gnus-extract-address-components is not bound.
12885
12886 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * gnus-art.el (gnus-mime-display-security): Don't display the
12889         signature, but only the signed part.
12890
12891 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12894
12895         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12896         list, not listp.
12897
12898 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12899
12900         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12901         when encoding.
12902
12903         * mm-bodies.el (mm-decode-content-transfer-encoding):
12904         De-canonicalize CRLF for all text content types, not just
12905         text/plain.
12906
12907 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12910         valid article; point arrow and cursor at the MIME button.
12911
12912 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12915         Suggested by Dan Christensen <jdc@uwo.ca>.
12916
12917         * mm-decode.el (mm-save-part): Enable change of prompt.
12918
12919 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12920
12921         * gnus-msg.el (gnus-inews-add-send-actions): Made
12922         `message-post-method' lambda parameter ARG `&optional'.
12923
12924 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * gnus-sum.el (gnus-summary-mime-map): Added
12927         gnus-article-save-part-and-strip, gnus-article-delete-part and
12928         gnus-article-jump-to-part.
12929
12930         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12931         (gnus-article-edit-part): Use it.
12932         (gnus-article-part-wrapper): Added no-handle argument.
12933         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12934         functions.
12935
12936 2005-08-29  Romain Francoise  <romain@orebokech.com>
12937
12938         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12939         docstring.
12940         (gnus-face-from-file): Likewise.
12941
12942 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12945         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12946         non-nil.
12947         (gnus-auto-select-part): New variable.
12948         (gnus-article-jump-to-part): New function.
12949         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12950         (gnus-mime-delete-part): Allow selecting specified part after
12951         deleting or stripping parts.
12952         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12953         part if argument is bogus.
12954
12955 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12956
12957         * gnus-art.el (w3m-minor-mode-map):
12958         * gnus-spec.el (gnus-newsrc-file-version):
12959         * gnus-util.el (nnmail-active-file-coding-system)
12960         (gnus-original-article-buffer, gnus-user-agent):
12961         * gnus.el (gnus-ham-process-destinations)
12962         (gnus-parameter-ham-marks-alist)
12963         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12964         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12965         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12966         * mm-decode.el (gnus-current-window-configuration):
12967         * mm-extern.el (gnus-article-mime-handles):
12968         * mm-url.el (url-current-object, url-package-name)
12969         (url-package-version):
12970         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12971         (smime-keys, w3m-cid-retrieve-function-alist)
12972         (w3m-current-buffer, w3m-display-inline-images)
12973         (w3m-minor-mode-map):
12974         * mml-smime.el (gnus-extract-address-components):
12975         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12976         (gnus-newsrc-hashtb, message-default-charset)
12977         (message-deletable-headers, message-options)
12978         (message-posting-charset, message-required-mail-headers)
12979         (message-required-news-headers):
12980         * mml1991.el (mc-pgp-always-sign):
12981         * mml2015.el (mc-pgp-always-sign):
12982         * nnheader.el (nnmail-extra-headers):
12983         * rfc1843.el (gnus-decode-encoded-word-function)
12984         (gnus-decode-header-function, gnus-newsgroup-name):
12985         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12986
12987 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12988
12989         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12990         the end of the date treatments.
12991
12992 2005-08-15  Simon Josefsson  <jas@extundo.com>
12993
12994         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12995         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12996         Capello and Romain Francoise.
12997         (pgg-fetch-key-function): Removed, not used?
12998         (pgg-insert-url-with-w3): Require url, to get
12999         url-insert-file-contents regardless of where it is defined.
13000
13001 2005-08-13  Romain Francoise  <romain@orebokech.com>
13002
13003         * message.el (message-cite-original-1): New function.
13004         (message-cite-original): Use it.
13005         (message-cite-original-without-signature): Ditto.
13006
13007 2005-08-08  Romain Francoise  <romain@orebokech.com>
13008
13009         * message.el (message-yank-empty-prefix): New variable.
13010         (message-indent-citation): Use it.
13011         (message-cite-original-without-signature): Respect X-No-Archive.
13012
13013 2005-08-08  Simon Josefsson  <jas@extundo.com>
13014
13015         * pgg.el: Autoload url-insert-file-contents instead of loading
13016         w3/url.
13017         (pgg-insert-url-with-w3): Don't load url here.
13018
13019 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13020
13021         * message.el (message-kill-to-signature): Don't insert newline at
13022         bol.
13023         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13024
13025 2005-08-06  Romain Francoise  <romain@orebokech.com>
13026
13027         * message.el (message-user-fqdn): Fix typo in docstring.
13028
13029 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13030
13031         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13032
13033         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13034
13035 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * mm-bodies.el (mm-encode-body): Use coding system rather than
13038         charset to encode text.
13039
13040         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13041         number of charsets if utf-8 is available (XEmacs).
13042
13043 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13046         taken from `gnus-button-mid-or-mail-regexp'.
13047         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13048         (gnus-button-alist): Improve regexp for domain part of the MIDs
13049         for news:localpart@domain buttons.
13050         (gnus-button-ctan-directory-regexp): Update.
13051
13052 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * sieve-manage.el (sieve-manage-interactive-login): Use
13055         make-local-variable rather than make-variable-buffer-local.
13056         (sieve-manage-open): Ditto.
13057         (sieve-manage-authenticate): Ditto.
13058
13059         * mml.el (mml-generate-mime-1): Make the content type default to
13060         text/plain if the filename is not specified.
13061
13062 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13065         instead of insert-buffer.
13066
13067         * message.el (message-yank-original): Ditto; set the mark at the
13068         end of the yanked message.
13069
13070 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13073         lines to scroll rather than to stop it.
13074
13075         * mml.el (mml-generate-default-type): Add doc string.
13076         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13077         default to application/octet-stream when determining the content
13078         type if it is not specified for the part or the mml contents; add
13079         a comment about mml-generate-default-type.
13080
13081 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13084         make it default to application/octet-stream when determining the
13085         content type if it is not specified for the external contents.
13086
13087 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13090         segmented parameter but also other parameters might be there.
13091
13092 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * mm-decode.el (mm-display-external): Delete temp file, directory
13095         and buffer immediately if the external process is exited.
13096
13097 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13100         fewer lines than that of scroll-margin.
13101         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13102
13103 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-art.el (gnus-article-next-page): Revert.
13106         (gnus-article-beginning-of-window): New macro.
13107         (gnus-article-next-page-1): Use it.
13108         (gnus-article-prev-page): Ditto.
13109         (gnus-article-edit-part): Use insert-buffer-substring instead of
13110         insert-buffer.
13111         (gnus-article-edit-exit): Ditto.
13112
13113         * gnus-util.el (gnus-beginning-of-window): Remove.
13114         (gnus-end-of-window): Remove.
13115
13116         * lpath.el: Don't bind header-line-format and scroll-margin.
13117
13118 2005-07-25  Simon Josefsson  <jas@extundo.com>
13119
13120         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13121         to have the url package without w3.  Reported by Daiki Ueno
13122         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13123
13124 2005-07-20  Didier Verna  <didier@xemacs.org>
13125
13126         * gnus-diary.el: Remove the description comment (nndiary is now
13127         properly documented in the Gnus manual).
13128         Fix the spelling of "Back End".
13129         * nndiary.el: Ditto.
13130         Fix the copyright notice.
13131
13132 2005-07-18  Romain Francoise  <romain@orebokech.com>
13133
13134         * gnus-sum.el (gnus-summary-to-prefix)
13135         (gnus-summary-newsgroup-prefix): New variables.
13136         (gnus-summary-from-or-to-or-newsgroups): Use them.
13137
13138 2005-07-17  Romain Francoise  <romain@orebokech.com>
13139
13140         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13141         space as it's generally not especially interesting to the user.
13142
13143 2005-07-16  Romain Francoise  <romain@orebokech.com>
13144
13145         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13146         nil to avoid prompting and file modification if one of the
13147         messages at the top of the nnfolder file contains a copyright
13148         notice.
13149         Update copyright notice.
13150
13151         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13152         instead of `current-time-string' as the latter creates a time
13153         string that is not RFC 2822 compliant (it lacks the zone).
13154         Update copyright notice.
13155
13156 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13157
13158         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13159         for text/rtf.  Display default in prompt.  Pass default for M-n.
13160
13161         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13162
13163 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13164
13165         * gnus-msg.el (gnus-button-mailto): Remove
13166         save-selected-window-window hackery because it relies on
13167         save-selected-window internals.
13168
13169 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13172         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13173         (gnus-article-prev-page): Ditto.
13174
13175         * gnus-util.el (gnus-beginning-of-window): New function.
13176         (gnus-end-of-window): New function.
13177
13178         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13179
13180 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13181
13182         * gnus-score.el (gnus-score-edit-all-score): Set
13183         gnus-score-edit-exit-function to gnus-score-edit-done and call
13184         gnus-message.
13185
13186 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13187
13188         * gnus-msg.el (gnus-button-mailto): Remove
13189         save-selected-window-window hackery because it relies on
13190         save-selected-window internals.
13191
13192 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13195         add-minor-mode.
13196         (gnus-binary-mode): Ditto.
13197
13198         * gnus-topic.el (gnus-topic-mode): Ditto.
13199
13200 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13201
13202         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13203         (gnus-article-prev-page): Take scroll-margin into consideration.
13204
13205 2005-07-04  Lute Kamstra  <lute@gnu.org>
13206
13207         Update FSF's address in GPL notices.
13208
13209 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13210
13211         * gnus.el (gnus-exit):
13212         * gnus-group.el (gnus-group-icons):
13213         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13214
13215         * gnus-nocem.el (gnus-nocem):
13216         * message.el (message-various, message-buffers, message-sending)
13217         (message-interface, message-forwarding, message-insertion)
13218         (message-headers, message-news, message-mail):
13219         * pgg-gpg.el (pgg-gpg):
13220         * pgg-parse.el (pgg-parse):
13221         * pgg-pgp.el (pgg-pgp):
13222         * pgg-pgp5.el (pgg-pgp5):
13223         * pop3.el (pop3): Finish `defgroup' description with period.
13224
13225 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-art.el (article-display-face): Improve the efficiency.
13228         (article-display-x-face): Ditto; remove grey x-face stuff.
13229
13230 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * gnus-art.el (article-display-face): Correct the position in
13233         which Faces are inserted.
13234
13235 2005-06-29  Didier Verna  <didier@xemacs.org>
13236
13237         * gnus-art.el (article-display-face): Display faces in correct
13238         order.
13239
13240 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13243         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13244         (gnus-nocem-check-article): Fetch the Type header.
13245         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13246         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13247         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13248         make sure gnus-nocem-hashtb is initialized.
13249         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13250         (gnus-nocem-unwanted-article-p): Ditto.
13251
13252         * pgg.el (pgg-verify): Return the verification result.
13253
13254 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13257         is ascii.
13258
13259 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13260
13261         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13262         `show-nonbreak-escape'.
13263
13264 2005-06-23  Lute Kamstra  <lute@gnu.org>
13265
13266         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13267
13268         * dig.el (dig-mode):
13269         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13270
13271 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13272
13273         * nnimap.el (nnimap-split-download-body): Fix spellings.
13274
13275 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13276
13277         * gnus-art.el (gnus-article-encrypt-body):
13278         * gnus-cus.el (gnus-score-customize):
13279         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13280         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13281
13282 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13283
13284         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13285         header by looking for magic "MII" at the beginnig.
13286
13287 2005-06-16  Miles Bader  <miles@gnu.org>
13288
13289         * gnus-xmas.el (gnus-xmas-group-startup-message):
13290         Use renamed gnus-splash face.
13291
13292         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13293         (assistant-field-face): New backward-compatibility alias for renamed
13294         face.
13295         (assistant-render-text): Use renamed assistant-field face.
13296
13297         * spam.el (spam): Remove "-face" suffix from face name.
13298         (spam-face): New backward-compatibility alias for renamed face.
13299         (spam-face, spam-initialize): Use renamed spam face.
13300
13301         * message.el (message-header-to, message-header-cc)
13302         (message-header-subject, message-header-newsgroups)
13303         (message-header-other, message-header-name)
13304         (message-header-xheader, message-separator, message-cited-text)
13305         (message-mml): Remove "-face" suffix from face names.
13306         (message-header-to-face, message-header-cc-face)
13307         (message-header-subject-face, message-header-newsgroups-face)
13308         (message-header-other-face, message-header-name-face)
13309         (message-header-xheader-face, message-separator-face)
13310         (message-cited-text-face, message-mml-face):
13311         New backward-compatibility aliases for renamed faces.
13312         (message-font-lock-keywords): Use renamed message faces.
13313
13314         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13315         (sieve-test-commands, sieve-tagged-arguments):
13316         Remove "-face" suffix from face names.
13317         (sieve-control-commands-face, sieve-action-commands-face)
13318         (sieve-test-commands-face, sieve-tagged-arguments-face):
13319         New backward-compatibility aliases for renamed faces.
13320         (sieve-control-commands-face, sieve-action-commands-face)
13321         (sieve-test-commands-face, sieve-tagged-arguments-face):
13322         Use renamed sieve faces.
13323
13324         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13325         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13326         (gnus-group-news-3-empty, gnus-group-news-4)
13327         (gnus-group-news-4-empty, gnus-group-news-5)
13328         (gnus-group-news-5-empty, gnus-group-news-6)
13329         (gnus-group-news-6-empty, gnus-group-news-low)
13330         (gnus-group-news-low-empty, gnus-group-mail-1)
13331         (gnus-group-mail-1-empty, gnus-group-mail-2)
13332         (gnus-group-mail-2-empty, gnus-group-mail-3)
13333         (gnus-group-mail-3-empty, gnus-group-mail-low)
13334         (gnus-group-mail-low-empty, gnus-summary-selected)
13335         (gnus-summary-cancelled, gnus-summary-high-ticked)
13336         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13337         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13338         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13339         (gnus-summary-low-undownloaded)
13340         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13341         (gnus-summary-low-unread, gnus-summary-normal-unread)
13342         (gnus-summary-high-read, gnus-summary-low-read)
13343         (gnus-summary-normal-read, gnus-splash):
13344         Remove "-face" suffix from face names.
13345         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13346         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13347         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13348         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13349         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13350         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13351         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13352         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13353         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13354         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13355         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13356         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13357         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13358         (gnus-summary-normal-ticked-face)
13359         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13360         (gnus-summary-normal-ancient-face)
13361         (gnus-summary-high-undownloaded-face)
13362         (gnus-summary-low-undownloaded-face)
13363         (gnus-summary-normal-undownloaded-face)
13364         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13365         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13366         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13367         (gnus-splash-face):
13368         New backward-compatibility aliases for renamed faces.
13369         (gnus-group-startup-message): Use renamed gnus faces.
13370
13371         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13372         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13373         (gnus-server-agent): Remove "-face" suffix from face names.
13374         (gnus-server-agent-face, gnus-server-opened-face)
13375         (gnus-server-closed-face, gnus-server-denied-face)
13376         (gnus-server-offline-face):
13377         New backward-compatibility aliases for renamed faces.
13378         (gnus-server-agent-face, gnus-server-opened-face)
13379         (gnus-server-closed-face, gnus-server-denied-face)
13380         (gnus-server-offline-face): Use renamed gnus faces.
13381
13382         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13383         Remove "-face" suffix from face names.
13384         (gnus-picon-xbm-face, gnus-picon-face):
13385         New backward-compatibility aliases for renamed faces.
13386
13387         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13388         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13389         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13390         (gnus-cite-11): Remove "-face" suffix from face names.
13391         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13392         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13393         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13394         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13395         New backward-compatibility aliases for renamed faces.
13396         (gnus-cite-attribution-face, gnus-cite-face-list)
13397         (gnus-article-boring-faces): Use renamed gnus faces.
13398
13399         * gnus-art.el (gnus-signature, gnus-header-from)
13400         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13401         (gnus-header-content): Remove "-face" suffix from face names.
13402         (gnus-signature-face, gnus-header-from-face)
13403         (gnus-header-subject-face, gnus-header-newsgroups-face)
13404         (gnus-header-name-face, gnus-header-content-face):
13405         New backward-compatibility aliases for renamed faces.
13406         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13407
13408         * gnus-sum.el (gnus-summary-selected-face)
13409         (gnus-summary-highlight): Use renamed gnus faces.
13410         * gnus-group.el (gnus-group-highlight): Likewise.
13411
13412 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13413
13414         * gnus-sieve.el (gnus-sieve-article-add-rule):
13415         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13416         * spam-stat.el (spam-stat-buffer-change-to-spam)
13417         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13418
13419         * message.el (message-is-yours-p):
13420         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13421
13422 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * mm-view.el (mm-inline-text): Withdraw the last change.
13425
13426 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13429         executing enriched-decode.
13430
13431 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13434         charset of tar files.
13435
13436 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13437
13438         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13439
13440 2005-06-04  Lute Kamstra  <lute@gnu.org>
13441
13442         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13443         information is never recorded.
13444
13445 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13446
13447         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13448
13449 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * pop3.el (pop3-apop): Run md5 in the binary mode.
13452
13453         * starttls.el (starttls-set-process-query-on-exit-flag):
13454         Use eval-and-compile.
13455
13456 2005-05-31  Simon Josefsson  <jas@extundo.com>
13457
13458         * smime.el (smime-replace-in-string): Define.
13459         (smime-cert-by-ldap-1): Use it.
13460
13461 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-art.el (article-display-x-face): Replace
13464         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13465
13466         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13467         set-process-query-on-exit-flag or process-kill-without-query.
13468
13469         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13470         loop instead of replace-regexp.
13471
13472         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13473         instead of process-kill-without-query if it is available.
13474
13475         * lpath.el: Fbind ldap-search-entries.
13476
13477         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13478         instead of find-file-hooks if it is available.
13479
13480         * mml1991.el: Bind pgg-default-user-id when compiling.
13481
13482         * mml2015.el: Bind pgg-default-user-id when compiling.
13483
13484         * nndraft.el (nndraft-request-associate-buffer):
13485         Use write-contents-functions instead of write-contents-hooks if it is
13486         available.
13487
13488         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13489         instead of find-file-hooks if it is available.
13490
13491         * nntp.el (nntp-open-connection): Replace
13492         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13493         (nntp-open-ssl-stream): Ditto.
13494         (nntp-open-tls-stream): Ditto.
13495
13496         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13497         set-process-query-on-exit-flag or process-kill-without-query.
13498         (starttls-open-stream-gnutls): Use it instead of
13499         process-kill-without-query.
13500         (starttls-open-stream): Ditto.
13501
13502 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13503
13504         * smime.el (smime-cert-by-ldap-1): Don't use
13505         replace-regexp-in-string.
13506
13507 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13508
13509         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13510
13511         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13512         in PEM format.  Adjust to the XEmacs compability.
13513
13514 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13517         by `string-to-number'.
13518         * gnus-agent.el (gnus-agent-regenerate-group)
13519         (gnus-agent-fetch-articles): Ditto.
13520         * gnus-art.el (gnus-button-fetch-group): Ditto.
13521         * gnus-cache.el (gnus-cache-generate-active)
13522         (gnus-cache-articles-in-group): Ditto.
13523         * gnus-group.el (gnus-group-set-current-level)
13524         (gnus-group-insert-group-line): Ditto.
13525         * gnus-score.el (gnus-score-set-expunge-below)
13526         (gnus-score-set-mark-below, gnus-summary-score-effect)
13527         (gnus-summary-score-entry): Ditto.
13528         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13529         (gnus-soup-pack): Ditto.
13530         * gnus-spec.el (gnus-xmas-format): Ditto.
13531         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13532         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13533         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13534         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13535         * nndb.el (nndb-get-remote-expire-response): Ditto.
13536         * nndiary.el (nndiary-parse-schedule-value)
13537         (nndiary-string-to-number, nndiary-request-replace-article)
13538         (nndiary-request-article): Ditto.
13539         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13540         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13541         * nneething.el (nneething-make-head): Ditto.
13542         * nnfolder.el (nnfolder-request-article)
13543         (nnfolder-retrieve-headers): Ditto.
13544         * nnheader.el (nnheader-file-to-number): Ditto.
13545         * nnkiboze.el (nnkiboze-request-article): Ditto.
13546         * nnmail.el (nnmail-process-unix-mail-format)
13547         (nnmail-process-babyl-mail-format): Ditto.
13548         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13549         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13550         (nnmh-request-create-group, nnmh-request-list-1)
13551         (nnmh-request-group, nnmh-request-article): Ditto.
13552         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13553         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13554         * nnsoup.el (nnsoup-make-active): Ditto.
13555         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13556         * nntp.el (nntp-find-group-and-number)
13557         (nntp-retrieve-headers-with-xover): Ditto.
13558         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13559         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13560         (pgg-format-key-identifier): Ditto.
13561         * pop3.el (pop3-last, pop3-stat): Ditto.
13562         * qp.el (quoted-printable-decode-region): Ditto.
13563
13564         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13565         of concat.
13566
13567 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13570
13571         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13572
13573         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13574
13575         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13576
13577         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13578
13579         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13580
13581         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13582         (gnus-carpal-mode): Ditto.
13583
13584         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13585         (gnus-browse-mode): Ditto.
13586
13587         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13588
13589         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13590
13591 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13592
13593         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13594
13595 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-util.el (gnus-run-mode-hooks): New function.
13598
13599         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13600
13601         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13602         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13603
13604 2005-05-27  Lute Kamstra  <lute@gnu.org>
13605
13606         * dns-mode.el (dns-mode): Specify customization group.
13607
13608 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13609
13610         * gnus-agent.el (gnus-agent-make-mode-line-string):
13611         Use mode-line-highlight as mouse-face.
13612
13613 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * canlock.el (canlock): Change the parent group to news.
13616
13617         * deuglify.el (gnus-outlook-deuglify): Add :group.
13618
13619         * dig.el (dig): Add :group.
13620
13621         * dns-mode.el (dns-mode): Add :group.
13622
13623         * encrypt.el (encrypt): Add :group.
13624
13625         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13626         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13627         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13628         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13629         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13630
13631         * gnus-diary.el (gnus-diary): Add :group.
13632
13633         * gnus.el (gnus-group-news-1-face): Add :group.
13634         (gnus-group-news-1-empty-face): Ditto.
13635         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13636         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13637         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13638         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13639         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13640         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13641         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13642         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13643         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13644         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13645         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13646         (gnus-summary-high-ticked-face): Ditto.
13647         (gnus-summary-low-ticked-face): Ditto.
13648         (gnus-summary-normal-ticked-face): Ditto.
13649         (gnus-summary-high-ancient-face): Ditto.
13650         (gnus-summary-low-ancient-face): Ditto.
13651         (gnus-summary-normal-ancient-face): Ditto.
13652         (gnus-summary-high-undownloaded-face): Ditto.
13653         (gnus-summary-low-undownloaded-face): Ditto.
13654         (gnus-summary-normal-undownloaded-face): Ditto.
13655         (gnus-summary-high-unread-face): Ditto.
13656         (gnus-summary-low-unread-face): Ditto.
13657         (gnus-summary-normal-unread-face): Ditto.
13658         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13659         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13660
13661         * hashcash.el (hashcash): New custom group.
13662         (hashcash-default-payment): Add :group.
13663         (hashcash-payment-alist): Ditto.
13664         (hashcash-default-accept-payment): Ditto.
13665         (hashcash-accept-resources): Ditto.
13666         (hashcash-path): Ditto.
13667         (hashcash-extra-generate-parameters): Ditto.
13668         (hashcash-double-spend-database): Ditto.
13669         (hashcash-in-news): Ditto.
13670
13671         * message.el (message-minibuffer-local-map): Add :group.
13672
13673         * netrc.el (netrc): Add :group.
13674
13675         * sieve-manage.el (sieve-manage-log): Add :group.
13676         (sieve-manage-default-user): Diito.
13677         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13678         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13679         (sieve-manage-authenticators): Ditto.
13680         (sieve-manage-authenticator-alist): Ditto.
13681         (sieve-manage-default-port): Ditto.
13682
13683         * sieve-mode.el (sieve-control-commands-face): Add :group.
13684         (sieve-action-commands-face): Ditto.
13685         (sieve-test-commands-face): Ditto.
13686         (sieve-tagged-arguments-face): Ditto.
13687
13688         * smime.el (smime): Add :group.
13689
13690         * spam-report.el (spam-report): Add :group.
13691
13692         * spam.el (spam, spam-face): Add :group.
13693
13694 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13695
13696         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13697         return \n.\n.\n at the end of articles.  Protect against that.
13698         (nntp-with-open-group): Allow debugging.
13699
13700         * nnheader.el (mail-header-set-extra): Make into a function
13701         because I just could't understand how to quote the list properly.
13702
13703         * dns.el (query-dns-cached): New function.
13704
13705 2005-05-26  Lute Kamstra  <lute@gnu.org>
13706
13707         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13708
13709 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13712
13713         * gnus-art.el: Don't autoload mail-extract-address-components.
13714
13715         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13716         eval-and-compile to evaluate it.
13717
13718         * hashcash.el: Don't autoload executable-find.
13719
13720         * nndb.el: Don't declare the nndb back end two or more times; don't
13721         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13722
13723         * nntp.el: Autoload format-spec instead of format; use
13724         eval-and-compile to evaluate autoload forms.
13725
13726 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13727
13728         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13729
13730 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13731
13732         * gnus.el (gnus-version-number): Bump version.
13733
13734 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13735
13736         * gnus.el: No Gnus v0.3 is released.
13737
13738 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13739
13740         * lpath.el (featurep): Bind show-nonbreak-escape.
13741
13742 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-art.el (gnus-article-edit-part): Disable undo.
13745
13746 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13749         gnus-article-date-lapsed-new-header is t if date timer is active;
13750         skip headers in which the original date value is empty.
13751         (gnus-article-save-original-date): Redefine it as a macro.
13752         (gnus-display-mime): Use it.
13753
13754 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (article-date-ut): Support converting date in
13757         forwarded parts as well.
13758         (gnus-article-save-original-date): New function.
13759         (gnus-display-mime): Use it.
13760
13761 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13762
13763         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13764         enclosure element of <item>.
13765
13766 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * message.el (message-kill-buffer-query): Renamed from
13769         `message-kill-buffer-query-if-modified'.  Added :version.
13770
13771 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13774         window layout.
13775
13776 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * mml.el: Autoload dnd when compiling.
13779
13780 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13783         x-dnd-*.
13784
13785 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * qp.el (quoted-printable-encode-region): Save excursion.
13788
13789 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13790
13791         * message.el (message-kill-buffer-query-if-modified): Add new variable
13792         so the user can kill a modified message buffer quickly.
13793         (message-kill-buffer): Use it.
13794
13795 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * lpath.el: Fbind display-time-event-handler; don't fbind
13798         string-to-multibyte.
13799
13800         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13801
13802 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13805         contained in text because xml.el decodes entities) with LFs.
13806
13807 2005-04-11  Lute Kamstra  <lute@gnu.org>
13808
13809         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13810         differently.
13811
13812 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13813
13814         * mm-util.el (mm-detect-coding-region): Typo.
13815
13816 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13819
13820 2005-04-06  Deepak Goel  <deego@gnufans.org>
13821
13822         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13823         user-function allow user modifications of the scores.
13824         (spam-stat-score-buffer-user): New function, to allow
13825         user-computed modifications to the score.
13826         (spam-stat-score-buffer-user-functions): List of additional
13827         scoring functions.
13828         (spam-stat-error-holder): Global temporary error holder.
13829         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13830         variable.
13831
13832 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * gnus-registry.el (gnus-registry-clean-empty-function)
13835         (gnus-registry-trim, gnus-registry-fetch-groups)
13836         (gnus-registry-delete-group): Groups that match
13837         `gnus-registry-ignored-groups' are removed from the registry
13838         entries, not just ignored for splitting.  This helps clean up the
13839         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13840         to get all the groups a message ID is in.
13841
13842         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13843         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13844         (spam-stat-score-buffer-user-functions): Add :number custom type.
13845
13846 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13849         argument in XEmacs.
13850
13851         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13852         (nnrss-request-group): Decode group name first.
13853         (nnrss-request-article): Make a text/plain article if mml-to-mime
13854         failed.
13855         (nnrss-get-encoding): Return a compatible encoding according to
13856         nnrss-compatible-encoding-alist.
13857         (nnrss-find-el): Use consp instead of listp.
13858         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13859
13860 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13863         which Emacs 20 doesn't support.
13864         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13865
13866 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13869         silence the byte compiler inside the defun.
13870
13871         * gnus-demon.el (parse-time-string): Add autoload.
13872
13873         * gnus-delay.el (parse-time-string): Add autoload.
13874
13875         * gnus-art.el (parse-time-string): Add autoload.
13876
13877         * nnultimate.el (parse-time): Require for `parse-time-string'.
13878
13879 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13882
13883         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13884
13885         * smime.el (smime-ldap-host-list): Add :version.
13886
13887 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13890         pass it to `gnus-browse-read-group'.
13891         (gnus-browse-read-group): Add NUMBER argument and pass it to
13892         `gnus-group-read-ephemeral-group'.
13893
13894         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13895         argument and pass it to `gnus-group-read-group'.
13896
13897 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13898
13899         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13900         mm-xemacs-find-mime-charset-1 if we have the mule feature
13901         available at runtime.
13902
13903 2005-03-25  Werner Lemberg  <wl@gnu.org>
13904
13905         * nnmaildir.el: Replace `illegal' with `invalid'.
13906
13907 2005-03-23  Lute Kamstra  <lute@gnu.org>
13908
13909         * time-date.el: Add comment on time value formats.
13910         Don't require parse-time.
13911         (with-decoded-time-value): New macro.
13912         (encode-time-value): New function.
13913         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13914         (days-to-time): Return a valid time value when arg is huge.
13915         (time-since): Use time-subtract.
13916         (time-to-number-of-days): Use time-to-seconds.
13917
13918 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13919
13920         * gnus-start.el (gnus-display-time-event-handler):
13921         Check display-time-timer at runtime rather than only at load time
13922         in case display-time-mode is turned off in the mean time.
13923
13924 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13927         used.
13928
13929         * nneething.el (nneething-map-file-directory): Derive from
13930         `gnus-directory'.
13931
13932         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13933         the To/Cc button.
13934
13935 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * nnmaildir.el (nnmaildir-request-accept-article):
13938         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13939
13940 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13941
13942         * gnus-async.el: Require timer-funcs at compile time when in
13943         XEmacs for `run-with-idle-timer'.
13944
13945 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13946
13947         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13948         autoloaded function.
13949
13950 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13951
13952         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13953
13954 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13955
13956         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13957
13958 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13961         gnus-expert-user to default.
13962
13963 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13964
13965         * nnimap.el (nnimap-open-server): Ditto.
13966
13967         * imap.el (imap-authenticate): Fix typo.
13968
13969 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13970
13971         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13972         buffer (since IMAP server might return FETCH response out of
13973         order, and the nntp buffer must be sorted).
13974
13975 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13976
13977         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13978         comparison on string.
13979
13980         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13981         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13982         (gnus-agent-summary-fetch-series): Modified to protect against
13983         gnus-agent-summary-fetch-group clearing processable flags.
13984         (gnus-agent-synchronize-group-flags): Update live group buffer as
13985         synchronization may occur due to the user toggle the plugged
13986         status.
13987         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13988         successfully downloaded.
13989         (gnus-agent-expire-group-1): Avoid using markers when the overview
13990         is in ascending order; greatly improves performance.
13991         (gnus-agent-regenerate-group): Use
13992         gnus-agent-synchronize-group-flags to reset read status in both
13993         gnus and server.
13994         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13995
13996 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * message.el: Don't autoload former message-utils variables.
13999         (message-strip-subject-trailing-was): Change doc string.
14000
14001         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14002         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14003         (nnweb-google-search): Add "hl=en" here.
14004         (nnweb-google-parse-1, nnweb-google-create-mapping):
14005         Don't hardcode URL.
14006
14007 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * message.el (message-get-reply-headers, message-followup):
14010         Mention related variables `message-use-followup-to' and
14011         `message-use-mail-followup-to', in the information buffer.
14012
14013         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14014         of broken groups(-beta).google.com.
14015
14016 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14017
14018         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14019         parameter to invoked gnus-request-move-article; remove the
14020         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14021         all at once instead of once per article.
14022         (gnus-summary-remove-process-mark): Accept a list of articles as
14023         well as a single article for processing.
14024
14025         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14026         parameter.
14027
14028         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14029
14030         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14031
14032         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14033         parameter.
14034
14035         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14036         parameter.
14037
14038         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14039         parameter and remove the gnus-sum-hint-move-is-internal variable.
14040
14041         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14042         parameter.
14043
14044         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14045         parameter.
14046
14047         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14048         parameter.
14049
14050         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14051
14052         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14053         parameter.
14054
14055         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14056         parameter.
14057
14058 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14059
14060         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14061         a more conservative way.
14062
14063 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14064
14065         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14066         buffer, so it moves the window's cursor.
14067
14068 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14069
14070         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14071         `mm-dissect-multipart' and receive the from field as an (optional)
14072         argument from `mm-dissect-multipart'.
14073         (mm-dissect-multipart): Receive the from field as an argument and
14074         pass it on when we call `mm-dissect-buffer' on MIME parts.
14075         Fixes verification/decryption of signed/encrypted MIME parts.
14076
14077 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * gnus-sum.el (gnus-summary-move-article): Set
14080         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14081         whatever it calls (right now, only nnimap-request-move article
14082         respects it).
14083
14084         * nnimap.el (nnimap-request-move-article): When
14085         gnus-sum-hint-move-is-internal is set, don't do the extra
14086         nnimap-request-article.
14087
14088 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14091
14092         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14093         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14094
14095         * gnus-sum.el (gnus-summary-caesar-message):
14096         Apply `gnus-treat-article' after rotation.
14097
14098         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14099         doc string.
14100
14101 2005-02-22  Simon Josefsson  <jas@extundo.com>
14102
14103         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14104         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14105         <arne@arnested.dk>.
14106         (encrypt): Add password-cache and password-cache-expiry as group
14107         members.
14108
14109 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14110
14111         * smime.el (smime-ldap-host-list): Doc fix.
14112         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14113         cache) password.
14114         (smime-sign-region): Use it.
14115         (smime-decrypt-region): Use it.
14116         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14117         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14118         fails.
14119         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14120         certificate from DER to PEM format rather than calling openssl.
14121
14122         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14123
14124         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14125         for signing/encryption.
14126
14127         * mml.el (mml-parse-1): Use them.
14128
14129 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14130
14131         * nnrss.el (nnrss-verbose): Removed.
14132         (nnrss-request-group): Use `nnheader-message' instead.
14133
14134 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14135
14136         * nnrss.el (nnrss-verbose): New variable.
14137         (nnrss-request-group): Make it say nnrss is requesting a group.
14138
14139 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14142         Handle news URL with given port correctly.
14143
14144 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14147         containing special characters.
14148
14149         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14150
14151         * mml.el (mime-to-mml): Ditto.
14152
14153         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14154         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14155         (rfc2047-decode-region): Quote decoded words containing special
14156         characters when rfc2047-quote-decoded-words-containing-tspecials
14157         is non-nil.
14158
14159 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14162
14163         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14164
14165 2005-02-15  Simon Josefsson  <jas@extundo.com>
14166
14167         * nnimap.el (nnimap-debug): Doc fix.
14168
14169         * imap.el (imap-debug): Doc fix.
14170
14171 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14174
14175 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14176
14177         * gnus.el (spam-contents): Improve docs for spam-contents
14178         parameter in its variable incarnation.
14179
14180 2005-02-14  Simon Josefsson  <jas@extundo.com>
14181
14182         * smime-ldap.el: Use require instead of load-library for ldap.
14183         (smime-ldap-search): Indent.
14184         (smime-ldap-search-internal): Shorten line.
14185
14186         * smime.el (smime-cert-by-dns): Add doc-string.
14187         (smime-cert-by-ldap-1): Indent.
14188
14189         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14190         mml-smime-get-dns-ldap.
14191         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14192
14193 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14194
14195         * smime.el: Require smime-ldap.
14196         (smime-ldap-host-list): New variable.
14197         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14198
14199         * mml-smime.el (mml-smime-encrypt-query): New function.
14200         (mml-smime-encrypt-query): Use it.
14201
14202         * smime-ldap.el: New file.
14203
14204 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14207
14208 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14211         argument in doc string.  Make query for type more clear.
14212
14213 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * gnus.el (gnus-group-startup-message): Search for gnus images in
14216         etc/images/gnus.
14217         * mm-util.el (mm-image-load-path): Likewise.
14218         * smiley.el (smiley-data-directory): Search for smilies in
14219         etc/images/smilies.
14220
14221 2005-02-09  Kim F. Storm  <storm@cua.dk>
14222
14223         Change Emacs release version from 21.4 to 22.1 throughout.
14224         Change Emacs development version from 21.3.50 to 22.0.50.
14225
14226 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14229
14230         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14231         non-Mule XEmacs as well.
14232         (mm-decompress-buffer): Signal an error intentionally if it does
14233         not decompress compressed data because auto-compression-mode is
14234         disabled.
14235
14236 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14237
14238         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14239         an ID in the registry even if it has no groups.
14240
14241 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14244         merge it into mm-decompress-buffer.
14245         (gnus-mime-copy-part): Use the MIME part charset, the value which
14246         a user specified or gnus-newsgroup-charset for decoding, like
14247         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14248         save-buffer what was used.  Suggested by Kevin Ryde
14249         <user42@zip.com.au>.
14250         (gnus-mime-inline-part): Allow the name parameter as well as the
14251         filename parameter; force decompressing of compressed data; always
14252         display contents being not decoded as unibyte.
14253
14254         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14255         as well as the filename parameter.
14256
14257         * mm-util.el (mm-decompress-buffer): Merge
14258         gnus-mime-jka-compr-maybe-uncompress.
14259         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14260         of compressed data.
14261
14262 2005-02-08  Simon Josefsson  <jas@extundo.com>
14263
14264         * imap.el (imap-log): Doc fix.
14265
14266 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14269         the coding cookies; decompress compressed parts.
14270
14271         * mml.el (mml-generate-mime-1): Add the charset parameter according
14272         to the value which a user specified manually or the coding cookie.
14273
14274         * mm-util.el (mm-string-to-multibyte): New function.
14275         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14276         (mm-coding-system-to-mime-charset): New function.
14277         (mm-decompress-buffer): New function.
14278         (mm-find-buffer-file-coding-system): New function.
14279
14280         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14281         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14282         parts.
14283
14284 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14285
14286         * mm-view.el (mm-display-inline-fontify): Decode a part according
14287         to the charset parameter.
14288
14289 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14292         prefix arg is neither nil nor a number, as info specifies.
14293
14294 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14297         timestamps.
14298
14299 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14300
14301         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14302         groups error checking and notify user.
14303
14304 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14305
14306         * message.el (message-send-mail-function): Check existence of
14307         sendmail-program first before using default value
14308         `message-send-mail-with-sendmail'.  Otherwise use more generic
14309         `smtpmail-send-it'.
14310
14311 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * nntp.el (nntp-request-update-info): Always return nil.
14314
14315 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14316
14317         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14318
14319 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14320
14321         * message.el (message-beginning-of-line): Change the behavior when
14322         invoked between BOL and : so that it first moves backward.
14323
14324 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14327         article buffer when editing of the article is discarded.
14328         (gnus-article-prepare): Revert.
14329
14330 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-art.el (gnus-article-prepare):
14333         Remove message-strip-forbidden-properties from the local hook.
14334
14335 2005-01-27  Simon Josefsson  <jas@extundo.com>
14336
14337         * password.el (password-cache-add): Only start one timer per key.
14338         Reported by Derek Atkins <warlord@MIT.EDU>.
14339
14340 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14341
14342         * run-at-time.el: Removed.  It is no longer needed as
14343         timer-funcs.el in the xemacs-base package has a working version of
14344         `run-at-time'.
14345
14346         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14347
14348         * password.el: Require timer-funcs instead of run-at-time in
14349         XEmacs.
14350         Remove `password-run-at-time' macro.
14351         (password-cache-add): Use `run-at-time' instead of
14352         `password-run-at-time'.
14353
14354         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14355         Remove `nnheader-cancel-function-timers' alias,
14356         `cancel-function-timers' exists in XEmacs in timer-funcs.
14357
14358         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14359         for `run-with-idle-timer'.
14360
14361         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14362         for `run-at-time'.
14363
14364         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14365         for `with-timeout'.
14366
14367         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14368         the same as for XEmacs 21.4.
14369         No need to ignore `run-with-idle-timer', this function exists in
14370         XEmacs now in timer-funcs.el in the xemacs-base package.
14371         (dgnushack-compile): No need to delete
14372         run-at-time.el from the list of files to compile because it
14373         doesn't exist anymore.
14374
14375 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14378         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14379
14380 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14381
14382         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14383         sensitively.
14384
14385 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14386
14387         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14388
14389 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14392         which will be inserted according to the multibyteness of a buffer
14393         rather than the type of contents.  Suggested by ARISAWA Akihiro
14394         <ari@mbf.ocn.ne.jp>.
14395
14396         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14397         of string which old xml.el may return rather than a string.
14398
14399 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14402
14403 2005-01-16  Simon Josefsson  <jas@extundo.com>
14404
14405         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14406         idn/idna.el isn't available.
14407         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14408         <michael@waxrat.com>.
14409
14410         * hashcash.el: Remove non-FSF copyright header.
14411
14412         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14413         (hashcash-generate-payment): Use it.
14414         (hashcash-generate-payment-async): Use it.
14415
14416 2005-01-15  Simon Josefsson  <jas@extundo.com>
14417
14418         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14419         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14420
14421         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14422         gnus-summary-idna-message.
14423         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14424         (gnus-summary-idna-message): New function.
14425
14426 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14429         gnus-novice-user.
14430
14431 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * nnrss.el (nnrss-request-delete-group): Delete entries in
14434         nnrss-group-alist as well.
14435         (nnrss-save-server-data): Insert newline.
14436
14437 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14438
14439         * gnus.el (gnus-user-agent): Use list of symbols instead of
14440         symbols.  Display full version number for (S)XEmacs.  Optionally
14441         display (S)XEmacs codename.
14442
14443         * gnus-util.el (gnus-emacs-version): Update for new
14444         `gnus-user-agent'.
14445
14446         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14447         Gnus version.
14448
14449 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14452         which is unreadable in some setups.
14453
14454 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-spec.el (gnus-update-format-specifications): Flush the
14457         group format spec cache if it doesn't support decoded group names.
14458
14459 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14462         Allow to apply decay on score files matching a regexp.
14463
14464 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14467         compatibility in %g and %c.
14468
14469 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14472         name for only %g and %c.
14473         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14474         of gnus-tmp-group to decoded group name.
14475         (gnus-group-make-rss-group): Exclude `/'s from group names.
14476
14477 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * nnrss.el (nnrss-get-encoding): Fix regexp.
14480
14481 2004-12-27  Simon Josefsson  <jas@extundo.com>
14482
14483         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14484         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14485         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14486
14487 2004-12-17  Kim F. Storm  <storm@cua.dk>
14488
14489         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14490
14491         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14492
14493 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14494
14495         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14496
14497 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * nnrss.el: Require rfc2047 and mml.
14500         (nnrss-file-coding-system): New variable.
14501         (nnrss-format-string): Redefine it as an inline function.
14502         (nnrss-decode-group-name): New function.
14503         (nnrss-string-as-multibyte): Remove.
14504         (nnrss-retrieve-headers): Decode group name; don't use
14505         nnrss-format-string.
14506         (nnrss-request-group): Decode group name.
14507         (nnrss-request-article): Decode group name; allow a Message-ID as
14508         well as an article number; don't use nnrss-format-string; encode a
14509         Message-ID string which may contain non-ASCII characters; use
14510         mml-to-mime to compose a MIME article.
14511         (nnrss-request-expire-articles): Decode group name.
14512         (nnrss-request-delete-group): Decode group name.
14513         (nnrss-fetch): Clarify error message.
14514         (nnrss-read-server-data): Use insert-file-contents instead of load;
14515         bind file-name-coding-system; use multibyte buffer.
14516         (nnrss-save-server-data): Bind coding-system-for-write to the
14517         value of nnrss-file-coding-system; bind file-name-coding-system;
14518         add coding cookie.
14519         (nnrss-read-group-data): Use insert-file-contents instead of load;
14520         bind file-name-coding-system; use multibyte buffer.
14521         (nnrss-save-group-data): Bind coding-system-for-write to the
14522         value of nnrss-file-coding-system; bind file-name-coding-system.
14523         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14524         make it work with non-ASCII text.
14525         (nnrss-find-el): Make it work with old xml.el as well.
14526
14527 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14528
14529         * nnrss.el (nnrss-get-encoding): New function.
14530         (nnrss-fetch): Use unibyte buffer initially; bind
14531         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14532         decode contents according to the encoding attribute.
14533         (nnrss-save-group-data): Add coding cookie.
14534         (nnrss-mime-encode-string): New function.
14535         (nnrss-check-group): Use it to encode subject and author.
14536
14537 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14540         imaginary variable.
14541
14542 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14545         correctly even if there are wide characters.
14546
14547 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14550         downcased symbol names; make a new cache instead of reusing
14551         bbdb-hashtable.
14552
14553 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14556         concatenating segments rather than before concatenating them.
14557         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14558
14559         * message.el (message-get-reply-headers): Bind `extra'.
14560
14561 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14562
14563         * message.el (message-extra-wide-headers): New variable.
14564         (message-get-reply-headers): Use it.
14565
14566 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14569         (gnus-agent-group-pathname): Ditto.
14570
14571         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14572
14573         * gnus-group.el (gnus-group-make-group): Decode group name.
14574         (gnus-group-make-rss-group): Register the group data after opening
14575         the nnrss group.
14576
14577 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14578
14579         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14580         by expiry now get marked as read.
14581
14582 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14585
14586 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14587
14588         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14589         unify Latin characters in XEmacs.
14590         (mm-find-mime-charset-region): Use it.
14591
14592 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus-util.el (gnus-delete-directory): New function.
14595
14596         * gnus-agent.el (gnus-agent-delete-group): Use it.
14597
14598         * gnus-cache.el (gnus-cache-delete-group): Use it.
14599
14600 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14603         names.
14604
14605 2004-12-16  Simon Josefsson  <jas@extundo.com>
14606
14607         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14608
14609 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14612
14613         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14614         (gnus-group-set-current-level): Decode group name.
14615
14616 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14617
14618         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14619         failed.
14620
14621 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-group.el (gnus-group-delete-group): Decode group name.
14624         (gnus-group-make-rss-group): Encode group name.
14625         (gnus-group-catchup-current): Decode group name.
14626         (gnus-group-kill-group): Decode group name.
14627
14628 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14629
14630         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14631
14632 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-group.el (gnus-group-make-rss-group):
14635         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14636
14637         * gnus-start.el (gnus-setup-news): Honor user's setting to
14638         gnus-message-archive-method.  Suggested by Lute Kamstra
14639         <lute@gnu.org>.
14640
14641 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14642
14643         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14644         global counterparts of the buffer-local variables.
14645
14646 2004-11-16  Romain Francoise  <romain@orebokech.com>
14647
14648         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14649         counterparts of the buffer-local variables.
14650
14651 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * message.el (message-forbidden-properties): Fixed typo in doc
14654         string.
14655
14656 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * gnus-util.el (gnus-replace-in-string): Added doc string.
14659
14660         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14661         to avoid problems when splitting mails with many recipients.
14662
14663 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14664
14665         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14666         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14667
14668 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14669
14670         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14671         if there is no hashtable in memory or file modification time is
14672         newer than cached timestamp.
14673
14674 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14677         not-matching option.
14678
14679 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14682         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14683         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14684         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14685         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14686         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14687
14688 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * message.el (message-forward-make-body-mml): Remove headers
14691         according to message-forward-ignored-headers if a message is decoded.
14692
14693 2004-12-02  Romain Francoise  <romain@orebokech.com>
14694
14695         * message.el (message-forward-make-body-plain): Always remove
14696         headers according to message-forward-ignored-headers.
14697
14698 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14699
14700         * spam.el (spam-summary-prepare-exit): Remove the
14701         gnus-summary-limit pop for now, it has problems with ham marks for
14702         me.
14703
14704 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14705
14706         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14707         correctly.
14708
14709 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14710
14711         * format-spec.el (format-spec): Message the char.
14712
14713 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14714
14715         * gnus-art.el (gnus-split-methods): Reformat comments.
14716
14717         * spam.el (spam-summary-prepare-exit): Remove article limits
14718         before exiting the summary buffer.
14719
14720 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14723         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14724
14725         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14726         order to silence the byte compiler.
14727
14728         * spam.el: Fix the way to silence the byte compiler, which
14729         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14730         bbdb-search-simple, spam-BBDB-register-routine,
14731         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14732         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14733         spam-stat-buffer-is-spam, spam-stat-load,
14734         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14735         spam-stat-save and spam-stat-split-fancy.
14736
14737 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14740         which may confuse users.
14741         (canlock-password-for-verify): Ditto.
14742
14743         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14744
14745         * gnus-art.el (gnus-emphasis-alist): Ditto.
14746
14747         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14748
14749         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14750
14751         * gnus-start.el (gnus-save-killed-list): Ditto.
14752
14753         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14754         (gnus-sum-thread-tree-root): Ditto.
14755         (gnus-sum-thread-tree-false-root): Ditto.
14756         (gnus-sum-thread-tree-single-indent): Ditto.
14757
14758         * message.el (message-courtesy-message): Ditto.
14759         (message-archive-note): Ditto.
14760         (message-subscribed-address-file): Ditto.
14761         (message-user-fqdn): Ditto.
14762
14763         * spam-report.el (spam-report-gmane-regex): Ditto.
14764
14765         * spam.el (spam-blackhole-good-server-regex): Ditto.
14766
14767 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * mml.el (mml-preview): Widen the message buffer before copying
14770         the contents to the preview buffer; sort headers before previewing.
14771
14772         * message.el (message-hidden-headers): Fix the way to avoid a bug
14773         in the `repeat' widget in Emacs 21.3 or earlier.
14774
14775 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * message.el (message-hidden-headers): Default to "^References:".
14778         Improve customization type.  Suggested by Reiner Steib
14779         <Reiner.Steib@gmx.de>.
14780
14781 2004-11-25  Romain Francoise  <romain@orebokech.com>
14782
14783         * message.el (message-strip-forbidden-properties): Remove check for
14784         obsolete `message-hidden' text property, hidden headers are not
14785         accessible in the buffer anymore.
14786
14787 2004-11-22  Romain Francoise  <romain@orebokech.com>
14788
14789         * message.el (message-header-format-alist): Add `From' in list
14790         so that it can be sorted.
14791         (message-fix-before-sending): Widen and sort headers before
14792         sending.
14793         (message-hide-headers): Use narrowing to hide headers by moving
14794         them to the top of the buffer and narrowing to the region
14795         underneath.
14796
14797 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14798
14799         * message.el (message-strip-forbidden-properties): Bind
14800         buffer-read-only (etc) to nil.
14801
14802 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14805         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14806
14807 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14808
14809         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14810
14811 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * dns.el (query-dns): Use sit-for to time instead of
14814         accept-process-output, since that doesn't seem to work on udp
14815         sockets.
14816
14817 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14820
14821 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14822
14823         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14824         doc string.  Improve doc string.
14825
14826 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * nntp.el (nntp-request-update-info): Return nil if
14829         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14830         may not call gnus-activate-group which uselessly issues the GROUP
14831         commands for all nntp groups and wastes time.  Reported by Romain
14832         Francoise <romain@orebokech.com>.
14833
14834         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14835
14836 2004-11-15  Simon Josefsson  <jas@extundo.com>
14837
14838         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14839         headers separately.
14840         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14841         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14842
14843 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * gnus-start.el (gnus-convert-old-newsrc):
14846         Assign legacy-gnus-agent to 5.10.7.
14847
14848 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14851         start of the lines.
14852
14853 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14854
14855         * hashcash.el (hashcash-default-payment): Change default to 20.
14856         (hashcash-default-accept-payment): Change default to 20.
14857         (hashcash-process-alist): New variable.
14858         (hashcash-generate-payment-async): Add.
14859         (hashcash-already-paid-p): Add.
14860         (hashcash-insert-payment): Don't generate payments twice.
14861         (hashcash-insert-payment-async): Add.
14862         (hashcash-insert-payment-async-2): Add.
14863         (hashcash-cancel-async): Add.
14864         (hashcash-wait-async): Add.
14865         (hashcash-processes-running-p): Add.
14866         (hashcash-wait-or-cancel): Add.
14867         (mail-add-payment): New optional argument.  Conditionally start
14868         asynchronous calculation.
14869         (mail-add-payment-async): Add.
14870
14871         * message.el (message-send-mail): Wait for asynchronous hashcash
14872         results.  Don't clobber existing X-Hashcash headers.
14873         (message-setup-1): Call mail-add-payment-async when
14874         message-generate-hashcash is non-nil.
14875
14876 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14877
14878         * message.el (message-use-alternative-email-as-from): Examine the
14879         From header as well; use message-make-from in order to include a
14880         user's full name.
14881
14882 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14885         default; improve customization type.
14886         (gnus-emphasis-custom-with-format): New macro.
14887         (gnus-emphasis-custom-value-to-external): New function.
14888         (gnus-emphasis-custom-value-to-internal): New function.
14889
14890 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14891
14892         * dns.el (query-dns): Resolve reverse addresses.
14893
14894 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14895
14896         * gnus-group.el (gnus-group-get-new-news): Use it.
14897
14898         * gnus-start.el (gnus-check-reasonable-setup): New function.
14899
14900 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14903         "Args out of range" error.  Reported by Arnaud Giersch
14904         <arnaud.giersch@free.fr>.
14905
14906 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14907
14908         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14909
14910 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14911
14912         * spam.el (spam group): Add :version.
14913
14914         * pgg-def.el (pgg group): Add :version.
14915
14916 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * gnus-art.el (gnus-article-edit-article): Don't associate the
14919         article buffer with a draft file.  This is a temporary measure
14920         against the 2004-08-22 change to gnus-article-edit-mode.
14921
14922 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14925         (html2text-format-tags): Remove unused variable `attr'.
14926
14927 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14930
14931         * tls.el (tls-process-connection-type, tls-success)
14932         (tls-certtool-program): Add :version.
14933
14934         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14935         (starttls-extra-arguments, starttls-process-connection-type)
14936         (starttls-connect, starttls-failure, starttls-success): Add :version.
14937
14938         * spam-stat.el (spam-stat): Add :version.
14939
14940         * sieve.el (sieve): Add :version.
14941
14942         * sha1.el (sha1): Add :version.
14943         (sha1-use-external): Remove redundant version.
14944
14945         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14946         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14947         (nnmail-split-fancy-match-partial-words)
14948         (nnmail-split-lowercase-expanded): Add :version.
14949
14950         * nndiary.el (nndiary): Add :version.
14951
14952         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14953
14954         * mml-sec.el (mml-default-sign-method)
14955         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14956         Add :version.
14957
14958         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14959
14960         * mm-url.el (mm-url-use-external, mm-url-program)
14961         (mm-url-arguments): Add :version.
14962
14963         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14964         (mm-attachment-file-modes, mm-decrypt-option)
14965         (mm-w3m-safe-url-regexp): Add :version.
14966
14967         * message.el (message-cite-prefix-regexp)
14968         (message-sendmail-envelope-from, message-minibuffer-local-map)
14969         (message-user-fqdn, message-completion-alist): Add :version.
14970
14971         * gnus-win.el (gnus-configure-windows-hook)
14972         (gnus-use-frames-on-any-display): Add :version.
14973
14974         * gnus-art.el (gnus-article-address-banner-alist)
14975         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14976         (gnus-treat-from-picon, gnus-treat-mail-picon)
14977         (gnus-treat-x-pgp-sig): Add :version.
14978
14979         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14980         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14981         (gnus-summary-article-delete-hook)
14982         (gnus-summary-display-while-building): Add :version.
14983
14984         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14985         (gnus-get-top-new-news-hook): Add :version.
14986
14987         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14988         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14989
14990         * gnus-registry.el (gnus-registry): Add :version.
14991
14992         * gnus-spec.el (gnus-use-correct-string-widths)
14993         (gnus-make-format-preserve-properties): Add :version.
14994
14995         * gnus.el (gnus-group-charter-alist)
14996         (gnus-group-fetch-control-use-browse-url)
14997         (gnus-install-group-spam-parameters): Add :version.
14998
14999         * gnus-diary.el (gnus-diary): Add :version.
15000
15001         * gnus-delay.el (gnus-delay): Add :version.
15002
15003         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15004         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15005         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15006         Add :version.
15007
15008         * gnus-agent.el (gnus-agent-max-fetch-size)
15009         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15010         (gnus-agent-prompt-send-queue): Add :version.
15011
15012         * deuglify.el (gnus-outlook-deuglify): Add :version.
15013
15014         * html2text.el: Beautify code.  Improve doc strings.  Some
15015         checkdoc cleanup.
15016         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15017
15018 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15019
15020         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15021
15022 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15023
15024         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15025         when package is loaded.
15026
15027         * spam.el (spam-summary-score-preferred-header): Add global preference
15028         for people who want to override the default SpamAssassin over
15029         Bogofilter preference (when both are set).
15030         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15031         (spam-user-format-function-S): Check
15032         spam-summary-score-preferred-header.
15033         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15034         (spam-user-format-function-S): Format the score correctly.
15035
15036 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15039         signature file.  Suggested by Manoj Srivastava
15040         <srivasta@golden-gryphon.com>.
15041
15042         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15043         iso-2022-jp even in the Japanese language environment.
15044         Suggested by Jason Rumney <jasonr@gnu.org>.
15045
15046 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15049         use the same characters as the dummy marks; make it free from
15050         getting affected by the language environment.
15051         (gnus-summary-read-group-1): Update mark positions only when the
15052         format spec is updated.
15053
15054         * gnus-spec.el (gnus-update-format-specifications): Return a list
15055         of updated types.
15056
15057 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15060         of boundp to check if display-warning is available.
15061
15062 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15065
15066 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * nnspool.el (nnspool-spool-directory): Use news-path if the
15069         news-directory variable is not bound.
15070
15071         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15072         function instead of display-warning if it is not available.
15073
15074 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15077         v5-10: Use `point-at-bol'.
15078
15079 2004-10-26  Simon Josefsson  <jas@extundo.com>
15080
15081         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15082         <chenggao@gmail.com>.
15083
15084 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15087         instead.
15088
15089 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15090
15091         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15092         to remove a server from the nnimap-server-buffer-alist.
15093         (nnimap-open-connection, nnimap-close-server): Use it.
15094
15095         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15096
15097 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15100         running the major-mode function.
15101
15102 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15105         dummy marks in the right way.
15106
15107 2004-10-18  David Edmondson  <dme@dme.org>
15108
15109         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15110         excessively.
15111
15112 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * gnus-util.el (gnus-split-references): Accept a nil references
15115         string and go on blissfully.
15116
15117         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15118         cases where the references string is non-nil but has no references.
15119
15120         * encrypt.el: Add autoload tags.
15121
15122         * spam.el (spam-resolve-registrations-routine): Remove article
15123         from unregistration list too.  Reported by David Hanak
15124         <dhanak@isis.vanderbilt.edu>
15125
15126 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15129         nil.  Changed custom type.
15130
15131 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15134
15135         * gnus-sum.el (gnus-summary-move-article): Use it.
15136
15137 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * encrypt.el: Add autoload cookies.
15140
15141         * spam.el (spam-backend-article-list-property)
15142         (spam-backend-get-article-todo-list)
15143         (spam-backend-put-article-todo-list)
15144         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15145         Resolve registrations separately.
15146         (spam-register-routine): Format comments.
15147         (spam-unregister-routine, spam-register-routine): Always call with
15148         specific-articles, no default list.
15149         (spam-summary-prepare-exit): Use the spam-classifications function.
15150
15151         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15152         gnus-encrypt.el.
15153
15154         * encrypt.el: Copied from gnus-encrypt.el.
15155
15156         * gnus-encrypt.el: Commented that it's obsolete.
15157
15158 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15161         (gnus-score-save): Use it.
15162
15163         * message.el (message-bury): Use `window-dedicated-p'.
15164
15165 2004-10-15  Simon Josefsson  <jas@extundo.com>
15166
15167         * pop3.el (top-level): Don't require nnheader.
15168         (pop3-read-timeout): Add.
15169         (pop3-accept-process-output): Add.
15170         (pop3-read-response, pop3-retr): Use it.
15171
15172 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * spam.el (spam-register-routine): Move comment.
15175         (spam-verify-bogofilter): Use 'unknown for the initial
15176         spam-bogofilter-valid state, not 'never.
15177
15178         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15179         for netrc-machine.
15180
15181         * nnimap.el (nnimap-open-connection): Use
15182         netrc-machine-user-or-password.
15183
15184 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15185
15186         * gnus-registry.el (gnus-registry-unload-hook):
15187         Set as a variable with add-hook.
15188
15189         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15190         of news-path.
15191
15192         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15193
15194         * spam.el: Delete duplicate `provide'.
15195         (spam-unload-hook): Set as a variable with add-hook.
15196
15197 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15200         in the doc string.
15201
15202         * message.el (message-ignored-news-headers)
15203         (message-ignored-supersedes-headers)
15204         (message-ignored-resent-headers)
15205         (message-forward-ignored-headers): Improve custom type.
15206
15207 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * message.el (message-tokenize-header): Fix 2004-09-06 change
15210         which used point-min in the wrong place.
15211
15212 2004-10-12  Simon Josefsson  <jas@extundo.com>
15213
15214         * tls.el (tls-certtool-program): New variable.
15215         (tls-certificate-information): New function, based on
15216         ssl-certificate-information.
15217
15218 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * compface.el: Move the version of ELisp-based uncompface program
15221         to the contrib directory because of the copyright problem.
15222
15223 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * message.el (message-kill-buffer): Raise the current frame.
15226
15227 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15230
15231         * gnus.el (message-y-or-n-p): Autoload.
15232
15233         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15234         (pop3-password-required, pop3-authentication-scheme)
15235         (pop3-leave-mail-on-server): Made customizable.
15236         (pop3): New custom group.
15237         (pop3-retr): Remove `sleep-for' statements.
15238         Suggested by Dave Love <fx@gnu.org>.
15239
15240         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15241         Windows/DOS.
15242
15243         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15244         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15245         Dave Love <fx@gnu.org>.
15246
15247         * mml.el (mml-minibuffer-read-disposition): Require match.
15248         Suggested by Dave Love <fx@gnu.org>.
15249
15250 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15253         doc string.
15254
15255 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15258
15259 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15260
15261         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15262         instead of calling `mm-insert-inline', to decode text/* parts
15263         before displaying them.
15264
15265 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * mm-uu.el (mm-uu-text-plain-type): New variable.
15268         (mm-uu-pgp-signed-extract-1): Use it.
15269         (mm-uu-pgp-encrypted-extract-1): Use it.
15270         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15271         bind mm-uu-text-plain-type with that value.
15272         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15273         mm-uu-dissect.
15274
15275 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-group.el (gnus-update-group-mark-positions):
15278         * gnus-sum.el (gnus-update-summary-mark-positions):
15279         * message.el (message-check-news-body-syntax):
15280         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15281         of string-as-multibyte.
15282
15283 2004-10-05  Juri Linkov  <juri@jurta.org>
15284
15285         * gnus-group.el (gnus-update-group-mark-positions):
15286         * gnus-sum.el (gnus-update-summary-mark-positions):
15287         * message.el (message-check-news-body-syntax):
15288         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15289         8-bit unibyte values to a multibyte string for search functions.
15290
15291 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15294         (mm-uu-dissect-text-parts): New function.
15295
15296         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15297         dissect text parts.
15298
15299         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15300         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15301
15302         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15303
15304         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15305         gnus-current-topics instead of gnus-current-topic.
15306
15307 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15308
15309         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15310
15311 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15312
15313         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15314         where approriate.
15315
15316         * nnml.el (nnml-generate-active-info): do.
15317
15318         * nndiary.el (nndiary-generate-active-info): do.
15319
15320         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15321         (gnus-topic-move): do.
15322
15323         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15324         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15325
15326         * gnus-srvr.el (gnus-server-prepare)
15327         (gnus-server-open-all-servers): do.
15328
15329         * gnus-msg.el (gnus-summary-cancel-article)
15330         (gnus-summary-resend-message)
15331         (gnus-summary-mail-crosspost-complaint): do.
15332
15333         * gnus-move.el (gnus-change-server): do.
15334
15335         * gnus-group.el (gnus-group-unmark-all-groups)
15336         (gnus-group-set-current-level): do.
15337
15338 2004-10-04  Simon Josefsson  <jas@extundo.com>
15339
15340         * message.el (message-generate-hashcash): Doc fix.
15341
15342 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15343
15344         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15345         avoid infinite recursion via gnus-get-function.
15346
15347 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15348
15349         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15350
15351         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15352
15353         * nnmail.el (nnmail-split-history): do.
15354
15355         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15356         (nnml-request-delete-group): do.
15357
15358         * nnslashdot.el (nnslashdot-read-groups): do.
15359
15360         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15361         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15362
15363         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15364         (nnspool-sift-nov-with-sed): Use last.
15365         (nnspool-retrieve-headers-with-nov): Use mapc.
15366         (nnspool-request-newgroups): Use dolist.
15367         (nnspool-request-group): Use last.
15368
15369         * nntp.el (nntp-read-server-type): Use dolist.
15370
15371         * nnvirtual.el (nnvirtual-create-mapping)
15372         (nnvirtual-update-read-and-marked): Use dolist.
15373         (nnvirtual-convert-headers): Simplify.
15374
15375 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15376
15377         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15378         support for sync'ing tick marks.
15379
15380 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15383         there's no visible header.
15384
15385 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15386
15387         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15388         necessary, pass full group name to gnus-request-set-marks.
15389
15390 2004-10-01  Simon Josefsson  <jas@extundo.com>
15391
15392         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15393         acroread.
15394
15395 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15396
15397         * spam-report.el (spam-report-gmane): Fix interactive.
15398
15399         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15400
15401         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15402         when writing file.
15403         (gnus-agent-synchronize-flags): Don't default to being
15404         interactive.
15405
15406 2004-09-30  Simon Josefsson  <jas@extundo.com>
15407
15408         * message.el (message-generate-hashcash): Add.
15409         (message-send-mail): Use it, call mail-add-payment.
15410
15411 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15412
15413         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15414
15415 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15416
15417         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15418         gnus-requst-update-info with explicit code to sync the in-memory
15419         info read flags with the marks being sync'd to the backend.
15420
15421         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15422
15423 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * spam.el (spam-verify-bogofilter): Add new function.
15426         (spam-check-bogofilter)
15427         (spam-bogofilter-register-with-bogofilter): Use it.
15428         (spam-verify-bogofilter): Add small fixes.
15429
15430 2004-09-28  Simon Josefsson  <jas@extundo.com>
15431
15432         * hashcash.el (hashcash-generate-payment): Revert.
15433
15434 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15435
15436         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15437         gnus-extract-references instead of gnus-split-references.
15438
15439         * gnus-util.el (gnus-extract-references): Add new function, analogous
15440         to gnus-split-references but extracts only the message-ID without
15441         anything extra.
15442
15443         * hashcash.el (hashcash-generate-payment)
15444         (hashcash-check-payment): Do the right thing if hashcash-path is
15445         nil (because the hashcash program could not be found).
15446
15447         * spam.el (spam-use-hashcash): Remove comment.
15448
15449 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15450
15451         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15452         (gnus-cache-enter-article, gnus-cache-remove-article)
15453         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15454
15455         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15456
15457         * gnus-art.el (article-hide-boring-headers)
15458         (article-translate-strings, article-display-face)
15459         (gnus-article-mime-match-handle-first)
15460         (gnus-article-highlight-headers)
15461         (gnus-article-add-buttons-to-head): do.
15462
15463 2004-09-27  Simon Josefsson  <jas@extundo.com>
15464
15465         * hashcash.el: New version, from
15466         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15467         ../contrib/.
15468
15469 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15472
15473 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15474
15475         * gnus-dup.el (gnus-dup-open): Use mapc.
15476         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15477
15478         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15479         Reported by Stefan Wiens <s.wi@gmx.net>.
15480
15481         * gnus.el (gnus-shutdown): Use dolist.
15482
15483         * gnus-undo.el (gnus-undo): Use mapc.
15484
15485         * nnrss.el (nnrss-generate-active): do.
15486
15487         * message.el (message-cite-original-without-signature)
15488         (message-cite-original): Use mapc.
15489         (message-do-actions, message-make-forward-subject): Use dolist.
15490
15491 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15492
15493         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15494         deletion to remove entire duplicate line.  Fixes merged article
15495         number bug.
15496
15497 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15498
15499         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15500         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15501         first ask if you want to open a server and then, even when you
15502         responded with no, asking if you want to synchronize the server's
15503         flags.
15504         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15505         multi-line expressions.
15506         (gnus-agent-synchronize-group-flags): New internal function.
15507         Updates marks in memory (in the info structure) AND in the
15508         backend.
15509
15510         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15511
15512         * nnagent.el (nnagent-request-set-mark): Use
15513         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15514         method, to ensure that synchronization updates marks in the
15515         backend and in the info (in memory) structure.
15516
15517 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15520         convention fully; don't miss the root article of a thread; make
15521         the X-Draft-From header with correct article numbers.
15522
15523 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15524
15525         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15526         unless plugged.  Disable the agent so that an open failure causes
15527         an error.
15528
15529         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15530         Reverted 2004-09-21 change.  The backend must be opened while
15531         synchronizing flags even when the backend stores the flags
15532         locally.
15533
15534 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15537         in `header' match.  Reported by Svend Tollak Munkejord.
15538
15539         * message.el (message-cite-original): Fix use of
15540         `message-cite-articles-with-x-no-archive'.
15541
15542 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15545         (gnus-window-to-buffer): Ditto.
15546
15547         * mml.el (mml-preview-buffer): New variable.
15548         (mml-preview): Manage window layout with gnus-buffer-configuration.
15549
15550         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15551         X-Draft-From header even if those articles aren't quoted.
15552
15553 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15554
15555         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15556         (gnus-request-set-mark, gnus-request-update-mark): Use new
15557         g-s-t-u-l-m to decide to use backend even when unplugged.
15558
15559 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15562         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15563
15564 2004-09-20  Simon Josefsson  <jas@extundo.com>
15565
15566         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15567         "utf-16-le".
15568
15569 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15570
15571         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15572
15573 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * uudecode.el (uudecode-use-external): Add :version.
15576
15577         * smime.el (smime-CA-file, smime-encrypt-cipher)
15578         (smime-dns-server): Add :version.
15579
15580         * smiley.el (gnus-smiley-file-types): Add :version.
15581
15582         * sha1.el (sha1-use-external): Add :version.
15583
15584         * pgg-def.el (pgg-query-keyserver): Add :version.
15585
15586         * nnmail.el (nnmail-fancy-expiry-targets)
15587         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15588         Add :version.
15589
15590         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15591         (nnimap-retrieve-groups-asynchronous): Add :version.
15592         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15593
15594         * mml.el (mml-content-disposition-parameters)
15595         (mml-insert-mime-headers-always): Add :version.
15596
15597         * mm-util.el (mm-coding-system-priorities): Add :version.
15598
15599         * mm-decode.el (mm-inline-text-html-with-images)
15600         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15601         (mm-verify-option): Add :version.
15602         (mm-text-html-renderer): Change :version.
15603
15604         * message.el (message-fcc-externalize-attachments)
15605         (message-required-headers, message-draft-headers)
15606         (message-subject-trailing-was-query)
15607         (message-subject-trailing-was-ask-regexp)
15608         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15609         (message-mark-insert-end, message-archive-header)
15610         (message-archive-note, message-cross-post-default)
15611         (message-cross-post-note, message-followup-to-note)
15612         (message-cross-post-note-function, message-use-mail-followup-to)
15613         (message-subscribed-address-functions)
15614         (message-subscribed-address-file, message-subscribed-addresses)
15615         (message-subscribed-regexps, message-allow-no-recipients)
15616         (message-yank-cited-prefix, message-signature-insert-empty-line)
15617         (message-hidden-headers, message-hierarchical-addresses)
15618         (message-mail-user-agent, message-use-idna)
15619         (message-valid-fqdn-regexp)
15620         (message-strip-special-text-properties, message-header-synonyms)
15621         (message-beginning-of-line, message-tab-body-function): Add :version.
15622         (message-insert-canlock, message-wide-reply-confirm-recipients):
15623         Change :version.
15624
15625         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15626         and :version.
15627         (mail-source-delete-old-incoming-confirm)
15628         (mail-source-movemail-program): Add :version.
15629
15630         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15631         (gnus-agent-cache, gnus-agent): Change :version.
15632
15633         * gnus-util.el (gnus-use-byte-compile): Change :version.
15634
15635         * gnus-sum.el (gnus-summary-make-false-root-always)
15636         (gnus-summary-default-high-score)
15637         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15638         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15639         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15640         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15641         (gnus-sum-thread-tree-single-indent)
15642         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15643         (gnus-sum-thread-tree-leaf-with-other)
15644         (gnus-sum-thread-tree-single-leaf): Add :version.
15645         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15646         (gnus-article-loose-mime): Change :version.
15647
15648         * gnus-start.el (gnus-backup-startup-file)
15649         (gnus-save-startup-file-via-temp-buffer): Add :version.
15650
15651         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15652         (gnus-server-offline-face): Add :version.
15653
15654         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15655
15656         * gnus-msg.el (gnus-gcc-externalize-attachments)
15657         (gnus-debug-files, gnus-debug-exclude-variables)
15658         (gnus-discouraged-post-methods): Change :version.
15659         (gnus-confirm-mail-reply-to-news)
15660         (gnus-confirm-treat-mail-like-news): Add :version.
15661
15662         * gnus-int.el (gnus-server-unopen-status): Add :version.
15663
15664         * gnus-group.el (gnus-group-jump-to-group-prompt)
15665         (gnus-large-ephemeral-newsgroup)
15666         (gnus-fetch-old-ephemeral-headers): Add :version.
15667
15668         * gnus-fun.el (gnus-x-face-directory)
15669         (gnus-convert-pbm-to-x-face-command)
15670         (gnus-convert-image-to-x-face-command)
15671         (gnus-convert-image-to-face-command): Add :version.
15672
15673         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15674
15675         * gnus-cite.el (gnus-cite-blank-line-after-header)
15676         (gnus-article-boring-faces): Add :version.
15677
15678         * gnus-art.el (gnus-buttonized-mime-types)
15679         (gnus-inhibit-mime-unbuttonizing)
15680         (gnus-treat-display-face)
15681         (gnus-treat-body-boundary): Change :version.
15682         (gnus-body-boundary-delimiter, gnus-picon-databases)
15683         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15684         (gnus-treat-date-english, gnus-treat-fold-headers)
15685         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15686         (gnus-treat-mail-picon, gnus-treat-wash-html)
15687         (gnus-article-encrypt-protocol)
15688         (gnus-use-idna, gnus-article-over-scroll)
15689         (gnus-mime-display-multipart-alternative-as-mixed)
15690         (gnus-mime-display-multipart-related-as-mixed)
15691         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15692         (gnus-ctan-url, gnus-button-ctan-handler)
15693         (gnus-button-handle-ctan-bogus-regexp)
15694         (gnus-button-ctan-directory-regexp)
15695         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15696         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15697         (gnus-button-man-level, gnus-button-emacs-level)
15698         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15699
15700         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15701         (gnus-agent-go-online): Change :version.
15702         (gnus-agent-expire-unagentized-dirs)
15703         (gnus-agent-auto-agentize-methods): Add :version.
15704
15705         * flow-fill.el (fill-flowed-display-column)
15706         (fill-flowed-encode-column): Add :version.
15707
15708         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15709         (gnus-outlook-deuglify-unwrap-max)
15710         (gnus-outlook-deuglify-cite-marks)
15711         (gnus-outlook-deuglify-unwrap-stop-chars)
15712         (gnus-outlook-deuglify-no-wrap-chars)
15713         (gnus-outlook-deuglify-attrib-cut-regexp)
15714         (gnus-outlook-deuglify-attrib-verb-regexp)
15715         (gnus-outlook-deuglify-attrib-end-regexp)
15716         (gnus-outlook-display-hook): Add :version.
15717
15718         * binhex.el (binhex-use-external): Add :version.
15719
15720 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15723         and `invisible'.
15724
15725 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15726
15727         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15728         in gnus-registry-trim.
15729
15730 2004-09-13  Simon Josefsson  <jas@extundo.com>
15731
15732         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15733
15734         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15735
15736         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15737         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15738         <yamaoka@jpl.org>.
15739         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15740         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15741         <yamaoka@jpl.org>.
15742
15743         * sieve.el (sieve-manage-mode): Ditto.
15744
15745 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15748
15749 2004-09-11  Simon Josefsson  <jas@extundo.com>
15750
15751         * dns-mode.el: Add.
15752
15753         * mm-view.el (mm-display-dns-inline): Add.
15754
15755         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15756         (mm-automatic-display): Ditto.
15757
15758         * mailcap.el (mailcap-mime-data): Add text/dns.
15759         (mailcap-mime-extensions): Map .soa to text/dns.
15760
15761 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15762
15763         * gnus-art.el (article-decode-mime-words, article-babel)
15764         (gnus-article-highlight-signature, gnus-article-add-buttons)
15765         (gnus-signature-toggle): Remove unnecessary bindings of
15766         `inhibit-read-only' inherited from v5.10 merge.
15767
15768 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * nntp.el (nntp): New customization group.
15771         (nntp-authinfo-file): Add customization group.
15772
15773         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15774
15775         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15776
15777         * gnus.el (to-address, to-list, subscribed)
15778         (large-newsgroup-initial): Ditto.
15779
15780         * flow-fill.el (fill-flowed-display-column)
15781         (fill-flowed-encode-column): Ditto.
15782
15783 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15784
15785         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15786         Use point-min rather than 1.
15787         (message-send-mail): Use buffer-size rather than point-max.
15788
15789         * gnus-sum.el (gnus-summary-search-article-forward):
15790         Signal a specific `search-failed' rather than a generic `error'.
15791
15792         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15793         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15794         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15795
15796 2004-09-10  Simon Josefsson  <jas@extundo.com>
15797
15798         * nndb.el (require): Remove tcp and duplicate cl.
15799
15800 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-agent.el (directory-files-and-attributes): Move forward.
15803
15804 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15805
15806         * gnus-agent.el (directory-files-and-attributes): Optionally
15807         defined to support XEmacs.
15808
15809 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15810
15811         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15812         to avoid run-time CL dependencies.
15813         (gnus-agent-unfetch-articles): New function.
15814         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15815         article numbers even when local .overview file is missing.
15816         (gnus-agent-read-article-number): New function.  Only accepts
15817         27-bit article numbers.
15818         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15819         gnus-agent-read-article-number.
15820         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15821         from backend while recognizing that article numbers in .overview
15822         must be valid.
15823         (gnus-agent-update-files-total-fetched-for): Use
15824         directory-files-and-attributes to improve performance.
15825         * gnus-int.el (gnus-request-move-article): Use
15826         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15827         improve performance.
15828
15829         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15830         some users confused by references to .newsrc when they only have a
15831         .newsrc.eld file.
15832         (gnus-convert-mark-converter-prompt)
15833         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15834         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15835         New function.  Used internally to only display 'gnus converting
15836         files' message when actually necessary.
15837
15838         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15839         methods now autoloaded.
15840
15841 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15844         identifiers.
15845
15846 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * gnus-picon.el: Fix indentation and closing parenthesis.
15849
15850 2004-09-01  Simon Josefsson  <jas@extundo.com>
15851
15852         * message.el (message-canlock-generate): Require sha1, not
15853         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15854         to require within a function.  Sadly, if sha1.el isn't loaded, the
15855         let binding in m-c-g will hide the defcustom definition, which is
15856         bad.)
15857
15858         * canlock.el: Require sha1, not sha1-el.
15859
15860         * message.el: Don't autoload sha1 (there is a autoload cookie in
15861         sha1.el).
15862
15863         * sha1-el.el: Renamed to sha1.el.
15864
15865 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15866
15867         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15868
15869 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15870
15871         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15872
15873 2004-08-30  Kim F. Storm  <storm@cua.dk>
15874
15875         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15876
15877         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15878         Add :group 'nnimap.
15879
15880 2004-08-30  Andreas Schwab  <schwab@suse.de>
15881
15882         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15883         ?* and ?\;.
15884
15885         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15886         and ?\' to symbol instead of whitespace.
15887
15888 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15891
15892         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15893         instead of re-search-forward.
15894
15895         * gnus-uu.el (gnus-uu-save-article): Ditto.
15896         (gnus-uu-post-encode-uuencode): Ditto.
15897
15898         * html2text.el (html2text-clean-list-items): Ditto.
15899         (html2text-clean-dtdd): Ditto.
15900         (html2text-format-tags): Ditto.
15901
15902         * message.el (message-send-mail-with-sendmail): Fix regexp.
15903         (message-fill-field-general): Use search-forward instead of
15904         re-search-forward.
15905         (unbold-region): Ditto.
15906
15907         * nnrss.el (nnrss-request-article): Ditto.
15908
15909         * nnslashdot.el (nnslashdot-request-article): Ditto.
15910
15911         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15912
15913         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15914         "Unrecognized menu descriptor" error in XEmacs.
15915
15916 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15917
15918         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15919         parent article of a sparse article in the thread hashtb.
15920
15921 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15922
15923         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15924         (nnmail-expand-newtext): Lowercase expanded entries if
15925         nnmail-split-lowercase-expanded is non-nil.
15926
15927 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15930
15931         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15932         of gnus-tmp-news-method into string under XEmacs.  It will be
15933         passed to gnus-correct-length which takes only a string argument.
15934
15935 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-util.el (gnus-bind-print-variables): New macro.
15938         (gnus-prin1): Use it.
15939         (gnus-prin1-to-string): Use it.
15940         (gnus-pp): New function.
15941         (gnus-pp-to-string): New function.
15942
15943         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15944         Replace pp-to-string with gnus-pp-to-string.
15945         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15946         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15947         * gnus-msg.el (gnus-debug): Ditto.
15948         * gnus-score.el (gnus-score-save): Ditto.
15949         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15950         gnus-pp-to-string.
15951         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15952         with gnus-pp.
15953         * score-mode.el (gnus-score-pretty-print): Ditto.
15954         * webmail.el (webmail-debug): Ditto.
15955
15956 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-art.el (article-display-face, article-display-x-face):
15959         Use buffer-read-only.
15960
15961 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (article-hide-list-identifiers):
15964         Bind inhibit-read-only as t.
15965
15966 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15969
15970 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15971
15972         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15973         (gnus-narrow-to-page): Don't assume point-min == 1.
15974         (gnus-article-edit-mode): Derive from message-mode.
15975
15976         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15977         point-min == 1.
15978
15979         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15980         Disable incorrect use of `assert'.
15981
15982         * message.el (message-mode): Set comment-start-skip.
15983
15984
15985 2004-08-22  Sam Steingold  <sds@gnu.org>
15986
15987         * pop3.el (pop3-leave-mail-on-server): New user variable.
15988         (pop3-movemail): Delete mail only when it is nil.
15989
15990 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15993
15994         * mml.el (mml-preview): Use `pop-to-buffer'.
15995
15996         * message.el (message-goto-mail-followup-to): Insert after "To".
15997         (message-carefully-insert-headers): Add comment.
15998
15999         * gnus.el: Remove unused variable `gnus-article-check-size'.
16000
16001         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16002
16003         * gnus-art.el (gnus-button-alist): Improve
16004         `gnus-button-handle-library' entry.
16005
16006 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16007
16008         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16009         downcase, since XEmacs capitalizes error messages differently.
16010
16011 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * nntp.el: Add (require 'gnus) due to reference to
16014         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16015
16016 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16017
16018         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16019         `mm-fill-flowed'.
16020
16021         * mm-decode.el (mm-dissect-singlepart): Check it.
16022
16023 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16024
16025         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16026         'imap' for netrc parsing.
16027
16028 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * mailcap.el (mailcap-mime-data): Mark as risky.
16031
16032 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16035         may be included in the encoded word.
16036         (rfc2047-encode): Don't append a space if the encoded word
16037         includes close parenthesis.
16038
16039 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16042         of text within parentheses.
16043
16044 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16047         (gnus-encrypt-write-file-contents): Make the password key the file
16048         name PLUS the cipher, not just the cipher.  Also remove failed
16049         passwords from the cache.
16050
16051 2004-08-06  Simon Josefsson  <jas@extundo.com>
16052
16053         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16054         fix.
16055
16056 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16059         LWSP.
16060
16061 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16062
16063         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16064         to append in-reply-to: data to the references: header.
16065
16066         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16067         (netrc-parse): Use gnus-encrypt.el functions.
16068
16069         * gnus-encrypt.el: Add new file for encryption support; currently
16070         does only a few GPG ciphers and an internal XOR cipher.
16071
16072         * password.el: Add comments on using password-read-and-add.
16073         (password-read-and-add): Add function to read and add the
16074         password to the cache at once.
16075
16076 2004-07-28  Simon Josefsson  <jas@extundo.com>
16077
16078         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16079         parameter (but don't use it, for now).
16080
16081         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16082         instead of hard coding to nil.
16083
16084 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16087         as mm-inline-image-xemacs does.
16088
16089 2004-07-26  Simon Josefsson  <jas@extundo.com>
16090
16091         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16092         Revert part of 2004-07-17 change below.
16093
16094 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16097         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16098
16099 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16100
16101         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16102         quotes that actually start with ">" at the beginning of the
16103         lines.
16104
16105 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * rfc2047.el (rfc2047-encode-region): Fix last change.
16108         (rfc2047-encode-parameter): Remove useless concat.
16109
16110 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16113         encode special characters; fix some kind of misconfigured headers;
16114         signal a real error if debug-on-quit or debug-on-error is non-nil.
16115         (rfc2047-encode-max-chars): New variable.
16116         (rfc2047-encode-1): Use it.
16117         (rfc2047-encode-parameter): New function.
16118
16119         * mml.el (mml-insert-parameter): Remove an excessive space.
16120
16121 2004-07-17  Simon Josefsson  <jas@extundo.com>
16122
16123         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16124         Kai Grossjohann <kai@emptydomain.de>.
16125         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16126         (gnus-group-make-menu-bar): Ditto.
16127
16128         * gnus-util.el (gnus-group-server): Add.
16129
16130 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16131
16132         * message.el (message-clone-locals): Clone sendmail and smtp
16133         variables.
16134
16135 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * rfc2047.el (rfc2047-encode-region): Fix last change.
16138
16139 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16142         characters as non-special.
16143
16144 2004-07-09  Simon Josefsson  <jas@extundo.com>
16145
16146         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16147         Users will lose all flag changes made while unplugged with
16148         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16149         good default.  See numerous reports on ding mailing list.
16150
16151 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16154         add generate-head-function and generate-article-function to the
16155         rfc822-forward entry.
16156         (nndoc-rfc822-forward-generate-article): New function.
16157         (nndoc-rfc822-forward-generate-head): New function.
16158
16159         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16160
16161 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16162
16163         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16164         respect display group parameter and gnus-summary-expunge-below.
16165         (gnus-articles-to-read): Remove unused reference to display group
16166         parameter.
16167
16168 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16169
16170         * nnheader.el (nnheader-uniquify-message-id): New experimental
16171         variable.
16172         (nnheader-nov-read-message-id): Use it.
16173
16174         * spam-report.el (spam-report-gmane): Add interactive.
16175
16176 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16179         qp-or-base64 for the application/* types.
16180
16181 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16182
16183         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16184
16185 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16186
16187         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16188         trim value.
16189
16190 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16191
16192         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16193         New macro and function.
16194         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16195
16196 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16199         after-load-alist.
16200
16201 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16202
16203         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16204         update info that isn't there.
16205
16206 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16207
16208         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16209         entry.
16210
16211 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * mm-view.el (mm-inline-render-with-function): Use multibyte
16214         buffer; decode html source by charset.
16215
16216         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16217
16218         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16219         Mule-UCS is loaded under XEmacs.
16220         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16221
16222 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16223
16224         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16225
16226 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * mm-util.el (mm-coding-system-p): Return a coding-system.
16229         (mm-mime-mule-charset-alist): Use shift_jis instead of
16230         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16231         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16232         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16233         instead of japanese-shift-jis and iso-latin-1 respectively in
16234         order to share the default value with both Emacs and XEmacs-mule.
16235         (mm-mule-charset-to-mime-charset): Make
16236         mm-coding-system-priorities effective.
16237         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16238         while predicating of candidates upon the priorities.
16239
16240 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16243         gnus-uu-invert-processable.
16244
16245         * gnus.el: Autoload gnus-uu-invert-processable.
16246
16247 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * mm-util.el (mm-with-multibyte-buffer): New macro.
16250
16251         * rfc2047.el (rfc2047-encode-string): Use it.
16252         (rfc2047-encode-region): Move point to the end of the region after
16253         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16254
16255 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16258         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16259
16260 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16263         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16264         Karl Chen <quarl@nospam.quarl.org>.
16265
16266 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16269         invalid addresses.
16270
16271 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16272
16273         * spam.el: Change section markers, revise TODO list.
16274         (spam-backends): Make new master list of all installed backends.
16275         (spam-summary-exit-behavior): Add new variable to determine how
16276         messages moves are done at summary exit.
16277         (spam-move-spam-nonspam-groups-only)
16278         (spam-process-ham-in-nonham-groups)
16279         (spam-process-ham-in-spam-groups): Remove variables, the
16280         spam-summary-exit-behavior variable should be used to manage this
16281         behavior.
16282         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16283         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16284         and spam-old-spam-articles.
16285         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16286         Add empty variables, placeholders for the backends they represent.
16287         (spam-set-difference): Move, unchanged.
16288         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16289         unless the user has a processor variable.
16290         (spam-classifications, spam-classification-valid-p)
16291         (spam-backend-properties, spam-backend-property-valid-p)
16292         (spam-backend-function-type-valid-p)
16293         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16294         (spam-report-articles-gmane, spam-report-articles-resend):
16295         Remove functions, they are not needed.
16296         (spam-install-backend-super, spam-backend-list)
16297         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16298         (spam-backend-function, spam-backend-ham-registration-function)
16299         (spam-backend-spam-registration-function)
16300         (spam-backend-ham-unregistration-function)
16301         (spam-backend-spam-unregistration-function)
16302         (spam-backend-statistical-p, spam-backend-mover-p)
16303         (spam-install-backend-alias, spam-install-checkonly-backend)
16304         (spam-install-mover-backend, spam-install-nocheck-backend)
16305         (spam-install-backend, spam-install-statistical-backend)
16306         (spam-install-statistical-checkonly-backend): Add backend installation
16307         support.
16308         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16309         (spam-group-processor-p): Use the new backend code and respect the
16310         summary exit behavior.
16311         (spam-mark-spam-as-expired-and-move-routine): Remove.
16312         (spam-summary-prepare): Change to use the new spam-old-articles
16313         variable.
16314         (spam-copy-or-move-routine, spam-copy-spam-routine)
16315         (spam-move-spam-routine, spam-copy-ham-routine)
16316         (spam-move-ham-routine): Add code to copy/move ham or spam.
16317         (spam-fetch-field-fast): Improve doc and code, plus allow the
16318         'number request.
16319         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16320         variables.
16321         (spam-split, spam-find-spam): Use the new backend code.
16322         (spam-registration-functions): Remove variable.
16323         (spam-unregister-routine): Add convenience wrapper.
16324         (spam-log-undo-registration, spam-register-routine)
16325         (spam-log-processing-to-registry)
16326         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16327         where possible.
16328         (spam-check-gmane-xref, spam-check-regex-headers)
16329         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16330         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16331         (spam-check-bogofilter-headers, spam-check-spamoracle)
16332         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16333         (spam-check-crm114-headers): Use the spam-split-group that
16334         spam-split prepares, no need to determine it every time.
16335
16336         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16337         to the nnheader-parse-naked-head call.
16338
16339         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16340
16341         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16342         the nnheader-nov-read-message-id call.
16343
16344 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16347         gnus-activate-group twice.  Suggested by Markus Peter
16348         <warp@spin.de>.
16349
16350 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-art.el (gnus-article-time-format): Exchange the order of
16353         day and month in the default value; fix customization type.
16354         (article-date-ut): Use add-text-properties.
16355         (article-make-date-line): Use message-make-date instead of
16356         current-time-string.
16357
16358         * message.el (message-fetch-field): Don't use set-text-properties.
16359         (message-make-date): Simplify.
16360
16361         * messagexmas.el (message-xmas-make-date): New function.
16362         (message-xmas-redefine): Defalias message-make-date to it.
16363
16364 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16367         (rfc2047-encode-region): Treat text within parentheses as special;
16368         show the original text when error has occurred.
16369
16370         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16371         already-computed method to gnus-activate-group.
16372
16373         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16374         same select-methods identical Lisp objects.
16375
16376         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16377         object when modifying the info.
16378
16379 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16382         gnus-opened-servers since it has never been opened with the new
16383         configuration yet.
16384
16385 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16388         arg to nnheader-generate-fake-message-id.
16389
16390 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16391
16392         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16393         number and build a fake message ID localized to a group and
16394         article number (so it's repeatable from that point on).
16395         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16396         ID format.
16397
16398         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16399         nnheader-generate-fake-message-id with the article number.
16400
16401 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16402
16403         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16404         end-of-buffer.
16405
16406 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16407
16408         * message.el (message-ignored-supersedes-headers): Add Approved.
16409
16410 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16413         goto-char.
16414         (rfc2047-encode): Fold the line before encoding.
16415
16416 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16417
16418         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16419         folding -- not all headers can be folded, and this should be done
16420         by the message composition mode.  Probably.  I think.
16421
16422 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16425         fast.
16426
16427         * gnus-ems.el (gnus-remove-image): Don't use
16428         message-text-with-property; remove only the image found first.
16429
16430         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16431         found first.
16432
16433 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16434
16435         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16436
16437 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * message.el (message-text-with-property): Make it fast and accept
16440         optional arguments.
16441         (message-strip-forbidden-properties): Use it.
16442         (message-fix-before-sending): Follow the m-t-w-p change.
16443
16444         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16445
16446 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-art.el (article-hide-headers): Don't change the buffer
16449         mistakenly when performing mml-preview even if
16450         gnus-single-article-buffer is nil.
16451
16452 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16453
16454         * message.el (message-expand-name-databases): New user option.
16455         (message-expand-name): Use it.
16456
16457 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16458
16459         * spam.el (spam-report-articles-resend)
16460         (spam-report-resend-register-routine): Allow ham reporting.
16461         (spam-report-resend-register-ham-routine): Add wrapper.
16462         (spam-registration-functions): Add ham resending functions.
16463         (spam-list-of-processors): Add ham resend processor.
16464
16465         * gnus.el (ham-resend-to): Add new group parameter.
16466         (spam-process): Add ham resend option.
16467
16468         * spam-report.el (spam-report-resend): Allow reporting ham.
16469         (spam-report-resend-ham): Add wrapper.
16470
16471 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16472
16473         * message.el (message-cite-articles-with-x-no-archive): New
16474         variable.
16475         (message-cite-original): Use it.
16476
16477 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * message.el (message-cite-original): Respect X-No-Archive.
16480
16481 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * gnus-art.el (article-hide-headers): Refer to the values for
16484         gnus-ignored-headers and gnus-visible-headers in the summary
16485         buffer since a user may have set them as group parameters.
16486
16487 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16488
16489         * assistant.el (assistant-node-name): Add convenience function.
16490         (assistant-render-text, assistant-render-node): Add error handling,
16491         plus handle multiple next nodes.
16492         (assistant-find-next-node): Comment out for now.
16493         (assistant-find-next-nodes): Add function, returns list of next
16494         nodes.
16495
16496 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * mail-source.el (mail-source-directory): Fix doc-string.
16499
16500 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * assistant.el (assistant-render-text, assistant-eval): Add :set
16503         widget type, which is different because it takes and returns a
16504         list.  Much hilarity ensues.
16505
16506 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16509
16510         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16511         doc-string.
16512
16513         * gnus-start.el (gnus-activate-group): Added doc-string.
16514
16515 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16518
16519 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16520
16521         * assistant.el (assistant-render-text): Try to add a :set
16522         widget, more to come.
16523
16524         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16525         strings.
16526         (spam-report-articles-resend)
16527         (spam-register-routine): Do registration iff any articles warrant
16528         it.
16529         (spam-summary-prepare-exit): Change log message for nil group
16530         destinations.
16531
16532 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16533
16534         * spam.el (spam-report-resend-register-routine): Allow
16535         spam-report-resend-to to be a group parameter or a global value.
16536
16537 2004-05-26  Simon Josefsson  <jas@extundo.com>
16538
16539         * starttls.el: Merge with my GNUTLS based starttls.el.
16540         (starttls-gnutls-program, starttls-use-gnutls)
16541         (starttls-extra-arguments, starttls-process-connection-type)
16542         (starttls-connect, starttls-failure, starttls-success): New
16543         variables.
16544         (starttls-program, starttls-extra-args): Doc fix.
16545         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16546         functions.
16547         (starttls-negotiate, starttls-open-stream): Check
16548         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16549         function if it is set.
16550
16551 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16554         structured fields.
16555
16556 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16559
16560 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16561
16562         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16563         variable.
16564         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16565         assigning the spam-mark to new messages.
16566
16567 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16568
16569         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16570
16571 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16574
16575         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16576         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16577         default.
16578
16579 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16580
16581         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16582         correct data.
16583
16584 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16585
16586         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16587         (spam-group-processor-p): Fix function.
16588         (spam-group-processor-multiple-p)
16589         (spam-group-spam-processor-report-gmane-p)
16590         (spam-group-spam-processor-report-resend-p)
16591         (spam-group-spam-processor-bogofilter-p)
16592         (spam-group-spam-processor-blacklist-p)
16593         (spam-group-spam-processor-ifile-p)
16594         (spam-group-ham-processor-ifile-p)
16595         (spam-group-spam-processor-spamoracle-p)
16596         (spam-group-spam-processor-crm114-p)
16597         (spam-group-ham-processor-bogofilter-p)
16598         (spam-group-spam-processor-stat-p)
16599         (spam-group-ham-processor-stat-p)
16600         (spam-group-ham-processor-whitelist-p)
16601         (spam-group-ham-processor-BBDB-p)
16602         (spam-group-ham-processor-spamoracle-p)
16603         (spam-group-ham-processor-copy-p): Remove functions with some
16604         prejudice against unneeded code.
16605         (spam-report-articles-resend)
16606         (spam-report-resend-register-routine): Allow the group/topic
16607         spam-resend-to value to override spam-report-resend-to.
16608         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16609         properly now.
16610
16611         * gnus.el (spam-resend-to): Add group/topic parameter.
16612         (spam-process): Move the OBSOLETE processors to the end of the
16613         choices.
16614
16615 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16616
16617         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16618         with resend-to set to nil, and then ask the user if necessary.
16619         (spam-report-resend): spam-report-resend takes a list of articles, not
16620         separate article numbers.
16621
16622 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16625         addition to emacs-w3m.
16626
16627 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16628
16629         * assistant.el (assistant-authinfo-data): New function.
16630         (assistant-eval): Eval for entire assistant.
16631
16632         * netrc.el (netrc-services-file): New variable.
16633         (netrc-parse-services): New function.
16634         (netrc-find-service-name): New function.
16635         (netrc-find-service-number): New function.
16636         (netrc-port-equal): New function.
16637         (netrc-machine): Use it.
16638
16639         * nnimap.el (nnimap-open-connection): Use netrc.
16640
16641         * gnus-util.el (gnus-netrc-get): Remove aliases.
16642
16643         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16644
16645         * assistant.el (wid-edit): Fix compilation.
16646
16647         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16648
16649 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16650
16651         * gnus-util.el (gnus-set-file-modes): New function.  (small
16652         patch).
16653
16654 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16655
16656         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16657
16658         * assistant.el (assistant-render-node): Fix up rendering and
16659         read-only text.
16660         (assistant-render-node): Reset.
16661         (assistant-make-read-only): Not sticky.
16662
16663 2004-05-20  Danny Siu  <dsiu@adobe.com>
16664
16665         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16666         centered even when gnus-auto-center-summary is t.
16667
16668 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16669
16670         * dns.el (dns-get-txt-answer): New function.
16671         (dns-read-txt): Ditto.
16672         (query-dns): Use it.
16673
16674 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16677         active for foreign groups even if the group level is higher than
16678         the specified value.
16679
16680 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16681
16682         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16683         non-active groups.
16684
16685         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16686
16687 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16688
16689         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16690
16691 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16692
16693         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16694         (spam-crm114-header, spam-crm114-spam-switch)
16695         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16696         (spam-crm114-positive-spam-header)
16697         (spam-crm114-database-directory, spam-list-of-processors)
16698         (spam-group-spam-processor-crm114-p)
16699         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16700         (spam-generic-score, spam-list-of-checks)
16701         (spam-list-of-statistical-checks, spam-registration-functions)
16702         (spam-check-crm114-headers, spam-crm114-score)
16703         (spam-check-crm114, spam-crm114-register-with-crm114)
16704         (spam-crm114-register-spam-routine)
16705         (spam-crm114-unregister-spam-routine)
16706         (spam-crm114-register-ham-routine)
16707         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16708         asjo@koldfront.dk (Adam Sjøgren).
16709
16710         * gnus.el: Add spam-use-crm114.
16711
16712         * spam.el (spam-list-of-processors, spam-registration-functions):
16713         Add spam-use-resend.
16714         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16715         (spam-report-articles-gmane): Add doc fix.
16716         (spam-report-articles-resend, spam-report-resend-register-routine):
16717         Add wrappers around spam-report-resend-to.
16718
16719         * spam-report.el (spam-report-resend-to, spam-report-resend):
16720         Add support for resending spam.
16721         (spam-report-gmane): Fix line length >80.
16722
16723         * gnus.el (spam-process): Add spam-use-resend.
16724
16725 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16726
16727         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16728         number of processed spam messages.
16729         (spam-ham-copy-or-move-routine): Return the number of processed
16730         ham messages.
16731         (spam-summary-prepare-exit): Use the above values to decide
16732         whether status messages shouled be displayed.
16733
16734 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16737         `rfc2047-encoding-function-alist' in order to avoid conflicting
16738         with the old version.
16739         (rfc2047-encode-region): Concatenate words containing non-ASCII
16740         characters in structured fields; don't encode space-delimited
16741         ASCII words even in unstructured fields; don't break words at
16742         char-category boundaries.
16743         (rfc2047-encode-1): New function.
16744         (rfc2047-encode): Use it; encode text so that it occupies the
16745         maximum width within 76-column; work correctly on Q encoding for
16746         iso-2022-* charsets.
16747         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16748         sure not to break a line just after the header name.
16749         (rfc2047-b-encode-region): Removed.
16750         (rfc2047-b-encode-string): New function.
16751         (rfc2047-q-encode-region): Removed.
16752         (rfc2047-q-encode-string): New function.
16753
16754         * mm-util.el (mm-replace-in-string): New function.
16755
16756 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16757
16758         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16759         get it right.
16760         (gnus-inews-make-draft): Really.
16761
16762 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16763
16764         * nnmh.el (nnmh-request-list-1): Don't check the link count
16765         before descending.  (small patch)
16766
16767 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16768
16769         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16770         stuff.
16771
16772         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16773         on real group name.
16774
16775         * gnus-art.el (gnus-signature-limit): Doc fix.
16776
16777         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16778
16779         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16780
16781 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16782
16783         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16784         isn't a string.
16785
16786 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16787
16788         * gnus-draft.el (gnus-draft-send): Bind
16789         rfc2047-encode-encoded-words.
16790
16791         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16792         (rfc2047-encodable-p): Say that =? needs encoding.
16793         (rfc2047-encode-encoded-words): New variable.
16794
16795         * gnus-group.el (gnus-group-select-group): Doc fix.
16796
16797         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16798
16799         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16800         to nil.
16801
16802         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16803
16804         * nnheader.el (nnheader-get-lines-and-char): New function.
16805
16806 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * gnus-msg.el (gnus-summary-followup-with-original): Document
16809         yanking of region when active.
16810
16811 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16814         groups if the group level is higher than the specified value.
16815
16816 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16819         (gnus-group-jump-to-group): Added prefix argument using
16820         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16821         non-active group.
16822
16823         * compface.el (uncompface): Be verbose when changing
16824         `uncompface-use-external'.
16825
16826         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16827         handle manual section.
16828
16829 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16830
16831         * gnus-art.el (gnus-button-alist): Revert previous change.
16832
16833 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16836
16837 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16838
16839         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16840         whether backend can accept message.
16841
16842         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16843
16844 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16845
16846         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16847         Avoid creating directory when nntp-marks-is-evil is true.
16848         Reported by Reiner Steib.
16849
16850 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * gnus-picon.el (gnus-picon-style): New variable.
16853         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16854         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16855         Jesper Harder <harder@ifa.au.dk>.
16856
16857 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16858
16859         * message.el (message-fill-field): Return point.
16860         (message-generate-headers): Go to end of field.
16861
16862         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16863         stuff for non-living groups.
16864
16865 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * gnus-art.el (gnus-article-followup-with-original)
16868         (gnus-article-reply-with-original): gnus-mark-active-p ->
16869         gnus-region-active-p.
16870
16871 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16872
16873         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16874         only when there is spam or ham to be processed.
16875
16876 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * mail-source.el (mail-source-delete-crash-box): Refactor.
16879         (mail-source-fetch): Use it.
16880         (mail-source-fetch-file): Ditto.
16881         (mail-source-fetch-directory): Run postscript in loop.
16882         (mail-source-fetch-pop): Delete.
16883         (mail-source-fetch-maildir): Ditto.
16884         (mail-source-fetch-imap): Ditto.
16885
16886         * imap.el (imap-authenticators): Comment out sasl.
16887
16888         * message.el (message-skip-to-next-address): New function.
16889         (message-fill-header-address): Refactor.
16890         (message-fill-address): Use it.
16891         (message-delete-address): Use it.
16892         (message-fill-header-general): Refactor.
16893         (message-fill-field-address): Rename.
16894         (message-narrow-to-field): Find the start of the header.
16895         (message-header-format-alist): Don't pre-fill.
16896         (message-fill-header): Removed.
16897         (message-insert-header): New function.
16898         (message-shorten-references): Use it.
16899
16900         * rfc2047.el (rfc2047-field-value): Strip props.
16901
16902         * mail-parse.el (mail-header-make-address): New alias.
16903
16904         * ietf-drums.el (ietf-drums-make-address): New function.
16905
16906         * imap.el: Add compiler directives.
16907
16908         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16909
16910         * gnus-art.el (article-decode-idna-rhs): Don't use
16911         message-idna-inside-rhs-p.
16912
16913 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16914
16915         * message.el (message-idna-inside-rhs-p): Removed.
16916         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16917
16918         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16919         false positives.
16920
16921 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16922
16923         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16924
16925 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16926
16927         * nneething.el (nneething-file-name): Don't create spurious
16928         files.
16929
16930         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16931         (gnus-inews-do-gcc): Remove sleep.
16932
16933         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16934         part under point.
16935
16936         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16937         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16938
16939 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * spam.el (spam-summary-prepare-exit): Fixed (length).
16942
16943 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16944
16945         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16946         as expired without moving it" message when there are spam
16947         messages left.
16948
16949 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16950
16951         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16952         header is not nil.
16953
16954 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16955
16956         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16957         nntp-possibly-create-directory, not nntp-possibly-change-group.
16958         (nntp-marks-changed-p): New arg SERVER.
16959         (nntp-request-update-info): Adjust caller.
16960
16961 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16962
16963         * nntp.el (nntp-save-marks): Pass missing arg.
16964
16965 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16966
16967         * nntp.el: Support marks.
16968         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16969         (nntp-marks-modtime, nntp-marks-directory): New variables.
16970         (nntp-request-set-mark, nntp-request-update-info)
16971         (nntp-possibly-create-directory, nntp-marks-changed-p)
16972         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16973         functions.
16974
16975 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16976
16977         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16978         (gnus-xmas-redefine): Rename.
16979
16980         * gnus-score.el (gnus-score-insert-help): Use
16981         gnus-select-lowest-window.
16982
16983         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16984         appt-select-lowest-window and rename to gnus-select-lowest-window.
16985
16986         * gnus.el: do.
16987
16988 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16989
16990         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16991         encodings of MIME-encoded words, in order to improve
16992         interoperability with several broken MUAs.
16993
16994 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16995
16996         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16997         tags, only when charsets are not specified in headers.
16998         (mm-inline-text-html-render-with-w3m): Ditto.
16999
17000         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17001         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17002
17003 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17004
17005         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17006         instead of MIME-decoded from fields when checking
17007         `gnus-article-address-banner-alist'.
17008
17009 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17010
17011         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17012         description rather than subject.
17013
17014 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17015
17016         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17017
17018 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17019
17020         * gnus.el (gnus-version-number): Bump.
17021
17022 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17023
17024         * gnus.el: No Gnus v0.2 is released.
17025
17026 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027
17028         * gnus-agent.el (gnus-agent-read-agentview): Inline
17029         gnus-uncompress-range.
17030
17031 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17032
17033         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17034         `exec-installed-p'.
17035
17036 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17037
17038         * gnus.el (spam-process, spam-autodetect-methods): Add
17039         bsfilter and bsfilter-headers.
17040
17041         * spam.el (spam-bsfilter): New customize group.
17042         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17043         (spam-bsfilter-header, spam-bsfilter-probability-header)
17044         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17045         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17046         (spam-bsfilter-database-directory): New options.
17047         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17048         (spam-list-of-statistical-checks, spam-registration-functions):
17049         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17050         (spam-bsfilter-score): New command.
17051         (spam-check-bsfilter-headers, spam-check-bsfilter)
17052         (spam-bsfilter-register-with-bsfilter)
17053         (spam-bsfilter-register-spam-routine)
17054         (spam-bsfilter-unregister-spam-routine)
17055         (spam-bsfilter-register-ham-routine)
17056         (spam-bsfilter-unregister-ham-routine): New functions.
17057         (spam-generic-score): Support bsfilter; Accept an optional argument
17058         to recalcurate spam score even if scoring header has already been
17059         added.
17060         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17061         optional argument to recalcurate spam score even if scoring header
17062         has already been added.
17063
17064 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17067         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17068         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17069         link is missing.
17070
17071 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17072
17073         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17074         (html2text-get-attr): Rewrite.
17075
17076         * message.el (message-setup-1): Remove redundant put-text-property
17077         on mail-header-separator.
17078
17079 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17080
17081         * gnus-registry.el (gnus-registry-cache-whitespace)
17082         (gnus-registry-action, gnus-registry-spool-action)
17083         (gnus-registry-split-fancy-with-parent): Change message levels
17084         from 5 to 3 or 7, as needed.
17085
17086         * spam.el (spam-summary-prepare-exit)
17087         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17088         (spam-split, spam-find-spam, spam-log-undo-registration)
17089         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17090         level from 5 to 6.
17091
17092 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17095         2004-03-04 change).
17096
17097 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17098
17099         * sieve-manage.el (sieve-manage-open):
17100         * nnweb.el (nnweb-insert-html):
17101         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17102         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17103         * nnspool.el (nnspool-request-group):
17104         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17105         * nnml.el (nnml-request-update-info):
17106         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17107         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17108         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17109         (nnimap-request-set-mark):
17110         * nnfolder.el (nnfolder-request-update-info):
17111         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17112         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17113         * gnus-uu.el (gnus-uu-find-articles-matching):
17114         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17115         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17116         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17117         * gnus-nocem.el (gnus-nocem-scan-groups):
17118         * gnus-int.el (gnus-start-news-server):
17119         * gnus-group.el (gnus-group-make-kiboze-group)
17120         (gnus-group-browse-foreign-server):
17121         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17122         Use mapc when appropriate.
17123
17124 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17125
17126         FIXME: Make separate entries for each person.
17127
17128         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17129         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17130         <shields@msrl.com>:
17131
17132         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17133         may need for spam sorting and scoring.
17134         (spam-user-format-function-S): Add user format function suitable for
17135         general use.
17136         (spam-article-sort-by-spam-status): Add sorting function for summary
17137         sorting.
17138         (spam-extra-header-to-number): Add function to get a score from a
17139         header.
17140         (spam-summary-score): Add function to get a numeric score from the
17141         headers.
17142         (spam-generic-score): Fix function doc, was in wrong place.
17143         (spam-initialize): Take symbols when it's run, and install the
17144         extra headers that spam-necessary-extra-headers thinks we need.
17145
17146 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17149         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17150
17151 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * gnus-sum.el (gnus-set-global-variables)
17154         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17155         (gnus-article-get-xrefs, gnus-summary-best-group)
17156         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17157         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17158         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17159         Use with-current-buffer.
17160
17161 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         * spam.el (spam-summary-prepare-exit): Simplify logic.
17164         (spam-fetch-article-header): Read the article header if it's not
17165         available.
17166         (spam-list-articles): Simplify logic.
17167         (spam-filelist-register-routine): Fix bug with unregister-list.
17168
17169         * gnus-registry.el: Fix comments at beginning.
17170
17171 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17172
17173         * message.el (message-cater-to-broken-inn): Remove.
17174         (message-shorten-references): Make sure the total folded length of
17175         References is shorter than 998 characters to cater to a bug in INN
17176         2.3.  Also, don't pretend that references aren't folded -- this
17177         hasn't worked for a while.
17178
17179 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17180
17181         * gnus-agent.el (gnus-agentize):
17182         gnus-agent-send-mail-real-function no longer set to current value
17183         of message-send-mail-function but rather a lambda that calls
17184         message-send-mail-function.  The change makes the agent real-time
17185         responsive to user changes to message-send-mail-function.
17186
17187 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17188
17189         * legacy-gnus-agent.el
17190         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17191         help from Florian Weimer <fw@deneb.enyo.de>
17192
17193 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * nnmail.el (nnmail-cache-insert): Revert last change.
17196
17197 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * nnmail.el (nnmail-cache-insert): Always check whether
17200         nnmail-cache-ignore-groups matches a group name.
17201
17202 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17205         (spam-find-spam, spam-log-processing-to-registry)
17206         (spam-log-registered-p, spam-log-unregistration-needed-p)
17207         (spam-log-undo-registration): Use gnus-message instead of
17208         gnus-error, none of these errors are fatal.
17209
17210         * gnus-registry.el (gnus-registry-clean-empty-function)
17211         (gnus-registry-clean-empty): Remove only empty entries without
17212         extra data.
17213
17214 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17215
17216         * spam-stat.el (spam-stat-buffer-change-to-spam)
17217         (spam-stat-buffer-change-to-non-spam): Change (error) to
17218         (gnus-message 8) invocation.
17219
17220 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * nntp.el (nntp-via-netcat-command): New variable.
17223         (nntp-via-netcat-switches): New variable.
17224         (nntp-open-via-rlogin-and-netcat): New function.
17225         (nntp-open-connection-function): Doc fix.
17226         (nntp-telnet-command): Doc fix.
17227         (nntp-end-of-line): Doc fix.
17228         (nntp-via-rlogin-command): Doc fix.
17229         (nntp-via-user-name): Doc fix.
17230         (nntp-via-address): Doc fix.
17231
17232 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17235         error in Emacs 21.1.
17236
17237 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17240
17241 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17242
17243         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17244         (gnus-agent-with-refreshed-group): New macro.
17245         (gnus-agent-rename-group): New function.
17246         (gnus-agent-delete-group): New function.
17247         (gnus-agent-save-group-info): Use gnus-command-method when
17248         `method' parameter is nil.  Don't write nil entries into the
17249         active file.
17250         (gnus-agent-get-group-info): New function.
17251         (gnus-agent-fetch-articles): Use
17252         gnus-agent-update-files-total-fetched-for to increment disk space
17253         used.
17254         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17255         gnus-agent-update-view-total-fetched-for to increment disk space
17256         used.
17257         (gnus-agent-get-local): Added optional parameters to avoid calling
17258         gnus-group-real-name and gnus-find-method-for-group.
17259         (gnus-agent-set-local): Delete stored entry if either min, or max,
17260         are nil.
17261         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17262         quit, use gnus-agent-regenerate-group to record existance of any
17263         articles fetched to disk before the quit occurred.
17264         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17265         gnus-agent-update-view-total-fetched-for, and
17266         gnus-agent-update-files-total-fetched-for to decrement disk space
17267         used.
17268         (gnus-agent-retrieve-headers): Use
17269         gnus-agent-update-view-total-fetched-for to increment disk space
17270         used.
17271         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17272         with gnus-agent-update-files-total-fetched-for to decrement disk
17273         space and fresh group buffer.
17274         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17275         (gnus-agent-need-update-total-fetched-for): New variable.
17276         (gnus-agent-update-files-total-fetched-for): New function.
17277         (gnus-agent-update-view-total-fetched-for): New function.
17278         (gnus-agent-total-fetched-for): New function.
17279
17280         * gnus-cache.el (gnus-cache-save-buffers): Use
17281         gnus-cache-update-overview-total-fetched-for to change disk space
17282         used by this group.
17283         (gnus-cache-possibly-enter-article): Use
17284         gnus-cache-update-file-total-fetched-for to increment disk space
17285         used by this group.
17286         (gnus-cache-possibly-remove-article): Use
17287         gnus-cache-update-file-total-fetched-for to decrement disk space
17288         used by this group.
17289         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17290         (gnus-cache-rename-group): New function.
17291         (gnus-cache-delete-group): New function.
17292         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17293         (gnus-cache-need-update-total-fetched-for): New variable.
17294         (gnus-cache-with-refreshed-group): New macro.
17295         (gnus-cache-update-file-total-fetched-for): New function.
17296         (gnus-cache-update-overview-total-fetched-for): New function.
17297         (gnus-cache-rename-group-total-fetched-for): New function.
17298         (gnus-cache-delete-group-total-fetched-for): New function.
17299         (gnus-cache-total-fetched-for): New function.
17300
17301         * gnus-group.el: Require gnus-sum and autoload functions to
17302         resolve warnings when gnus-group.el compiled alone.
17303         (gnus-group-line-format): Documented new %F.
17304         (size of Fetched data) group line format; identifies disk space
17305         used by agent and cache.
17306         (gnus-group-line-format-alist): Defined new F format.
17307         (gnus-total-fetched-for): New function.
17308         (gnus-group-delete-group): No longer update
17309         gnus-cache-active-altered as gnus-request-delete-group now keeps
17310         the cache in sync.
17311         (gnus-group-list-active): Let the agent store a server's active
17312         list if currently plugged.
17313
17314         * gnus-int.el (gnus-request-delete-group):
17315         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17316         local disk in sync with the server.
17317         (gnus-request-rename-group):
17318         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17319         local disk in sync with the server.
17320
17321         * gnus-start.el (gnus-get-unread-articles):
17322         Cosmetic simplification to logic.
17323
17324         * gnus-util.el (gnus-rename-file): New function.
17325
17326 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17327
17328         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17329
17330 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17333         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17334
17335 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17338         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17339
17340 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17343
17344 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17345
17346         * spam.el (spam-set-difference): Add function to replace
17347         gnus-set-difference in spam.el.
17348         (spam-summary-prepare-exit): Use spam-set-difference.
17349
17350 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17351
17352         * gnus-registry.el (gnus-registry-cache-file): Update to use
17353         gnus-dribble-directory OR gnus-home-directory OR ~.
17354         (gnus-registry-split-fancy-with-parent): Fix doc.
17355
17356 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * message.el (message-exchange-point-and-mark): Use
17359         message-mark-active-p.  Suggested by Jesper Harder
17360         <harder@ifa.au.dk>.
17361
17362 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * message.el (message-exchange-point-and-mark): Don't activate
17365         region if it was inactive.  Suggested by Hiroshi Fujishima
17366         <pooh@nature.tsukuba.ac.jp>.
17367
17368 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-art.el (article-display-face): Display Faces in the same
17371         order as X-Faces.
17372
17373 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17376
17377 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17380         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17381         (gnus-article-mime-hierarchy): Remove.
17382         (gnus-article-mime-hierarchy-next): Remove.
17383         (gnus-article-mode): Revert 2004-03-19 change.
17384         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17385         (gnus-insert-mime-button): Revert 2004-03-19 change.
17386         (gnus-mime-accumulate-hierarchy): Remove.
17387         (gnus-mime-enter-multipart): Remove.
17388         (gnus-mime-leave-multipart): Remove.
17389         (gnus-mime-display-part): Revert 2004-03-19 change.
17390         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17391
17392         * mml.el (mml-preview): Revert 2004-03-19 change.
17393
17394 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17395
17396         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17397
17398 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17401         t while entering a file name using the mm-with-multibyte macro.
17402         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17403
17404         * mm-util.el (mm-with-multibyte): New macro.
17405
17406 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17409         user option.
17410         (gnus-mime-multipart-functions): Doc and customization fix.
17411         (gnus-article-mime-hierarchy): New variable.
17412         (gnus-article-mime-hierarchy-next): New variable.
17413         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17414         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17415         gnus-article-mime-hierarchy-next to nil.
17416         (gnus-insert-mime-button): Show hierarchy numbers.
17417         (gnus-mime-accumulate-hierarchy): New function.
17418         (gnus-mime-enter-multipart): New function.
17419         (gnus-mime-leave-multipart): New function.
17420         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17421         (gnus-mime-display-alternative): Show hierarchy numbers.
17422
17423         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17424         gnus-article-mime-hierarchy-next to nil.
17425
17426 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17427
17428         * dns.el: Don't require gnus-xmas.
17429
17430 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17433         inline PGP.
17434         (mml-menu): Disable mml-quote-region if mark is inactive.
17435
17436 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17439         when the group's active is not available.
17440
17441 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17444         error.
17445
17446 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17447
17448         * imap.el (imap-store-password): New variable.
17449         (imap-interactive-login): Use it.
17450         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17451
17452 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17455         window-start and hscroll to summary window.
17456
17457 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17458
17459         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17460         conversion message to newsrc-dribble when an actual conversion is
17461         performed.
17462
17463 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17464
17465         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17466
17467 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * mm-decode.el (mm-complicated-handles): New function reviving
17470         former definition of mm-multiple-handles.
17471
17472         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17473         (gnus-mime-delete-part): Use it.
17474
17475 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17476
17477         * gnus-agent.el (gnus-agent-read-local): Bind
17478         nnheader-file-coding-system to gnus-agent-file-coding-system to
17479         avoid the implicit assumption that they will always be equal.
17480         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17481         coding-system-for-write, as the with-temp-file macro first prints
17482         to a buffer then saves the buffer.
17483
17484 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-art.el (gnus-article-edit-part): New function.
17487         (gnus-mime-save-part-and-strip): Use it; do query instead of
17488         signaling an error; don't use mm-multiple-handles.
17489         (gnus-mime-delete-part): Ditto.
17490
17491 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17492
17493         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17494         old file versions.
17495         (gnus-group-prepare-hook): Removed function that converted list
17496         form of gnus-agent-expire-days to group properties.
17497
17498         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17499         (gnus-request-accept-article): Re-indented.
17500
17501         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17502         converters to handle old agent file formats.  Added logic for a
17503         "backup before upgrading warning".
17504         (gnus-convert-mark-converter-prompt): Developers can mark
17505         functions as needing (default), or not needing,
17506         gnus-convert-old-newsrc's "backup before upgrading warning".
17507         (gnus-convert-converter-needs-prompt): Tests whether the user
17508         should be protected from potentially irreversable changes by the
17509         function.
17510
17511         * legacy-gnus-agent.el: New.  Provides converters that are only
17512         loaded when gnus-convert-old-newsrc needs to call them.
17513
17514 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * mail-source.el (mail-source-touch-pop): Doc fix.
17517
17518         * message.el (message-smtpmail-send-it): Doc fix.
17519
17520 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17521
17522         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17523
17524         * nnmail.el (nnmail-split-fancy): do.
17525
17526         * gnus-kill.el (gnus-kill, gnus-execute): do.
17527
17528 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17529
17530         * gnus-sum.el (gnus-widget-reversible-match)
17531         (gnus-widget-reversible-to-internal)
17532         (gnus-widget-reversible-to-external): New functions.
17533         (gnus-widget-reversible): New widget.
17534         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17535
17536 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17537
17538         * gnus-sum.el (gnus-thread-sort-functions)
17539         (gnus-article-sort-functions): Document `(not F)' items.
17540
17541 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17542
17543         * spam.el (spam-use-gmane-xref): Add new backend.
17544         (spam-gmane-xref-spam-group): Add variable to control the name of the
17545         Gmane spam group.
17546         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17547         (spam-regex-headers-spam, spam-regex-headers-ham)
17548         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17549         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17550         backends and checks.
17551         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17552
17553         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17554         an autodetect method.
17555
17556 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17557
17558         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17559         articles are being added to a group.
17560         (gnus-request-replace-article): Inform the agent that articles
17561         need to be uncached as the cached contents are no longer valid.
17562
17563 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * binhex.el: Don't autoload executable-find.
17566
17567         * canlock.el: Don't autoload mail-fetch-field.
17568
17569         * dgnushack.el: Autoload c-mode for XEmacs.
17570
17571         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17572
17573         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17574         rmail-dont-reply-to and rmail-output.
17575
17576         * gnus-score.el: Don't autoload ffap-string-at-point.
17577
17578         * gnus-setup.el: Don't autoload sc-cite-original.
17579
17580         * imap.el: Don't autoload base64-decode-string,
17581         base64-encode-string and md5.
17582
17583         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17584         and rmail-msg-restore-non-pruned-header.
17585
17586         * mm-decode.el: Don't autoload executable-find.
17587
17588         * mm-url.el: Don't autoload executable-find.
17589
17590         * mm-view.el: Don't autoload diff-mode.
17591
17592         * nndb.el: Don't autoload news-reply-mode, news-setup,
17593         cancel-timer and telnet.
17594
17595         * password.el: Don't autoload run-at-time for Emacs.
17596
17597         * sha1-el.el: Don't autoload executable-find.
17598
17599         * sieve-mode.el: Don't autoload c-mode.
17600
17601         * uudecode.el: Don't autoload executable-find.
17602
17603 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17604
17605         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17606         (gnus-agent-possibly-alter-active): Avoid null in numeric
17607         comparison.
17608         (gnus-agent-set-local): Refuse to save null in local object table.
17609         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17610         list of articles that will be marked as unread.
17611
17612 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17615
17616 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17617
17618         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17619         language tags.
17620
17621 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17622
17623         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17624         Don't bind "obarray".
17625
17626         * gnus-sum.el (gnus-thread-sort-functions): Added
17627         `gnus-thread-sort-by-most-recent-number' and
17628         `gnus-thread-sort-by-most-recent-date'.
17629         Reported by Kai Grossjohann <kai@emptydomain.de>.
17630
17631 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17634
17635 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17636
17637         * gnus-cus.el (gnus-agent-customize-category): Removed
17638         ignore-errors macro reference that required cl to be loaded at
17639         run-time.
17640
17641         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17642         single-interval range of the form (min . max).  Previously the
17643         range had to look like ((min . max)).  Likewise, return
17644         (min . max) rather than ((min . max)).
17645         (gnus-range-map): Use gnus-range-normalize to accept
17646         single-interval range.
17647
17648         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17649         the cache, but not the agent, now appear with their usual face.
17650
17651         * dgnushack.el (loaddir): New variable that is bound to the
17652         directory containing the dgnushack.el file. Use loaddir, rather
17653         than srcdir, to update load-path. Change lets dgnushack compile
17654         code in directories other than GNUS/lisp.
17655
17656 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * lpath.el: Don't bind w3m-safe-url-regexp.
17659
17660         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17661         w3m-safe-url-regexp variable buffer-local.
17662
17663         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17664
17665 2004-02-27  Simon Josefsson  <jas@extundo.com>
17666
17667         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17668         gnus-group-real-prefix.
17669         (gnus-summary-move-article): Use it, instead of
17670         gnus-group-real-prefix.
17671
17672 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * lpath.el: Bind w3m-safe-url-regexp.
17675
17676         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17677         w3m-safe-url-regexp variable buffer-local and set it as the value
17678         of mm-w3m-safe-url-regexp.
17679
17680         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17681
17682         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17683         parsing gnus-posting-styles when the message is not for replying.
17684
17685         * dgnushack.el: Autoload sgml-mode for XEmacs.
17686
17687         * nnrss.el (nnrss-opml-export): Use
17688         mm-set-buffer-file-coding-system instead of
17689         set-buffer-file-coding-system.
17690
17691 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17694         of checkdoc.el).
17695         * nnrss.el: do.
17696         * gnus-mlspl.el: do.
17697         * gnus-ml.el: do.
17698         * gnus-srvr.el: do.
17699
17700         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17701
17702 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17703
17704         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17705         Corrections to custom-manual links.
17706
17707         * gnus-art.el (gnus-article): Ditto.
17708
17709         * mm-decode.el (mime-display, mime-security): Ditto.
17710
17711 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * flow-fill.el: Typo.
17714
17715 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17716
17717         * spam-wash.el: New file.
17718
17719 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17720
17721         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17722
17723 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17724
17725         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17726         to be run with new-articles as LIST1, not LIST2.
17727         (spam-registration-functions): Add spam-use-ham-copy as a nil
17728         registration backend.
17729
17730 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17731
17732         * spam-stat.el (spam-stat-washing-hook): New option.
17733         (spam-stat-buffer-words): Use it.
17734         (spam-stat-process-directory, spam-stat-test-directory): Use
17735         insert-file-contents-literally.
17736         (spam-stat-coding-system): New variable.
17737         (spam-stat-load, spam-stat-save): Use it.
17738
17739 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * spam-report.el (spam-report-plug-agent): Quote
17742         spam-report-url-to-file and spam-report-url-ping-plain.
17743
17744 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17747         / in mailto URLs.
17748
17749 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * spam-report.el (spam-report-process-queue): Fix interactive use.
17752         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17753         (spam-report-unplug-agent): Doc fixes.
17754         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17755         (spam-report-agentize, spam-report-deagentize): Autoload.
17756
17757 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17760
17761         * message.el (message-setup-fill-variables): Add mml tags to
17762         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17763         <ajk@iu.edu>.
17764         (message-mode): Don't modify paragraph-separate there.
17765
17766 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * compface.el (uncompface-use-external): Default to undecided.
17769         (uncompface-use-external-threshold): New variable.
17770         (uncompface-float-time): New macro.
17771         (uncompface): Determine whether to use the external decoder if
17772         uncompface-use-external is undecided.
17773
17774 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17777         after images.
17778
17779         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17780
17781 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17782
17783         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17784
17785         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17786
17787         * gnus-sum.el (gnus-summary-limit-to-age)
17788         (gnus-summary-limit-children): do.
17789
17790         * gnus-int.el (gnus-request-scan): do.
17791
17792         * gnus-group.el (gnus-group-suspend): do.
17793
17794         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17795
17796         * gnus-cite.el (gnus-cite-parse-attributions): do.
17797
17798         * gnus-agent.el (gnus-summary-set-agent-mark)
17799         (gnus-agent-regenerate-group): do.
17800
17801         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17802
17803         * binhex.el (binhex-decode-region-internal): do.
17804
17805 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * gnus-fun.el (gnus-face-properties-alist): New user option.
17808         (gnus-display-x-face-in-from): Use it.
17809
17810         * gnus-art.el (article-display-face): Ditto.
17811
17812         * compface.el (uncompface-use-external): Default to nil.
17813
17814 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * nntp.el (nntp-erase-buffer): New function.
17817         (nntp-retrieve-data, nntp-send-command)
17818         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17819         (nntp-possibly-change-group): Use it.
17820
17821         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17822         with-current-buffer.
17823
17824 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17825
17826         * compface.el: Merge the ELisp-based uncompface program.
17827         (compface): New customization group.
17828         (uncompface-use-external): New user option.
17829         (uncompface): Call uncompface-internal if uncompface-use-external
17830         is nil.
17831         (uncompface-internal): New function.  Note that there are also
17832         some other functions and variables added for this function.
17833
17834 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17835
17836         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17837         if necessary.
17838
17839 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17840
17841         * spam-report.el (spam-report-unplug-agent)
17842         (spam-report-plug-agent, spam-report-deagentize)
17843         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17844         Add support for the Agent in spam-report: when unplugged, report to a
17845         file; when plugged, submit all the requests.
17846
17847         * spam.el (spam-register-routine): Fix message about
17848         registration.
17849
17850 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17853         dependencies.
17854         (rfc2047-encode): Use it.
17855
17856         * gnus-art.el (gnus-button-marker-list): Move before first
17857         reference.
17858
17859         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17860         (imap-parse-body): Fix format string mismatch.
17861
17862         * gnus-score.el (gnus-summary-increase-score): do.
17863
17864         * nnrss.el (nnrss-close): New function.
17865
17866 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17867
17868         * nnrss.el (nnrss-make-filename): New function.
17869         (nnrss-request-delete-group, nnrss-read-server-data)
17870         (nnrss-save-server-data, nnrss-read-group-data)
17871         (nnrss-save-group-data): Use it.
17872         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17873         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17874         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17875
17876 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17879
17880 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17881
17882         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17883         files.
17884
17885         * message.el (message-generate-headers-first): Don't quote nil
17886         and t in docstrings.
17887
17888         * imap.el (imap-id): do.
17889
17890         * gnus-agent.el (gnus-agent-consider-all-articles)
17891         (gnus-agent-queue-mail): do.
17892
17893 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * spam-report.el (spam-report-process-queue): New function.
17896         Process requests from `spam-report-requests-file'.
17897         (spam-report-process-queue): Doc fix.
17898
17899 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17900
17901         * spam.el (spam-register-routine)
17902         (spam-log-processing-to-registry, spam-log-registered-p)
17903         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17904         Change "check" to "spam-check" for semi-clarity.
17905
17906 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17907
17908         * pop3.el: Require nnheader.
17909
17910         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17911
17912         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17913
17914         * gnus-picon.el: Require cl.
17915
17916         * gnus-fun.el: Require gnus-ems and gnus-util.
17917
17918         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17919
17920         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17921
17922         * gnus-art.el (gnus-article-edit-mode): Define before first
17923         reference.
17924
17925 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17926
17927         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17928         (gnus-uu-post-encoded): Use point-at-bol.
17929
17930         * gnus-topic.el (gnus-group-active-topic-p): do.
17931
17932         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17933
17934         * gnus-group.el (gnus-group-kill-region): do.
17935
17936         * gnus-art.el (article-date-ut): do.
17937
17938         * message.el (message-fetch-field): Remove redundant
17939         case-fold-search binding.
17940         (message-narrow-to-field): Simplify.
17941
17942 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17943
17944         * spam.el (spam-directory): Derive from `gnus-directory'.
17945
17946         * spam-report.el (spam-report-url-to-file)
17947         (spam-report-requests-file): New function and variable for offline
17948         reporting.
17949         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17950         and user defined function.
17951         (spam-report-url-ping-mm-url): Remove doubled slash.
17952
17953 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17956
17957 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17958
17959         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17960         format string mismatch.
17961
17962         * sieve.el (sieve-deactivate-all): do.
17963
17964         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17965
17966         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17967
17968         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17969
17970         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17971
17972 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17973
17974         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17975         the list of checks.
17976
17977 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17978
17979         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17980         padding.
17981
17982 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17983
17984         * mm-view.el (mm-fill-flowed): New variable.
17985         (mm-inline-text): Use it.
17986
17987 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17988
17989         * spam.el (spam-spamassassin-register-ham-routine)
17990         (spam-spamassassin-register-spam-routine): Fix function names.
17991
17992 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * gnus.el (gnus-tmp-grouplens): Remove.
17995         (gnus-summary-line-format): Remove grouplens.
17996
17997         * gnus-group.el (gnus-group-line-format): Ditto.
17998
17999         * gnus-spec.el (gnus-format-specs): Ditto.
18000         (gnus-update-format-specifications): Flush the group format spec
18001         cache if there's the grouplens stuff.
18002         (gnus-parse-simple-format): Replace %l with the empty string.
18003
18004 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18005
18006         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18007         omission.
18008
18009 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18012         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18013
18014 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18015
18016         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18017         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18018         New macros and functions.
18019         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18020         Handle > NLINK_MAX messages.
18021         * nnmaildir.el (nnmaildir-request-set-mark): Use
18022         nnmaildir--emlink-p and nnmaildir--eexist-p.
18023
18024 2004-01-25  Alex Schroeder  <alex@gnu.org>
18025
18026         * spam-stat.el (spam-stat-process-directory-age): New option.
18027         (spam-stat-process-directory): Use it.
18028
18029 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18030
18031         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18032         (spam-stat-save): Accept prefix argument.
18033
18034 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18035
18036         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18037         links" error.
18038
18039 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18042         the rest of the and/or forms.
18043
18044 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18045
18046         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18047         compatibility with old .newsrc.eld files.
18048
18049         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18050
18051         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18052
18053         * gnus-start.el (gnus-1): do.
18054
18055         * gnus-group.el (gnus-group-line-format-alist): do.
18056
18057         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18058
18059         * gnus-gl.el: Remove.
18060
18061 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18062
18063         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18064         marks consisting of a single range {for example, (3 . 5)} rather
18065         than a list of a single range { ((3 . 5)) }.
18066
18067 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18068
18069         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18070         with-current-buffer.
18071         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18072         avoid consing a string.
18073
18074         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18075         Remove obsolete entries for big5 and gb2312.
18076
18077 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18078
18079         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18080         uncompressed list.
18081
18082 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18083
18084         * spam-stat.el (spam-stat-strip-xref): New function.
18085         (spam-stat-process-directory): Use it.
18086
18087         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18088         here -- it's done in message-fetch-field.
18089
18090 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18091
18092         * gnus-agent.el (gnus-agent-queue-mail)
18093         (gnus-agent-prompt-send-queue): New variables.
18094         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18095         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18096         "nndraft:queue" along to gnus-draft-send.  Use
18097         gnus-agent-prompt-send-queue.
18098         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18099         is "nndraft:queue".  Suggested by Gaute Strokkenes
18100         <gs234@srcf.ucam.org>
18101
18102         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18103         (agent-enable-undownloaded-faces): Added.
18104         (gnus-agent-cat-groups): Use eval-and-compile, not
18105         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18106         method of gnus-agent-cat-groups even when the buffer has been
18107         evaled.
18108         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18109         delete gnus-agent-save-active-1.
18110         (gnus-agent-save-groups): Deleted.  Identical to
18111         gnus-agent-save-active.
18112         (gnus-agent-write-active): No longer adjust agent's copy of active
18113         file as agent's adjustments are now stored in their own
18114         file.  Removed optional parameter.
18115         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18116         servers.  Add use of min/max range limits from server's local
18117         file.
18118         (gnus-agent-save-alist): Removed unused optional argument.
18119         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18120         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18121         (gnus-agent-set-local): A per-server file that keeps min/max range
18122         limits for articles known to the agent.  Provides a fast mechanism
18123         for altering many active ranges.
18124         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18125         active file (local makes it unnecessary).
18126         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18127
18128         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18129         (agent-enable-undownloaded-faces): Added.
18130
18131         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18132         disable it when sending to "nndraft:queue".
18133         (gnus-group-send-queue): Add safety check to avoid sending queue
18134         when unplugged.
18135
18136         * gnus-group.el (gnus-group-catchup): Use new
18137         gnus-sequence-of-unread-articles, not
18138         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18139         numbers of articles.  Use gnus-range-map to avoid having to
18140         uncompress the unread list.
18141         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18142         Fixed invalid ange-ftp reference.
18143
18144         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18145         (gnus-sorted-range-intersection): Intersection of two ranges
18146         without requiring that they first be uncompressed.
18147
18148         * gnus-start.el (gnus-activate-group): Unless blocked by the
18149         caller, possibly expand the active range to include both cached
18150         and agentized articles.
18151         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18152         multiple version-dependent converters.
18153         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18154         gnus-agent-save-active.
18155         (gnus-save-newsrc-file): Save dirty agent range limits.
18156
18157         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18158         gnus-agent-possibly-alter-active.
18159         (gnus-adjust-marked-articles): Faster handling of simple lists.
18160
18161 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18162
18163         * spam-stat.el (spam-stat-test-directory): New optional argument
18164         displays a list of files detected.  Suggested by Andrew Cohen
18165         <cohen@andy.bu.edu>.
18166         (spam-stat-buffer-words-with-scores): Don't narrow and change
18167         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18168
18169 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18170
18171         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18172         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18173         (spam-spamassassin-arguments)
18174         (spam-spamassassin-spam-flag-header)
18175         (spam-spamassassin-positive-spam-flag-header)
18176         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18177         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18178         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18179         (spam-list-of-processors, spam-list-of-checks)
18180         (spam-list-of-statistical-checks, spam-registration-functions)
18181         (spam-check-spamassassin-headers, spam-check-spamassassin)
18182         (spam-spamassassin-score)
18183         (spam-spamassassin-register-with-sa-learn)
18184         (spam-spamassassin-register-spam-routine)
18185         (spam-spamassassin-register-ham-routine)
18186         (spam-assassin-register-spam-routine)
18187         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18188         (spam-bogofilter-score): Fix to show article before scoring.
18189
18190 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18191
18192         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18193         default scoring function.
18194         (spam-generic-score): Call spam-spamassassin-score if
18195         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18196         spam-bogofilter-score otherwise.
18197
18198         * gnus.el (spam-process, spam-autodetect-methods): Add
18199         spamassassin and spamassassin-headers.
18200
18201 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18202
18203         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18204         Suppress unnecessary messages.
18205
18206 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18207
18208         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18209         make-hash-table.
18210
18211 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * canlock.el (base64-encode-string): Don't autoload it.
18214
18215 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * run-at-time.el: Remove useless (require 'itimer),
18218         eval-and-compile and (featurep 'xemacs).
18219
18220 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18221
18222         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18223         GROUP is a virtual group.
18224
18225 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18226
18227         * gnus.el: Autoload `message-y-or-n-p'.
18228
18229 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18230
18231         * pgg-parse.el: Remove unnecessary (require 'custom).
18232
18233         * pgg-def.el: do.
18234
18235         * nnmail.el: do.
18236
18237         * gnus-undo.el: do.
18238
18239         * gnus-picon.el: do.
18240
18241         * gnus-util.el: do.
18242
18243 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18246
18247 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18250         handle, as well as a list.
18251
18252         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18253         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18254         (mm-w3m-cid-retrieve): Simplify.
18255
18256 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18257
18258         * message.el (message-kill-to-signature): Allow prefix arg to
18259         specify number of lines to keep before signature.
18260
18261 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18262
18263         * message.el (message-kill-to-signature): Change docstring.
18264
18265 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * canlock.el: Always require sha1-el.
18268         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18269
18270         * message.el: Autoload sha1 only when compiling.
18271
18272         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18273         eudc-expand-inline for XEmacs.
18274
18275 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * message.el (message-canlock-generate): Require sha1-el.
18278
18279 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18280
18281         * message.el (message-expand-name): Silence the byte compiler.
18282
18283         * lpath.el: Add detect-coding-system.
18284
18285         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18286         cus-edit.
18287
18288 2004-01-13  Simon Josefsson  <jas@extundo.com>
18289
18290         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18291         Invoke gnus-score-mode.  Reported by
18292         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18293
18294         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18295         Jim Blandy <jimb@redhat.com> (tiny change).
18296
18297 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18298
18299         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18300
18301 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18302
18303         * spam.el (spam-get-article-as-string): Update to use
18304         gnus-request-article-this-buffer, much simpler.
18305         (spam-get-article-as-buffer): Remove.
18306
18307 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18308
18309         * message.el (message-expand-name): Use EUDC if the user uses that.
18310
18311 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18312
18313         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18314         character for the encoding to avoid consing a string.
18315
18316         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18317         unnecessarily.
18318
18319         * mm-util.el (mm-replace-chars-in-string): Remove.
18320
18321         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18322         of mm-replace-chars-in-string.
18323
18324 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18325
18326         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18327
18328         * mm-util.el (mm-subst-char-in-string): Support inplace.
18329
18330         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18331         a new string in every iteration.  Use shy groups.
18332
18333 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18334
18335         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18336         * gnus-soup.el (gnus-soup-group-brew):
18337         * gnus-msg.el (gnus-put-message):
18338         * gnus-move.el (gnus-group-move-group-to-server):
18339         * gnus-kill.el (gnus-batch-score):
18340         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18341         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18342         (gnus-group-update-group, gnus-group-read-group)
18343         (gnus-group-make-group, gnus-group-make-help-group)
18344         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18345         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18346         (gnus-group-sort-by-unread, gnus-group-catchup)
18347         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18348         (gnus-group-yank-group, gnus-group-set-info)
18349         (gnus-group-list-groups):
18350         * gnus.el (gnus-generate-new-group-name):
18351         * gnus-delay.el (gnus-delay-send-queue):
18352         * nnvirtual.el (nnvirtual-catchup-group):
18353         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18354         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18355         (gnus-group-prepare-topics, gnus-topic-check-topology):
18356         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18357         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18358         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18359         (gnus-group-make-articles-read):
18360         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18361         (gnus-group-change-level, gnus-kill-newsgroup)
18362         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18363         (gnus-get-unread-articles, gnus-make-articles-unread)
18364         (gnus-make-ascending-articles-unread): Use accessor
18365         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18366         to get group information for improved readability.
18367
18368
18369 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * gnus-art.el (article-decode-mime-words, article-babel)
18372         (gnus-article-highlight-signature, gnus-article-add-buttons)
18373         (gnus-signature-toggle): Use gnus-with-article-buffer.
18374
18375         * gnus-art.el (gnus-article-highlight-headers)
18376         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18377
18378         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18379         (gnus-article-set-globals, gnus-request-article-this-buffer)
18380         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18381         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18382         (gnus-mime-display-alternative): Use with-current-buffer.
18383
18384 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18387         also under 80 char limit, and call gnus-error if needed.
18388         (spam-fetch-article-header): Fix - it was a
18389         buffer-local variable (gnus-newsgroup-data).
18390         (spam-find-spam): Use spam-generate-fake-headers, forget about
18391         spam-insert-fake-headers.
18392         (spam-insert-fake-headers): Remove.
18393
18394 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18395
18396         * deuglify.el (gnus-article-outlook-unwrap-lines)
18397         (gnus-outlook-rearrange-article)
18398         (gnus-outlook-repair-attribution-outlook)
18399         (gnus-outlook-repair-attribution-block)
18400         (gnus-outlook-repair-attribution-other): Remove redundant
18401         save-excursion.
18402
18403 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18404
18405         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18406         (spam-fetch-field-subject-fast)
18407         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18408         (spam-fetch-article-header): Add functions to deal with Gnus
18409         internals for fast retrieval of article header data.
18410         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18411
18412 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18413
18414         * pop3.el (pop3-md5): Remove.
18415         (pop3-apop): Replace pop3-md5 with md5.
18416
18417         * mm-bodies.el: base64 is always built-in.
18418
18419         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18420         with-current-buffer.
18421
18422 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * canlock.el (canlock-insert-header): Remove excessive grouping in
18425         regexp.
18426
18427         * gnus-sum.el (gnus-summary-read-document): Ditto.
18428
18429         * gnus-uu.el (gnus-uu-part-number): Ditto.
18430
18431         * html2text.el (html2text-remove-tags): Ditto.
18432         (html2text-format-tags): Ditto.
18433         (html2text-format-single-elements): Ditto.
18434
18435         * mml.el (mml-parse-1): Ditto.
18436
18437 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18438
18439         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18440
18441         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18442
18443         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18444
18445         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18446
18447 2003-11-15  Simon Josefsson  <jas@extundo.com>
18448
18449         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18450         (pgg-gpg-lookup-key): Use regexp match instead of
18451         split-string (split-string is different between emacs 21.2 and
18452         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18453
18454 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18455
18456         * gnus-art.el (gnus-mime-view-all-parts)
18457         (gnus-article-part-wrapper, gnus-article-view-part): Use
18458         with-current-buffer.
18459
18460 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18461
18462         * spam.el (spam-disable-spam-split-during-ham-respool)
18463         (spam-spamoracle-database, spam-cache-lookups)
18464         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18465         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18466         (spam-group-ham-marks, spam-group-spam-marks)
18467         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18468         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18469         also add spam-use-blackholes to the statistical checks.
18470         (spam-fetch-field-fast): Add interface to fetching fields, may
18471         become a macro.
18472         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18473         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18474         (spam-insert-fake-headers): Fake an article when needed.
18475         (spam-find-spam): Fake article when possible.
18476         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18477         (spam-check-bogofilter-headers): Use message-fetch-field instead
18478         of nnmail-fetch-field.
18479
18480 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18483
18484 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * spam.el (spam-split): Do not require spam-use-CHECK to be
18487         enabled if that check is passed to spam-split explicitly; also
18488         fix so 'spam doesn't get converted to spam-split-group when
18489         spam-split-symbolic-return is t.
18490         (spam-find-spam): Find registrations of the article and use those
18491         instead of re-running spam-split to find the spam/ham
18492         classification of the article.
18493         (spam-log-processing-to-registry, spam-log-registered-p)
18494         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18495         Use gnus-error instead of gnus-message.
18496         (spam-log-registration-type): Add function to determine the
18497         classification of a message based on registry entries; will
18498         return nil if both 'spam and 'ham are found.
18499         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18500         a reasonably fast local cache without the loading errors.
18501         (spam-cache-lookups): Set to t by default.
18502         (spam-find-spam): Don't try to guess spam-cache-lookups.
18503         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18504         spam-caches entry.
18505         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18506         caching of whitelist/blacklist entries.
18507         (spam-check-whitelist, spam-check-blacklist): Invoke
18508         spam-from-listed-p with a type, not a cache variable.
18509         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18510
18511 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18514
18515         * nnmail.el (nnmail-split-fancy): do.
18516
18517         * mml.el (mml-parse): do.
18518
18519         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18520         (gnus-score-adaptive): do.
18521
18522 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18525         (gnus-mime-button-map): Don't set keymap parent.
18526         (gnus-button-ctan-directory-regexp): Use shy grouping.
18527         (gnus-prev-page-map): Don't set keymap parent.
18528         (gnus-prev-page-map): Remove duplicated one.
18529         (gnus-next-page-map): Don't set keymap parent.
18530         (gnus-mime-security-button-map): Ditto.
18531
18532         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18533         version number.
18534
18535         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18536
18537 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * canlock.el (canlock-sha1-function): Remove.
18540         (canlock-sha1-function-for-verify): Remove.
18541         (canlock-openssl-program): Remove.
18542         (canlock-openssl-args): Remove.
18543         (canlock-ignore-errors): Remove.
18544         (canlock-sha1-with-openssl): Remove.
18545         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18546         (canlock-verify): Don't use canlock-ignore-errors.
18547
18548         * sha1-el.el (sha1-string-external): Make it can return a string
18549         in binary form.
18550         (sha1-region-external): Ditto.
18551         (sha1-string-internal): Ditto.
18552         (sha1-region-internal): Ditto.
18553         (sha1-region): Ditto.
18554         (sha1-string): Ditto.
18555         (sha1): Ditto.
18556
18557 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18558
18559         * spam.el (spam-report-articles-gmane): New command.
18560
18561 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18564
18565         * run-at-time.el (run-at-time-saved): Remove.
18566         (run-at-time): Doc fix.
18567
18568 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18569
18570         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18571         (gnus-summary-limit-map): Add it.
18572         (gnus-summary-make-menu-bar): do.
18573
18574 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18575
18576         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18577         Make attempt at some caching support (done for BBDB only now).
18578         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18579         addresses to be checked.
18580         (spam-clear-cache-BBDB): Add function, to be invoked by
18581         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18582         (spam-check-BBDB): Check and use the caches, if
18583         spam-cache-lookups is on, remove superfluous (provide).
18584
18585 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18588
18589 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18590
18591         * run-at-time.el (run-at-time-saved): Move to after the definition
18592         of `run-at-time'.
18593
18594         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18595
18596 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18599         mm-w3m-local-map-property.
18600
18601         * mm-view.el (mm-w3m-mode-map): Remove.
18602         (mm-w3m-local-map-property): Remove.
18603         (mm-inline-text-html-render-with-w3m): Don't use
18604         mm-w3m-local-map-property.
18605
18606 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18607
18608         * run-at-time.el: New file.
18609
18610         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18611         under Emacs.
18612
18613         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18614         of gnus-set-text-properties.
18615
18616         * gnus-uu.el (gnus-uu-save-article): Ditto.
18617
18618         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18619
18620         * gnus-cite.el (gnus-cite-parse): Ditto.
18621
18622         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18623         of gnus-.
18624
18625         * gnus-xmas.el (run-at-time): Require run-at-time.
18626
18627         * gnus.el: Changed calls to nnheader-run-at-time and
18628         password-run-at-time throughout to use run-at-time directly.
18629
18630         * password.el: Removed definition of run-at-time.
18631
18632         * nnheaderxm.el: Remove definition of run-at-time.
18633
18634 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18635
18636         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18637         in prompt.
18638
18639 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18640
18641         * messagexmas.el (message-xmas-redefine): Alias
18642         `message-make-caesar-translation-table' to
18643         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18644         version.
18645
18646         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18647         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18648         `gnus-xmas-set-text-properties'.
18649         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18650         `gnus-xmas-completing-read'.
18651         (gnus-xmas-completing-read): Removed.
18652         (gnus-xmas-open-network-stream): Removed.
18653
18654         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18655         XEmacs version.
18656
18657         * dns.el (dns-make-network-process): Use `open-network-stream'
18658         instead of `gnus-xmas-open-network-stream'.
18659
18660         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18661
18662         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18663
18664 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18665
18666         * gnus-art.el (gnus-mime-display-alternative)
18667         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18668         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18669         Don't use gnus-local-map-property.
18670
18671         * gnus-util.el (gnus-local-map-property): Remove.
18672
18673         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18674         gnus-completing-read-maybe-default with completing-read.
18675
18676         * gnus-util.el (gnus-completing-read): do.
18677         (gnus-completing-read-maybe-default): Remove.
18678
18679 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18680
18681         * password.el: Only autoload `run-at-time' if not XEmacs.
18682         Only autoload the itimer functions if XEmacs.
18683
18684 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18687         XEmacsen.
18688
18689         * dgnushack.el: Autoload executable-find for XEmacs.
18690
18691 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18692
18693         * gnus-art.el (gnus-read-string): Remove.
18694         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18695         read-string.
18696
18697 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18698
18699         * netrc.el: Autoload password-read.
18700         (netrc): Add configuration group.
18701         (netrc-encoding-method, netrc-openssl-path): Add
18702         variables for encoding and decoding of files with symmetric
18703         ciphers.
18704         (netrc-encode): Add assistant function to encode a file with
18705         netrc-encoding-method.
18706         (netrc-parse): Add interactive parameter, added optional
18707         decoding if netrc-encoding-method is non-nil but otherwise
18708         behavior is standard.
18709         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18710         Do s/encode/encrypt/ everywhere.
18711
18712         * spam.el: Remove executable-find autoload.
18713
18714 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18715
18716         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18717
18718         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18719
18720 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * gnus-art.el (gnus-treat-ansi-sequences)
18723         (article-treat-ansi-sequences): New variable and function.
18724         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18725
18726         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18727         Use it.
18728
18729 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18730
18731         * mm-util.el (mm-quote-arg): Remove.
18732
18733         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18734         shell-quote-argument.
18735
18736         * gnus-uu.el (gnus-uu-command): do.
18737
18738         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18739
18740         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18741         with make-char.
18742
18743         * mm-util.el (mm-make-char): Remove.
18744
18745         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18746         add-minor-mode.
18747
18748         * gnus-undo.el (gnus-undo-mode): do.
18749
18750         * gnus-topic.el (gnus-topic-mode): do.
18751
18752         * gnus-sum.el (gnus-dead-summary-mode): do.
18753
18754         * gnus-start.el (gnus-slave-mode): do.
18755
18756         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18757
18758         * gnus-ml.el (gnus-mailing-list-mode): do.
18759
18760         * gnus-gl.el (gnus-grouplens-mode): do.
18761
18762         * gnus-draft.el (gnus-draft-mode): do.
18763
18764         * gnus-dired.el (gnus-dired-mode): do.
18765
18766         * gnus-ems.el (gnus-add-minor-mode): Remove.
18767
18768         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18769         Replace gnus-char-width with char-width.
18770
18771         * gnus-ems.el (gnus-char-width): Remove.
18772
18773         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18774         Replace gnus-char-width with char-width.
18775
18776         * gnus-ems.el (gnus-char-width): Remove.
18777
18778         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18779         definition.
18780         Remove Emacs 20 hash table compatibility code.
18781
18782         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18783         20 compatibility code.
18784
18785         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18786
18787         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18788
18789         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18790         with point-at-{eol,bol}.
18791
18792         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18793
18794         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18795
18796         * flow-fill.el (fill-flowed-point-at-bol)
18797         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18798
18799         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18800         Replace with point-at-{eol,bol} throughout all files.
18801
18802 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * ntlm.el (ntlm-string-as-unibyte): New macro.
18805         (ntlm-build-auth-response): Use it.
18806
18807         Remove Emacs 20 stuff:
18808         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18809         (butlast, mapc, remove): Remove the compiler macros.
18810         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18811         of delq and copy-sequence.
18812         * gnus-art.el (popup-menu): Remove the compiler macro.
18813         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18814         Emacs 20.
18815
18816 2004-01-05  Simon Josefsson  <jas@extundo.com>
18817
18818         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18819         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18820         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18821         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18822         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18823         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18824         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18825         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18826         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18827         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18828         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18829         string-xor into ntlm-string-xor.  Suggested by
18830         Jesper Harder <harder@myrealbox.com>.
18831
18832         * ntlm.el: Don't include poem.
18833
18834         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18835         Jesper Harder <harder@myrealbox.com>.
18836
18837         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18838
18839         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18840         probably breaks emacs with DL patch, but do we care? Is anyone
18841         still using the DL stuff?)
18842
18843         * sieve-manage.el: Use the password package.
18844         (sieve-manage-read-passwd): Remove.
18845         (sieve-manage-interactive-login): Use password.  Re-add
18846         condition-case around loop.
18847
18848         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18849         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18850         the password package.
18851
18852 2003-02-19  Simon Josefsson  <jas@extundo.com>
18853
18854         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18855         token.
18856
18857 2002-08-07  Simon Josefsson  <jas@extundo.com>
18858
18859         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18860         (sieve-manage-authenticators):
18861         (sieve-manage-authenticator-alist): Add some SASL mechs.
18862         (sieve-sasl-auth): New function.
18863         (sieve-manage-cram-md5-auth):
18864         (sieve-manage-plain-auth): Rewrite using SASL library.
18865         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18866         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18867         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18868         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18869
18870 2004-01-05  Simon Josefsson  <jas@extundo.com>
18871
18872         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18873         New files.
18874
18875 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18876
18877         * gnus-group.el (gnus-no-groups-message): Update.
18878
18879         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18880
18881 2003-11-09  Simon Josefsson  <jas@extundo.com>
18882
18883         * imap.el: Support for ID IMAP extension (RFC 2971).
18884         (imap-local-variables): Add imap-id.
18885         (imap-id): New variable.
18886         (imap-id): New function.
18887         (imap-parse-response): Parse untagged ID response.
18888         * nnimap.el (nnimap-id): New variable.
18889         (nnimap-open-connection): Use it.
18890
18891 2003-12-28  Simon Josefsson  <jas@extundo.com>
18892
18893         * gnus-score.el (gnus-score-edit-all-score): New.
18894         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18895
18896 2004-01-04  Simon Josefsson  <jas@extundo.com>
18897
18898         * password.el: Add.
18899
18900 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18901
18902         * dns.el (dns-query-types): Fix typo.
18903         (dns-query-types): New function.
18904         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18905         PTR and SOA replies, see RFC 1035.
18906
18907 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908
18909         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18910
18911         * Moved to Changelog.2.
18912
18913 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18914
18915         * gnus.el (gnus-version-number): Bump version.
18916
18917 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18918
18919         * gnus.el: No Gnus v0.1 is released.
18920
18921 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18922
18923         * gnus.el: No Gnus v0.0 is released.
18924
18925 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18926
18927         * gnus.el (gnus-version-number): Bump.
18928         (gnus-version): No.
18929
18930 See ChangeLog.2 for earlier changes.
18931
18932     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18933       Free Software Foundation, Inc.
18934
18935   This file is part of GNU Emacs.
18936
18937   GNU Emacs is free software: you can redistribute it and/or modify
18938   it under the terms of the GNU General Public License as published by
18939   the Free Software Foundation, either version 3 of the License, or
18940   (at your option) any later version.
18941
18942   GNU Emacs is distributed in the hope that it will be useful,
18943   but WITHOUT ANY WARRANTY; without even the implied warranty of
18944   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18945   GNU General Public License for more details.
18946
18947   You should have received a copy of the GNU General Public License
18948   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18949
18950 ;; Local Variables:
18951 ;; coding: utf-8
18952 ;; fill-column: 79
18953 ;; add-log-time-zone-rule: t
18954 ;; End: