f70fd1c6db14be77b1ad243ac3d00637ee299f63
[gnus] / lisp / ChangeLog
1 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2
3         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4         primary key is marked as disabled.
5         * mml1991.el (mml1991-epg-find-usable-key): Ditto.
6         Thanks to Christian von Roques <roques@mti.ag>.
7
8 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
9
10         * html2text.el (html2text-clean-anchor): Check for quotes around
11         `href' value.
12
13 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
16         searching.  Drop `bbdb-cache'.
17
18 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * message.el (message-signed-or-encrypted-p): Exclude header when
21         checking if there is signed or encrypted body in text/plain message.
22
23 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
24
25         * html2text.el (html2text-get-attr): Correctly handle attribute values
26         containing "=".
27
28 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
29
30         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
31         handle bindings.
32
33 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-win.el (gnus-configure-windows): Protect against reading
36         ephemeral groups outside of Gnus.
37
38 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * shr.el (shr-tag-img): Don't get images displayed in tables.
41
42 2011-10-03  Glenn Morris  <rgm@gnu.org>
43
44         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
45         the "maintainer" version of debbugs.gnu.org reports.
46
47 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
50         make asynchronous adjacent image insertion work better.
51
52 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
53
54         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
55         documentation.
56
57 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
60         `gnus-asynchronous' isn't shadowed.
61
62 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
65
66         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
67         (nnimap-insert-partial-structure): The charset parameter isn't
68         case-sensitive.
69
70         * nnheader.el (nnheader-message-maybe): New function.
71
72         * shr.el (shr-tag-table): Render totally broken tables better.
73
74         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
75         computing the boundary.
76
77 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * pop3.el (pop3-number-of-responses): Remove.
80         (pop3-wait-for-messages): Rewrite to take linear time instead of
81         exponential time.
82
83 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
86         re-fetch images.
87
88         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
89         re-fetch images when hitting `g' in Gnus.
90
91 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * mml.el (mml-inhibit-compute-boundary): New internal variable.
94         (mml-compute-boundary): Don't check collision if it is non-nil.
95         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
96         before checking collision.
97
98 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * message.el (message-indent-citation): Really make sure there's a
101         newline at the end.
102
103         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
104         Fix suggested by John Wiegley.
105
106         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
107
108         * gnus-art.el (gnus-treat-hide-citation): Add doc.
109
110         * message.el (message-default-send-rename-function): Break out into its
111         own function.
112
113         * ecomplete.el (ecomplete-display-matches): Revert patch since it
114         doesn't work under XEmacs.
115
116         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
117         of "imaps" to word around Windows problems.
118         (nnimap-open-connection-1): Use it.
119
120         * message.el (message-indent-citation): Revert last change which made
121         `F' not work.
122
123 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
124
125         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
126         terminal as well.
127
128 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
131         because it displays images using overlays that aren't easy to copy to
132         the article buffer.
133
134 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
135
136         * message.el (message-indent-citation): Fix empty line removal at the
137         end of the citation.
138
139 2011-09-20  Julien Danjou  <julien@danjou.info>
140
141         * auth-source.el (auth-source-netrc-create): Use default value for
142         password if specified. Evaluate default.
143         (auth-source-plstore-create): Ditto.
144         (auth-source-plstore-create, auth-source-netrc-create): Fix default
145         value evaluation.
146         (auth-source-netrc-create): Typo fix.
147         (auth-source-plstore-create): Ditto.
148
149         * password-cache.el (password-cache-remove): Remove entries even if the
150         value is nil, so that password with a nil value (negative caching) is
151         possible to invalidate.
152
153         * auth-source.el (auth-source-format-cache-entry): New function.
154
155 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
158
159 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
162
163 2011-09-19  Julien Danjou  <julien@danjou.info>
164
165         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
166         which work with things that are not ASCII.
167
168 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
171
172 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
175         message level.
176
177 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
180
181 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus.el (gnus-interactive-exit): Update defcustom spec.
184
185 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
186
187         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
188         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
189
190 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
191
192         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
193         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
194         articles.
195
196 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
197
198         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
199         (message-mail-other-window, message-mail-other-frame)
200         (message-news-other-window, message-news-other-frame):
201         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
202         instead of setting buffer display varibles.
203
204 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
207
208         * gnus-sum.el (gnus-fetch-headers): Bump message level.
209
210 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
213         duplicates" to a higher level.
214
215         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
216         most egregious messages.
217
218 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
221
222 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
223
224         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
225         up the file (bug#9351).
226
227 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
230         it does with all other backends, but decode the names immediately after
231         getting them.
232
233         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
234         decoding nnimap groups.
235
236         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
237         newsrc file.  It doesn't seem like an important optimisation any more.
238
239 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
240
241         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
242         overflows.
243
244 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus.el (gnus-article-mark-lists): Remove `recent'.
247         (gnus-interactive-exit): Extend to `quiet'.
248
249         * gnus-sum.el (gnus-offer-save-summaries): Use it.
250
251         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
252         string.
253
254         * plstore.el (plstore--get-buffer): Silence compiler warnings by
255         renaming function arguments from `this'.
256
257         * gnus-sum.el (gnus-newsgroup-recent): Remove.
258
259         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
260         has been renamed.
261         (gnus-lrm-string-p): Include RLM and PDF, too.
262
263         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
264         (bug#9225).
265
266 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
267
268         Add autoload cookies for functions used by sendmail.el.
269         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
270
271         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
272
273 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-art.el (article-date-ut): Work properly even when there are
276         things like Date header in the body; work for forwarded parts.
277
278 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
279
280         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
281         original-article-buffer.
282
283 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
284
285         * nnir.el (nnir-compose-result): Fix matching of server type.
286         (nnir-run-swish++): Ditto.
287         (nnir-run-namazu): Ditto.
288         (nnir-run-notmuch): Ditto.
289
290 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
293         (bug#9405).
294
295         * gnus-score.el (gnus-summary-increase-score): Doc clarification
296         (bug#9421).
297
298         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
299         (bug#9425).
300
301         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
302         thing (bug#9426).
303
304 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
307         the error message.
308
309 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
310
311         * message.el (message-setup-1): Return t (Bug#9392).
312
313 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
314
315         * gnus-sum.el: When adding article headers to a summary buffer also
316         update gnus-newsgroup-articles (bug#9386).
317
318 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * auth-source.el: Autoload help-mode.
321
322 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
325         names.
326
327 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
328
329         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
330         mm-replace-in-string for compatibility issues.
331         * mml2015.el (mml2015-epg-verify): Ditto.
332
333 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
336
337         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
338
339 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
342         continue on and do the clean-up phase (bug#9188).
343
344         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
345         just ignore groups that can't be opened instead of erroring out
346         (bug#9225).
347
348         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
349         nil since some many people are fuddy-duddies.
350
351         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
352         images.
353
354         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
355         instead.
356
357         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
358
359         * gnus-util.el (gnus-process-live-p): Copy over compat function.
360
361         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
362         processing.
363
364         * nntp.el (nntp-kill-buffer): Kill the process before killing the
365         buffer to avoid warnings.
366
367 2011-08-20  Simon Josefsson  <simon@josefsson.org>
368
369         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
370         specified to reduce precision.
371
372 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
375         bodystructures (bug#9314).
376
377 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
380         Make button keymap non-sticky after buttons.
381
382 2011-08-18  David Engster  <dengste@eml.cc>
383
384         * nnmairix.el (nnmairix-request-set-mark)
385         (nnmairix-goto-original-article): Remove adding of article to registry,
386         since `gnus-registry-add-group' isn't available anymore.
387         (nnmairix-determine-original-group-from-registry):
388         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
389         available anymore.
390
391 2011-08-12  Simon Josefsson  <simon@josefsson.org>
392
393         * starttls.el (starttls-any-program-available): Define as obsolete
394         function.
395
396 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
399         versions which Gnus use when appropriate.
400
401         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
402         a pretty destructive command.
403
404         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
405
406 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * message.el (message-fix-before-sending): Make a different warning
409         about NUL characters (bug#9270).
410
411         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
412         from custom (bug#9260).
413
414         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
415         things work in Emacs 22 and XEmacs, too.
416
417         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
418         default From.
419
420         * gnus-spec.el (gnus-lrm-string-p): New macro.
421         (gnus-lrm-string): New constant.
422         (gnus-summary-line-format-spec): LRM-ify the from.
423         (gnus-tilde-max-form): LRM-ify string chopping.
424
425         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
426
427         * message.el (message-is-yours-p): Allow disabling canlock checking
428         (bug#9295).
429         (message-shoot-gnksa-feet): Add `canlock-verify'.
430         (message-auto-save-directory): Use ~/ as the auto-save directory if the
431         message directory isn't writable (bug#9304).
432
433         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
434         non-world-readable.
435
436 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
439         articles.
440
441 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
442
443         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
444         copy-list.
445
446 2011-08-12  Sam Steingold  <sds@gnu.org>
447
448         * gnus-score.el (gnus-score-find-alist): Keep the score files already
449         in the reverse order to avoid modifying the cache with `nreverse'.
450         (gnus-all-score-files): Do not modify the value returned by
451         `gnus-score-find-alist' because it lives in a cache variable.
452         (gnus-current-home-score-file): No need to `nreverse' the return value
453         of `gnus-score-find-alist', it is already in the correct order.
454
455 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
456
457         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
458         type MESSAGE and subtype RFC822 is slightly different from those of
459         type TEXT.
460
461 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
462
463         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
464         allows article-referral to work from an nnir group.
465
466 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
467
468         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
469
470 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
471
472         * mml1991.el (mml1991-epg-find-usable-key)
473         (mml1991-epg-find-usable-secret-key): New function.
474         (mml1991-epg-sign): Check if signing key is usable.
475         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
476
477 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
478
479         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
480         server-variables only. This should fix a bug introduced with commit
481         e1889675b7f4adf057833c5513c9374134c4e053.
482         (nnir-run-query): 'nnir-search-engine should not be set from the global
483         environment.
484
485 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
486
487         * nnir.el (nnir-search-thread): Position point on referring article
488         line.
489         (nnir-warp-to-article): Clean up summary buffers.
490
491         * nnimap.el (nnimap-request-thread): Whitespace fix.
492
493 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
494
495         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
496
497 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * starttls.el (starttls-available-p): Rename from
500         `starttls-any-program-available' and changed return convention.
501
502 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
503
504         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
505         `unix-sync' unless it's defined.
506
507 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
508
509         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
510         `aref' for XEmacs compatibiltiy.
511
512 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
515
516 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
517
518         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
519         closures, quote the form properly (bug#9194).
520
521 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
524         (gnus-summary-insert-new-articles): Protect against servers that are
525         down.
526
527 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
528
529         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
530         in mm handle if none is specified.
531
532 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
533
534         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
535
536 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
537
538         * nnir.el (nnir-search-thread): New function to make an nnir group
539         based on a thread query.
540
541         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
542         of nnir in thread referral.
543         (gnus-summary-refer-thread): Use it.
544
545         * nnimap.el (nnimap-request-thread): Use it.
546
547 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * shr.el (shr-tag-comment): Ignore HTML comments.
550
551 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
552
553         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
554         argument.
555         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
556         Use `nnir-address' to handle server info rather than passing an arg.
557
558         * nnimap.el (nnimap-make-thread-query): New utility function to format
559         an imap thread search query.
560         (nnimap-request-thread): Use it.
561
562         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
563         right select-method if we are not going back to the group buffer.
564
565 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
568         enter invalid buffer configurations into the quit form (bug#9107).
569         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
570         unplugged/plugged.
571
572         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
573         keep track of which ones are unread (bug#9061).
574
575         * gnus.el (gnus-refer-article-method): Allow entering any sexp
576         (bug#9055).
577
578         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
579         (bug#9041).
580
581         * gnus-html.el (mm-util): Require (bug#9073).
582
583         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
584         (gnus-summary-refer-thread): Use it to remove duplicates in the
585         un-threaded view (bug#9053).
586         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
587
588 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
589
590         * nnir.el (nnir-read-server-parm): Use default value from global
591         variable.  Without this the default search engine parameters aren't
592         used at all.
593
594 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * message.el (message-unique-id): Don't use the undocumented return
597         value from (random t) (bug#9118).
598
599 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * message.el (message-auto-save-directory): If the ~/Mail directory
602         doesn't exist, use ~ as the auto-save directory (bug#4432).
603
604         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
605         hasn't already been started.
606
607 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
610
611         * message.el (message-reply): Work around mysterious bug where
612         `message-mode' seems to overwrite the locally bound `subject' variable.
613
614 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
615
616         * nnimap.el (nnimap-request-thread): Ensure search is performed in
617         correct group.
618
619         * gnus-int.el (gnus-request-thread): Add group argument.
620
621         * gnus-sum.el (gnus-summary-refer-thread): Use it.
622
623 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
626
627         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
628         renamed to `debbugs-gnu-*'.
629
630 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
631
632         * plstore.el: Revert the editing feature since it is not urgent.
633         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
634         (plstore-mode-decoded): Remove.
635
636 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
639         isn't very interesting any more, and it leaks potentially secret data.
640         (gnus-debug): Remove.
641
642         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
643         use of :custom-show.
644
645 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
646
647         * plstore.el: Add documentation.
648         (plstore-mode): New mode to edit plstore file.
649         (plstore-mode-toggle-display, plstore-mode-original)
650         (plstore-mode-decoded): New command.
651         (plstore--encode, plstore--decode, plstore--write-contents-functions)
652         (plstore--insert-buffer, plstore--make): New function.
653         (plstore-open, plstore-save): Simplify by using them.
654
655 2011-07-06  Glenn Morris  <rgm@gnu.org>
656
657         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
658
659 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
662         no longer is much used.
663         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
664         Articles".
665
666 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
667
668         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
669         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
670         `notmuch' backend.
671
672 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * mm-decode.el (mm-text-html-renderer): Doc fix.
675
676         * gnus-msg.el (gnus-bug): Fix the MML tag.
677
678         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
679
680 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
681
682         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
683         secondary methods if started with `gnus-no-server'.
684
685 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
686
687         * message.el (message-return-action): Fix typo in docstring.
688
689 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
692         bug reports at once.
693
694         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
695
696 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * nndraft.el: Require gnus-group.
699         (nndraft-request-list): Declare.
700
701         * nndraft.el (nndraft-update-unread-articles): Don't show group having
702         no unread article unless it matches gnus-permanently-visible-groups.
703
704         * nndraft.el (nndraft-update-unread-articles): New function.
705         (nndraft-request-associate-buffer): Use it to update the number of
706         unread articles for the nndraft groups in the group buffer when saving
707         or killing a draft message.
708
709 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
712         systems to binary before writing and reading the mbox files.
713
714         * gnus.el (gnus-summary-line-format): Link to the info node for %U
715         instead of trying to list them all (bug#8978).
716
717 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
718
719         * pop3.el (pop3-open-server): Use :end-of-capability.
720
721 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
724         the id is always a number.
725
726         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
727
728         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
729         debbugs mode, if possible.
730
731 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
732
733         * auth-source.el (auth-source-token-passphrase-callback-function):
734         Reindent.
735         (epg-context-operation): Remove unnecessary autoload.
736
737 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus.el (gnus-list-debbugs): New command.
740
741         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
742         mboxstat instead of the maintbox, since the stat seems to be fuller.
743
744         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
745         summary buffers.
746
747         * message.el (message-get-reply-headers): Delete all duplicates,
748         instead of the first.
749         (message-get-reply-headers): Ensure that we have progress while
750         deleting duplicates.
751
752         * gnus-msg.el (gnus-configure-posting-styles): Get the local
753         gnus-posting-style value from the summary buffer to make it easier to
754         make that a per-buffer conf.
755
756 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
757
758         * nnir.el (nnir-run-imap): Allow halting a search when an article is
759         found by setting `shortcut' in 'query.
760         (nnir-request-article): Use `shortcut' setting when requesting article
761         by Message-ID.
762
763 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
766         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
767         Bring the pseudo-headers back too.
768
769 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
770
771         * auth-source.el (auth-source-token-passphrase-callback-function):
772         Simplify and remove EPA dependency.
773
774 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
775
776         * nnir.el (nnir-request-article): Fix error message text.
777
778 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
779
780         * auth-source.el (plstore-delete): Autoload.
781         (auth-source-plstore-search): Support delete operation.
782         * plstore.el (plstore-delete): New function.
783
784 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
787         mark actually existing articles as unread rather than the ones that
788         active asserts.
789
790 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
791
792         * nntp.el (nntp-record-command):
793         * gnus-util.el (gnus-message-with-timestamp-1):
794         Use format-time-string rather than decoding time stamps by hand.
795         This is simpler and insulates the code from potential changes to
796         current-time format.
797
798 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
801
802 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
803
804         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
805         (plstore-save): Support public key encryption.
806         (plstore--init-from-buffer): New function.
807         (plstore-open): Use it; fix error when opening a non-existent file.
808         (plstore-revert): Use plstore--init-from-buffer.
809
810 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
811
812         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
813
814 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * mml2015.el (mml2015-use): Replace string-match-p with string-match
817         for old Emacsen.
818
819 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
820
821         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
822         is not fully working.
823
824 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * dgnushack.el: Autoload sha1 on XEmacs.
827
828         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
829         quit window configuration.
830
831         * auth-source.el (epg-context-set-passphrase-callback):
832         Remove duplicate autoload.
833
834 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
835
836         * nnir.el (nnir-request-article): Allow requesting articles by
837         Message-ID with nnimap.
838
839         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
840         current server.
841
842 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * auth-source.el: Autoload EPA/EPG functions.
845         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
846         changed when EPA/EPG is not available.
847         (auth-source-backend): Rename "arg" member to "data".
848         (auth-source-backend-parse, auth-source-plstore-search)
849         (auth-source-plstore-create): Use it.
850
851 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
852
853         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
854         `gnus-refer-article-methods'.
855
856 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
857
858         * auth-source.el: Require EPA and EPG.
859         (auth-source-passphrase-alist): New variable.
860         (auth-source-passphrase-callback-function)
861         (auth-source-token-passphrase-callback-function): Callbacks for the
862         netrc field encryption (GPG tokens).
863         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
864         Symmetric encryption and decryption of the netrc GPG tokens.
865         (auth-source-netrc-normalize): Use them, simplifying the closure.
866
867 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
870         is available.
871
872 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
875         non-nil, and `nnimap-split-methods' is nil, use the former.
876
877 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
878
879         * plstore.el (plstore-revert): New function.
880         (plstore-open): Use it; hide the buffer from user.
881
882 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
883
884         * auth-source.el (auth-source-backend): New member "arg".
885         (auth-source-backend-parse): Handle new backend 'plstore.
886         * plstore.el: New file.
887
888 2011-06-30  Glenn Morris  <rgm@gnu.org>
889
890         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
891
892 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
895         expiring articles to.
896
897         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
898         variations as ASCII (bug#5458).
899
900 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
903
904 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * message.el (message-point-in-header-p): Tweak the function to default
907         to saying that we're not in the headers if there is no separator at
908         all.  This makes it possible to use the Message version of `M-q' in
909         buffers with no headers (bug#7987).
910         (message-point-in-header-p): Fix last checkin to work with an empty
911         mail-header-separator, too.
912
913         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
914         again, save the choice via customize.
915
916 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * message.el (message-send-mail-function): Add `sendmail-query-once'.
919
920         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
921         ended the connection, bail out before waiting infinitely on a new
922         connection.
923
924 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
925
926         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
927         reports.
928
929         * gnus.el (gnus-bug-package): Use "gnus."
930         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
931
932 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * dgnushack.el: Make the timer warning go away on XEmacs.
935
936         * gnus-art.el (gnus-article-stop-animations): New function to stop any
937         animations going on at article exit time.
938
939         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
940         since removing it breaks people upgrading.
941
942         * shr.el (shr-put-image): Use the new interface for animating images.
943         (shr-put-image): Animate for 60 seconds.
944
945         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
946         avoid compiler warnings.
947
948         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
949         error with `find-file-hooks' on Emacs 22.
950         (with-auth-source-epa-overrides): Ugly hack to Wrap the
951         `find-file-hook' things in `symbol-value' to avoid compilation warnings
952         on all architectures.
953
954         * spam.el (spam-stat): Require in a normal fashion without binding
955         `spam-stat-install-hooks' to avoid compilation warnings.
956
957         * spam-stat.el (spam-stat-install-hooks): Remove.
958         (spam-stat-install-hooks): Don't run automatically.
959
960 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
961
962         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
963         and keystroke.
964
965 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * auth-source.el (auth-source-netrc-cache): Move forward.
968
969 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * proto-stream.el (proto-stream-open-starttls): Use
972         `gnutls-available-p' to see whether we have built-in support.
973
974         * auth-source.el (auth-source-netrc-create): Don't query the bits that
975         we already know.
976         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
977         (auth-source-netrc-create): Don't prompt for the stuff we already know.
978
979 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
982         %S format, since that looks odd.
983         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
984         file, especially when saving.
985
986 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
987
988         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
989         article found.
990
991 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
994         `auth-source-save-secrets' with a more sensitive alist that can be
995         configured per file.  Experimental, so defaults to 'never.
996         (auth-source-netrc-create): Use it.  Still experimental code.
997         (with-auth-source-epa-overrides): Use `find-file-hooks' if
998         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
999
1000 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1001
1002         * auth-source.el (auth-source-save-secrets): New variable to control if
1003         secret tokens should be saved encrypted.
1004         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1005         to `auth-source-netrc-normalize'.
1006         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1007         on the EPA variables being defined.
1008         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1009         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1010         the lexical-let closure.
1011         (auth-source-netrc-create): Create "gpg:" tokens according to
1012         `auth-source-save-secrets'.
1013
1014 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-group.el (gnus-group-update-group): Add new argument
1017         `info-unchanged' that stops updating dribble buffer.
1018
1019         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1020         deletes lines matching to it in dribble buffer.
1021
1022         * gnus-agent.el (gnus-agent-fetch-group-1):
1023         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1024         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1025         * gnus-start.el (gnus-group-change-level):
1026         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1027
1028         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1029         if newsgroup info is not changed.
1030
1031         * gnus-group.el (gnus-group-get-new-news-this-group):
1032         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1033         Don't update dribble buffer.
1034
1035 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1038         remove entries with groups we ignore.
1039
1040 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1043         the underline comes at the bottom.
1044
1045 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1048         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1049         (gnus-registry-article-marks-to-names): Rename from
1050         `gnus-registry-user-format-function-M2'.
1051
1052 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1055         ephemeral group.
1056
1057 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * shr.el (shr-browse-image): Copy the URL if called interactively.
1060
1061 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1064         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1065         done, then unselected articles may be marked as read.
1066
1067         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1068         since not doing this seems to lead to a race condition in pop3-logon.
1069
1070         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1071         so that the call chain it correct when we call "upwards".
1072
1073         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1074         in read-only groups.
1075
1076         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1077
1078         * message.el (message-cite-reply-position): Doc string fix.
1079
1080         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1081         avoid regexp overflow.
1082         (nnimap-transform-split-mail): Ditto.
1083
1084         * pop3.el (pop3-retr): Error out if the server closes the connection.
1085
1086 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1087
1088         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1089         mm-with-unibyte-current-buffer.  The buffer should not contain any
1090         multibyte chars anyway at this stage.
1091
1092 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1095         at the end of lines.
1096
1097 2011-05-29  Julien Danjou  <julien@danjou.info>
1098
1099         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1100
1101 2011-05-27  Glenn Morris  <rgm@gnu.org>
1102
1103         * gnus-group.el (gnus-bug-group-download-format-alist):
1104         Use the "maintainer" version of debian reports as well.
1105
1106 2011-05-26  Glenn Morris  <rgm@gnu.org>
1107
1108         * gnus-group.el (gnus-bug-group-download-format-alist):
1109         Use the "maintainer" version of debbugs.gnu.org reports.
1110
1111 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1114
1115 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1116
1117         * gnus-cus.el (gnus-agent-customize-category):
1118         * gnus-delay.el (gnus-delay-send-queue):
1119         * gnus.el (gnus-other-frame):
1120         Don't quote lambda expressions with `quote'.
1121
1122 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1123
1124         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1125         the thread moves us backwards and so we loop forever.
1126
1127 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1130         whitespace in base64 data lines.
1131
1132 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1133
1134         * gnus-registry.el (gnus-registry-user-format-function-M):
1135         Use `mapconcat'.
1136         (gnus-registry-user-format-function-M2): Use to see the full text of
1137         the marks.  Make "," the mark text separator.
1138
1139         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1140         authentication with auth-source.
1141
1142 2011-05-17  Glenn Morris  <rgm@gnu.org>
1143
1144         * gnus-group.el (gnus-import-other-newsrc-file):
1145         Use insert-file-contents.
1146
1147 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1148
1149         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1150         1000 iterations.
1151
1152 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * nntp.el (nntp-open-connection): Check if process-type is available.
1155
1156 2011-05-16  Julien Danjou  <julien@danjou.info>
1157
1158         * shr.el (shr-tag-del): Add support for del tag.
1159
1160 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-html.el (gnus-html-put-image): Register a displayer.
1163
1164         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1165
1166 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1167
1168         * registry.el (prune-factor): New initialization parameter defaulting
1169         to 0.1.
1170         (registry-prune-hard): Use it.
1171
1172         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1173         0.1 expicitly.
1174
1175 2011-05-13  Glenn Morris  <rgm@gnu.org>
1176
1177         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1178         is bound, since this function requires sendmail.
1179
1180 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1181
1182         * registry.el (registry-usage-test): Disable pruning test.
1183
1184 2011-05-11  David Engster  <dengste@eml.cc>
1185
1186         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1187         Bind set-network-process-option for XEmacs.
1188
1189 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * registry.el (registry-prune-hard-candidates)
1192         (registry-prune-soft-candidates): Helper methods for registry pruning.
1193         (registry-prune): Use them.  Make the sort function optional.
1194
1195 2011-05-10  Jim Meyering  <meyering@redhat.com>
1196
1197         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1198
1199 2011-05-10  Julien Danjou  <julien@danjou.info>
1200
1201         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1202         symbol and not a list.
1203
1204 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-art.el (gnus-article-mode): Move binding of
1207         shr-put-image-function here from gnus-article-prepare-display.
1208
1209         * shr.el (shr-put-image-function): New variable.
1210         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1211         (shr-put-image): Return scaled image.
1212
1213         * gnus-art.el (gnus-shr-put-image): New function.
1214         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1215
1216         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1217         original ones, as deletable.
1218
1219 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1220
1221         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1222
1223 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * registry.el (registry-full): Add convenience method.  Fix logic.
1226         (registry-insert): Use it.  Fix logic here too.
1227
1228         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1229         `registry-prune' if `registry-full' returns t.
1230         (gnus-registry-handle-action)
1231         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1232         (gnus-registry-usage-test): Use it.
1233
1234 2011-05-07  Julien Danjou  <julien@danjou.info>
1235
1236         * shr.el (shr-link): Make shr-link inherit from link by default.
1237
1238 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1241
1242 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1243
1244         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1245         error out because the face is not a list.
1246
1247 2011-05-05  Glenn Morris  <rgm@gnu.org>
1248
1249         * proto-stream.el (gnutls-negotiate): Fix declarations.
1250
1251         * gnus-start.el (gnus-propagate-marks): Declare.
1252
1253 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * registry.el (registry-reindex): Fix percentage message.
1256
1257         * proto-stream.el (network-stream-open-starttls): Adjust to call
1258         `gnutls-negotiate' with :process and :hostname arguments.
1259
1260 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * shr.el: Add shr-link face for links.
1263         (shr-urlify): Use it.
1264
1265         * registry.el (registry-insert): Make error message more helpful.
1266
1267 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * gnus-html.el (gnus-html-schedule-image-fetching):
1270         Use url-queue-retrieve, if it exists.
1271
1272         * shr.el (shr-tag-img): Ditto.
1273
1274         * gnus.el: Autoload more gnus-agent functions.
1275
1276         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1277         agent if we haven't already (bug#8502).
1278
1279         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1280         into the Agent, too.
1281
1282         * gnus-agent.el (gnus-agent-store-article): New function.
1283
1284         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1285         and moved from that file for reuse.
1286
1287         * pop3.el (pop3-open-server): Error messages are "-ERR".
1288
1289 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1292         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1293
1294 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1295
1296         * gnus.el: No Gnus v0.17 is released.
1297
1298 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1299
1300         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1301         buffer has moved to a different frame.
1302
1303 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1306         to get the conversion from unibyte to multibyte buffers to work on
1307         Emacs 22.
1308
1309         * nntp.el (nntp-request-article): Slight clean-up.
1310
1311 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * shr.el (shr-strike-through): New face.
1314         (shr-tag-s): Use it to provide <s> support.
1315         (shr-tag-s): Remove duplicate definition.
1316
1317 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1318
1319         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1320         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1321
1322 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1323
1324         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1325         `gnutls-negotiate'.
1326         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1327
1328 2011-04-23  Glenn Morris  <rgm@gnu.org>
1329
1330         * gnus-sum.el (gnus-extra-headers): Bump :version.
1331
1332 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * shr.el (shr-tag-sup): New function.
1335         (shr-tag-sub): Ditto.
1336
1337 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1340         for the case where `gnus-registry-ignored-groups' is a list of lists,
1341         and don't call `gnus-parameter-registry-ignore' otherwise.
1342
1343 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * nnimap.el (nnimap-user): New backend variable.
1346         (nnimap-open-connection-1): Use it.
1347         (nnimap-credentials): Accept user parameter so it's explicit what user
1348         name is desired.
1349
1350         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1351         default.
1352
1353         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1354         not gnus-registry.el.
1355
1356         * gnus-registry.el: Mention in comments how to modify
1357         `gnus-extra-headers' for proper recipient tracking and that it may
1358         already have To and Cc recently, which it does as of this commit.
1359         (gnus-registry-ignored-groups): Remove defcustom.
1360         Explain why in comments.
1361         (gnus-registry-action): Fix data-header reference to use the extra
1362         headers.  Explain in package commentary how to add To and Cc headers to
1363         the gnus-extra-headers.
1364         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1365         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1366         parameter list or a string list in `gnus-registry-ignored-groups'.
1367         Fix logic error.
1368
1369 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * shr.el (shr-expand-url): Protect against null urls.
1372
1373 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * shr.el (shr-base): New binding.
1376         (shr-tag-base): Keep track of <base>.
1377         (shr-expand-url): New function used throughout.
1378
1379 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * gnus-registry.el
1382         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1383         (gnus-registry-ignored-groups): New variable.
1384         (gnus-registry-ignore-group-p): Use it.
1385         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1386         set the destination group to nil (same as delete) if it's ignored.
1387
1388 2011-04-20  David Engster  <dengste@eml.cc>
1389
1390         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1391
1392         * Makefile.in (test-nntp): New rule.
1393         (check): Add it.
1394         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1395
1396 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-registry.el (gnus-registry-action)
1399         (gnus-registry-fetch-header-fast):
1400         Don't use mail-header that looks an internal function of mailheader.el.
1401
1402 2011-04-19  Glenn Morris  <rgm@gnu.org>
1403
1404         * time-date.el (time-to-days): Remove unused local variables.
1405
1406 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * gnus-registry.el: Eliminate cl functions.
1409         (gnus-registry-sort-addresses): New function that replaces mapcan.
1410         (gnus-registry-action, gnus-registry-spool-action)
1411         (gnus-registry-split-fancy-with-parent)
1412         (gnus-registry-fetch-recipients-fast): Use it.
1413         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1414
1415         * registry.el (initialize-instance, registry-lookup)
1416         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1417         (registry-lookup-secondary-value, registry-search, registry-delete)
1418         (registry-insert, registry-reindex, registry-size, registry-prune):
1419         Use eval-and-compile.
1420
1421 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * registry.el (registry-reindex): New method to recreate the secondary
1424         registry indices.
1425
1426         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1427         tracked field changes.
1428         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1429         (gnus-registry-action, gnus-registry-spool-action)
1430         (gnus-registry-handle-action)
1431         (gnus-registry--split-fancy-with-parent-internal)
1432         (gnus-registry-split-fancy-with-parent)
1433         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1434         move, and delete actions, and for fancy splitting with parent.
1435         (gnus-registry-extract-addresses)
1436         (gnus-registry-fetch-recipients-fast)
1437         (gnus-registry-fetch-header-fast): Convenience functions.
1438         (gnus-registry-misc-test): ERT test of
1439         `gnus-registry-extract-addresses'.
1440
1441 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1444         Track by subject first, then sender.
1445
1446 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1447
1448         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1449
1450         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1451         Lisp.
1452
1453         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1454         (gnus-draft-send): Use it to avoid popping
1455         up frames from gnus-group-send-queue.
1456
1457 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         * gnus-registry.el: Updated gnus-registry docs.
1460
1461 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1462
1463         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1464         Fix logic bug.
1465         (gnus-registry-post-process-groups): Fix logging of no results and
1466         quote sender and subject.
1467
1468 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1471         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1472         gnutls-cli are too slow to be done opportunistically.
1473
1474         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1475         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1476         we had no early-data returned.
1477         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1478         two async commands to the same server at the same time.
1479
1480 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1481
1482         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1483
1484 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1487         "warning" level.
1488
1489         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1490         (mm-url-insert-file-contents): Don't set the package names.
1491
1492 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         * gnus-registry.el (gnus-registry-action): Remove properties and
1495         simplify subject in `gnus-registry-handle-action'.
1496         (gnus-registry-spool-action): Get subject and sender from message if
1497         they are not passed in.
1498         (gnus-registry-handle-action): Remove properties and simplify subject
1499         consistently.
1500
1501 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1502
1503         * registry.el: Require CL before using defmacro*.
1504
1505 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gnus-art.el (article-treat-date): Assume that
1508         gnus-article-date-headers may be a group parameter.
1509
1510 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1511
1512         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1513
1514         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1515         interactively so the newsrc file can contain foreign groups too.
1516         Useful for debugging but not much for users.
1517
1518 2011-04-07  David Engster  <dengste@eml.cc>
1519
1520         * registry.el (registry-usage-test): Only do
1521         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1522         lexical binding.
1523
1524 2011-04-07  David Engster  <dengste@eml.cc>
1525
1526         * Makefile.in (check, test-registry): New rules for test-suite.
1527
1528 2011-04-06  David Engster  <dengste@eml.cc>
1529
1530         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1531         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1532
1533 2011-04-06  David Engster  <dengste@eml.cc>
1534
1535         * registry.el (initialize-instance): Change :after to :AFTER to be
1536         compatible with old EIEIO version in XEmacs.
1537
1538 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * gnus-registry.el (gnus-registry-post-process-groups)
1541         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1542         and provide better messaging.
1543
1544 2011-04-06  David Engster  <dengste@eml.cc>
1545
1546         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1547         errors.
1548
1549         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1550         dgnushack-compile with error-on-warn enabled, and to signal an error if
1551         clean compilation failed.
1552         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1553         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1554
1555 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1556
1557         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1558         unconditionally anyway, discarding errors.
1559         (gnus-registry-delete-entries): New convenience function.
1560         (gnus-registry-import-eld): Import from old .eld registry.
1561
1562         * registry.el: Don't use ERT if it's not available.  Load it
1563         unconditionally anyway, discarding errors.
1564
1565         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1566         version from the Claudio Bley GnuTLS patch (extra optional parameters
1567         and host name).
1568
1569 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1572         fixup the parameters that can be customized by the user between
1573         save/read cycles.
1574         (gnus-registry-read): Use it.
1575         (gnus-registry-make-db): Use it.
1576         (gnus-registry-spool-action, gnus-registry-handle-action):
1577         Fix messaging.
1578         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1579         Map references to actual group names with sender and subject tracking.
1580         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1581         (gnus-registry-usage-test): Add subject lookup test.
1582
1583         * registry.el (registry-db, initialize-instance): Set up constructor
1584         instead of :initform arguments for the sake of older Emacsen.
1585         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1586         pre-lexbind merge bug.
1587         (registry-usage-test): Use it.
1588         (initialize-instance, registry-db): Move the non-function initforms
1589         back to the class definition.
1590
1591 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1592
1593         * registry.el: New library to manage gnus-registry-style data.
1594
1595         * gnus-registry.el: Use it (major rewrite).
1596
1597         * nnregistry.el: Use it.
1598
1599         * spam.el: Use it.
1600
1601 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1604         marks on non-selected articles.
1605
1606 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1607
1608         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1609         parameter to open-protocol-stream.
1610
1611 2011-04-01  Julien Danjou  <julien@danjou.info>
1612
1613         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1614         fundamental-mode.
1615
1616 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1619         servers.
1620
1621 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1624         made marks not propagate, again.
1625
1626 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1627
1628         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1629         Make this the default type.
1630         (proto-stream-open-plain): Rename from proto-stream-open-default.
1631         (open-protocol-stream, proto-stream-open-starttls)
1632         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1633         with `plain'.
1634
1635         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1636         value.
1637
1638         * nntp.el (nntp-open-connection-function): Document the fact that some
1639         values are not functions but are instead handled specially.
1640         Recognize nntp-open-plain-stream value.
1641         (nntp-open-connection): Recognize that value.
1642
1643 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1646         where it seems to be needed.
1647
1648 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1651         stuff.
1652
1653         * gnus-score.el (gnus-score-string): Fix calling convention of
1654         `gnus-simplify-buffer-fuzzy' after last patches.
1655
1656         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1657         server for articles we didn't get any headers for.  This is a sanity
1658         check.
1659
1660 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1661
1662         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1663         new CAPABILITY, use it.
1664
1665 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1668         downloading anything.
1669
1670         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1671
1672 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1673
1674         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1675         colors.
1676         (gnus-splash-svg-color-symbols): New function.
1677
1678 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1681         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1682         (gnus-simplify-subject-fuzzy): Use the local
1683         gnus-simplify-subject-fuzzy-regex instead of the global one.
1684         This makes using this variable in group parameters work.
1685
1686 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1687
1688         * gnus-registry.el (gnus-registry-unfollowed-groups):
1689         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1690         archive:sent-YYYY-MM-DD groups).
1691         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1692         tracking if there are more than `gnus-registry-max-track-groups'
1693         matches.
1694
1695 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1696
1697         * message.el (message--yank-original-internal): New function to do the
1698         insertion cleanly inside eval in `message-yank-original'.
1699         (message-yank-original): Use it.
1700
1701 2011-03-29  Julien Danjou  <julien@danjou.info>
1702
1703         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1704         local variables disabled rather than `normal-mode'.
1705
1706 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1707
1708         * imap.el (imap-shell-open, imap-process-connection-type):
1709         Use imap-process-connection-type for 'shell' streams as well as
1710         Kerberos, SSL, other subprocesses.
1711
1712 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1713
1714         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1715         with open-network-stream.
1716         (proto-stream-always-use-starttls): Option removed.
1717         (open-protocol-stream): Return a process object by default.  Provide a
1718         new parameter :return-list specifying a list-type return value, which
1719         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1720         :type `network' to `try-starttls', and `network-only' to `default'.
1721         Make `default' the default, for compatibility with open-network-stream.
1722         Handle the no-parameter case exactly as open-network-stream, with no
1723         additional stream processing.  Search plists using plist-get.
1724         Explicitly add :end-of-commend parameter if it is missing.
1725         (proto-stream-open-default): Rename from
1726         proto-stream-open-network-only.  Return 'default as the type.
1727         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1728         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1729         failed.  Always return a list with a (possibly dead) process as the
1730         first element, for compatibility with open-network-stream.
1731         (proto-stream-open-tls): Use plist-get.  Always return a list.
1732         (proto-stream-open-shell): Return `default' as connection type.
1733         (proto-stream-capability-open): Use plist-get.
1734         (proto-stream-eoc): Function deleted.
1735
1736         * nnimap.el (nnimap-stream, nnimap-open-connection)
1737         (nnimap-open-connection-1): Handle renaming of :type parameter for
1738         open-protocol-stream.
1739         (nnimap-open-connection-1): Pass a :return-list parameter
1740         open-protocol-stream to obtain a list return value.  Parse this list
1741         using plist-get.
1742
1743         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1744         for open-protocol-stream.  Accept open-protocol-stream return value
1745         that is a subprocess object instead of a list.  Handle the case of a
1746         dead returned process.
1747
1748 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1751
1752         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1753
1754 2011-03-21  Julien Danjou  <julien@danjou.info>
1755
1756         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1757         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1758         query.
1759         (mm-inline-text): Render normal text with fontification whenever
1760         possible.
1761
1762         * gnus-sum.el (gnus-summary-save-parts-1):
1763         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1764         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1765         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1766         Use `mm-handle-filename'.
1767
1768         * mm-util.el (mm-handle-filename): New function, return the filename of
1769         an handle.
1770
1771 2011-03-18  Julien Danjou  <julien@danjou.info>
1772
1773         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1774         (gnus-buffer-live-p): Check that buffer is not nil.
1775
1776 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1777
1778         * gnus.el: No Gnus v0.15 is released.
1779
1780 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1783         avoid warning on XEmacs.
1784
1785         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1786         on XEmacs.
1787
1788         * gnus-art.el: Require mouse, which the build bot seems to say is
1789         needed.
1790
1791         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1792
1793         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1794         XEmacs, since it doesn't have url-retrieve-synchronously.
1795
1796         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1797         since assoc-string doesn't exist in XEmacs.
1798
1799 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1800
1801         * gnus-group.el (gnus-group-list-ticked): New function.
1802         (gnus-group-make-menu-bar): Provide a menu entry for it.
1803         (gnus-group-list-map): Provide a binding for it.
1804
1805 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * shr.el (shr-visit-file): New command.
1808
1809         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1810
1811 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1812
1813         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1814         servers.
1815
1816 2011-03-16  Julien Danjou  <julien@danjou.info>
1817
1818         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1819         inline.
1820
1821         * gnus-art.el (article-hide-list-identifiers):
1822         Use gnus-group-get-list-identifiers.
1823
1824         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1825         (gnus-summary-remove-list-identifiers):
1826         Use gnus-group-get-list-identifiers to get regexp.
1827         (gnus-select-newsgroup, gnus-summary-insert-subject)
1828         (gnus-summary-insert-articles):
1829         Call gnus-summary-remove-list-identifiers unconditionally.
1830
1831 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1834         we're selecting a group with unread articles.
1835
1836         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1837
1838         * gssapi.el: New file separated out from imap.el to provide a general
1839         Kerberos 5 connection facility for Emacs.
1840
1841         * message.el (message-elide-ellipsis): Document the format spec
1842         ellipsis.
1843
1844 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1845
1846         * message.el (message-elide-region): Allow the ellipsis to say how many
1847         lines were removed.
1848
1849 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1852         window configurations containing buffers that are now dead.
1853
1854         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1855         parsing to avoid integer overflows.
1856         (nnimap-parse-flags): Simplify the last change.
1857         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1858         too large for 32-bit Emacsen.
1859
1860 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1861
1862         * auth-source.el (auth-source-netrc-create):
1863         * message.el (message-yank-original): Fix use of `case'.
1864
1865 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1866
1867         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1868         XEmacs, which was one character too wide.
1869
1870 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1871
1872         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1873         default number of articles to display.
1874         (gnus-articles-to-read): Use pretty names for prompt.
1875
1876 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-int.el (gnus-open-server): Ditto.
1879
1880         * gnus-start.el (gnus-activate-group): Give a backtrace if
1881         debug-on-quit is set and the user hits `C-g'.
1882         (gnus-read-active-file): Ditto.
1883
1884         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1885
1886 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * message.el (message-yank-original): Use cond instead of CL case.
1889
1890 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1891
1892         * auth-source.el (auth-source-netrc-create): Use usual format for the
1893         default in prompts.
1894
1895 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * lpath.el: Fbind read-char-choice for XEmacs.
1898
1899 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1900
1901         * auth-source.el (auth-source-netrc-create): Show the default in the
1902         prompt when prompting for token creation.
1903
1904 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * auth-source.el (auth-source-format-prompt): Always convert the value
1907         to a string to avoid evaluating non-string arguments.
1908         (auth-source-netrc-create): Offer default properly, not as initial
1909         content in `read-string'.
1910         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1911         of line to determine if we've been run before.  If so, don't run again,
1912         but print a trivial message to indicate the cache was hit instead.
1913
1914 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1917         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1918         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1919         Gnus.
1920
1921 2011-03-11  Julien Danjou  <julien@danjou.info>
1922
1923         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1924         modified file".
1925
1926 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1927
1928         * auth-source.el (auth-source-read-char-choice): New function to read a
1929         character choice using `dropdown-list', `read-char-choice', or
1930         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1931         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1932         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1933         (auth-source-netrc-saver): Use it.
1934         (auth-source-pick-first-password): New convenience function.
1935
1936 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1937
1938         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1939         parameter in the credentials.
1940         (nnimap-open-connection-1): Use it after a successful login.
1941         (nnimap-credentials): Add IMAP-specific user and password prompt.
1942
1943         * auth-source.el (auth-source-search): Add :require parameter, taking a
1944         list.  Document it and the :save-function return token.  Pass :require
1945         down.  Change the CREATED message from a warning to a debug statement.
1946         (auth-source-search-backends): Pass :require down.
1947         (auth-source-netrc-search): Pass :require down.
1948         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1949         Change save prompt to indicate all modifications saved here are
1950         deletions.
1951         (auth-source-netrc-create): Take user login name as default in user
1952         prompt.  Move all the save functionality to a lexically bound function
1953         under the :save-function token in the returned list.  Set up clearer
1954         default prompts for user, host, port, and secret.
1955         (auth-source-netrc-saver): New function, intended to be wrapped for
1956         :save-function.
1957
1958 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1961         lines to be spaces instead.
1962
1963 2011-03-07  Julien Danjou  <julien@danjou.info>
1964
1965         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1966         (sieve-sasl-auth): Check that auth-source-search did return something,
1967         or just return an empty string.
1968
1969 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1970
1971         * gnus.el (gnus-interactive): Use read-directory-name.
1972
1973         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1974         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1975         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1976         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1977         Likewise.
1978
1979         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1980
1981 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1984         onto the list of killed groups, too.  This makes killed nnimap groups,
1985         for instance, more reliably not reappear.
1986
1987         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1988         the parent.
1989
1990         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1991
1992         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1993         really have server-side marks.
1994
1995         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1996         since most backends do not usefully have server-side marks.
1997         (gnus-update-read-articles): Propagate marks to all backends that
1998         really have server-side marks.
1999
2000 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2001
2002         * message.el (message-cite-reply-position, message-cite-style):
2003         New variables.
2004         (message-yank-original): Use the new citation styles.
2005
2006 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2007
2008         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2009         buffer-local issue); don't mark it buffer-local when running under
2010         XEmacs.
2011
2012 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2013
2014         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2015         numbers too big to be `read'.
2016
2017 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * password-cache.el (password-in-cache-p): Add autoload.
2020
2021         * message.el (message-options): Make buffer-local two ways to attempt
2022         to fix a XEmacs bug.
2023
2024 2011-03-02  Julien Danjou  <julien@danjou.info>
2025
2026         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2027
2028 2011-03-01  Julien Danjou  <julien@danjou.info>
2029
2030         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2031         group.
2032         (article-hide-list-identifiers): Use list-identifier group parameter.
2033
2034 2011-02-28  Julien Danjou  <julien@danjou.info>
2035
2036         * sieve.el (sieve-buffer-script-name): New local variable to store
2037         sieve script name.
2038         (sieve-edit-script): Store sieve script name.
2039         (sieve-upload): Use sieve script name when uploading.
2040         (sieve-upload): Use substitute-command-keys.
2041         (sieve-edit-script): Use substitute-command-keys.
2042         (sieve-refresh-scriptlist): Use substitute-command-keys.
2043         (sieve-manage-mode-map): Define keymap properly.
2044         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2045         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2046         Remove commented code about cvs.
2047         (sieve-manage-quit): New function.
2048         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2049
2050 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2053
2054 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2055
2056         * auth-source.el (auth-source-search): Cache empty result sets.
2057
2058         * password-cache.el (password-in-cache-p): Convenience function to
2059         check if a key is in the cache, even if the value is nil.
2060
2061         * auth-source.el (auth-source-save-behavior): New variable to replace
2062         `auth-source-never-create'.
2063         (auth-source-netrc-create): Use it.
2064         (auth-source-never-save): Remove.
2065
2066 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nnimap.el (nnimap-stream): Doc fix.
2069         (nnimap-open-connection-1): Reverse the order of the ports to that the
2070         prompted-for port is first.
2071
2072         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2073         retrieval by the no-group selection.
2074
2075         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2076         numerical parameters.
2077
2078 2011-02-25  Julien Danjou  <julien@danjou.info>
2079
2080         * gnus-gravatar.el: Use gnus-with-article-buffer.
2081
2082         * gnus-art.el (gnus-with-article-buffer): Check that the
2083         gnus-article-buffer is alive.
2084
2085 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2086
2087         * auth-source.el (auth-source-creation-prompts): New variable to manage
2088         creation-time prompts.
2089         (auth-source-search): Document it.
2090         (auth-source-format-prompt): Add utility function.
2091         (auth-source-netrc-create): Don't default the user name to
2092         user-login-name.  Use `auth-source-creation-prompts' and some default
2093         prompts for user, host, port, and password (the default generic prompt
2094         remains ugly).
2095         (auth-source-never-save): Add customizable option to never save info.
2096         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2097         mode excursion.
2098
2099 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2102         argument that XEmacs doesn't support.
2103
2104         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2105         compiled for Emacsen having no `libxml-parse-html-region' support.
2106
2107         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2108
2109         * lpath.el: Bind buffer-save-without-query for XEmacs.
2110
2111 2011-02-23  Julien Danjou  <julien@danjou.info>
2112
2113         * gnus-art.el (article-make-date-line): Ignore errors if time is
2114         invalid and not convertible.
2115         (article-make-date-line): Only add lapsed time if time is not nil.
2116
2117 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2120         `read-char-choice' for backwards compatibility.
2121         (auth-source-netrc-element-or-first): New function to DTRT for
2122         parameter extraction.
2123         (auth-source-netrc-create): Use it and fix multiple parameter print
2124         bug.  Use the default passed from above (given-default) or the
2125         built-in (user-login-name for :user).
2126
2127 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2128
2129         * gnus-start.el (gnus-dribble-read-file):
2130         Set buffer-save-without-query, since we always want to save the dribble
2131         file, probably.
2132
2133         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2134         nnimap.
2135
2136         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2137         -summary- since it's a user-visible variable.
2138
2139         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2140         first time you use the new Gnus.
2141
2142 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * auth-source.el: Don't load netrc.el.
2145         (auth-sources): Search ~/.netrc as well by default.
2146         (auth-source-debug): Add 'trivia option for extra output.
2147         (auth-source-do-trivia): Use it.
2148         (auth-source-search): Simplify logic to use
2149         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2150         appropriate.  Don't keep a running count at this level.  Layer :create
2151         and :delete options appropriately on the first and second passes.
2152         Don't track the backend with the search results.
2153         (auth-source-search-backends): New function to search a list of
2154         backends for a processed spec.
2155         (auth-source-netrc-parse): Cache all netrc files, making
2156         auth-source-netrc-cache an alist keyed by the file name and using the
2157         file mtime as the caching criterion.  Keep the obfuscated data secret
2158         with a lexical bind.
2159         (auth-source-netrc-search): Don't calculate the length of the results
2160         unnecessarily.
2161         (auth-source-search-backends): Fix bug.
2162         (auth-source-netrc-create): Rework prompts.
2163
2164 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2165
2166         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2167         Lower case names of search constraints.
2168         (nnir-run-query): Cache and reuse search constraints for all imap
2169         servers.
2170
2171 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2174         after exit.
2175         (gnus-setup-message): Define missing variable from last checkin.
2176
2177         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2178         value, show the raw article.
2179
2180 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2181
2182         * gnus.el: No Gnus v0.13 is released.
2183
2184 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2187         auth-source now accepts numbers.
2188
2189         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2190         spec, too.
2191         (auth-source-ensure-strings): New function.
2192
2193         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2194         (gnus-article-setup-buffer): Always restart the date timer so that user
2195         changes to the frequency is respected.
2196
2197         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2198         port numbers, so make sure it gets that if nnimap-server-port is
2199         explicit.
2200
2201 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2202
2203         * nnimap.el (nnimap-inbox): Doc fix.
2204
2205 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2206
2207         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2208         Autoload.  Add optional arg FRAME, and pass it to color-values.
2209         (color-complement): Caller changed.  Doc fix.
2210         (color-gradient): Rewrite for better clarity and efficiency.
2211
2212 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2213
2214         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2215         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2216         color-lab-to-srgb.
2217
2218 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2219
2220         * color.el: First part of merge from hexrgb.el.
2221         (color-rgb-to-hex): Rename from color-rgb->hex.
2222         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2223         saturation to zero if the value is too small.
2224         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2225         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2226         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2227         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2228         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2229         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2230         (color-cie-de2000): Doc fix.
2231
2232 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2233
2234         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2235         given method as in the group name if we're using an extended method.
2236         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2237         command, if we're using that, instead of waiting for the beginning.
2238
2239         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2240         we're sure to get unique server names, and we don't output two async
2241         commands in the same buffer.  This fixes an NNTP hang for some users.
2242
2243 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2244
2245         * gnus.el: No Gnus v0.11 is released.
2246
2247 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2250         summary buffer before reading going to the next buffer.  This avoids
2251         putting the point in the group buffer if you `C-g' the command.
2252
2253         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2254         cache (for now) to make ~/.authinfo.gpg files usable.
2255
2256         * nnfolder.el (copyright-update): Define for the compiler.
2257
2258         * auth-source.el (auth-source-search): Fix unbound variable.
2259
2260 2011-02-19  Glenn Morris  <rgm@gnu.org>
2261
2262         * gnus.el (gnus-meta): Doc fix.
2263
2264 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2265
2266         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2267         in case it's not yet loaded.
2268
2269 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2270
2271         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2272         line we're waiting for.
2273
2274 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2275
2276         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2277         face with line-width greater than zero will cause RET in gnus summary
2278         buffer to scroll down article page-wise because auto vscroll happens,
2279         it should be temporalily disabled when doing a scroll-up.
2280
2281 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2282
2283         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2284         outputs from the server.
2285
2286 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2287
2288         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2289         later so that bbdb can hook in easier.
2290
2291 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2292
2293         * auth-source.el (auth-source-search): Don't try to create credentials
2294         if the caller doesn't want that.
2295         (auth-source-search): If we don't find a match, don't bug out on
2296         non-bound variables.
2297         (auth-source-search): Only ask a single backend to create the
2298         credentials.
2299
2300         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2301         logging.
2302         (nnimap-credentials): Protect against auth-source-search returning nil.
2303         (nnimap-request-list): Protect against not being able to open the
2304         server.
2305
2306 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2307
2308         * auth-source.el (auth-source-search): Do a two-phase search, one with
2309         no :create to get the responses from all backends.
2310
2311         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2312         when getting credentials.
2313
2314         * gnus-util.el (gnus-delete-duplicates): New function.
2315
2316 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2319         a creation default, pass the whole port list down.  It will be
2320         completed.
2321
2322         * auth-source.el (auth-source-search): Updated docs to talk about
2323         multiple creation choices.
2324         (auth-source-netrc-create): Accept a list as a value (from the search
2325         parameters) and do completion on that list.  Keep a separate netrc line
2326         with the password obscured for showing the user.
2327
2328         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2329         first choice to `auth-source-search' so it will be used for entry
2330         creation instead of the server's Gnus-specific name.
2331         (nnimap-credentials): Rely on the auth-source library to select which
2332         port is actually wanted in the new netrc entry, so don't override
2333         `auth-source-creation-defaults'.
2334
2335         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2336         :protocol and accept a missing user, host, or port as a wildcard match.
2337         (auth-source-debug): Default to off.
2338
2339         (auth-source-netrc-search, auth-source-netrc-create)
2340         (auth-source-secrets-search, auth-source-secrets-create)
2341         (auth-source-user-or-password, auth-source-backend, auth-sources)
2342         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2343         instead of :protocol.
2344
2345         * nnimap.el (nnimap-credentials): Pass a port default to
2346         `auth-source-search' in case an entry needs to be created.
2347         (nnimap-open-connection-1): Use :port instead of :protocol.
2348
2349 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * auth-source.el: Bind load-path when loading EIEIO from
2352         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2353         21.4 doesn't support, to `require'.
2354         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2355         delete-dups that is not available in XEmacs 21.4.
2356
2357 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2358
2359         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2360         as EIEIO must also be loaded when auth-source.el is being
2361         byte-compiled.
2362
2363 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2366
2367         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2368
2369         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2370
2371         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2372
2373         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2374
2375         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2376
2377         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2378
2379         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2380         necessary.
2381
2382 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2385         nil means that nnimap doesn't get updated.
2386
2387 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2388
2389         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2390         result when the user doesn't want to write to the file.
2391         (auth-source-netrc-search): Expect a synthetic result and proceed
2392         accordingly.
2393         (auth-source-cache-expiry): New variable to override
2394         `password-cache-expiry'.
2395         (auth-source-remember): Use it.
2396
2397         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2398         parameter.  Create entry if necessary by using :create t.
2399         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2400
2401 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2402
2403         * auth-source.el (auth-source-debug): Enable by default and don't
2404         mention the obsolete `auth-source-hide-passwords'.
2405         (auth-source-do-warn): New function to debug unconditionally.
2406         (auth-source-do-debug): Use it.
2407         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2408         and for Secrets API entries when the secrets.el library is not
2409         available.
2410
2411 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2414         (gnus-summary-exit): Kill the correct article buffer on exit from a
2415         `C-d' group.
2416
2417         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2418         gnus-propagate-marks.
2419
2420         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2421         before killing the buffers so that a non-full window conf gets handled
2422         correctly.
2423         (gnus-summary-exit): Ditto.
2424         (gnus-summary-read-group-1): Ditto.
2425
2426         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2427         async code again so that we can debug it properly.
2428
2429         * message.el (message-reply): Take an optional switch-buffer parameter
2430         so that Gnus window confs are respected better.
2431
2432 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2433
2434         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2435         `plist-get' to accept non-list parameters (XEmacs issue).
2436         Fix docstring.
2437         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2438         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2439         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2440         Login collection is "Login" and not "login".
2441
2442 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2443
2444         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2445         multiple headers.
2446
2447         * nnimap.el (nnimap-inhibit-logging): New variable.
2448         (nnimap-log-command): Don't log login commands.
2449
2450         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2451         to have more parameters.
2452
2453         * nnimap.el (nnimap-send-command): Mark the command time for each
2454         command, so that we don't get NOOPs stepping on our toes.
2455
2456         * gnus-art.el (article-date-ut): Get the date from the Date header on
2457         `t'.
2458
2459 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * auth-source.el (auth-source-search): Use copy-sequence instead of
2462         the cl.el copy-list.
2463
2464 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2465
2466         * imap.el: Bring it back (revert
2467         84d800cd31de3064f0ed39617d725709a2f8f42f).
2468
2469 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2470
2471         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2472         Improve prompt.
2473
2474 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2477         washing status from the default format.  It isn't very informative.
2478
2479 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2480
2481         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2482         Fix Gcc processing on imap.
2483
2484 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2485
2486         * imap.el: Remove file.  All the functionality is in nnimap.el.
2487
2488 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2489
2490         * message.el (message-bury): Don't pop up a new window when selected
2491         window is dedicated.
2492
2493 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2494
2495         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2496
2497 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2498
2499         * sieve-manage.el: Autoload `auth-source-search'.
2500         (sieve-sasl-auth): Use it.
2501
2502 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2503
2504         * nnimap.el: Autoload `auth-source-forget+'.
2505         (nnimap-open-connection-1): Use it if the connection fails.
2506
2507         * auth-source.el: Require `password-cache'.
2508         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2509         obsolete.
2510         (auth-source-magic): Marker for `password-cache' keys.
2511         (auth-source-do-cache): Update docstring.
2512         (auth-source-search): Use and check cache.
2513         (auth-source-forget-all-cached, auth-source-remember)
2514         (auth-source-recall, auth-source-forget, auth-source-forget+)
2515         (auth-source-specmatchp): Caching support functions.
2516         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2517         Remove and obsolete.
2518         (auth-source-user-or-password): Remove caching to further discourage
2519         using it.  Always hide passwords.
2520
2521         * password-cache.el (password-cache-remove): Accept secrets that are
2522         not strings.
2523
2524 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2525
2526         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2527         code for now, since it doesn't work for all users.
2528
2529 2011-02-09  Julien Danjou  <julien@danjou.info>
2530
2531         * message.el (message-options): Make message-options really buffer
2532         local.
2533
2534 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2535
2536         * mail-source.el: Autoload `auth-source-search'.
2537         (mail-source-keyword-map): Note order matters.
2538         (mail-source-set-1): Get all the mail-source source values and
2539         defaults and search auth-source on those if needed.  This can all
2540         probably be simplified.
2541
2542         * nnimap.el: Autoload `auth-source-search'.
2543         (nnimap-credentials): Use it.
2544         (nnimap-open-connection-1): Ask for the virtual server and physical
2545         address in one shot.
2546
2547         * nntp.el: Autoload `auth-source-search'.
2548         (nntp-send-authinfo): Use it.  Note TODO.
2549
2550 2011-02-08  Julien Danjou  <julien@danjou.info>
2551
2552         * shr.el (shr-tag-body): Add support for text attribute in body
2553         markups.
2554
2555         * message.el (message-options): Make message-options a local variable.
2556
2557 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2558
2559         * auth-source.el (auth-source-secrets-search)
2560         (auth-source-user-or-password): Use `append' instead of `nconc'.
2561         (auth-source-user-or-password): Build return list better and protect
2562         against nil :secret.
2563
2564 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnimap.el (nnimap-update-info): Refactor slightly.
2567         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2568         (nnimap-update-info): Clean up slightly.
2569         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2570         characters.
2571         (nnimap-process-quirk): Rename function to avoid collision.
2572         (nnimap-update-info): Fix macrology bug-out.
2573         (nnimap-update-info): Simplify split history test.
2574
2575 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2576
2577         * auth-source.el (top): Require 'eieio unconditionally.
2578         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2579         (auth-source-secrets-search): Limit search when `max' is greater than
2580         number of results.
2581
2582 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2583
2584         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2585         part not returning any data.
2586
2587         * proto-stream.el (open-protocol-stream): Document the return value.
2588
2589 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         * auth-source.el (auth-source-secrets-search): Add examples.
2592
2593 2011-02-06  Julien Danjou  <julien@danjou.info>
2594
2595         * message.el (message-setup-1): Handle message-generate-headers-first
2596         set to t.
2597
2598 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2599
2600         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2601         API with a string "secrets:collection-name" and with 'default.
2602         (auth-source-backend-parse): Parse "secrets:collection-name" and
2603         'default.  Recurse on parses instead of repeating code.  Use the
2604         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2605         message when ignoring a source.
2606         (auth-source-search): List ignored search keys at the top level.
2607         (auth-source-netrc-create): Use `case' instead of `cond'.
2608         (auth-source-secrets-search): Created with TODOs.
2609         (auth-source-secrets-create): Created with TODOs.
2610         (auth-source-retrieve, auth-source-create, auth-source-delete)
2611         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2612         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2613         (auth-source-user-or-password-sftp)
2614         (auth-source-user-or-password-smtp): Remove.
2615         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2616         around `auth-source-search'.  Not tested thoroughly.
2617
2618 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2619
2620         * auth-source.el: Bring in assoc and eioeio libraries.
2621         (secrets-enabled): New variable to track the status of the Secrets API.
2622         (auth-source-backend): New EIOEIO class to represent a backend.
2623         (auth-source-creation-defaults): New variable to set prompt defaults
2624         during token creation (see the `auth-source-search' docstring for
2625         details).
2626         (auth-sources): Simplify to allow a simple string as a netrc backend
2627         spec.
2628         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2629         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2630         (auth-source-search): Main auth-source API entry point.
2631         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2632         (auth-source-search-collection): Helper function for searching.
2633         (auth-source-netrc-parse, auth-source-netrc-normalize)
2634         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2635         Supports search, create, and delete.
2636         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2637         backend stubs.
2638         (auth-source-user-or-password): Call `auth-source-search' but it's not
2639         ready yet.
2640
2641 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2642
2643         * message.el (message-setup-1): Remove the read-only stuff, since it
2644         doesn't work under XEmacs, for some reason.
2645
2646         * gnus-sum.el (gnus-user-date): Rename back from
2647         gnus-summary-user-date since user code refers to it.
2648
2649         * shr.el (shr-render-td): Store the actual background colour used.
2650
2651         * message.el (message-setup-1): Don't bind the constant
2652         -forbidden-properties.
2653         (message-setup-1): Revert previous change, since it needs to bind the
2654         props to insert them.
2655         (message-resend): Allow removing the read-only separator line.
2656
2657 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2658
2659         * nnimap.el (nnimap-request-accept-article): Give an error message if
2660         the APPEND wasn't successful.
2661
2662 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2663
2664         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2665         that have no groups.
2666
2667 2011-02-03  Julien Danjou  <julien@danjou.info>
2668
2669         * gnus-draft.el: Remove progn around gnus-draft-setup.
2670
2671 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2672
2673         * gnus-start.el (gnus-read-active-for-groups): This function is never
2674         called with a nil `infos', so clean that up.
2675         (gnus-get-unread-articles): Request active files from primary/secondary
2676         methods that have no groups (yet).
2677
2678 2011-02-03  Julien Danjou  <julien@danjou.info>
2679
2680         * message.el (message-setup-1): Always generate References first.
2681         (message-mail): Return the return value of message-setup, not always t.
2682         (message-setup-1): Insert mail-header-separator with read-only and
2683         intangible properties set.
2684
2685         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2686         user-date in docstring.
2687
2688         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2689
2690         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2691         docstring.
2692
2693         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2694         defcustom, with type and group. Move from gnus-util.el. Rename to
2695         gnus-summary-user-date-format-alist.
2696
2697 2011-02-03  Glenn Morris  <rgm@gnu.org>
2698
2699         * nnimap.el (gnus-fetch-headers): Declare.
2700
2701         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2702
2703 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2704
2705         * message.el (message-forward-make-body-digest-plain)
2706         (message-followup, message-reply): Clean up things noted by Stefan.
2707
2708         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2709         gnus-article-update-date-headers is nil.
2710         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2711         it didn't really work with defcustom.
2712         (article-update-date-lapsed): Make sure the window start doesn't move,
2713         either.
2714
2715 2011-02-01  Julien Danjou  <julien@danjou.info>
2716
2717         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2718         format.
2719
2720         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2721         standard in Emacs nowadays.
2722
2723         * color.el (color-gradient): Add a color-gradient function.
2724
2725 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * message.el (message-expand-name): Don't trust the return value of
2728         bbdb-complete-name.
2729         (message-check-news-header-syntax): Remove unused var `start'.
2730         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2731         (message-inhibit-body-encoding): Move to before first use.
2732         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2733         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2734         (Organization, Message-ID, Date, mh-previous-window-config):
2735         Defvar the vars using dynamic scoping.
2736
2737 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2738
2739         * shr.el (shr-render-td): Only do colours at the final rendering.
2740         Should be slightly faster.
2741         (shr-insert-table): Fix up TD background colours when doing the
2742         vertical padding.
2743
2744         * gnus-art.el (article-date-ut): Protect against articles with no Date
2745         header.
2746         (article-update-date-lapsed): Don't use current-column to find the
2747         horizontal position.  It's fragile in the presence of \003 characters.
2748
2749         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2750
2751 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-art.el (article-transform-date): Rewrite to still work when
2754         there are several rfc2822 parts.
2755         (article-transform-date): Fix infinite recursion.
2756         (article-date-ut): Replace infinitely many Date headers with a single
2757         one when called interactively.
2758
2759         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2760         secure manner.
2761
2762         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2763         move around by not using save-window-excursion.  It seems to work...
2764
2765 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-art.el (article-make-date-line): Work for user-defined format.
2768
2769 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2770
2771         * nntp.el (nntp-retrieve-group-data-early)
2772         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2773         fetching functions.
2774
2775         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2776         thoroughly for all backends that have no known groups.  This should
2777         allow new nnml methods to retrieve mail.
2778
2779         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2780         that Gnus doesn't know exists again.
2781
2782         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2783         (gnus-treat-date-ut): Ditto.
2784         (gnus-article-update-date-header): Rename.
2785         (gnus-treat-date-local): Remove.
2786         (gnus-treat-date-english): Remove.
2787         (gnus-treat-date-lapsed): Remove.
2788         (gnus-treat-date-combined-lapsed): Remove.
2789         (gnus-treat-date-original): Remove.
2790         (gnus-treat-date-iso8601): Remove.
2791         (gnus-treat-date-user-defined): Remove.
2792         (gnus-article-date-headers): New variable to control all the date
2793         header options.
2794         (article-date-ut): Rewrite to allow using the new way to format date
2795         headers(s).
2796
2797 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2800         method.
2801         (nnmail-article-group): A better test for fanciness.
2802
2803         * nnimap.el (nnimap-request-head): Protect against not finding the
2804         article by Message-ID.
2805
2806 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2809         keep point at the "same place".
2810
2811 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2814         data if the group is unactivated.
2815
2816 2011-01-28  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2819         (gnus-all-windows-visible-p): Remove old compatibility code.
2820         (gnus-window-top-edge): Add docstring.
2821
2822         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2823
2824 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2827         older request-update-info.
2828
2829         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2830
2831 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2832
2833         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2834         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2835
2836 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2839         groups.  This makes the nndraft:queue group pop up if it's not already
2840         there.
2841
2842         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2843         messages" logic, which was reversed.
2844
2845         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2846         the "same place" even if point is on the line being replaced.
2847         (article-update-date-lapsed): Allow updating both the combined lapsed
2848         and the lapsed headers.
2849         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2850         (article-make-date-line): Limit the number of segments dynamically to
2851         avoid too-long lines.
2852
2853 2011-01-27  Julien Danjou  <julien@danjou.info>
2854
2855         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2856         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2857
2858 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2861         Use plist-get instead of the cl function getf.
2862
2863 2011-01-27  Glenn Morris  <rgm@gnu.org>
2864
2865         * gnus-util.el (float-time): Get rid of compiler warning, again.
2866
2867 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2868
2869         * shr.el (shr-put-color): Special-case background colours: Do put them
2870         at the blank parts at the front of the lines.
2871
2872         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2873         exit hook to nix out all data on readedness on group exit.
2874
2875         * gnus-util.el (float-time): If float-time is bound, always use it on
2876         all Emacsen.  It's unclear why the subrp check was there.
2877         (time-date): Require to make some autoload issues on XEmacs go away.
2878
2879         * shr.el (shr-put-color): Don't do the box padding in tables, since
2880         they're already padded.
2881
2882 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-art.el (gnus-article-next-page): When the last line of the
2885         article is displayed, scroll down once more instead of going to the
2886         next article at once.
2887         (article-lapsed-string): Refactor out and allow specifying how many
2888         segments you want.
2889         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2890         (gnus-article-update-lapsed-header): New variable.
2891
2892         * shr.el: Revert change that made headings use different-sized faces.
2893         The Emacs display engine isn't advanced enough that, for instance,
2894         tables can comfortably use differently-sized faces.
2895
2896 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2897
2898         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2899         used.
2900         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2901         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2902         we're using an encrypted connection.
2903
2904         * proto-stream.el: Alter the interface functions to also return the
2905         actual stream type used: network or tls.
2906
2907 2011-01-25  Julien Danjou  <julien@danjou.info>
2908
2909         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2910         (mm-display-javascript-inline): New function.
2911
2912         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2913         viewing function.
2914
2915 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * shr.el (shr-expand-newlines): Fix variable name.
2918
2919 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2920
2921         * shr.el (shr-expand-newlines): Make nested boxes work.
2922
2923 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2924
2925         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2926         backgrounds.
2927         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2928         in a more sensible manner.
2929
2930 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2933         if EPG is loaded.
2934
2935 2011-01-24  Julien Danjou  <julien@danjou.info>
2936
2937         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2938         tags.
2939
2940 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2943         commands.
2944
2945         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2946         in the article buffer.
2947         (gnus-gravatar-insert): Use blank space from the current buffer to
2948         avoid breaking text properties.  This makes X-Sent updating work again.
2949
2950         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2951
2952 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2955         fix the bug in url-http.el instead.
2956
2957         * shr.el (shr-image-fetched): Ditto.
2958
2959         * shr.el (shr-image-fetched): Avoid having point move in the article
2960         buffer.
2961
2962         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2963         buffer after being called.  It's apparently being killed by url.el, and
2964         killing it made point move to end-of-buffer in a random buffer.
2965
2966         * shr.el (shr-image-fetched): Ditto.
2967
2968 2011-01-23  Julien Danjou  <julien@danjou.info>
2969
2970         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2971
2972         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2973         text/x-org.
2974
2975 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2976
2977         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2978         (i.e., nnimap) returning nil as the article number.
2979
2980 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2981
2982         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2983         "DelSp" parameter in RFC3676.
2984
2985 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2986
2987         * message.el (message-check-recipients): Display the encoded version of
2988         the bogus address if they differ.
2989
2990         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2991         after sending.
2992
2993         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2994
2995         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2996
2997         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2998         group buffer after sending the queue.
2999
3000         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3001
3002 2011-01-22  Julien Danjou  <julien@danjou.info>
3003
3004         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3005
3006 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3007
3008         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3009         nested related parts.
3010
3011         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3012         unexpired articles.  This fixes the regression that led expiry marks to
3013         disappear from nnfolder groups.
3014
3015 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3016
3017         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3018         Don't confuse the "ret" of "retrograde" with RET.
3019
3020 2011-01-21  Julien Danjou  <julien@danjou.info>
3021
3022         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3023         than mm-insert-inline.
3024
3025 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3028         Widen article buffer.
3029
3030 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3031
3032         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3033         the temp buffer.
3034         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3035
3036 2011-01-20  Julien Danjou  <julien@danjou.info>
3037
3038         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3039
3040         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3041         than mm-insert-inline to insert inline part: this respect
3042         mm-inline-media-tests displayers.
3043
3044         * mm-view.el (mm-display-shell-script-inline): New function.
3045
3046         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3047
3048         * mm-uu.el (mm-uu-type-alist): Add org block.
3049         (mm-uu-org-src-code-block-extract): New function.
3050
3051         * mm-view.el (mm-display-org-inline): New function.
3052
3053         * mm-decode.el (mm-automatic-display): Add text/org.
3054
3055         * mailcap.el (mailcap-mime-extensions): Add .org.
3056
3057 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3060         gnus-article-add-buttons.
3061
3062 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3063
3064         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3065         From header with a date and "nobody" as the sender.
3066
3067 2011-01-19  Julien Danjou  <julien@danjou.info>
3068
3069         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3070         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3071         if you have the same regexp several times.
3072         (gnus-button-push): Fix matching when regexp is symbol.
3073
3074 2011-01-15  Glenn Morris  <rgm@gnu.org>
3075
3076         * message.el (message-mail): A compose-mail function should
3077         accept headers as strings.
3078
3079 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3080
3081         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3082         Add :vert-only tags.
3083         (message-mail): New arg RETURN-ACTION.
3084         (message-return-action): New var.
3085         (message-bury): Use it.
3086         (message-mode): Make it buffer-local.
3087         (message-send-and-exit): Always call message-bury.
3088
3089         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3090         message-mail.
3091
3092 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * nnimap.el (nnimap-convert-partial-article): Protect against
3095         zero-length body parts.
3096
3097         * mm-decode.el (mm-preferred-alternative-precedence):
3098         Discourage showing empty parts.
3099
3100         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3101         and stuff if the backend didn't return the article number.  This fixes
3102         an Exchange-related nnimap bug.
3103
3104         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3105         group window, because it does the wrong thing when a separate frame
3106         displays the group buffer.
3107
3108         * proto-stream.el (open-protocol-stream): Protect against the low-level
3109         transport functions returning nil.
3110
3111 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3112
3113         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3114         (mml2015-epg-find-usable-secret-key): New function.
3115         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3116         mml2015-epg-find-usable-key (Bug#7797).
3117         (mml2015-epg-encrypt): Ditto.
3118
3119 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * dgnushack.el (rot13-string): Fix the way to get the argument.
3122
3123 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3126
3127 2011-01-03  Glenn Morris  <rgm@gnu.org>
3128
3129         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3130
3131         * sieve.el (sieve-open-server): Give a more explicit error if
3132         sieve-manage-open returns nil.  (Bug#7720)
3133
3134 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3135
3136         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3137
3138 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3141         This avoids sending passwords in plain text over non-encrypted
3142         channels.
3143
3144         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3145
3146         * nnimap.el (nnimap-login): Refactored out into own function, and
3147         implement CRAM-MD5.
3148         (nnimap-wait-for-line): Refactored out.
3149
3150         * mm-view.el (mml-smime): Require.
3151
3152 2010-12-20  David Engster  <deng@eml.cc>
3153
3154         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3155         use EPG to decrypt S/MIME messages instead of openssl.
3156
3157 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3160
3161         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3162         status is the group clearly is unreachable.
3163
3164         * auth-source.el (auth-source-create): Add the optional second
3165         parameter to `local-variable-p' to be compatible with XEmacs.
3166
3167 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3168
3169         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3170         work when using a compressed nnml folder.
3171
3172 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3175         backends after sanitising on entry, because this never makes sense:
3176         If the articles have gone missing, then the data no longer exists on
3177         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3178         overwrite anything anyway.
3179
3180         * shr.el (shr-insert-document): Bind shr-width dynamically to
3181         window-width if it's nil.
3182
3183 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3184
3185         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3186         with the meaning of using the full emacs window width for rendering.
3187
3188 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3189
3190         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3191         case when sender is not given.
3192
3193 2010-12-23  Julien Danjou  <julien@danjou.info>
3194
3195         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3196         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3197         the addresses, otherwise we might misplaced the gravatar.
3198
3199 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3200
3201         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3202         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3203         obsolete in Emacs.
3204
3205 2010-12-20  Julien Danjou  <julien@danjou.info>
3206
3207         * gnus-util.el (gnus-rescale-image): Revert last change.
3208
3209 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3210
3211         * binhex.el: Improve commentary (Bug#7482).
3212
3213 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-group.el (gnus-group-delete-articles): New command.
3216
3217 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3218
3219         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3220
3221 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3224         here, since it's up to the backends to do CRLF removal if their
3225         protocol has it.
3226
3227         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3228
3229 2010-12-17  Julien Danjou  <julien@danjou.info>
3230
3231         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3232         they are from file. Can also scale up.
3233
3234 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3235
3236         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3237         gnus-use-agent.
3238         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3239
3240         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3241
3242 2010-12-17  Julien Danjou  <julien@danjou.info>
3243
3244         * gravatar.el (gravatar-retrieve-synchronously): New function.
3245         (gravatar-get-data): Make more robust.
3246
3247 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3250
3251 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3254         to really consider the last line.
3255
3256 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3257
3258         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3259         list of recipient keys, or use symmetric encryption if not a list.
3260         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3261         EPA override, replacing the call to `netrc-store-data'.
3262
3263 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3264
3265         * gnus-srvr.el: Avoid passing nil regexp argument to
3266         delete-matching-lines.
3267
3268 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3271         fetching stops when Gnus exits.
3272
3273         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3274         function.
3275         (nnfolder-request-expire-articles): Save all the buffers after doing
3276         expiry.
3277
3278         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3279         the last article", since that led to serious performance regressions
3280         when expiring nnml groups.
3281
3282 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3283
3284         * nnir.el: Improve customizations.
3285
3286 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3289
3290         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3291         group has been killed.
3292         (gnus-group-yank-group): Ditto.
3293
3294         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3295
3296         * nnimap.el (nnimap-request-update-group-status): New function.
3297
3298         * gnus-int.el (gnus-request-update-group-status): New interface
3299         function.
3300
3301         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3302         copying read-ness to the backends.
3303
3304         * nnimap.el (nnimap-quirk): New function.
3305         (nnimap-retrieve-group-data-early): Use it.
3306         (nnimap-quirks): New alist.
3307
3308 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3311         don't delete it within indentation.
3312
3313 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3316         previous line.
3317
3318 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3321         QRESYNC command by deleting a superfluous space which broke Cyrus
3322         servers.  This change will break other servers that are buggy the other
3323         way around.
3324
3325 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3326
3327         * spam.el: Reindent and fix long lines.
3328         (spam-copy-or-move-routine): Exclude invalid move destinations.
3329
3330 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3331
3332         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3333         installed the registry.
3334
3335 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3338
3339 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3340
3341         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3342         groupname doesn't contain "gmane".
3343
3344 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3347         and netrc-bound-and-true-p bindings.
3348         (netrc-parse): Cache the netrc contents.
3349
3350         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3351         (gnus-1): Don't create the nndrafts group twice.
3352         (gnus-setup-news): There's no need to read the active file here, since
3353         that's done again later on a per-backend basis.
3354         (gnus-start-draft-setup): Make sure that the new group is started out
3355         empty.
3356
3357         * gnus-agent.el (gnus-agentize): Don't create the queue group
3358         automatically on startup.  It'll be created later, if needed.
3359
3360         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3361         of automatically subscribed groups.
3362         (gnus-auto-subscribed-categories): New variable.
3363         (gnus-matches-options-n): Use it.
3364         (gnus-default-subscribed-newsgroups): Remove unused variable.
3365         (gnus-start-draft-setup): Message a bit less.
3366
3367 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3368
3369         * nnir.el (nnir-run-imap): Return article list in order of increasing
3370         UID.
3371
3372 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-sum.el (gnus-summary-enter-digest-group):
3375         Mention gnus-auto-select-on-ephemeral-exit.
3376
3377         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3378         convention of the network-only option.
3379
3380 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * proto-stream.el (proto-stream-open-network-only): New function to
3383         have a way to specify non-STARTTLS upgrade connections.
3384
3385 2010-12-10  Julien Danjou  <julien@danjou.info>
3386
3387         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3388         email address is nil.
3389
3390         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3391
3392 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3393
3394         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3395         deletion.
3396         (nnir-run-imap): Only need to parse list once.
3397
3398 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * shr.el (shr-tag-script): Ignore <script>.
3401         (shr-tag-label): Add <label> support.
3402
3403 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3406
3407         * shr.el (shr-image-displayer): Work for images lined side by side.
3408
3409 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3410
3411         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3412         parameter, since XEmacs doesn't accept t as a parameter.
3413
3414 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3415
3416         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3417         ids.
3418         (nnir-run-gmane): Simplify groupspec formatting.
3419         (nnir-request-expire-articles): New function.
3420
3421 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3424         overflow, possibly.
3425
3426         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3427         (shr-render-td): Handle td style="" better.
3428         (shr-tag-table): Use the color from the style sheet.
3429         (shr-render-td): Make sure we copy over all the overlays, too.
3430
3431 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3432
3433         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3434         (nnir-request-article): Improve article retrieval.
3435
3436 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * mm-util.el (mm-extra-numeric-entities): New variable.
3439
3440         * mm-url.el (mm-url-decode-entities):
3441         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3442
3443         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3444
3445 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3446
3447         * message.el: Use completion-at-point.
3448         (message-completion-function): New fun, extracted from message-tab.
3449         (message-mode): Use it for completion-at-point-functions.
3450         (message-tab): Use it and completion-at-point.
3451
3452 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3455         character if a non-breakable character follows.
3456
3457 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3460         any stream.
3461
3462         * shr.el (shr-tag-font): Colorize the region.
3463         (shr-tag-body): Ditto.
3464         (shr-tag-font): Actually let the styles be inherited instead of
3465         overwriting them.
3466         (shr-tag-font): Get the background color right.
3467         (shr-tag-style): Ignore all <style> tags for the moment.
3468
3469         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3470         a Message-ID to avoid having nnimap depend on gnus-sum.
3471
3472         * shr.el (shr-descend): Only colorize something if we have a node that
3473         sets colors.
3474
3475 2010-12-06  Julien Danjou  <julien@danjou.info>
3476
3477         * shr.el (shr-render-td): Render td content with shr-descend, so style
3478         will be applied to <td> too.
3479         (shr-colorize-region): Colorize region even if we only have a background.
3480         (shr-tag-body): Fix color and background color inheritance.
3481         Do not recolorize after shr-generic.
3482         (shr-tag-font): Let shr-generic colorize via inheritance.
3483
3484 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3487
3488 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3489
3490         * nnir.el (nnir-request-move-article): Remove obsolete code.
3491
3492 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3495
3496 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-sum.el (gnus-summary-respool-article): The completion function
3499         expects a list instead of an alist.
3500
3501         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3502         string as the parameter.
3503
3504         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3505
3506         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3507         styles.
3508         (shr-colorize-region): New function.
3509         (shr-insert-background-overlay): Remove.
3510         (shr-render-td): Background setting should be taken care of on a higher
3511         level.
3512         (shr-tag-body): Use post-hoc colorizations.
3513         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3514         (shr-put-color-1): Don't overwrite old colors.
3515         (shr-colorize-region): When the background color isn't explicit, use
3516         a fixed background.
3517
3518         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3519         nnmail variables.
3520
3521 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3522
3523         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3524         unless necessary.
3525
3526 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3527
3528         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3529         server.
3530
3531 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3534         so that TAB works.
3535
3536         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3537         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3538
3539         * shr.el (shr-urlify): Show the URL before the title to avoid
3540         misleading URLs.
3541
3542 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3543
3544         * shr.el (shr-urlify): Display the title in <a> tags.
3545
3546 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3547
3548         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3549
3550 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3551
3552         * nnir.el: Rearrange code to allow macros to be autoloaded by
3553         gnus-sum.el.
3554         (nnir-retrieve-headers-override-function): Make this variable
3555         customizable.
3556         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3557
3558         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3559         from nnir.el.
3560
3561 2010-12-03  Julien Danjou  <julien@danjou.info>
3562
3563         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3564
3565 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3568         allow optional argument `environment'.
3569
3570 2010-12-03  Glenn Morris  <rgm@gnu.org>
3571
3572         * mm-extern.el (message-goto-body): Update declaration.
3573
3574 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-util.el (gnus-macroexpand-all): New function.
3577
3578         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3579         instead of macroexpand-all that is unavailable in XEmacs.
3580
3581 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3582
3583         * nnir.el (nnir-summary-line-format): New variable.
3584         (nnir-mode): Use it.
3585         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3586         (nnir-article-ids): Reimplement as defsubst.
3587         (nnir-retrieve-headers): Don't mangle the subject header.
3588         (nnir-run-imap): Use 100 as RSV score.
3589         (nnir-run-find-grep): Fix for full server searching.
3590         (nnir-run-gmane): Better restriction to gmane groups.
3591
3592         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3593         summary buffers.
3594
3595 2010-12-02  Julien Danjou  <julien@danjou.info>
3596
3597         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3598
3599         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3600
3601         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3602         support.
3603
3604 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3605
3606         * nnir.el: Update to handle the registry better.
3607         (autoload): Silence byte-compiler.
3608         (nnir-open-server): Add a hook for nnir groups.
3609         (nnir-request-move-article): Don't mangle the header. Better to use
3610         formating variables (which will be added in the future).
3611         (nnir-registry-action): Update the registry using the original article
3612         group name.
3613         (nnir-mode): Install nnir-specific hooks for updating the registry.
3614
3615         * gnus-sum.el
3616         (gnus-article-original-subject,gnus-newsgroup-original-name):
3617         Remove obsolete variables.
3618         (gnus-summary-move-article): Remove use of obsolete variables.
3619         (gnus-summary-local-variables): Make move and delete hooks local to
3620         summary buffers.
3621
3622 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * rtree.el: New file.
3625
3626 2010-12-01  Julien Danjou  <julien@danjou.info>
3627
3628         * message.el (message-user-organization): Do not use
3629         gnus-local-organization.
3630
3631         * gnus.el: Remove gnus-local-organization.
3632
3633         * gnus-msg.el: Remove nastygram thing.
3634
3635 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3638         funcall.
3639
3640 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3643         names.
3644
3645         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3646         characters.
3647
3648         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3649         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3650         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3651         (gnus-gravatar-transform-address): Use mail-extract-address-components
3652         that supports non-ASCII names rather than mail-header-parse-addresses.
3653
3654 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * proto-stream.el (open-protocol-stream): All starttls connections are
3657         handled by the network handler.
3658
3659 2010-11-30  Julien Danjou  <julien@danjou.info>
3660
3661         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3662         (nnimap-open-connection-1): Fix PREAUTH.
3663
3664         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3665
3666 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3669         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3670         (shr-insert): Use them.
3671         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3672
3673 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3674
3675         * nnir.el (nnir-request-move-article): Bail out if original group
3676         doesn't support article moves.
3677         (nnir-get-active): Improve active list retrieval.
3678
3679 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3682
3683 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3684
3685         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3686         seem to accept strings-with-numbers as port numbers,
3687
3688 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3689
3690         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3691         change the registry.
3692
3693 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3696         delete-dups that is not available in XEmacs 21.4.
3697
3698         * mm-util.el (mm-delete-duplicates): Add comment.
3699
3700 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3701
3702         * nnir.el (nnir-ignored-newsgroups): New variable.
3703         (nnir-get-active): Use it.
3704
3705 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * proto-stream.el (proto-stream-open-network): Add some comments.
3708
3709         * nntp.el (nntp-open-connection): Provide a :success condition.
3710
3711         * nnimap.el (nnimap-open-connection-1): Ditto.
3712
3713         * proto-stream.el (proto-stream-open-network): See what the response to
3714         the STARTTLS command is.
3715
3716         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3717         backwards compatibility).
3718         (nnimap-open-connection-1): Really respect nnimap-server-port.
3719
3720         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3721         TLS upgrades we don't really care about the identity of the peer.
3722         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3723         that what we've checked for.
3724         (proto-stream-always-use-starttls): Only default to t if
3725         open-gnutls-stream exists.
3726         (proto-stream-open-network): If STARTTLS failed, then just open a
3727         normal connection.
3728         (proto-stream-open-network): Wait until the greeting before doing
3729         STARTTLS.
3730
3731         * nntp.el (nntp-open-connection): Report what the connection error is.
3732
3733         * proto-stream.el (open-protocol-stream): Rename from
3734         open-proto-stream.
3735
3736 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * nnimap.el (nnimap-stream): Change default to `undecided'.
3739         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3740         first, and then network.
3741         (nnimap-open-connection-1): Respect nnimap-server-port.
3742         (nnimap-open-connection): Be more backwards-compatible.
3743
3744         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3745         (proto-stream-open-starttls): De-duplicate the starttls code.
3746         (proto-stream-open-starttls): Folded back into the main function.
3747         (proto-stream-open-network): Fix typo in the gnutls path.
3748         (proto-stream-command): Refactor out.
3749
3750         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3751
3752         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3753         starttls.el STARTTLS.
3754
3755         * color.el (color-lab->srgb): Fix function call name.
3756
3757         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3758         if we're using tls.el.
3759         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3760         built in, then don't try to establish a STARTTLS connection.
3761
3762         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3763         servers.
3764
3765         * proto-stream.el (open-proto-stream): Use network, not stream.
3766         (open-proto-stream): Add a way to specify what the end of a command is.
3767
3768         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3769         connections types.
3770         (nntp-open-network-stream): Remove.
3771         (nntp-open-ssl-stream): Remove.
3772         (nntp-open-tls-stream): Remove.
3773         (nntp-ssl-program): Remove.
3774
3775         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3776
3777 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3778
3779         * nnir.el: Fix typos.
3780         (nnir-retrieve-headers-override-function): Rename variable to reflect
3781         new semantics.
3782         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3783         macros.
3784         (nnir-request-article, nnir-request-move-article): Use them.
3785         (nnir-categorize): New function.
3786         (nnir-run-query): Use it.
3787         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3788         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3789         sorted.
3790         (nnir-group-full-name): Use gnus-group-full-name instead.
3791         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3792         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3793
3794 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3797
3798         * proto-stream.el: New library to provide protocol-specific
3799         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3800         protocols.
3801         (open-proto-stream): Complete the documentation.
3802         (proto-stream-open-network): Fix some typos.
3803
3804         * nnimap.el (nnimap-open-connection): Use it.
3805
3806 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3807
3808         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3809         negotiation.
3810
3811 2010-11-26  Julien Danjou  <julien@danjou.info>
3812
3813         * color.el: Rename various rgb functions to srgb.
3814
3815 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3818         names.
3819
3820 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * shr.el (shr-insert): Revert last change.
3823         (shr-find-fill-point): Never leave point being at bol;
3824         relax the kinsoku limitation when rendering tables.
3825
3826 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3829         results from -accept-article.
3830
3831         * shr-color.el: Require cl when compiling.
3832
3833         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3834         checkin.
3835
3836         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3837
3838         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3839
3840         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3841         'add and 'delete to set backend marks.
3842
3843         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3844
3845         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3846
3847         * nntp.el (nntp-request-set-mark): Use it.
3848
3849         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3850
3851         * nnml.el (nnml-request-set-mark): Ditto.
3852
3853         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3854         introduces regressions in article selection.
3855         (nnimap-find-uid-response): New function.
3856         (nnimap-request-accept-article): Use the UID returned, if any.
3857         (nnimap-request-move-article): Use the UID returned, if any.
3858         (nnimap-get-groups): Reimplement to work with folded lines.
3859         (nnimap-find-uid-response): The UID is the last element in the list.
3860         (nnimap-request-set-mark): Extend syntax with 'set.
3861
3862         * nnml.el (nnml-request-set-mark): Ditto.
3863
3864         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3865
3866         * nntp.el (nntp-request-set-mark): Ditto.
3867
3868 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * message.el (message-called-interactively-p): A temporary macro.
3871         (message-goto-body): Use it temporarily.
3872
3873 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3876         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3877         (nnimap-last-response-string): Fix last unfolding fix.
3878
3879 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * shr.el (shr-insert): Fix the way to fold lines.
3882
3883 2010-11-25  Julien Danjou  <julien@danjou.info>
3884
3885         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3886
3887         * color.el: Rename from color-lab.el
3888         (color-rgb->hex): Add.
3889         (color-complement): Add.
3890         (color-complement-hex): Add.
3891
3892         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3893
3894 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3897         don't exist.
3898
3899 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3902         assuming that article displaying or another mml-preview may be
3903         interrupted for an error or for the like.
3904
3905         * shr.el (shr-get-background): Fix argument name.
3906
3907 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3910
3911         * gnus-sum.el (gnus-summary-include-articles): New function.
3912
3913         * message.el (message-goto-body): called-interactively-p needs a
3914         parameter, so use `any'.
3915
3916         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3917         clear marks before moving, since they're synced from the Gnus side
3918         first.
3919
3920         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3921         (gnus-summary-move-article): Copy over all marks before moving, so that
3922         IMAP doesn't think a new article has arrived.
3923
3924 2010-11-24  Julien Danjou  <julien@danjou.info>
3925
3926         * shr.el (shr-insert-background-overlay): Fix typo.
3927         (shr-render-td): Copy the background before rendering.
3928
3929         * shr-color.el (shr-color-visible): Fix docstring.
3930
3931         * shr.el (shr-tag-table): Add bgcolor support.
3932         (shr-render-td): Add bgcolor support.
3933         (shr-get-background): Add.
3934         (shr-insert-foreground-overlay): Use shr-get-background.
3935
3936         * message.el (message-goto-body): Use called-interactively-p.
3937         (message-in-body-p): message-goto-body returns point.
3938
3939 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3942         Fixes something or other in Emacs 23, and is backwards compatible.
3943
3944         * message.el (message-goto-body): Remove the <#secure special-casing,
3945         which is too special.
3946
3947         * shr.el (shr-parse-style): Drop !important from styles.
3948
3949 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3950
3951         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3952         this function to return incorrect results when calling it with an
3953         explicit article argument different from
3954         (gnus-summary-article-number).
3955
3956 2010-11-24  Julien Danjou  <julien@danjou.info>
3957
3958         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3959         (shr-tag-body): Add background support.
3960         (shr-descend): Add background support.
3961         (shr-tag-title): Add.
3962
3963         * shr-color.el (shr-color-visible): Really return original background
3964         if fixed.
3965
3966 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * shr.el (shr-color-check): Protect against non-existent colour names.
3969
3970 2010-11-24  Julien Danjou  <julien@danjou.info>
3971
3972         * color-lab.el: Require 'cl when compiling.
3973
3974         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3975
3976         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3977         matched part.
3978
3979         * color-lab.el: Fix all expt calls to use float type.
3980
3981 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3984         expression to shr-color-check as is.
3985
3986         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3987
3988         * color-lab.el: Add coding cookie.
3989         (float-pi): Use eval-and-compile.
3990
3991         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3992         compiled for Emacsen having no `libxml-parse-html-region' support.
3993
3994 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * shr.el (shr-insert-color-overlay): Split stuff like
3997         "#444444 !important" to find the real colour.
3998         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3999         parse <font color="red"> entries.
4000
4001 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4002
4003         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4004         point when parsing headers.
4005
4006         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4007         is positioned properly when parsing headers.
4008
4009 2010-11-23  Julien Danjou  <julien@danjou.info>
4010
4011         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4012
4013         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4014
4015         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4016
4017         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4018         Use shr-color-hue-to-rgb.
4019         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4020
4021 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * shr.el (shr-color->hexadecimal): Autoload.
4024         (shr-descend): Add color to all tags.
4025
4026 2010-11-22  Julien Danjou  <julien@danjou.info>
4027
4028         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4029         shr-color->hexadecimal.
4030
4031         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4032         RGB() or HSL() color representation.
4033
4034         * shr.el (shr-tag-font): Add.
4035         (shr-tag-color-check): New function to get better colors.
4036         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4037         tag-span.
4038
4039         * shr-color.el: New file.
4040
4041         * color-lab.el: New file.
4042
4043         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4044
4045 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4046
4047         * nnir.el: Fix typo in comments.
4048         (nnir-run-imap): Simplify code. No need to reverse artlist.
4049         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4050
4051 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4054
4055         * nnimap.el (nnimap-get-capabilities): Refactor out.
4056         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4057
4058 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4059
4060         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4061         appearing when `mm-uu-hide-markers' is nil.
4062
4063 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * nnimap.el (nnimap-unselect-group): Make into its own function.
4066         (nnimap-request-rename-group): Unselect group before renaming.
4067         This had gotten lost somewhere.
4068         (nnimap-request-accept-article): Keep track of examined groups, and
4069         unselect the group before APPENDing to read-only groups.
4070         (nnimap-request-move-article): Clear flags before moving so that they
4071         can be re-set later.
4072
4073 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4076         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4077
4078 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-art.el (gnus-mime-display-single)
4081         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
4082         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4083         parameter.
4084
4085 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4088         (shr-table-vertical-line): New variable.
4089         (shr-insert-table): Use it.
4090
4091 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-html.el (gnus-html-wash-images): Don't display images if
4094         gnus-inhibit-images is non-nil; register displayer for cid images.
4095         (gnus-html-display-image): Work for cid image.
4096         (gnus-html-insert-image): Allow arguments.
4097         (gnus-html-put-image): Inhibit read-only.
4098         (gnus-html-prefetch-images): Don't prefetch images if
4099         gnus-inhibit-images is non-nil.
4100
4101 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102
4103         * shr.el (shr-put-image): Break lines when inserting big pictures.
4104
4105 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4106
4107         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4108         sender, thanks Katsumi Yamaoka.
4109
4110 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4111
4112         * nnir.el (nnir-run-imap): Reverse the article list for each group
4113         rather than the whole list.
4114
4115 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * shr.el (shr-image-displayer): Protect function against non-existent
4118         image source.
4119
4120         * gnus-art.el (gnus-inhibit-images): New user option.
4121         (gnus-mime-display-single): Don't display image if it is non-nil.
4122
4123         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4124         gnus-inhibit-images.
4125
4126         * shr.el (shr-image-displayer): New function.
4127         (shr-tag-img): Use it.
4128
4129 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4130
4131         * mml2015.el (mml2015-epg-sign): Use From header.
4132
4133 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4136
4137         * gnus-util.el (gnus-find-text-property-region): Return markers.
4138
4139         * shr.el (shr-tag-img): Put a displayer in the text property.
4140
4141         * gnus-util.el (gnus-find-text-property-region): New utility function.
4142
4143         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4144         (gnus-html-show-images): Remove.
4145
4146         * gnus-art.el (gnus-article-show-images): New, more general function.
4147
4148         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4149         image url text properties.
4150
4151         * shr.el: Ditto.
4152
4153         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4154         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4155
4156 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4159         work for two or more articles.
4160
4161 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4164         divide an image that's in an html article to two or more when washing
4165         non-ASCII characters in alt text of it.
4166
4167 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4170         smime-decrypt-region using function argument.
4171         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4172
4173         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4174
4175         * smime.el (smime-decrypt-region): Catch it.
4176
4177 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4178
4179         * smime.el (smime-mode-map): Move initialization into declaration.
4180         (gnus-run-mode-hooks): Don't autoload.
4181         (smime-mode): Use define-derived-mode.
4182
4183 2010-11-11  Glenn Morris  <rgm@gnu.org>
4184
4185         * smime.el (from): Restrict declaration to XEmacs.
4186
4187         * nnir.el (gnus-group-topic-name): Autoload.
4188
4189 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * shr.el (shr-insert): Don't break long line if it is because of
4192         kinsoku-bol characters in the line end.
4193
4194 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4195
4196         * nnir.el (nnir-request-move-article): Fix to provide original group
4197         and subject.
4198         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4199         been retrieved.
4200
4201         * gnus-sum.el (gnus-summary-move-article): Use original group and
4202         subject for virtual articles such as those in an nnir summary buffer.
4203
4204 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4207         least 21.5).
4208
4209         * smime.el (from): Declare it again for XEmacs.
4210
4211 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * message.el (message-resend): Don't disable encoding unless it's
4214         already encoded.
4215
4216         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4217         low-numbered articles.
4218
4219 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * rfc2047.el (rfc2047-syntax-table): Simplify.
4222
4223         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4224
4225         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4226         set-char-table-range for XEmacs.
4227
4228 2010-11-10  Glenn Morris  <rgm@gnu.org>
4229
4230         * time-date.el (time-to-seconds): Always an alias on Emacs,
4231         never a real function.
4232         (with-no-warnings): Remove compat stub, now unused.
4233         (time-less-p): Doc fix.
4234         (time-to-number-of-days): Simplify.
4235
4236         * smime.el (from): Remove unused declaration.
4237
4238         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4239         (gnus-float-time): On Emacs, always an alias.
4240
4241         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4242         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4243
4244 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * dgnushack.el: Don't use ignore-errors in the top level form since it
4247         is unavailable in XEmacs even if cl is loaded.
4248
4249         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4250
4251 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * shr.el (browse-url-mailto): Autoload.
4254
4255         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4256
4257         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4258         regexp doesn't need quoting.
4259
4260 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4261
4262         * message.el (message-subject-trailing-was-ask-regexp)
4263         (message-subject-trailing-was-regexp): Match was: in addition to was.
4264
4265 2010-11-09  Glenn Morris  <rgm@gnu.org>
4266
4267         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4268         (nnbabyl-check-mbox): Use point-at-bol.
4269
4270 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4273
4274         * message.el (message-mailto): New function.
4275         (message-mailto): Should accept other parameters.
4276         (message-mailto): Remove since it duplicates browse-url-mailto
4277         functionality.
4278
4279 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4282         methods.
4283         (gnus-read-active-file): Ditto.
4284
4285         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4286         ": " from the prompt.
4287         (gnus-group-make-group): Ditto.
4288
4289 2010-11-07  Glenn Morris  <rgm@gnu.org>
4290
4291         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4292         (gnus-bookmark-kill-line): Use point-at-eol.
4293
4294 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4297         asterisks in From header.
4298
4299 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4302         string to avoid making the From headers syntactically invalid.
4303
4304         * message.el (message-send-mail): Don't insert courtesy messages if the
4305         message already has List-Post and List-ID messages.
4306
4307 2010-11-06  Glenn Morris  <rgm@gnu.org>
4308
4309         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4310         `condition', `type', `length' a prefix.
4311         (gnus-treat-predicate): Update for above name changes.
4312
4313 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4314
4315         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4316         binding.  Handled by `gnus-summary-refer-thread' instead.
4317         (nnir-warp-to-article): New backend function.
4318
4319         * nnimap.el (nnimap-request-thread): Force dependency updating.
4320
4321         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4322         (gnus-summary-refer-thread): Rework to improve thread-referral.
4323
4324         * gnus-int.el (gnus-warp-to-article): New function.
4325
4326         * gnus-sum.el (gnus-summary-article-map): Bind it.
4327
4328 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4329
4330         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4331         gnus-summary-refer-thread.
4332
4333         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4334         headers.
4335         (gnus-summary-limit-include-thread): Prevent articles in thread from
4336         being cut in gnus-cut-threads.
4337         (gnus-summary-refer-thread): Limit retrieved headers to those in
4338         thread.
4339
4340 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * message.el (message-send-mail): Use the value of
4343         message-courtesy-message from the message buffer.
4344
4345         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4346
4347         * shr.el (shr-browse-url): Implement mailto: URLs.
4348
4349         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4350         "raw".
4351
4352         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4353         if it's already selected.
4354
4355         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4356
4357 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4360         to measure the length and truncate alt text.
4361
4362 2010-11-03  Glenn Morris  <rgm@gnu.org>
4363
4364         * nndiary.el (nndiary-generate-nov-databases-1)
4365         (nndiary-generate-active-info): Rename dynamic variable `files' to
4366         something less generic.
4367
4368 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4369
4370         * nnir.el (nnir-request-move-article): Call the underlying backend to
4371         move articles from nnir.
4372
4373 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4376
4377 2010-11-02  Julien Danjou  <julien@danjou.info>
4378
4379         * nnir.el: Remove wais support.
4380
4381 2010-11-02  Glenn Morris  <rgm@gnu.org>
4382
4383         * gnus-html.el: Reorder requirements to quieten compiler.
4384
4385 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4388         properly for XEmacs as well.
4389         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4390         (gnus-article-natural-long-line-p): Use window-width rather than
4391         frame-width.
4392
4393 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4394
4395         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4396         (nnir-read-parms): Don't modify query.
4397         (nnir-run-query): Add ability to search topic on current line.
4398         (nnir-get-active): Clean up.
4399
4400 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4403         degenerate articles.
4404
4405         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4406         (gnus-print-buffer): Just print the buffer as is, without any copying
4407         to a buffer and then re-highlighting.
4408
4409         * nnimap.el (nnimap-request-group): Store the new updated info.
4410         (nnimap-request-group): Select the group when we don't know whether it
4411         exists or not.
4412
4413         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4414         groups.
4415
4416         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4417         groups.
4418
4419         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4420         groups.
4421
4422         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4423         long-lines case by only filling the long lines.
4424
4425         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4426         (bug #7311).
4427
4428 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * shr.el: No need to declare `declare-function' since shr.el is for
4431         only Emacsen that provide `libxml-parse-html-region'.
4432
4433         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4434         effective only in a file it is referred to.
4435
4436 2010-11-01  Glenn Morris  <rgm@gnu.org>
4437
4438         * mm-util.el (gnus-completing-read): Autoload.
4439         (mm-read-coding-system): Simplify Emacs definition.
4440
4441         * nnmail.el (gnus-activate-group):
4442         * nnimap.el (gnutls-negotiate):
4443         * nntp.el (netrc-parse): Fix declarations.
4444
4445 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4448         string-match-p in Emacs >=23.
4449
4450         * gnus-msg.el (gnus-configure-posting-styles)
4451         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4452
4453 2010-11-01  Glenn Morris  <rgm@gnu.org>
4454
4455         * nnir.el (declare-function): Add compat stub.
4456         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4457         (nnir-run-gmane): Require 'mm-url.
4458
4459         * mm-util.el (mm-string-to-multibyte): Simplify.
4460
4461         * shr.el (declare-function): Add compat stub.
4462         (url-cache-create-filename): Declare.
4463         (mm-disable-multibyte, widget-convert-button): Autoload.
4464
4465         * smime.el (ldap-search): Declare.
4466         (smime-cert-by-ldap-1): Require ldap on Emacs.
4467
4468         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4469         (nnimap-keepalive): Use gnus-float-time.
4470
4471         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4472         (mail-source-delete-crash-box): Use gnus-float-time.
4473
4474         * gnus-dired.el (gnus-completing-read): Autoload.
4475
4476         * mm-view.el (gnus-rescale-image): Autoload.
4477
4478         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4479
4480         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4481
4482         * sieve-manage.el: Require 'cl when compiling.
4483
4484         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4485         (gnus-iswitchb-completing-read): Require iswitchb.
4486         (gnus-select-frame-set-input-focus): Silence compiler.
4487
4488 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * message.el (message-subject-trailing-was-query): Change default to t,
4491         since I think that's what most people want.
4492
4493         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4494         appending for easier debugging.
4495         (nnimap-wait-for-connection): Take a regexp.
4496         (nnimap-request-accept-article): Wait for the continuation line before
4497         sending anything unless we're streaming.
4498
4499         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4500         leave the header washing to take place.
4501
4502 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4503
4504         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4505         regular expression match and replace in posting styles.
4506
4507 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4508
4509         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4510         an entire server.
4511         (nnir-get-active): New function.
4512         (nnir-run-imap): Use it.
4513         (nnir-run-gmane): Who knew, gmane search returns an article score!
4514
4515         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4516         server on the current line with nnir.
4517
4518 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4521         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4522         left edge.
4523         (gnus-article-foldable-buffer): Skip past the prefix when determining
4524         raggedness.
4525
4526         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4527         the raw article, and change `C-u g' to show the article without doing
4528         treatments.
4529
4530         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4531         on to `gnus-treat-article'.
4532         (gnus-inhibit-article-treatments): New variable.
4533
4534         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4535
4536         * gnus-art.el (gnus-treatment-function-alist): Have
4537         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4538         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4539         sections.
4540
4541         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4542         parameter.
4543         (gnus-article-fill-cited-long-lines): New function.
4544         (gnus-article-fill-cited-article): Allow filling only long sections.
4545
4546         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4547         and non-punctuation (like after the apostrophe in "'We").
4548
4549         * gnus-sum.el (gnus-summary-select-article): Make sure
4550         gnus-original-article-buffer is alive.
4551
4552         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4553         reflect the order they're in in the digest.
4554
4555         * gnus.el (gnus-group-startup-message): Move point to the start of the
4556         buffer.
4557
4558         * nnimap.el (nnimap-capability): New function.
4559         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4560         is set.
4561
4562 2010-10-31  David Engster  <dengste@eml.cc>
4563
4564         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4565         conform with changes to gnus-completing-read.
4566
4567 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4570
4571 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4572
4573         * nnir.el: Move defvar, defcustom around to keep file organized
4574         and keep byte-compiler quiet.
4575         (nnir-read-parms): Accept search-engine as arg.
4576         (nnir-run-query): Pass search-engine as arg.
4577         (nnir-search-engine): Remove.
4578
4579 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * shr.el (shr-generic): The text nodes should be text, not :text.
4582
4583         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4584         later in the file.
4585
4586 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4587
4588         * nnir.el: General clean up.  Allow searching with multiple engines.
4589         Allow separate extra-parameters for each engine.
4590         Batch queries when possible.
4591         (nnir-imap-default-search-key,nnir-method-default-engines):
4592         Add customize interface.
4593         (nnir-run-gmane): New engine.
4594         (nnir-engines): Use it.  Qualify all prompts with engine name.
4595         (nnir-search-engine): Remove global variable.
4596         (nnir-run-hyrex): Restore for now.
4597         (nnir-extra-parms,nnir-search-history): New variables.
4598         (gnus-group-make-nnir-group): Use them.
4599         (nnir-group-server): Remove in favor of gnus-group-server.
4600         (nnir-request-group): Avoid searching twice.
4601         (nnir-sort-groups-by-server): New function.
4602
4603 2010-10-30  Julien Danjou  <julien@danjou.info>
4604
4605         * gnus-group.el: Remove gnus-group-fetch-control.
4606
4607         * gnus-start.el (gnus-find-new-newsgroups):
4608         Remove gnus-check-first-time-used.
4609
4610         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4611
4612 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4613
4614         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4615         set on groups that don't have \* permanentflags.
4616
4617 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4620         control the background color.
4621         (shr-tag-img): Ignore very small web bug type images.
4622         (shr-put-image): Add help-echo alt texts to the images.
4623         (shr-tag-video): Show the video poster image.
4624
4625 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * shr.el (shr-table-depth): New variable.
4628         (shr-tag-table-1): Only insert the images after the top-level table.
4629
4630         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4631
4632         * gnus-util.el (gnus-list-memq-of-list): New function.
4633
4634         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4635         selected.
4636         (nnimap-unsplittable-articles): New slot.
4637         (nnimap-new-articles): Use it.
4638
4639 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4640
4641         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4642         move to the previous line on `M-g'.
4643
4644 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4647         *-request-group, which seems unnecessary.
4648
4649         * nnimap.el (nnimap-quote-specials): Function copied over from
4650         imap.el.
4651         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4652         they support that.  Suggested by Tom Regner.
4653
4654 2010-10-29  Julien Danjou  <julien@danjou.info>
4655
4656         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4657         defalias.
4658         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4659
4660         * gnus.el: Remove `gnus-nntp-service' variable.
4661         (gnus-secondary-servers): Make obsolete.
4662         (gnus-nntp-server): Make obsolete.
4663
4664         * gnus-start.el (gnus-1): Remove x-splash calls.
4665
4666         * gnus-ems.el (gnus-x-splash): Remove.
4667
4668         * gnus.el (gnus-group-startup-message): Simplify/update code.
4669
4670         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4671         definition.
4672
4673         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4674         capability before doing anything.
4675         (gnus-group-insert-group-line): Remove useless
4676         gnus-group-remove-excess-properties.
4677
4678 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4681
4682 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4685         config after reselecting.
4686
4687 2010-10-28  Julien Danjou  <julien@danjou.info>
4688
4689         * shr.el (shr-put-image): Use point even if only inserting text.
4690         (shr-put-image): Save excursion when inserting alt text on non-graphic
4691         display, so the behaviour is the same when we are on a graphic display.
4692
4693         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4694
4695 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4698         (gnus-mime-copy-part): Check coding system, not charset.
4699         (gnus-mime-view-part-externally): Never remove part.
4700         (gnus-mime-view-part-internally): Don't remove part here.
4701         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4702         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4703         multipart/alternative.
4704
4705         * mm-decode.el (mm-display-part): Take optional arg `force'.
4706
4707 2010-10-26  Julien Danjou  <julien@danjou.info>
4708
4709         * gnus-group.el (gnus-group-default-list-level): Add this function to
4710         compute the default list level.
4711         (gnus-group-default-list-level): Add possibility to use a function.
4712
4713 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4716
4717         * gnus-group.el (gnus-group-completing-read)
4718         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4719         gnus-replace-in-string.
4720
4721 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * shr.el (shr-tag-div): Add.
4724
4725         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4726
4727 2010-10-25  Julien Danjou  <julien@danjou.info>
4728
4729         * gnus-util.el: Remove `gnus-with-local-quit'.
4730
4731         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4732
4733 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4736         the original article buffer.
4737
4738 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnimap.el (nnimap-request-head): New function.
4741         (nnimap-request-move-article): Try to be slighly faster by not
4742         requesting the entire message when moving.
4743         (nnimap-transform-headers): Don't bug out on bodiless articles.
4744         (nnimap-send-command): Have no outstanding messages if the IMAP server
4745         doesn't support streaming.
4746         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4747
4748 2010-10-24  Julien Danjou  <julien@danjou.info>
4749
4750         * message.el (message-default-headers): Fix type.
4751
4752 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4755         prefetching images.
4756
4757         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4758         backend for unknown groups.  This is mainly useful for nnimap groups.
4759
4760         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4761         group isn't covered by the agent.
4762
4763 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4764
4765         * nnir.el (nnir-method-default-engines): New variable.
4766         (nnir-run-query): Use it.
4767         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4768         (gnus-summary-nnir-goto-thread): Change group if needed.
4769
4770         * gnus-group.el (gnus-group-group-map): Add key binding for
4771         gnus-group-make-nnir-group.
4772
4773 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * shr.el (shr-tag-object): Add.
4776
4777         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4778         original article buffer live.
4779         (gnus-summary-select-article-buffer):
4780         Mention gnus-widen-article-buffer.
4781
4782 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * shr.el (shr-tag-strong): Add.
4785
4786 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4789         group names.  They mess up the group buffer badly.
4790
4791         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4792
4793         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4794         instead of the summary one.
4795
4796 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * mml.el (mml-preview): Work properly when editing article.
4799
4800         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4801         gnus-have-read-active-file if it's already been in.
4802
4803 2010-10-22  Tom Tromey  <tromey@redhat.com>
4804
4805         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4806         gnus-group-completing-read.
4807
4808 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * message.el (message-mode-map): Don't bind M-; to comment region, to
4811         allow the global comment-dwim to work.
4812
4813 2010-10-21  Julien Danjou  <julien@danjou.info>
4814
4815         * message.el (message-setup-1): Allow message-default-headers to be a
4816         function.
4817
4818 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * shr.el (shr-tag-table): Simplify.
4821
4822 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4825         to avoid trying to snarf invalid stuff.
4826
4827         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4828
4829         * gnus.el (gnus-message-archive-group): Quote value.
4830         (gnus-message-archive-group): Mark as changed.
4831
4832         * shr.el (shr-add-font): Don't put the font properties on the newline
4833         or the indentation.
4834
4835         * message.el (message-fix-before-sending): Change options when sending
4836         non-printable characters.
4837
4838         * gnus.el (gnus-message-archive-method): Change the default to
4839         monthly outgoing groups.
4840
4841         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4842         that have gotten new numbers.
4843
4844         * nnimap.el (nnimap-request-replace-article): New function.
4845
4846 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4849         (nnrss-request-article): Don't use special html washing code.
4850
4851 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * shr.el (shr-tag-table): Remove useless nconc.
4854
4855 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-art.el (article-wash-html): Simplify and remove the charset
4858         stuff.  Use the normal html rendering code instead of the special html
4859         washing code.
4860
4861         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4862         `gnus-w3m' symbols.
4863         (mm-text-html-washer-alist): Remove.
4864
4865         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4866         (mm-inline-media-tests): Remove use.
4867         (mm-text-html-renderer): Change default to the `shr' symbol.
4868
4869         * mm-view.el (mm-inline-text-html): Remove use.
4870
4871         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4872         `gnus-blocked-images' to be a function.
4873         (gnus-article-wash-function): Remove.
4874
4875 2010-10-20  Julien Danjou  <julien@danjou.info>
4876
4877         * spam.el (spam-list-of-processors): Mark as obsolete.
4878
4879         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4880         (nnimap-insert-partial-structure): Fix boundary detection.
4881
4882 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4883
4884         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4885         run file-truename on remote files.  This can be expensive and even
4886         prevent one from editing drafts if some unrelated buffer has a stale
4887         connection.
4888
4889 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4892         kinsoku-eol regardless of shr-kinsoku-shorten.
4893         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4894         (shr-tag-table): Support caption, thead, and tfoot.
4895
4896 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4899         lines.
4900         (shr-save-contents): New command and keystroke.
4901
4902         * nndoc.el (nndoc-type-alist): Add git support.
4903         (nndoc-git-type-p): New function.
4904         (nndoc-transform-git-article): Ditto.
4905         (nndoc-transform-git-headers): Ditto.
4906         (nndoc-transform-git-headers): Generate Subject headers.
4907
4908         * shr.el (shr-parse-style): New function.
4909         (shr-tag-span): Ditto.
4910
4911         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4912         to `G G' to avoid collisions.
4913
4914 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * shr.el: Load kinsoku if necessary.
4917         (shr-kinsoku-shorten): New internal variable.
4918         (shr-find-fill-point): Make kinsoku shorten text line if
4919         shr-kinsoku-shorten is bound to non-nil.
4920         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4921         shr-indentation too when testing if table is wider than frame width.
4922         (shr-insert-table): Use `string-width' instead of `length' to measure
4923         text width.
4924         (shr-insert-table-ruler): Make sure indentation is done at bol.
4925
4926 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4927
4928         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4929         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4930         undecoded network data.
4931
4932 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4935         name in the mode line spec so that the mode line menu works
4936         (bug #2431).
4937
4938         * message.el (message-get-reply-headers): If we're fed `to-address',
4939         then always use that.
4940
4941         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4942         aren't so wide as to need to switch off the edit menu.
4943
4944         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4945         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4946
4947         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4948         `M-g'.
4949         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4950         the permanent marks.
4951
4952 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4953
4954         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4955         Splitting according to references/in-reply-to obeys the ignore-groups
4956         variable, while splitting by sender and subject do not.
4957
4958 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4961         alist, so that we can look for non-Unicode chars.
4962         (article-translate-strings): Allow both character and string maps.
4963
4964 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * shr.el (shr-insert): Don't insert space behind a wide character
4967         categorized as kinsoku-bol, or between characters both categorized as
4968         nospace.
4969
4970 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4971
4972         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4973         headers to gnus-newsgroup-headers.
4974
4975 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * shr.el (shr-tag-img): Don't align images -- since we're not
4978         rescaling, this often leads to ugly displays.
4979
4980 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4981
4982         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4983         duplicates.
4984
4985 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4986
4987         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4988         call.
4989
4990 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus.el: Autoload gnus-html-show-images.
4993
4994         * nnimap.el: Use nnheader-message throughout.
4995
4996         * shr.el (shr-tag-img): Ignore images with no data.
4997
4998 2010-10-15  Julien Danjou  <julien@danjou.info>
4999
5000         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5001         a possibility to disable format=flow encoding when using hard newlines.
5002
5003 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * shr.el (shr-insert): Remove space inserted before or after a
5006         breakable character or at the beginning or the end of a line.
5007         (shr-find-fill-point): Do kinsoku; find the second best point or give
5008         it up if there's no breakable point.
5009
5010 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * nnimap.el (nnimap-open-connection): Message when opening connection
5013         for debugging purposes.
5014
5015         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5016         on every setup buffer call to allow this to change from article to
5017         article.
5018
5019         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5020         buffers where we have a wide table.
5021
5022 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5023
5024         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5025         uses *-request-thread.
5026
5027 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5030         incantation, which is no longer valid.
5031
5032 2010-10-14  Julien Danjou  <julien@danjou.info>
5033
5034         * shr.el: Fix defcustom type (char -> character).
5035
5036 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5039         programs.
5040
5041 2010-10-14  Julien Danjou  <julien@danjou.info>
5042
5043         * shr.el (shr-tag-a): Use url-link as widget type.
5044
5045         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5046         `gnus-group-get-icon'.
5047
5048 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5051         This should make server editing work better.
5052
5053         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5054
5055         * tls.el (tls-program): Remove spurious %s from openssl.
5056
5057         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5058         (nnimap-parse-flags): Fix regexp.
5059
5060         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5061         probably work for CJVK text, too.
5062
5063         * nnimap.el (nnimap-extend-tls-programs): Remove.
5064         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5065
5066         * tls.el (tls-starttls-switches): Remove starttls hack.
5067         (open-tls-stream): Ditto.
5068         (tls-find-starttls-argument): Ditto.
5069
5070 2010-10-13  Julien Danjou  <julien@danjou.info>
5071
5072         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5073         responses.
5074
5075 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5078
5079         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5080         anything in Emacs.
5081
5082         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5083
5084 2010-10-13  Julien Danjou  <julien@danjou.info>
5085
5086         * shr.el (shr-width): Make shr-width a defcustom with default to
5087         fill-column.
5088         (shr-tag-img): Use shr-width rather than fill-column.
5089
5090 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * dgnushack.el (byte-optimize-apply)
5093         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5094
5095         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5096         position when (X-)Faces exist.
5097         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5098         avatars when called interactively.
5099
5100 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5103         gnus-article-x-face-too-ugly is bound.
5104
5105 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5108
5109         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5110         mailbox that doesn't exist.
5111
5112 2010-10-12  Julien Danjou  <julien@danjou.info>
5113
5114         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5115         (shr-get-image-data): Encode URL properly when fetching from cache.
5116         (shr-tag-img): Use aligned-to spaces to align correctly images.
5117
5118         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5119         before inserting the Gravatar.
5120
5121         * shr.el (shr-tag-img): Add align attribute support for <img>.
5122
5123 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gnus-gravatar.el (gnus-art): Require.
5126
5127         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5128         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5129         Remove long obsoleted functions.
5130
5131 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5134
5135         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5136
5137         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5138         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5139         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5140         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5141         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5142         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5143         * sieve-manage.el, smime.el, spam.el:
5144         Fix comment for declare-function.
5145
5146 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnimap.el (nnimap-request-rename-group): Select group read-only
5149         before renaming it.
5150
5151         * shr.el (shr-insert): Fix up the white space only regexp.
5152
5153         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5154         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5155
5156         * shr.el (shr-current-column): New function.
5157         (shr-find-fill-point): New function.
5158
5159 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5160
5161         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5162         numbers.
5163
5164 2010-10-11  Julien Danjou  <julien@danjou.info>
5165
5166         * shr.el (shr-hr-line): Add.
5167         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5168         display hr lines.
5169         (shr-max-columns): Do not change state to nil if we just inserting
5170         spaces.
5171
5172 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5175         select the last group.
5176
5177 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5180
5181 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5182
5183         * dig.el (dig-mode-map): Declare and define in one step.
5184
5185 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5188         for Gnus.
5189         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5190         (nnimap-update-qresync-info): Mark \Seen articles as read.
5191
5192         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5193         non-variable, too.
5194
5195         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5196         available.
5197         (nnimap-update-info): Rely more on the current active than the param
5198         active to avoid marking articles as read too much.
5199
5200         * auth-source.el (auth-source-create): Use (user-login-name) for the
5201         user name default.
5202
5203         * nnimap.el (nnimap-update-info): If the server doesn't return any
5204         useful info, just use the previous info.
5205         (nnimap-update-info): Prefer old info over start-article.
5206         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5207
5208 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5209
5210         * nnir.el (autoload): Clean up autoloads.
5211         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5212         Use key rather than value.
5213         (nnir-imap-search-other): New variable.
5214         (nnir-read-parm): Use it.
5215         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5216         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5217
5218 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5219
5220         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5221         the process, too.
5222
5223 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * spam.el (gnus-summary-mode-map): Bind to "$".
5226         Suggested by Russ Allbery.
5227
5228         * shr.el: Rework the way things are indented by <li> slightly.
5229
5230         * gnus.el (gnus-group-set-parameter): Fix typo.
5231
5232         * nnimap.el: Start implementing QRESYNC support.
5233
5234 2010-10-09  Julien Danjou  <julien@danjou.info>
5235
5236         * nnir.el (nnir-engines): Fix too many arguments.
5237
5238 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5241         group is the "last", so that the backends like nnfolder actually save
5242         their folders.
5243
5244         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5245         try to use that for the tls stream.
5246         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5247         UIDVALIDITY and find out which groups are read-only and not.
5248         (nnimap-get-flags): Use the same marks parsing code as the rest of
5249         nnimap.
5250
5251 2010-10-09  Julien Danjou  <julien@danjou.info>
5252
5253         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5254
5255         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5256         retrieving gravatars.
5257
5258         * shr.el (shr-table-corner): Add.
5259         (shr-table-line): Add.
5260         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5261
5262 2010-10-08  Julien Danjou  <julien@danjou.info>
5263
5264         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5265
5266 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5269
5270         * gnus-sum.el (gnus-mark-article-as-unread)
5271         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5272         (gnus-summary-set-bookmark): Use it.
5273
5274         * gnus-msg.el (gnus-setup-message): Use it.
5275
5276         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5277
5278         * gnus.el (gnus-group-remove-parameter): Use it.
5279
5280         * gnus-group.el (gnus-group-make-web-group): Use it.
5281
5282         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5283
5284         * nnregistry.el: Update docs to mention manual.
5285
5286         * gnus-registry.el: Update docs to mention nnregistry.el.
5287         (gnus-registry-initialize): Don't install nnregistry refer method
5288         automatically.
5289         (gnus-registry-install-nnregistry): Remove it.
5290
5291 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * shr.el (shr-insert): Don't insert double spaces.
5294
5295 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-gravatar.el (gnus-treat-from-gravatar)
5298         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5299         called interactively.
5300
5301         * gnus-art.el (gnus-mime-view-part-externally)
5302         (gnus-mime-view-part-internally): Make predicate function passed to
5303         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5304         of a mime type.
5305
5306         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5307
5308 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * shr.el (require): Require cl when compiling.
5311         (shr-tag-hr): New function.
5312
5313         * nnimap.el (nnimap-update-info): Remove double setting of high.
5314         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5315         This makes nnimap work properly on Courier again.
5316
5317         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5318         the variable for backwards compatibility.
5319
5320         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5321         the file name before using to avoid setting mm-default-directory to
5322         nil.
5323
5324         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5325         bidning gnus-agent variables.
5326
5327         * shr.el (shr-render-td): Use a cache for the table rendering function
5328         to avoid getting an exponential rendering behaviour in nested tables.
5329         (shr-insert): Rework the line-breaking algorithm.
5330         (shr-insert): Don't leave trailing spaces.
5331         (shr-insert-table): Also insert empty TDs.
5332         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5333
5334 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5335
5336         * gnus-sum.el (gnus-number): Rename from `number'.
5337         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5338         (gnus-summary-limit-children): Update uses correspondingly.
5339
5340 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5343         (gnus-gravatar-transform-address): Don't show avatars of people of
5344         which mail addresses match gnus-gravatar-too-ugly.
5345
5346 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * shr.el (shr-table-widths): Expand TD elements to fill available
5349         space.
5350
5351 2010-10-07  Julien Danjou  <julien@danjou.info>
5352
5353         * nnimap.el (nnimap-request-rename-group): Add this method.
5354
5355 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5358         name from XEmacs' function-arglist.
5359
5360         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5361         gravatar under XEmacs.
5362
5363 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         * auth-source.el: Update docs with TODO items.
5366
5367         * gnus-sync.el: Update docs to explain state and plans.
5368
5369         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5370         Hooks for mark updates.
5371         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5372
5373         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5374         hooks with arguments, which is needed for mark update hooks.
5375
5376 2010-10-06  Julien Danjou  <julien@danjou.info>
5377
5378         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5379         was matched.
5380
5381         * sieve-manage.el: Update example in `Commentary'.
5382
5383         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5384
5385         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5386         not 2000.
5387         (sieve-manage-authenticate): Re-add function.
5388
5389 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * shr.el (shr-insert): Get 'space transition right.
5392         (shr-render-td): Only delete space at the end of the TD.
5393
5394         * nnimap.el (nnimap-open-connection): Prepare to support
5395         open-gnutls-stream.
5396
5397         * shr.el: Rearrange function order to be more logical.
5398
5399 2010-10-06  Julien Danjou  <julien@danjou.info>
5400
5401         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5402         (nnrss-discover-feed): Remove 404 URL in docstring.
5403
5404         * nnir.el: Fix Swish-E URL.
5405         Fix Namazu URL.
5406
5407         * message.el (message-change-subject): Remove 404 URL in a comment.
5408
5409 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5412         called interactively.
5413
5414         * gnus-util.el (gnus-remove-if): Allow hash table.
5415         (gnus-remove-if-not): New function.
5416
5417         * gnus-art.el (gnus-mime-view-part-as-type)
5418         * gnus-score.el (gnus-summary-score-effect)
5419         * gnus-sum.el (gnus-read-move-group-name):
5420         Replace remove-if-not with gnus-remove-if-not.
5421
5422         * gnus-group.el (gnus-group-completing-read):
5423         Regard collection as a hash table if it is not a list.
5424
5425 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5428
5429         * shr.el: Document the table-rendering algorithm.
5430
5431 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5434         for Emacsen having no `libxml-parse-html-region' support.
5435
5436 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5439         invalid URLs.
5440
5441         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5442         line-broken.
5443         (shr-tag-img): Ignore image fetching errors.
5444         (shr-overlays-in-region): Compute overlay positions correctly.
5445
5446         * mm-decode.el (mm-shr): Require shr.
5447
5448         * gnus-art.el (gnus-blocked-images): Move variable here.
5449
5450         * shr.el (shr-insert-table): Bind free variable.
5451
5452         * mm-decode.el (mm-shr): Bind shr-content-function.
5453
5454         * shr.el (shr-content-function): New variable.
5455
5456         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5457         added for symmetry.
5458
5459         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5460
5461         * gnus-group.el (gnus-group-make-group): Doc fix.
5462
5463         * nnimap.el (nnimap-request-newgroups): Return success.
5464
5465         * shr.el (shr-find-elements): New function.
5466         (shr-tag-table): Put all the images after the table.
5467         (shr-tag-table): Really inhibit images inside the table.
5468         (shr-collect-overlays): Copy over overlays from the TD elements to the
5469         main document.
5470
5471         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5472         gnus-blocked-images.
5473
5474 2010-10-05  Julien Danjou  <julien@danjou.info>
5475
5476         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5477
5478         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5479         (gnus-html-maximum-image-size): Add this function.
5480         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5481
5482         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5483         server-value of the capability is nil.
5484
5485 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * shr.el (shr-tag-em): Add <EM> tag.
5488
5489 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5490
5491         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5492         customizable.
5493
5494         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5495         handing broken links to browse-url.
5496
5497 2010-10-05  Julien Danjou  <julien@danjou.info>
5498
5499         * gnus-util.el (gnus-emacs-completing-read)
5500         (gnus-iswitchb-completing-read): Use autoload rather than require.
5501
5502 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5505         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5506         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5507         iswitchb-temp-buflist for XEmacs.
5508
5509         * gnus-util.el (gnus-completing-read-function): Exclude
5510         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5511         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5512         XEmacs.
5513
5514         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5515         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5516
5517         * gnus-html.el: Don't require help-fns under XEmacs.
5518         (gnus-html-schedule-image-fetching): Work for XEmacs.
5519
5520         * mm-decode.el (mm-shr): Decode contents by charset.
5521
5522 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5525         unknown.
5526
5527         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5528         (shr-get-image-data): Ensure against the cache file missing.
5529
5530         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5531         for data.
5532
5533         * spam-report.el (spam-report-url-ping-plain): Don't query about
5534         killing the process.
5535
5536         * shr.el (shr-render-td): Protect against too-wide text.
5537
5538 2010-10-04  Julien Danjou  <julien@danjou.info>
5539
5540         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5541         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5542
5543         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5544         retrieved.
5545
5546 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * shr.el (browse-url): Require.
5549         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5550         lines.
5551         (shr-show-alt-text, shr-browse-image): New commands.
5552         (shr-browse-url, shr-copy-url): New commands.
5553
5554         * gnus-sum.el (gnus-widen-article-window): New variable.
5555         (gnus-summary-select-article-buffer): Use it.
5556
5557         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5558         without @ signs.
5559
5560 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5561
5562         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5563
5564 2010-10-04  Julien Danjou  <julien@danjou.info>
5565
5566         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5567         for XEmacs.
5568
5569 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5572
5573         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5574         (nnimap-close-server): Implement.
5575
5576         * dgnushack.el (iswitchb): Require to shut up the compiler.
5577
5578         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5579         (shr-insert): Tweak line breaking.
5580         (shr-insert): Handle <pre> better.
5581         (shr-tag-li): Get <li> indentation right.
5582         (shr-tag-li): Get <li> indentation even righter.
5583         (shr-tag-blockquote): Ensure paragraph start.
5584         (shr-make-table): Tweak table generation.
5585         (shr-make-table): Fix typo.
5586
5587         * shr.el: Implement table rendering.
5588
5589 2010-10-04  Julien Danjou  <julien@danjou.info>
5590
5591         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5592
5593 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * shr.el (shr-insert): Use string anchors instead of line anchors.
5596
5597 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * shr.el: Add headings.
5600         (shr-ensure-paragraph): Actually work.
5601         (shr-tag-li): Make <ul> prettier.
5602         (shr-insert): Get white space at the beginning/end of elements right.
5603         (shr-tag-p): Collapse subsequent <p>s.
5604         (shr-ensure-paragraph): Don't insert double line feeds after blank
5605         lines.
5606         (shr-insert): \t is also space.
5607         (shr-tag-s): Fix "s" tag name function.
5608         (shr-tag-s): Fix face prop name.
5609
5610 2010-10-03  Julien Danjou  <julien@danjou.info>
5611
5612         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5613
5614         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5615         gnus-window-inside-pixel-edges.
5616
5617         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5618         gnus-ems.
5619
5620         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5621
5622         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5623         function.
5624
5625         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5626         resize choice.
5627
5628 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5631         beginning of the buffer.
5632
5633         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5634         article buffer again.
5635
5636         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5637
5638         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5639         when it's at the start of the buffer.
5640
5641         * shr.el (shr-tag-blockquote): Convert name.
5642         (shr-rescale-image): Use the right image-size variant.
5643
5644         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5645         buffer isn't shown, then select the current article first instead of
5646         bugging out.
5647         (gnus-summary-select-article-buffer): Show both the article and summary
5648         buffers again.
5649
5650         * shr.el (shr-fontize-cont): Protect against regions with no text.
5651         Rename tag functions to shr-tag-* for enhanced security.
5652         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5653
5654 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5655
5656         * shr.el (shr-insert):
5657         * pop3.el (pop3-movemail):
5658         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5659         loaded.
5660
5661 2010-10-03  Glenn Morris  <rgm@gnu.org>
5662
5663         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5664
5665         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5666
5667         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5668
5669         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5670
5671         * gnus-util.el (gnus-make-local-hook): Simplify.
5672
5673 2010-10-02  Julien Danjou  <julien@danjou.info>
5674
5675         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5676         (gnus-ido-completing-read): New function.
5677         (gnus-emacs-completing-read): New function.
5678         (gnus-completing-read): Use gnus-completing-read-function.
5679         Add gnus-completing-read-function.
5680
5681 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * shr.el (shr-insert-document): Autoload.
5684         (shr-img): Be silent.
5685         (shr-insert): Add a newline after every picture before text.
5686         (shr-add-font): Use overlays for combining faces.
5687         (shr-insert): Pass upwards the text start point.
5688
5689         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5690         possible.
5691         (mm-shr): New function.
5692
5693 2010-10-02  Julien Danjou  <julien@danjou.info>
5694
5695         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5696         should go backward.
5697
5698 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5699
5700         * shr.el (shr): Fix typo in provide call.
5701
5702 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * shr.el: New file.
5705
5706         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5707
5708         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5709         completing read.
5710
5711 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5714         we're being queried about.  Suggested by Dan Jacobson.
5715
5716         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5717         Suggested by Jason Eisner.
5718
5719         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5720         table, too.  Suggested by Stefan Wiens.
5721         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5722         the table unnecessary.  Suggested by Stefan Wiens.
5723
5724         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5725         longer needed, and probably doesn't work either, as pointed out by
5726         Stefan Wiens.
5727         (gnus-summary-exit): Remove call to the clearing function.
5728         (gnus-summary-exit-no-update): Ditto.
5729
5730         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5731         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5732         Reported by Stefan Monnier.
5733         (gnus-summary-save-in-rmail): Ditto.
5734
5735         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5736         article buffer, instead of both the article buffer and the summary
5737         buffer.  Sort of suggested by Dan Jacobson.
5738
5739         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5740
5741         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5742         Suggested by Dan Jacobson.
5743
5744         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5745         documentation clearer.
5746
5747         * message.el (message-shorten-references): Comment on the number "21".
5748         Suggested by Stefan Monnier.
5749
5750         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5751         Suggested by Dan Jacobson.
5752
5753         * gnus.el (gnus-large-newsgroup):
5754         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5755
5756         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5757         externalize attachments.  Bug reported by Steve Wen.
5758
5759         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5760         really message anything to the user.
5761
5762         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5763         directly.
5764
5765         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5766         messages in empty groups.
5767
5768 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5769
5770         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5771         non-UIDNEXT group.
5772
5773 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5776         not the value from the collection.
5777
5778         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5779         values.  This sometimes happens on some groups that have no info.
5780         (nnimap-request-newgroups): New function.
5781
5782 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5785         check into `gnus-registry-initialize'.
5786         (gnus-registry-initialize): Ditto.
5787         Fix and extend header docs.
5788
5789 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5792         regexp backtrace overflows.
5793
5794         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5795         for starttls that tls.el implements; i.e. openssl.
5796
5797         * tls.el (tls-starttls-switches): Give up on using starttls with
5798         gnutls-cli.
5799         (tls-program): Add --insecure to be consistent with the defaults from
5800         openssl s_client.  Now all three commands are insecure.
5801
5802 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * lpath.el: Bind completion-styles-alist for XEmacs.
5805
5806         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5807         (gravatar-create-image): New function that's an alias to
5808         gnus-xmas-create-image, gnus-create-image, or create-image.
5809         (gravatar-data->image): Use it.
5810
5811 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5814         install the nnregistry refer method.
5815         (gnus-registry-install-hooks): Use it.
5816         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5817         unfollowed groups.
5818
5819 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5820
5821         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5822         expanding threads.
5823
5824 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * nnir.el: Use the server names without suffixes (bug #7009).
5827
5828         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5829         unencrypted to STARTTLS, if possible.
5830
5831 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5832
5833         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5834         headers before superseding.
5835
5836 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * nnrss.el (nnrss-use-local): Add documentation.
5839
5840         * nnimap.el (nnimap-extend-tls-programs): New function.
5841         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5842         (nnimap-wait-for-connection): Accept the greeting from the stupid
5843         output from openssl s_client -starttls, too.
5844
5845         * tls.el (tls-starttls-switches): New variable.
5846         (tls-find-starttls-argument): Use it.
5847         (open-tls-stream): Ditto.
5848
5849         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5850         (netrc-machine): Ditto.
5851
5852         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5853         article number.
5854         (nnimap-split-fancy): New variable.
5855         (nnimap-split-incoming-mail): Use it.
5856
5857         * nntp.el (nntp-server-list-active-group): Document.
5858
5859         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5860         SELECT to get the message-id.
5861
5862         * mail-source.el (mail-sources): Remove webmail support.
5863         (defvar): Ditto.
5864         (mail-source-fetcher-alist): Ditto.
5865         (mail-source-fetch-webmail): Remove.
5866
5867         * webmail.el: Remove -- doesn't seem relevant any more.
5868
5869         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5870
5871         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5872         the \r.
5873
5874 2010-09-30  Julien Danjou  <julien@danjou.info>
5875
5876         * gnus-agent.el (gnus-agent-add-group): Fix call to
5877         gnus-completing-read.
5878
5879 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * nndoc.el (nndoc-retrieve-groups): New function.
5882
5883         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5884         `default', use nnmail-split-methods.
5885         (nnimap-request-article): Downcase the NILs so that they are nil.
5886
5887         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5888         symbol.
5889
5890         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5891         code, since if the user has requested network, that's what they ought
5892         to get.
5893         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5894         (nnimap-split-rule): Mark as obsolete.
5895
5896         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5897         New variable.
5898
5899         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5900         correct slot, too.
5901
5902 2010-09-29  Julien Danjou  <julien@danjou.info>
5903
5904         * gnus.el (gnus-local-domain): Declare variable obsolete.
5905
5906         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5907         Fix history computing.
5908         (gnus-ido-completing-read): Require ido.
5909
5910 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5913         build Gnus.
5914
5915         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5916         when interpreting the structures.
5917         (nnimap-request-accept-article): Add \r\n to the lines to make this
5918         work with Cyrus.
5919
5920         * nndraft.el (nndraft-request-expire-articles): Use the group name
5921         instead if "nndraft".  Fix found by Nils Ackermann.
5922
5923 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5924
5925         * nnregistry.el: Add.
5926
5927 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5928
5929         * nnmail.el (group, group-art-list, group-art):
5930         Remove unneeded directives.
5931
5932 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5935         (mm-mime-charset)
5936         * rfc2047.el (rfc2047-syntax-table)
5937         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5938
5939         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5940         rather than `insert-file-contents' and `eval-region'.
5941
5942         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5943         construction.
5944
5945         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5946
5947         * time-date.el: No need to require cl for Emacs 21.
5948
5949 2010-09-29  Julien Danjou  <julien@danjou.info>
5950
5951         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5952         replacement of `gnus-gravatar-relief' to mimic
5953         `gnus-faces-properties-alist'.
5954         Add :version property.
5955
5956 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * mail-source.el (mail-source-report-new-mail)
5959         * message.el (message-default-mail-headers)
5960         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5961
5962         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5963
5964 2010-09-28  Julien Danjou  <julien@danjou.info>
5965
5966         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5967         mail-address contains the same string as real-name.
5968
5969         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5970         non-blank in header, otherwise it'll get stripped.
5971
5972         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5973         real-name, and then for mail address rather than doing : or , search.
5974
5975 2010-09-27  Julien Danjou  <julien@danjou.info>
5976
5977         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5978         right completing-read function.
5979         (gnus-use-ido): New variable
5980         (gnus-completing-read-with-default): Remove.
5981         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5982         (gnus-agent-add-group):
5983         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5984         * mm-view.el (mm-view-pkcs7-decrypt):
5985         * mm-util.el (mm-codepage-setup):
5986         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5987         * mml-smime.el (mml-smime-openssl-sign-query):
5988         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5989         (mml-insert-multipart):
5990         * gnus-msg.el (gnus-summary-yank-message):
5991         * gnus-int.el (gnus-start-news-server):
5992         * mm-decode.el (mm-interactively-view-part):
5993         * gnus-dired.el (gnus-dired-attach):
5994         * gnus.el (gnus-read-method):
5995         * gnus-bookmark.el (gnus-bookmark-jump):
5996         * gnus-art.el (gnus-mime-view-part-as-type)
5997         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5998         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5999         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6000         * nnmairix.el (nnmairix-create-server-and-default-group)
6001         (nnmairix-update-groups, nnmairix-get-server)
6002         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6003         (nnmairix-get-group-from-file-path):
6004         * nnrss.el (nnrss-find-rss-via-syndic8):
6005         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6006         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6007         (gnus-group-browse-foreign-server):
6008         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6009         (gnus-summary-execute-command, gnus-summary-respool-article)
6010         (gnus-read-move-group-name):
6011         * gnus-score.el (gnus-summary-increase-score)
6012         (gnus-summary-score-effect):
6013         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6014
6015 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6018         x-focus-frame.
6019
6020         * nnimap.el (auth-source-forget-user-or-password)
6021         (auth-source-user-or-password): Autoload.
6022
6023         * message.el (message-from-style, message-interactive)
6024         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6025         (message-yank-prefix, message-indentation-spaces, message-signature)
6026         (message-signature-file): Add comment.
6027
6028 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6031         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6032         new articles.
6033
6034         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6035         parts.
6036         (nnimap-request-article): Work with the t setting, too.
6037
6038         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6039         that you don't get flashes of other buffers.
6040         (gnus-summary-show-complete-article): Intern before setting.
6041
6042 2010-09-27  David Engster  <dengste@eml.cc>
6043
6044         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6045         well as HEADERS.
6046         (nnmairix-retrieve-headers): Provide new argument for the above.
6047
6048 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * gnus-sum.el (gnus-summary-move-article): Don't alter
6051         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6052         group.
6053
6054         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6055
6056         * message.el (message-cite-prefix-regexp): Revert my last edit.
6057
6058         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6059         variable instead of the Gnus variable.
6060
6061         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6062
6063         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6064
6065         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6066         since some servers don't like it.
6067         (nnimap-open-connection): Forget credentials if the server says the
6068         password was wrong.
6069         (nnimap-parse-line): Protect against invalid data.
6070
6071         * gnus-sum.el (gnus-summary-move-article): Add comment.
6072         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6073         nothing alters it while scanning for new messages.
6074
6075         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6076         which may or may not help.
6077         (nnimap-open-connection): If we're doing a stream connection, and then
6078         discover we're on a STARTTLS-capable server, then open a STARTTLS
6079         connection instead.
6080
6081 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * nnimap.el (utf7): Require.
6084
6085         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6086         prefix.
6087
6088 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6089
6090         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6091
6092 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * nnimap.el (nnimap-request-accept-article): Message the error on
6095         error.
6096
6097 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6100
6101 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * nndoc.el (nndoc-request-list): Return success always.
6104
6105         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6106         `fetch-old' -- we only want to fetch the articles we've requested.
6107         The rest are in the agent, probably.
6108         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6109         disappeared server" to something low.  It's not important.
6110
6111         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6112         arrived before the FETCH data.
6113
6114         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6115         target here, because we don't know the Gnus name of the group.
6116
6117         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6118         for the correct group.
6119
6120         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6121
6122         * gnus.el (gnus): Give a final warning after startup.
6123
6124         * gnus-util.el (gnus-action-message-log): New variable.
6125         (gnus-message): Use it.
6126         (gnus-final-warning): New function.
6127
6128         * nnimap.el (nnimap-open-connection): Record the greeting.
6129         (nnimap): Add greeting.
6130
6131 2010-09-26  Julien Danjou  <julien@danjou.info>
6132
6133         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6134         arguments.
6135         (gnus-html-wash-images): Fix spec computing to include start/end.
6136
6137         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6138
6139 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6142         deletion.
6143         (nnimap-retrieve-headers): Don't select the group, because that's
6144         already done by nnimap-possibly-change-group.
6145
6146         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6147         (gnus-picon-transform-address): Use it.
6148
6149         * mail-source.el (mail-source-value): Revert previous patch.
6150
6151         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6152         on failure.
6153         (nnimap-open-connection): Look up both virtual and physical server name
6154         credentials.
6155
6156         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6157
6158 2009-02-07  Dave Love  <fx@gnu.org>
6159
6160         * tls.el (open-tls-stream): Don't query killing process.
6161
6162 2009-02-08  Dave Love  <fx@gnu.org>
6163
6164         * gnus-win.el (gnus-window-to-buffer-helper)
6165         (gnus-all-windows-visible-p): Function needn't be a symbol.
6166
6167         * mail-source.el (mail-source-value): Function needn't be a symbol.
6168
6169 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * message.el (message-cite-prefix-regexp): Remove } from the cite
6172         prefix.
6173
6174         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6175         highlight again, so that the highlight is correct.
6176
6177         * gnus-picon.el (gnus-picon): Remove again.
6178         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6179
6180         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6181         doing the header highlightling, so that the background colour of the
6182         picon is correct.
6183
6184         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6185         (gnus-picon): Ditto.
6186         (gnus-picon): Reinstate.  The background colour for picons is white.
6187         (gnus-picon-insert-glyph): Make the background white.
6188
6189         * nnml.el (nnml-open-nov): Don't return dead buffers.
6190
6191         * auth-source.el (auth-source-create): Query the user for whether to
6192         store the credentials.
6193
6194         * netrc.el (netrc-store-data): New function.
6195
6196         * auth-source.el (auth-source-user-or-password): Use the existing auth
6197         sources, if any, for creation.
6198
6199         * gnus.el (gnus-group-fast-parameter): Return the last matching
6200         parameter instead of the first matching parameter.
6201
6202 2010-09-26  Julien Danjou  <julien@danjou.info>
6203
6204         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6205
6206 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * mml2015.el (mml2015-use): Remove gpg support.
6209
6210         * mml1991.el (mml1991-function-alist): Remove gpg function.
6211         (mml1991-gpg-sign): Remove.
6212
6213 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6214
6215         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6216         (gnus-browse-unsubscribe-current-group): Document it.
6217         (gnus-browse-unsubscribe-group): Use it.
6218
6219 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6222         address to the To list for easier response.
6223
6224         * gnus.el (gnus-play-startup-jingle): Remove.
6225         (gnus-splash): Don't play jingle.
6226         (gnus): Silence gnus-load message.
6227
6228         * gnus-art.el (gnus-treat-play-sounds): Remove.
6229
6230         * gnus.el (gnus-play-jingle): Remove audio support.
6231
6232         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6233
6234         * earcon.el: Remove -- no users.
6235
6236         * gnus-audio.el: Remove -- no users of this package.
6237
6238         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6239
6240         * gnus-start.el (gnus-setup-news): Remove nocem support.
6241
6242         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6243
6244         * gnus.el (gnus-use-nocem): Remove.
6245
6246         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6247         Remove.
6248
6249         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6250         uses NoCeM any more.
6251
6252         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6253         (gnus-button-ctan-handler): Ditto.
6254         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6255         (gnus-button-ctan-directory-regexp): Ditto.
6256         (gnus-button-handle-ctan): Ditto.
6257         (gnus-button-tex-level): Ditto.
6258         (gnus-button-alist): Remove CTAN stuff.
6259
6260 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6263         nnimap-streaming test.
6264
6265         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6266         servers twice.
6267
6268         * nnimap.el (nnimap-open-connection): Add more error reporting when
6269         nnimap fails early.
6270
6271         * nnheader.el (nnheader-get-report-string): New function.
6272         (nnheader-get-report): Use it.
6273
6274         * gnus-int.el (gnus-check-server): Say what the error was when opening
6275         failed.
6276
6277         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6278         using streaming.
6279
6280 2010-09-25  Julien Danjou  <julien@danjou.info>
6281
6282         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6283         gnus-window-inside-pixel-edges.
6284
6285 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6288
6289         * mm-decode.el (mm-save-part): Allow saving to other directories the
6290         normal Emacs way.
6291
6292         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6293         Suggested by Jay Berkenbilt.
6294
6295         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6296         there isn't a single byte.
6297
6298         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6299         just do it.  It doesn't really seem to matter what the user responds
6300         here, I think, so it's just a confusing question.
6301
6302         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6303         non-streaming case.
6304
6305         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6306         (gnus-article-encrypt-body): Use it.
6307
6308         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6309         keystroke.
6310
6311         * nnimap.el (nnimap-find-wanted-parts-1):
6312         Use gnus-fetch-partial-articles.
6313
6314         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6315
6316         * nnimap.el (nnimap-insert-partial-structure): New function.
6317         (nnimap-get-partial-article): New function.
6318         (nnimap-request-article): Use it.
6319         (nnimap-wait-for-response): Return whether the wait was successful.
6320         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6321         retrieval wasn't successful.
6322         (nnimap-retrieve-group-data-early): Allow throttling servers.
6323         (nnimap-streaming): New variable.
6324         (nnimap-fetch-partial-articles): Remove.
6325
6326         * mm-decode.el (mm-with-part): Protect against killed buffers.
6327
6328         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6329         for prettier summary display.
6330
6331 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6332
6333         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6334
6335 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6338         apparently third-party libraries depend on it.
6339
6340         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6341         before starting negotiation.
6342
6343         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6344         privacy reasons.
6345         (gnus-treat-mail-gravatar): Ditto.
6346
6347         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6348         buffer when inserting images.  Inserting text into the headers, for
6349         instance, can make them invalid.
6350
6351 2010-09-25  Julien Danjou  <julien@danjou.info>
6352
6353         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6354         variables.
6355
6356         * nnheader.el: Remove useless variables news-reply-yank-from and
6357         news-reply-yank-message-id.
6358
6359         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6360         variables.
6361
6362         * mml1991.el: Remove useless mml1991-verbose.
6363
6364         * gnus.el: Remove useless variable gnus-use-generic-from.
6365         Remove obsolete variable gnus-topic-indentation.
6366
6367         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6368
6369         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6370
6371         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6372
6373         * gnus-group.el: Remove useless gnus-group-icon-cache.
6374         Remove useless gnus-ephemeral-group-server.
6375
6376         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6377
6378         * mml2015.el: Remove useless mml2015-verbose.
6379
6380         * mml-smime.el: Remove useless mml-smime-verbose.
6381
6382         * gnus.el: Remove useless gnus-local-domain.
6383
6384         * gnus-gravatar.el (gnus-gravatar-transform-address):
6385         Use gnus-gravatar-size.
6386
6387         * gnus-art.el: Remove useless gnus-treat-translate.
6388
6389 2010-09-24  Julien Danjou  <julien@danjou.info>
6390
6391         * gnus-sum.el: Add support for Gravatars.
6392
6393         * gnus-art.el: Add support for Gravatars.
6394
6395         * gnus-gravatar.el: Add this file.
6396
6397         * gravatar.el: Add this file.
6398
6399 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6402
6403         * gnus-group.el (gnus-group-fetch-faq): Remove.
6404
6405         * gnus.el (gnus-group-faq-directory): Remove.
6406
6407         * gnus-group.el (gnus-group-fetch-charter): Remove.
6408
6409         * gnus.el (gnus-group-charter-alist): Remove.
6410
6411         * gnus-group.el (gnus-group-archive-directory): Remove.
6412         (gnus-group-recent-archive-directory): Ditto.
6413         (gnus-group-make-archive-group): Remove.
6414
6415         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6416
6417         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6418         use the same article number for all the cached articles.
6419
6420         * nnimap.el (nnimap-command): Register the last command time so
6421         that we can use it for idling NOOPs.
6422         (nnimap-open-connection): Start the keeplive timer.
6423         (nnimap-make-process-buffer): Store all the process buffers.
6424         (nnimap-keepalive): New function.
6425
6426         * starttls.el (starttls-open-stream): Add autoload cookie.
6427
6428 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6429
6430         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6431         handling.
6432
6433 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6436         its data structures.
6437
6438         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6439         instead of the cl.el copy-list.
6440         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6441         equalp.
6442
6443 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6446         and tool-bar-local-item-from-menu.
6447
6448         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6449         mode-line-highlight face for Emacs.
6450
6451         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6452         loading gnus-sum.elc; fix comment for canlock-verify.
6453         (gnus-article-jump-to-part): Use read-number.
6454         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6455         Remove Emacs pre-21 compatible code for help-echo.
6456         (gnus-article-next-page-1): No need to adjust the number of lines.
6457         (gnus-article-describe-bindings): Always use help-buffer.
6458
6459         * gnus-audio.el (gnus-audio-inline-sound)
6460         * gnus-cus.el (gnus-custom-mode)
6461         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6462
6463         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6464
6465         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6466         compatible code.
6467
6468 2010-09-24  Glenn Morris  <rgm@gnu.org>
6469
6470         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6471         visiting the fcc file in rmail-mode.
6472
6473         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6474
6475 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * nnir.el: Silence the byte compiler.
6478
6479         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6480         alias to browse-url-url-encode-chars if any.
6481         (gnus-html-encode-url): Use it.
6482
6483 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-start.el (gnus-use-backend-marks): New variable.
6486         (gnus-get-unread-articles-in-group): Use it.
6487
6488         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6489         makeover.
6490
6491 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6492
6493         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6494
6495 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6498         Remove.
6499         (gnus-setup-news-hook):
6500         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6501
6502         * gnus-int.el (gnus-request-update-info): Protect against backends not
6503         having the function.
6504
6505         * nnimap.el (nnimap-stream): Mention starttls.
6506         (nnimap-open-connection): Add starttls support.
6507
6508 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6509
6510         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6511
6512 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6515         BODYSTRUCTUREs.
6516         (nnimap-transform-headers): Unfold quoted {42} headers.
6517
6518         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6519         the info.
6520         (gnus-get-unread-articles): Only call updatep on backends that support
6521         it.
6522
6523         * nnweb.el (nnweb-request-update-info): NOOP.
6524
6525         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6526
6527         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6528         since it only deals with marks.
6529
6530         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6531         gnus-request-marks, and make a new gnus-request-update-info.
6532
6533         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6534         the active instead of the high number, which is usually too low.
6535
6536 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6539         * encrypt.el: Remove.
6540
6541 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6544         server in symbolic form.
6545
6546         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6547
6548 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6551         (nnimap-update-info): Fix up code slightly.
6552
6553         * gnus-int.el (gnus-open-server): Add tracing for performance
6554         debugging.
6555
6556         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6557         (gnus-group-insert-group-line): Pass the real group name so that it
6558         gets the right data.
6559
6560         * gnus-start.el (gnus-get-unread-articles): Don't have
6561         `gnus-get-unread-articles-in-group' update info, since that can be
6562         really slow and doesn't seem to be needed?
6563
6564 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6565
6566         * time-date.el (date-to-time): Try using parse-time-string first before
6567         using the slower timezone-make-date-arpa-standard.
6568
6569 2010-09-22  Julien Danjou  <julien@danjou.info>
6570
6571         * gnus-group.el (gnus-group-insert-group-line):
6572         Call gnus-group-highlight-line.
6573         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6574         default hook list.
6575         (gnus-group-update-eval-form): Add new function.
6576         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6577         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6578
6579 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6582         immediate, then expire all articles.
6583         (nnimap-update-info): Fix off-by-one errors.
6584         (nnimap-flags-to-marks): Would return no marks lists for group with no
6585         flags.  Instead return the other data.
6586
6587 2010-09-22  Julien Danjou  <julien@danjou.info>
6588
6589         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6590         Only return an icon.
6591         (gnus-group-insert-group-line): Compute icon to return.
6592
6593         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6594         (gnus-html-image-fetched): Only cache if
6595         gnus-html-image-automatic-caching is set.
6596         (gnus-html-image-fetched): Check for errors.
6597
6598 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6601         once per method on `g'.  This ensures that backends like nnfolder don't
6602         open all their folders.
6603
6604         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6605         (nnimap-request-list): Nix out group in the correct buffer.
6606         (nnimap-parse-flags): Implement by using `read' instead of
6607         hand-parsing.
6608         (nnimap-flags-to-marks): Pass on permanent-flags.
6609         (nnimap-make-process-buffer): Record the server name.
6610         (nnimap-parse-flags): Fix typo.
6611         (nnimap-request-scan): Run split on the server in general, not just a
6612         single group.
6613
6614         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6615         parameter, and propagate this downwards.
6616
6617         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6618         since EXAMINE changes it on the server.
6619
6620         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6621         this command might take a while.
6622
6623 2010-09-22  Julien Danjou  <julien@danjou.info>
6624
6625         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6626         harmful if you have 2 images side-by-side, they can't be properly
6627         update on text deletion.  Using text-property is safer here.
6628         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6629         data.
6630
6631 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * nnimap.el (nnimap-expunge-inbox): Remove.
6634         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6635         (nnimap-expunge): Flip default to t.
6636
6637         * gnus.el (gnus-method-to-server): Don't push things to the cache
6638         unless it's unique.
6639         (gnus-server-to-method): Ditto.
6640
6641 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6644
6645 2010-09-22  Julien Danjou  <julien@danjou.info>
6646
6647         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6648         get the start of data.
6649         (gnus-html-encode-url): Add this function to encode special chars in
6650         URL.
6651         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6652         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6653
6654         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6655         default.
6656         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6657
6658         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6659         images alt-text.
6660         (gnus-html-put-image): Put alt-text as help-echo.
6661
6662 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6665         * mm-util.el (mm-decompress-buffer)
6666         * nnir.el (nnir-run-find-grep)
6667         * pop3.el (pop3-list): Use 3rd arg of split-string.
6668
6669         * time-date.el (format-seconds): Comment fix.
6670
6671         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6672         and byte-optimize-form-code-walker.
6673         (dgnushack-make-auto-load): Don't advise make-autoload.
6674
6675         * lpath.el: Remove Emacs 21 stuff.
6676
6677 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6680         outside the active range.  Suggested by Dan Christensen.
6681
6682         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6683         slightly later to avoid double-getting it.
6684
6685         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6686         previous patch.
6687
6688         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6689
6690 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6691
6692         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6693
6694 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * gnus-int.el (gnus-open-server): Give a better error message in the
6697         "go offline" case.
6698
6699         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6700         marks for nnimap, which is seldom the right thing to do.
6701
6702         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6703         (gnus-same-method-different-name): New function.
6704
6705         * nnimap.el (parse-time): Require.
6706
6707         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6708         method in the presence of many similar methods.
6709
6710         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6711
6712         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6713         nnml-inhibit-expiry.
6714
6715         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6716         find out whether methods are equal.
6717
6718         * nnimap.el (nnimap-find-expired-articles): New function.
6719         (nnimap-process-expiry-targets): New function.
6720         (nnimap-request-move-article): Request the article before looking at
6721         what the Message-ID is.  Fix found by Andrew Cohen.
6722         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6723
6724         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6725         for oldness in addition to being a predicate.
6726
6727         * nnimap.el (nnimap-request-group): When we have zero articles, return
6728         the right data to Gnus.
6729         (nnimap-request-expire-articles): Only delete articles immediately if
6730         the target is 'delete.
6731
6732         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6733         method, this would bug out.
6734
6735         * gnus-group.el (gnus-group-expunge-group): Rename from
6736         gnus-group-nnimap-expunge, and implemented as a normal interface
6737         function.
6738
6739         * gnus-int.el (gnus-request-expunge-group): New function.
6740
6741         * nnimap.el (nnimap-request-create-group): Implement.
6742         (nnimap-request-expunge-group): New function.
6743
6744 2010-09-21  Julien Danjou  <julien@danjou.info>
6745
6746         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6747         (gnus-html-cache-expired): Add new function.
6748         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6749         wethever we should display image for fetch it.
6750         Compute alt-text earlier to pass it to the fetching function too.
6751         (gnus-html-schedule-image-fetching): Change function argument to only
6752         get one image at a time, not a list.
6753         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6754         cache.
6755         (gnus-html-get-image-data): New function to retrieve image data from
6756         cache.
6757         (gnus-html-put-image): Change buffer argument to use image data rather
6758         than file, and place image above region rather than inserting a new
6759         one.  Do not take alt-text as argument, since it's useless now: we place
6760         the image above alt-text.
6761         (gnus-html-prune-cache): Remove.
6762         (gnus-html-show-images): Start to fetch image when we find one, do not
6763         push into a temporary list.
6764         (gnus-html-prefetch-images): Only fetch image if they have expired.
6765         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6766         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6767
6768 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6771
6772 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6775         spec inser "*" if the group isn't active instead of 0.
6776
6777         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6778         opening the server.
6779         (nnimap-request-delete-group): Implement group deletion.
6780         (nnimap-transform-headers): Return the size of the entire message in
6781         the Bytes header, not just the size of the first part.
6782         (nnimap-request-move-article): When moving an article from nnimap,
6783         request the article first so the accepting form has an article to
6784         accept.  Reported by Dan Christensen.
6785         (nnimap-command): Make sure that the error message doesn't error out.
6786
6787 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6788
6789         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6790         we haven't requested anything.
6791
6792 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6795         "".  Fix found by Andrew Cohen.
6796
6797         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6798         instead of -encode-string.
6799
6800 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6803
6804         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6805         by mm-subst-char-in-string.
6806
6807 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6810         waiting for the connection string.
6811
6812         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6813         arriving.
6814
6815         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6816         bogus characters.  This allows selecting certain Gmail groups.
6817
6818         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6819         (nnimap-fetch-partial-articles): New variable.
6820         (nnimap-open-connection): When looking for credentials, also use the
6821         nnimap-server-port.
6822         (nnimap-request-article): Return the group/article number, so that Gnus
6823         `^' works as expected.
6824         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6825
6826         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6827         comments.
6828         (gnus-methods-sloppily-equal): New function.
6829         (gnus): When using the development version of Gnus, load the gnus-load
6830         file.
6831
6832         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6833         `gnus-open-server' on each method before trying to scan them etc.
6834         This ensures that all the backend parameters are set correctly.
6835
6836         * nnimap.el (nnimap-authenticator): New variable.
6837         (nnimap-open-connection): Allow anonymous login.
6838         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6839         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6840
6841         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6842         patch, found by Knut Anders Hatlen.
6843
6844 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6845
6846         * gnus-agent.el (gnus-agent-batch-confirmation)
6847         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6848         to gnus-message.
6849         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6850         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6851         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6852         * gnus-int.el (gnus-open-server): Likewise.
6853         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6854         (gnus-score-check-syntax): Likewise.
6855         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6856         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6857         Likewise.
6858         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6859
6860 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6863         calling conventions so that prefetch doesn't bug out.
6864
6865 2010-09-19  Julien Danjou  <julien@danjou.info>
6866
6867         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6868         rather than `subst-char-in-region' in order to be able to replace ASCII
6869         char by UTF-8 ones.
6870
6871         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6872         than curl.
6873         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6874         the right URL and ALT text on images.
6875         (gnus-html-wash-tags): Fix tag case.
6876         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6877         (gnus-article-html): Add -o display_ins_del=2 option.
6878         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6879
6880 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6883         the extra mail headers, which sometimes seem to happen for unknown
6884         reasons.
6885
6886         * mail-parse.el (mail-header-encode-parameter): Define as
6887         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6888         (or most, perhaps?) mail readers don't understand the latter, but do
6889         understand the former.
6890
6891         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6892         to nil, so that no methods are automatically agentized.  I think this
6893         is probably what most users want.
6894
6895         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6896         from url-retrieve, for instance about invalid URLs.
6897
6898         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6899         groups that have no articles.
6900         (nnimap-request-article): Check that we really got an article when we
6901         requested one.
6902
6903         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6904         doesn't exist.
6905
6906         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6907         nntp buffer so the agent can save it.
6908         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6909         that CRLF doesn't get translated to \n.
6910         (nnimap-open-connection): Don't make 'shell commands only send \n.
6911
6912 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6913
6914         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6915         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6916         Update var name.
6917         (nnml-generate-nov-file): Use dolist.
6918         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6919         Use with-current-buffer.
6920
6921 2010-09-18  Julien Danjou  <julien@danjou.info>
6922
6923         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6924         parallel.
6925
6926 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6929         the range update right.
6930         (nnimap-request-group): Don't make `M-g' bug out on group with no
6931         marks.
6932         (nnoo): Require, so that other packages can require nnimap.
6933         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6934         command we're looking for.  This helps when the server sends more
6935         responses after we've gotten everything we expected.
6936         (nnimap): Add a `newlinep' field to keep track of end-of-line
6937         conventions.
6938         Don't send CRLF to things that don't want it.
6939         (nnimap-request-accept-article): Ditto.
6940
6941 2010-09-18  Julien Danjou  <julien@danjou.info>
6942
6943         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6944         than curl to retrieve images.
6945
6946 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6949         the marks.
6950         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6951         (nnimap-wait-for-connection): New function.
6952         (nnimap-open-connection): If we have PREAUTH, don't query for login
6953         credentials.
6954         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6955         when doing a partial update.
6956
6957 2010-09-18  Julien Danjou  <julien@danjou.info>
6958
6959         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6960         tags.
6961
6962 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * nnimap.el (nnimap-credentials): New function.
6965         (nnimap-open-connection): Use the new function to look for credentials
6966         also on the numeric equivalents of "imap" and "imaps".
6967
6968         * gnus-start.el (gnus-activate-group): Send the info to
6969         gnus-request-group.
6970
6971         * nnimap.el (nnimap-request-group): Have the "check" version of the
6972         function parse flags and update the info, so that a `M-g' get a total
6973         resync of all flags from the group.
6974
6975         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6976         to allow backends to alter the info on group selection.  Also alter all
6977         the backend -request-group functions to take the parameter.
6978
6979         * nnimap.el (nnimap-store-info): New function.
6980         (nnimap-update-info): Store the info for later usage.
6981         (nnimap-request-group): Use the stored info for the dont-check case, so
6982         that we don't retrieve all marks when we enter a group.
6983
6984         * nnimap.el: Use deffoo instead of defun for interface functions.
6985
6986         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6987         update the group info.  This makes the nndraft groups, for instance, go
6988         back to their old behaviour.
6989
6990         * gnus-sum.el (gnus-select-newsgroup): Indent.
6991
6992         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6993         in.
6994         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6995         nothing.
6996
6997         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6998         from methods that are denied.
6999
7000         * gnus-int.el (gnus-method-denied-p): New function.
7001
7002         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7003         store the password instead of netrc.
7004         (nnimap-open-connection): Don't error out when we can't make a
7005         connections.
7006
7007         * auth-source.el (auth-source-create): In the password prompt, say what
7008         we're querying for.  Also prompt for user name if that hasn't been
7009         given.
7010
7011         * nnimap.el (nnimap-with-process-buffer): Remove.
7012
7013 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7016         method when we're reading from the agent.
7017
7018         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7019
7020         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7021         that's probably most useful for users.
7022
7023         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7024         "failed" all the time.
7025
7026         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7027         ...)) with (with-current-buffer ... ).
7028
7029         * nntp.el (nntp-open-server): Return whether the open was successful or
7030         not.
7031
7032         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7033         select an unread unseen article first.
7034
7035         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7036         /etc/services, supply some sensible port defaults.
7037
7038         * dgnushack.el: Define netrc-credentials.
7039
7040 2010-09-17  Julien Danjou  <julien@danjou.info>
7041
7042         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7043
7044 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7045
7046         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7047         doesn't have any parameters.
7048
7049 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7052         only upcased checks.
7053
7054         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7055
7056         * nnimap.el (nnimap-open-shell-stream): New function.
7057         (nnimap-open-connection): Use it.
7058         (nnimap-transform-headers): Get the number of lines in each message.
7059         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7060         number of lines.
7061         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7062         problem.
7063
7064         * utf7.el (utf7-encode): Autoload.
7065
7066         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7067         to allow the mail splitting to not return a default group.  This is
7068         useful for nnimap, which will leave unmatched mail in the inbox.
7069
7070         * nnimap.el: Rewritten.
7071
7072         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7073         nnimap usage.
7074
7075         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7076         if the move is internal, so that nnimap can do fast internal moves.
7077
7078         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7079         data.
7080         (gnus-read-active-for-groups): Support finishing the early retrieval of
7081         data.
7082
7083         * gnus-range.el (gnus-range-nconcat): New function.
7084
7085         * gnus-int.el (gnus-finish-retrieve-group-infos)
7086         (gnus-retrieve-group-data-early): New functions.
7087
7088 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7089
7090         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7091         (nnrss-retrieve-groups):
7092         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7093         (pop3-quit): Use with-current-buffer.
7094
7095 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7098         instead of nnheader-accept-process-output.
7099
7100         * dgnushack.el (dgnushack-compile): Add comment.
7101
7102         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7103
7104         * gnus-html.el (gnus-html-schedule-image-fetching)
7105         (gnus-html-prefetch-images): Replace process-kill-without-query by
7106         gnus-set-process-query-on-exit-flag.
7107
7108 2010-09-16  Romain Francoise  <romain@orebokech.com>
7109
7110         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7111
7112 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7115         parameter to unintern is mandatory-ish in Emacs 24.
7116
7117         * gnus-html.el (gnus-html-schedule-image-fetching)
7118         (gnus-html-prefetch-images): Check for curl before using it.
7119
7120         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7121         depend on curl, which isn't essential.
7122
7123         * imap.el: Revert back to version
7124         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7125         seem problematic.
7126
7127 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7128
7129         * gnus-registry.el (gnus-registry-install-shortcuts):
7130         Explicitly pass `obarray' to `unintern' to avoid a warning.
7131
7132 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7135         change.
7136
7137         * nnrss.el (nnrss-request-list): Remove this function and related
7138         functions, including the moreover stuff.
7139
7140 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7141
7142         * nnrss.el (nnrss-retrieve-groups): New function.
7143
7144 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7145
7146         * .dir-locals.el: Add no-byte-compile cookie.
7147
7148 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * time-date.el (format-seconds): Comment fix.
7151
7152         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7153         for back end that doesn't support request-scan.
7154
7155 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7158         then do request scans from the backends.
7159
7160         * netrc.el (netrc-credentials): New conveniency function.
7161
7162         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7163         avoid running a hook per line, since this takes a lot of time,
7164         profiling shows.
7165         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7166         directly if gnus-visual-p is true.
7167
7168 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7171         groups; replace mapcar with dolist which is a bit faster; pass groups
7172         info to gnus-read-active-file-1.
7173         (gnus-read-active-file-1): Scan only specified groups if the new
7174         optional arg `infos' is given.
7175
7176 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7179
7180         * pop3.el (pop3-movemail): Remove.
7181         (pop3-streaming-movemail): Rename to pop3-movemail.
7182
7183         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7184         don't restrict end-tag searches to the end of the line.
7185
7186 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7189         articles of every unchecked group to t, which means unknown since the
7190         server has never been opened.
7191
7192 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7193
7194         * gnus-html.el (gnus-html-show-alt-text): New command.
7195         (gnus-html-browse-image): Ditto.
7196         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7197         to browse the image directly.
7198         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7199         better.
7200
7201         * gnus-async.el (gnus-async-article-callback):
7202         Call `gnus-html-prefetch-images' unconditionally.
7203
7204         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7205         before feeding URLs to curl.
7206
7207 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7210         internal images as deletable by `W D D'.
7211
7212         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7213         (gnus-async-article-callback): Fix typo.
7214
7215 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7218         current line to work around bugs in the output from w3m.
7219
7220         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7221         for groups that want that.
7222
7223         * nntp.el (nntp-wait-for-string): Supply a timeout for
7224         accept-process-output to ensure progress.
7225
7226         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7227         level to get unread articles from, then use that for foreign groups,
7228         too.
7229
7230         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7231         confuses the rest of the function.
7232
7233         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7234         for the methods that support -retrieve-groups, too.
7235
7236         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7237
7238 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7241         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7242
7243         * pop3.el: Require cl when compiling.
7244         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7245
7246 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7249         that aren't going to be activated.
7250         (gnus-get-unread-articles): Fix up the last commit.
7251
7252         * gnus-html.el (gnus-article-html): Allow calling without specifying
7253         the handle.  In that case, dissect the buffer first.
7254
7255         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7256
7257         * nnimap.el (nnimap-open-connection): Revert the change that would look
7258         into authinfo for imaps instead of imap.
7259
7260         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7261         say that you don't want to call gnus-request-group with don-check, but
7262         do check the reponse.  This is for virtual groups only.
7263         (gnus-get-unread-articles): Count the archive groups as secondary, so
7264         that they're activated the same way as before.
7265
7266         * imap.el (imap-message-map): Removed optional buffer parameter, since
7267         no callers use it.
7268         (imap-message-get): Ditto.
7269         (imap-message-put): Ditto.
7270         (imap-mailbox-map): Ditto.
7271         (imap-mailbox-put): Ditto.
7272         (imap-mailbox-get): Ditto.
7273         (imap-mailbox-get): Revert last change for this function.
7274
7275         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7276         case-insensitively.
7277         (nnimap-debug): Remove.
7278
7279         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7280         callers to use `imap-fetch' instead.  According to the comments, this
7281         should be safe, since all other IMAP clients use the 1:* syntax.
7282         (imap-enable-exchange-bug-workaround): Remove.
7283         (imap-debug): Remove -- doesn't seem very useful.
7284
7285         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7286         mail from a file, and the file doesn't exist.
7287
7288         * imap.el (imap-log): New convenience function used throughout instead
7289         of repeating the same code all over the place.
7290
7291         * pop3.el (pop3-streaming-movemail): Return t for success.
7292
7293         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7294         .authinfo if we're using ssl connection.
7295
7296         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7297         already have if we're in a main Gnus `g' run.
7298
7299         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7300
7301 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7304
7305         * nnmh.el (nnmh-request-list-1): Bind `file'.
7306
7307         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7308         alias to set-process-query-on-exit-flag or process-kill-without-query.
7309         (pop3-open-server): Use it.
7310
7311 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7314         box to the Incoming file.  Fixes mistake in previous checkin.
7315
7316         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7317         request loop (for debugging purposes) removed.
7318
7319         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7320         culprit is more visible.
7321         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7322         (nnml-add-incremental-nov): New functions to do "incremental" nov
7323         updates, where we just append to the end of the existing nov files
7324         without reading/writing them in full.
7325
7326         * mail-source.el (mail-source-delete-crash-box): Really only check the
7327         incoming files once in a while.
7328
7329         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7330
7331         * mail-source.el (mail-source-delete-crash-box): Only check the
7332         incoming files for deletion once per day to save a lot of file
7333         accesses.
7334
7335         * pop3.el (pop3-logon): Fix up unbound variable typo.
7336
7337         * mail-source.el (pop3-streaming-movemail): Autoload.
7338
7339         * pop3.el (pop3-streaming-movemail):
7340         Respect pop3-leave-mail-on-server.
7341
7342         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7343         retrieval.
7344
7345         * pop3.el (pop3-process-filter): Remove unused function.
7346         (pop3-streaming-movemail, pop3-send-streaming-command)
7347         (pop3-wait-for-messages, pop3-write-to-file)
7348         (pop3-number-of-responses): New functions for streaming pop3
7349         retrieval.
7350
7351         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7352         come from no known methods.
7353         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7354         list.
7355
7356         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7357         message sizes.
7358         (pop3-movemail): Use erase-buffer instead of looping and deleting
7359         regions, which seems rather odd.
7360
7361         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7362         file once per `g' run.
7363
7364         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7365         directories.  This makes the draft queue directory work.
7366
7367         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7368         data from the backends, so that we only request the list of groups from
7369         each method once.  This should speed things up considerably.
7370
7371         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7372         detect that it's not implemented.
7373
7374         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7375         we actually do recurse down into the tree, but don't stat all leaf
7376         nodes.
7377
7378         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7379         then say so instead of bugging out.
7380
7381         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7382         files exist before trying to read them.
7383
7384         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7385         around <pre_int>.
7386
7387         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7388
7389         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7390
7391 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * mm-util.el (mm-image-load-path): Just return the image directories,
7394         not all directories in the path in addition to the image directories.
7395         (mm-image-load-path): Maintain a cache of the image directories so that
7396         the `g' command in Gnus doesn't have to stat dozens of directories each
7397         time.
7398
7399         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7400         (gnus-html-wash-tags): Add a new `i' command to insert images.
7401         (gnus-html-insert-image): New command and keystroke.
7402         (gnus-html-redisplay-with-images): New command and keystroke.
7403         (gnus-html-show-images): Rename command.
7404         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7405         spacers.
7406         (gnus-html-wash-tags): Decode entities at the end, so that entities
7407         inside the tags don't mess up the rest of the "parsing".
7408
7409         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7410         so that nnimap methods aren't agentized by default.  There's apparently
7411         many problems related to agent/imap behaviour.
7412
7413         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7414
7415         * gnus-html.el: Doc fix.
7416
7417 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7420         specifier-spec-list for Emacs 21.
7421
7422         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7423         glyph-width and glyph-height instead of display-graphic-p and
7424         image-size; make avoidance of displaying small images work for XEmacs.
7425
7426         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7427         for XEmacs.
7428
7429         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7430         of symbol that holds plist data.
7431         (gnus-process-plist): Remove plist of process after getting it.
7432
7433 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * message.el (message-generate-hashcash): Change default to
7436         'opportunistic if hashcash is installed.
7437
7438         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7439         (gnus-html-put-image): Only call image-size once, since it's somewhat
7440         time-consuming on remote X servers.
7441
7442 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7445         type on data, not a file name.
7446
7447         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7448         window-pixel-edges for Emacs 21.
7449
7450         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7451         decoded contents.
7452         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7453
7454 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7457         group line format, since it isn't very interesting.
7458
7459         * gnus-agent.el (gnus-agent-short-article),
7460         (gnus-agent-long-article): Increase values for these two variables,
7461         since most people are likely to have more network connection and
7462         storage than before.
7463
7464         * gnus.el (gnus-refer-article-method): Change default to 'current.
7465         When referring an article, the common behaviour is to refer it from the
7466         current select method, not the native select method.  The chances of
7467         the native select method having the message in question is rather slim
7468         these days.
7469
7470         * gnus-sum.el (gnus-auto-select-subject): Change default to
7471         `unseen-or-unread'.  I think it's likely that most people want to
7472         select an unseen article over a previously seen, but unread one.
7473
7474         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7475         means that in the article buffer none of the minor mode elements will
7476         be shown, usually, and this is not desirable in most cases.
7477
7478         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7479         that commands like `d' (and the like) go to the next line in the
7480         buffer, instead of the next unread article.  I think this is the
7481         behaviour that is most natural for most users.
7482         (gnus-single-article-buffer): Change default to nil, so that people can
7483         have as many article buffers open as they have summary buffer.  I think
7484         this is the most natural way for the groups to behave.
7485
7486         * message.el (message-generate-new-buffers): Change default to
7487         `unsent', so that all new message buffers start their names with the
7488         string "*unsent", and it's easier to find the buffers if you move from
7489         them.
7490
7491 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7494         small.  They're probably tracking images.
7495         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7496         (gnus-html-rescale-image): Yet another try at getting the image sizing
7497         right.
7498
7499         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7500         nntp-marks-file-name is nil.
7501
7502 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7503
7504         * gnus-html.el (gnus-html-wash-tags)
7505         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7506         Better logging.
7507
7508 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7511
7512         * gnus-html.el (gnus-html-wash-tags): Check the value of
7513         gnus-blocked-images in the summary buffer.
7514
7515 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7518
7519 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7522         like "a", it seems like.
7523         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7524         since it needs to be picked from the correct buffer.
7525
7526         * nnwfm.el: Remove.
7527
7528         * nnlistserv.el: Remove.
7529
7530 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7533         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7534
7535 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * nnkiboze.el: Remove.
7538
7539         * nndb.el: Remove.
7540
7541         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7542         alt text.
7543         (gnus-html-rescale-image): Try to get the rescaling logic right for
7544         images that are just wide and not tall.
7545
7546         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7547         overshadow variable bindings.
7548
7549 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-html.el (gnus-html-wash-tags)
7552         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7553         Add extra logging.
7554
7555 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7558         (gnus-max-image-proportion): New variable.
7559         (gnus-html-rescale-image): New function.
7560         (gnus-html-put-image): Rescale images.
7561
7562 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7563
7564         Fix up some byte-compiler warnings.
7565         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7566         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7567         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7568         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7569         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7570         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7571         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7572
7573 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-html.el (gnus-article-html): Decode contents by charset.
7576
7577 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7580         (gnus-html-frame-width, gnus-blocked-images)
7581         * message.el (message-prune-recipient-rules): Add custom version.
7582         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7583
7584         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7585         functions.
7586
7587         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7588         gnus-process-get.
7589
7590 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7591
7592         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7593         instead of lsub directly.
7594
7595 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596
7597         * nnwarchive.el: Remove.
7598
7599         * gnus-soup.el: Remove.
7600
7601         * nnsoup.el: Remove.
7602
7603         * nnultimate.el: Remove.
7604
7605         * gnus-html.el (gnus-blocked-images): New variable.
7606
7607         * message.el (message-prune-recipients): New function.
7608         (message-prune-recipient-rules): New variable.
7609
7610         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7611         guess whether a long line is natural text or not.
7612
7613         * gnus-html.el (gnus-html-schedule-image-fetching):
7614         Use gnus-process-plist and friends for compatibility.
7615
7616 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7617
7618         * gnus-html.el: Require packages that define macros used in this file.
7619         (gnus-article-mouse-face): Declare to silence byte-compiler.
7620         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7621         process-get.
7622         (gnus-html-put-image): Use plist-get to avoid getf.
7623         (gnus-html-prefetch-images): Use with-current-buffer.
7624
7625 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-ems.el: Provide compatibility functions for
7628         gnus-set-process-plist.
7629
7630         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7631         header-line-format for XEmacs 21.4.
7632
7633         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7634         * gnus.el (gnus-valid-select-methods)
7635         * message.el (message-send-mail-partially-limit)
7636         * mm-decode.el (mm-text-html-renderer)
7637         * mml.el (mml-insert-mime-headers-always)
7638         * smiley.el (smiley-regexp-alist): Bump custom version.
7639
7640 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-html.el: require mm-url.
7643         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7644         with the url to `url'.
7645         (gnus-html-wash-tags): Support cid: URLs/images.
7646
7647 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7650         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7651         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7652
7653         * gnus-move.el: Remove file, since it doesn't really work.
7654
7655         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7656         UTF-8.  This seems to fix problems with some German web feeds.
7657
7658         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7659         at the top so that the proper colours are applied.
7660
7661         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7662         don't have dots in their names.
7663
7664         * gnus-art.el (gnus-article-view-part): Doc fix.
7665
7666         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7667         XEmacs-compatible.
7668         (gnus-html-put-image): Don't do images on non-graphic displays.
7669
7670         * nnslashdot.el: Remove this unused backend.
7671
7672         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7673         actions.
7674         (gnus-undo-register-1): Revert last change.
7675
7676         * gnus-group.el (gnus-group-completing-read): Protect against not
7677         having completion-styles bound.
7678
7679         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7680         make broken recipients happier.
7681
7682         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7683
7684         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7685         point parameter.
7686
7687         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7688
7689         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7690         completion-styles for group selection.
7691
7692 2009-02-04  Andreas Schwab  <schwab@suse.de>
7693
7694         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7695         headers and regexp-quote the match if necessary.
7696
7697 2009-03-24  Miles Bader  <miles@gnu.org>
7698
7699         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7700         the blinking smiley.
7701
7702 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7703
7704         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7705         blink smiley.
7706
7707 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7710         where the dribbel file lives exists.
7711
7712         * message.el (message-send-mail-partially-limit): Change the default to
7713         nil, since most people don't want this.
7714
7715         * mm-url.el (mm-url-decode-entities): Also decode entities like
7716         &#x3212.
7717
7718 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7719
7720         * gnus-sum.el (gnus-summary-idna-message):
7721         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7722         Hyperlink urls in docstrings with URL `...'.
7723
7724 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7725
7726         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7727         functions.
7728
7729 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7732         say what the mouseover text should be.
7733
7734         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7735         version of the mm-w3m-safe-url-regexp variable to only download images
7736         in the groups where we want that to happen.
7737
7738         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7739
7740         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7741         easier debugging.
7742         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7743         big pictures in the article buffer.
7744
7745         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7746         gnus-article-html.
7747         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7748         w3m.
7749
7750         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7751
7752 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7755         which doesn't exist.
7756
7757         * message.el (message-inhibit-ecomplete): New variable to allow some
7758         function to inhibit ecomplete address storage.
7759         (message-resend): Disable ecomplete message storage when resending
7760         messages.
7761
7762         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7763
7764 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7767         Save excursion while copying, moving, and deleting articles in order to
7768         prevent the cursor from jumping to unforeseen place.
7769
7770 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * lpath.el: No need to bind bookmark-current-buffer,
7773         bookmark-yank-point and bookmark-make-record-function.
7774
7775 2010-08-17  Glenn Morris  <rgm@gnu.org>
7776
7777         * gnus-sync.el: Require gnus components whose functions are used.
7778
7779         * gnus-art.el (bookmark-make-record-function):
7780         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7781         Declare for compiler.
7782
7783         * mm-url.el (mml-compute-boundary): Autoload.
7784
7785 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7788
7789 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         Typo fix "hoo4a" -> "hook".
7792
7793         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7794
7795 2010-08-14  Glenn Morris  <rgm@gnu.org>
7796
7797         * gnus-sync.el (gnus-sync): Fix defgroup version.
7798
7799 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7802
7803         * gnus-sync.el: Fix docs.
7804         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7805         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7806
7807 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         Optimizations for gnus-sync.el.
7810
7811         * gnus-sync.el: Add docs about gnus-sync-backend
7812         possibilities.
7813         (gnus-sync-save): Remove unnecessary message.
7814         (gnus-sync-read): Optimize and show what groups were skipped.
7815
7816 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7817
7818         Minor bug fixes for gnus-sync.el.
7819
7820         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7821         Don't read the sync on get-new-news.
7822
7823         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7824         quiet.
7825
7826         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7827         (fix typo).
7828
7829 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7830
7831         Make saving and restoring of hidden threads work with overlays.
7832         Patch applied by Ted Zlatanov.
7833
7834         * gnus-sum.el (gnus-hidden-threads-configuration)
7835         (gnus-restore-hidden-threads-configuration): Update to deal with text
7836         properties, rather than searching for a magic character.
7837
7838 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7839
7840         New gnus-sync.el library for synchronization of marks.
7841
7842         * gnus-sync.el: New library for synchronization of marks.
7843
7844         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7845         renamed from `gnus-registry-grep-in-list'.
7846
7847         * gnus-registry.el (gnus-registry-follow-group-p):
7848         Use `gnus-grep-in-list'.
7849
7850         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7851
7852 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7855         determining charset of text fails.
7856
7857 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * nnmail.el (nnmail-get-new-mail-1): Revert.
7860
7861         * nnml.el (nnml-active-number): Make sure names of newly created groups
7862         in nnml-group-alist are encoded.
7863
7864 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7867         containing non-ASCII characters in active file for nnml back end.
7868
7869 2010-07-24  David Engster  <dengste@eml.cc>
7870
7871         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7872         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7873
7874 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7875
7876         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7877         tag (Bug#6654).
7878
7879 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7882         the article buffer, not the summary buffer.
7883
7884 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7887         Emacs 23 as well.
7888
7889 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7892         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7893
7894 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7895
7896         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7897         Patch applied by Karl Fogel.
7898
7899         * gnus-sum.el (gnus-summary-bookmark-make-record):
7900         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7901
7902 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7903
7904         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7905         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7906         C-w still not working correctly from Article buffers; Thierry's
7907         patch to fix that will be applied after this.
7908
7909         * gnus-art.el (bookmark-make-record-function): New local variable.
7910
7911         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7912         article buffer.
7913         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7914
7915 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7916
7917         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7918         on changes in bookmark.el.
7919
7920 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7923         `no-log' instead of message not to log prompt string.
7924
7925 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7926
7927         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7928         the *other* type of HTML form submission.
7929
7930 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7931
7932         * auth-source.el (auth-source-pick): If choice does not contain a
7933         questioned keyword, set the check to t.
7934
7935 2010-06-12  Romain Francoise  <romain@orebokech.com>
7936
7937         * gnus-util.el (gnus-date-get-time): Move up before first use.
7938
7939 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7942         (gnus-article-edit-part): Bind it to make last part that is substituted
7943         or deleted visible.
7944         (gnus-mime-display-single): Buttonize part of which id equals to
7945         gnus-mime-buttonized-part-id.
7946
7947 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7948
7949         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7950         (gnus-dd-mmm): Use gnus-date-get-time.
7951         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7952         simplify logic.
7953         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7954         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7955
7956 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7957
7958         * auth-source.el (top): Autoload `secrets-list-collections',
7959         `secrets-create-item', `secrets-delete-item'.
7960         (auth-sources): Fix tag string.
7961         (auth-get-source, auth-source-retrieve, auth-source-create)
7962         (auth-source-delete): New defuns.
7963         (auth-source-pick): Rewrite in order to avoid 2 passes.
7964         (auth-source-forget-user-or-password): New parameter USERNAME.
7965         (auth-source-user-or-password): New parameters CREATE-MISSING and
7966         DELETE-EXISTING.  Retrieve password interactively, if needed.
7967
7968 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7969
7970         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7971         deleting unused directories when gnus-expert-user is t.
7972
7973 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7976         for each temp file when gnus-article-browse-delete-temp is ask.
7977
7978 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7979
7980         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7981         Replace Lisp calls to delete-backward-char by calls to delete-char.
7982
7983 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7984
7985         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7986
7987 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7988
7989         * password-cache.el (password-cache-remove): Fix docstring.
7990
7991 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7994         article unless decoding article to be saved.
7995
7996 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7999         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8000         generated within the mm-with-unibyte-current-buffer macro.
8001
8002 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8005         to nil when we're in a mml-preview buffer and no group is selected.
8006
8007 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8008
8009         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8010         when catching the `C-g'.  Reported by "Leo".
8011
8012 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * message.el (message-forward-make-body-plain)
8015         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8016         multibyte-string-p.
8017
8018         * lpath.el: Revert.
8019
8020 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * message.el (message-forward-make-body-mml): Assume original message
8023         is multibyte string; error on unibyte.
8024         (message-forward-make-body-plain): Ditto; don't add excessive newline
8025         in body end.
8026
8027         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8028
8029 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8030
8031         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8032         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8033
8034 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mm-extern.el (mm-extern-url): Don't use
8037         mm-with-unibyte-current-buffer.
8038         (mm-extern-cache-contents): Use with-current-buffer instead of
8039         save-excursion + set-buffer.
8040
8041 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * mm-util.el (mm-emacs-mule): Remove.
8044
8045 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8046
8047         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8048         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8049         change.
8050
8051 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8054         bind the default value of enable-multibyte-characters to nil.
8055
8056 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * message.el (message-forward-make-body-plain)
8059         (message-forward-make-body-mml):
8060         Don't use mm-with-unibyte-current-buffer.
8061
8062 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8065
8066 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8067
8068         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8069         (Bug#5592).
8070
8071 2010-05-07  Julien Danjou  <julien@danjou.info>
8072
8073         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8074         it to mm-pipe-part.
8075
8076         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8077         it is given.
8078
8079 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * binhex.el (binhex-decode-region-internal)
8082         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
8083         (dns-query)
8084         * nnweb.el (nnweb-gmane-search)
8085         * pgg-parse.el (pgg-parse-armor)
8086         * pgg.el (pgg-verify-region)
8087         * sha1.el (sha1-string-external)
8088         * uudecode.el (uudecode-decode-region-internal)
8089         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8090         XEmacs.
8091
8092         * gnus-art.el (gnus-article-browse-html-parts)
8093         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8094         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8095         make-temp-file.
8096
8097         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8098         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8099         compiling.
8100
8101         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8102         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8103         XEmacs when compiling.
8104
8105         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8106         gnus-pick-mode-off-hook for XEmacs when compiling.
8107         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8108         gnus-binary-mode-off-hook for XEmacs when compiling.
8109
8110         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8111         Return nil if char-charset is not available.
8112
8113         * imap.el (imap-disable-multibyte)
8114         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8115         macros.
8116
8117         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8118         instead of encode-coding-string.
8119
8120         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8121         'xemacs) instead of mm-emacs-mule to switch function definitions.
8122         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8123
8124         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8125         bind temporary-file-directory for XEmacs;
8126         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8127         timer-set-function for XEmacs 21.4 and SXEmacs;
8128         bind timer-list for XEmacs 21.4 and SXEmacs;
8129         fbind char-charset and find-charset-region for non-Mule XEmacs;
8130         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8131         encode-coding-region and encode-coding-string for XEmacs having no
8132         file-coding feature.
8133
8134 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8135
8136         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8137
8138 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8141         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8142
8143 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8144
8145         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8146         alias `jka-compr-delete-temp-file' no longer exists.
8147
8148 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8149
8150         Use define-minor-mode in Gnus where applicable.
8151         * mml.el (mml-mode): Use define-minor-mode.
8152         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8153         (gnus-undo-mode): Use define-minor-mode.
8154         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8155         (gnus-dead-summary-mode): Use define-minor-mode.
8156         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8157         Initialize in declaration.
8158         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8159         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8160         (gnus-mailing-list-mode): Use define-minor-mode.
8161         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8162         (gnus-draft-mode): Use define-minor-mode.
8163         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8164         (gnus-dired-mode): Use define-minor-mode.
8165
8166 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8167
8168         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8169         handles on recursive mml-to-mime translation and check them for
8170         boundary delimiter collisions.  Reported by Greg Troxel.
8171
8172 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8175
8176 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8177
8178         * mm-util.el (mm-find-buffer-file-coding-system):
8179         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8180
8181 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8182
8183         * message.el (message-generate-headers): Record insertion of optional
8184         headers as well.  Otherwise the check to prevent repeated insertion of
8185         optional headers is a no-op.
8186
8187 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8188
8189         * smime.el: Don't mention CVS.
8190
8191         * nnrss.el (nnrss-fetch): Don't mention CVS.
8192
8193         * nnir.el: Don't mention CVS.
8194
8195 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8196
8197         * gnus-sum.el (gnus-summary-bookmark-make-record):
8198         Add `location' field.
8199
8200 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * lpath.el: Fbind bookmark-default-handler,
8203         bookmark-get-bookmark-record, bookmark-make-record-default,
8204         bookmark-prop-get for Emacs <23 and XEmacs.
8205
8206 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8207
8208         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8209         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8210         Use with-current-buffer to silence the byte-compiler.
8211         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8212         bother to require `gnus'.
8213         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8214
8215 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8216
8217         * gnus-sum.el (gnus-summary-bookmark-make-record)
8218         (gnus-summary-bookmark-jump): New functions.
8219         (gnus-summary-mode): Setup bookmark support.
8220
8221 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8222
8223         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8224         if set.
8225
8226 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8229         gnus-article-browse-html-save-cid-image; make it work recursively for
8230         forwarded messages as well.
8231         (gnus-article-browse-html-parts): Work when prefix arg is given.
8232         (gnus-article-browse-html-article): Doc fix.
8233
8234 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8235
8236         * message.el (message-default-mail-headers):
8237         (message-default-headers): Carry the value mail-default-headers over
8238         into message-default-mail-headers, rather than message-default-headers.
8239
8240 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8241
8242         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8243         charset.
8244
8245         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8246         charset into the <meta> tag when the article is encoded to utf-8.
8247
8248 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (gnus-article-browse-delete-temp-files):
8251         Delete directories as well.
8252         (gnus-article-browse-html-parts): Work for images that do not specify
8253         file names; delete temp directory when quitting; insert header at the
8254         right place; use file: scheme for image files.
8255
8256 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8257
8258         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8259         (gnus-article-browse-html-parts): Use it to make temporary cid image
8260         files in addition to html file so that browser may display them.
8261
8262 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8265
8266 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8269
8270 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8271
8272         * auth-source.el (auth-sources): Change default to be simpler.
8273         Explain about Secret Service API sources.  Improve Customize options.
8274         (auth-source-pick): Change to accept any number of search parameters.
8275         Implement fallbacks iteratively, not recursively.  Add scoring on the
8276         second pass and sort by score.  Call Secret Service API when needed.
8277         (auth-source-user-or-password): Use it.  Call Secret Service API
8278         directly when needed to get the user name and the password.
8279
8280 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8281
8282         * message.el (message-interactive): Doc fix.
8283         (message-qmail-inject-args): Reflow.
8284         (message-kill-to-signature): Fix typo in docstring.
8285
8286         * smiley.el (smiley-buffer): Fix typo in docstring.
8287
8288 2010-03-24  Glenn Morris  <rgm@gnu.org>
8289
8290         * mail-source.el (gnus-message): Declare.
8291         (mail-source-delete-old-incoming): Require gnus-util.
8292
8293 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8296
8297         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8298
8299         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8300         password-cache's default if it is not bound.
8301         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8302         password-cache-expiry's default if it is not bound.
8303
8304         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8305         available in Emacs 21.
8306
8307         * lpath.el: Suppress compiler warnings for:
8308         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8309         XEmacs;
8310         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8311         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8312         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8313
8314 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8315
8316         * auth-source.el (auth-sources): Fix up definition so extra parameters
8317         are always inline.
8318
8319 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8320
8321         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8322         wasn't updated after mismatch.  Clear cached mailbox info correctly
8323         when uidvalidity changes.
8324         (nnimap-group-prefixed-name): New function to avoid some code
8325         duplication.
8326         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8327         (nnimap-request-group): Use it.
8328         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8329         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8330         with many imap folders.  This is done by caching the group status from
8331         the imap server persistently in a group parameter `imap-status'.  (This
8332         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8333         but not persistently, so every Gnus startup was still very slow.)
8334
8335 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8338         delete the extra newline.  Otherwise editing of :string and :number
8339         types don't work.
8340
8341 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8342
8343         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8344         secrets.el dependency.
8345         (auth-sources): Add optional user name.  Add secrets.el configuration
8346         choice (unused right now).
8347
8348 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8349
8350         * gnus-sum.el (gnus-summary-make-menu-bar):
8351         Let `gnus-registry-install-shortcuts' fill in the functions.
8352
8353         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8354         warnings.
8355         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8356         (gnus-registry-install-shortcuts): Populate and use it in a
8357         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8358
8359 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8360
8361         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8362         In-place substitutions for the group name encoding/decoding.
8363         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8364         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8365         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8366         (nnimap-update-unseen, nnimap-request-list)
8367         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8368         (nnimap-request-set-mark, nnimap-split-to-groups)
8369         (nnimap-split-articles, nnimap-request-newgroups)
8370         (nnimap-request-create-group, nnimap-request-accept-article)
8371         (nnimap-request-delete-group, nnimap-request-rename-group)
8372         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8373         `encoded-mbx' for consistency.
8374         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8375         variable `imap-current-mailbox'.
8376
8377         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8378         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8379
8380 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8381
8382         * pop3.el (pop3-display-message-size-flag): Display message size byte
8383         counts during POP3 download.
8384         (pop3-movemail): Use it.
8385         (pop3-list): Implement listing of available messages.
8386
8387 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8388
8389         * nnir.el (nnir-get-article-nov-override-function): New function to
8390         override the normal NOV retrieval.
8391         (nnir-retrieve-headers): Use it.
8392
8393 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8394
8395         * auth-source.el (netrc-machine-user-or-password): Autoload.
8396
8397 2010-03-19  Glenn Morris  <rgm@gnu.org>
8398
8399         Stop message.el from loading about 40 libraries it doesn't always need.
8400         The general approach is to autoload rather than require, and to
8401         require in the specific functions rather than the file.  (Bug#5642)
8402
8403         * gmm-utils.el: Don't require wid-edit.
8404         (widget-create-child-value, widget-convert, widget-default-get):
8405         Autoload.
8406
8407         * gnus-util.el: Don't require time-date, netrc.
8408         (message-fetch-field, gnus-group-name-decode): Declare rather than
8409         autoloading.
8410         (gnus-fetch-field): Require message.
8411         (gnus-decode-newsgroups): Require gnus-group.
8412
8413         * ietf-drums.el: Don't require time-date.
8414
8415         * message.el: Don't require hashcash, canlock, ecomplete.
8416         Do require mail-utils.  Require nnheader only when compiling.
8417         (smtpmail-default-smtp-server): Remove declaration.
8418         (message-send-mail-function): Check smtpmail-default-smtp-server
8419         is bound rather than requiring smtpmail.
8420         (message-auto-save-directory, message-insert-signature):
8421         Use expand-file-name rather than nnheader-concat.
8422         (nnheader-insert-file-contents): Autoload.
8423         (hashcash-wait-async): Declare.
8424         (message-send-mail): Only call gnus-setup-posting-charset if
8425         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8426         (message-send-mail-with-sendmail): Require sendmail.
8427         (canlock-password, canlock-password-for-verify): Declare.
8428         (message-canlock-password): Require canlock.
8429         (nnheader-get-report): Autoload.
8430         (gnus-setup-posting-charset): Declare.
8431         (message-send-news): Require gnus-msg.
8432         (message-make-references, message-make-in-reply-to): Use mail-header-id
8433         rather than the alias mail-header-message-id.
8434         (ecomplete-add-item, ecomplete-save): Declare.
8435         (message-put-addresses-in-ecomplete): Require ecomplete.
8436         (ecomplete-display-matches): Autoload.
8437
8438         * mm-decode.el: Don't require mailcap, gnus-util.
8439         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8440         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8441         Autoload.
8442         (mailcap-mime-extensions): Declare.
8443
8444         * mm-encode.el: Don't require mailcap.
8445         (mailcap-extension-to-mime): Autoload.
8446
8447         * mml-sec.el: Don't require password-cache.
8448
8449         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8450         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8451         (mml-minibuffer-read-type): Require mailcap.
8452         (mml-preview): Require gnus-msg.
8453
8454         * mml1991.el: Require password-cache.
8455         (password-cache-expiry): Remove declaration.
8456
8457         * mml2015.el: Require password-cache.
8458         (password-cache-expiry): Remove declaration.
8459
8460         * nneething.el (mailcap): Require mailcap.
8461
8462         * nnheader.el (declare-function): Add compatibility stub.
8463         (message-remove-header): Declare rather than autoload.
8464         (nnheader-replace-header): Require message.
8465
8466         * nnimap.el (declare-function): Add compatibility stub.
8467         (netrc-parse, netrc-machine-user-or-password): Declare.
8468         (nnimap-open-connection): Require netrc.
8469
8470         * nntp.el (declare-function): Add compatibility stub.
8471         (netrc-parse, netrc-machine, netrc-get): Declare.
8472         (nntp-send-authinfo): Require netrc.
8473
8474         * rfc2047.el: Don't require qp.
8475         (quoted-printable-encode-region, quoted-printable-decode-string):
8476         Autoload.
8477
8478         * sieve-mode.el: Don't require easymenu.
8479         (easy-menu-add-item): Autoload it.
8480
8481         * spam-stat.el (time-to-number-of-days): Autoload it.
8482
8483 2010-03-19  Glenn Morris  <rgm@gnu.org>
8484
8485         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8486
8487 2010-03-18  Glenn Morris  <rgm@gnu.org>
8488
8489         * hashcash.el (declare-function): Remove duplicate definition.
8490
8491 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8492
8493         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8494         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8495         value if any backslash escapes).
8496
8497 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8500         if it is available.  (bug#5647)
8501
8502         * lpath.el: Suppress compiler warning for coding-system-from-name for
8503         Emacs 21 and XEmacs.
8504
8505 2010-03-14  Juri Linkov  <juri@jurta.org>
8506
8507         * hmac-def.el:
8508         * hmac-md5.el:
8509         * netrc.el: Fix keywords.
8510
8511 2010-02-26  Glenn Morris  <rgm@gnu.org>
8512
8513         * message.el (message-send-mail-function): Change the default, so that
8514         it inherits from a customized send-mail-function.  (Bug#5643)
8515
8516 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8517
8518         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8519         shell-command-to-string signals an error (bug#5299).
8520
8521 2010-02-24  Glenn Morris  <rgm@gnu.org>
8522
8523         * message.el (message-smtpmail-send-it)
8524         (message-send-mail-with-mailclient): Doc fixes.
8525
8526 2010-02-16  Glenn Morris  <rgm@gnu.org>
8527
8528         * message.el (message-default-mail-headers): Change the default value
8529         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8530
8531 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8534         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8535
8536 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8537
8538         * time-date.el (date-to-time): Doc fix (Bug#5408).
8539
8540 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8541
8542         * message.el (message-mail): Just pass yank-action on to message-setup.
8543         (message-setup): Handle (FUN . ARGS) form of yank-action.
8544         (message-with-reply-buffer, message-widen-reply)
8545         (message-yank-original): Handle non-buffer values of
8546         message-reply-buffer (Bug#4080).
8547         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8548
8549 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8550
8551         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8552         Fix typo in docstring.
8553
8554 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8555
8556         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8557         response.
8558
8559 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8562
8563         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8564
8565         * message.el (message-check-news-header-syntax): Protect against a
8566         string that `rfc822-addresses' returns when parsing fails.
8567
8568 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8571         (gnus-previous-char-property-change): New functions.
8572
8573         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8574
8575 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8576
8577         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8578         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8579
8580 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8581
8582         * message.el (message-exchange-point-and-mark): Rework last change to
8583         avoid using optional arg of exchange-point-and-mark, for backward
8584         compatibility.
8585
8586 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8587
8588         * message.el (message-exchange-point-and-mark):
8589         Call exchange-point-and-mark with an argument rather than setting
8590         mark-active by hand (Bug#5175).
8591
8592 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * nntp.el (nntp-service-to-port): Work for service expressed with
8595         numeric string; replace [:digit:] with [0-9] for XEmacs.
8596
8597 2009-12-17  Glenn Morris  <rgm@gnu.org>
8598
8599         * gnus-group.el (gnus-bug-group-download-format-alist):
8600         Change emacs entry to debbugs.gnu.org.  Bump :version.
8601
8602 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8605
8606 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * message.el (message-info): Explain why we use `Info-goto-node'.
8609
8610 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8613
8614 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8615
8616         * message.el (message-completion-in-region): New compatibility function.
8617         (message-expand-group): Use it.
8618
8619 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8622         with no unread article should be listed if the 2nd arg `predicate' is
8623         given.
8624
8625 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8628
8629 2009-11-29  Juri Linkov  <juri@jurta.org>
8630
8631         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8632         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8633         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8634
8635 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8636
8637         * sha1.el (sha1-string-external): default-directory "/" in case
8638         otherwise non-existent.  process-connection-type pipe for touch of
8639         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8640
8641 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8642
8643         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8644         it's comms related and sgml-mode.el has "comm" on that basis too.
8645
8646 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8649         containing tspecial characters if they have been already quoted.
8650
8651 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8652
8653         * dns-mode.el (auto-mode-alist): Purecopy string.
8654
8655 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8656
8657         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8658
8659 2009-10-24  Glenn Morris  <rgm@gnu.org>
8660
8661         * gnus-art.el (help-xref-stack-item): Define for compiler.
8662
8663 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8664
8665         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8666
8667 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8670
8671 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8674         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8675
8676 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8679         (gnus-overlays-in): New alias to overlays-in.
8680
8681         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8682         gnus-overlay-get, and gnus-delete-overlay.
8683         (gnus-summary-show-thread): Make it work as well for systems in which
8684         next-single-char-property-change is not available.
8685         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8686
8687         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8688         (gnus-overlay-get): New alias to extent-property.
8689         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8690
8691         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8692         SXEmacs.
8693
8694         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8695         SXEmacs.
8696
8697 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8700
8701 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8702
8703         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8704         and XEmacs that don't have `remove-overlays'.
8705
8706 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8707
8708         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8709         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8710         selective display.  Use overlays instead.
8711
8712 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8713
8714         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8715
8716 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8717
8718         * spam-stat.el (spam-stat-load): Fix typo in message.
8719
8720 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8721
8722         * dig.el (dig-invoke): Fix typo in docstring.
8723         (query-dig): Reflow docstring.
8724
8725 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8726
8727         * gnus-art.el (gnus-article-encrypt-body):
8728         * message.el (message-check-recipients):
8729         * mm-util.el (mm-codepage-setup):
8730         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8731         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8732
8733 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8734
8735         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8736         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8737         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8738         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8739         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8740
8741 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8742
8743         * dig.el: Add "Keywords: comm", as per net-utils.el.
8744
8745 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8746
8747         * dig.el (dig-mode): Use define-derived-mode.
8748
8749 2009-09-19  Glenn Morris  <rgm@gnu.org>
8750
8751         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8752
8753 2009-09-18  Glenn Morris  <rgm@gnu.org>
8754
8755         * gnus-diary.el (gnus-diary-check-message):
8756         * message.el (message-insert-formatted-citation-line):
8757         * nnbabyl.el (top-level):
8758         * nndiary.el (nndiary-schedule):
8759         Fix typos in condition-case handlers.
8760
8761 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8764         configuration that provides the sole article window in a frame;
8765         position point correctly after deleting a part.
8766
8767 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8768
8769         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8770         (spam-resolve-registrations-routine): Use it to unregister articles
8771         that change status.
8772
8773 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8776         with XEmacs.
8777         (parse-time-string-chars): Use it.
8778
8779 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8780
8781         * imap.el (imap-interactive-login): Better messages.
8782         (imap-open): Fix bug with renamed buffer on reconnect.
8783         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8784         for easier debugging and cleaner code.  On successful (guessed based on
8785         server capabilities) secondary authentication, set imap-state
8786         correctly.
8787         (imap-last-authenticator): Define imap-last-authenticator as a variable
8788         to avoid warnings.
8789
8790 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * nnrss.el (nnrss-request-article): Remove binding of
8793         default-enable-multibyte-characters that has gotten needless by
8794         the 2007-07-13 change in rfc2047-encode-message-header.
8795
8796         * mml.el (mml-insert-multipart): Error on the message header.
8797         (mml-insert-part): Error on the message header; position point at
8798         the end of a MIME tag.
8799
8800 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * time-date.el (autoload): Expand define-obsolete-function-alias into
8803         defalias and make-obsolete for old Emacsen that Gnus supports.
8804         (with-no-warnings): Define it for old Emacsen.
8805         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8806         is available.
8807         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8808         float-time is available; suppress compile warning for time-to-seconds.
8809
8810         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8811         (gnus-float-time): Alias to float-time if it exists.
8812
8813         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8814         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8815         float-time is available; suppress compile warning for time-to-seconds.
8816
8817         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8818         XEmacs.
8819
8820 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8821
8822         * imap.el (imap-message-map): Docstring fix.
8823
8824 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8827         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8828         Add the optional argument `encoding' that overrides the default.
8829
8830         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8831         mm-encode-buffer.
8832
8833 2009-09-04  Glenn Morris  <rgm@gnu.org>
8834
8835         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8836         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8837         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8838         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8839         * mm-util.el (mm-with-unibyte-current-buffer)
8840         (mm-find-buffer-file-coding-system):
8841         * yenc.el (yenc-decode-region): Use default-value rather than
8842         default-enable-multibyte-characters.
8843
8844 2009-09-03  Glenn Morris  <rgm@gnu.org>
8845
8846         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8847         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8848         than default-enable-multibyte-characters.
8849
8850 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8851
8852         * gnus-art.el (gnus-article-read-summary-keys):
8853         Fix gnus-buffer-configuration's value temporarily used.
8854
8855 2009-09-02  Glenn Morris  <rgm@gnu.org>
8856
8857         * gnus-util.el (gnus-float-time): New function.
8858         * gnus-delay.el (gnus-delay-article):
8859         * gnus-sum.el (gnus-thread-latest-date):
8860         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8861         * nnspool.el (nnspool-request-newgroups):
8862         Use gnus-float-time rather than time-to-seconds.
8863         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8864
8865         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8866         (gnus-header-subject-face, gnus-header-newsgroups-face)
8867         (gnus-header-name-face, gnus-header-content-face):
8868         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8869         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8870         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8871         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8872         (gnus-cite-face-11):
8873         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8874         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8875         (gnus-server-closed-face, gnus-server-denied-face)
8876         (gnus-server-offline-face):
8877         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8878         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8879         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8880         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8881         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8882         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8883         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8884         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8885         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8886         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8887         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8888         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8889         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8890         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8891         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8892         (gnus-summary-high-undownloaded-face)
8893         (gnus-summary-low-undownloaded-face)
8894         (gnus-summary-normal-undownloaded-face)
8895         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8896         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8897         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8898         (gnus-splash-face):
8899         * message.el (message-header-to-face, message-header-cc-face)
8900         (message-header-subject-face, message-header-newsgroups-face)
8901         (message-header-other-face, message-header-name-face)
8902         (message-header-xheader-face, message-separator-face)
8903         (message-cited-text-face, message-mml-face):
8904         * sieve-mode.el (sieve-control-commands-face)
8905         (sieve-action-commands-face, sieve-test-commands-face)
8906         (sieve-tagged-arguments-face):
8907         * spam.el (spam-face):
8908         Mark face aliases with "-face" in the name as obsolete.
8909
8910 2009-09-01  Glenn Morris  <rgm@gnu.org>
8911
8912         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8913         than goto-line.
8914
8915 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8918         Don't move point if the command is invoked inside the message header.
8919
8920 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8921
8922         * imap.el (imap-send-command): Simplify.
8923         (imap-wait-for-tag): point-max -> buffer-size.
8924
8925 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8926
8927         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8928         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8929         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8930         * nnir.el (nnir-swish-e-index-file):
8931         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8932         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8933         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8934         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8935         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8936         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8937
8938 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8941         Don't save excursion.
8942
8943 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * nnheader.el (nnheader-find-file-noselect):
8946         * mm-util.el (mm-insert-file-contents):
8947         Use (default-value 'major-mode) instead of default-major-mode.
8948
8949 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8950
8951         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8952
8953 2009-08-26  Glenn Morris  <rgm@gnu.org>
8954
8955         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8956         than placing in files.el.
8957
8958 2009-08-25  Glenn Morris  <rgm@gnu.org>
8959
8960         * nnir.el (top-level): Don't require cl at run-time.
8961         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8962         Replace cl-function substitute with gnus-replace-in-string.
8963         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8964         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8965         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8966         simplified expansions.
8967
8968 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8969
8970         * dig.el (dig): Add autoload cookie.
8971
8972 2009-08-22  Glenn Morris  <rgm@gnu.org>
8973
8974         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8975         goto-line.
8976
8977 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8978
8979         * parse-time.el (parse-time-string-chars): Save match data.
8980
8981 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8982
8983         * parse-time.el (parse-time-string-chars): Compute using character
8984         classes, to handle non-ascii characters (Bug#3190).
8985
8986 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8989
8990         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8991         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8992         (gnus-mm-display-part, gnus-mime-display-single)
8993         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8994         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8995
8996         * gnus-sum.el
8997         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8998         (gnus-summary-move-article): Add expirable mark to articles copied or
8999         moved to group that has auto-expire turned on if the option is non-nil.
9000
9001 2009-07-24  Glenn Morris  <rgm@gnu.org>
9002
9003         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9004         Fix typo.  (Bug#3903)
9005
9006 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9009         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9010         that should not be used for draft articles.
9011         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9012         that has no concern in minor mode keys.
9013         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9014         Abolish.
9015
9016 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9019         article without making inquiry to a user for unknown encoding.
9020
9021         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9022         (nnmaildir--scan): Assume i-node and device number that file-attributes
9023         returns might be cons-cell.
9024
9025         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9026
9027         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9028
9029 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9030
9031         * auth-source.el: Remove docs now in auth.texi.  Don't use
9032         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9033         `auth-source-hide-passwords' and use them.
9034
9035 2009-07-15  Glenn Morris  <rgm@gnu.org>
9036
9037         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9038
9039 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9042         excessive whitespace from the default values of title and description.
9043
9044 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9047         mail-fetch-field to fetch Content-Description header in order to
9048         exclude newlines.
9049
9050 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9051
9052         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9053         format used by GnuPG 2.0.11.
9054
9055 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9058         to deleted part.
9059
9060 2009-05-30  David Engster  <dengste@eml.cc>
9061
9062         * nnmairix.el: Remove old documentation in the commentary block.
9063         (nnmairix-request-group): Do not update active file for nnml back ends.
9064         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9065         end so that overview files are ignored.
9066         (nnmairix-update-groups): Make updating the groups more robust by using
9067         marks.
9068         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9069         with dollar characters in message-id.
9070
9071 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9074         2008-12-25 in dns.el.
9075
9076 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9077
9078         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9079         could happen if the text is only composed of spaces and/or tabs.
9080
9081 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9082
9083         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9084         when sending a queued message to avoid extra mml tags.
9085
9086 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9089
9090 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9093         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9094         rmail-toggle-header for XEmacs;
9095         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9096
9097 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * gnus-dired.el: Remove autoload for gnus-setup-message.
9100         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9101         displaying Gnus logo; always use compose-mail.
9102
9103 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9106
9107 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9110         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9111         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9112         available.
9113         (gnus-nocem-epg-verify): New function.
9114
9115 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9118
9119 2009-02-15  Glenn Morris  <rgm@gnu.org>
9120
9121         * gnus-util.el (rmail-insert-rmail-file-header)
9122         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9123         autoloads.
9124         (rmail-default-rmail-file): Remove unnecessary declaration.
9125         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9126
9127 2009-02-14  Glenn Morris  <rgm@gnu.org>
9128
9129         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9130         variable (only used in gnus-util, which declares it anyway).
9131         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9132         which was only needed by gnus-art (changed to not use it any more).
9133         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9134         only used in gnus-util, which autoloads it itself.
9135         (rmail-update-summary): Fix autoload.
9136
9137         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9138         rather than rmail-output-to-rmail-file.
9139
9140 2009-02-07  Glenn Morris  <rgm@gnu.org>
9141
9142         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9143         autoload of function that no longer exists.
9144         (rmail-toggle-header): Declare.
9145         (message-forward-rmail-make-body): Handle mbox Rmail.
9146
9147 2009-01-31  Glenn Morris  <rgm@gnu.org>
9148
9149         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9150         2009-01-09 change.
9151
9152 2009-01-31  Dave Love  <fx@gnu.org>
9153
9154         * imap.el (imap-fetch-safe): Bind debug-on-error.
9155         (imap-debug): Add imap-fetch-safe.
9156
9157 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9158
9159         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9160         (auth-source-forget-all-cached): New convenience function.
9161         (auth-source-user-or-password): Accept list of modes or a single mode.
9162
9163         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9164         auth-source modes.
9165
9166         * netrc.el (netrc-machine-user-or-password): Use list of
9167         auth-source modes.
9168
9169         * nnimap.el (nnimap-open-connection): Use list of
9170         auth-source modes.
9171
9172         * nntp.el (nntp-send-authinfo): Use list of
9173         auth-source modes.
9174
9175 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9176
9177         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9178         now.
9179
9180 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9183         coding system in XEmacs; add a workaround for XEmacs.
9184
9185         * lpath.el: Fbind coding-system-aliasee.
9186
9187 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9190         of current-language-environment.
9191
9192 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9195         available at runtime.
9196
9197 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9200
9201 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9202
9203         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9204         the greatest positive fixnum value doesn't work under an XEmacs with
9205         bignum support; use the most-positive-fixnum constant instead,
9206         available since Emacs 21.1 with cl and XEmacs 21.1.
9207
9208 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9211         XEmacs gets not to work.
9212
9213 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * mm-util.el (mm-coding-system-priorities): Allow the value like
9216         "Japanese (UTF-8)" of current-language-environment.
9217
9218 2009-01-09  Glenn Morris  <rgm@gnu.org>
9219
9220         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9221         with last-command-event.
9222
9223 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9226         in the doc string.
9227
9228         * message.el (message-fix-before-sending): Amend comment.
9229
9230 2009-01-08  Dave Love  <fx@gnu.org>
9231
9232         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9233
9234 2009-01-07  David Engster  <dengste@eml.cc>
9235
9236         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9237         simplified server definitions by converting it via
9238         gnus-server-to-method.
9239
9240 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9243         parameter's operands.
9244
9245 2009-01-06  David Engster  <dengste@eml.cc>
9246
9247         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9248         primary select method (for gnus-group-mark-article-as-read).
9249
9250 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9251
9252         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9253         `(gnus)Face', not `(gnus)X-Face'.
9254
9255 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * mm-util.el (mm-ucs-to-char): New function.
9258
9259         * mm-url.el (mm-url-decode-entities): Use it.
9260
9261         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9262         unicode-to-char.
9263
9264 2009-01-05  Dave Love  <fx@gnu.org>
9265
9266         * time-date.el: Require cl for `declare'.
9267
9268 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9271         Dave Love.
9272
9273 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * message.el (message-fix-before-sending): Add `eight-bit' to
9276         illegible-text check.
9277
9278 2009-01-03  Michael Olson  <mwolson@gnu.org>
9279
9280         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9281         `headers' is nil.  This can occur if the IMAP server does not have
9282         permissions to read messages from a folder, but can write new messages
9283         to the folder.
9284         (nnimap-request-article-part): Do not insert `data' if it is nil.
9285
9286         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9287         characters which will confuse `read', so skip past them.
9288
9289 2009-01-01  Dave Love  <fx@gnu.org>
9290
9291         * imap.el (imap-string-to-integer): Fix typo.
9292         (imap-fetch-safe): New function.
9293         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9294
9295         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9296
9297         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9298         (imap-parse-greeting): Fix doc strings.
9299         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9300         (imap-parse-flag-list): Make messages unique.
9301         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9302
9303         * nnimap.el: Fix author email.
9304         (nnimap-split-rule): Add FIXME comment.
9305         (nnimap-debug): Fix doc string.
9306
9307 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9310
9311 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9314         nslookup if resolv.conf isn't available.
9315         (dns-query): Rename from query-dns.
9316         (dns-query-cached): Rename from query-dns-cached.
9317
9318 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9321         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9322         to check if those variables exist (first appeared in Emacs 18.50).
9323
9324 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * mm-util.el (mm-line-number-at-pos): New function.
9327
9328         * spam-report.el (spam-report-process-queue): Use it.
9329
9330 2008-12-24  David Engster  <dengste@eml.cc>
9331
9332         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9333         parameters that haven't existed as variables as buffer-local variables.
9334
9335 2008-12-23  Dave Love  <fx@gnu.org>
9336
9337         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9338         cadar.
9339
9340         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9341         imap-starttls-p.
9342         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9343
9344 2008-12-22  Dave Love  <fx@gnu.org>
9345
9346         * imap.el: Fix author email.  Doc fixes.
9347         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9348         reply.
9349
9350 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * spam-report.el (spam-report-gmane-max-requests): New constant.
9353         (spam-report-gmane-wait): New variable.
9354         (spam-report-gmane-ham, spam-report-gmane-spam)
9355         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9356         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9357         the server.
9358
9359         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9360         Add explanations.
9361
9362         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9363         nnheader-accept-process-output and nnheader-read-timeout if available.
9364         (pop3-movemail): Use it.
9365
9366         * message.el (message-check-news-body-syntax): Fix signature check if
9367         there's an attachment.
9368
9369 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * mm-util.el: Add comments to the mm- emulating functions.
9372
9373 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9376         Reported by Stephen Berman <stephen.berman@gmx.net>.
9377
9378 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * mm-util.el (mm-substring-no-properties): New function.
9381         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9382         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9383         (mm-string-to-multibyte): Doc fix.
9384
9385         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9386
9387 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * mml.el (mml-attach-file): Strip text properties from file name.
9390         (Bug#1574)
9391
9392 2008-12-16  Glenn Morris  <rgm@gnu.org>
9393
9394         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9395
9396 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9399         knows since the charset specified might be a bogus alias that
9400         mm-charset-synonym-alist provides.
9401
9402 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9405         "ISO_8859-1".
9406
9407         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9408
9409 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * mm-util.el (mm-charset-eval-alist):
9412         Define it before mm-charset-to-coding-system.
9413         (mm-charset-to-coding-system): Add optional argument `silent';
9414         define it before mm-charset-override-alist.
9415         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9416         default value if it can be used in Emacs currently running;
9417         silence mm-charset-to-coding-system.
9418
9419 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9422         `allow-override' which says whether to use `mm-charset-override-alist'.
9423         (rfc2047-decode-encoded-words): Use it.
9424
9425         * mm-util.el (mm-charset-override-alist): Fix custom type;
9426         add `(gb2312 . gbk)' to choices.
9427
9428 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9431         fast.
9432
9433         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9434
9435         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9436
9437 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9438
9439         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9440         on links.
9441
9442         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9443
9444 2008-12-03  Lute Kamstra  <lute@gnu.org>
9445
9446         * sha1.el: Remove leading * from docstrings of defcustoms,
9447         deffaces, defconsts and defuns.
9448
9449 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9452         users' addresses that don't have domain parts.
9453         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9454         rather than message-narrow-to-head since there will be the message
9455         header separator.
9456
9457 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9458
9459         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9460         since the result is inserted in a unibyte buffer anyway.
9461         (nnimap-demule-use-string-to-multibyte): Remove.
9462         (nnimap-demule): Alias it to mm-string-to-multibyte.
9463
9464 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9467         variable for debugging bug#464 and bug#1174.
9468         (nnimap-demule): Use it.
9469
9470 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9473         score calculation correctly.
9474
9475 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9476
9477         * message.el (message-send-mail): Just set the buffer to unibyte
9478         rather than use mm-with-unibyte-current-buffer which does a lot more.
9479         (message-send-mail-partially): Don't bother with
9480         mm-with-unibyte-current-buffer since it's already been made unibyte by
9481         message-send-mail.
9482
9483 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9486
9487 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9488
9489         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9490
9491 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9494         require itself and to remove `with-no-warnings'.
9495
9496 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9497
9498         * starttls.el (starttls-any-program-available): Get the name of the
9499         available TLS layer program.
9500         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9501         well as the host name in the "opening" message.
9502
9503         * auth-source.el (auth-source-cache, auth-source-do-cache)
9504         (auth-source-user-or-password): Cache passwords and logins by default,
9505         allow override with `auth-source-do-cache'.
9506         (auth-source-forget-user-or-password): Allow users to remove cache
9507         entries if needed.
9508
9509 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9510
9511         * md4.el (md4-buffer): Fix typo in docstring.
9512         (md4, md4-64): Doc fixes.
9513         (md4-pack-int32): Reflow docstring.
9514
9515 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9516
9517         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9518         condition-case to only the forward-sexp call.
9519
9520 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9521
9522         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9523         quotes contained.  Make it more robust regardless by an extra
9524         condition-case wrapper.
9525
9526 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9529
9530 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * nnml.el (nnml-request-expire-articles): Check if the function set to
9533         `nnmail-expiry-target' returns the symbol `delete'.
9534
9535         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9536
9537         * nnmail.el (nnmail-expiry-target): Fix custom type.
9538
9539 2008-10-02  Glenn Morris  <rgm@gnu.org>
9540
9541         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9542         Silence compiler warning.
9543
9544 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9545
9546         * tls.el (open-tls-stream): Show the actual command being
9547         executed, instead of the format string.
9548
9549 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * lpath.el: Fbind codepage-setup for Emacs 23.
9552
9553 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9554
9555         * mml.el (mml-menu): Don't assume mml2015 is bound.
9556
9557 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9560         exists.
9561
9562 2008-09-27  Glenn Morris  <rgm@gnu.org>
9563
9564         * gnus-util.el (mail-header-remove-comments): Autoload it.
9565
9566 2008-09-27  Andreas Schwab  <schwab@suse.de>
9567
9568         * gnus-util.el (gnus-split-references): Strip comments.
9569         (gnus-parent-id): Likewise.
9570
9571 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * message.el (message-confirm-send): Fix version.
9574
9575 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * message.el (message-idna-to-ascii-rhs-1): Use
9578         mail-extract-address-components rather than mail-header-parse-addresses
9579         that is an alias by default to ietf-drums-parse-addresses that does not
9580         support non-ASCII names in headers' contents.
9581
9582 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         * message.el (message-confirm-send): Fix variable documentation to
9585         avoid the "y/n" wording.
9586
9587 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9588
9589         * message.el (message-set-auto-save-file-name): Save to a different
9590         filename so multiple messages (especially drafts) can be recovered.
9591
9592 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9593
9594         * message.el (message-confirm-send): Add appropriate version.
9595
9596 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9597
9598         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9599         defvar.
9600
9601 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9602
9603         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9604         (mm-pkcs7-enveloped-magic): Ditto.
9605
9606 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9607
9608         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9609         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9610
9611 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9612
9613         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9614         default, it's better.
9615
9616 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9617
9618         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9619         summary line gnus-number property and ignore them (with a warning
9620         message).
9621
9622 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9625         macro caddr in the interactive form since it won't be expanded.
9626
9627 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9630         `charset'; fix name of function called recursively.
9631         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9632
9633 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9636         (gnus-mime-set-charset-parameters): New function.
9637         (gnus-mime-view-part-as-charset): Use it to correctly display part
9638         specifying wrong charset.
9639
9640 2008-09-08  David Engster  <dengste@eml.cc>
9641
9642         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9643         in completing-read for back end server.
9644
9645 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9646
9647         * message.el (message-confirm-send): New variable to confirm sending a
9648         message.
9649         (message-send): Use it.
9650
9651 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9652
9653         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9654
9655 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9658
9659 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9662         prevent tracking too many groups.
9663         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9664         Use it.
9665
9666 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9667
9668         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9669         moving point to the bottom of the window in order to avoid recentering.
9670
9671 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9674
9675         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9676         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9677         (gnus-article-beginning-of-window): Fix calculation.
9678
9679 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-msg.el (gnus-summary-supersede-article)
9682         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9683         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9684         message header.
9685
9686 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9687
9688         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9689         pending output coming after the status change.
9690
9691 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9692
9693         * message.el:
9694         * gnus-start.el:
9695         * gnus-registry.el: Remove VMS support.
9696
9697 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9700         macro.
9701         (rfc2104-hash): Use it.
9702
9703 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9706         (gnus-summary-sort-by-most-recent-date): New commands.
9707         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9708         and menu entries.
9709
9710 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9713         don't redisplay article for raw contents; remove plural articles stuff.
9714
9715         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9716         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9717         on gnus-summary-save-article; display results properly.
9718
9719 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * lpath.el: No need to fbind ns-focus-frame.
9722
9723 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9726
9727 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-art.el (gnus-summary-save-in-pipe):
9730         Consider gnus-save-all-headers.
9731
9732 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9733
9734         * gnus-util.el (ns-focus-frame): Remove declaration.
9735         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9736         like x.
9737
9738 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9739
9740         * rfc2104.el (rfc2104-zero): Delete defconst.
9741         (rfc2104-hex-alist): Likewise.
9742         (rfc2104-hex-to-int): Delete func.
9743         (rfc2104-hexstring-to-bitstring): Likewise.
9744         (rfc2104-nybbles): New defconst.
9745         (rfc2104-hash): Rewrite for speed.
9746
9747 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * tls.el (open-tls-stream): Make it work with the 2nd argument
9750         BUFFER that is a string but does not exist as a buffer object, as
9751         mentioned in the doc-string.
9752
9753 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9756         SXEmacs.
9757
9758 2008-07-16  Glenn Morris  <rgm@gnu.org>
9759
9760         * gnus-util.el (ns-focus-frame): Declare for compiler.
9761
9762 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9765         set as a group parameter.
9766         (gnus-summary-save-in-pipe): Work when it is called independently.
9767         (gnus-summary-pipe-to-muttprint): Don't modify
9768         gnus-summary-pipe-output-default-command.
9769
9770 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9771
9772         * message.el (message-send-mail-with-sendmail):
9773         Display the error message.
9774
9775 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-art.el (gnus-default-article-saver):
9778         Add gnus-summary-save-in-pipe to choices.
9779         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9780         gnus-summary-pipe-output-default-command as the default command.
9781         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9782         instead of gnus-last-shell-command.
9783
9784         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9785         New user option.
9786         (gnus-summary-muttprint-program): Mention the value will be changed.
9787         (gnus-summary-save-article): Force showing of all headers.
9788         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9789
9790 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9791
9792         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9793
9794 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9795
9796         * nnimap.el (nnimap-id):
9797         * sieve-manage.el (sieve-manage-open): Doc fixes.
9798
9799 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9800
9801         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9802         if available.
9803
9804 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9805
9806         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9807
9808         * nnkiboze.el (nnkiboze-generate-group):
9809         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9810
9811         * nnmairix.el: Require CL.
9812
9813 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * dgnushack.el: Autoload get-display-table and put-display-table for
9816         XEmacs 21.5.
9817
9818         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9819         21.4 and SXEmacs.
9820
9821 2008-06-15  David Engster  <dengste@eml.cc>
9822
9823         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9824
9825 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9826
9827         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9828         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9829         runtime choice under XEmacs.
9830
9831         * gnus-sum.el (gnus-summary-set-display-table):
9832         Use `gnus-put-display-table', `gnus-get-display-table',
9833         `gnus-set-display-table' for the display table, instead of `aset'.
9834
9835         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9836         Use `gnus-put-display-table', `gnus-get-display-table',
9837         `gnus-set-display-table' for the display table.
9838
9839 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * nnmairix.el: Add autoloads.
9842
9843 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * nnmairix.el (nnmairix-delete-recreate-group)
9846         (nnmairix-update-and-clear-marks): Fix error messages.
9847
9848 2008-06-14  David Engster  <dengste@eml.cc>
9849
9850         * nnmairix.el: Upgrade to version 0.6.
9851         (nnmairix-group-toggle-propmarks-this-group)
9852         (nnmairix-group-toggle-readmarks-this-group)
9853         (nnmairix-group-delete-recreate-this-group)
9854         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9855         (nnmairix-remove-tick-mark-original-article): New commands.
9856         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9857         (nnmairix-propagate-marks-to-nnmairix-groups)
9858         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9859         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9860         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9861         functions needed for marks propagation and manipulation of read marks.
9862         (nnmairix-update-groups): New function.
9863         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9864         (nnmairix-determine-original-group-from-registry)
9865         (nnmairix-determine-original-group-from-path)
9866         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9867         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9868         New helper functions.
9869         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9870         keystrokes for new commands.
9871         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9872         (nnmairix-request-group): Check allow-fast group parameter.
9873         (nnmairix-request-create-group): Set allow-fast group parameter if
9874         nnmairix-allowfast-default is set.
9875         (nnmairix-close-group): Propagate marks upon closing if needed.
9876         (nnmairix-group-toggle-threads-this-group): Use new.
9877         nnmairix-group-toggle-parameter helper function.
9878         (nnmairix-search): Better check for empty search result.
9879         (nnmairix-goto-original-article): Use new helper functions for
9880         determining original article.
9881         (nnmairix-show-original-article): Make sure message-id is in brackets.
9882         (nnmairix-call-mairix-binary): Change variable name.
9883         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9884         helper function.
9885         (nnmairix-widget-toggle-activate): Fix doc string.
9886
9887 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * nnir.el: Require edmacro when compiling with XEmacs.
9890         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9891         available in Emacs 21.
9892
9893 2008-06-11  Glenn Morris  <rgm@gnu.org>
9894
9895         * gnus-util.el (x-focus-frame):
9896         * gnus.el (image-size):
9897         * mm-decode.el (image-size): Declare.
9898
9899         * gnus-picon.el (declare-function): Add compat definition.
9900         (image-size): Declare.
9901
9902         * gnus-group.el (tool-bar-map):
9903         * gnus-sum.el (tool-bar-map): Define for compiler.
9904
9905         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9906
9907         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9908
9909         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9910         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9911         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9912         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9913         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9914         * sieve-manage.el, spam-report.el, spam.el:
9915         Remove unnecessary eval-and-compile of autoloads.
9916
9917 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9918
9919         * auth-source.el: Precise Tramp doc.
9920
9921 2008-06-07  Glenn Morris  <rgm@gnu.org>
9922
9923         * nnmairix.el: Remove unnecessary eval-when-compile.
9924
9925 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * lpath.el: Fbind propertize for XEmacs 21.4.
9928
9929 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * nnir.el: Move here from ../contrib.
9932
9933 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9934
9935         * gnus-util.el (gnus-read-shell-command): New function.
9936         * mm-decode.el (mm-pipe-part):
9937         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9938
9939 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9942
9943 2008-06-03  Glenn Morris  <rgm@gnu.org>
9944
9945         * pop3.el (nnheader-accept-process-output): Autoload it.
9946
9947 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9950         are not 2-digit hexadecimal characters that follow `%'s.
9951
9952 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * message.el (message-bogus-recipient-p): Fix type in doc string.
9955         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9956         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9957         Improve custom options.
9958         (message-bogus-recipient-p): Adjust accordingly.
9959
9960 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9961
9962         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9963         long-form month and day names.
9964
9965 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * dgnushack.el: Autoload debug, eudc-expand-inline and
9968         pgg-snarf-keys-region for XEmacs.
9969
9970         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9971
9972         * nnmairix.el: Require edmacro when compiling with XEmacs.
9973
9974 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9977         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9978
9979 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9980
9981         * auth-source.el: Add more docs.
9982
9983         * netrc.el (netrc-machine): Always match if the port is not given.
9984
9985 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9988         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9989         retrieval faster in some cases, but might make CPU usage larger.
9990         If this has any bad side effects, we might revert this change.
9991
9992         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9993         seems to make mail retrieval much, much faster.
9994         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9995         unconditionally.
9996
9997         * gnus-draft.el (gnus-group-send-queue):
9998         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9999
10000 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10003
10004         * message.el (message-bogus-address-regexp): Fix and improve custom
10005         type.
10006         (message-setup-hook): Add message-check-recipients as custom option.
10007
10008 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * message.el (message-cite-function): Remove bogus autoload which crept
10011         in during merge from v5-10.
10012
10013 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10014
10015         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10016
10017         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10018
10019         * auth-source.el: Preliminary Tramp docs.
10020         (auth-sources): Change the default auth-sources to use
10021         EPA .gpg files.
10022
10023 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * nntp.el: Autoload `auth-source-user-or-password'.
10026         (nntp-send-authinfo): Use it.
10027
10028         * nnimap.el: Autoload `auth-source-user-or-password'.
10029         (nnimap-open-connection): Use it.
10030
10031         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10032         for the gnus-message function.
10033         (auth-source-user-or-password): Use it.
10034
10035 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10036
10037         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10038         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10039         (rfc2104-hash): Use it.
10040
10041 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10042
10043         * gnus-art.el (gnus-article-toggle-truncate-lines):
10044         Don't use `iff' in docstring.
10045
10046 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10047
10048         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10049
10050         * gnus-util.el (gnus-extract-address-component-name)
10051         (gnus-extract-address-component-email): Convenience functions around
10052         `gnus-extract-address-components'.
10053
10054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10055         Use `gnus-extract-address-component-email' to fix bug of comparing full
10056         sender name to `user-mail-address'.
10057
10058 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10061         catch/throw to optimize.
10062         (gnus-registry-find-keywords): Just use member to find a keyword.
10063
10064 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10065
10066         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10067         is current before calling gnus-server-prepare.
10068         (gnus-server-setup-buffer, gnus-server-update-server)
10069         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10070
10071 2008-05-04  Juri Linkov  <juri@jurta.org>
10072
10073         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10074         (mailcap-file-default-commands): Use mailcap-replace-in-string
10075         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10076         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10077
10078 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10079
10080         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10081
10082 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10083
10084         * gnus.el: Bump version to 0.11.
10085
10086 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10087
10088         * gnus.el: No Gnus v0.10 is released.
10089
10090 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10093         hooks.
10094         (gnus-update-read-articles): Speed up non-marks-using users.
10095         (gnus-use-marks): Define gnus-use-marks.
10096         (gnus-propagate-marks): Rename variable to something more sensible.
10097
10098 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10099
10100         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10101         (gmm-image-load-path-for-library): Fix typos in docstrings.
10102         (gmm-message): Reflow docstring.
10103
10104 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10105
10106         * mail-source.el (mail-source-set-1, mail-source-bind):
10107         Move auth-source code out of the macro to clean it up and fix bugs.
10108
10109 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10110
10111         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10112         by sender if it's equal to user-mail-address, it's likely to be
10113         useless.
10114
10115         * mail-source.el (mail-source-bind): Don't use user or password if they
10116         are not bound.  Unintern them if they are nil.  Don't use server unless
10117         it's bound, and default it to empty string otherwise.
10118
10119 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * mail-source.el: Load auth-source.el.
10122         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10123         get user name or password, if auth-sources is set up.
10124
10125         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10126         strategy of splitting with parent.
10127         (gnus-registry-split-fancy-with-parent)
10128         (gnus-registry-post-process-groups): Use it and fix prior
10129         bug (returning a list as the split result).
10130
10131         * auth-source.el (auth-sources): Remove server parameter.
10132         (auth-source-pick, auth-source-user-or-password)
10133         (auth-source-user-or-password-imap)
10134         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10135         (auth-source-user-or-password-sftp)
10136         (auth-source-user-or-password-smtp): Remove server parameter.
10137
10138 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10139
10140         * smime.el (smime-sign-region, smime-encrypt-region)
10141         (smime-decrypt-region):
10142         Remove redundant calls to `generate-new-buffer-name'.
10143
10144 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10145
10146         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10147         Don't use QP for message/rfc822.
10148         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10149
10150 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10151
10152         * sieve-manage.el (sieve-string-bytes): Remove.
10153         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10154         correct byte-length only if the process's coding-system is the same as
10155         the one used internally by Emacs to represent strings.
10156
10157 2008-04-22  Juri Linkov  <juri@jurta.org>
10158
10159         * mailcap.el (mailcap-file-default-commands): New function.
10160
10161 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * message.el (message-signature-separator, message-cite-function):
10164         Change custom version.
10165
10166 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10167
10168         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10169         commands.
10170         (tls-checktrust): Ditto.
10171
10172 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * mm-decode.el (mm-display-external): Make temp file read-only.
10175
10176 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10179         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10180         `C-c C-f d'.
10181
10182 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10183
10184         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10185
10186 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus.el: Bump version to 0.9.
10189
10190 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus.el: No Gnus v0.8 is released.
10193
10194 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10195
10196         * mail-source.el (mail-source-value):
10197         Prefer fboundp to functionp so it works with macros as well.
10198
10199 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10200
10201         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10202         Fix last change in case the element is not even a symbol.
10203
10204 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10205
10206         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10207         Prefer fboundp to functionp so it works with macros as well.
10208
10209 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10210
10211         * auth-source.el: Add docs.
10212         (auth-sources): Modify format to support server.
10213         (auth-source-pick, auth-source-user-or-password)
10214         (auth-source-user-or-password-imap)
10215         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10216         (auth-source-user-or-password-sftp)
10217         (auth-source-user-or-password-smtp): Add server parameter.
10218
10219 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10220
10221         * gnus-registry.el: Initialize the registry when gnus-registry-install
10222         is t.
10223
10224 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * compface.el (uncompface): Make buffer unibyte.
10227
10228 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10229
10230         * mail-source.el (mail-source-value):
10231         Prefer fboundp to functionp so it works with macros as well.
10232
10233 2008-04-05  Glenn Morris  <rgm@gnu.org>
10234
10235         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10236
10237 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10238
10239         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10240         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10241
10242         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10243         multibyteness after rather than before erasing it.
10244
10245         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10246         mm-with-multibyte.
10247         (gnus-request-article-this-buffer): Make sure the proper decoding is
10248         used if gnus-original-article-buffer happens to be unibyte.
10249
10250         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10251         default-enable-multibyte-characters.
10252
10253         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10254         default-enable-multibyte-characters.
10255
10256         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10257
10258         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10259
10260 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10261
10262         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10263         Fix last change in case the element is not even a symbol.
10264
10265 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10266
10267         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10268         (imap-message-copyuid-1): Use it.
10269         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10270         J. Williams in
10271         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10272
10273         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10274         imap-enable-exchange-bug-workaround.
10275         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10276
10277 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10278
10279         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10280         a 100 byte status-checks into a 2-3MB transfer for each group.
10281         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10282         to enable bug workaround or not.
10283         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10284
10285 2008-03-31  Glenn Morris  <rgm@gnu.org>
10286
10287         * message.el (mml2015-use): Declare for compiler.
10288         (message-info): Require mml2015 when appropriate.
10289
10290 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10293         whitespace.
10294
10295 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10296
10297         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10298         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10299         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10300         (nntp-service-to-port): New function.
10301         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10302         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10303         (nntp-open-netcat-stream): New function.
10304         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10305
10306 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10307
10308         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10309
10310 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10311
10312         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10313
10314 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10315
10316         * dns.el (dns-write): Use set-buffer-multibyte.
10317
10318 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10319
10320         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10321
10322 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * message.el (message-signature-separator): Change default.
10325         Improve custom type.
10326         (message-cite-function): Change default to
10327         message-cite-original-without-signature.
10328
10329         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10330         toggle.
10331
10332         * message.el (message-check-news-body-syntax): Fix signature check.
10333         (message-setup-1): Mark buffer as unmodified _after_ running
10334         message-setup-hook and handling message-alternative-emails.
10335         (message-shorten-references): Be more strict when building list of
10336         valid references to comply with GNKSA.
10337
10338         * gnus-group.el (gnus-read-ephemeral-bug-group)
10339         (gnus-read-ephemeral-debian-bug-group)
10340         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10341
10342         * message.el (message-info): Don't use booleanp which isn't supported
10343         in Emacs 21 and XEmacs.
10344
10345 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10348         gnus-group-gmane-group-download-format.
10349         (gnus-group-read-ephemeral-gmane-group): Rename from
10350         gnus-group-read-ephemeral-gmane-group.
10351         (gnus-read-ephemeral-gmane-group-url): Rename from
10352         gnus-group-read-ephemeral-gmane-group-url.
10353         (gnus-bug-group-download-format-alist): New variable.
10354         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10355         (gnus-read-ephemeral-emacs-bug-group): New commands.
10356
10357 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10360         (gnus-visible-headers): Improve custom type.
10361
10362 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * mml.el (mml-menu): Add workarounds for XEmacs.
10365
10366         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10367         X-Boundary header.
10368
10369         * message.el (message-simplify-recipients): Fix previous commit.
10370
10371 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10372
10373         * mm-util.el (mm-set-buffer-multibyte): New function.
10374         * mm-decode.el (mm-copy-to-buffer): Use it.
10375
10376         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10377         Prefer fboundp to functionp so it works with macros as well.
10378
10379 2008-03-19  Glenn Morris  <rgm@gnu.org>
10380
10381         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10382         Accidentally removed in the sync process with Emacs.
10383
10384 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * message.el (message-alter-recipients-discard-bogus-full-name):
10387         New function.
10388         (message-alter-recipients-function): New variable.
10389         (message-get-reply-headers): Use it.
10390         (message-replace-header): New helper function.
10391         (message-recipients-without-full-name): New variable.
10392         (message-simplify-recipients): New command.
10393
10394         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10395
10396         * message.el (message-info): Handle EasyPG manual.
10397
10398         * mml.el (mml-menu): Add entry for EasyPG.
10399
10400 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10401
10402         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10403         parameter.
10404
10405         * message.el (message-disassociate-draft): Specify drafts group name
10406         fully.
10407
10408 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10409
10410         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10411         Eliminate unnecessary duplicates from the match list.
10412
10413 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10416
10417         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10418
10419         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10420         args of `how-many' of which the XEmacs version doesn't take; declare
10421         Info-index-next as function.
10422
10423 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * gnus-score.el (gnus-score-headers): Fix handling of
10426         gnus-inhibit-slow-scoring.
10427
10428         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10429         string.
10430         (gnus-button-url-regexp): Improve handling of parenthesis.
10431         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10432         (gnus-button-handle-info-keystrokes): Handle index entries.
10433
10434 2008-03-15  Glenn Morris  <rgm@gnu.org>
10435
10436         * parse-time.el (parse-time-string): Simplify.
10437
10438 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10441         Incoming* files.
10442
10443 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10444
10445         * auth-source.el (auth-sources): Rename from auth-source-choices.
10446         (auth-source-pick): Use it.
10447
10448 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10449
10450         * binhex.el (binhex-decode-region-internal):
10451         * uudecode.el (uudecode-decode-region-internal):
10452         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10453         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10454         setting default-enable-multibyte-characters.
10455
10456 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10457
10458         * auth-source.el (auth-source-protocols)
10459         (auth-source-protocols-customize, auth-source-choices): Add and
10460         modified variable customizations and defaults.
10461         (auth-source-pick, auth-source-user-or-password)
10462         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10463         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10464         (auth-source-user-or-password-sftp)
10465         (auth-source-user-or-password-smtp): Use new variables and provide an
10466         interface to netrc.el.
10467
10468 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10471         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10472         Make sure the nntp port to specify is a string.
10473
10474 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10475
10476         * nntp.el: Use with-current-buffer.
10477         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10478         dubious mm-with-unibyte-current-buffer.
10479         (nntp-with-open-group-function): New function extracted from
10480         nntp-with-open-group macro.
10481         (nntp-with-open-group): Use the function, so it's easier to debug.
10482         Add indentation and debugging info.
10483         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10484         Recommend the use of the netcat alternatives.
10485
10486         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10487         Avoid mm-string-as-multibyte as well.
10488
10489         * nnweb.el (nnweb-insert-html):
10490         Remove use of nnheader-string-as-multibyte.
10491
10492         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10493         (nnheader-string-as-multibyte): Remove.
10494
10495         * mm-view.el: Use inhibit-read-only.
10496         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10497         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10498         or unibyte-string.
10499
10500         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10501         (mm-uu-yenc-extract): Use with-current-buffer.
10502
10503         * gnus-soup.el (gnus-soup-send-packet): Don't use
10504         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10505
10506         * nnmh.el: Use with-current-buffer.
10507         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10508         mm-string-as-multibyte on the output of mm-encode-coding-string.
10509
10510         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10511         (nnimap-request-move-article): Use with-current-buffer.
10512
10513         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10514         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10515         conversion uses string-make-unibyte rather than string-as-unibyte.
10516
10517         * gnus-msg.el: Use with-current-buffer.
10518
10519         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10520
10521 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10522
10523         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10524         string for caching if it is 'PIN.
10525
10526 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * lpath.el: Consider the case without Emacs/W3.
10529
10530 2008-03-08  Glenn Morris  <rgm@gnu.org>
10531
10532         * time-date.el (date-to-time, time-subtract, time-add)
10533         (safe-date-to-time): Doc fixes.
10534
10535 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * mail-source.el (mail-source-delete-old-incoming-confirm):
10538         Change default to nil.
10539         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10540
10541 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * lpath.el: Rearrange.
10544
10545         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10546         (gnus-article-goto-prev-page): Work for articles having ^L's.
10547
10548         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10549
10550         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10551
10552 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10553
10554         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10555         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10556         (gnus-bookmark-jump): Adjust some variable names.
10557
10558 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10559
10560         * auth-source.el: New package.
10561         (auth-source-choices): Add customization entry point variable.
10562
10563         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10564         bug.
10565
10566 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10567
10568         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10569         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10570         (gnus-registry-install-shortcuts): Rename from
10571         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10572         the `gnus-registry-mark-map' keymap dynamically from
10573         `gnus-registry-marks'.  The generated functions update the summary line
10574         when a registry mark is added or deleted, and will call
10575         `gnus-registry-install-p' (see the comments in the code).
10576         (gnus-registry-user-format-function-M): Use concat intelligently.
10577
10578         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10579         the registry mark functions.
10580
10581 2008-03-05  Glenn Morris  <rgm@gnu.org>
10582
10583         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10584         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10585         gnus-art.
10586         (top-level): No need to load own source when compiling.
10587
10588 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10591         Suggested by <chris.anderton@zetnet.co.uk>.
10592
10593 2008-03-04  Glenn Morris  <rgm@gnu.org>
10594
10595         * gnus-sum.el (top-level): No need to require gnus when compiling,
10596         since unconditionally required near start of file.
10597         (gnus-summary-display-while-building): Move definition before use.
10598
10599 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10600
10601         * gnus-registry.el (gnus-registry-user-format-function-M):
10602         Add formatting function.
10603
10604 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10605
10606         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10607         with plists.
10608         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10609         Use new format.
10610
10611 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10614         `where-is-internal' that returns a range of key sequences.
10615
10616 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10617
10618         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10619
10620         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10621         (gnus-summary-jump-to-group): Consider windows on other displayed
10622         frames as well.  Similar changes might be needed elsewhere, but that's
10623         the one I've bumped into during my use.
10624
10625         * nndoc.el (nndoc-oe-dbx-type-p):
10626         * gnus-msg.el (gnus-debug):
10627         * gnus-group.el (gnus-update-group-mark-positions):
10628         Use mm-string-to-multibyte.
10629
10630 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10633         doesn't handle NotDashEscaped.
10634
10635         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10636         (mml-dnd-attach-options): Fix typo in custom choice.
10637
10638         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10639         Change nndoc-article-type to mbox.
10640         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10641
10642         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10643         to nil, instead of html2text.
10644
10645         * imap.el (imap-debug): Add `imap-ping-server'.
10646
10647         * gnus-bookmark.el: Add FIXMEs.
10648
10649         * message.el (message-form-letter-separator)
10650         (message-send-form-letter-delay): New variables.
10651         (message-send-form-letter): Use them.  New command to send form
10652         letters.  Requested by Uwe Siart.
10653         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10654
10655 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * Update copyright years.
10658
10659 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         Sync from EMACS_22_BASE.
10662
10663         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10664
10665 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10666
10667         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10668         empty author.
10669
10670 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10671
10672         * gnus-registry.el (gnus-registry-marks): Add variable for
10673         customization of marks and their appearance.
10674         (gnus-registry-read-mark): Use it.
10675         (gnus-registry-do-marks): Add utility function to loop through
10676         `gnus-registry-marks'.
10677         (gnus-registry-install-shortcuts-and-menus): Add function to install
10678         shortcuts and menus.
10679         (gnus-registry-initialize): Use it.
10680         (gnus-registry-default-mark): Clarify documentation.
10681
10682 2008-02-29  Glenn Morris  <rgm@gnu.org>
10683
10684         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10685         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10686         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10687         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10688         Change defcustom :version from 23.0 to 23.1.
10689
10690 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10691
10692         * gnus-registry.el (gnus-registry-follow-group-p)
10693         (gnus-registry-post-process-groups): Add functions to aid registry
10694         splitting and improve logging.  Clarify behavior in function
10695         documentation.
10696         (gnus-registry-split-fancy-with-parent): Use them.
10697
10698 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10699
10700         * gnus-art.el: Use with-current-buffer.
10701
10702 2008-02-27  David Engster  <dengste@eml.cc>
10703
10704         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10705         Express real group name in the response.
10706
10707 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10710         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10711         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10712         autoload gnus-registry-fetch-group when compiling.
10713         (nnmairix-request-group-with-article-number-correction):
10714         Remove unreferenced argument passed to nnmairix-call-backend.
10715
10716 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10719         (mm-uu-extract): Improve face for low color ttys.
10720         Reported by Sascha Wilde.
10721
10722 2008-02-27  Glenn Morris  <rgm@gnu.org>
10723
10724         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10725         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10726         variables to defconsts.  Convert comments to doc-strings.
10727         (nnmairix-last-server, nnmairix-current-server): Convert from free
10728         variables to defvars.  Convert comments to doc-strings.
10729         (gnus-registry-fetch-group): Autoload.
10730         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10731         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10732         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10733         caddr.
10734         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10735         nnmairix-request-group-with-article-number-correction call.
10736         (nnmairix-fast, nnmairix-group): New, less general names, for free
10737         variables passed from nnmairix-request-group to
10738         nnmairix-request-group-with-article-number-correction.  Declare.
10739         (nnmairix-request-group-with-article-number-correction):
10740         Use nnmairix-fast, nnmairix-group rather than fast, group.
10741
10742 2008-02-26  David Engster  <dengste@eml.cc>
10743
10744         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10745         version 0.5.
10746
10747 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10750         instead of making an extra function call.  Don't add the current group
10751         to articles only when they have the group.  Use
10752         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10753         Reported by David <de_bb@arcor.de>.
10754
10755 2008-02-24  Miles Bader  <miles@gnu.org>
10756
10757         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10758         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10759         (mm-find-mime-charset-region):
10760         * mm-bodies.el (mm-encode-body):
10761         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10762
10763 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10766         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10767
10768 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * mail-source.el (mail-source-delete-incoming): Change default.
10771         Supplement doc string.
10772
10773         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10774
10775 2008-02-14  Glenn Morris  <rgm@gnu.org>
10776
10777         * time-date.el (format-seconds): New function.
10778
10779 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * nnmail.el (nnmail-message-id-cache-file): Derive from
10782         `gnus-home-directory'.
10783
10784 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10787         Document negative prefix.
10788
10789         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10790
10791 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * message.el (message-unsent-separator): Add the Exim bounce
10794         separator.
10795
10796 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10797
10798         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10799         list.
10800         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10801         recipient/signer list.
10802
10803 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * Makefile.in (datarootdir): Define.
10806         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10807         name that might contain whitespace.
10808
10809 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10812         fbound (Emacs 23 unicode), signal an error.
10813
10814 2008-02-08  Glenn Morris  <rgm@gnu.org>
10815
10816         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10817
10818 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10819
10820         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10821         ports to the calls to `netrc-machine-user-or-password' in addition to
10822         "imap" and "imaps".
10823
10824 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10825
10826         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10827
10828         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10829
10830 2008-02-01  Kenichi Handa  <handa@m17n.org>
10831
10832         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10833         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10834         (rfc2104-hash): Convert the result of concat to unibyte string.
10835
10836 2008-02-01  Dave Love  <fx@gnu.org>
10837
10838         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10839         coding-system-for-read.
10840         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10841
10842 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10845         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10846         <hanche@math.ntnu.no>.
10847
10848 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10851
10852         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10853
10854 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10855
10856         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10857         * message.el (message-beginning-of-line): Use featurep instead of bound
10858         tests in order to resolve conditionals at compile time.
10859
10860 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10861
10862         * mail-source.el (mail-sources): Add `group' choice.
10863
10864         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10865         parameter `in-group' to control into which group the articles go.
10866         Add treatment of `group' mail-source.
10867
10868 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10871
10872         * mm-decode.el (mm-dissect-buffer): Decode description.
10873
10874         * mml.el (mml-to-mime): Encode message header first.
10875
10876 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10879         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10880
10881         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10882         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10883
10884 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10885
10886         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10887
10888 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10891         prefix keys.
10892         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10893         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10894         gnus-xmas.el.
10895
10896         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10897         (gnus-xmas-article-describe-bindings): New function.
10898         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10899         gnus-xmas-article-describe-bindings.
10900
10901         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10902
10903 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10906         Add new variables for article mark management.
10907         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10908         list of extra data entries which, when present, will indicate that the
10909         article ID should not be trimmed from the registry.
10910         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10911         functions.
10912         (gnus-registry-read-mark): New function to read a mark name from the
10913         user.
10914         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10915         (gnus-registry-set-article-mark-internal): New functions to add and
10916         remove marks.
10917         (gnus-registry-get-article-marks): New function to show the marks for
10918         an article, or retrieve them for further use.
10919
10920 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10923         keys when no argument is given.
10924
10925 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * imap.el (imap-ping-server): New variable.
10928         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10929         (imap-ping-server): Minor doc string fixes.
10930
10931 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10932
10933         * imap.el (imap-ping-server): New function.
10934         (imap-opened): Call imap-ping-server.
10935
10936 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-sum.el (gnus-article-sort-by-random)
10939         (gnus-thread-sort-by-random): Fix doc strings.
10940         Reported by jidanni@jidanni.org.
10941
10942 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-art.el (gnus-article-describe-bindings): New function.
10945         (gnus-article-read-summary-keys): Use it.
10946         (gnus-article-mode-map): Bind `C-h b' to it.
10947
10948 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10951         XEmacs.
10952         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10953         Protect against non-character events.
10954
10955         * lpath.el: Fbind map-keymap for Emacs 21.
10956
10957 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10960         New command.
10961         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10962         instead of END.  Change name of the temp file.
10963         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10964         customizable.
10965
10966 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10969         bind `S W' to gnus-article-wide-reply-with-original; set default
10970         binding to gnus-article-read-summary-send-keys.
10971         (gnus-article-read-summary-keys): Fix the order of keys; display
10972         continuation keys correctly in the echo area; describe bindings
10973         correctly when keys end with `C-h'.
10974         (gnus-article-read-summary-send-keys): New function.
10975         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10976         Work for gnus-article-read-summary-send-keys; display continuation keys
10977         correctly in the echo area.
10978         (gnus-article-reply-with-original): Ignore prefix argument.
10979         (gnus-article-wide-reply-with-original): New function.
10980
10981         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10982         Emacs 21.
10983
10984 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10987         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10988
10989 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10992         (gnus-group-read-ephemeral-gmane-group): New command.
10993
10994 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10995
10996         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10997
10998 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * message.el (message-send-mail-function): Increase custom version.
11001
11002         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11003         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11004
11005 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11006
11007         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11008         for the cases where imap-authenticate is called with a nil buffer
11009         parameter.
11010
11011 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11014         html parts correctly; support forwarded messages.
11015         (gnus-article-browse-html-article): Remove work buffers.
11016
11017         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11018         compiling.
11019         (netrc-bound-and-true-p): New macro.
11020         (netrc-parse): Use it instead of bound-and-true-p that is not available
11021         in XEmacs 21.4.
11022
11023 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11024
11025         * gnus-registry.el (gnus-registry-mark-article)
11026         (gnus-registry-article-marks): Add functionality to mark articles
11027         through the Gnus registry.
11028
11029         * encrypt.el: Clarify documentation for the new pgg method.
11030         (encrypt-file-alist): Add PGG option.
11031         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11032         functionality.  Abstract password key and messaging to external
11033         functions.
11034         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11035         (encrypt-message-method-and-cipher): Add new convenience external
11036         functions.
11037         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11038         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11039
11040         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11041         (netrc-parse): Use encrypt-file-alist to determine if
11042         encrypt-find-model or encrypt-insert-file-contents should be used.
11043
11044         * encrypt.el: Clarify documentation.  Load password-cache or
11045         password, whichever one is found first, instead of autoloading.
11046
11047 2007-12-19  Glenn Morris  <rgm@gnu.org>
11048
11049         * mml.el (message-options-set, message-narrow-to-head)
11050         (message-in-body-p, message-mail-p, message-encode-message-body):
11051         Autoload.
11052         (message-remove-header, message-narrow-to-headers-or-head)
11053         (message-subscribed-p, message-make-mail-followup-to)
11054         (message-position-on-field, message-news-p)
11055         (message-options-set-recipient, message-generate-headers)
11056         (message-sort-headers): Declare as functions.
11057
11058 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11061         convention in doc string.
11062
11063 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11066         title to html parts.
11067         (gnus-article-browse-html-article): Pass message header to it.
11068
11069         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11070
11071 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11074         or password compatible with XEmacs.
11075
11076 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11079         format document.
11080         (gnus-mime-delete-part): Don't write description line if empty.
11081         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11082
11083 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
11084
11085         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11086         (gnus-summary-mark-read-and-unread-as-read)
11087         (gnus-summary-mark-current-read-and-unread-as-read)
11088         (gnus-summary-mark-unread-as-ticked): Doc fix.
11089         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11090
11091 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11094         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11095
11096 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11099         yes-or-no-p.
11100
11101 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mm-decode.el (mm-add-meta-html-tag): New function.
11104         (mm-save-part-to-file, mm-pipe-part): Use it.
11105
11106         * gnus-art.el (gnus-article-browse-delete-temp-files):
11107         Use gnus-y-or-n-p instead of y-or-n-p.
11108         (gnus-article-browse-html-parts): Work with message/external-body; use
11109         mm-add-meta-html-tag.
11110
11111 2007-12-11  Glenn Morris  <rgm@gnu.org>
11112
11113         * gnus-cache.el: Require gnus-sum not just when compiling.
11114
11115         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11116
11117         * gnus-int.el (gnus-server-opened, gnus-status-message):
11118         Move definitions before use.
11119
11120         * mm-decode.el: Require gnus-util.
11121         (mm-remove-part): Only call delete-annotation on XEmacs.
11122
11123         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11124
11125         * nnmail.el: Require gnus-int.
11126
11127         * spam.el: Move `require's before `eval-when-compile's.
11128
11129         * gnus-ems.el (gnus-alive-p):
11130         * gnus-fun.el (message-goto-eoh):
11131         * gnus-util.el (gnus-group-name-decode):
11132         * mail-source.el (gnus-compress-sequence):
11133         * message.el (Info-goto-node, format-spec):
11134         * mm-bodies.el (message-options-get):
11135         * mm-decode.el (mm-view-pkcs7):
11136         * mm-util.el (gmm-write-region):
11137         * mml-smime.el (mml-compute-boundary)
11138         (gnus-completing-read-with-default):
11139         * mml.el (widget-button-press, gnus-make-hashtable):
11140         * mml1991.el (mm-decode-content-transfer-encoding)
11141         (mm-encode-content-transfer-encoding)
11142         (message-options-get, message-options-set):
11143         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11144         * nnfolder.el (gnus-request-group):
11145         * nnheader.el (ietf-drums-unfold-fws):
11146         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11147         * smime.el (gnus-run-mode-hooks):
11148         * spam-stat.el (gnus-message): Autoload.
11149
11150         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11151         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11152         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11153         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11154         Add declare-function compatibility definition.
11155
11156         * gnus-cache.el (nnvirtual-find-group-art):
11157         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11158         (gnus-add-image, gnus-add-wash-type):
11159         * gnus-group.el (nnkiboze-score-file):
11160         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11161         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11162         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11163         (message-tokenize-header, gnus-get-buffer-create)
11164         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11165         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11166         * gnus.el (gnus-group-decoded-name):
11167         * mail-source.el (imap-capability):
11168         * mm-bodies.el (message-options-set):
11169         * mm-decode.el (gnus-configure-windows):
11170         * mm-extern.el (message-goto-body):
11171         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11172         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11173         (epg-sub-key-validity, message-options-set):
11174         * mml.el (widget-event-point, gnus-configure-windows):
11175         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11176         * mml2015.el (epg-check-configuration, epg-configuration)
11177         (message-options-set):
11178         * nndb.el (nndb-request-article):
11179         * nnfolder.el (gnus-request-create-group):
11180         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11181         * nnmaildir.el (gnus-group-mark-article-read):
11182         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11183         * rfc1843.el (message-fetch-field):
11184         * spam.el (gnus-extract-address-components):
11185         Declare as functions.
11186
11187 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11190
11191         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11192
11193         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11194         bind show-trailing-whitespace for XEmacs.
11195
11196 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11199         new no-op macro for backward compatibility.
11200
11201         * imap.el (imap-string-to-integer): New function.
11202
11203 2007-12-09  Glenn Morris  <rgm@gnu.org>
11204
11205         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11206
11207         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11208         * message.el, mm-view.el, sieve-manage.el, smime.el:
11209         Add declare-function compatibility definition.
11210
11211         * gnus-art.el (w3-region, w3m-region, Info-menu):
11212         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11213         * gnus-sum.el (gnus-get-predicate):
11214         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11215         * message.el (mail-abbrev-in-expansion-header-p):
11216         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11217         (w3m-detect-meta-charset, w3m-region):
11218         * sieve-manage.el (password-read, password-cache-add)
11219         (password-cache-remove):
11220         * smime.el (password-read-and-add): Declare as functions.
11221
11222 2007-12-08  David Kastrup  <dak@gnu.org>
11223
11224         * gnus-sum.el (gnus-summary-simplify-subject-query):
11225         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11226         `message'.
11227
11228 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11231         it to bind idna-program, installation-directory, defined-colors, and
11232         face-attribute for XEmacs of the version that compiles defcustom forms.
11233
11234 2007-12-07  Glenn Morris  <rgm@gnu.org>
11235
11236         * gnus-art.el (article-make-date-line): Revert previous change.
11237
11238 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11241
11242 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11243
11244         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11245         Call gnus-add-to-range ranges only once with a prepared article-list.
11246
11247 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11248
11249         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11250         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11251         group names with backslashes.
11252         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11253
11254 2007-12-06  Deepak Goel  <deego3@gmail.com>
11255
11256         * gnus-art.el (article-make-date-line):
11257         * gnus-start.el (gnus-load):
11258         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11259
11260 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-art.el (gnus-use-idna)
11263         * gnus-start.el (gnus-site-init-file)
11264         * message.el (message-use-idna)
11265         * mm-uu.el (mm-uu-hide-markers)
11266         * smiley.el (smiley-style): Revert changes that suppress warnings.
11267
11268 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11271         specify charset to html source.
11272         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11273
11274 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11277         idna-program in order to suppress byte compile warning issued by XEmacs
11278         that came to byte compile the default value section of defcustom forms
11279         recently.
11280
11281         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11282         value of installation-directory.
11283
11284         * message.el (message-use-idna): Don't directly refer to the value of
11285         idna-program.
11286
11287         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11288
11289         * smiley.el (smiley-style): Don't directly call face-attribute.
11290
11291 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11294
11295         * gnus-dired.el: Reduce Gnus dependencies.
11296         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11297         Don't require.  Use autoloads instead.
11298         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11299         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11300         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11301         (gnus-dired-mode): Adjust doc string.
11302         (gnus-dired-mail-mode): New variable.
11303         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11304         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11305         (gnus-dired-mail-buffers): New function.  Return mail or message
11306         composition buffers.
11307         (gnus-dired-attach): Use it.
11308         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11309         NO-DECODE.
11310         (gnus-dired-print): Use `gnus-print-buffer' depending on
11311         `gnus-dired-mail-mode'.
11312
11313 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * rfc2047.el (rfc2047-encoded-word-regexp)
11316         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11317         explaining what regexp patterns are for.
11318
11319 2007-12-04  Glenn Morris  <rgm@gnu.org>
11320
11321         * password.el: Move to password-cache.el.
11322
11323         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11324         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11325         * mml-smime.el (password-read, password-cache-add)
11326         (password-cache-remove):
11327         No need to autoload, since mml-sec requires password.
11328
11329         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11330         * message.el (gnus-extract-address-components):
11331         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11332
11333         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11334         password.
11335
11336 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * mailcap.el: Reduce dependencies.
11339         (mail-header-parse-content-type): Autoload.
11340         (mailcap-delete-duplicates): New alias.
11341         (mailcap-mime-info): Add optional argument NO-DECODE.
11342         (mailcap-mime-types): Use mailcap-delete-duplicates.
11343
11344         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11345
11346 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11347
11348         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11349         (imap-parse-status): Upcase status-att for servers that sends them
11350         lower-case (e.g., MS Exchange 2007).
11351
11352 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11355         function.
11356
11357         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11358         (gnus-uu-yenc-article): New function.
11359
11360         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11361
11362         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11363
11364 2007-12-02  Glenn Morris  <rgm@gnu.org>
11365
11366         * binhex.el (binhex): New custom group.
11367         (binhex-decoder-program, binhex-decoder-switches)
11368         (binhex-use-external): Move to the binhex custom group.
11369
11370         * uudecode.el (uudecode): New custom group.
11371         (uudecode-decoder-program, uudecode-decoder-switches)
11372         (uudecode-use-external): Move to the uudecode custom group.
11373
11374         * netrc.el (top-level): Don't load `encrypt' features.
11375         (netrc-parse): Don't use encrypt.
11376         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11377
11378         * encrypt.el: Remove file.
11379
11380 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11383         matches on patches.
11384
11385         * gnus-art.el (gnus-article-browse-html-article):
11386         Mention `mm-text-html-renderer' in the doc string.
11387
11388         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11389         string.  Add comments.
11390
11391         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11392         if rhs is ASCII.
11393
11394 2007-12-01  Glenn Morris  <rgm@gnu.org>
11395
11396         * mail-source.el (top-level): Require format-spec before
11397         eval-when-compile.
11398
11399 2007-11-30  Glenn Morris  <rgm@gnu.org>
11400
11401         * encrypt.el: Require password, rather than autoloading password-read.
11402
11403 2007-11-29  Glenn Morris  <rgm@gnu.org>
11404
11405         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11406         (sasl-make-client, sasl-next-step, sasl-step-data)
11407         (sasl-step-set-data): Declare as functions.
11408
11409 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11412
11413 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11414
11415         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11416         certs should be verified and what is to be done in the event of a
11417         verification failure.
11418
11419         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11420         caller can indicate whether the cache should be disregarded for this
11421         call.  This way the result of the call is reproducible at all times and
11422         can be considered a canonical server name for the supplied method.
11423         (gnus-agent-method-p): Canonicalize server names by pushing their
11424         method through `gnus-method-to-server' using the no-cache argument.
11425
11426         * gnus-srvr.el (gnus-server-insert-server-line):
11427         Call `gnus-method-to-server' with `no-cache' argument.
11428
11429         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11430         gnus-agent-possibly-synchronize-flags as this should be called when the
11431         server is actually being opened.
11432         (gnus-agent-possibly-synchronize-flags)
11433         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11434         flags file of an agentized server to the latter function.
11435
11436         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11437         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11438         after a connection has been established successfully.
11439
11440 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-art.el (article-display-face): Force to display face if called
11443         interactively; check if gnus-article-x-face-too-ugly matches author.
11444         (article-display-x-face): Display face even if From header is missing
11445         as article-display-face does.
11446
11447 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11448
11449         * hashcash.el (message-narrow-to-headers-or-head)
11450         (message-fetch-field, message-goto-eoh)
11451         (message-narrow-to-headers): Declare as functions.
11452
11453 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * mail-source.el (mail-sources): Default to fetch from file for
11456         compatibility with default of nnmail-spool-file.
11457
11458 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11461         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11462         to look for encoded word that should be encoded again.
11463         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11464         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11465         encoding pattern.
11466         (rfc2047-decode-region): Switch strict regexp and loose one according
11467         to rfc2047-allow-irregular-q-encoded-words.
11468
11469 2007-11-25  Romain Francoise  <romain@orebokech.com>
11470
11471         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11472
11473 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * tls.el (tls-program): Provide more custom choices from
11476         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11477         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11478
11479 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11482         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11483
11484         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11485         `nnmail-spool-file'.
11486
11487         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11488         `nnmail-spool-file'.
11489
11490         * gnus-move.el (gnus-change-server): Ditto.
11491
11492         * gnus-kill.el (gnus-batch-score): Ditto.
11493
11494         * gnus-cache.el (gnus-jog-cache): Ditto.
11495
11496         * gnus-msg.el (gnus-summary-reply):
11497         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11498
11499 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11502         version.  Minor improvement to doc strings.
11503         (tls-program): Add comment.
11504
11505 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11506
11507         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11508         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11509         mismatch between the hostname provided in the certificate and the name
11510         of the host connnecting to.
11511         (open-tls-stream): Use them.  Check certificates against trusted root
11512         certificates.
11513
11514 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * gnus-cache.el (gnus-cache-generate-nov-databases):
11517         Use nnml-generate-nov-databases-directory instead of
11518         nnml-generate-nov-databases-1.
11519
11520 2007-11-24  Glenn Morris  <rgm@gnu.org>
11521
11522         * message.el (message-tool-bar-retro): Update for rename
11523         mail_send.xpm->mail-send.xpm.
11524
11525 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11528         `smime-ldap-search' for Emacs 22 and up.
11529
11530 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11531
11532         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11533
11534         * message.el (message-send-mail-function): Fix error convention.
11535         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11536         (message-widen-reply, message-send-mail, message-talkative-question)
11537         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11538         (message-clone-locals, message-send-news): Use with-current-buffer.
11539         (message-insert-or-toggle-importance): Remove unused var `valid'.
11540         (message-make-references): Remove unused var `new-references'.
11541         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11542
11543 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11544
11545         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11546         (spam-split-symbolic-return-positive): Reflow docstring.
11547         (spam-backends, spam-summary-exit-behavior)
11548         (spam-mark-ham-unread-before-move-from-spam-group)
11549         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11550         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11551         (spam-clear-cache, spam-backend-check, spam-install-backend)
11552         (spam-install-statistical-backend, spam-list-of-processors)
11553         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11554         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11555         (spam-check-crm114, spam-initialize, spam-unload-hook):
11556         Fix typos in docstrings.
11557
11558 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11561         been checked if they have never been read and those group levels are
11562         higher than the one that a user specified.
11563
11564 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11567         foreign groups unless a group level is specified by a user.
11568         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11569
11570 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * message.el (message-send-mail-function): Require sendmail.
11573
11574 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * message.el (message-send-mail-function): Check for smtpmail too.
11577
11578         * utf7.el (utf7-encode, utf7-decode): Use coding system
11579         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11580
11581         * message.el (message-send-mail-function): New function.
11582         (message-send-mail-function): Set default using
11583         message-send-mail-function.  Adjust doc string.
11584         (message-send-mail-with-mailclient): New function.
11585
11586 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11587
11588         * smime.el (from):
11589         * rfc2047.el (message-posting-charset):
11590         * qp.el (mm-use-ultra-safe-encoding):
11591         * pop3.el (parse-time-months):
11592         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11593         * nnml.el (files):
11594         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11595         (jka-compr-compression-info-list, ange-ftp-path-format)
11596         (efs-path-regexp):
11597         * nndiary.el (files):
11598         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11599         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11600         (epg-digest-algorithm-alist, inhibit-redisplay)
11601         (password-cache-expiry):
11602         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11603         (pgg-output-buffer, password-cache-expiry):
11604         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11605         (efs-path-regexp):
11606         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11607         (inhibit-redisplay):
11608         * mm-uu.el (file-name, start-point, end-point, entry)
11609         (gnus-newsgroup-name, gnus-newsgroup-charset):
11610         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11611         (latin-unity-ucs-list):
11612         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11613         (mm-uu-binhex-decode-function):
11614         * message.el (gnus-message-group-art, gnus-list-identifiers)
11615         (rmail-enable-mime-composing, gnus-local-organization)
11616         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11617         (gnus-read-active-file, facemenu-add-face-function)
11618         (facemenu-remove-face-function, gnus-article-decoded-p)
11619         (tool-bar-mode):
11620         * mail-source.el (display-time-mail-function):
11621         * gnus-util.el (nnmail-pathname-coding-system)
11622         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11623         (gnus-original-article-buffer, gnus-user-agent)
11624         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11625         (xemacs-codename, sxemacs-codename, emacs-program-version):
11626         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11627         * gnus-start.el (gnus-agent-covered-methods)
11628         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11629         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11630         (gnus-newsgroup-headers, gnus-group-list-mode)
11631         (gnus-group-mark-positions, gnus-newsgroup-data)
11632         (gnus-newsgroup-unreads, nnoo-state-alist)
11633         (gnus-current-select-method, mail-sources)
11634         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11635         (nnmail-spool-file, gnus-cache-active-hashtb):
11636         * gnus-mh.el (mh-lib-progs):
11637         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11638         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11639         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11640         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11641         (gnus-group-buffer):
11642         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11643         (font-lock-set-defaults):
11644         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11645         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11646         (gnus-summary-post-menu, total-parts, type, condition, length):
11647         * gnus-agent.el (gnus-agent-read-agentview):
11648         * flow-fill.el (show-trailing-whitespace):
11649         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11650         eval-and-compile wrappers for byte compiler pacifiers.
11651
11652         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11653         (mm-display-inline-fontify): Check for featurep 'xemacs not
11654         extent-list.
11655
11656         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11657         itimer-list.
11658         (mm-create-image-xemacs): Only do something for XEmacs.
11659         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11660
11661         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11662
11663         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11664         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11665
11666 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11667
11668         * nnimap.el (nnimap-split-download-body):
11669         * gnus-demon.el (gnus-demon):
11670         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11671
11672 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11675         New macros.
11676         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11677         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11678         copy data from unibyte buffer to multibyte current buffer.
11679         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11680         to copy data from unibyte current buffer to multibyte buffer.
11681         (nntp-make-process-buffer): Make process buffer unibyte.
11682
11683         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11684
11685 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11686
11687         * pop3.el (pop3-open-server): Accept and process data more robustly at
11688         connexion start to avoid spurious "POP SSL connexion failed" errors.
11689
11690 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11693         read group names.
11694
11695 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11698
11699 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11702         (nnmail-save-active): Use a unibyte buffer when saving active file,
11703         which may contain non-ASCII group names.
11704
11705         * nnml.el (nnml-request-group): Decode group names in messages.
11706
11707 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * message.el (message-citation-line-function)
11710         (message-insert-formatted-citation-line): Fix spelling of
11711         `message-insert-formated-citation-line'.
11712
11713 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11716
11717 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11720         nnmail-pathname-coding-system.
11721
11722         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11723         that a user enters; decode group names in messages.
11724
11725         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11726
11727 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11730
11731         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11732
11733         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11734         risky local variable.
11735
11736         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11737
11738 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * encrypt.el: Improve documentation to fix function name typo.
11741         Reported by Daiki Ueno <ueno@unixuser.org>.
11742
11743 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11746         even if the point is not in the last page of an article.
11747         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11748         back to the previous page.
11749
11750 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11753
11754 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11757
11758 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11759
11760         * message.el (message-check-news-body-syntax):
11761         Avoid mm-string-as-multibyte.
11762         (message-hide-headers): Don't assume (point-min)==1.
11763
11764 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * message.el (message-remove-blank-cited-lines): Fix if remove is
11767         given.
11768         (message-bogus-address-regexp): New variable.
11769         (message-bogus-recipient-p): New function.
11770         (message-check-recipients): New command.
11771         (message-syntax-checks): Add `bogus-recipient'.
11772         (message-fix-before-sending): Add `bogus-recipient'.
11773
11774         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11775         (gnus-treat-body-boundary): Don't test window-system.
11776
11777 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11778
11779         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11780
11781 2007-10-28  Miles Bader  <miles@gnu.org>
11782
11783         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11784         at compile-time too.
11785
11786 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * gnus-msg.el (gnus-message-setup-hook):
11789         Add `message-remove-blank-cited-lines' to options.
11790
11791 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * message.el (message-remove-blank-cited-lines): New function.
11794         Suggested by Karl PlĂ€sterer.
11795
11796 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11799         mapc.
11800
11801         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11802         (top-level): Use mapc to set functions to be traced for debugging.
11803
11804         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11805         called for effect with while loop.
11806
11807         * message.el (message-talkative-question): Replace mapcar called for
11808         effect with mapc.
11809
11810         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11811         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11812         called for effect with dolist.
11813
11814         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11815
11816         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11817         gnus-extra-headers and nnmail-extra-headers.
11818
11819         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11820         called for effect with dolist.
11821         (top-level): Use mapc to set functions to be traced for debugging.
11822
11823         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11824         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11825         dolist.
11826
11827         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11828         Replace mapcar called for effect with mapc.
11829         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11830         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11831         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11832         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11833
11834         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11835         remove-if that's a cl function.
11836
11837         * webmail.el (webmail-debug): Replace mapcar called for effect with
11838         dolist.
11839
11840         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11841         with mapc.
11842
11843 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11846         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11847         with while loop.
11848
11849         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11850         functions from article-* functions.
11851         (gnus-multi-decode-header): Replace mapcar called for effect with
11852         dolist.
11853
11854         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11855         (gnus-bookmark-show-details): Replace mapcar called for effect with
11856         while loop.
11857
11858         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11859         called for effect with while loop.
11860
11861         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11862         with dolist.
11863
11864         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11865         Replace mapcar called for effect with dolist.
11866
11867         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11868
11869         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11870         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11871         Replace mapcar called for effect with dolist.
11872         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11873         mapc.
11874
11875         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11876         Replace mapcar called for effect with dolist.
11877         (gnus-topic-list): Replace mapcar called for effect with mapc.
11878
11879         * gnus.el: Use mapc instead of mapcar to add autoloads.
11880
11881 2007-10-23  Richard Stallman  <rms@gnu.org>
11882
11883         * gnus-group.el (gnus-group-highlight): Mark as risky.
11884
11885 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * gnus.el (gnus-server-to-method): Return method found first in
11888         gnus-newsrc-alist.
11889
11890         * gnus-art.el (gnus-article-highlight-signature)
11891         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11892         button overlay without the front stickiness.
11893
11894 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11895
11896         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11897         overview buffer needed a catch to receive its throw.
11898         (gnus-agent-flush-cache): Declare as interactive to make this function
11899         easier to use.
11900
11901 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11904         `next-line'.
11905
11906 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11909         exclude address matching message-dont-reply-to-names.
11910
11911 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-util.el (gnus-string<): New function.
11914
11915         * gnus-sum.el (gnus-article-sort-by-author)
11916         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11917
11918 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11921         the frame-focus tag is set in gnus-buffer-configuration.
11922
11923 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11926         the front stickiness.
11927
11928 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11931         url pattern; remove duplicate one.
11932         (gnus-article-extend-url-button): New function.
11933         (gnus-article-add-buttons): Use it.
11934         (gnus-button-push): Use concatenated url that it makes.
11935
11936 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11937
11938         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11939
11940 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11941
11942         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11943         Don't hardcode point-min==1.
11944
11945 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11948         Fix comment about "iso8859-1".
11949
11950 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11951
11952         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11953         ones returned from the verify-function.
11954
11955         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11956         Call mml2015-extract-cleartext-signature if extraction failed.
11957
11958 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11959
11960         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11961         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11962         failed.
11963
11964 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11967
11968 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11971         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11972         recommends to use EasyPG instead of PGG.
11973
11974         * pgg.el: Revert to revision 6.23.2.16.
11975
11976         * pgg-def.el: Revert to revision 6.6.2.14.
11977
11978         * pgg-gpg.el: Revert to revision 6.23.2.34.
11979
11980 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11983         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11984         thread for both the null and zero (kill/expire thread) universal prefix
11985         cases.
11986         (gnus-summary-expire-thread): Add new function to expire a thread,
11987         using gnus-summary-kill-thread.
11988         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11989         shortcuts for gnus-summary-expire-thread.
11990         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11991         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11992
11993 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11994
11995         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11996         extras value, so an extras entry can be deleted.
11997         (gnus-registry-delete-extra-entry): Use it.
11998         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11999         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12000         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12001         storage through the gnus-registry, and provide an appropriate API for
12002         it.
12003
12004 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12007         Suggested by Leo <sdl.web@gmail.com>.
12008
12009         * gnus.el: Do.
12010
12011 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12014         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12015
12016         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12017
12018         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12019         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12020
12021 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12024         newline.
12025         (nnmbox-request-accept-article): Don't change article in source buffer;
12026         narrow to header to use message-fetch-field rather than
12027         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12028         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12029         as delimiters; make sure article ends with newline.
12030         (nnmbox-delete-mail): Correct last position of article to be deleted;
12031         ignore X-Gnus-Newsgroup header in article body.
12032         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12033         positions; make sure article ends with newline.
12034
12035         * message.el (message-display-abbrev): Don't infloop when a user
12036         inserts SPC in the beginning of header.
12037
12038         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12039         coding-system-for-read and coding-system-for-write for XEmacs having no
12040         file-coding feature.
12041
12042         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12043
12044 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12045
12046         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12047         list of groups not followed by default.  Fix type to be regexp.
12048         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12049
12050 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12051
12052         * hmac-def.el (define-hmac-function): Switch from old-style to
12053         new-style backquotes.
12054
12055         * md4.el (md4-make-step): Likewise.
12056
12057 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12060         raw-text coding system when saving .newsrc file, which may contain
12061         non-ASCII group names.
12062
12063 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-cus.el (gnus-score-extra): New widget.
12066         (gnus-score-extra-convert): New function.
12067         (gnus-score-customize): Use it for Extra.
12068
12069 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12070
12071         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12072         (mml2015-mailcrypt-clear-verify): Use it.
12073         (mml2015-gpg-clear-verify): Use it.
12074         (mml2015-pgg-clear-verify): Use it.
12075         (mml2015-epg-clear-verify): Replace the current part with the output
12076         from GnuPG; don't extract the plaintext by itself.
12077
12078         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12079         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12080         mml2015-clear-verify-function; don't touch the armor headers or
12081         dash-escaped text here.
12082
12083 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12086         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12087         parts, or application/octet-stream as a last resort.
12088         (gnus-mime-view-part-as-type): Don't toggle display.
12089         (gnus-mime-view-part-as-charset): Don't turn off display before
12090         querying charset.
12091
12092         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12093         stuff to undisplayer function in Emacs.
12094         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12095
12096         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12097         text/calendar parts.
12098
12099 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12102         decoding text/calendar parts.
12103
12104         * message.el (message-forward-make-body-mime): Always mark body as
12105         having no illegible text; remove signed-or-encrypted argument.
12106         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12107
12108         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12109         (mml-generate-mime-1): Don't encode body if it is specified to be in
12110         raw form; don't make buffer be unibyte when inserting multibyte string.
12111
12112 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12113
12114         * sha1.el: Fix up comment style.
12115         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12116         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12117
12118         * hex-util.el: Fix up comment style.
12119         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12120
12121         * gnus-salt.el: Use with-current-buffer.
12122         (gnus-pick-setup-message): Fix long-standing typo.
12123
12124 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * imap.el (imap-logout-timeout): New variable.
12127         (imap-logout, imap-logout-wait): New functions.
12128         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12129
12130         * nnimap.el (nnimap-logout-timeout): New server variable.
12131         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12132         nnimap-logout-timeout.
12133
12134         * gnus-art.el (gnus-article-summary-command-nosave)
12135         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12136
12137 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus.el (gnus-maximum-newsgroup): New variable.
12140
12141         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12142         according to gnus-maximum-newsgroup.
12143
12144         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12145         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12146         Limit the range of articles according to gnus-maximum-newsgroup.
12147
12148 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12149
12150         * gnus-art.el (gnus-sticky-article): Fix problems described in
12151         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12152         Don't perform gnus-configure-windows here; reuse existing sticky
12153         article buffer.
12154
12155         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12156         it doesn't exist in gnus-article-mode.
12157
12158 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12161         (gnus-agent-decoded-group-name): New function.
12162         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12163         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12164
12165 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12166
12167         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12168         Add binding for gnus-sticky-article.
12169         (gnus-summary-exit): Don't kill sticky article buffers.
12170
12171         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12172         article buffer.
12173         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12174         (gnus-kill-sticky-article-buffers): New commands.
12175
12176 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * nntp.el (nntp-xref-number-is-evil): New server variable.
12179         (nntp-find-group-and-number): If it is non-nil, don't trust article
12180         numbers in the Xref header.
12181
12182 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus-agent.el (gnus-agent-read-group): New function.
12185         (gnus-agent-flush-group, gnus-agent-expire-group)
12186         (gnus-agent-regenerate-group): Use it.
12187         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12188         nnmail-pathname-coding-system.
12189
12190 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12193
12194         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12195         that are unread as unread, and also as selected so that information of
12196         marks having been changed by a user may be updated when exiting group.
12197
12198 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12201
12202 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12205         calculated ignoring signature parts to gnus-treat-article.
12206
12207 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12210         a point here in order to keep the window start.
12211         (gnus-insert-mime-security-button): Make a button overlay without the
12212         front stickiness.
12213         (gnus-mime-display-security): Goto the end of a button.
12214
12215         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12216
12217 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12220         group-name-at-point.
12221         (gnus-group-completing-read): New function that offers decoded
12222         non-ASCII group names for completion.
12223         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12224         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12225         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12226         (gnus-group-fetch-control): Use it.
12227         (gnus-fetch-group): Use group-name-at-point for the initial value
12228         rather than the default value; use gnus-alive-p.
12229
12230         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12231         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12232         (gnus-summary-post-news): Use gnus-group-completing-read.
12233
12234         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12235         (gnus-read-move-group-name): Decode group name for completion.
12236
12237 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12240         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12241         Yamaoka slightly modified the code).
12242
12243 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12246         (nnmail-split-incoming): Bind it.
12247
12248         * nnml.el (nnml-group-name-charset): New function.
12249         (nnml-decoded-group-name): Use it; don't decode group name if
12250         nnmail-group-names-not-encoded-p is non-nil.
12251         (nnml-encoded-group-name): New function.
12252         (nnml-group-pathname): Inline nnml-decoded-group-name.
12253         (nnml-request-expire-articles): Decode group name in message.
12254         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12255         nnmail-pathname-coding-system.
12256         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12257         not decoded ones according to nnmail-group-names-not-encoded-p.
12258         (nnml-generate-active-info): Use nnml-encoded-group-name.
12259
12260 2007-08-08  Glenn Morris  <rgm@gnu.org>
12261
12262         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12263         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12264         doc-strings and comments.
12265
12266 2007-07-25  Glenn Morris  <rgm@gnu.org>
12267
12268         * Relicense all FSF files to GPLv3 or later.
12269
12270 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-sum.el (gnus-summary-move-article):
12273         Make gnus-summary-respool-article work.
12274
12275 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12278         string.
12279
12280 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12281
12282         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12283         that should be ignored when comparing distant RSS articles with local
12284         ones.
12285         (nnrss-make-hash-index): New function.  Create a hash index according
12286         to the ignored fields.
12287         (nnrss-check-group): Use it.
12288
12289 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12292
12293         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12294
12295         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12296         the new optional argument ENCODED is non-nil.
12297         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12298         coding system for encoding group name.
12299         (gnus-group-make-rss-group): Pass un-encoded group name to
12300         gnus-group-make-group.
12301         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12302         encoded.
12303
12304         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12305         Encode group name to which articles are moved or copied.
12306         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12307         coding system for encoding Newsgroup, Followup-To and Xref headers.
12308
12309         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12310         marks; use nnheader-file-coding-system to write a file.
12311         (nnagent-retrieve-headers): Bind file-name-coding-system to
12312         nnmail-pathname-coding-system.
12313
12314         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12315
12316         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12317         (nnml-request-article, nnml-request-create-group)
12318         (nnml-request-rename-group, nnml-find-id)
12319         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12320         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12321         (nnml-save-marks): Use nnml-group-pathname instead of
12322         nnmail-group-pathname.
12323
12324         (nnml-request-create-group, nnml-request-expire-articles)
12325         (nnml-request-move-article, nnml-request-delete-group)
12326         (nnml-deletable-article-p, nnml-possibly-create-directory)
12327         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12328         (nnml-open-marks): Bind file-name-coding-system to
12329         nnmail-pathname-coding-system.
12330
12331         (nnml-request-article): Pass server argument to nnml-find-group-number.
12332         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12333         Pass server argument to nnml-possibly-create-directory.
12334         (nnml-request-accept-article): Pass server argument to
12335         nnml-active-number and nnml-save-mail.
12336         (nnml-find-group-number): Pass server argument to nnml-find-id.
12337         (nnml-request-update-info): Pass server argument to
12338         nnml-marks-changed-p.
12339
12340         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12341         (nnml-save-mail, nnml-active-number): Add server argument.
12342
12343         (nnml-request-delete-group): Warn if group is missing.
12344         (nnml-get-nov-buffer): Decode group name.
12345         (nnml-generate-active-info): Encode group name.
12346         (nnml-open-marks): Decode group name in messages.
12347
12348 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12351         if it is not specified.
12352         (gnus-article-pipe-part, gnus-article-save-part)
12353         (gnus-article-interactively-view-part, gnus-article-copy-part)
12354         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12355         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12356         (gnus-article-replace-part, gnus-article-delete-part)
12357         (gnus-article-view-part-as-type): Pass raw prefix argument to
12358         gnus-article-part-wrapper.
12359
12360 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-agent.el (gnus-agent-save-active):
12363         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12364
12365         * gnus-cache.el (gnus-cache-save-buffers)
12366         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12367         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12368         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12369         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12370         (gnus-cache-generate-active, gnus-cache-rename-group)
12371         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12372         (gnus-cache-update-overview-total-fetched-for):
12373         Bind file-name-coding-system to nnmail-pathname-coding-system.
12374         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12375         New variables.
12376         (gnus-cache-decoded-group-name): New function.
12377         (gnus-cache-file-name): Use it.
12378         (gnus-cache-generate-active): Use non-decoded group name for active.
12379
12380         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12381         right place.
12382         (gnus-write-active-file): Don't break non-ASCII group names.
12383
12384         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12385         nnmail-pathname-coding-system.
12386
12387         * lpath.el: Bind default-file-name-coding-system,
12388         file-name-coding-system and language-info-alist for XEmacs.
12389
12390         * gnus-uu.el (gnus-uu-decode-save): Typo.
12391
12392 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12395
12396 2007-07-14  David Kastrup  <dak@gnu.org>
12397
12398         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12399         finishing actions if we did not edit the article.
12400
12401 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12404         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12405         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12406         (gnus-agent-flush-group, gnus-agent-flush-cache)
12407         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12408         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12409         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12410         (gnus-agent-regenerate-group)
12411         (gnus-agent-update-files-total-fetched-for)
12412         (gnus-agent-update-view-total-fetched-for):
12413         Bind file-name-coding-system to nnmail-pathname-coding-system.
12414         (gnus-agent-group-pathname): Don't encode file names by
12415         nnmail-pathname-coding-system.
12416         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12417         coding-system-for-write instead of buffer-file-coding-system to
12418         gnus-agent-file-coding-system.
12419
12420         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12421         Decode group name.
12422
12423         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12424
12425         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12426         (gnus-read-newsrc-el-file): Make group names unibyte.
12427
12428         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12429         nnmail-pathname-coding-system.
12430
12431         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12432         (nnrss-request-delete-group): Bind file-name-coding-system to
12433         nnmail-pathname-coding-system.
12434         (nnrss-read-server-data, nnrss-read-group-data):
12435         Bind file-name-coding-system correctly.
12436         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12437
12438         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12439         (nntp-server-to-method-cache): New variable.
12440         (nntp-group-pathname): New function that decodes non-ASCII group names.
12441         (nntp-possibly-create-directory, nntp-marks-changed-p)
12442         (nntp-save-marks, nntp-open-marks): Use it.
12443         (nntp-possibly-create-directory, nntp-open-marks):
12444         Bind file-name-coding-system to nnmail-pathname-coding-system.
12445         (nntp-open-marks): Decode group names when bootstrapping marks.
12446
12447         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12448         Newsgroups and Folowup-To headers.
12449
12450 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12453         (gnus-server-closed-face, gnus-server-denied-face)
12454         (gnus-server-offline-face): Remove variable.
12455         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12456
12457         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12458         of modifying message-stack directly for XEmacs.
12459
12460         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12461         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12462         if the coding-system argument is nil for XEmacs.
12463
12464         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12465         mm-charset-override-alist.
12466
12467         * rfc2047.el: Don't require base64; require rfc2045 for the function
12468         rfc2045-encode-string.
12469         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12470         to quote the parameter value.
12471
12472 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12475         form in gnus-group-name-charset-method-alist.
12476
12477         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12478         overrides the default layout edit-form.
12479
12480         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12481
12482         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12483
12484 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12487         as unfetched articles.
12488
12489 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12492
12493 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12496         original back end that keeps marks in the local system.
12497
12498 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12501         arg of pop-to-buffer for XEmacs.
12502         (gnus-article-read-summary-keys): Ditto; don't restore window
12503         configuration if summary command ends up with neither article buffer
12504         nor summary buffer; describe bindings if summary keys end with C-h.
12505
12506 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * message.el (message-fix-before-sending): Skip raw message part to be
12509         forwarded while checking illegible text.
12510         (message-forward-make-body-mime, message-forward-make-body):
12511         Mark signed or encrypted raw message as having no illegible text.
12512
12513 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12516         (gnus-message-with-timestamp-1): New macro.
12517         (gnus-message-with-timestamp): New function.
12518         (gnus-message): Use them.
12519
12520         * nnheader.el (nnheader-message): Use them.
12521
12522 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12525         .newsrc.eld file.
12526
12527 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-agent.el (gnus-agent-fetch-headers)
12530         (gnus-agent-retrieve-headers):
12531         Bind gnus-decode-encoded-address-function to identity.
12532
12533         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12534         available also when the server returns simply a dot.
12535
12536         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12537
12538 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12541
12542 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-ems.el (gnus-x-splash): Make it work.
12545
12546         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12547         from being used.
12548
12549         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12550
12551 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12554         4th and the 5th arguments.
12555
12556         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12557         the front stickiness.
12558         (gnus-article-summary-command-nosave): Correct the order of the
12559         arguments passed to pop-to-buffer.
12560         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12561         summary command ends up with the article buffer.
12562
12563         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12564         the same faces.
12565
12566 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12567
12568         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12569
12570 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12571
12572         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12573         * gnus-sum.el (gnus-summary-highlight):
12574         * pgg.el (pgg-sign-region, pgg-sign):
12575         * mail-source.el (mail-source-delete-old-incoming-confirm):
12576         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12577
12578 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-art.el (gnus-mime-view-part-externally)
12581         (gnus-mime-view-part-internally): Fix predicate function passed to
12582         completing-read.
12583
12584         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12585
12586         * gnus.el (gnus-update-message-archive-method): Add :version.
12587
12588 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus.el (gnus-update-message-archive-method): New variable.
12591
12592         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12593         according to gnus-message-archive-method if
12594         gnus-update-message-archive-method is non-nil.
12595
12596 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12599         Suggested by Loic Dachary <loic@dachary.org>.
12600         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12601
12602 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * message.el (message-pop-to-buffer): Add switch-function argument.
12605         (message-mail): Pass switch-function argument to it.
12606
12607 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12610         Improve doc string.
12611
12612 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12615         (gnus-header-content)
12616         * gnus-cite.el (gnus-cite-10)
12617         * gnus-srvr.el (gnus-server-closed)
12618         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12619         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12620         (gnus-group-mail-3-empty, gnus-group-mail-low)
12621         (gnus-group-mail-low-empty, gnus-splash)
12622         * message.el (message-header-to, message-header-cc)
12623         (message-header-subject, message-header-other, message-header-name)
12624         (message-header-xheader, message-separator, message-cited-text)
12625         (message-mml): Lighten colors of faces used for dark background.
12626
12627 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12628
12629         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12630         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12631
12632 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * message.el (message-narrow-to-headers-or-head):
12635         Ignore mail-header-separator in the body.
12636
12637 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12640         same as window size.
12641
12642 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12643
12644         * message.el (message-font-lock-keywords): Use message-header-xheader
12645         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12646         ahead of the anything pattern, to get it recognised.
12647
12648 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12651         spam.el loads uses it in the compiled defadvice form.
12652
12653 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12654
12655         * gnus-sum.el (gnus-articles-to-read)
12656         (gnus-summary-insert-old-articles): Don't truncate group name for
12657         `read-string'.
12658
12659         * gnus-util.el (gnus-limit-string): Delete this function.
12660
12661         * gnus-sum.el (gnus-simplify-subject-fully):
12662         Use `truncate-string-to-width' instead.
12663
12664 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12665
12666         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12667         Tell if, on summary exit, the next group has to be selected.
12668         (gnus-summary-exit): Use it.
12669
12670 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12673         non-break space.
12674
12675 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12678         Check if group is not a directory.
12679         (nnfolder-request-expire-articles): Don't delete articles if the target
12680         group is not available.
12681
12682         * nnml.el (nnml-request-create-group): Properly check if group is not a
12683         file.
12684         (nnml-request-expire-articles): Don't delete articles if the target
12685         group is not available.
12686
12687         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12688         Don't quote characters that are within parentheses.
12689
12690 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12693         (gnus-handle-ephemeral-exit): Select article according to it.
12694
12695 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * message.el (message-insert-formated-citation-line): Remove newline.
12698         (message-citation-line-format): Add final \n here so that the user can
12699         avoid a blank line.
12700
12701 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12702
12703         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12704         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12705         Update lanl/arXiv support.
12706
12707 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * gnus.el: Bump version number.
12710
12711 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12712
12713         * gnus.el (gnus-version-number): Bump version.
12714
12715 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12716
12717         * gnus.el: No Gnus v0.6 is released.
12718
12719 2007-04-27  Didier Verna  <didier@xemacs.org>
12720
12721         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12722         * gmm-utils.el (gmm-regexp-concat): ... here.
12723         * message.el: Don't require 'gnus-util.
12724         (message-dont-reply-to-names): Handle name change above.
12725         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12726
12727 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12730         since the initial value varies according to the system.
12731
12732 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12735
12736 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12737
12738         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12739
12740 2007-04-24  Didier Verna  <didier@xemacs.org>
12741
12742         Improve the type of gnus-ignored-from-addresses.
12743         * gnus-util.el (gnus-orify-regexp): New function.
12744         * message.el (gnus-util): Require it.
12745         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12746         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12747         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12748
12749 2007-04-24  Didier Verna  <didier@xemacs.org>
12750
12751         * gnus-sum.el:
12752         * gnus-utils.el: Fix some trailing whitespaces.
12753
12754 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12757         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12758         article's Message-ID; refer parent article in summary buffer.
12759
12760         * message.el (message-bounce): Call mime-to-mml.
12761
12762         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12763         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12764         optimize and/or forms properly.
12765
12766 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12769         URL.
12770
12771 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12774
12775 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12778         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12779         displayed of multipart/alternative part if it is invoked from summary
12780         buffer.
12781
12782         * mm-view.el (mm-inline-text-html-render-with-w3m)
12783         (mm-inline-text-html-render-with-w3m-standalone)
12784         (mm-inline-render-with-function): Use mail-parse-charset by default.
12785
12786 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12787
12788         * parse-time.el (parse-time-string-chars): Check if CHAR
12789         is less than the length of parse-time-syntax.
12790
12791 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12794         from gnus-newsgroup-processable.
12795
12796 2007-04-16  Didier Verna  <didier@xemacs.org>
12797
12798         * gnus-msg.el (gnus-configure-posting-styles):
12799         Handle message-signature-directory properly with :file syntax.
12800         Reported by "Leo".
12801
12802 2007-04-11  Didier Verna  <didier@xemacs.org>
12803
12804         New user option: message-signature-directory.
12805         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12806         * message.el (message-insert-signature): Ditto.
12807         * message.el (message-signature-file): Doc update.
12808         * message.el (message-signature-directory): New.
12809
12810 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-msg.el (gnus-inews-yank-articles):
12813         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12814
12815 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * message.el (message-yank-original): Make sure cited text ends with
12818         newline; don't exchange point and mark.
12819
12820 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12821
12822         * tls.el (open-tls-stream): Properly handle case where there
12823         is no associated buffer.
12824
12825 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12826
12827         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12828         message-yank-original, make sure (< mark TEXT point).
12829
12830 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * message.el (message-fill-column): New variable.
12833         (message-mode): Use it.  Add comment on a possible new hook.
12834
12835         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12836         (nnmail-get-new-mail): Reformat.
12837
12838         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12839
12840         * gmm-utils.el: Fix Commentary.
12841         (gmm-tool-bar-from-list): Fix typo in doc string.
12842
12843 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12844
12845         * message.el (message-yank-original): Don't switch point and mark
12846         unnecessarily to put point and mark as documented.
12847
12848 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12849
12850         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12851         from the message heads.
12852
12853 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12854
12855         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12856         article buffer does not have a window.  This may not be the best
12857         solution but is certainly better than setting the start of the null,
12858         that is the current, window.
12859
12860 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12863         (gnus-draft-setup): Run it.
12864
12865         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12866         gnus-score-fast-scoring.  Allow regexp.
12867         (gnus-score-headers): Use it.
12868
12869         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12870         XEmacs.
12871
12872         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12873         string.
12874         (gnus-button-alist): Also catch `<f1> k ...'.
12875         (gnus-treat-display-x-face): Fix doc string.
12876
12877 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12878
12879         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12880         evaluation of gnus-extended-version to ensure correct generation of the
12881         User-Agent header when message-generate-headers-first is used.
12882
12883 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12884
12885         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12886         hashcash-path is nil.  Don't call callback with incorrect number of
12887         parameters if val is 0.
12888
12889 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12890
12891         * message.el (message-required-news-headers):
12892         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12893
12894 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12895
12896         * tls.el (open-tls-stream): In handshake-waiting loop,
12897         don't wait more if there is output available to process.
12898
12899 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12900
12901         * tls.el (tls-program): Doc fix.
12902
12903 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * message.el (message-generate-new-buffers): Change the meaning of the
12906         nil value; add `standard' to the choices; treat t as `unique'; improve
12907         doc string.
12908         (gnus-select-frame-set-input-focus): Autoload.
12909         (message-buffer-name): Search for the existing message buffer if
12910         message-generate-new-buffers is nil or `standard'; treat the value t of
12911         message-generate-new-buffers as `unique'.
12912         (message-pop-to-buffer): Raise the frame already displaying the message
12913         buffer; clear the echo area after querying.
12914         (message-setup): Pass the `continue' argument to compose-mail.
12915         (message-mail): Prefer `switch-function' if it is given; search for the
12916         existing message buffer if the `continue' argument is non-nil; pass
12917         continue and switch-function arguments to compose-mail by way of
12918         message-setup.
12919         (message-mail-other-window): Adjust argument of message-setup.
12920         (message-mail-other-frame): Ditto.
12921
12922 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12925         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12926         to turn font-lock on when turning gnus-message-citation-mode on.
12927
12928 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12929
12930         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12931         (mml-smime-function-alist): New variable; add epg as the backend.
12932         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12933         mml-smime- functions instead.
12934         * mm-view.el: Require smime.
12935
12936 2007-03-05  Didier Verna  <didier@xemacs.org>
12937
12938         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12939         instead of just inheritance for posting styles.
12940         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12941
12942 2007-02-24  Chris Moore  <dooglus@gmail.com>
12943
12944         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12945         * pgg-pgp.el (pgg-pgp-encrypt-region):
12946         * pgg-gpg.el (pgg-gpg-encrypt-region):
12947         Check pgg-encrypt-for-me if no other recipients.
12948
12949 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12950
12951         * tls.el (tls-certtool-program): Fix custom type.
12952
12953 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12956         and point-at-eol instead of line-(beginning|end)-position.
12957
12958         * assistant.el (assistant-parse-buffer): Ditto.
12959
12960         * netrc.el (netrc-parse-services): Ditto.
12961
12962 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12963
12964         * mml2015.el (mml2015-epg-find-usable-key): New function.
12965         (mml2015-epg-sign): Use it.
12966         (mml2015-epg-encrypt): Use it.
12967
12968 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * message.el (message-make-in-reply-to): Quote name containing
12971         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12972         if there are special characters.  Reported by NAKAJI Hiroyuki
12973         <nakaji@jp.freebsd.org>.
12974
12975 2007-02-27  Didier Verna  <didier@xemacs.org>
12976
12977         Include the group parameters as well as the topic ones in the
12978         inheritance filter process.
12979         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12980         argument GROUP-PARAMS-LIST.
12981         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12982
12983 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * nntp.el (nntp-never-echoes-commands)
12986         (nntp-open-connection-functions-never-echo-commands): New variables.
12987         (nntp-send-command): Use them.
12988
12989 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12990
12991         * mml2015.el (mml2015-epg-verify): Simplify.
12992
12993 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * mml.el (mml-content-disposition-alist): New user option.
12996         (mml-content-disposition): New function.
12997         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12998         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12999
13000 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13001
13002         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13003         verification.
13004
13005 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13006
13007         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13008         articles posted in the last 24 hours.
13009
13010 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13011
13012         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13013
13014 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
13015
13016         * nntp.el (nntp-send-command): Don't wait for echoes when
13017         nntp-open-ssl-stream is used.
13018
13019 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13022         (gnus-message-add-citation-keywords)
13023         (gnus-message-remove-citation-keywords): Remove.
13024         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13025         directly, make the variables in font-lock-defaults buffer-local, add
13026         gnus-message-citation-keywords to them and then update the value of
13027         font-lock-keywords.
13028
13029 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * message.el (message-cite-original-1): Don't call
13032         gnus-article-highlight-citation.
13033
13034         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13035         citations; fix line count.
13036
13037 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13040         (gnus-message-add-citation-keywords)
13041         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13042         versions of font-lock-add-keywords and font-lock-remove-keywords to
13043         work with XEmacs correctly.
13044
13045 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-cite.el (gnus-cite-face-list): Set the values of
13048         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13049         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13050         (gnus-message-cite-prefix-regexp): New variable.
13051         (gnus-message-search-citation-line): Use it; protect against long
13052         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13053         the 0th match data for Emacs.
13054         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13055         (gnus-message-add-citation-keywords): Append keywords rather than
13056         prepending; emulate font-lock-add-keywords if it is not available.
13057         (gnus-message-remove-citation-keywords):
13058         Emulate font-lock-remove-keywords if it is not available.
13059
13060         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13061
13062         * message.el (message-cite-prefix-regexp): Set the value of
13063         gnus-message-cite-prefix-regexp.
13064
13065 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13066
13067         * nnweb.el (nnweb-google-parse-1): Update parser.
13068
13069 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13070
13071         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13072
13073 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13074
13075         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13076         regexp.
13077
13078 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13081         string-to-multibyte.
13082         (uudecode-decode-region-internal): Use it.
13083
13084         * lpath.el: Fbind string-as-multibyte for XEmacs.
13085
13086 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13089         Fix custom choice.
13090
13091         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13092
13093 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13094
13095         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13096
13097         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13098         `write-region' to respect `mm-inhibit-file-name-handlers'.
13099
13100 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13103         Use gnus-home-directory instead of "~/" or "$HOME".
13104
13105 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13106
13107         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13108         to mention filename.
13109         Add comments at beginning regarding usage.
13110         (encrypt-write-file-contents): Change interactive so a string is
13111         acceptable.  If the file has no associated model, show an error instead
13112         of a nonsense prompt.
13113
13114 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13115
13116         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13117         Thanks to Yoshihiko Yamada for kind notification of this typo.
13118
13119 2007-01-12  Kenichi Handa  <handa@m17n.org>
13120
13121         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13122         multibyte buffer.
13123
13124 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-score.el (gnus-score-fast-scoring): New variable.
13127         (gnus-score-headers): Use it.
13128
13129         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13130
13131         * message.el (message-cite-original-1):
13132         Call gnus-article-highlight-citation if requested.
13133         (message-make-from): Allow name and address as optional arguments.
13134
13135         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13136
13137         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13138         bugs to doc string.
13139         (gnus-button-alist): Add mid\\|message-id.
13140         (gnus-button-fetch-group): Extend for use in
13141         `browse-url-browser-function'.
13142         (gnus-button-url-regexp): Try to catch paired parentheses like in
13143         Wikipedia URLs.
13144
13145         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13146         Suggested by Simon Krahnke <overlord@gmx.li>.
13147
13148 2007-01-13  Romain Francoise  <romain@orebokech.com>
13149
13150         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13151         Update copyright.
13152
13153 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13154
13155         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13156
13157 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13158
13159         * gnus-registry.el (gnus-registry-unfollowed-groups)
13160         (gnus-registry-split-fancy-with-parent): Fix documentation.
13161
13162 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13163
13164         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13165         from nnweb groups.
13166
13167 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13168
13169         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13170         Xref urls.  Erase buffer before requesting head.
13171
13172         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13173
13174 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13177         customizable.
13178
13179 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13180
13181         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13182         no signing key is found.
13183         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13184         no encrypting and/or signing key is found.
13185
13186 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13189
13190 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13191
13192         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13193         headers read from disk with the ones newly found in the current search.
13194         This should no longer cause problems, because the article numbers in
13195         Gmane's `nov.php' output are ignored since the previous change.
13196
13197 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13198
13199         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13200
13201 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13204         replace-regexp-in-string; bind url-version; fbind display-images-p and
13205         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13206         find-face and set-itimer-function for Emacs; bind itimer-list for
13207         Emacs.
13208
13209         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13210
13211 2007-01-01  Romain Francoise  <romain@orebokech.com>
13212
13213         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13214
13215 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13216
13217         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13218         `define-minor-mode' macro definition expanded properly.
13219         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13220         exclude it there.
13221
13222         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13223         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13224         `fboundp' test.
13225         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13226         This is OK to autoload in (S)XEmacs now.
13227
13228 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13229
13230         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13231         keystroke.
13232         (gnus-summary-limit-to-singletons): Fix typo.
13233
13234         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13235         else fails.
13236
13237 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13238
13239         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13240         docstring.
13241
13242         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13243         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13244         (gnus-summary-insert-dormant-articles): Fix typo in message.
13245
13246 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13249         nil for XEmacs.
13250         (gnus-message-citation-mode): Don't autoload in XEmacs.
13251
13252         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13253
13254 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
13255
13256         * nnimap.el (nnimap-expunge-search-string):
13257         Mention nnimap-search-uids-not-since-is-evil in docstring.
13258
13259 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * spam.el: Revert to make-obsolete-variable because
13262         define-obsolete-variable-alias is not supported in Emacs 21.
13263
13264         * spam.el (spam-ifile-path, spam-ifile-database-path)
13265         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13266         make-obsolete-variable.
13267         (spam-bsfilter-path, spam-bsfilter-program)
13268         (spam-spamassassin-path, spam-spamassassin-program)
13269         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13270         Don't use "path" inappropriately.
13271         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13272         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13273         variable names.
13274
13275 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13276
13277         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13278         summary buffer.
13279
13280         * password.el (password-cache-remove): Use clear-string to burn
13281         password, if available.
13282
13283 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13286
13287         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13288
13289         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13290         (gnus-message-highlight-citation): Move defcustom here from
13291         gnus-cite.el.
13292         (gnus-message-citation-mode): Autoload.
13293
13294         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13295         checks to make it compile with XEmacs.
13296         (gnus-message-citation-mode): New minor mode.
13297         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13298         (gnus-message-highlight-citation): New variables.
13299         (gnus-message-search-citation-line)
13300         (gnus-message-add-citation-keywords)
13301         (gnus-message-remove-citation-keywords)
13302         (turn-on-gnus-message-citation-mode)
13303         (turn-off-gnus-message-citation-mode): New functions.
13304
13305 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13306
13307         * gnus-cite.el: Enable highlighting of different citation levels in
13308         message-mode.
13309
13310 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * message.el (message-make-fqdn): Fix comment.
13313         (message-bogus-system-names): Add ".local".
13314
13315         * spam.el (spam-ifile-path, spam-ifile-program)
13316         (spam-ifile-database-path, spam-ifile-database)
13317         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13318         Don't use "path" inappropriately.
13319         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13320         strings.
13321         (spam-check-ifile, spam-ifile-register-with-ifile)
13322         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13323         Use new variable names.
13324
13325         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13326         (gnus-treat-display-smileys): Simplify using
13327         gnus-image-type-available-p.
13328
13329         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13330         available.
13331
13332         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13333         Use `display-images-p' if available.
13334
13335 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13338         one after turning on the buffer's multibyteness instead of decoding
13339         them directly in the unibyte buffer that causes unexpected conversion
13340         in Emacs 23 (unicode).
13341
13342 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13343
13344         * message.el (message-generate-hashcash): Fix custom type.
13345
13346 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13349
13350 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13353         disconnect icons.  Add help text.
13354
13355 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13356
13357         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13358         negated to be consistent with the others we handle.
13359
13360 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13363         version of gnus-summary-buffer to something, so that we can use two
13364         article buffers at the same time.
13365
13366 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13367
13368         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13369         trigger all the extra headers.
13370         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13371         sorting.
13372
13373 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13374
13375         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13376         solid groups.
13377
13378 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13379
13380         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13381
13382 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * legacy-gnus-agent.el: Add Copyright notice.
13385
13386 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13387
13388         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13389
13390 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13393
13394         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13395         to make it work reliably in CVS Emacs.
13396         (gnus-summary-limit-strange-charsets-predicate)
13397         (gnus-summary-limit-to-predicate): New functions.
13398
13399 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13400
13401         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13402         specifying array size.
13403         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13404         array if it is too small.
13405         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13406         (gnus-sort-threads-loop): New function.
13407
13408 2006-12-06  Chris Moore  <dooglus@gmail.com>
13409
13410         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13411         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13412
13413 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
13414
13415         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13416         options.
13417
13418 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419
13420         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13421         DOS-ing the recipient.
13422
13423         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13424         the headers when creating the mapping to avoid mismappings.
13425         (nnweb-gmane-create-mapping): Always nix out old mapping.
13426
13427 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13430         and mm-verify-option to never.
13431
13432 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * message.el (message-signed-or-encrypted-p): New function.
13435         (message-forward-make-body): Use it.
13436
13437         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13438         Replace encode-coding-string with mm-encode-coding-string.
13439
13440 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * nneething.el (nneething-decode-file-name):
13443         Replace decode-coding-string with mm-decode-coding-string.
13444
13445         * gnus-int.el (gnus-open-server): Say failed server's name.
13446
13447 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13448
13449         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13450         strings to a single string.  Quote `errors-file-name'.
13451         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13452         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13453         Adjust calls.  Use `shell-quote-argument'.
13454
13455 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13456
13457         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13458         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13459
13460         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13461         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13462         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13463         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13464         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13465         (gnus-subscribe-newsgroup, gnus-1):
13466         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13467         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13468         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13469         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13470
13471 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13472
13473         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13474         keystroke.
13475         (gnus-summary-limit-to-bodies): Implement headersp.
13476
13477 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13478
13479         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13480
13481 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13484
13485 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13486
13487         * message.el (message-generate-hashcash): Expand range of values to
13488         include `opportunistic'.
13489         (message-send-mail): Use it.
13490
13491 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13492
13493         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13494         and comment it.
13495
13496         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13497
13498 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * gnus-util.el (gnus-extract-address-components): Improve comment.
13501
13502 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-util.el (gnus-extract-address-components): Work with address in
13505         which the name portion contains @.
13506
13507         * lpath.el: Fbind custom-autoload.
13508
13509 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13510
13511         * gnus.el (gnus-start): Move custom group up.
13512         (gnus-select-method): Don't autoload, but make it available for
13513         `customize-variable'.
13514         (gnus-getenv-nntpserver): Don't autoload.
13515
13516 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13517
13518         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13519
13520 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * message.el (message-sendmail-extra-arguments): New variable.
13523         (message-send-mail-with-sendmail): Use it.
13524
13525 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13528         mm-with-unibyte-current-buffer to make string unibyte.
13529
13530         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13531         mm-string-as-multibyte.
13532
13533 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13534
13535         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13536         Reported by Werner Koch <wk@gnupg.org>.
13537
13538 2006-11-14  Daiki Ueno  <ueno@p360>
13539
13540         * mml2015.el: Autoload epa-select-keys when compiling.
13541
13542 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13543
13544         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13545         message-options.
13546         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13547
13548 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13549
13550         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13551         EasyPG (< 0.0.6).
13552         (mml2015-always-trust): New user option.
13553         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13554         prompt.
13555
13556 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * nntp.el (nntp-authinfo-force): New variable.
13559         (nntp-send-authinfo): Use it.
13560
13561 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13564         decode encoded words.  Improve prompt.  Add comment about forwarding.
13565         (message-replacement-char): Move up.
13566
13567 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13568
13569         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13570         instead of gnus-intersection because arguments of gnus-sorted-nunion
13571         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13572
13573 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13576         (message-simplify-subject-functions):
13577         Enable message-strip-subject-encoded-words by default.
13578
13579 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * message.el (message-strip-subject-encoded-words): New function.
13582         (message-simplify-subject-functions): New variable.
13583         (message-simplify-subject): Use it.  Fix typo in doc string.
13584         Support message-strip-subject-encoded-words.
13585
13586 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13587
13588         * gnus-diary.el (gnus-diary-delay-format-function):
13589         * nndiary.el (nndiary-reminders):
13590         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13591
13592 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-art.el (article-hide-boring-headers): Fetch date from
13595         gnus-original-article-buffer to avoid problems with localized date
13596         strings.
13597
13598 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13601
13602 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13605         New variables.
13606         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13607         (mm-charset-synonym-alist): Move some entries to
13608         mm-codepage-iso-8859-list.
13609         (mm-charset-synonym-alist, mm-charset-override-alist):
13610         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13611
13612 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13615
13616 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13619         with Emacs 21 and XEmacs.
13620
13621 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * spam.el (spam-parse-address): New function for better parsing,
13624         catching errors, etc.
13625         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13626
13627 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * mm-view.el: Add interactive arg to html2text autoload.
13630
13631 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13634
13635 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13638         New variables.
13639         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13640         (mm-charset-synonym-alist): Move some entries to
13641         mm-codepage-iso-8859-list.
13642
13643         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13644
13645 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * message.el (message-citation-line-format)
13648         (message-insert-formated-citation-line): Fix implementation of %E, %N
13649         and %n according to the doc string.
13650
13651 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13652
13653         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13654         Use car-safe to avoid bad parses.
13655
13656 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13659         names.
13660
13661         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13662
13663 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13666         header.
13667
13668         * message.el (message-draft-headers): Add Date.
13669         (message-headers-to-generate): Fix typo in docstring.
13670
13671         * nndraft.el (nndraft-required-headers): New variable.
13672         (nndraft-generate-headers): Use it.
13673
13674         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13675
13676 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13677
13678         * gnus-registry.el (gnus-registry-wash-for-keywords)
13679         (gnus-registry-find-keywords): New functions to allow easy searching of
13680         articles that are in the registry.
13681
13682 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13683
13684         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13685         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13686         Reported by Damien Elmes <damien@repose.cx>.
13687
13688 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * gnus.el (gnus-mime): Remove unused custom group.
13691
13692 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13693
13694         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13695         "blank line" when searching for end of armor headers.
13696
13697 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gmm-utils.el (gmm-write-region): Fix variable name.
13700
13701 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * gmm-utils.el (gmm-write-region): New function based on compatibility
13704         code from `mm-make-temp-file'.
13705
13706         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13707
13708         * nnmaildir.el (nnmaildir--update-nov)
13709         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13710         Use `gmm-write-region'.
13711
13712 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13715         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13716
13717         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13718
13719         * message.el (message-replacement-char): New variable.
13720         (message-fix-before-sending): Use it.
13721         (message-simplify-subject): New function to remove duplicate code.
13722         (message-reply, message-followup): Use it.
13723
13724         * gnus-sum.el (gnus-summary-make-menu-bar):
13725         Clarify gnus-summary-limit-to-articles.
13726
13727 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-util.el (gnus-with-local-quit): New macro.
13730
13731         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13732
13733 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13736         ignore non-string data.
13737
13738 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13739
13740         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13741         non-string data (needs to be done in the registry too).
13742
13743 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13744
13745         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13746         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13747         (gnus-registry-split-fancy-with-parent)
13748         (gnus-registry-fetch-simplified-message-subject-fast)
13749         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13750         Remove text properties on ingress into the registry and when it's saved.
13751         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13752         registry from entries with no groups.
13753
13754 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13757         function to remove string properties.
13758
13759 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * gmm-utils.el (gmm): Adjust custom version.
13762
13763         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13764         Adjust custom version.
13765
13766         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13767
13768 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * gnus-art.el (gnus-insert-prev-page-button)
13771         (gnus-insert-next-page-button): Simplify.  Reformat.
13772
13773 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13774
13775         * gnus-art.el (gnus-insert-prev-page-button)
13776         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13777
13778 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13779
13780         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13781
13782 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13783
13784         * gnus-art.el (gnus-insert-mime-button)
13785         (gnus-insert-mime-security-button):
13786         Apply gnus-article-button-face to MIME and security buttons.
13787
13788 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13791         readable.
13792
13793 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13796
13797 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13798
13799         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13800         `browse-url-of-file' instead of `browse-url'.
13801
13802 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13803
13804         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13805         regexp.  Articles containing quotation were cut prematurely.
13806
13807 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * message.el (message-cite-original-1): Use nobody by default for the
13810         value of From header.
13811         (message-reply): Ditto.
13812
13813 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13814
13815         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13816         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13817         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13818
13819 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13822         mails in the doc string.  Add some URLs in comment.
13823         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13824
13825 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13828         backslashes handling and the way to find boundaries of quoted strings.
13829
13830 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13831
13832         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13833         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13834         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13835         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13836
13837 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13840         doc string.
13841         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13842
13843 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * lpath.el: Fbind epg-check-configuration.
13846
13847 2006-09-06  Simon Josefsson  <jas@extundo.com>
13848
13849         * mml2015.el (mml2015-use): Doc fix, mention epg.
13850
13851 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13852
13853         * mml2015.el (mml2015-use): Default to epg, if available.
13854
13855 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13856
13857         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13858         message-sender.
13859         (mml1991-epg-encrypt): Ditto.
13860         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13861         message-sender.
13862         (mml2015-epg-encrypt): Ditto.
13863
13864 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13865
13866         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13867         several common directories.
13868
13869 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13870
13871         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13872         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13873
13874 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-art.el (article-decode-encoded-words): Make it fast.
13877
13878 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13881
13882         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13883         in quoted string into `\'.
13884
13885 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13888         Use standard-syntax-table.
13889
13890 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-art.el (gnus-decode-address-function): New variable.
13893         (article-decode-encoded-words): Use it to decode headers which are
13894         assumed to contain addresses.
13895         (gnus-mime-delete-part): Remove useless `or'.
13896
13897         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13898         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13899         (gnus-nov-parse-line): Use it to decode From header.
13900         (gnus-get-newsgroup-headers): Ditto.
13901         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13902
13903         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13904         (mail-decode-encoded-address-string): New alias.
13905
13906         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13907         New function.
13908         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13909         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13910         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13911         (rfc2047-decode-string): Ditto.
13912         (rfc2047-decode-address-region): New function.
13913         (rfc2047-decode-address-string): New function.
13914
13915 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * message.el (message-caesar-buffer-body): Allow rotating headers.
13918
13919         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13920
13921         * message.el (message-insert-formated-citation-line): Fix %f.
13922         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13923
13924 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13927         (gnus-bookmark-mouse-available-p): New macro.
13928         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13929         (gnus-bookmark-bmenu-show-infos): Use it.
13930         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13931         (gnus-bookmark-bmenu-hide-infos): Ditto.
13932         (gnus-bookmark-remove-properties): New function.
13933         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13934         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13935         (gnus-bookmark-write-file): Bind coding-system-for-write.
13936         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13937         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13938         group before selecting it.
13939         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13940         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13941         quit-window if it is not available; use gnus-mouse-2 and bind it to
13942         gnus-bookmark-bmenu-select-by-mouse.
13943         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13944         (gnus-bookmark-bmenu-select-by-mouse): New function.
13945
13946 2006-08-13  Romain Francoise  <romain@orebokech.com>
13947
13948         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13949         space.
13950
13951 2006-08-10  Romain Francoise  <romain@orebokech.com>
13952
13953         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13954         (dns-mode-soa-auto-increment-serial): New user option.
13955         (dns-mode-soa-maybe-increment-serial): New function.
13956         (dns-mode): Add the latter to `write-contents-functions'.
13957
13958 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * compface.el (uncompface): Use binary rather than raw-text-unix.
13961
13962 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * compface.el (uncompface): Make sure the eol conversion doesn't take
13965         place when communicating with the external programs.
13966         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13967
13968 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13971
13972 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13973
13974         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13975         Make it more robust by parsing author and date independently.
13976
13977 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13980
13981 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13982
13983         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13984         first matching secret key.
13985         (mml2015-epg-encrypt): Ditto.
13986
13987         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13988         first matching secret key.
13989         (mml1991-epg-encrypt): Ditto.
13990
13991         * mml2015.el (mml2015-encrypt-to-self): New user option.
13992         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13993         mml2015-epg-encrypt-to-self is set.
13994
13995         * mml1991.el (mml1991-encrypt-to-self): New variable.
13996         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13997         mml1991-epg-encrypt-to-self is set.
13998
13999         * mml2015.el (mml2015-signers): New user option.
14000         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14001         (mml2015-epg-encrypt): Allow to select signing keys.
14002
14003         * mml1991.el (mml1991-signers): New variable.
14004         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14005         (mml1991-epg-encrypt): Allow to select signing keys.
14006
14007 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * nnheader.el (nnheader-insert-head): Make it work even if the file
14010         uses CRLF for the line-break code.
14011
14012 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14013
14014         * mml2015.el: Require mml-sec instead of password.
14015         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14016         (mml2015-cache-passphrase): Inherit the default value from
14017         mml-secure-cache-passphrase.
14018         (mml2015-passphrase-cache-expiry): Inherit the default value from
14019         mml-secure-passphrase-cache-expiry.
14020
14021         * mml1991.el: Require mml-sec instead of password.
14022         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14023         (mml1991-cache-passphrase): Inherit the default value from
14024         mml-secure-cache-passphrase.
14025         (mml1991-passphrase-cache-expiry): Inherit the default value from
14026         mml-secure-passphrase-cache-expiry.
14027
14028         * mml-sec.el: Require password.
14029         (mml-secure-verbose): New user option.
14030         (mml-secure-cache-passphrase): New user option.
14031         (mml-secure-passphrase-cache-expiry): New user option.
14032
14033 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
14034
14035         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
14036         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
14037         andreas@altroot.de (Andreas Vögele).
14038
14039         FIXME: Use `tiny change'?
14040
14041 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14042
14043         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14044         workaround for the url package included with Emacs.
14045
14046         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14047
14048 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14051         correctly.  This fixes a bug caused by the 2006-05-12 change.
14052
14053 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14054
14055         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14056         some information about the error when saying that the `bogus' mail
14057         group will be used.
14058
14059 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14062         string.
14063
14064 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14065
14066         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14067
14068 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14069
14070         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14071
14072 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14073
14074         * mml1991.el (mml1991-function-alist): Add epg.
14075         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14076         (mml1991-epg-encrypt): New functions.
14077
14078 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14079
14080         * mml2015.el (mml2015-verbose): New variable.
14081         (mml2015-cache-passphrase): Ditto.
14082         (mml2015-passphrase-cache-expiry): Ditto.
14083         (mml2015-function-alist): Add epg.
14084         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14085         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14086         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14087         New functions.
14088
14089 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14090
14091         * message.el (message-cite-original-1): Preserve region when removing
14092         quoted text due to X-No-Archive in order to avoid bogus attribution
14093         when citing multiple messages.
14094
14095 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14096
14097         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14098         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14099
14100 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-diary.el (gnus-user-format-function-d)
14103         (gnus-user-format-function-D): Autoload.
14104
14105         * imap.el (Commentary): Fix typo.
14106
14107         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14108         2006-04-22 contribution.
14109
14110 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14111
14112         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14113         It didn't really fix the bogosity I'm seeing with solid web groups.
14114
14115 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14116
14117         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14118         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14119         created using server names.  If we use the feature without declaring
14120         it, Gnus does not properly manage server and group state.
14121
14122         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14123         bound.
14124
14125 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14126
14127         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14128         looking up the method using GROUP's prefix before inventing a new one.
14129         It is used on killed/unknown groups in various places where returning
14130         an all-new method isn't expected by the caller.
14131
14132         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14133         and match semantics of gnus-group-real-prefix.
14134
14135 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * nnmail.el (nnmail-broken-references-mailers): New variable.
14138         (nnmail-ignore-broken-references): New function generalizing
14139         nnmail-fix-eudora-headers.
14140         (nnmail-fix-eudora-headers): Now obsolete.
14141
14142         * gnus-art.el (gnus-button-handle-custom):
14143         Support `customize-apropos*'.
14144
14145 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14146
14147         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14148
14149         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14150         articles.
14151
14152 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * message.el (message-cite-reply-above): New variable.
14155         (message-yank-original): Use it.
14156
14157 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14160
14161 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14164         as read.
14165
14166         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14167
14168 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14171         (gnus-bookmark-default-file): Use gnus-directory.
14172         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14173         Remove "*" in doc string.
14174         (gnus-bookmark-write-file): Simplify.
14175         (gnus-bookmark-maybe-sort-alist): Use `when'.
14176         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14177         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14178         Add FIXME about Emacs 21 and XEmacs compatibility.
14179         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14180         compatibility.
14181         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14182         compatibility.
14183         (gnus-bookmark-menu-heading): Fix version.
14184
14185 2006-06-19  Bastien Guerry  <bzg@altern.org>
14186
14187         * gnus-bookmark.el: New file.
14188
14189 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * message.el (message-syntax-checks): Doc fix.
14192
14193 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14194
14195         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14196         unsubscribed groups as if they were killed ones.  It causes duplicate
14197         entries in gnus-newsrc-alist.
14198
14199 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * message.el (message-syntax-checks): Doc fix.
14202         (message-send-mail): Add check for continuation headers.
14203         (message-check-news-header-syntax): Fix regexp used to check for
14204         continuation headers.
14205
14206 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14209
14210 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14213
14214 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14217         default-truncate-lines.
14218
14219 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14222         to fill the utf-8 entry.
14223
14224         * lpath.el: Fbind unicode-precedence-list.
14225
14226 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14227
14228         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14229
14230 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14231
14232         * gnus-agent.el (directory-files-and-attributes): Move all the way
14233         forward (the third and final move).
14234         (gnus-agent-read-agentview): Trap reconstruction errors due to
14235         nonexistent directory.  Handle by returning nil.
14236
14237 2006-05-30  Didier Verna  <didier@xemacs.org>
14238
14239         * message.el (message-dont-reply-to-names): Update the custom type.
14240         * message.el (message-dont-reply-to-names): New defsubst: potentially
14241         convert a list of regexps into a single one.
14242         * message.el (message-get-reply-headers): Use it.
14243         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14244
14245 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-agent.el (directory-files-and-attributes): Move forward.
14248
14249 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * gnus-ml.el (gnus-mailing-list-subscribe)
14252         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14253         (gnus-mailing-list-message): Fix doc strings.
14254
14255 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14256
14257         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14258         of doing it manually.
14259
14260 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14263         comment.
14264
14265 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14266
14267         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14268         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14269         (gnus-agent-read-local): All symbols allocated in my-obarray.
14270         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14271         (gnus-agent-regenerate-group): Check numeric names to see if they are
14272         messages or groups.
14273         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14274         better way of do this...)
14275
14276         * gnus-cache.el (gnus-agent-total-fetched-for):
14277         Ignore 'dummy.group' (there should be a better way of do this...)
14278
14279 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14282         (gnus-saved-headers): Ditto.
14283         (gnus-default-article-saver): Mention functions may have properties.
14284         (gnus-article-save): Override gnus-save-all-headers and
14285         gnus-saved-headers by :headers property which saver function may have.
14286         (gnus-summary-save-in-file): Add :headers property.
14287         (gnus-summary-write-to-file): Ditto.
14288
14289         * gnus-sum.el (gnus-summary-save-article): Bind
14290         gnus-prompt-before-saving to t when saving many articles in a file;
14291         always show all headers.
14292
14293         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14294
14295 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14298         marks.
14299
14300         * message.el (message-indent-citation): Add optional arguments to allow
14301         using it outside of message buffers.
14302
14303         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14304         (gnus-article-treat-unfold-headers): Use it.
14305         (gnus-article-truncate-lines): New variable.
14306         (gnus-article-mode): Use it.
14307         (gnus-article-toggle-truncate-lines): New function.
14308
14309         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14310         Add gnus-article-toggle-truncate-lines.
14311
14312         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14313         coding system in XEmacs, use binary.
14314
14315 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14318         after-load-alist.
14319
14320         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14321         this function should save decoded articles.
14322         (gnus-summary-write-to-file): Use property to specify this function
14323         should save decoded articles and specify gnus-summary-save-in-file
14324         should be used to save articles other than the first one when saving
14325         many articles.
14326         (gnus-summary-save-body-in-file): Use property to specify this
14327         function should save decoded articles.
14328         (gnus-summary-write-body-to-file): Use property to specify this
14329         function should save decoded articles and specify
14330         gnus-summary-save-body-in-file should be used to save articles other
14331         than the first one when saving many articles.
14332
14333         * gnus-sum.el (gnus-summary-save-article): Simplify.
14334
14335 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-art.el (gnus-default-article-saver):
14338         Add gnus-summary-write-body-to-file.
14339         (gnus-article-save-coding-system): Don't use coding system object
14340         in XEmacs.
14341         (gnus-read-save-file-name): Add optional `dir-var' argument which
14342         specifies directory in which files are saved; work even if optional
14343         `variable' argument is not specified.
14344         (gnus-summary-write-to-file): Read file name.
14345         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14346         (gnus-summary-write-body-to-file): New function.
14347
14348         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14349         (gnus-summary-local-variables): Add it.
14350         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14351         (gnus-summary-save-article): Remove optional `decode' argument;
14352         determine whether to decode articles by the value of
14353         gnus-default-article-saver; when saving many files using
14354         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14355         it first and use gnus-summary-save-in-file or
14356         gnus-summary-save-body-in-file thereafter unless
14357         gnus-prompt-before-saving is always; move point to article which
14358         will be saved.
14359         (gnus-summary-save-article-file): Revert.
14360         (gnus-summary-write-article-file): Revert.
14361         (gnus-summary-save-article-body-file): Revert.
14362         (gnus-summary-write-article-body-file): New function.
14363
14364 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-art.el (gnus-default-article-saver): Doc fix.
14367         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14368         from gnus-summary-save-article-coding-system, and default to a
14369         certain coding system.
14370         (gnus-output-to-file): Add coding cookie and encode text according
14371         to gnus-article-save-coding-system; don't use mm-append-to-file.
14372
14373         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14374         gnus-art.el and rename to gnus-article-save-coding-system.
14375         (gnus-summary-save-article): Require gnus-art; don't show all
14376         headers if it decodes articles; don't add coding cookie here;
14377         don't bind mm-text-coding-system-for-write.
14378         (gnus-summary-save-article-file): Save decoded articles.
14379         (gnus-summary-write-article-file): When saving many files, use
14380         gnus-summary-write-to-file first and gnus-summary-save-in-file
14381         thereafter unless gnus-prompt-before-saving is always.
14382         (gnus-summary-save-article-body-file): Save decoded articles.
14383
14384         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14385
14386 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * nnrss.el (nnrss-check-group): Bind hash-index.
14389
14390 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
14391
14392         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14393         its hash index.  Store this hash in `nnrss-group-data'.
14394         (nnrss-read-group-data): Update accordingly.
14395
14396 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14399         entry.
14400
14401         * gnus-sum.el (gnus-summary-make-menu-bar):
14402         Add gnus-article-browse-html-article.
14403
14404 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14405
14406         * gnus-sum.el (gnus-summary-mime-map):
14407         Add gnus-article-browse-html-article.
14408
14409         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14410
14411 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14414         suitable coding systems in customize.
14415
14416 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * mail-source.el (mail-sources): Fix custom type.
14419
14420 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14423         (gnus-summary-expire-articles-now): Shorten prompt.
14424
14425         * gmm-utils.el (wid-edit): Require.
14426         (defun-gmm): Rename from `gmm-defun-compat'.
14427         (gmm-image-search-load-path): Use it.
14428         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14429
14430 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-sum.el (gnus-summary-save-article-coding-system):
14433         New variable.
14434         (gnus-summary-save-article): Add optional `decode' argument.
14435         If it is set and gnus-summary-save-article-coding-system is non-nil,
14436         save decoded article.
14437         (gnus-summary-write-article-file): Save decoded article if
14438         gnus-summary-save-article-coding-system is non-nil.
14439
14440         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14441         type.
14442
14443 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14446
14447 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14450         first to test gnus-single-article-buffer which may be buffer-local.
14451
14452         * gnus-sum.el (gnus-summary-setup-buffer):
14453         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14454         group; make gnus-article-buffer, gnus-article-current, and
14455         gnus-original-article-buffer always buffer-local.
14456         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14457         group.
14458         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14459
14460 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * nnml.el (nnml-request-compact-group): Compressed files might not
14463         have .gz extension.
14464
14465 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14466
14467         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14468         (mm-copy-to-buffer): Use with-current-buffer.
14469         (mm-display-part): Simplify.
14470         (mm-inlinable-p): Add optional arg `type'.
14471
14472 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14473
14474         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14475         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14476         Try harder to show the attachment internally or externally using
14477         gnus-mime-view-part-as-type.
14478
14479 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * message.el (message-from-style, message-signature-separator)
14482         (message-user-organization-file, message-send-mail-function)
14483         (message-citation-line-function, message-yank-prefix)
14484         (message-indent-citation-function, message-signature)
14485         (message-signature-file, message-signature-insert-empty-line):
14486         Remove autoloads.
14487
14488         * gnus-art.el (gnus-buttonized-mime-types):
14489         Remove "multipart/signed".  Revert 2006-04-26 change.
14490
14491 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14492
14493         * gnus.el (gnus-version-number): Bump version.
14494
14495 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14496
14497         * gnus.el: No Gnus v0.5 is released.
14498
14499 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14500
14501         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14502         fetching articles by message-id.
14503
14504 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14505
14506         * message.el (hashcash): Require hashcash as normal.
14507
14508         * ecomplete.el (ecomplete-highlight-match-line):
14509         Use point-at-eol.
14510         (ecomplete-highlight-match-line): Use `highlight', because that
14511         face exists in both Emacs and XEmacs.
14512
14513         * message.el (message-display-abbrev): Use point-at-bol.
14514
14515         * mail-source.el: Don't require timer/timer-funcs.
14516
14517         * gnus-async.el: Ditto.
14518
14519         * password.el: Ditto.
14520
14521         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14522
14523         * mm-url.el: Ditto.
14524
14525         * gnus-xmas.el: Don't require timer-funcs.
14526
14527         * mm-util.el: Require timer/timer-funcs.
14528
14529 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14530
14531         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14532         Close.
14533
14534 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14537         unibyte after clear-decrypt function runs.
14538
14539         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14540         returns as a unibyte string.
14541
14542 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * lpath.el: Revert.
14545
14546         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14547         (pgg-gpg-process-sentinel): Revert.
14548
14549         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14550         (pgg-pgp-lookup-key): Revert.
14551
14552         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14553         (pgg-pgp5-lookup-key): Revert.
14554
14555         * pgg.el (pgg-fetch-key): Revert.
14556
14557 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * lpath.el: Fbind string-as-multibyte for XEmacs.
14560
14561         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14562         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14563         (mml1991-pgg-encrypt): Ditto.
14564
14565         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14566         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14567         a multibyte buffer.
14568
14569         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14570         (pgg-pgp-lookup-key): Ditto.
14571
14572         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14573         (pgg-pgp5-lookup-key): Ditto.
14574
14575         * pgg.el (pgg-fetch-key): Ditto.
14576
14577 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * message.el (message-user-organization-file): Check several
14580         locations of the organization file.
14581
14582         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14583         Add gnus-article-view-part-as-type.
14584
14585         * gnus-art.el (gnus-article-view-part-as-type): New function.
14586
14587         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14588         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14589
14590         * mml.el: Simplify autoload.
14591         (mml-mode): defvar dnd-protocol-alist instead of using
14592         symbol-value.
14593         (mml-default-directory): New variable.
14594         (mml-minibuffer-read-file): Use it.
14595         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14596
14597         * message.el (message-citation-line-format): New variable.
14598         (message-insert-formated-citation-line): New function.
14599         (message-citation-line-function):
14600         Add `message-insert-formated-citation-line' to custom type.
14601
14602         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14603         to doc string.
14604
14605         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14606         depending on mm-verify-option.
14607
14608 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14611         binding pgg-* variables; reimplement the section which prevents
14612         MIME header from being signed.
14613         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14614         pgg-text-mode; remove a blank line at the top of body.
14615
14616         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14617         lines at the top of body; use gnus-newsgroup-charset if there's no
14618         Charset header.
14619
14620 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * message.el (message-self-insert-commands): Doc fix.
14623
14624         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14625         (mm-uu-pgp-encrypted-test): Ditto.
14626         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14627         between header and body; return application/pgp-encrypted handle
14628         if decryption failed; decode decrypted body by charset.
14629
14630         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14631         element match to application/pgp-*.
14632
14633 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14634
14635         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14636         HTML.
14637
14638 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14639
14640         * mail-source.el (mail-source-call-script): Message the error
14641         string.
14642
14643 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14644
14645         * gnus-util.el (gnus-byte-compile): Use it.
14646
14647 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14648
14649         * gnus-util.el (kill-empty-logs): New function.
14650
14651 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * message.el (message-mail-alias-type): Doc fix.
14654         (message-mail-alias-type-p): New function.
14655         (message-send): Use it.
14656         (message-mode): Ditto.
14657         (message-strip-forbidden-properties): Ditto.
14658
14659         * ecomplete.el (ecomplete-database-file-coding-system):
14660         New variable.
14661         (ecomplete-save): Use it.
14662         (ecomplete-setup): Use it.
14663
14664 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * message.el (message-self-insert-commands): New variable.
14667         (message-strip-forbidden-properties): Use it.
14668
14669 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14670
14671         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14672         that doesn't make XEmacs choke.
14673
14674 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * gnus-util.el (gnus-replace-in-string):
14677         Prefer replace-regexp-in-string over of replace-in-string.
14678
14679 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-util.el (gnus-select-frame-set-input-focus):
14682         Use select-frame-set-input-focus if it is available in XEmacs; use
14683         definition defined in Emacs 22 for old Emacsen.
14684
14685         * dgnushack.el: Autoload unmorse-region for XEmacs.
14686
14687         * lpath.el: Bind cursor-in-non-selected-windows and
14688         select-frame-set-input-focus for XEmacs.
14689
14690 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14693
14694 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14695
14696         * gnus-registry.el (gnus-registry-cache-save): Remove text
14697         properties when saving via the temp buffer.
14698
14699 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * message.el (message-generate-hashcash): Honor custom type.
14702
14703 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14704
14705         * message.el (message-generate-hashcash): Default to non-nil when
14706         hashcash is found.
14707
14708         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14709         (gnus-refer-thread-limit): Increase default to 500.
14710
14711         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14712
14713         * flow-fill.el (fill-flowed): Allow delete-space.
14714
14715 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14718         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14719         Remove autoloads.
14720
14721 2006-04-18  Simon Josefsson  <jas@extundo.com>
14722
14723         * message.el (message-generate-hashcash): Default to.
14724
14725 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14728         concatenating segments rather than before concatenating them.
14729
14730 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14733
14734 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14737
14738         * message.el (message-forward-make-body-plain):
14739         Allow message-forward-ignored-headers to be a list.
14740         (message-remove-ignored-headers): Factor out into function.
14741         (message-forward-make-body-mml): Use it.
14742
14743         * imap.el (imap-quote-specials): New function.
14744         (imap-login-auth): Quote specials.
14745
14746         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14747         (rfc2231-parse-string): Allow concatanation of parameters that
14748         aren't contiguous.  The test case is
14749           (mail-header-parse-content-type "message/external-body;
14750             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14751             access-type=LOCAL-FILE;
14752             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14753
14754 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14755
14756         * nntp.el (nntp-accept-process-output): Return the value of
14757         `nnheader-accept-process-output'.
14758
14759 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14760
14761         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14762         (gnus-button-alist): Recognize more diff formats.
14763         (gnus-button-patch): Strip directory.
14764
14765 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14768         Emacs 22 when setting focus.
14769
14770 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14771
14772         * gnus-art.el (gnus-article-treat-types): Do treatment of
14773         text/x-verbatim parts.
14774         (gnus-button-patch): New command.
14775
14776         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14777         addresses that contain invalid characters.
14778
14779 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14780
14781         * message.el (message-put-addresses-in-ecomplete):
14782         Use gnus-replace-in-string.
14783         (message-is-yours-p): Use the more correct
14784         mail-header-parse-address instead of
14785         mail-extract-address-components.
14786         (message-put-addresses-in-ecomplete): Fix typo.
14787
14788         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14789         keystroke.
14790
14791         * gnus-art.el (gnus-treatment-function-alist): Change order of
14792         newsgroups/generic header folding to avoid double-folding.
14793
14794         * message.el (message-hidden-headers): Add X-Draft-From.
14795
14796         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14797         New command.
14798         (gnus-summary-repeat-search-article-backward): New command.
14799
14800         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14801         groups in the parent topic.
14802
14803 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14804
14805         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14806         (spam-extra-header-to-number): Return the CRM114 number as a
14807         number instead of a string.
14808
14809 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14810
14811         * gnus-art.el (gnus-face-properties-alist): Move here from
14812         gnus-fun.
14813
14814         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14815
14816 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14817
14818         * message.el (message-strip-forbidden-properties): Only display on
14819         self-insert-command.
14820
14821         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14822         reindent.
14823         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14824
14825 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14826
14827         * smiley.el (smiley-style): Fix typo.
14828
14829 2006-03-23  Kenichi Handa  <handa@m17n.org>
14830
14831         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14832         instead of set-buffer-multibyte.
14833
14834 2006-03-23  Kenichi Handa  <handa@m17n.org>
14835
14836         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14837         buffer and then decode the buffer text if necessary.
14838         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14839         first, and after mm-encode-body, change the buffer to unibyte.
14840
14841 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14842
14843         * hashcash.el (hashcash-insert-payment-async-2):
14844         Use message-goto-eoh instead of doing it manually.
14845         (mail-add-payment): Use message-narrow-to-header instead of trying
14846         to do the same itself.
14847
14848         * message.el (message-hidden-headers): Add Face.
14849
14850         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14851         reparenting code.
14852         (gnus-summary-reparent-children): Refactored out code.
14853         (gnus-summary-thread-map): New keystroke.
14854         (gnus-summary-reparent-children): Make into command.
14855
14856         * smiley.el (smiley-style): Default to `medium' if using a large
14857         font.
14858
14859         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14860         does it itself.
14861
14862         * message.el (message-point-in-header-p): Simplify definition.
14863
14864 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865
14866         * nnagent.el (nnagent-request-set-mark): Silence log file
14867         writing.
14868         (nnagent-request-set-mark): Use write-region instead of
14869         append-to-file.
14870
14871         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14872         strange select method.
14873
14874         * ecomplete.el (ecomplete-display-matches): Get highlightling
14875         right.
14876         (ecomplete-display-matches): Use literals.
14877         (ecomplete-display-matches): Disable message logging.
14878
14879         * message.el (message-display-abbrev): Small optimization.
14880
14881         * ecomplete.el (ecomplete-display-matches): Allow automatic
14882         display.
14883
14884         * message.el (message-strip-forbidden-properties):
14885         Display abbrevs.
14886         (message-display-abbrev): Get automatic display right.
14887
14888         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14889         keystrokes.
14890
14891 2006-04-13  Romain Francoise  <romain@orebokech.com>
14892
14893         TODO: Backport to v5-10!
14894
14895         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14896         Move here (and rename) from gnus-registry.el.
14897
14898         * gnus-registry.el: Require gnus-util.
14899         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14900
14901 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14902
14903         * gnus-group.el (gnus-group-catchup-current):
14904         Change if-then-else-if-then-else into cond.
14905         (gnus-group-catchup): Indent.
14906         (group-name-at-point): New function.
14907         (gnus-fetch-group): Provide default from thing at point.
14908
14909 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * message.el (message-display-abbrev): Fix regexp.
14912
14913         * ecomplete.el (ecomplete-highlight-match-line):
14914         Reimplement choosing.
14915         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14916         dead variables.
14917
14918         * message.el (message-newline-and-indent): Remove debugging.
14919         (message-display-abbrev): Use new implementation.
14920
14921 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus-art.el (gnus-article-mode):
14924         Set cursor-in-non-selected-windows to nil.
14925
14926         * smiley.el: Revert previous change.
14927         (smiley-data-directory): defvar it before using it in the
14928         defcustom of `smiley-style'.
14929
14930 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14931
14932         * message.el (message-newline-and-indent): New function.
14933
14934         * ecomplete.el: Implement more bits.
14935
14936         * message.el (message-put-addresses-in-ecomplete): Clean up the
14937         string.
14938
14939         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14940
14941         * gnus-sum.el (gnus-summary-save-parts):
14942         Bind gnus-summary-save-parts-counter and use it to make unique file
14943         names.
14944
14945         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14946
14947         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14948         parameter to say whether to actually parse the individual
14949         addresses.
14950
14951         * message.el (message-put-addresses-in-ecomplete): New function.
14952         (ecomplete): Require.
14953         (message-mail-alias-type): Add ecomplete as an option.
14954
14955 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14956
14957         * flow-fill.el (fill-flowed): Remove trailing space from blank
14958         quoted lines.
14959
14960 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14961
14962         * smiley.el (smiley-style): Move definition later to avoid a
14963         compilation warning.
14964
14965 2006-04-12  Kenichi Handa  <handa@m17n.org>
14966
14967         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14968         buffer and then decode the buffer text if necessary.
14969         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14970         first, and after mm-encode-body, change the buffer to unibyte.
14971         Use mm-disable-multibyte instead of set-buffer-multibyte.
14972
14973 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14976         Content-Type header instead of Content-Disposition header.
14977         (gnus-mime-inline-part): Ditto.
14978         (gnus-mime-view-part-as-charset): Ignore charset that the part
14979         specifies.
14980
14981         * mm-decode.el (mm-display-part): Work with external parts and
14982         usual parts similarly.
14983
14984         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14985         instead of gnus-display-mime.
14986
14987         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14988         instead of with-temp-buffer.
14989
14990         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14991         tag to summarized topics part in order to encode non-ASCII text.
14992
14993 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14994
14995         * smiley.el (smiley-style): New variable.
14996         (smiley-directory): New function.
14997         (smiley-data-directory): Derive from `smiley-style' using
14998         `smiley-directory'.
14999         (smiley-regexp-alist): Add new entries.
15000
15001         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15002         (gnus-article-browse-delete-temp): Add :version.
15003
15004 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
15005
15006         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15007         the sieve region.
15008
15009 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010
15011         * gnus.el (gnus-version-number): Bump version.
15012
15013 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gnus.el: No Gnus v0.4 is released.
15016
15017 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15018
15019         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15020         layout.
15021
15022         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15023         unknown charset.
15024
15025         * message.el (message-header-synonyms): Add Original-To to the
15026         default.
15027
15028         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15029         optional parameter.
15030
15031 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * gnus-fun.el (gnus): Require it for gnus-directory.
15034
15035 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15038
15039 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15040
15041         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15042
15043 2006-04-05  Simon Josefsson  <jas@extundo.com>
15044
15045         * password.el (password-reset): New function.
15046
15047 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15048
15049         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15050         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15051
15052 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15053
15054         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15055         Some whitespace was matched into the url, which broke browsing hits
15056         > 100 when mm-url-use-external was nil.
15057
15058 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15061         Check gnus-extra-headers for 'Newsgroups.
15062
15063         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15064         bound.
15065
15066 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15067
15068         * pgg-gpg.el: Clean up process buffers every time gpg processes
15069         complete.
15070
15071 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15074         doc string.
15075
15076 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15077
15078         * pgg-gpg.el (pgg-gpg-process-filter)
15079         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15080
15081         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15082         lines, temporary fix.
15083
15084 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15087
15088 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15089
15090         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15091         default-enable-multibyte-characters.  This reverts the change from
15092         revision 6.17 which is no longer necessary because the passphrase
15093         is sent separately now.  GnuPG messages are unreadable under
15094         multibyte locales with default-enable-multibyte-characters set to
15095         nil.
15096
15097 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * message.el (message-tool-bar-gnome): Move "spell".
15100
15101 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15104         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15105         instead.
15106
15107 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15108
15109         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15110         Improve newsgroups handling for NNTP overviews which don't include
15111         Newsgroups.
15112
15113 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15114
15115         * message.el (message-resend): Bind message-generate-hashcash to nil.
15116
15117 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15118
15119         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15120         when searching for already-paid recipients.
15121
15122 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15123
15124         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15125         passphrases when it is not needed.
15126         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15127         passphrase stuff from gpg, should only be necessary when you use
15128         gpg with a smartcard.
15129
15130 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * mml.el (mml-insert-mime): Ignore cached contents of
15133         message/external-body part.
15134
15135         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15136         (mm-insert-part): Ditto.
15137
15138 2006-03-23  Simon Josefsson  <jas@extundo.com>
15139
15140         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15141         Reiner.
15142         (pgg-gpg-use-agent-p): Use it again.
15143
15144 2006-03-23  Simon Josefsson  <jas@extundo.com>
15145
15146         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15147         older emacsen.
15148         (pgg-gpg-use-agent-p): Don't use it.
15149
15150 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15151
15152         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15153         if we can.
15154
15155 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15156
15157         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15158         (pgg-gpg-update-agent): New function.
15159         (pgg-gpg-use-agent-p): New function.
15160         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15161         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15162         (pgg-gpg-sign-region): Use it.
15163
15164 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15167         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15168
15169 2006-03-21  Simon Josefsson  <jas@extundo.com>
15170
15171         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15172         <wilde@sha-bang.de>.
15173         (pgg-gpg-use-agent): New variable.
15174         (pgg-gpg-process-region): Use it.
15175         (pgg-gpg-encrypt-region): Likewise.
15176         (pgg-gpg-encrypt-symmetric-region): Likewise.
15177         (pgg-gpg-decrypt-region): Likewise.
15178         (pgg-gpg-sign-region): Likewise.
15179         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15180
15181 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15184
15185         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15186         Add comment on version.
15187
15188 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * smiley.el: Add missing test smiley.
15191
15192 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * mm-decode.el (mm-with-part): New macro.
15195         (mm-get-part): Use it; work with message/external-body as well.
15196         (mm-save-part): Treat name and filename equally.
15197
15198         * mm-extern.el (mm-extern-cache-contents): New function.
15199         (mm-inline-external-body): Use it; force the part to be displayed;
15200         move undisplayer added to the cached handle to the parent.
15201
15202         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15203         (gnus-mime-view-part-as-type): Work with message/external-body.
15204
15205         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15206
15207 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15210         images in image-load-path.  [Sync with image.el, revision 1.60, in
15211         Emacs.]
15212
15213 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15216         path rather than symbol.  Always return list of directories.
15217         Guarantee that image directory comes first.  [Sync with image.el,
15218         revision 1.59, in Emacs.]
15219
15220         * message.el (message-make-tool-bar): Adjust to new API of
15221         `gmm-image-load-path-for-library'.
15222
15223         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15224
15225         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15226
15227 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15228
15229         * gnus-art.el (gnus-article-only-boring-p):
15230         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15231         intangible text.
15232         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15233
15234 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15237         Use `defun' instead of `gmm-defun-compat'.
15238
15239 2006-03-14  Simon Josefsson  <jas@extundo.com>
15240
15241         * message.el (message-unique-id): Don't use message-number-base36
15242         if (user-uid) is a float.
15243         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15244
15245 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15248
15249         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15250         empty line between a part and a message part.
15251
15252 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * smiley.el: Add more test smileys.
15255         (smiley-data-directory, smiley-regexp-alist)
15256         (gnus-smiley-file-types): Fix doc strings.
15257         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15258         adding new elements.
15259         (smiley-mouse-map): Unused code.  Make it a comment.
15260
15261 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15264         scan latest NoCeM messages instead of old ones.
15265         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15266         delimiters that are recently used.
15267         (gnus-nocem-load-cache): Add autoload cookie.
15268
15269         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15270
15271         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15272         level which is larger than gnus-use-nocem is specified.
15273
15274         * gnus-group.el (gnus-group-get-new-news): Ditto.
15275
15276 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gnus-util.el (gnus-tool-bar-update): New function.
15279
15280         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15281         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15282
15283         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15284
15285         * gnus-group.el (gnus-group-redraw-when-idle)
15286         (gnus-group-redraw-check): Remove.
15287         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15288
15289 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15292         if optional last element is specified in splits (FIELD VALUE...).
15293
15294 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15297         to gmm-image-load-path-for-library.  Call with no-error argument.
15298         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15299
15300         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15301
15302         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15303
15304         * gmm-utils.el (gmm-image-load-path): Remove alias.
15305
15306 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * gmm-utils.el (gmm-image-load-path): Add alias.
15309
15310         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15311         nnml-generate-nov-databases-1.
15312         (nnml-generate-nov-databases): Use it.
15313         (nnml-generate-nov-databases-directory): Document no-active
15314         argument.
15315
15316         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15317         directory if path is t.  Add no-error.
15318
15319         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15320         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15321
15322         * gnus-art.el (gnus-article-browse-delete-temp-files):
15323         Simplify resetting gnus-article-browse-html-temp-list.
15324
15325         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15326         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15327         Add example to docstring.  Rename local variables.  Move error
15328         checks to default case in cond and simplify.
15329
15330 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15333         handle is multipart when calling it recursively.
15334         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15335
15336 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15337
15338         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15339         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15340
15341 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15344         is loaded.
15345
15346         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15347         loaded.
15348
15349 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15352         to "Emacs 23 (unicode)" in doc string.
15353
15354         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15355         "Emacs 23 (unicode)" in comment.
15356
15357 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15360
15361         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15362         characters 160 through 255 in Emacs 23.
15363
15364 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15367         gnus-article-browse-html-temp.
15368         (gnus-article-browse-delete-temp): Make it customizable.
15369         Add `file'.  Adjust doc string.
15370         (gnus-article-browse-delete-temp-files): Add argument.
15371         Allow query for each file.  Adjust doc string.
15372         (gnus-article-browse-html-parts):
15373         Add `gnus-article-browse-delete-temp-files' to
15374         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15375
15376 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15377
15378         * gnus-art.el (gnus-article-browse-html-temp)
15379         (gnus-article-browse-delete-temp): New variables.
15380         (gnus-article-browse-delete-temp-files): New function.
15381         (gnus-article-browse-html-parts): Use it.
15382
15383 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15386
15387         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15388         string.
15389
15390         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15391         gnus-summary-insert-new-articles when unplugged.
15392         Remove gnus-summary-search-article-forward.
15393
15394         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15395         display-visual-class instead of display-color-cells.
15396
15397 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * dgnushack.el: Autoload customize-group for XEmacs.
15400
15401         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15402         message/* containing non-ASCII text properly.
15403
15404 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * message.el: Require gmm-utils, remove autoloads.
15407         (message-tool-bar): Set default based on
15408         gmm-tool-bar-style.
15409         (message-tool-bar-gnome): Add gmm-customize-mode.
15410
15411         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15412         gmm-tool-bar-style.
15413         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15414
15415         * gnus-group.el (gnus-group-tool-bar): Set default based on
15416         gmm-tool-bar-style.
15417         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15418
15419         * gmm-utils.el (gmm-image-directory): Rename variable from
15420         gmm-image-load-path.
15421         (gmm-image-load-path): Use gmm-image-directory.
15422         (gmm-customize-mode): New function.
15423         (gmm-tool-bar-style): New variable.
15424
15425         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15426         gnus-group-redraw-line-number.
15427         (gnus-group-redraw-check): Simplify.
15428         (gnus-group-tool-bar-update): Remove redraw check.
15429         (gnus-group-make-tool-bar): Add redraw check.
15430
15431 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15432
15433         * gnus-art.el (gnus-button): Add missing parentheses.
15434
15435 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * lpath.el: Fbind line-number-at-pos.
15438
15439 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15442
15443 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gnus-art.el (gnus-button): New face.
15446         (gnus-article-button-face): Use it.
15447
15448         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15449         Add gnus-summary-next-page.  Re-order.
15450
15451         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15452         next-node are now included.
15453         (gnus-group-redraw-line-number): New internal variable.
15454         (gnus-group-redraw-check): Helper function for updating the tool
15455         bar.
15456         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15457
15458         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15459
15460         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15461         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15462         Use it to match format of Spamassassin 3.0 and later.
15463         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15464         (spam-check-bogofilter)
15465         (spam-bogofilter-register-with-bogofilter): Fix args of
15466         `gnus-error' calls.
15467
15468 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15471         unnecessary interaction when sending queued mails.
15472         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15473
15474 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15477         first or last are nil.
15478
15479 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15480
15481         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15482
15483 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15484
15485         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15486
15487 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15488
15489         * dns.el (query-dns): Protect more against buggy tcp output.
15490
15491 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15494         nov.php.
15495
15496 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15497
15498         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15499         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15500         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15501         output on the server side.
15502         (nnweb-google-create-mapping): Update regexps and add some
15503         progress indication.
15504
15505 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15506
15507         * gnus-group.el (gnus-group-tool-bar-gnome):
15508         Fix gnus-agent-toggle-plugged.  Re-order icons.
15509         (gnus-group-tool-bar-gnome):
15510         Add gnus-group-{prev,next}-unread-group.
15511         (gnus-group-tool-bar-gnome): Re-order icons.
15512
15513         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15514         Move gnus-summary-insert-new-articles.
15515
15516         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15517         Fix comments.
15518
15519         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15520         also available in Emacs 21.3.
15521
15522         * message.el (message-fix-before-sending): Change "Emacs 22" to
15523         "Emacs 23 (unicode)" in comment.
15524
15525         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15526         "Emacs 23 (unicode)" in comment.
15527
15528         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15529         comment.
15530         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15531
15532         * mm-view.el (mm-fill-flowed): Add :version.
15533
15534 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15537         and load-path.
15538
15539 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * message.el: Autoload gmm-image-load-path.
15542         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15543         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15544         consitency.
15545
15546         * gmm-utils.el (gmm-image-load-path): Also search in
15547         "../etc/images".  Don't set gmm-image-load-path if we don't find
15548         the image.
15549
15550 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * gmm-utils.el (gmm-image-load-path): Don't make
15553         `gmm-image-load-path' include subdirectories which the second arg
15554         `image' might specify.
15555
15556         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15557         subdirectory to icon file names.
15558
15559         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15560
15561 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15564         gmm-image-load-path calls.
15565
15566         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15567
15568         * message.el (message-make-tool-bar): Ditto.
15569
15570         * mml.el (mml-preview): Add comment concerning tool bar icons.
15571
15572         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15573         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15574
15575         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15576         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15577
15578         * message.el (message-tool-bar-gnome): Use new icon names.
15579         (message-make-tool-bar): Use `gmm-image-load-path'.
15580
15581         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15582         New functions from MH-E.
15583         (gmm-image-load-path): New variable from MH-E.
15584         (gmm-image-load-path): New function from MH-E.  Add arguments
15585         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15586         *-image-load-path-called-flag.
15587
15588 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15589
15590         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15591
15592 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15593
15594         * nnimap.el (nnimap-request-move-article): Change folder back to
15595         source group before deleting.
15596
15597 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15600
15601         * gnus-art.el (mm-url-insert-file-contents-external):
15602         Autoload mm-url.
15603
15604         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15605
15606 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15609         coding system which mm-charset-to-coding-system returns for a
15610         given charset is valid.
15611
15612 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15613
15614         * html2text.el (html2text-remove-tag-list):
15615         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15616
15617 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15618
15619         * gnus-cus.el: Revert 2005-10-17 change.
15620
15621 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (article-strip-banner):
15624         Call article-really-strip-banner only when the regexp match is made.
15625
15626 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-art.el (article-strip-banner):
15629         Use gnus-extract-address-components instead of
15630         mail-header-parse-addresses to make it work with non-ASCII text;
15631         remove mail-encode-encoded-word-string.
15632
15633         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15634         values which are surrounded with \"...\"; make it never cause a
15635         Lisp error; give up parsing of parameters if it failed in
15636         extracting type.
15637
15638 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
15639
15640         * smime.el (smime-cert-by-ldap-1): Fix bug where
15641         `smime-ldap-search' returns results without userCertificates.
15642
15643 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15646
15647 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * spam.el (spam-check-spamassassin-headers): Adapt format for
15650         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15651         <ari@mbf.ocn.ne.jp>.
15652         (spam-list-of-processors): Add spam-use-gmane.
15653
15654 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15657         make-temp-file; make it work with XEmacs as well.
15658
15659         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15660         mm-make-temp-file.
15661
15662         * mm-decode.el (mm-display-external): Use the 3rd arg of
15663         mm-make-temp-file.
15664         (mm-create-image-xemacs): Ditto.
15665
15666 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15669         with message-narrow-to-headers.
15670         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15671         (gnus-draft-check-draft-articles): New function.
15672         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15673
15674 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * gnus-art.el (gnus-article-browse-html-parts):
15677         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15678         Don't use suffix argument for mm-make-temp-file for Emacs 21
15679         compatibility.  Remove useless `format'.
15680
15681 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15682
15683         * nnweb.el (nnweb-google-wash-article): Update regexps.
15684         (nnweb-group-alist): Use defvoo instead of defvar.
15685
15686 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15689         re-loading nn* modules.
15690
15691 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15694         for `tool-bar-mode' and don't check it's default-value.
15695
15696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15697
15698         * message.el (message-make-tool-bar): Ditto.
15699
15700         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15701         `substring'.  Shorten tmp-file name.
15702
15703         * gnus.el: Remove bogus comment.
15704
15705 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15706
15707         * gnus-art.el (gnus-article-browse-html-parts): New function.
15708         (gnus-article-browse-html-article): New function for viewing html
15709         articles with a browser.
15710
15711 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15712
15713         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15714         in elisp.
15715         (pgg-gpg-encrypt-symmetric-region): Ditto.
15716         (pgg-gpg-sign-region): Ditto.
15717
15718         * pgg-def.el (pgg-text-mode): New variable.
15719
15720         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15721         (mml2015-pgg-encrypt): Ditto.
15722
15723         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15724         (mml1991-pgg-encrypt): Ditto.
15725
15726 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * nnfolder.el (nnfolder-insert-newsgroup-line):
15729         Use message-make-date instead of current-time-string.
15730
15731         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15732         to gnus-decoded which mm-uu might set.
15733
15734 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15737         don't decode quoted parameters; remove misimported Emacs code.
15738         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15739         (rfc2231-decode-encoded-string): Don't use split-string which
15740         behaves differently according to Emacs version; use
15741         mm-decode-coding-region to convert charset to coding-system.
15742         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15743         (rfc2231-encode-string): Remove misimported Emacs code.
15744
15745 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15748         when calling mail-header-parse-content-type.
15749         (article-de-quoted-unreadable): Ditto.
15750         (article-de-base64-unreadable): Ditto.
15751         (article-wash-html): Ditto.
15752
15753         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15754         calling mail-header-parse-content-type and
15755         mail-header-parse-content-disposition.
15756         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15757         mail-header-parse-content-type.
15758
15759         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15760         insert charset and format parameters; encode description after
15761         inserting it to buffer.
15762         (mml-insert-parameter): Fold lines properly even if a parameter is
15763         segmented into two or more lines; change the max column to 76.
15764
15765         * rfc1843.el (rfc1843-decode-article-body): Don't use
15766         ignore-errors when calling mail-header-parse-content-type.
15767
15768         * rfc2231.el (rfc2231-parse-string): Return at least type if
15769         possible; don't cause an error even if it fails in parsing of
15770         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15771         (rfc2231-encode-string): Don't break lines at the beginning, leave
15772         it to mml-insert-parameter.
15773
15774         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15775         calling mail-header-parse-content-type.
15776
15777 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * spam-report.el (spam-report-gmane-use-article-number):
15780         Improve doc string.
15781         (spam-report-gmane-internal): Check if a suitable header was found
15782         in the article.
15783
15784 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15787         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15788
15789 2006-02-05  Romain Francoise  <romain@orebokech.com>
15790
15791         Update copyright notices of all files in the gnus directory.
15792
15793 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15794
15795         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15796
15797 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15800         segmented lines of parameter value to cope with Thunderbird 1.5
15801         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15802         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15803         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15804
15805 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15806
15807         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15808         parts.
15809
15810 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15811
15812         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15813         there's only one active file for all servers.
15814         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15815         solid groups.  Gnus might have used a FAST request to select the group.
15816         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15817         and nnweb-search redundantly in the active file.
15818         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15819         (nnweb-request-create-group): Don't use ARGS.
15820         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15821         initialisations.  Let nnoo do the work.
15822
15823 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15826         Say the part has been decoded.
15827
15828         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15829
15830 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15831
15832         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15833         mailcap-viewer-test-cache when there's no 'test clause, since that
15834         will invert the meaning of a "nil" test previously determined by
15835         mailcap-mailcap-entry-passes-test.
15836
15837 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15840         compiling.
15841
15842         * gnus-sum.el: Ditto.
15843
15844         * message.el: Don't bind tool-bar-map when compiling.
15845
15846 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15849
15850 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15851
15852         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15853         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15854         current Google Groups.
15855
15856 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15859         and tool-bar-mode.
15860
15861         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15862         and tool-bar-mode.
15863
15864         * message.el (message-tool-bar-update): Simplify.
15865         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15866
15867         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15868         gnus-summary-buffer.
15869         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15870         gnus-summary-reply.
15871
15872         * gmm-utils.el (gmm): Add :version.
15873
15874 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * Makefile.in (clean): New rule.
15877         (distclean): Use it.
15878
15879 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15880
15881         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15882         Don't autoload.
15883
15884 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gmm-utils.el (gmm-verbose): Add :group.
15887
15888 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * message.el: Change some comments WRT tool-bars.
15891
15892         * gnus-sum.el (gnus-summary-tool-bar)
15893         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15894         (gnus-summary-tool-bar-zap-list): New variables.
15895         (gnus-summary-make-tool-bar): Complete rewrite using
15896         `gmm-tool-bar-from-list'.
15897
15898         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15899         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15900         New variables.
15901         (gnus-group-make-tool-bar): Complete rewrite using
15902         `gmm-tool-bar-from-list'.
15903         (gnus-group-tool-bar-update): New function.
15904
15905         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15906
15907 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15910         is dissected into a single part of which the type is the same as
15911         the given one; decode charset.
15912
15913 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15914
15915         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15916         into alists as symbol not string, since that's what
15917         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15918         look for.
15919
15920 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15923         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15924
15925         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15926
15927 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15930         (gnus-xmas-mime-security-button-menu): New function.
15931
15932         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15933         (gnus-mime-security-button-menu): New definition.
15934         (gnus-mime-security-button-map): Use them.
15935         (gnus-mime-security-button-menu): New function.
15936         (gnus-insert-mime-security-button): Addition to help echo.
15937         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15938         (gnus-mime-security-pipe-part): New functions.
15939
15940         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15941         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15942
15943         * mm-decode.el (mm-handle-set-disposition): Remove.
15944         (mm-handle-set-description): Remove.
15945
15946 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15949         (mm-w3m-standalone-supports-m17n-p): New function.
15950         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15951         w3m usage.
15952
15953         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15954         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15955
15956 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15957
15958         * message.el (message-tool-bar-zap-list):
15959         Use gmm-tool-bar-zap-list as custom type.
15960         (message-tool-bar-update): New function.
15961         (message-tool-bar, message-tool-bar-gnome)
15962         (message-tool-bar-retro): Add message-tool-bar-update.
15963         (message-tool-bar-gnome): Add flyspell-buffer.
15964
15965         * gnus-util.el (gnus-error): Describe `args'.
15966
15967         * gmm-utils.el (gmm-error): Describe `args'.
15968         (gmm-tool-bar-zap-list): New widget.
15969         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15970
15971 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15974         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15975         the number of recursive calls.
15976
15977         * mm-decode.el (mm-handle-set-disposition): New macro.
15978         (mm-handle-set-description): New macro.
15979
15980 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15983         encoding.
15984
15985 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * message.el (message-tool-bar-zap-list, message-tool-bar)
15988         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15989         (message-tool-bar-local-item-from-menu): Remove.
15990         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15991         (message-make-tool-bar): New function.
15992         (message-mode): Use `message-make-tool-bar'.
15993
15994         * gmm-utils.el: New file.
15995         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15996         (gmm-lazy): New widget copied from `nnmail.el'.
15997         (gmm-tool-bar-from-list): New function for creating customizable
15998         tool bars.
15999         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16000         output.
16001         (gmm): Add :prefix to defgroup.
16002
16003 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16004
16005         * gmm-utils.el (gmm-widget-p): New function.
16006
16007 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * mml.el (mml-attach-file): Describe `description' in doc string.
16010         (mml-menu): Add Emacs MIME manual and PGG manual.
16011
16012 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16013
16014         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16015
16016 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16017
16018         * nntp.el (nntp-end-of-line): Doc fix.
16019
16020 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16021
16022         * imap.el (imap-open): Handle case where buffer is a buffer
16023         object.
16024
16025 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16026
16027         * gnus-delay.el (gnus-delay): Don't autoload.
16028         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16029         to be re-loaded when customizing the `gnus-delay' group.
16030
16031 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16032
16033         * message.el (message-insert-citation-line): Use newlines.
16034
16035 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16036
16037         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16038         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16039         these routines, so the passphrase can be managed externally and
16040         passed in to the system.
16041         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16042         pgg-add-passphrase-to-cache function.
16043
16044         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16045         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16046         these routines, so the passphrase can be managed externally and
16047         passed in to the system.
16048         (pgg-pgp5-sign-region): Use new name of
16049         pgg-add-passphrase-to-cache function.
16050
16051 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16052
16053         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16054         part of the decoded armor to find the key-identifier.
16055         (pgg-gpg-lookup-key-owner): New function to return the
16056         human-readable identifier of a key owner.
16057         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16058         itself.
16059         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16060         the key value) if we have a key and can match it against a secret
16061         key.  Also, added a note pointing out fact that the prompt only
16062         indicates the first matching key.
16063
16064         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16065         pgg-decrypt-region.
16066         (pgg-add-passphrase-to-cache): Rename from
16067         `pgg-add-passphrase-cache' to reduce confusion (all callers
16068         changed).
16069         (pgg-remove-passphrase-from-cache): Rename from
16070         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16071         changed).
16072         (pgg-read-passphrase, pgg-add-passphrase-cache)
16073         (pgg-remove-passphrase-cache): Add informative docstrings.
16074         (pgg-decrypt): Convey provided passphrase in subordinate call to
16075         pgg-decrypt-region.
16076
16077 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16078
16079         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16080         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16081         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16082         'passphrase' argument, so the passphrase can be managed externally
16083         and then passed in to the system.
16084
16085         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16086         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16087         so the passphrase cache can be used reliably with identifiers
16088         besides a pgp packet's key id.
16089
16090         * pgg-gpg.el (pgg-gpg-encrypt-region)
16091         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16092         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16093         these routines, so the passphrase can be managed externally and
16094         passed in to the system.
16095
16096         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16097         'notruncate' argument, so the passphrase cache can be used
16098         reliably with identifiers besides a pgp packet's key id.
16099
16100 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16101
16102         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16103         symmetric encryption.
16104         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16105         encrypted session key.
16106         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16107         message ask for the passphrase in a proper way.
16108
16109         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16110         New user commands for symmetric encryption.
16111
16112 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16115
16116         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16117
16118 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16119
16120         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16121
16122 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * mm-decode.el (mm-inlined-types): Add application/pgp.
16125         (mm-automatic-display): Ditto.
16126
16127         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16128         part as text.
16129
16130 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * nnrss.el: Update copyright.
16133         (nnrss-opml-import): Query whether to subscribe to each entry.
16134
16135         * gnus-art.el:
16136         * gnus-sum.el:
16137         * gnus-xmas.el:
16138         * messagexmas.el:
16139         * mm-uu.el:
16140         * mm-view.el: Update copyright.
16141
16142 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * message.el (message-info): New function.
16145         (message-mode-menu): Add it.
16146         Update copyright.
16147
16148         * ChangeLog: Fix and update copyright.
16149
16150 2006-01-13  Romain Francoise  <romain@orebokech.com>
16151
16152         * message.el (message-forward-subject-name-subject): Prefer the
16153         address to 'nowhere' if the sender has no name.
16154         Fix typo.  Update copyright year.
16155
16156 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-art.el (article-wash-html):
16159         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16160         (gnus-article-wash-html-with-w3m-standalone): New function.
16161
16162         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16163         mm-inline-text-html-render-with-w3m-standalone.
16164         (mm-text-html-washer-alist): Map w3m-standalone to
16165         gnus-article-wash-html-with-w3m-standalone.
16166         (mm-inline-text-html-render-with-w3m-standalone): New function.
16167
16168 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16171         Improve LaTeX.
16172
16173 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16176         (nnrss-request-article): Render text/plain parts as HTML.
16177
16178         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16179         the buffer.
16180
16181 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16184         custom definition of `gnus-posting-styles'.
16185
16186         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16187         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16188
16189 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16192         Use nntp for bug archive.
16193
16194 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16197         parts.
16198         (nnrss-normalize-date): New function converts ISO 8601 date into
16199         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16200         (nnrss-check-group): Use it.
16201
16202 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16205
16206         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16207         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16208         (nnrss-insert-w3): Ditto.
16209
16210 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16213         the articles to be forwarded including the case where neither a
16214         number of articles nor a region is specified.
16215
16216 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * nnrss.el (nnrss-request-article): Fix last change; fill
16219         text/plain parts.
16220
16221 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16224         in text/plain part.
16225         (nnrss-check-group): Don't add excessive newline to dc:subject.
16226
16227 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16228
16229         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16230         article.
16231
16232 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16235         (nnml-use-compressed-files, nnml-save-mail): Support other
16236         comression programs such as bzip2.
16237
16238 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16239
16240         * dns.el (query-dns): Make sure we check the buffer size before
16241         removing tcp headers.
16242
16243 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16246         remove MIME buttons associated with multipart/alternative parts.
16247         (gnus-mime-display-alternative): Tag buttons using `article-type'
16248         text property.
16249
16250         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16251         associated with multipart/alternative parts.
16252
16253         * gnus-art.el (gnus-signature-separator): Fix custom type.
16254
16255         * mm-decode.el (mm-inlined-types): Fix custom type.
16256         (mm-keep-viewer-alive-types): Ditto.
16257         (mm-automatic-display): Ditto.
16258         (mm-attachment-override-types): Ditto.
16259         (mm-inline-override-types): Ditto.
16260         (mm-automatic-external-display): Ditto.
16261
16262 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * spam-report.el (spam-report-user-mail-address)
16265         (spam-report-user-agent): New variables.
16266         (spam-report-url-ping-plain): Use spam-report-user-agent.
16267
16268 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16269
16270         * gnus-art.el (gnus-button-handle-custom): Do not just use
16271         `customize-apropos' for any "M-x customize-*" button but the
16272         function called for.  Accept both the function name and its
16273         argument in order to achieve this.
16274         (gnus-button-alist): Remove support for "custom:" URL's.
16275         Pass function name to `gnus-button-handle-custom' in case of "M-x
16276         customize-*" buttons.
16277
16278 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16281         multipart/alternative and add xref to mm-discouraged-alternatives
16282         in doc string.
16283
16284         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16285         gnus-buttonized-mime-types in doc string.
16286
16287 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16290         Suggest image/.* in the doc string.
16291
16292 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16293
16294         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16295         message-marks (Debian bug #342521).
16296
16297 2005-12-12  Simon Josefsson  <jas@extundo.com>
16298
16299         * password.el (password-read-from-cache): Add.
16300         (password-read): Use it.
16301
16302 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * rfc2047.el (rfc2047-charset-to-coding-system):
16305         Recognize us-ascii as a MIME charset.
16306
16307         * mm-bodies.el (mm-decode-content-transfer-encoding):
16308         Protect against the case where the 2nd arg TYPE is nil.
16309
16310 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * pop3.el (pop3-stream-type): Fix custom version.
16313
16314         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16315
16316 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16317
16318         * mm-decode.el (mm-display-external): Add missing cdr.
16319
16320 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16323         RFC1524) if it is in mailcap or add a suffix according to
16324         mailcap-mime-extensions when generating a temp filename; postpone
16325         deleting a temp file for 2 seconds for some wrappers, shell
16326         scripts, and so on, which might exit right after having started a
16327         viewer command as a background job.
16328
16329 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16330
16331         * nntp.el (nntp-marks-directory): Fix custom group.
16332
16333         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16334         steps when < 10.
16335
16336         * gnus-start.el (gnus-no-server-1):
16337         Mention `gnus-level-default-subscribed' in doc string.
16338
16339 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16340
16341         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16342         parens.
16343
16344 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * gnus-xmas.el (gnus-use-toolbar): Revert.
16347         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16348         gnus-use-toolbar is default.
16349
16350         * messagexmas.el (message-use-toolbar): Revert.
16351         (message-setup-toolbar): Use global default-toolbar if
16352         message-use-toolbar is default.
16353
16354 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16357         according to default-toolbar-visible-p.
16358
16359         * messagexmas.el (message-use-toolbar): Ditto.
16360
16361 2005-11-26  Dave Love  <fx@gnu.org>
16362
16363         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16364         (tls-program, tls-success): Provide openssl alternative.
16365
16366         * starttls.el: Doc fixes.
16367         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16368         SERVICE to PORT.
16369
16370         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16371         port null or service name.
16372         (starttls-negotiate): Autoload.
16373
16374 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * message.el (message-kill-to-signature): Fix interactive spec.
16377
16378 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * pop3.el (pop3-open-server): Recognize a string as a service name.
16381
16382 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16383
16384         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16385
16386 2005-11-23  Dave Love  <fx@gnu.org>
16387
16388         Add pop3s, pop3/starttls.
16389
16390         * pop3.el (pop3-authentication-scheme): Clarify doc.
16391         (open-tls-stream, starttls-open-stream): Autoload.
16392         (pop3-stream-type): New.
16393         (pop3-open-server): Use it.
16394
16395         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16396         for POP.
16397         (mail-source-keyword-map): Add :stream for POP.
16398         (mail-source-fetch-pop): Use pop3-stream-type.
16399
16400 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16403         of current-time-string.
16404
16405 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16406
16407         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16408         date header.
16409
16410 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16411
16412         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16413         it can seriously impact performance as it bypasses the agent's
16414         local caches.
16415
16416 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16417
16418         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16419         must be explicitly online rather than "not explicitly offline" for
16420         its flags to be synchronized.
16421
16422         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16423         that gnus-uu-unmark-thread will function correctly.
16424
16425         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16426         1024K is instead displayed as 1M.
16427
16428 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16429
16430         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16431
16432 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16433
16434         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16435
16436 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16437
16438         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16439         error message to display actual error condition.
16440         (gnus-agent-save-local): Avoid saving symbols that are bound to
16441         nil as they simply result in a warning message in
16442         gnus-agent-read-local.
16443
16444 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16447         rather than make-variable-buffer-local for file-precious-flag.
16448
16449 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16450
16451         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16452         for duplicates which are removed.  The invalid sort check then
16453         triggers a rescan after the sort as sorting may have moved
16454         duplicate entries such that they can be cheaply detected.
16455
16456 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16459
16460 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16461
16462         * gnus-agent.el (gnus-agent-article-alist-save-format):
16463         Change internal variable to a custom variable.  Change default value
16464         from compressed(2) to uncompressed(1).
16465         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16466         support for uncompressed agentview files.  Taken together, reading
16467         the agentview file should now be 6-7 times faster.
16468
16469 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16470
16471         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16472         as a buffer-local variable.  This avoids creating truncated
16473         dribble files as a result of a hang up, eg.
16474
16475 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16476
16477         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16478         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16479         XEmacs.
16480
16481 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-start.el (gnus-start-draft-setup):
16484         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16485
16486         * gnus.el (gnus-splash): Change custom group.
16487         (gnus-group-get-parameter, gnus-group-parameter-value):
16488         Describe allow-list argument.
16489
16490         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16491         string.
16492
16493 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus-art.el (gnus-default-article-saver): Add user-defined
16496         `function' to custom type.
16497
16498 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16499
16500         * imap.el (imap-open): Handle case where buffer is a buffer
16501         object.
16502
16503 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16506         long lines.
16507         (gnus-cache-delete-group): Wrap doc strings.
16508
16509         * gnus-agent.el (gnus-agent-rename-group)
16510         (gnus-agent-delete-group): Wrap doc strings.
16511
16512 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * messagexmas.el (message-use-toolbar): Change the valid values
16515         into default, top, bottom, left, and right.
16516         (message-toolbar-thickness): New variable.
16517         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16518         well.
16519         (message-setup-toolbar): Make it work.
16520
16521         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16522         (gnus-use-toolbar): Change the valid values into default, top,
16523         bottom, left, and right.
16524         (gnus-toolbar-thickness): New variable.
16525         (gnus-xmas-setup-toolbar): New function.
16526         (gnus-xmas-setup-group-toolbar): Use it.
16527         (gnus-xmas-setup-summary-toolbar): Use it.
16528
16529 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16530
16531         * gnus-start.el (gnus-1): Add "native" to
16532         gnus-predefined-server-alist.
16533
16534         * gnus.el (gnus-method-to-server): Don't add "native" to the
16535         lists here, because that leads to problems when
16536         gnus-select-method is bound.
16537
16538 2005-11-09  Simon Josefsson  <jas@extundo.com>
16539
16540         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16541         use (not sort-by-date) instead.
16542
16543 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16544
16545         * gnus-delay.el (gnus-delay-group): Don't autoload.
16546         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16547         to be re-loaded when customizing the `gnus-delay' group.
16548
16549 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16550
16551         * message.el: Revert last changes.
16552         (message-insert-citation-line): Use newlines.
16553
16554 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16555
16556         * message.el (message-courtesy-message)
16557         (message-mark-insert-begin, message-mark-insert-end)
16558         (message-elide-ellipsis, message-cancel-message)
16559         (message-add-header, message-change-subject)
16560         (message-cross-post-followup-to-header)
16561         (message-cross-post-insert-note, message-reduce-to-to-cc)
16562         (message-widen-reply, message-delete-not-region)
16563         (message-kill-to-signature, message-insert-signature)
16564         (message-insert-importance-high, message-insert-importance-low)
16565         (message-insert-or-toggle-importance)
16566         (message-insert-disposition-notification-to)
16567         (message-indent-citation, message-yank-original)
16568         (message-cite-original-without-signature, message-cite-original)
16569         (message-insert-citation-line, message-position-on-field)
16570         (message-fix-before-sending, message-send-mail-partially)
16571         (message-send-mail, message-send-mail-with-sendmail)
16572         (message-send-mail-with-qmail, message-send-news)
16573         (message-check-news-header-syntax, message-generate-headers)
16574         (message-insert-courtesy-copy, message-fill-address)
16575         (message-fill-header, message-shorten-references)
16576         (message-setup-1, message-cancel-news)
16577         (message-forward-make-body-plain, message-forward-make-body-mime)
16578         (message-forward-make-body-mml, message-encode-message-body)
16579         (message-forward-make-body-digest-plain)
16580         (message-forward-make-body-digest-mime)
16581         (message-use-alternative-email-as-from): Insert `hard-newline'
16582         instead of ordinary newlines.
16583
16584 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * message.el (message-generate-headers): Downcase the argument
16587         given to message-check-element.
16588
16589 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16590
16591         * nntp.el (nntp-authinfo-rejected): New error condition.
16592         (nntp-wait-for): Use new error condition to signal authentication
16593         error.
16594         (nntp-retrieve-data): Rethrow new error condition to break out of
16595         recursive call to nntp-send-authinfo.
16596
16597 2005-11-08  Romain Francoise  <romain@orebokech.com>
16598
16599         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16600         (gnus-summary-exit-map): Bind to `Z p'.
16601         (gnus-summary-make-menu-bar): Add menu item.
16602
16603 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16606         (gnus-treat-*): Add `first' in all doc strings.
16607
16608         * gnus-group.el (gnus-group-compact-group): Fix typo.
16609
16610 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus.el (gnus-parameters-case-fold-search): New variable.
16613         (gnus-parameters-get-parameter): Use it.
16614
16615         * gnus-score.el (gnus-home-score-file): Doc fix.
16616
16617 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16618
16619         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16620
16621 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * mm-util.el (mm-special-display-p): New function.
16624
16625         * mml.el (mml-preview): Use it; doc fix.
16626
16627 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16628
16629         * imap.el (imap-open): Handle case where buffer is a buffer object.
16630
16631 2005-10-29  Romain Francoise  <romain@orebokech.com>
16632
16633         * message.el (message-fix-before-sending): Fix comment.
16634
16635 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16636
16637         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16638
16639 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16640
16641         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16642         Used in gnus-score.el.
16643
16644 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16647
16648 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16651         whitespace removed in revision 7.8.  Use concatenated string to
16652         protect trailing whitespace.
16653
16654 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
16655
16656         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16657         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16658         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16659         Courier IMAP ("some version from 2004").  Mostly based on similar
16660         code in the same function.
16661
16662 2005-10-26  Didier Verna  <didier@xemacs.org>
16663
16664         * gnus-group.el (gnus-group-compact-group): Invalidate original
16665         article buffer.
16666         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16667         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16668         NOV database and in article itself.
16669         Invalidate article backlog.
16670
16671 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16674
16675 2005-10-26  Simon Josefsson  <jas@extundo.com>
16676
16677         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16678         part of 2004-07-25 change.
16679
16680 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * message.el (message-display-completion-list): New function.
16683         (message-expand-group): Use it; make sure the Completions buffer
16684         is modifiable.
16685 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16686
16687         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16688         user-mail-name is an empty string.
16689
16690 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16693         depending on gnus-score-decay-constant.
16694
16695         * encrypt.el (encrypt-insert-file-contents)
16696         (encrypt-write-file-contents): Don't use `gnus-message'.
16697
16698         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16699         arguments.
16700         (mm-uu-type-alist): Add message-marks and insert-marks.
16701         Pass arguments to mm-uu-verbatim-marks-extract.
16702         (mm-uu-hide-markers): New variable.
16703         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16704
16705         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16706         (gnus-convert-image-to-face-command): Use "convert" by default to
16707         allow other input image formats.
16708         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16709         accordingly.
16710
16711 2005-10-23  Simon Josefsson  <jas@extundo.com>
16712
16713         * imap.el (imap-gssapi-program): Align command line parameters
16714         with latest GNU SASL.
16715         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16716
16717 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16718
16719         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16720         HTML.
16721         (nnslashdot-request-article): Ditto.
16722
16723         * lpath.el (featurep): Add nobreak-char-display.
16724
16725 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16726
16727         * mail-source.el (mail-source-fetch-pop): Require pop3.
16728         (mail-source-check-pop): Ditto.
16729
16730 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16733         errors.
16734
16735 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16738         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16739
16740         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16741
16742         * mm-bodies.el (mm-decode-string):
16743         Call `mm-charset-to-coding-system' with allow-override argument.
16744
16745 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16748         (rfc2047-charset-to-coding-system): New function.
16749         (rfc2047-decode-encoded-words): New function.
16750         (rfc2047-decode-region): Use them.
16751         (rfc2047-decode-cte): Remove.
16752         (rfc2047-parse-and-decode): Remove.
16753         (rfc2047-decode): Remove.
16754
16755 2005-10-15  Kenichi Handa  <handa@m17n.org>
16756
16757         * rfc2047.el (rfc2047-decode-cte): New function.
16758         (rfc2047-decode-region): Change the way to decode successive
16759         encoded-words: decode B- or Q-encoding in each encoded-word,
16760         concatenate them, and decode it as charset.
16761
16762 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * lpath.el: Fbind codepage-setup for XEmacs.
16765
16766 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16767
16768         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16769         widget-move-and-invoke.
16770         (gnus-custom-mode): Use gnus-custom-map.
16771
16772 2005-10-15  Bill Wohler  <wohler@newt.com>
16773
16774         * message.el (message-tool-bar-map): Rename image file from
16775         mail_send to mail/send.
16776
16777 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16778
16779         * message.el (message-expand-group): Pass the common
16780         prefix substring of completion to `display-completion-list'.
16781
16782 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16783
16784         * mml-sec.el (mml-secure-method): New internal variable.
16785         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16786         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16787         New functions using mml-secure-method.
16788
16789         * mml.el (mml-mode-map): Add key bindings for those functions.
16790         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16791         Harder <harder@myrealbox.com>.
16792         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16793         Goto end of message if point is the headers of the message.
16794
16795         * message.el (message-in-body-p): New function.
16796
16797         * assistant.el: Autoload gnus-util and netrc.
16798
16799         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16800         Use `mm-charset-override-alist' only when decoding.
16801
16802         * mm-bodies.el (mm-decode-body):
16803         Call `mm-charset-to-coding-system' with allow-override argument.
16804
16805         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16806         `filename' from Content-Disposition if Content-Type doesn't
16807         provide `name'.
16808         (gnus-mime-view-part-as-type): Set default instead of
16809         initial-input.
16810
16811 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16812
16813         * format-spec.el (format-spec): Propagate text properties of % spec.
16814
16815 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16816
16817         * gnus-art.el (gnus-treat-predicate): Add `first'.
16818
16819 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16822         (mm-charset-override-alist): New variable.
16823         (mm-charset-to-coding-system): Use it.
16824         (mm-codepage-setup): New helper function.
16825         (mm-charset-eval-alist): New variable.
16826         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16827         Warn about unknown charsets.
16828
16829         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16830
16831 2005-10-04  David Hansen  <david.hansen@gmx.net>
16832
16833         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16834         (nnrss-check-group): Ditto.
16835
16836 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16839         Rename x-gnus-verbatim to x-verbatim.
16840         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16841
16842         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16843         x-verbatim.
16844
16845         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16846
16847         * gnus-util.el (gnus-remove-duplicates): Remove.
16848
16849         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16850         instead of gnus-remove-duplicates.
16851
16852         * message.el (message-remove-duplicates): Remove.
16853         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16854         message-remove-duplicates.
16855
16856         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16857         available, else use implementation from `delete-dups'.
16858
16859         * message.el (message-insert-expires): New function.
16860         (message-mode-map): Add key binding.
16861         (message-mode-field-menu): Add menu entry.
16862         (message-mode): Document it.
16863         (message-make-expires-date): Use `message-make-date'.
16864
16865 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16866
16867         * message.el (message-make-expires-date): New function.
16868
16869 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * Makefile.in (list-installed-shadows): New entry.
16872         (install): Use it.
16873         (remove-installed-shadows): New entry.
16874
16875         * dgnushack.el (dgnushack-default-load-path): New variable.
16876         (dgnushack-find-lisp-shadows): New function.
16877         (dgnushack-remove-lisp-shadows): New function.
16878
16879 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * Makefile.in (install-el-elc): New entry.
16882         (install): Use it so that .el files are necessarily installed.
16883
16884 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16887
16888 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16889
16890         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16891         function rather than the diff-mode.el package.
16892         (mm-display-external): Use with-current-buffer.
16893         (mm-viewer-completion-map, mm-viewer-completion-map):
16894         Move initialization inside declaration.
16895
16896 2005-09-29  Simon Josefsson  <jas@extundo.com>
16897
16898         * spam.el: Load hashcash when compiling, to avoid warnings.
16899         Don't autoload mail-check-payment.
16900         (spam-check-hashcash): Define unconditionally, since hashcash.el
16901         is part of Gnus now.  Ignore errors from payment checking.
16902
16903 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * message.el (message-bold-region, message-unbold-region):
16906         Rename from `bold-region' and `unbold-region'.
16907
16908         * message.el: Remove useless autoloads.
16909
16910 2005-09-28  Simon Josefsson  <jas@extundo.com>
16911
16912         * message.el (message-use-idna): Default to t.
16913         (message-use-idna): Test whether encoding works too.  Doc fix.
16914
16915 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * nntp.el (nntp-warn-about-losing-connection): Remove.
16918
16919 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16920
16921         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16922         customizable.  Change default value.
16923         (mm-uu-diff-groups-regexp): Change default value.
16924         (mm-uu-type-alist): Add doc string.
16925         (mm-uu-configure): Add doc string.  Make it interactive.
16926         (mm-uu-tex-groups-regexp): New variable.
16927         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16928         (mm-uu-type-alist): Add LaTeX documents.
16929         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16930         of "text/verbatim".
16931         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16932
16933         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16934         instead of "text/verbatim".
16935
16936         * message.el (message-mark-inserted-region)
16937         (message-mark-insert-file): Use slrn style marks when called with
16938         prefix argument.
16939
16940 2005-09-27  Simon Josefsson  <jas@extundo.com>
16941
16942         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16943
16944 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
16945
16946         * message.el (message-remove-duplicates): New function.
16947         Implementation borrowed from `gnus-remove-duplicates'.
16948         (message-idna-to-ascii-rhs): Also encode idna addresses in
16949         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16950         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16951         only ask about the same idna domain once per header and also tell
16952         in what header to replace the idna domain.
16953
16954         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16955         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16956         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16957         a header is decoded and not just the last one.
16958
16959 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16962         has been decoded.
16963
16964         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16965         (mm-insert-part): Don't modify text if it has been decoded.
16966
16967         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16968         decoded.
16969
16970         * mm-view.el (mm-inline-text): Don't strip text props unless
16971         decoding enriched or richtext parts.
16972
16973 2005-09-25  Romain Francoise  <romain@orebokech.com>
16974
16975         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16976         * gnus-start.el (gnus-subscribe-interactively):
16977         * gnus-uu.el (gnus-uu-grab-articles):
16978         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16979         space.
16980
16981 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16982
16983         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16984         * mm-view.el (mm-view-pkcs7-decrypt):
16985         * gnus-sum.el (gnus-summary-limit-to-extra)
16986         (gnus-summary-respool-article, gnus-read-move-group-name):
16987         * gnus-score.el (gnus-summary-increase-score):
16988         * gnus-util.el (gnus-completing-read-with-default):
16989         * gnus-art.el (gnus-read-save-file-name)
16990         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16991         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16992         * message.el (message-check-news-header-syntax):
16993         Follow convention for reading with the minibuffer.
16994
16995 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * spam-report.el (spam-report-url-ping-plain):
16998         Use gnus-extended-version as User-Agent.
16999
17000         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17001         default value is nil.
17002
17003         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17004         (mm-uu-verbatim-marks-extract): New function.
17005         (mm-uu-extract): New face.
17006         (mm-uu-copy-to-buffer): Use it.
17007
17008         * spam-report.el (spam-report-gmane-ham): Rename from
17009         `spam-report-gmane-unspam'.
17010         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17011         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17012
17013         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17014         Autoload.
17015         (spam-report-gmane-unregister-routine):
17016         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17017
17018 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17019
17020         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17021         (spam-report-gmane-unregister-routine): Add support for gmane
17022         unregistration.
17023
17024         * spam-report.el (spam-report-gmane-unspam)
17025         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17026         (spam-report-gmane): Change to take a single article and do unspam
17027         registration.
17028
17029 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * mm-url.el (mm-url-decode-entities): Fix regexp.
17032
17033 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17034
17035         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17036         default to nil, to be able to use Gnus at all.  If the default
17037         switches to something else, then the function should be fixed not
17038         be exceedingly slow.
17039
17040 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17043         fail hard.
17044
17045         * spam-report.el: Add better Keywords line.
17046
17047         * spam.el: Add Maintainer and better Keywords line.
17048
17049 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * gnus-art.el (gnus-article-replace-part)
17052         (gnus-mime-replace-part): New functions.
17053         (gnus-mime-action-alist, gnus-mime-button-commands)
17054         (gnus-mime-save-part-and-strip): Add file argument.
17055         (gnus-article-part-wrapper): Add interactive argument.
17056
17057         * gnus-sum.el (gnus-summary-mime-map):
17058         Add `gnus-article-replace-part'.
17059
17060 2005-09-19  Didier Verna  <didier@xemacs.org>
17061
17062         The nnml compaction feature:
17063         * nnml.el (nnml-request-compact-group): New function.
17064         * nnml.el (nnml-request-compact): New function.
17065         * gnus-int.el (gnus-request-compact-group): New function.
17066         * gnus-int.el (gnus-request-compact): New function.
17067         * gnus-group.el (gnus-group-compact-group): New function.
17068         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17069         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17070         * gnus-srvr.el (gnus-server-compact-server): New function.
17071         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17072         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17073
17074 2005-09-18  Deepak Goel  <deego@gnufans.org>
17075
17076         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17077         format spec.
17078
17079 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17082
17083 2005-09-15  Romain Francoise  <romain@orebokech.com>
17084
17085         * message.el (message-fill-paragraph): Clarify docstring.
17086
17087 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-art.el (gnus-mime-display-part): Protect against broken
17090         MIME messages.
17091
17092 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17095         before parsing header.
17096
17097 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17098
17099         * html2text.el (html2text-replace-list): Add new entities.
17100
17101 2005-09-11  Romain Francoise  <romain@orebokech.com>
17102
17103         * message.el (message-alternative-emails): Improve docstring.
17104         (message-setup-1): Call `message-use-alternative-email-as-from'
17105         after `message-setup-hook' to give it precedence over posting
17106         styles, etc.
17107         (message-use-alternative-email-as-from): Add docstring.
17108         Remove the original From header if present.
17109
17110         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17111         (nnml-save-mail): Use it.
17112
17113         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17114         articles.  Add new argument `silent'.
17115         (gnus-uu-mark-all): Report the total number of marked articles.
17116
17117 2005-09-10  Romain Francoise  <romain@orebokech.com>
17118
17119         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17120         (gnus-uu-mark-series): Likewise.
17121
17122 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17123
17124         * spam-report.el (spam-report-gmane): Fix generation of spam
17125         report URL.
17126
17127 2005-09-10  Simon Josefsson  <jas@extundo.com>
17128
17129         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17130         t, based on discussion on the ding list with Robert Epprecht
17131         <epprecht@solnet.ch>.
17132
17133 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * spam-report.el (spam-report-gmane): Make it work without
17136         X-Report-Spam header.  Gmane now only provides Archived-At.
17137         This is only used if `spam-report-gmane-use-article-number' is nil.
17138         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17139
17140         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17141         make `gnus-summary-sort-by-recipient' work with threading.
17142
17143         * nnweb.el (nnweb-google-wash-article): Print a message if article
17144         is not available.
17145
17146 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17147
17148         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17149         change.  Decode text/* parts content before displaying.
17150
17151 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17154
17155 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17158
17159         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17160         url-package-name, url-package-version,
17161         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17162         w3m-display-inline-images, and w3m-minor-mode-map.
17163
17164 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * message.el (message-tab-body-function): Fix mismatched custom type.
17167
17168         * gnus.el (gnus-group-change-level-function): Ditto.
17169
17170         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17171
17172         * gnus-art.el (gnus-signature-limit)
17173         (gnus-article-mime-part-function): Ditto.
17174
17175 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * mml.el (mml-mode): Silence the byte compiler.
17178
17179         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17180         using `(sit-for 0)' before moving the point to the specified part;
17181         skip unbuttonized parts.
17182         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17183         return to the summary window if gnus-auto-select-part is non-nil.
17184
17185 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17188         New variables.
17189         (mml-dnd-attach-file, mml-mode): Use them.
17190
17191         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17192         Make fetching article by MID work again for Google Groups.
17193         Add FIXME concerning gnus-group-make-web-group.
17194
17195         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17196         Don't depend on Gnus by using mail-extract-address-components if
17197         gnus-extract-address-components is not bound.
17198
17199 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17200
17201         * gnus-art.el (gnus-mime-display-security): Don't display the
17202         signature, but only the signed part.
17203
17204 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17207
17208         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17209         list, not listp.
17210
17211 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17212
17213         * mm-encode.el (mm-encode-content-transfer-encoding):
17214         Likewise when encoding.
17215
17216         * mm-bodies.el (mm-decode-content-transfer-encoding):
17217         De-canonicalize CRLF for all text content types, not just
17218         text/plain.
17219
17220 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17223         valid article; point arrow and cursor at the MIME button.
17224
17225 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17228         Suggested by Dan Christensen <jdc@uwo.ca>.
17229
17230         * mm-decode.el (mm-save-part): Enable change of prompt.
17231
17232 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17233
17234         * gnus-msg.el (gnus-inews-add-send-actions):
17235         Make `message-post-method' lambda parameter ARG `&optional'.
17236
17237 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17238
17239         * gnus-sum.el (gnus-summary-mime-map):
17240         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17241         gnus-article-jump-to-part.
17242
17243         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17244         (gnus-article-edit-part): Use it.
17245         (gnus-article-part-wrapper): Add no-handle argument.
17246         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17247         New functions.
17248
17249 2005-08-29  Romain Francoise  <romain@orebokech.com>
17250
17251         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17252         docstring.
17253         (gnus-face-from-file): Likewise.
17254
17255 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17258         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17259         non-nil.
17260         (gnus-auto-select-part): New variable.
17261         (gnus-article-jump-to-part): New function.
17262         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17263         (gnus-mime-delete-part): Allow selecting specified part after
17264         deleting or stripping parts.
17265         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17266         part if argument is bogus.
17267
17268 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17269
17270         * gnus-art.el (w3m-minor-mode-map):
17271         * gnus-spec.el (gnus-newsrc-file-version):
17272         * gnus-util.el (nnmail-active-file-coding-system)
17273         (gnus-original-article-buffer, gnus-user-agent):
17274         * gnus.el (gnus-ham-process-destinations)
17275         (gnus-parameter-ham-marks-alist)
17276         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17277         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17278         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17279         * mm-decode.el (gnus-current-window-configuration):
17280         * mm-extern.el (gnus-article-mime-handles):
17281         * mm-url.el (url-current-object, url-package-name)
17282         (url-package-version):
17283         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17284         (smime-keys, w3m-cid-retrieve-function-alist)
17285         (w3m-current-buffer, w3m-display-inline-images)
17286         (w3m-minor-mode-map):
17287         * mml-smime.el (gnus-extract-address-components):
17288         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17289         (gnus-newsrc-hashtb, message-default-charset)
17290         (message-deletable-headers, message-options)
17291         (message-posting-charset, message-required-mail-headers)
17292         (message-required-news-headers):
17293         * mml1991.el (mc-pgp-always-sign):
17294         * mml2015.el (mc-pgp-always-sign):
17295         * nnheader.el (nnmail-extra-headers):
17296         * rfc1843.el (gnus-decode-encoded-word-function)
17297         (gnus-decode-header-function, gnus-newsgroup-name):
17298         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17299
17300 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17301
17302         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17303         the end of the date treatments.
17304
17305 2005-08-15  Simon Josefsson  <jas@extundo.com>
17306
17307         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17308         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17309         Capello and Romain Francoise.
17310         (pgg-fetch-key-function): Remove, not used?
17311         (pgg-insert-url-with-w3): Require url, to get
17312         url-insert-file-contents regardless of where it is defined.
17313
17314 2005-08-13  Romain Francoise  <romain@orebokech.com>
17315
17316         * message.el (message-cite-original-1): New function.
17317         (message-cite-original): Use it.
17318         (message-cite-original-without-signature): Ditto.
17319
17320 2005-08-08  Romain Francoise  <romain@orebokech.com>
17321
17322         * message.el (message-yank-empty-prefix): New variable.
17323         (message-indent-citation): Use it.
17324         (message-cite-original-without-signature): Respect X-No-Archive.
17325
17326 2005-08-08  Simon Josefsson  <jas@extundo.com>
17327
17328         * pgg.el: Autoload url-insert-file-contents instead of loading
17329         w3/url.
17330         (pgg-insert-url-with-w3): Don't load url here.
17331
17332 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17333
17334         * message.el (message-kill-to-signature): Don't insert newline at
17335         bol.
17336         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17337
17338 2005-08-06  Romain Francoise  <romain@orebokech.com>
17339
17340         * message.el (message-user-fqdn): Fix typo in docstring.
17341
17342 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17343
17344         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17345
17346         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17347
17348 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-bodies.el (mm-encode-body): Use coding system rather than
17351         charset to encode text.
17352
17353         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17354         number of charsets if utf-8 is available (XEmacs).
17355
17356 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17357
17358         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17359         taken from `gnus-button-mid-or-mail-regexp'.
17360         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17361         (gnus-button-alist): Improve regexp for domain part of the MIDs
17362         for news:localpart@domain buttons.
17363         (gnus-button-ctan-directory-regexp): Update.
17364
17365 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * sieve-manage.el (sieve-manage-interactive-login):
17368         Use make-local-variable rather than make-variable-buffer-local.
17369         (sieve-manage-open): Ditto.
17370         (sieve-manage-authenticate): Ditto.
17371
17372         * mml.el (mml-generate-mime-1): Make the content type default to
17373         text/plain if the filename is not specified.
17374
17375 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17378         instead of insert-buffer.
17379
17380         * message.el (message-yank-original): Ditto; set the mark at the
17381         end of the yanked message.
17382
17383 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17386         lines to scroll rather than to stop it.
17387
17388         * mml.el (mml-generate-default-type): Add doc string.
17389         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17390         default to application/octet-stream when determining the content
17391         type if it is not specified for the part or the mml contents; add
17392         a comment about mml-generate-default-type.
17393
17394 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17397         make it default to application/octet-stream when determining the
17398         content type if it is not specified for the external contents.
17399
17400 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17403         segmented parameter but also other parameters might be there.
17404
17405 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * mm-decode.el (mm-display-external): Delete temp file, directory
17408         and buffer immediately if the external process is exited.
17409
17410 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17413         fewer lines than that of scroll-margin.
17414         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17415
17416 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * gnus-art.el (gnus-article-next-page): Revert.
17419         (gnus-article-beginning-of-window): New macro.
17420         (gnus-article-next-page-1): Use it.
17421         (gnus-article-prev-page): Ditto.
17422         (gnus-article-edit-part): Use insert-buffer-substring instead of
17423         insert-buffer.
17424         (gnus-article-edit-exit): Ditto.
17425
17426         * gnus-util.el (gnus-beginning-of-window): Remove.
17427         (gnus-end-of-window): Remove.
17428
17429         * lpath.el: Don't bind header-line-format and scroll-margin.
17430
17431 2005-07-25  Simon Josefsson  <jas@extundo.com>
17432
17433         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17434         to have the url package without w3.  Reported by Daiki Ueno
17435         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17436
17437 2005-07-20  Didier Verna  <didier@xemacs.org>
17438
17439         * gnus-diary.el: Remove the description comment (nndiary is now
17440         properly documented in the Gnus manual).
17441         Fix the spelling of "Back End".
17442         * nndiary.el: Ditto.
17443         Fix the copyright notice.
17444
17445 2005-07-18  Romain Francoise  <romain@orebokech.com>
17446
17447         * gnus-sum.el (gnus-summary-to-prefix)
17448         (gnus-summary-newsgroup-prefix): New variables.
17449         (gnus-summary-from-or-to-or-newsgroups): Use them.
17450
17451 2005-07-17  Romain Francoise  <romain@orebokech.com>
17452
17453         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17454         space as it's generally not especially interesting to the user.
17455
17456 2005-07-16  Romain Francoise  <romain@orebokech.com>
17457
17458         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17459         nil to avoid prompting and file modification if one of the
17460         messages at the top of the nnfolder file contains a copyright
17461         notice.
17462         Update copyright notice.
17463
17464         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17465         instead of `current-time-string' as the latter creates a time
17466         string that is not RFC 2822 compliant (it lacks the zone).
17467         Update copyright notice.
17468
17469 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17470
17471         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17472         for text/rtf.  Display default in prompt.  Pass default for M-n.
17473
17474         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17475
17476 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17477
17478         * gnus-msg.el (gnus-button-mailto):
17479         Remove save-selected-window-window hackery because it relies on
17480         save-selected-window internals.
17481
17482 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17485         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17486         (gnus-article-prev-page): Ditto.
17487
17488         * gnus-util.el (gnus-beginning-of-window): New function.
17489         (gnus-end-of-window): New function.
17490
17491         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17492
17493 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17494
17495         * gnus-score.el (gnus-score-edit-all-score):
17496         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17497         gnus-message.
17498
17499 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500
17501         * gnus-msg.el (gnus-button-mailto):
17502         Remove save-selected-window-window hackery because it relies on
17503         save-selected-window internals.
17504
17505 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17508         add-minor-mode.
17509         (gnus-binary-mode): Ditto.
17510
17511         * gnus-topic.el (gnus-topic-mode): Ditto.
17512
17513 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17514
17515         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17516         (gnus-article-prev-page): Take scroll-margin into consideration.
17517
17518 2005-07-04  Lute Kamstra  <lute@gnu.org>
17519
17520         Update FSF's address in GPL notices.
17521
17522 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17523
17524         * gnus.el (gnus-exit):
17525         * gnus-group.el (gnus-group-icons):
17526         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17527
17528         * gnus-nocem.el (gnus-nocem):
17529         * message.el (message-various, message-buffers, message-sending)
17530         (message-interface, message-forwarding, message-insertion)
17531         (message-headers, message-news, message-mail):
17532         * pgg-gpg.el (pgg-gpg):
17533         * pgg-parse.el (pgg-parse):
17534         * pgg-pgp.el (pgg-pgp):
17535         * pgg-pgp5.el (pgg-pgp5):
17536         * pop3.el (pop3): Finish `defgroup' description with period.
17537
17538 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-art.el (article-display-face): Improve the efficiency.
17541         (article-display-x-face): Ditto; remove grey x-face stuff.
17542
17543 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-art.el (article-display-face): Correct the position in
17546         which Faces are inserted.
17547
17548 2005-06-29  Didier Verna  <didier@xemacs.org>
17549
17550         * gnus-art.el (article-display-face): Display faces in correct
17551         order.
17552
17553 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17556         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17557         (gnus-nocem-check-article): Fetch the Type header.
17558         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17559         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17560         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17561         make sure gnus-nocem-hashtb is initialized.
17562         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17563         (gnus-nocem-unwanted-article-p): Ditto.
17564
17565         * pgg.el (pgg-verify): Return the verification result.
17566
17567 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568
17569         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17570         is ascii.
17571
17572 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17573
17574         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17575         `show-nonbreak-escape'.
17576
17577 2005-06-23  Lute Kamstra  <lute@gnu.org>
17578
17579         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17580
17581         * dig.el (dig-mode):
17582         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17583
17584 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17585
17586         * nnimap.el (nnimap-split-download-body): Fix spellings.
17587
17588 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17589
17590         * gnus-art.el (gnus-article-encrypt-body):
17591         * gnus-cus.el (gnus-score-customize):
17592         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17593         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17594
17595 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
17596
17597         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17598         header by looking for magic "MII" at the beginnig.
17599
17600 2005-06-16  Miles Bader  <miles@gnu.org>
17601
17602         * gnus-xmas.el (gnus-xmas-group-startup-message):
17603         Use renamed gnus-splash face.
17604
17605         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17606         (assistant-field-face): New backward-compatibility alias for renamed
17607         face.
17608         (assistant-render-text): Use renamed assistant-field face.
17609
17610         * spam.el (spam): Remove "-face" suffix from face name.
17611         (spam-face): New backward-compatibility alias for renamed face.
17612         (spam-face, spam-initialize): Use renamed spam face.
17613
17614         * message.el (message-header-to, message-header-cc)
17615         (message-header-subject, message-header-newsgroups)
17616         (message-header-other, message-header-name)
17617         (message-header-xheader, message-separator, message-cited-text)
17618         (message-mml): Remove "-face" suffix from face names.
17619         (message-header-to-face, message-header-cc-face)
17620         (message-header-subject-face, message-header-newsgroups-face)
17621         (message-header-other-face, message-header-name-face)
17622         (message-header-xheader-face, message-separator-face)
17623         (message-cited-text-face, message-mml-face):
17624         New backward-compatibility aliases for renamed faces.
17625         (message-font-lock-keywords): Use renamed message faces.
17626
17627         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17628         (sieve-test-commands, sieve-tagged-arguments):
17629         Remove "-face" suffix from face names.
17630         (sieve-control-commands-face, sieve-action-commands-face)
17631         (sieve-test-commands-face, sieve-tagged-arguments-face):
17632         New backward-compatibility aliases for renamed faces.
17633         (sieve-control-commands-face, sieve-action-commands-face)
17634         (sieve-test-commands-face, sieve-tagged-arguments-face):
17635         Use renamed sieve faces.
17636
17637         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17638         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17639         (gnus-group-news-3-empty, gnus-group-news-4)
17640         (gnus-group-news-4-empty, gnus-group-news-5)
17641         (gnus-group-news-5-empty, gnus-group-news-6)
17642         (gnus-group-news-6-empty, gnus-group-news-low)
17643         (gnus-group-news-low-empty, gnus-group-mail-1)
17644         (gnus-group-mail-1-empty, gnus-group-mail-2)
17645         (gnus-group-mail-2-empty, gnus-group-mail-3)
17646         (gnus-group-mail-3-empty, gnus-group-mail-low)
17647         (gnus-group-mail-low-empty, gnus-summary-selected)
17648         (gnus-summary-cancelled, gnus-summary-high-ticked)
17649         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17650         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17651         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17652         (gnus-summary-low-undownloaded)
17653         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17654         (gnus-summary-low-unread, gnus-summary-normal-unread)
17655         (gnus-summary-high-read, gnus-summary-low-read)
17656         (gnus-summary-normal-read, gnus-splash):
17657         Remove "-face" suffix from face names.
17658         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17659         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17660         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17661         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17662         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17663         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17664         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17665         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17666         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17667         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17668         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17669         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17670         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17671         (gnus-summary-normal-ticked-face)
17672         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17673         (gnus-summary-normal-ancient-face)
17674         (gnus-summary-high-undownloaded-face)
17675         (gnus-summary-low-undownloaded-face)
17676         (gnus-summary-normal-undownloaded-face)
17677         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17678         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17679         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17680         (gnus-splash-face):
17681         New backward-compatibility aliases for renamed faces.
17682         (gnus-group-startup-message): Use renamed gnus faces.
17683
17684         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17685         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17686         (gnus-server-agent): Remove "-face" suffix from face names.
17687         (gnus-server-agent-face, gnus-server-opened-face)
17688         (gnus-server-closed-face, gnus-server-denied-face)
17689         (gnus-server-offline-face):
17690         New backward-compatibility aliases for renamed faces.
17691         (gnus-server-agent-face, gnus-server-opened-face)
17692         (gnus-server-closed-face, gnus-server-denied-face)
17693         (gnus-server-offline-face): Use renamed gnus faces.
17694
17695         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17696         Remove "-face" suffix from face names.
17697         (gnus-picon-xbm-face, gnus-picon-face):
17698         New backward-compatibility aliases for renamed faces.
17699
17700         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17701         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17702         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17703         (gnus-cite-11): Remove "-face" suffix from face names.
17704         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17705         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17706         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17707         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17708         New backward-compatibility aliases for renamed faces.
17709         (gnus-cite-attribution-face, gnus-cite-face-list)
17710         (gnus-article-boring-faces): Use renamed gnus faces.
17711
17712         * gnus-art.el (gnus-signature, gnus-header-from)
17713         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17714         (gnus-header-content): Remove "-face" suffix from face names.
17715         (gnus-signature-face, gnus-header-from-face)
17716         (gnus-header-subject-face, gnus-header-newsgroups-face)
17717         (gnus-header-name-face, gnus-header-content-face):
17718         New backward-compatibility aliases for renamed faces.
17719         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17720
17721         * gnus-sum.el (gnus-summary-selected-face)
17722         (gnus-summary-highlight): Use renamed gnus faces.
17723         * gnus-group.el (gnus-group-highlight): Likewise.
17724
17725 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17726
17727         * gnus-sieve.el (gnus-sieve-article-add-rule):
17728         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17729         * spam-stat.el (spam-stat-buffer-change-to-spam)
17730         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17731
17732         * message.el (message-is-yours-p):
17733         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17734
17735 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * mm-view.el (mm-inline-text): Withdraw the last change.
17738
17739 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17742         executing enriched-decode.
17743
17744 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17747         charset of tar files.
17748
17749 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17750
17751         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17752
17753 2005-06-04  Lute Kamstra  <lute@gnu.org>
17754
17755         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17756         information is never recorded.
17757
17758 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17759
17760         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17761
17762 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * pop3.el (pop3-apop): Run md5 in the binary mode.
17765
17766         * starttls.el (starttls-set-process-query-on-exit-flag):
17767         Use eval-and-compile.
17768
17769 2005-05-31  Simon Josefsson  <jas@extundo.com>
17770
17771         * smime.el (smime-replace-in-string): Define.
17772         (smime-cert-by-ldap-1): Use it.
17773
17774 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus-art.el (article-display-x-face): Replace
17777         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17778
17779         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17780         set-process-query-on-exit-flag or process-kill-without-query.
17781
17782         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17783         loop instead of replace-regexp.
17784
17785         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17786         instead of process-kill-without-query if it is available.
17787
17788         * lpath.el: Fbind ldap-search-entries.
17789
17790         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17791         instead of find-file-hooks if it is available.
17792
17793         * mml1991.el: Bind pgg-default-user-id when compiling.
17794
17795         * mml2015.el: Bind pgg-default-user-id when compiling.
17796
17797         * nndraft.el (nndraft-request-associate-buffer):
17798         Use write-contents-functions instead of write-contents-hooks if it is
17799         available.
17800
17801         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17802         instead of find-file-hooks if it is available.
17803
17804         * nntp.el (nntp-open-connection): Replace
17805         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17806         (nntp-open-ssl-stream): Ditto.
17807         (nntp-open-tls-stream): Ditto.
17808
17809         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17810         set-process-query-on-exit-flag or process-kill-without-query.
17811         (starttls-open-stream-gnutls): Use it instead of
17812         process-kill-without-query.
17813         (starttls-open-stream): Ditto.
17814
17815 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17816
17817         * smime.el (smime-cert-by-ldap-1): Don't use
17818         replace-regexp-in-string.
17819
17820 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
17821
17822         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17823
17824         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17825         in PEM format.  Adjust to the XEmacs compatibility.
17826
17827 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17828
17829         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17830         by `string-to-number'.
17831         * gnus-agent.el (gnus-agent-regenerate-group)
17832         (gnus-agent-fetch-articles): Ditto.
17833         * gnus-art.el (gnus-button-fetch-group): Ditto.
17834         * gnus-cache.el (gnus-cache-generate-active)
17835         (gnus-cache-articles-in-group): Ditto.
17836         * gnus-group.el (gnus-group-set-current-level)
17837         (gnus-group-insert-group-line): Ditto.
17838         * gnus-score.el (gnus-score-set-expunge-below)
17839         (gnus-score-set-mark-below, gnus-summary-score-effect)
17840         (gnus-summary-score-entry): Ditto.
17841         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17842         (gnus-soup-pack): Ditto.
17843         * gnus-spec.el (gnus-xmas-format): Ditto.
17844         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17845         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17846         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17847         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17848         * nndb.el (nndb-get-remote-expire-response): Ditto.
17849         * nndiary.el (nndiary-parse-schedule-value)
17850         (nndiary-string-to-number, nndiary-request-replace-article)
17851         (nndiary-request-article): Ditto.
17852         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17853         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17854         * nneething.el (nneething-make-head): Ditto.
17855         * nnfolder.el (nnfolder-request-article)
17856         (nnfolder-retrieve-headers): Ditto.
17857         * nnheader.el (nnheader-file-to-number): Ditto.
17858         * nnkiboze.el (nnkiboze-request-article): Ditto.
17859         * nnmail.el (nnmail-process-unix-mail-format)
17860         (nnmail-process-babyl-mail-format): Ditto.
17861         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17862         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17863         (nnmh-request-create-group, nnmh-request-list-1)
17864         (nnmh-request-group, nnmh-request-article): Ditto.
17865         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17866         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17867         * nnsoup.el (nnsoup-make-active): Ditto.
17868         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17869         * nntp.el (nntp-find-group-and-number)
17870         (nntp-retrieve-headers-with-xover): Ditto.
17871         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17872         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17873         (pgg-format-key-identifier): Ditto.
17874         * pop3.el (pop3-last, pop3-stat): Ditto.
17875         * qp.el (quoted-printable-decode-region): Ditto.
17876
17877         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17878         of concat.
17879
17880 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17883
17884         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17885
17886         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17887
17888         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17889
17890         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17891
17892         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17893
17894         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17895         (gnus-carpal-mode): Ditto.
17896
17897         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17898         (gnus-browse-mode): Ditto.
17899
17900         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17901
17902         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17903
17904 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17905
17906         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17907
17908 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * gnus-util.el (gnus-run-mode-hooks): New function.
17911
17912         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17913
17914         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17915         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17916
17917 2005-05-27  Lute Kamstra  <lute@gnu.org>
17918
17919         * dns-mode.el (dns-mode): Specify customization group.
17920
17921 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17922
17923         * gnus-agent.el (gnus-agent-make-mode-line-string):
17924         Use mode-line-highlight as mouse-face.
17925
17926 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * canlock.el (canlock): Change the parent group to news.
17929
17930         * deuglify.el (gnus-outlook-deuglify): Add :group.
17931
17932         * dig.el (dig): Add :group.
17933
17934         * dns-mode.el (dns-mode): Add :group.
17935
17936         * encrypt.el (encrypt): Add :group.
17937
17938         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17939         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17940         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17941         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17942         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17943
17944         * gnus-diary.el (gnus-diary): Add :group.
17945
17946         * gnus.el (gnus-group-news-1-face): Add :group.
17947         (gnus-group-news-1-empty-face): Ditto.
17948         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17949         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17950         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17951         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17952         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17953         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17954         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17955         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17956         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17957         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17958         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17959         (gnus-summary-high-ticked-face): Ditto.
17960         (gnus-summary-low-ticked-face): Ditto.
17961         (gnus-summary-normal-ticked-face): Ditto.
17962         (gnus-summary-high-ancient-face): Ditto.
17963         (gnus-summary-low-ancient-face): Ditto.
17964         (gnus-summary-normal-ancient-face): Ditto.
17965         (gnus-summary-high-undownloaded-face): Ditto.
17966         (gnus-summary-low-undownloaded-face): Ditto.
17967         (gnus-summary-normal-undownloaded-face): Ditto.
17968         (gnus-summary-high-unread-face): Ditto.
17969         (gnus-summary-low-unread-face): Ditto.
17970         (gnus-summary-normal-unread-face): Ditto.
17971         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17972         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17973
17974         * hashcash.el (hashcash): New custom group.
17975         (hashcash-default-payment): Add :group.
17976         (hashcash-payment-alist): Ditto.
17977         (hashcash-default-accept-payment): Ditto.
17978         (hashcash-accept-resources): Ditto.
17979         (hashcash-path): Ditto.
17980         (hashcash-extra-generate-parameters): Ditto.
17981         (hashcash-double-spend-database): Ditto.
17982         (hashcash-in-news): Ditto.
17983
17984         * message.el (message-minibuffer-local-map): Add :group.
17985
17986         * netrc.el (netrc): Add :group.
17987
17988         * sieve-manage.el (sieve-manage-log): Add :group.
17989         (sieve-manage-default-user): Diito.
17990         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17991         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17992         (sieve-manage-authenticators): Ditto.
17993         (sieve-manage-authenticator-alist): Ditto.
17994         (sieve-manage-default-port): Ditto.
17995
17996         * sieve-mode.el (sieve-control-commands-face): Add :group.
17997         (sieve-action-commands-face): Ditto.
17998         (sieve-test-commands-face): Ditto.
17999         (sieve-tagged-arguments-face): Ditto.
18000
18001         * smime.el (smime): Add :group.
18002
18003         * spam-report.el (spam-report): Add :group.
18004
18005         * spam.el (spam, spam-face): Add :group.
18006
18007 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18008
18009         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18010         return \n.\n.\n at the end of articles.  Protect against that.
18011         (nntp-with-open-group): Allow debugging.
18012
18013         * nnheader.el (mail-header-set-extra): Make into a function
18014         because I just could't understand how to quote the list properly.
18015
18016         * dns.el (query-dns-cached): New function.
18017
18018 2005-05-26  Lute Kamstra  <lute@gnu.org>
18019
18020         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18021
18022 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18025
18026         * gnus-art.el: Don't autoload mail-extract-address-components.
18027
18028         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18029         eval-and-compile to evaluate it.
18030
18031         * hashcash.el: Don't autoload executable-find.
18032
18033         * nndb.el: Don't declare the nndb back end two or more times; don't
18034         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18035
18036         * nntp.el: Autoload format-spec instead of format; use
18037         eval-and-compile to evaluate autoload forms.
18038
18039 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18040
18041         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18042
18043 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18044
18045         * gnus.el (gnus-version-number): Bump version.
18046
18047 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18048
18049         * gnus.el: No Gnus v0.3 is released.
18050
18051 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18052
18053         * lpath.el (featurep): Bind show-nonbreak-escape.
18054
18055 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-art.el (gnus-article-edit-part): Disable undo.
18058
18059 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18062         gnus-article-date-lapsed-new-header is t if date timer is active;
18063         skip headers in which the original date value is empty.
18064         (gnus-article-save-original-date): Redefine it as a macro.
18065         (gnus-display-mime): Use it.
18066
18067 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-art.el (article-date-ut): Support converting date in
18070         forwarded parts as well.
18071         (gnus-article-save-original-date): New function.
18072         (gnus-display-mime): Use it.
18073
18074 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18075
18076         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18077         enclosure element of <item>.
18078
18079 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * message.el (message-kill-buffer-query): Rename from
18082         `message-kill-buffer-query-if-modified'.  Add :version.
18083
18084 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18087         window layout.
18088
18089 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * mml.el: Autoload dnd when compiling.
18092
18093 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18096         x-dnd-*.
18097
18098 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * qp.el (quoted-printable-encode-region): Save excursion.
18101
18102 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18103
18104         * message.el (message-kill-buffer-query-if-modified): Add new variable
18105         so the user can kill a modified message buffer quickly.
18106         (message-kill-buffer): Use it.
18107
18108 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * lpath.el: Fbind display-time-event-handler; don't fbind
18111         string-to-multibyte.
18112
18113         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18114
18115 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18118         contained in text because xml.el decodes entities) with LFs.
18119
18120 2005-04-11  Lute Kamstra  <lute@gnu.org>
18121
18122         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18123         differently.
18124
18125 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18126
18127         * mm-util.el (mm-detect-coding-region): Typo.
18128
18129 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18132
18133 2005-04-06  Deepak Goel  <deego@gnufans.org>
18134
18135         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18136         user-function allow user modifications of the scores.
18137         (spam-stat-score-buffer-user): New function, to allow
18138         user-computed modifications to the score.
18139         (spam-stat-score-buffer-user-functions): List of additional
18140         scoring functions.
18141         (spam-stat-error-holder): Global temporary error holder.
18142         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18143         variable.
18144
18145 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18146
18147         * gnus-registry.el (gnus-registry-clean-empty-function)
18148         (gnus-registry-trim, gnus-registry-fetch-groups)
18149         (gnus-registry-delete-group): Groups that match
18150         `gnus-registry-ignored-groups' are removed from the registry
18151         entries, not just ignored for splitting.  This helps clean up the
18152         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18153         to get all the groups a message ID is in.
18154
18155         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18156         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18157         (spam-stat-score-buffer-user-functions): Add :number custom type.
18158
18159 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18162         argument in XEmacs.
18163
18164         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18165         (nnrss-request-group): Decode group name first.
18166         (nnrss-request-article): Make a text/plain article if mml-to-mime
18167         failed.
18168         (nnrss-get-encoding): Return a compatible encoding according to
18169         nnrss-compatible-encoding-alist.
18170         (nnrss-find-el): Use consp instead of listp.
18171         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18172
18173 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18176         which Emacs 20 doesn't support.
18177         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18178
18179 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18182         silence the byte compiler inside the defun.
18183
18184         * gnus-demon.el (parse-time-string): Add autoload.
18185
18186         * gnus-delay.el (parse-time-string): Add autoload.
18187
18188         * gnus-art.el (parse-time-string): Add autoload.
18189
18190         * nnultimate.el (parse-time): Require for `parse-time-string'.
18191
18192 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18195
18196         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18197
18198         * smime.el (smime-ldap-host-list): Add :version.
18199
18200 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18201
18202         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18203         pass it to `gnus-browse-read-group'.
18204         (gnus-browse-read-group): Add NUMBER argument and pass it to
18205         `gnus-group-read-ephemeral-group'.
18206
18207         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18208         argument and pass it to `gnus-group-read-group'.
18209
18210 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18211
18212         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18213         mm-xemacs-find-mime-charset-1 if we have the mule feature
18214         available at runtime.
18215
18216 2005-03-25  Werner Lemberg  <wl@gnu.org>
18217
18218         * nnmaildir.el: Replace `illegal' with `invalid'.
18219
18220 2005-03-23  Lute Kamstra  <lute@gnu.org>
18221
18222         * time-date.el: Add comment on time value formats.
18223         Don't require parse-time.
18224         (with-decoded-time-value): New macro.
18225         (encode-time-value): New function.
18226         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18227         (days-to-time): Return a valid time value when arg is huge.
18228         (time-since): Use time-subtract.
18229         (time-to-number-of-days): Use time-to-seconds.
18230
18231 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18232
18233         * gnus-start.el (gnus-display-time-event-handler):
18234         Check display-time-timer at runtime rather than only at load time
18235         in case display-time-mode is turned off in the mean time.
18236
18237 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18240         used.
18241
18242         * nneething.el (nneething-map-file-directory): Derive from
18243         `gnus-directory'.
18244
18245         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18246         the To/Cc button.
18247
18248 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * nnmaildir.el (nnmaildir-request-accept-article):
18251         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18252
18253 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18254
18255         * gnus-async.el: Require timer-funcs at compile time when in
18256         XEmacs for `run-with-idle-timer'.
18257
18258 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18259
18260         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18261         autoloaded function.
18262
18263 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18264
18265         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18266
18267 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
18268
18269         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18270
18271 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18272
18273         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18274         Add gnus-expert-user to default.
18275
18276 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18277
18278         * nnimap.el (nnimap-open-server): Ditto.
18279
18280         * imap.el (imap-authenticate): Fix typo.
18281
18282 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18283
18284         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18285         buffer (since IMAP server might return FETCH response out of
18286         order, and the nntp buffer must be sorted).
18287
18288 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18289
18290         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18291         comparison on string.
18292
18293         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18294         (gnus-agent-score): Rename category keywords to match gnus-cus.
18295         (gnus-agent-summary-fetch-series): Modify to protect against
18296         gnus-agent-summary-fetch-group clearing processable flags.
18297         (gnus-agent-synchronize-group-flags): Update live group buffer as
18298         synchronization may occur due to the user toggle the plugged
18299         status.
18300         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18301         successfully downloaded.
18302         (gnus-agent-expire-group-1): Avoid using markers when the overview
18303         is in ascending order; greatly improves performance.
18304         (gnus-agent-regenerate-group):
18305         Use gnus-agent-synchronize-group-flags to reset read status in both
18306         gnus and server.
18307         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18308
18309 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * message.el: Don't autoload former message-utils variables.
18312         (message-strip-subject-trailing-was): Change doc string.
18313
18314         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18315         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18316         (nnweb-google-search): Add "hl=en" here.
18317         (nnweb-google-parse-1, nnweb-google-create-mapping):
18318         Don't hardcode URL.
18319
18320 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18321
18322         * message.el (message-get-reply-headers, message-followup):
18323         Mention related variables `message-use-followup-to' and
18324         `message-use-mail-followup-to', in the information buffer.
18325
18326         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18327         of broken groups(-beta).google.com.
18328
18329 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18330
18331         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18332         parameter to invoked gnus-request-move-article; remove the
18333         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18334         all at once instead of once per article.
18335         (gnus-summary-remove-process-mark): Accept a list of articles as
18336         well as a single article for processing.
18337
18338         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18339         parameter.
18340
18341         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18342
18343         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18344
18345         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18346         parameter.
18347
18348         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18349         parameter.
18350
18351         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18352         parameter and remove the gnus-sum-hint-move-is-internal variable.
18353
18354         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18355         parameter.
18356
18357         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18358         parameter.
18359
18360         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18361         parameter.
18362
18363         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18364
18365         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18366         parameter.
18367
18368         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18369         parameter.
18370
18371 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18372
18373         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18374         a more conservative way.
18375
18376 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18377
18378         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18379         buffer, so it moves the window's cursor.
18380
18381 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
18382
18383         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18384         `mm-dissect-multipart' and receive the from field as an (optional)
18385         argument from `mm-dissect-multipart'.
18386         (mm-dissect-multipart): Receive the from field as an argument and
18387         pass it on when we call `mm-dissect-buffer' on MIME parts.
18388         Fixes verification/decryption of signed/encrypted MIME parts.
18389
18390 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18391
18392         * gnus-sum.el (gnus-summary-move-article):
18393         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18394         whatever it calls (right now, only nnimap-request-move article
18395         respects it).
18396
18397         * nnimap.el (nnimap-request-move-article):
18398         When gnus-sum-hint-move-is-internal is set, don't do the extra
18399         nnimap-request-article.
18400
18401 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18402
18403         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18404
18405         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18406         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18407
18408         * gnus-sum.el (gnus-summary-caesar-message):
18409         Apply `gnus-treat-article' after rotation.
18410
18411         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18412         doc string.
18413
18414 2005-02-22  Simon Josefsson  <jas@extundo.com>
18415
18416         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18417         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
18418         <arne@arnested.dk>.
18419         (encrypt): Add password-cache and password-cache-expiry as group
18420         members.
18421
18422 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
18423
18424         * smime.el (smime-ldap-host-list): Doc fix.
18425         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18426         cache) password.
18427         (smime-sign-region): Use it.
18428         (smime-decrypt-region): Use it.
18429         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18430         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18431         fails.
18432         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18433         certificate from DER to PEM format rather than calling openssl.
18434
18435         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18436
18437         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18438         for signing/encryption.
18439
18440         * mml.el (mml-parse-1): Use them.
18441
18442 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
18443
18444         * nnrss.el (nnrss-verbose): Remove.
18445         (nnrss-request-group): Use `nnheader-message' instead.
18446
18447 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18448
18449         * nnrss.el (nnrss-verbose): New variable.
18450         (nnrss-request-group): Make it say nnrss is requesting a group.
18451
18452 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18455         Handle news URL with given port correctly.
18456
18457 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18460         containing special characters.
18461
18462         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18463
18464         * mml.el (mime-to-mml): Ditto.
18465
18466         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18467         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18468         (rfc2047-decode-region): Quote decoded words containing special
18469         characters when rfc2047-quote-decoded-words-containing-tspecials
18470         is non-nil.
18471
18472 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18473
18474         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18475
18476         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18477
18478 2005-02-15  Simon Josefsson  <jas@extundo.com>
18479
18480         * nnimap.el (nnimap-debug): Doc fix.
18481
18482         * imap.el (imap-debug): Doc fix.
18483
18484 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18487
18488 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18489
18490         * gnus.el (spam-contents): Improve docs for spam-contents
18491         parameter in its variable incarnation.
18492
18493 2005-02-14  Simon Josefsson  <jas@extundo.com>
18494
18495         * smime-ldap.el: Use require instead of load-library for ldap.
18496         (smime-ldap-search): Indent.
18497         (smime-ldap-search-internal): Shorten line.
18498
18499         * smime.el (smime-cert-by-dns): Add doc-string.
18500         (smime-cert-by-ldap-1): Indent.
18501
18502         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18503         mml-smime-get-dns-ldap.
18504         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18505
18506 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
18507
18508         * smime.el: Require smime-ldap.
18509         (smime-ldap-host-list): New variable.
18510         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18511
18512         * mml-smime.el (mml-smime-encrypt-query): New function.
18513         (mml-smime-encrypt-query): Use it.
18514
18515         * smime-ldap.el: New file.
18516
18517 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18520
18521 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18524         argument in doc string.  Make query for type more clear.
18525
18526 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * gnus.el (gnus-group-startup-message): Search for gnus images in
18529         etc/images/gnus.
18530         * mm-util.el (mm-image-load-path): Likewise.
18531         * smiley.el (smiley-data-directory): Search for smilies in
18532         etc/images/smilies.
18533
18534 2005-02-09  Kim F. Storm  <storm@cua.dk>
18535
18536         Change Emacs release version from 21.4 to 22.1 throughout.
18537         Change Emacs development version from 21.3.50 to 22.0.50.
18538
18539 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18542
18543         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18544         non-Mule XEmacs as well.
18545         (mm-decompress-buffer): Signal an error intentionally if it does
18546         not decompress compressed data because auto-compression-mode is
18547         disabled.
18548
18549 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18550
18551         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18552         an ID in the registry even if it has no groups.
18553
18554 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18557         merge it into mm-decompress-buffer.
18558         (gnus-mime-copy-part): Use the MIME part charset, the value which
18559         a user specified or gnus-newsgroup-charset for decoding, like
18560         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18561         save-buffer what was used.  Suggested by Kevin Ryde
18562         <user42@zip.com.au>.
18563         (gnus-mime-inline-part): Allow the name parameter as well as the
18564         filename parameter; force decompressing of compressed data; always
18565         display contents being not decoded as unibyte.
18566
18567         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18568         as well as the filename parameter.
18569
18570         * mm-util.el (mm-decompress-buffer):
18571         Merge gnus-mime-jka-compr-maybe-uncompress.
18572         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18573         of compressed data.
18574
18575 2005-02-08  Simon Josefsson  <jas@extundo.com>
18576
18577         * imap.el (imap-log): Doc fix.
18578
18579 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18582         the coding cookies; decompress compressed parts.
18583
18584         * mml.el (mml-generate-mime-1): Add the charset parameter according
18585         to the value which a user specified manually or the coding cookie.
18586
18587         * mm-util.el (mm-string-to-multibyte): New function.
18588         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18589         (mm-coding-system-to-mime-charset): New function.
18590         (mm-decompress-buffer): New function.
18591         (mm-find-buffer-file-coding-system): New function.
18592
18593         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18594         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18595         parts.
18596
18597 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18598
18599         * mm-view.el (mm-display-inline-fontify): Decode a part according
18600         to the charset parameter.
18601
18602 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18605         prefix arg is neither nil nor a number, as info specifies.
18606
18607 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18610         timestamps.
18611
18612 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18613
18614         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18615         groups error checking and notify user.
18616
18617 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18618
18619         * message.el (message-send-mail-function): Check existence of
18620         sendmail-program first before using default value
18621         `message-send-mail-with-sendmail'.  Otherwise use more generic
18622         `smtpmail-send-it'.
18623
18624 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * nntp.el (nntp-request-update-info): Always return nil.
18627
18628 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18629
18630         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18631
18632 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18633
18634         * message.el (message-beginning-of-line): Change the behavior when
18635         invoked between BOL and : so that it first moves backward.
18636
18637 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18638
18639         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18640         article buffer when editing of the article is discarded.
18641         (gnus-article-prepare): Revert.
18642
18643 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-art.el (gnus-article-prepare):
18646         Remove message-strip-forbidden-properties from the local hook.
18647
18648 2005-01-27  Simon Josefsson  <jas@extundo.com>
18649
18650         * password.el (password-cache-add): Only start one timer per key.
18651         Reported by Derek Atkins <warlord@MIT.EDU>.
18652
18653 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18654
18655         * run-at-time.el: Remove.  It is no longer needed as
18656         timer-funcs.el in the xemacs-base package has a working version of
18657         `run-at-time'.
18658
18659         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18660
18661         * password.el: Require timer-funcs instead of run-at-time in
18662         XEmacs.
18663         Remove `password-run-at-time' macro.
18664         (password-cache-add): Use `run-at-time' instead of
18665         `password-run-at-time'.
18666
18667         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18668         Remove `nnheader-cancel-function-timers' alias,
18669         `cancel-function-timers' exists in XEmacs in timer-funcs.
18670
18671         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18672         for `run-with-idle-timer'.
18673
18674         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18675         for `run-at-time'.
18676
18677         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18678         for `with-timeout'.
18679
18680         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18681         the same as for XEmacs 21.4.
18682         No need to ignore `run-with-idle-timer', this function exists in
18683         XEmacs now in timer-funcs.el in the xemacs-base package.
18684         (dgnushack-compile): No need to delete
18685         run-at-time.el from the list of files to compile because it
18686         doesn't exist anymore.
18687
18688 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18691         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18692
18693 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18694
18695         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18696         sensitively.
18697
18698 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18699
18700         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18701
18702 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18705         which will be inserted according to the multibyteness of a buffer
18706         rather than the type of contents.  Suggested by ARISAWA Akihiro
18707         <ari@mbf.ocn.ne.jp>.
18708
18709         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18710         of string which old xml.el may return rather than a string.
18711
18712 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18715
18716 2005-01-16  Simon Josefsson  <jas@extundo.com>
18717
18718         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18719         idn/idna.el isn't available.
18720         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18721         <michael@waxrat.com>.
18722
18723         * hashcash.el: Remove non-FSF copyright header.
18724
18725         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18726         (hashcash-generate-payment): Use it.
18727         (hashcash-generate-payment-async): Use it.
18728
18729 2005-01-15  Simon Josefsson  <jas@extundo.com>
18730
18731         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18732         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18733
18734         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18735         gnus-summary-idna-message.
18736         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18737         (gnus-summary-idna-message): New function.
18738
18739 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18740
18741         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18742         gnus-novice-user.
18743
18744 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * nnrss.el (nnrss-request-delete-group): Delete entries in
18747         nnrss-group-alist as well.
18748         (nnrss-save-server-data): Insert newline.
18749
18750 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18751
18752         * gnus.el (gnus-user-agent): Use list of symbols instead of
18753         symbols.  Display full version number for (S)XEmacs.
18754         Optionally display (S)XEmacs codename.
18755
18756         * gnus-util.el (gnus-emacs-version): Update for new
18757         `gnus-user-agent'.
18758
18759         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18760         Gnus version.
18761
18762 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18763
18764         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18765         which is unreadable in some setups.
18766
18767 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-spec.el (gnus-update-format-specifications): Flush the
18770         group format spec cache if it doesn't support decoded group names.
18771
18772 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18773
18774         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18775         Allow to apply decay on score files matching a regexp.
18776
18777 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18780         compatibility in %g and %c.
18781
18782 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18785         name for only %g and %c.
18786         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18787         of gnus-tmp-group to decoded group name.
18788         (gnus-group-make-rss-group): Exclude `/'s from group names.
18789
18790 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * nnrss.el (nnrss-get-encoding): Fix regexp.
18793
18794 2004-12-27  Simon Josefsson  <jas@extundo.com>
18795
18796         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18797         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18798         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18799
18800 2004-12-17  Kim F. Storm  <storm@cua.dk>
18801
18802         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18803
18804         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18805
18806 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18807
18808         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18809
18810 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * nnrss.el: Require rfc2047 and mml.
18813         (nnrss-file-coding-system): New variable.
18814         (nnrss-format-string): Redefine it as an inline function.
18815         (nnrss-decode-group-name): New function.
18816         (nnrss-string-as-multibyte): Remove.
18817         (nnrss-retrieve-headers): Decode group name; don't use
18818         nnrss-format-string.
18819         (nnrss-request-group): Decode group name.
18820         (nnrss-request-article): Decode group name; allow a Message-ID as
18821         well as an article number; don't use nnrss-format-string; encode a
18822         Message-ID string which may contain non-ASCII characters; use
18823         mml-to-mime to compose a MIME article.
18824         (nnrss-request-expire-articles): Decode group name.
18825         (nnrss-request-delete-group): Decode group name.
18826         (nnrss-fetch): Clarify error message.
18827         (nnrss-read-server-data): Use insert-file-contents instead of load;
18828         bind file-name-coding-system; use multibyte buffer.
18829         (nnrss-save-server-data): Bind coding-system-for-write to the
18830         value of nnrss-file-coding-system; bind file-name-coding-system;
18831         add coding cookie.
18832         (nnrss-read-group-data): Use insert-file-contents instead of load;
18833         bind file-name-coding-system; use multibyte buffer.
18834         (nnrss-save-group-data): Bind coding-system-for-write to the
18835         value of nnrss-file-coding-system; bind file-name-coding-system.
18836         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18837         make it work with non-ASCII text.
18838         (nnrss-find-el): Make it work with old xml.el as well.
18839
18840 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18841
18842         * nnrss.el (nnrss-get-encoding): New function.
18843         (nnrss-fetch): Use unibyte buffer initially; bind
18844         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18845         decode contents according to the encoding attribute.
18846         (nnrss-save-group-data): Add coding cookie.
18847         (nnrss-mime-encode-string): New function.
18848         (nnrss-check-group): Use it to encode subject and author.
18849
18850 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18851
18852         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18853         imaginary variable.
18854
18855 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18858         correctly even if there are wide characters.
18859
18860 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18861
18862         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18863         downcased symbol names; make a new cache instead of reusing
18864         bbdb-hashtable.
18865
18866 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18867
18868         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18869         concatenating segments rather than before concatenating them.
18870         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18871
18872         * message.el (message-get-reply-headers): Bind `extra'.
18873
18874 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18875
18876         * message.el (message-extra-wide-headers): New variable.
18877         (message-get-reply-headers): Use it.
18878
18879 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18882         (gnus-agent-group-pathname): Ditto.
18883
18884         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18885
18886         * gnus-group.el (gnus-group-make-group): Decode group name.
18887         (gnus-group-make-rss-group): Register the group data after opening
18888         the nnrss group.
18889
18890 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18891
18892         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18893         by expiry now get marked as read.
18894
18895 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18898
18899 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18900
18901         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18902         unify Latin characters in XEmacs.
18903         (mm-find-mime-charset-region): Use it.
18904
18905 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * gnus-util.el (gnus-delete-directory): New function.
18908
18909         * gnus-agent.el (gnus-agent-delete-group): Use it.
18910
18911         * gnus-cache.el (gnus-cache-delete-group): Use it.
18912
18913 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18916         names.
18917
18918 2004-12-16  Simon Josefsson  <jas@extundo.com>
18919
18920         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18921
18922 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18925
18926         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18927         (gnus-group-set-current-level): Decode group name.
18928
18929 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18930
18931         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18932         failed.
18933
18934 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-group.el (gnus-group-delete-group): Decode group name.
18937         (gnus-group-make-rss-group): Encode group name.
18938         (gnus-group-catchup-current): Decode group name.
18939         (gnus-group-kill-group): Decode group name.
18940
18941 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18942
18943         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18944
18945 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * gnus-group.el (gnus-group-make-rss-group):
18948         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18949
18950         * gnus-start.el (gnus-setup-news): Honor user's setting to
18951         gnus-message-archive-method.  Suggested by Lute Kamstra
18952         <lute@gnu.org>.
18953
18954 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18955
18956         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18957         global counterparts of the buffer-local variables.
18958
18959 2004-11-16  Romain Francoise  <romain@orebokech.com>
18960
18961         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18962         counterparts of the buffer-local variables.
18963
18964 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18965
18966         * message.el (message-forbidden-properties): Fix typo in doc
18967         string.
18968
18969 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * gnus-util.el (gnus-replace-in-string): Add doc string.
18972
18973         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18974         to avoid problems when splitting mails with many recipients.
18975
18976 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18977
18978         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18979         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18980
18981 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18982
18983         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18984         if there is no hashtable in memory or file modification time is
18985         newer than cached timestamp.
18986
18987 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * gnus-sum.el (gnus-summary-limit-to-recipient):
18990         Implement not-matching option.
18991
18992 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18995         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18996         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18997         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18998         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18999         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19000
19001 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * message.el (message-forward-make-body-mml): Remove headers
19004         according to message-forward-ignored-headers if a message is decoded.
19005
19006 2004-12-02  Romain Francoise  <romain@orebokech.com>
19007
19008         * message.el (message-forward-make-body-plain): Always remove
19009         headers according to message-forward-ignored-headers.
19010
19011 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19012
19013         * spam.el (spam-summary-prepare-exit): Remove the
19014         gnus-summary-limit pop for now, it has problems with ham marks for
19015         me.
19016
19017 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19018
19019         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19020         correctly.
19021
19022 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19023
19024         * format-spec.el (format-spec): Message the char.
19025
19026 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * gnus-art.el (gnus-split-methods): Reformat comments.
19029
19030         * spam.el (spam-summary-prepare-exit): Remove article limits
19031         before exiting the summary buffer.
19032
19033 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19034
19035         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19036         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19037
19038         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19039         order to silence the byte compiler.
19040
19041         * spam.el: Fix the way to silence the byte compiler, which
19042         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19043         bbdb-search-simple, spam-BBDB-register-routine,
19044         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19045         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19046         spam-stat-buffer-is-spam, spam-stat-load,
19047         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19048         spam-stat-save and spam-stat-split-fancy.
19049
19050 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19053         which may confuse users.
19054         (canlock-password-for-verify): Ditto.
19055
19056         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19057
19058         * gnus-art.el (gnus-emphasis-alist): Ditto.
19059
19060         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19061
19062         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19063
19064         * gnus-start.el (gnus-save-killed-list): Ditto.
19065
19066         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19067         (gnus-sum-thread-tree-root): Ditto.
19068         (gnus-sum-thread-tree-false-root): Ditto.
19069         (gnus-sum-thread-tree-single-indent): Ditto.
19070
19071         * message.el (message-courtesy-message): Ditto.
19072         (message-archive-note): Ditto.
19073         (message-subscribed-address-file): Ditto.
19074         (message-user-fqdn): Ditto.
19075
19076         * spam-report.el (spam-report-gmane-regex): Ditto.
19077
19078         * spam.el (spam-blackhole-good-server-regex): Ditto.
19079
19080 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * mml.el (mml-preview): Widen the message buffer before copying
19083         the contents to the preview buffer; sort headers before previewing.
19084
19085         * message.el (message-hidden-headers): Fix the way to avoid a bug
19086         in the `repeat' widget in Emacs 21.3 or earlier.
19087
19088 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * message.el (message-hidden-headers): Default to "^References:".
19091         Improve customization type.  Suggested by Reiner Steib
19092         <Reiner.Steib@gmx.de>.
19093
19094 2004-11-25  Romain Francoise  <romain@orebokech.com>
19095
19096         * message.el (message-strip-forbidden-properties): Remove check for
19097         obsolete `message-hidden' text property, hidden headers are not
19098         accessible in the buffer anymore.
19099
19100 2004-11-22  Romain Francoise  <romain@orebokech.com>
19101
19102         * message.el (message-header-format-alist): Add `From' in list
19103         so that it can be sorted.
19104         (message-fix-before-sending): Widen and sort headers before
19105         sending.
19106         (message-hide-headers): Use narrowing to hide headers by moving
19107         them to the top of the buffer and narrowing to the region
19108         underneath.
19109
19110 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19111
19112         * message.el (message-strip-forbidden-properties):
19113         Bind buffer-read-only (etc) to nil.
19114
19115 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19118         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19119
19120 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19121
19122         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19123
19124 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * dns.el (query-dns): Use sit-for to time instead of
19127         accept-process-output, since that doesn't seem to work on udp
19128         sockets.
19129
19130 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19133
19134 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19135
19136         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19137         doc string.  Improve doc string.
19138
19139 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * nntp.el (nntp-request-update-info): Return nil if
19142         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19143         may not call gnus-activate-group which uselessly issues the GROUP
19144         commands for all nntp groups and wastes time.  Reported by Romain
19145         Francoise <romain@orebokech.com>.
19146
19147         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19148
19149 2004-11-15  Simon Josefsson  <jas@extundo.com>
19150
19151         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19152         headers separately.
19153         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
19154         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19155
19156 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19157
19158         * gnus-start.el (gnus-convert-old-newsrc):
19159         Assign legacy-gnus-agent to 5.10.7.
19160
19161 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19162
19163         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19164         start of the lines.
19165
19166 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19167
19168         * hashcash.el (hashcash-default-payment): Change default to 20.
19169         (hashcash-default-accept-payment): Change default to 20.
19170         (hashcash-process-alist): New variable.
19171         (hashcash-generate-payment-async): Add.
19172         (hashcash-already-paid-p): Add.
19173         (hashcash-insert-payment): Don't generate payments twice.
19174         (hashcash-insert-payment-async): Add.
19175         (hashcash-insert-payment-async-2): Add.
19176         (hashcash-cancel-async): Add.
19177         (hashcash-wait-async): Add.
19178         (hashcash-processes-running-p): Add.
19179         (hashcash-wait-or-cancel): Add.
19180         (mail-add-payment): New optional argument.  Conditionally start
19181         asynchronous calculation.
19182         (mail-add-payment-async): Add.
19183
19184         * message.el (message-send-mail): Wait for asynchronous hashcash
19185         results.  Don't clobber existing X-Hashcash headers.
19186         (message-setup-1): Call mail-add-payment-async when
19187         message-generate-hashcash is non-nil.
19188
19189 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19190
19191         * message.el (message-use-alternative-email-as-from): Examine the
19192         From header as well; use message-make-from in order to include a
19193         user's full name.
19194
19195 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19198         default; improve customization type.
19199         (gnus-emphasis-custom-with-format): New macro.
19200         (gnus-emphasis-custom-value-to-external): New function.
19201         (gnus-emphasis-custom-value-to-internal): New function.
19202
19203 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19204
19205         * dns.el (query-dns): Resolve reverse addresses.
19206
19207 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19208
19209         * gnus-group.el (gnus-group-get-new-news): Use it.
19210
19211         * gnus-start.el (gnus-check-reasonable-setup): New function.
19212
19213 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19216         "Args out of range" error.  Reported by Arnaud Giersch
19217         <arnaud.giersch@free.fr>.
19218
19219 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19220
19221         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19222
19223 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19224
19225         * spam.el (spam group): Add :version.
19226
19227         * pgg-def.el (pgg group): Add :version.
19228
19229 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * gnus-art.el (gnus-article-edit-article): Don't associate the
19232         article buffer with a draft file.  This is a temporary measure
19233         against the 2004-08-22 change to gnus-article-edit-mode.
19234
19235 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19238         (html2text-format-tags): Remove unused variable `attr'.
19239
19240 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19241
19242         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19243
19244         * tls.el (tls-process-connection-type, tls-success)
19245         (tls-certtool-program): Add :version.
19246
19247         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19248         (starttls-extra-arguments, starttls-process-connection-type)
19249         (starttls-connect, starttls-failure, starttls-success): Add :version.
19250
19251         * spam-stat.el (spam-stat): Add :version.
19252
19253         * sieve.el (sieve): Add :version.
19254
19255         * sha1.el (sha1): Add :version.
19256         (sha1-use-external): Remove redundant version.
19257
19258         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19259         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19260         (nnmail-split-fancy-match-partial-words)
19261         (nnmail-split-lowercase-expanded): Add :version.
19262
19263         * nndiary.el (nndiary): Add :version.
19264
19265         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19266
19267         * mml-sec.el (mml-default-sign-method)
19268         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19269         Add :version.
19270
19271         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19272
19273         * mm-url.el (mm-url-use-external, mm-url-program)
19274         (mm-url-arguments): Add :version.
19275
19276         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19277         (mm-attachment-file-modes, mm-decrypt-option)
19278         (mm-w3m-safe-url-regexp): Add :version.
19279
19280         * message.el (message-cite-prefix-regexp)
19281         (message-sendmail-envelope-from, message-minibuffer-local-map)
19282         (message-user-fqdn, message-completion-alist): Add :version.
19283
19284         * gnus-win.el (gnus-configure-windows-hook)
19285         (gnus-use-frames-on-any-display): Add :version.
19286
19287         * gnus-art.el (gnus-article-address-banner-alist)
19288         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19289         (gnus-treat-from-picon, gnus-treat-mail-picon)
19290         (gnus-treat-x-pgp-sig): Add :version.
19291
19292         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19293         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19294         (gnus-summary-article-delete-hook)
19295         (gnus-summary-display-while-building): Add :version.
19296
19297         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19298         (gnus-get-top-new-news-hook): Add :version.
19299
19300         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19301         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19302
19303         * gnus-registry.el (gnus-registry): Add :version.
19304
19305         * gnus-spec.el (gnus-use-correct-string-widths)
19306         (gnus-make-format-preserve-properties): Add :version.
19307
19308         * gnus.el (gnus-group-charter-alist)
19309         (gnus-group-fetch-control-use-browse-url)
19310         (gnus-install-group-spam-parameters): Add :version.
19311
19312         * gnus-diary.el (gnus-diary): Add :version.
19313
19314         * gnus-delay.el (gnus-delay): Add :version.
19315
19316         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19317         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19318         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19319         Add :version.
19320
19321         * gnus-agent.el (gnus-agent-max-fetch-size)
19322         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19323         (gnus-agent-prompt-send-queue): Add :version.
19324
19325         * deuglify.el (gnus-outlook-deuglify): Add :version.
19326
19327         * html2text.el: Beautify code.  Improve doc strings.
19328         Some checkdoc cleanup.
19329         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19330
19331 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19332
19333         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19334
19335 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19336
19337         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19338         when package is loaded.
19339
19340         * spam.el (spam-summary-score-preferred-header): Add global preference
19341         for people who want to override the default SpamAssassin over
19342         Bogofilter preference (when both are set).
19343         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19344         (spam-user-format-function-S):
19345         Check spam-summary-score-preferred-header.
19346         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19347         (spam-user-format-function-S): Format the score correctly.
19348
19349 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19352         signature file.  Suggested by Manoj Srivastava
19353         <srivasta@golden-gryphon.com>.
19354
19355         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19356         iso-2022-jp even in the Japanese language environment.
19357         Suggested by Jason Rumney <jasonr@gnu.org>.
19358
19359 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19362         use the same characters as the dummy marks; make it free from
19363         getting affected by the language environment.
19364         (gnus-summary-read-group-1): Update mark positions only when the
19365         format spec is updated.
19366
19367         * gnus-spec.el (gnus-update-format-specifications): Return a list
19368         of updated types.
19369
19370 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19373         of boundp to check if display-warning is available.
19374
19375 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19376
19377         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19378
19379 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * nnspool.el (nnspool-spool-directory): Use news-path if the
19382         news-directory variable is not bound.
19383
19384         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19385         function instead of display-warning if it is not available.
19386
19387 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19388
19389         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19390         v5-10: Use `point-at-bol'.
19391
19392 2004-10-26  Simon Josefsson  <jas@extundo.com>
19393
19394         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19395         <chenggao@gmail.com>.
19396
19397 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19400         instead.
19401
19402 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19403
19404         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19405         to remove a server from the nnimap-server-buffer-alist.
19406         (nnimap-open-connection, nnimap-close-server): Use it.
19407
19408         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19409
19410 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19413         running the major-mode function.
19414
19415 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19418         dummy marks in the right way.
19419
19420 2004-10-18  David Edmondson  <dme@dme.org>
19421
19422         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19423         excessively.
19424
19425 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19426
19427         * gnus-util.el (gnus-split-references): Accept a nil references
19428         string and go on blissfully.
19429
19430         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19431         cases where the references string is non-nil but has no references.
19432
19433         * encrypt.el: Add autoload tags.
19434
19435         * spam.el (spam-resolve-registrations-routine): Remove article
19436         from unregistration list too.  Reported by David Hanak
19437         <dhanak@isis.vanderbilt.edu>
19438
19439 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19440
19441         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19442         nil.  Change custom type.
19443
19444 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19445
19446         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19447
19448         * gnus-sum.el (gnus-summary-move-article): Use it.
19449
19450 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19451
19452         * encrypt.el: Add autoload cookies.
19453
19454         * spam.el (spam-backend-article-list-property)
19455         (spam-backend-get-article-todo-list)
19456         (spam-backend-put-article-todo-list)
19457         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19458         Resolve registrations separately.
19459         (spam-register-routine): Format comments.
19460         (spam-unregister-routine, spam-register-routine): Always call with
19461         specific-articles, no default list.
19462         (spam-summary-prepare-exit): Use the spam-classifications function.
19463
19464         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19465         gnus-encrypt.el.
19466
19467         * encrypt.el: Copied from gnus-encrypt.el.
19468
19469         * gnus-encrypt.el: Commented that it's obsolete.
19470
19471 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19472
19473         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19474         (gnus-score-save): Use it.
19475
19476         * message.el (message-bury): Use `window-dedicated-p'.
19477
19478 2004-10-15  Simon Josefsson  <jas@extundo.com>
19479
19480         * pop3.el (top-level): Don't require nnheader.
19481         (pop3-read-timeout): Add.
19482         (pop3-accept-process-output): Add.
19483         (pop3-read-response, pop3-retr): Use it.
19484
19485 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19486
19487         * spam.el (spam-register-routine): Move comment.
19488         (spam-verify-bogofilter): Use 'unknown for the initial
19489         spam-bogofilter-valid state, not 'never.
19490
19491         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19492         for netrc-machine.
19493
19494         * nnimap.el (nnimap-open-connection):
19495         Use netrc-machine-user-or-password.
19496
19497 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19498
19499         * gnus-registry.el (gnus-registry-unload-hook):
19500         Set as a variable with add-hook.
19501
19502         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19503         of news-path.
19504
19505         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19506
19507         * spam.el: Delete duplicate `provide'.
19508         (spam-unload-hook): Set as a variable with add-hook.
19509
19510 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19513         in the doc string.
19514
19515         * message.el (message-ignored-news-headers)
19516         (message-ignored-supersedes-headers)
19517         (message-ignored-resent-headers)
19518         (message-forward-ignored-headers): Improve custom type.
19519
19520 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * message.el (message-tokenize-header): Fix 2004-09-06 change
19523         which used point-min in the wrong place.
19524
19525 2004-10-12  Simon Josefsson  <jas@extundo.com>
19526
19527         * tls.el (tls-certtool-program): New variable.
19528         (tls-certificate-information): New function, based on
19529         ssl-certificate-information.
19530
19531 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * compface.el: Move the version of ELisp-based uncompface program
19534         to the contrib directory because of the copyright problem.
19535
19536 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * message.el (message-kill-buffer): Raise the current frame.
19539
19540 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19543
19544         * gnus.el (message-y-or-n-p): Autoload.
19545
19546         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19547         (pop3-password-required, pop3-authentication-scheme)
19548         (pop3-leave-mail-on-server): Make customizable.
19549         (pop3): New custom group.
19550         (pop3-retr): Remove `sleep-for' statements.
19551         Suggested by Dave Love <fx@gnu.org>.
19552
19553         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19554         Windows/DOS.
19555
19556         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19557         (imap-parse-body): Fix incorrect use of `assert'.
19558         Suggested by Dave Love <fx@gnu.org>.
19559
19560         * mml.el (mml-minibuffer-read-disposition): Require match.
19561         Suggested by Dave Love <fx@gnu.org>.
19562
19563 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19566         doc string.
19567
19568 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19571
19572 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19573
19574         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19575         instead of calling `mm-insert-inline', to decode text/* parts
19576         before displaying them.
19577
19578 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * mm-uu.el (mm-uu-text-plain-type): New variable.
19581         (mm-uu-pgp-signed-extract-1): Use it.
19582         (mm-uu-pgp-encrypted-extract-1): Use it.
19583         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19584         bind mm-uu-text-plain-type with that value.
19585         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19586         mm-uu-dissect.
19587
19588 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * gnus-group.el (gnus-update-group-mark-positions):
19591         * gnus-sum.el (gnus-update-summary-mark-positions):
19592         * message.el (message-check-news-body-syntax):
19593         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19594         of string-as-multibyte.
19595
19596 2004-10-05  Juri Linkov  <juri@jurta.org>
19597
19598         * gnus-group.el (gnus-update-group-mark-positions):
19599         * gnus-sum.el (gnus-update-summary-mark-positions):
19600         * message.el (message-check-news-body-syntax):
19601         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19602         8-bit unibyte values to a multibyte string for search functions.
19603
19604 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19607         (mm-uu-dissect-text-parts): New function.
19608
19609         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19610         dissect text parts.
19611
19612         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19613         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19614
19615         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19616
19617         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19618         Use gnus-current-topics instead of gnus-current-topic.
19619
19620 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19621
19622         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19623
19624 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19625
19626         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19627         where approriate.
19628
19629         * nnml.el (nnml-generate-active-info): do.
19630
19631         * nndiary.el (nndiary-generate-active-info): do.
19632
19633         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19634         (gnus-topic-move): do.
19635
19636         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19637         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19638
19639         * gnus-srvr.el (gnus-server-prepare)
19640         (gnus-server-open-all-servers): do.
19641
19642         * gnus-msg.el (gnus-summary-cancel-article)
19643         (gnus-summary-resend-message)
19644         (gnus-summary-mail-crosspost-complaint): do.
19645
19646         * gnus-move.el (gnus-change-server): do.
19647
19648         * gnus-group.el (gnus-group-unmark-all-groups)
19649         (gnus-group-set-current-level): do.
19650
19651 2004-10-04  Simon Josefsson  <jas@extundo.com>
19652
19653         * message.el (message-generate-hashcash): Doc fix.
19654
19655 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19656
19657         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19658         avoid infinite recursion via gnus-get-function.
19659
19660 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19661
19662         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19663
19664         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19665
19666         * nnmail.el (nnmail-split-history): do.
19667
19668         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19669         (nnml-request-delete-group): do.
19670
19671         * nnslashdot.el (nnslashdot-read-groups): do.
19672
19673         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19674         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19675
19676         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19677         (nnspool-sift-nov-with-sed): Use last.
19678         (nnspool-retrieve-headers-with-nov): Use mapc.
19679         (nnspool-request-newgroups): Use dolist.
19680         (nnspool-request-group): Use last.
19681
19682         * nntp.el (nntp-read-server-type): Use dolist.
19683
19684         * nnvirtual.el (nnvirtual-create-mapping)
19685         (nnvirtual-update-read-and-marked): Use dolist.
19686         (nnvirtual-convert-headers): Simplify.
19687
19688 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19689
19690         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19691         Add support for sync'ing tick marks.
19692
19693 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19696         there's no visible header.
19697
19698 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19699
19700         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19701         When necessary, pass full group name to gnus-request-set-marks.
19702
19703 2004-10-01  Simon Josefsson  <jas@extundo.com>
19704
19705         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19706         acroread.
19707
19708 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19709
19710         * spam-report.el (spam-report-gmane): Fix interactive.
19711
19712         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19713
19714         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19715         when writing file.
19716         (gnus-agent-synchronize-flags): Don't default to being
19717         interactive.
19718
19719 2004-09-30  Simon Josefsson  <jas@extundo.com>
19720
19721         * message.el (message-generate-hashcash): Add.
19722         (message-send-mail): Use it, call mail-add-payment.
19723
19724 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19725
19726         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19727
19728 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19729
19730         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19731         gnus-requst-update-info with explicit code to sync the in-memory
19732         info read flags with the marks being sync'd to the backend.
19733
19734         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19735
19736 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19737
19738         * spam.el (spam-verify-bogofilter): Add new function.
19739         (spam-check-bogofilter)
19740         (spam-bogofilter-register-with-bogofilter): Use it.
19741         (spam-verify-bogofilter): Add small fixes.
19742
19743 2004-09-28  Simon Josefsson  <jas@extundo.com>
19744
19745         * hashcash.el (hashcash-generate-payment): Revert.
19746
19747 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19748
19749         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19750         Use gnus-extract-references instead of gnus-split-references.
19751
19752         * gnus-util.el (gnus-extract-references): Add new function, analogous
19753         to gnus-split-references but extracts only the message-ID without
19754         anything extra.
19755
19756         * hashcash.el (hashcash-generate-payment)
19757         (hashcash-check-payment): Do the right thing if hashcash-path is
19758         nil (because the hashcash program could not be found).
19759
19760         * spam.el (spam-use-hashcash): Remove comment.
19761
19762 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19763
19764         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19765         (gnus-cache-enter-article, gnus-cache-remove-article)
19766         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19767
19768         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19769
19770         * gnus-art.el (article-hide-boring-headers)
19771         (article-translate-strings, article-display-face)
19772         (gnus-article-mime-match-handle-first)
19773         (gnus-article-highlight-headers)
19774         (gnus-article-add-buttons-to-head): do.
19775
19776 2004-09-27  Simon Josefsson  <jas@extundo.com>
19777
19778         * hashcash.el: New version, from
19779         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19780         ../contrib/.
19781
19782 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19785
19786 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19787
19788         * gnus-dup.el (gnus-dup-open): Use mapc.
19789         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19790
19791         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19792         Reported by Stefan Wiens <s.wi@gmx.net>.
19793
19794         * gnus.el (gnus-shutdown): Use dolist.
19795
19796         * gnus-undo.el (gnus-undo): Use mapc.
19797
19798         * nnrss.el (nnrss-generate-active): do.
19799
19800         * message.el (message-cite-original-without-signature)
19801         (message-cite-original): Use mapc.
19802         (message-do-actions, message-make-forward-subject): Use dolist.
19803
19804 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19805
19806         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19807         deletion to remove entire duplicate line.  Fixes merged article
19808         number bug.
19809
19810 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19811
19812         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19813         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19814         first ask if you want to open a server and then, even when you
19815         responded with no, asking if you want to synchronize the server's
19816         flags.
19817         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19818         multi-line expressions.
19819         (gnus-agent-synchronize-group-flags): New internal function.
19820         Updates marks in memory (in the info structure) AND in the
19821         backend.
19822
19823         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19824
19825         * nnagent.el (nnagent-request-set-mark):
19826         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19827         method, to ensure that synchronization updates marks in the
19828         backend and in the info (in memory) structure.
19829
19830 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19831
19832         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19833         convention fully; don't miss the root article of a thread; make
19834         the X-Draft-From header with correct article numbers.
19835
19836 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19837
19838         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19839         unless plugged.  Disable the agent so that an open failure causes
19840         an error.
19841
19842         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19843         Revert 2004-09-21 change.  The backend must be opened while
19844         synchronizing flags even when the backend stores the flags
19845         locally.
19846
19847 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19848
19849         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19850         in `header' match.  Reported by Svend Tollak Munkejord.
19851
19852         * message.el (message-cite-original): Fix use of
19853         `message-cite-articles-with-x-no-archive'.
19854
19855 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19858         (gnus-window-to-buffer): Ditto.
19859
19860         * mml.el (mml-preview-buffer): New variable.
19861         (mml-preview): Manage window layout with gnus-buffer-configuration.
19862
19863         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19864         X-Draft-From header even if those articles aren't quoted.
19865
19866 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19867
19868         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19869         (gnus-request-set-mark, gnus-request-update-mark): Use new
19870         g-s-t-u-l-m to decide to use backend even when unplugged.
19871
19872 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19875         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19876
19877 2004-09-20  Simon Josefsson  <jas@extundo.com>
19878
19879         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19880         "utf-16-le".
19881
19882 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19883
19884         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19885
19886 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19887
19888         * uudecode.el (uudecode-use-external): Add :version.
19889
19890         * smime.el (smime-CA-file, smime-encrypt-cipher)
19891         (smime-dns-server): Add :version.
19892
19893         * smiley.el (gnus-smiley-file-types): Add :version.
19894
19895         * sha1.el (sha1-use-external): Add :version.
19896
19897         * pgg-def.el (pgg-query-keyserver): Add :version.
19898
19899         * nnmail.el (nnmail-fancy-expiry-targets)
19900         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19901         Add :version.
19902
19903         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19904         (nnimap-retrieve-groups-asynchronous): Add :version.
19905         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19906
19907         * mml.el (mml-content-disposition-parameters)
19908         (mml-insert-mime-headers-always): Add :version.
19909
19910         * mm-util.el (mm-coding-system-priorities): Add :version.
19911
19912         * mm-decode.el (mm-inline-text-html-with-images)
19913         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19914         (mm-verify-option): Add :version.
19915         (mm-text-html-renderer): Change :version.
19916
19917         * message.el (message-fcc-externalize-attachments)
19918         (message-required-headers, message-draft-headers)
19919         (message-subject-trailing-was-query)
19920         (message-subject-trailing-was-ask-regexp)
19921         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19922         (message-mark-insert-end, message-archive-header)
19923         (message-archive-note, message-cross-post-default)
19924         (message-cross-post-note, message-followup-to-note)
19925         (message-cross-post-note-function, message-use-mail-followup-to)
19926         (message-subscribed-address-functions)
19927         (message-subscribed-address-file, message-subscribed-addresses)
19928         (message-subscribed-regexps, message-allow-no-recipients)
19929         (message-yank-cited-prefix, message-signature-insert-empty-line)
19930         (message-hidden-headers, message-hierarchical-addresses)
19931         (message-mail-user-agent, message-use-idna)
19932         (message-valid-fqdn-regexp)
19933         (message-strip-special-text-properties, message-header-synonyms)
19934         (message-beginning-of-line, message-tab-body-function): Add :version.
19935         (message-insert-canlock, message-wide-reply-confirm-recipients):
19936         Change :version.
19937
19938         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19939         and :version.
19940         (mail-source-delete-old-incoming-confirm)
19941         (mail-source-movemail-program): Add :version.
19942
19943         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19944         (gnus-agent-cache, gnus-agent): Change :version.
19945
19946         * gnus-util.el (gnus-use-byte-compile): Change :version.
19947
19948         * gnus-sum.el (gnus-summary-make-false-root-always)
19949         (gnus-summary-default-high-score)
19950         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19951         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19952         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19953         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19954         (gnus-sum-thread-tree-single-indent)
19955         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19956         (gnus-sum-thread-tree-leaf-with-other)
19957         (gnus-sum-thread-tree-single-leaf): Add :version.
19958         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19959         (gnus-article-loose-mime): Change :version.
19960
19961         * gnus-start.el (gnus-backup-startup-file)
19962         (gnus-save-startup-file-via-temp-buffer): Add :version.
19963
19964         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19965         (gnus-server-offline-face): Add :version.
19966
19967         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19968
19969         * gnus-msg.el (gnus-gcc-externalize-attachments)
19970         (gnus-debug-files, gnus-debug-exclude-variables)
19971         (gnus-discouraged-post-methods): Change :version.
19972         (gnus-confirm-mail-reply-to-news)
19973         (gnus-confirm-treat-mail-like-news): Add :version.
19974
19975         * gnus-int.el (gnus-server-unopen-status): Add :version.
19976
19977         * gnus-group.el (gnus-group-jump-to-group-prompt)
19978         (gnus-large-ephemeral-newsgroup)
19979         (gnus-fetch-old-ephemeral-headers): Add :version.
19980
19981         * gnus-fun.el (gnus-x-face-directory)
19982         (gnus-convert-pbm-to-x-face-command)
19983         (gnus-convert-image-to-x-face-command)
19984         (gnus-convert-image-to-face-command): Add :version.
19985
19986         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19987
19988         * gnus-cite.el (gnus-cite-blank-line-after-header)
19989         (gnus-article-boring-faces): Add :version.
19990
19991         * gnus-art.el (gnus-buttonized-mime-types)
19992         (gnus-inhibit-mime-unbuttonizing)
19993         (gnus-treat-display-face)
19994         (gnus-treat-body-boundary): Change :version.
19995         (gnus-body-boundary-delimiter, gnus-picon-databases)
19996         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19997         (gnus-treat-date-english, gnus-treat-fold-headers)
19998         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19999         (gnus-treat-mail-picon, gnus-treat-wash-html)
20000         (gnus-article-encrypt-protocol)
20001         (gnus-use-idna, gnus-article-over-scroll)
20002         (gnus-mime-display-multipart-alternative-as-mixed)
20003         (gnus-mime-display-multipart-related-as-mixed)
20004         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20005         (gnus-ctan-url, gnus-button-ctan-handler)
20006         (gnus-button-handle-ctan-bogus-regexp)
20007         (gnus-button-ctan-directory-regexp)
20008         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20009         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20010         (gnus-button-man-level, gnus-button-emacs-level)
20011         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20012
20013         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20014         (gnus-agent-go-online): Change :version.
20015         (gnus-agent-expire-unagentized-dirs)
20016         (gnus-agent-auto-agentize-methods): Add :version.
20017
20018         * flow-fill.el (fill-flowed-display-column)
20019         (fill-flowed-encode-column): Add :version.
20020
20021         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20022         (gnus-outlook-deuglify-unwrap-max)
20023         (gnus-outlook-deuglify-cite-marks)
20024         (gnus-outlook-deuglify-unwrap-stop-chars)
20025         (gnus-outlook-deuglify-no-wrap-chars)
20026         (gnus-outlook-deuglify-attrib-cut-regexp)
20027         (gnus-outlook-deuglify-attrib-verb-regexp)
20028         (gnus-outlook-deuglify-attrib-end-regexp)
20029         (gnus-outlook-display-hook): Add :version.
20030
20031         * binhex.el (binhex-use-external): Add :version.
20032
20033 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20034
20035         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20036         and `invisible'.
20037
20038 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20039
20040         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20041         in gnus-registry-trim.
20042
20043 2004-09-13  Simon Josefsson  <jas@extundo.com>
20044
20045         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20046
20047         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20048
20049         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20050         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20051         <yamaoka@jpl.org>.
20052         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20053         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20054         <yamaoka@jpl.org>.
20055
20056         * sieve.el (sieve-manage-mode): Ditto.
20057
20058 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20059
20060         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20061
20062 2004-09-11  Simon Josefsson  <jas@extundo.com>
20063
20064         * dns-mode.el: Add.
20065
20066         * mm-view.el (mm-display-dns-inline): Add.
20067
20068         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20069         (mm-automatic-display): Ditto.
20070
20071         * mailcap.el (mailcap-mime-data): Add text/dns.
20072         (mailcap-mime-extensions): Map .soa to text/dns.
20073
20074 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20075
20076         * gnus-art.el (article-decode-mime-words, article-babel)
20077         (gnus-article-highlight-signature, gnus-article-add-buttons)
20078         (gnus-signature-toggle): Remove unnecessary bindings of
20079         `inhibit-read-only' inherited from v5.10 merge.
20080
20081 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20082
20083         * nntp.el (nntp): New customization group.
20084         (nntp-authinfo-file): Add customization group.
20085
20086         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20087
20088         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20089
20090         * gnus.el (to-address, to-list, subscribed)
20091         (large-newsgroup-initial): Ditto.
20092
20093         * flow-fill.el (fill-flowed-display-column)
20094         (fill-flowed-encode-column): Ditto.
20095
20096 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20097
20098         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20099         Use point-min rather than 1.
20100         (message-send-mail): Use buffer-size rather than point-max.
20101
20102         * gnus-sum.el (gnus-summary-search-article-forward):
20103         Signal a specific `search-failed' rather than a generic `error'.
20104
20105         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20106         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20107         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20108
20109 2004-09-10  Simon Josefsson  <jas@extundo.com>
20110
20111         * nndb.el (require): Remove tcp and duplicate cl.
20112
20113 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * gnus-agent.el (directory-files-and-attributes): Move forward.
20116
20117 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20118
20119         * gnus-agent.el (directory-files-and-attributes):
20120         Optionally defined to support XEmacs.
20121
20122 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20123
20124         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20125         to avoid run-time CL dependencies.
20126         (gnus-agent-unfetch-articles): New function.
20127         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20128         article numbers even when local .overview file is missing.
20129         (gnus-agent-read-article-number): New function.  Only accepts
20130         27-bit article numbers.
20131         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20132         Use gnus-agent-read-article-number.
20133         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20134         from backend while recognizing that article numbers in .overview
20135         must be valid.
20136         (gnus-agent-update-files-total-fetched-for):
20137         Use directory-files-and-attributes to improve performance.
20138         * gnus-int.el (gnus-request-move-article):
20139         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20140         improve performance.
20141
20142         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20143         some users confused by references to .newsrc when they only have a
20144         .newsrc.eld file.
20145         (gnus-convert-mark-converter-prompt)
20146         (gnus-convert-converter-needs-prompt): Fix use of property list.
20147         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20148         New function.  Used internally to only display 'gnus converting
20149         files' message when actually necessary.
20150
20151         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20152         methods now autoloaded.
20153
20154 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20155
20156         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20157         identifiers.
20158
20159 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20160
20161         * gnus-picon.el: Fix indentation and closing parenthesis.
20162
20163 2004-09-01  Simon Josefsson  <jas@extundo.com>
20164
20165         * message.el (message-canlock-generate): Require sha1, not
20166         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20167         to require within a function.  Sadly, if sha1.el isn't loaded, the
20168         let binding in m-c-g will hide the defcustom definition, which is
20169         bad.)
20170
20171         * canlock.el: Require sha1, not sha1-el.
20172
20173         * message.el: Don't autoload sha1 (there is a autoload cookie in
20174         sha1.el).
20175
20176         * sha1-el.el: Rename to sha1.el.
20177
20178 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20179
20180         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20181
20182 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20183
20184         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20185
20186 2004-08-30  Kim F. Storm  <storm@cua.dk>
20187
20188         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20189
20190         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20191         Add :group 'nnimap.
20192
20193 2004-08-30  Andreas Schwab  <schwab@suse.de>
20194
20195         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20196         ?* and ?\;.
20197
20198         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20199         and ?\' to symbol instead of whitespace.
20200
20201 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20202
20203         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20204
20205         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20206         instead of re-search-forward.
20207
20208         * gnus-uu.el (gnus-uu-save-article): Ditto.
20209         (gnus-uu-post-encode-uuencode): Ditto.
20210
20211         * html2text.el (html2text-clean-list-items): Ditto.
20212         (html2text-clean-dtdd): Ditto.
20213         (html2text-format-tags): Ditto.
20214
20215         * message.el (message-send-mail-with-sendmail): Fix regexp.
20216         (message-fill-field-general): Use search-forward instead of
20217         re-search-forward.
20218         (unbold-region): Ditto.
20219
20220         * nnrss.el (nnrss-request-article): Ditto.
20221
20222         * nnslashdot.el (nnslashdot-request-article): Ditto.
20223
20224         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20225
20226         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20227         "Unrecognized menu descriptor" error in XEmacs.
20228
20229 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20230
20231         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20232         parent article of a sparse article in the thread hashtb.
20233
20234 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20235
20236         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20237         (nnmail-expand-newtext): Lowercase expanded entries if
20238         nnmail-split-lowercase-expanded is non-nil.
20239
20240 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20243
20244         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20245         of gnus-tmp-news-method into string under XEmacs.  It will be
20246         passed to gnus-correct-length which takes only a string argument.
20247
20248 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * gnus-util.el (gnus-bind-print-variables): New macro.
20251         (gnus-prin1): Use it.
20252         (gnus-prin1-to-string): Use it.
20253         (gnus-pp): New function.
20254         (gnus-pp-to-string): New function.
20255
20256         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20257         Replace pp-to-string with gnus-pp-to-string.
20258         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20259         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20260         * gnus-msg.el (gnus-debug): Ditto.
20261         * gnus-score.el (gnus-score-save): Ditto.
20262         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20263         gnus-pp-to-string.
20264         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20265         with gnus-pp.
20266         * score-mode.el (gnus-score-pretty-print): Ditto.
20267         * webmail.el (webmail-debug): Ditto.
20268
20269 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * gnus-art.el (article-display-face, article-display-x-face):
20272         Use buffer-read-only.
20273
20274 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus-art.el (article-hide-list-identifiers):
20277         Bind inhibit-read-only as t.
20278
20279 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20282
20283 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20284
20285         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20286         (gnus-narrow-to-page): Don't assume point-min == 1.
20287         (gnus-article-edit-mode): Derive from message-mode.
20288
20289         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20290         point-min == 1.
20291
20292         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20293         Disable incorrect use of `assert'.
20294
20295         * message.el (message-mode): Set comment-start-skip.
20296
20297
20298 2004-08-22  Sam Steingold  <sds@gnu.org>
20299
20300         * pop3.el (pop3-leave-mail-on-server): New user variable.
20301         (pop3-movemail): Delete mail only when it is nil.
20302
20303 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20304
20305         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20306
20307         * mml.el (mml-preview): Use `pop-to-buffer'.
20308
20309         * message.el (message-goto-mail-followup-to): Insert after "To".
20310         (message-carefully-insert-headers): Add comment.
20311
20312         * gnus.el: Remove unused variable `gnus-article-check-size'.
20313
20314         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20315
20316         * gnus-art.el (gnus-button-alist):
20317         Improve `gnus-button-handle-library' entry.
20318
20319 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20320
20321         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20322         Use downcase, since XEmacs capitalizes error messages differently.
20323
20324 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20325
20326         * nntp.el: Add (require 'gnus) due to reference to
20327         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20328
20329 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20330
20331         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20332         Bind `mm-fill-flowed'.
20333
20334         * mm-decode.el (mm-dissect-singlepart): Check it.
20335
20336 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20337
20338         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20339         'imap' for netrc parsing.
20340
20341 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20342
20343         * mailcap.el (mailcap-mime-data): Mark as risky.
20344
20345 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20348         may be included in the encoded word.
20349         (rfc2047-encode): Don't append a space if the encoded word
20350         includes close parenthesis.
20351
20352 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20355         of text within parentheses.
20356
20357 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20358
20359         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20360         (gnus-encrypt-write-file-contents): Make the password key the file
20361         name PLUS the cipher, not just the cipher.  Also remove failed
20362         passwords from the cache.
20363
20364 2004-08-06  Simon Josefsson  <jas@extundo.com>
20365
20366         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20367         Doc fix.
20368
20369 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20370
20371         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20372         LWSP.
20373
20374 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20375
20376         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20377         Try to append in-reply-to: data to the references: header.
20378
20379         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20380         (netrc-parse): Use gnus-encrypt.el functions.
20381
20382         * gnus-encrypt.el: Add new file for encryption support; currently
20383         does only a few GPG ciphers and an internal XOR cipher.
20384
20385         * password.el: Add comments on using password-read-and-add.
20386         (password-read-and-add): Add function to read and add the
20387         password to the cache at once.
20388
20389 2004-07-28  Simon Josefsson  <jas@extundo.com>
20390
20391         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20392         parameter (but don't use it, for now).
20393
20394         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20395         instead of hard coding to nil.
20396
20397 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20400         as mm-inline-image-xemacs does.
20401
20402 2004-07-26  Simon Josefsson  <jas@extundo.com>
20403
20404         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20405         Revert part of 2004-07-17 change below.
20406
20407 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20410         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20411
20412 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20413
20414         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20415         quotes that actually start with ">" at the beginning of the
20416         lines.
20417
20418 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * rfc2047.el (rfc2047-encode-region): Fix last change.
20421         (rfc2047-encode-parameter): Remove useless concat.
20422
20423 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20426         encode special characters; fix some kind of misconfigured headers;
20427         signal a real error if debug-on-quit or debug-on-error is non-nil.
20428         (rfc2047-encode-max-chars): New variable.
20429         (rfc2047-encode-1): Use it.
20430         (rfc2047-encode-parameter): New function.
20431
20432         * mml.el (mml-insert-parameter): Remove an excessive space.
20433
20434 2004-07-17  Simon Josefsson  <jas@extundo.com>
20435
20436         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20437         Kai Grossjohann <kai@emptydomain.de>.
20438         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20439         (gnus-group-make-menu-bar): Ditto.
20440
20441         * gnus-util.el (gnus-group-server): Add.
20442
20443 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20444
20445         * message.el (message-clone-locals): Clone sendmail and smtp
20446         variables.
20447
20448 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * rfc2047.el (rfc2047-encode-region): Fix last change.
20451
20452 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20455         characters as non-special.
20456
20457 2004-07-09  Simon Josefsson  <jas@extundo.com>
20458
20459         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20460         Users will lose all flag changes made while unplugged with
20461         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20462         good default.  See numerous reports on ding mailing list.
20463
20464 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20467         add generate-head-function and generate-article-function to the
20468         rfc822-forward entry.
20469         (nndoc-rfc822-forward-generate-article): New function.
20470         (nndoc-rfc822-forward-generate-head): New function.
20471
20472         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20473
20474 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20475
20476         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20477         respect display group parameter and gnus-summary-expunge-below.
20478         (gnus-articles-to-read): Remove unused reference to display group
20479         parameter.
20480
20481 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * nnheader.el (nnheader-uniquify-message-id): New experimental
20484         variable.
20485         (nnheader-nov-read-message-id): Use it.
20486
20487         * spam-report.el (spam-report-gmane): Add interactive.
20488
20489 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20490
20491         * mm-encode.el (mm-content-transfer-encoding-defaults):
20492         Use qp-or-base64 for the application/* types.
20493
20494 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20495
20496         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20497
20498 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20499
20500         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20501         trim value.
20502
20503 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20504
20505         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20506         New macro and function.
20507         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20508
20509 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20512         after-load-alist.
20513
20514 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20515
20516         * gnus-group.el (gnus-group-get-new-news-this-group):
20517         Don't update info that isn't there.
20518
20519 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20520
20521         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20522         entry.
20523
20524 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * mm-view.el (mm-inline-render-with-function): Use multibyte
20527         buffer; decode html source by charset.
20528
20529         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20530
20531         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20532         Mule-UCS is loaded under XEmacs.
20533         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20534
20535 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20536
20537         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20538
20539 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20540
20541         * mm-util.el (mm-coding-system-p): Return a coding-system.
20542         (mm-mime-mule-charset-alist): Use shift_jis instead of
20543         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20544         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20545         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20546         instead of japanese-shift-jis and iso-latin-1 respectively in
20547         order to share the default value with both Emacs and XEmacs-mule.
20548         (mm-mule-charset-to-mime-charset):
20549         Make mm-coding-system-priorities effective.
20550         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20551         while predicating of candidates upon the priorities.
20552
20553 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20554
20555         * gnus-sum.el (gnus-summary-make-menu-bar):
20556         Add gnus-uu-invert-processable.
20557
20558         * gnus.el: Autoload gnus-uu-invert-processable.
20559
20560 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20561
20562         * mm-util.el (mm-with-multibyte-buffer): New macro.
20563
20564         * rfc2047.el (rfc2047-encode-string): Use it.
20565         (rfc2047-encode-region): Move point to the end of the region after
20566         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20567
20568 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20569
20570         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20571         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20572
20573 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20576         (gnus-cite-parse): Ignore quoted envelope From_.
20577         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20578
20579 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20580
20581         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20582         invalid addresses.
20583
20584 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20585
20586         * spam.el: Change section markers, revise TODO list.
20587         (spam-backends): Make new master list of all installed backends.
20588         (spam-summary-exit-behavior): Add new variable to determine how
20589         messages moves are done at summary exit.
20590         (spam-move-spam-nonspam-groups-only)
20591         (spam-process-ham-in-nonham-groups)
20592         (spam-process-ham-in-spam-groups): Remove variables, the
20593         spam-summary-exit-behavior variable should be used to manage this
20594         behavior.
20595         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20596         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20597         and spam-old-spam-articles.
20598         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20599         Add empty variables, placeholders for the backends they represent.
20600         (spam-set-difference): Move, unchanged.
20601         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20602         unless the user has a processor variable.
20603         (spam-classifications, spam-classification-valid-p)
20604         (spam-backend-properties, spam-backend-property-valid-p)
20605         (spam-backend-function-type-valid-p)
20606         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20607         (spam-report-articles-gmane, spam-report-articles-resend):
20608         Remove functions, they are not needed.
20609         (spam-install-backend-super, spam-backend-list)
20610         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20611         (spam-backend-function, spam-backend-ham-registration-function)
20612         (spam-backend-spam-registration-function)
20613         (spam-backend-ham-unregistration-function)
20614         (spam-backend-spam-unregistration-function)
20615         (spam-backend-statistical-p, spam-backend-mover-p)
20616         (spam-install-backend-alias, spam-install-checkonly-backend)
20617         (spam-install-mover-backend, spam-install-nocheck-backend)
20618         (spam-install-backend, spam-install-statistical-backend)
20619         (spam-install-statistical-checkonly-backend): Add backend installation
20620         support.
20621         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20622         (spam-group-processor-p): Use the new backend code and respect the
20623         summary exit behavior.
20624         (spam-mark-spam-as-expired-and-move-routine): Remove.
20625         (spam-summary-prepare): Change to use the new spam-old-articles
20626         variable.
20627         (spam-copy-or-move-routine, spam-copy-spam-routine)
20628         (spam-move-spam-routine, spam-copy-ham-routine)
20629         (spam-move-ham-routine): Add code to copy/move ham or spam.
20630         (spam-fetch-field-fast): Improve doc and code, plus allow the
20631         'number request.
20632         (spam-list-of-checks, spam-list-of-statistical-checks):
20633         Remove variables.
20634         (spam-split, spam-find-spam): Use the new backend code.
20635         (spam-registration-functions): Remove variable.
20636         (spam-unregister-routine): Add convenience wrapper.
20637         (spam-log-undo-registration, spam-register-routine)
20638         (spam-log-processing-to-registry)
20639         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20640         where possible.
20641         (spam-check-gmane-xref, spam-check-regex-headers)
20642         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20643         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20644         (spam-check-bogofilter-headers, spam-check-spamoracle)
20645         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20646         (spam-check-crm114-headers): Use the spam-split-group that
20647         spam-split prepares, no need to determine it every time.
20648
20649         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20650         to the nnheader-parse-naked-head call.
20651
20652         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20653
20654         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20655         the nnheader-nov-read-message-id call.
20656
20657 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20660         gnus-activate-group twice.  Suggested by Markus Peter
20661         <warp@spin.de>.
20662
20663 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20664
20665         * gnus-art.el (gnus-article-time-format): Exchange the order of
20666         day and month in the default value; fix customization type.
20667         (article-date-ut): Use add-text-properties.
20668         (article-make-date-line): Use message-make-date instead of
20669         current-time-string.
20670
20671         * message.el (message-fetch-field): Don't use set-text-properties.
20672         (message-make-date): Simplify.
20673
20674         * messagexmas.el (message-xmas-make-date): New function.
20675         (message-xmas-redefine): Defalias message-make-date to it.
20676
20677 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20678
20679         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20680         (rfc2047-encode-region): Treat text within parentheses as special;
20681         show the original text when error has occurred.
20682
20683         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20684         already-computed method to gnus-activate-group.
20685
20686         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20687         same select-methods identical Lisp objects.
20688
20689         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20690         object when modifying the info.
20691
20692 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20695         gnus-opened-servers since it has never been opened with the new
20696         configuration yet.
20697
20698 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20701         arg to nnheader-generate-fake-message-id.
20702
20703 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20704
20705         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20706         number and build a fake message ID localized to a group and
20707         article number (so it's repeatable from that point on).
20708         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20709         ID format.
20710
20711         * gnus-sum.el (gnus-get-newsgroup-headers):
20712         Call nnheader-generate-fake-message-id with the article number.
20713
20714 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20715
20716         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20717         end-of-buffer.
20718
20719 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20720
20721         * message.el (message-ignored-supersedes-headers): Add Approved.
20722
20723 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20726         goto-char.
20727         (rfc2047-encode): Fold the line before encoding.
20728
20729 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20730
20731         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20732         folding -- not all headers can be folded, and this should be done
20733         by the message composition mode.  Probably.  I think.
20734
20735 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20736
20737         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20738         fast.
20739
20740         * gnus-ems.el (gnus-remove-image): Don't use
20741         message-text-with-property; remove only the image found first.
20742
20743         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20744         found first.
20745
20746 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20747
20748         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20749
20750 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * message.el (message-text-with-property): Make it fast and accept
20753         optional arguments.
20754         (message-strip-forbidden-properties): Use it.
20755         (message-fix-before-sending): Follow the m-t-w-p change.
20756
20757         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20758
20759 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * gnus-art.el (article-hide-headers): Don't change the buffer
20762         mistakenly when performing mml-preview even if
20763         gnus-single-article-buffer is nil.
20764
20765 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20766
20767         * message.el (message-expand-name-databases): New user option.
20768         (message-expand-name): Use it.
20769
20770 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20771
20772         * spam.el (spam-report-articles-resend)
20773         (spam-report-resend-register-routine): Allow ham reporting.
20774         (spam-report-resend-register-ham-routine): Add wrapper.
20775         (spam-registration-functions): Add ham resending functions.
20776         (spam-list-of-processors): Add ham resend processor.
20777
20778         * gnus.el (ham-resend-to): Add new group parameter.
20779         (spam-process): Add ham resend option.
20780
20781         * spam-report.el (spam-report-resend): Allow reporting ham.
20782         (spam-report-resend-ham): Add wrapper.
20783
20784 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20785
20786         * message.el (message-cite-articles-with-x-no-archive):
20787         New variable.
20788         (message-cite-original): Use it.
20789
20790 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20791
20792         * message.el (message-cite-original): Respect X-No-Archive.
20793
20794 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20795
20796         * gnus-art.el (article-hide-headers): Refer to the values for
20797         gnus-ignored-headers and gnus-visible-headers in the summary
20798         buffer since a user may have set them as group parameters.
20799
20800 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20801
20802         * assistant.el (assistant-node-name): Add convenience function.
20803         (assistant-render-text, assistant-render-node): Add error handling,
20804         plus handle multiple next nodes.
20805         (assistant-find-next-node): Comment out for now.
20806         (assistant-find-next-nodes): Add function, returns list of next
20807         nodes.
20808
20809 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20810
20811         * mail-source.el (mail-source-directory): Fix doc-string.
20812
20813 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20814
20815         * assistant.el (assistant-render-text, assistant-eval): Add :set
20816         widget type, which is different because it takes and returns a
20817         list.  Much hilarity ensues.
20818
20819 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20820
20821         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20822
20823         * gnus-group.el (gnus-group-get-new-news-this-group):
20824         Add doc-string.
20825
20826         * gnus-start.el (gnus-activate-group): Add doc-string.
20827
20828 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20831
20832 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20833
20834         * assistant.el (assistant-render-text): Try to add a :set
20835         widget, more to come.
20836
20837         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20838         strings.
20839         (spam-report-articles-resend)
20840         (spam-register-routine): Do registration iff any articles warrant
20841         it.
20842         (spam-summary-prepare-exit): Change log message for nil group
20843         destinations.
20844
20845 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20846
20847         * spam.el (spam-report-resend-register-routine):
20848         Allow spam-report-resend-to to be a group parameter or a global value.
20849
20850 2004-05-26  Simon Josefsson  <jas@extundo.com>
20851
20852         * starttls.el: Merge with my GNUTLS based starttls.el.
20853         (starttls-gnutls-program, starttls-use-gnutls)
20854         (starttls-extra-arguments, starttls-process-connection-type)
20855         (starttls-connect, starttls-failure, starttls-success):
20856         New variables.
20857         (starttls-program, starttls-extra-args): Doc fix.
20858         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20859         New functions.
20860         (starttls-negotiate, starttls-open-stream):
20861         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20862         function if it is set.
20863
20864 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20865
20866         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20867         structured fields.
20868
20869 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20872
20873 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20874
20875         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20876         Add variable.
20877         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20878         assigning the spam-mark to new messages.
20879
20880 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
20881
20882         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20883
20884 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20885
20886         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20887
20888         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20889         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20890         default.
20891
20892 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20893
20894         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20895         correct data.
20896
20897 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20898
20899         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20900         (spam-group-processor-p): Fix function.
20901         (spam-group-processor-multiple-p)
20902         (spam-group-spam-processor-report-gmane-p)
20903         (spam-group-spam-processor-report-resend-p)
20904         (spam-group-spam-processor-bogofilter-p)
20905         (spam-group-spam-processor-blacklist-p)
20906         (spam-group-spam-processor-ifile-p)
20907         (spam-group-ham-processor-ifile-p)
20908         (spam-group-spam-processor-spamoracle-p)
20909         (spam-group-spam-processor-crm114-p)
20910         (spam-group-ham-processor-bogofilter-p)
20911         (spam-group-spam-processor-stat-p)
20912         (spam-group-ham-processor-stat-p)
20913         (spam-group-ham-processor-whitelist-p)
20914         (spam-group-ham-processor-BBDB-p)
20915         (spam-group-ham-processor-spamoracle-p)
20916         (spam-group-ham-processor-copy-p): Remove functions with some
20917         prejudice against unneeded code.
20918         (spam-report-articles-resend)
20919         (spam-report-resend-register-routine): Allow the group/topic
20920         spam-resend-to value to override spam-report-resend-to.
20921         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20922         properly now.
20923
20924         * gnus.el (spam-resend-to): Add group/topic parameter.
20925         (spam-process): Move the OBSOLETE processors to the end of the
20926         choices.
20927
20928 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20929
20930         * spam-report.el (spam-report-resend-to, spam-report-resend):
20931         Start with resend-to set to nil, and then ask the user if necessary.
20932         (spam-report-resend): spam-report-resend takes a list of articles, not
20933         separate article numbers.
20934
20935 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20938         addition to emacs-w3m.
20939
20940 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20941
20942         * assistant.el (assistant-authinfo-data): New function.
20943         (assistant-eval): Eval for entire assistant.
20944
20945         * netrc.el (netrc-services-file): New variable.
20946         (netrc-parse-services): New function.
20947         (netrc-find-service-name): New function.
20948         (netrc-find-service-number): New function.
20949         (netrc-port-equal): New function.
20950         (netrc-machine): Use it.
20951
20952         * nnimap.el (nnimap-open-connection): Use netrc.
20953
20954         * gnus-util.el (gnus-netrc-get): Remove aliases.
20955
20956         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20957
20958         * assistant.el (wid-edit): Fix compilation.
20959
20960         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20961
20962 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20963
20964         * gnus-util.el (gnus-set-file-modes): New function.  (small
20965         patch).
20966
20967 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20968
20969         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20970
20971         * assistant.el (assistant-render-node): Fix up rendering and
20972         read-only text.
20973         (assistant-render-node): Reset.
20974         (assistant-make-read-only): Not sticky.
20975
20976 2004-05-20  Danny Siu  <dsiu@adobe.com>
20977
20978         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20979         centered even when gnus-auto-center-summary is t.
20980
20981 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20982
20983         * dns.el (dns-get-txt-answer): New function.
20984         (dns-read-txt): Ditto.
20985         (query-dns): Use it.
20986
20987 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20990         active for foreign groups even if the group level is higher than
20991         the specified value.
20992
20993 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20994
20995         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20996         non-active groups.
20997
20998         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20999
21000 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21001
21002         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21003
21004 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21005
21006         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21007         (spam-crm114-header, spam-crm114-spam-switch)
21008         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21009         (spam-crm114-positive-spam-header)
21010         (spam-crm114-database-directory, spam-list-of-processors)
21011         (spam-group-spam-processor-crm114-p)
21012         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21013         (spam-generic-score, spam-list-of-checks)
21014         (spam-list-of-statistical-checks, spam-registration-functions)
21015         (spam-check-crm114-headers, spam-crm114-score)
21016         (spam-check-crm114, spam-crm114-register-with-crm114)
21017         (spam-crm114-register-spam-routine)
21018         (spam-crm114-unregister-spam-routine)
21019         (spam-crm114-register-ham-routine)
21020         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21021         From asjo@koldfront.dk (Adam SjĂžgren).
21022
21023         * gnus.el: Add spam-use-crm114.
21024
21025         * spam.el (spam-list-of-processors, spam-registration-functions):
21026         Add spam-use-resend.
21027         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21028         (spam-report-articles-gmane): Add doc fix.
21029         (spam-report-articles-resend, spam-report-resend-register-routine):
21030         Add wrappers around spam-report-resend-to.
21031
21032         * spam-report.el (spam-report-resend-to, spam-report-resend):
21033         Add support for resending spam.
21034         (spam-report-gmane): Fix line length >80.
21035
21036         * gnus.el (spam-process): Add spam-use-resend.
21037
21038 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21039
21040         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21041         number of processed spam messages.
21042         (spam-ham-copy-or-move-routine): Return the number of processed
21043         ham messages.
21044         (spam-summary-prepare-exit): Use the above values to decide
21045         whether status messages shouled be displayed.
21046
21047 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21050         `rfc2047-encoding-function-alist' in order to avoid conflicting
21051         with the old version.
21052         (rfc2047-encode-region): Concatenate words containing non-ASCII
21053         characters in structured fields; don't encode space-delimited
21054         ASCII words even in unstructured fields; don't break words at
21055         char-category boundaries.
21056         (rfc2047-encode-1): New function.
21057         (rfc2047-encode): Use it; encode text so that it occupies the
21058         maximum width within 76-column; work correctly on Q encoding for
21059         iso-2022-* charsets.
21060         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21061         sure not to break a line just after the header name.
21062         (rfc2047-b-encode-region): Remove.
21063         (rfc2047-b-encode-string): New function.
21064         (rfc2047-q-encode-region): Remove.
21065         (rfc2047-q-encode-string): New function.
21066
21067         * mm-util.el (mm-replace-in-string): New function.
21068
21069 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21070
21071         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21072         Really get it right.
21073         (gnus-inews-make-draft): Really.
21074
21075 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21076
21077         * nnmh.el (nnmh-request-list-1): Don't check the link count
21078         before descending.  (small patch)
21079
21080 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21081
21082         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21083         stuff.
21084
21085         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21086         Match on real group name.
21087
21088         * gnus-art.el (gnus-signature-limit): Doc fix.
21089
21090         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21091
21092         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21093
21094 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21095
21096         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21097         isn't a string.
21098
21099 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21100
21101         * gnus-draft.el (gnus-draft-send):
21102         Bind rfc2047-encode-encoded-words.
21103
21104         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21105         (rfc2047-encodable-p): Say that =? needs encoding.
21106         (rfc2047-encode-encoded-words): New variable.
21107
21108         * gnus-group.el (gnus-group-select-group): Doc fix.
21109
21110         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21111
21112         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21113         to nil.
21114
21115         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21116
21117         * nnheader.el (nnheader-get-lines-and-char): New function.
21118
21119 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21120
21121         * gnus-msg.el (gnus-summary-followup-with-original):
21122         Document yanking of region when active.
21123
21124 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21127         groups if the group level is higher than the specified value.
21128
21129 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21130
21131         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21132         (gnus-group-jump-to-group): Add prefix argument using
21133         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21134         non-active group.
21135
21136         * compface.el (uncompface): Be verbose when changing
21137         `uncompface-use-external'.
21138
21139         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21140         handle manual section.
21141
21142 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21143
21144         * gnus-art.el (gnus-button-alist): Revert previous change.
21145
21146 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21149
21150 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21151
21152         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21153         whether backend can accept message.
21154
21155         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21156
21157 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21158
21159         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21160         Avoid creating directory when nntp-marks-is-evil is true.
21161         Reported by Reiner Steib.
21162
21163 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21164
21165         * gnus-picon.el (gnus-picon-style): New variable.
21166         (gnus-picon-insert-glyph): Add optional `nostring' argument.
21167         (gnus-picon-transform-address): Support `gnus-picon-style'.
21168         From Jesper Harder <harder@ifa.au.dk>.
21169
21170 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21171
21172         * message.el (message-fill-field): Return point.
21173         (message-generate-headers): Go to end of field.
21174
21175         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21176         stuff for non-living groups.
21177
21178 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21179
21180         * gnus-art.el (gnus-article-followup-with-original)
21181         (gnus-article-reply-with-original): gnus-mark-active-p ->
21182         gnus-region-active-p.
21183
21184 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21185
21186         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21187         only when there is spam or ham to be processed.
21188
21189 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21190
21191         * mail-source.el (mail-source-delete-crash-box): Refactor.
21192         (mail-source-fetch): Use it.
21193         (mail-source-fetch-file): Ditto.
21194         (mail-source-fetch-directory): Run postscript in loop.
21195         (mail-source-fetch-pop): Delete.
21196         (mail-source-fetch-maildir): Ditto.
21197         (mail-source-fetch-imap): Ditto.
21198
21199         * imap.el (imap-authenticators): Comment out sasl.
21200
21201         * message.el (message-skip-to-next-address): New function.
21202         (message-fill-header-address): Refactor.
21203         (message-fill-address): Use it.
21204         (message-delete-address): Use it.
21205         (message-fill-header-general): Refactor.
21206         (message-fill-field-address): Rename.
21207         (message-narrow-to-field): Find the start of the header.
21208         (message-header-format-alist): Don't pre-fill.
21209         (message-fill-header): Remove.
21210         (message-insert-header): New function.
21211         (message-shorten-references): Use it.
21212
21213         * rfc2047.el (rfc2047-field-value): Strip props.
21214
21215         * mail-parse.el (mail-header-make-address): New alias.
21216
21217         * ietf-drums.el (ietf-drums-make-address): New function.
21218
21219         * imap.el: Add compiler directives.
21220
21221         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21222
21223         * gnus-art.el (article-decode-idna-rhs): Don't use
21224         message-idna-inside-rhs-p.
21225
21226 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21227
21228         * message.el (message-idna-inside-rhs-p): Remove.
21229         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21230
21231         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21232         false positives.
21233
21234 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21235
21236         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21237
21238 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21239
21240         * nneething.el (nneething-file-name): Don't create spurious
21241         files.
21242
21243         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21244         (gnus-inews-do-gcc): Remove sleep.
21245
21246         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21247         part under point.
21248
21249         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21250         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21251
21252 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21253
21254         * spam.el (spam-summary-prepare-exit): Fix (length).
21255
21256 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21257
21258         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21259         as expired without moving it" message when there are spam
21260         messages left.
21261
21262 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21263
21264         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21265         header is not nil.
21266
21267 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21268
21269         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21270         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21271         (nntp-marks-changed-p): New arg SERVER.
21272         (nntp-request-update-info): Adjust caller.
21273
21274 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21275
21276         * nntp.el (nntp-save-marks): Pass missing arg.
21277
21278 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21279
21280         * nntp.el: Support marks.
21281         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21282         (nntp-marks-modtime, nntp-marks-directory): New variables.
21283         (nntp-request-set-mark, nntp-request-update-info)
21284         (nntp-possibly-create-directory, nntp-marks-changed-p)
21285         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21286         New functions.
21287
21288 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21289
21290         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21291         (gnus-xmas-redefine): Rename.
21292
21293         * gnus-score.el (gnus-score-insert-help):
21294         Use gnus-select-lowest-window.
21295
21296         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21297         appt-select-lowest-window and rename to gnus-select-lowest-window.
21298
21299         * gnus.el: do.
21300
21301 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21302
21303         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21304         encodings of MIME-encoded words, in order to improve
21305         interoperability with several broken MUAs.
21306
21307 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21308
21309         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21310         tags, only when charsets are not specified in headers.
21311         (mm-inline-text-html-render-with-w3m): Ditto.
21312
21313         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21314         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21315
21316 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21317
21318         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21319         instead of MIME-decoded from fields when checking
21320         `gnus-article-address-banner-alist'.
21321
21322 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21323
21324         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21325         description rather than subject.
21326
21327 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21328
21329         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21330
21331 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21332
21333         * gnus.el (gnus-version-number): Bump.
21334
21335 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21336
21337         * gnus.el: No Gnus v0.2 is released.
21338
21339 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21340
21341         * gnus-agent.el (gnus-agent-read-agentview):
21342         Inline gnus-uncompress-range.
21343
21344 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21345
21346         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21347         `exec-installed-p'.
21348
21349 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21350
21351         * gnus.el (spam-process, spam-autodetect-methods):
21352         Add bsfilter and bsfilter-headers.
21353
21354         * spam.el (spam-bsfilter): New customize group.
21355         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21356         (spam-bsfilter-header, spam-bsfilter-probability-header)
21357         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21358         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21359         (spam-bsfilter-database-directory): New options.
21360         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21361         (spam-list-of-statistical-checks, spam-registration-functions):
21362         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21363         (spam-bsfilter-score): New command.
21364         (spam-check-bsfilter-headers, spam-check-bsfilter)
21365         (spam-bsfilter-register-with-bsfilter)
21366         (spam-bsfilter-register-spam-routine)
21367         (spam-bsfilter-unregister-spam-routine)
21368         (spam-bsfilter-register-ham-routine)
21369         (spam-bsfilter-unregister-ham-routine): New functions.
21370         (spam-generic-score): Support bsfilter; Accept an optional argument
21371         to recalcurate spam score even if scoring header has already been
21372         added.
21373         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21374         optional argument to recalcurate spam score even if scoring header
21375         has already been added.
21376
21377 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21378
21379         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21380         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21381         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21382         link is missing.
21383
21384 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21385
21386         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21387         (html2text-get-attr): Rewrite.
21388
21389         * message.el (message-setup-1): Remove redundant put-text-property
21390         on mail-header-separator.
21391
21392 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21393
21394         * gnus-registry.el (gnus-registry-cache-whitespace)
21395         (gnus-registry-action, gnus-registry-spool-action)
21396         (gnus-registry-split-fancy-with-parent): Change message levels
21397         from 5 to 3 or 7, as needed.
21398
21399         * spam.el (spam-summary-prepare-exit)
21400         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21401         (spam-split, spam-find-spam, spam-log-undo-registration)
21402         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21403         level from 5 to 6.
21404
21405 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21408         2004-03-04 change).
21409
21410 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21411
21412         * sieve-manage.el (sieve-manage-open):
21413         * nnweb.el (nnweb-insert-html):
21414         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21415         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21416         * nnspool.el (nnspool-request-group):
21417         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21418         * nnml.el (nnml-request-update-info):
21419         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21420         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21421         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21422         (nnimap-request-set-mark):
21423         * nnfolder.el (nnfolder-request-update-info):
21424         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21425         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21426         * gnus-uu.el (gnus-uu-find-articles-matching):
21427         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21428         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21429         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21430         * gnus-nocem.el (gnus-nocem-scan-groups):
21431         * gnus-int.el (gnus-start-news-server):
21432         * gnus-group.el (gnus-group-make-kiboze-group)
21433         (gnus-group-browse-foreign-server):
21434         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21435         Use mapc when appropriate.
21436
21437 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21438
21439         FIXME: Make separate entries for each person.
21440
21441         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21442         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21443         <shields@msrl.com>:
21444
21445         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21446         may need for spam sorting and scoring.
21447         (spam-user-format-function-S): Add user format function suitable for
21448         general use.
21449         (spam-article-sort-by-spam-status): Add sorting function for summary
21450         sorting.
21451         (spam-extra-header-to-number): Add function to get a score from a
21452         header.
21453         (spam-summary-score): Add function to get a numeric score from the
21454         headers.
21455         (spam-generic-score): Fix function doc, was in wrong place.
21456         (spam-initialize): Take symbols when it's run, and install the
21457         extra headers that spam-necessary-extra-headers thinks we need.
21458
21459 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21460
21461         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21462         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21463
21464 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21465
21466         * gnus-sum.el (gnus-set-global-variables)
21467         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21468         (gnus-article-get-xrefs, gnus-summary-best-group)
21469         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21470         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21471         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21472         Use with-current-buffer.
21473
21474 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21475
21476         * spam.el (spam-summary-prepare-exit): Simplify logic.
21477         (spam-fetch-article-header): Read the article header if it's not
21478         available.
21479         (spam-list-articles): Simplify logic.
21480         (spam-filelist-register-routine): Fix bug with unregister-list.
21481
21482         * gnus-registry.el: Fix comments at beginning.
21483
21484 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21485
21486         * message.el (message-cater-to-broken-inn): Remove.
21487         (message-shorten-references): Make sure the total folded length of
21488         References is shorter than 998 characters to cater to a bug in INN
21489         2.3.  Also, don't pretend that references aren't folded -- this
21490         hasn't worked for a while.
21491
21492 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21493
21494         * gnus-agent.el (gnus-agentize):
21495         gnus-agent-send-mail-real-function no longer set to current value
21496         of message-send-mail-function but rather a lambda that calls
21497         message-send-mail-function.  The change makes the agent real-time
21498         responsive to user changes to message-send-mail-function.
21499
21500 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21501
21502         * legacy-gnus-agent.el
21503         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21504         help from Florian Weimer <fw@deneb.enyo.de>
21505
21506 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21507
21508         * nnmail.el (nnmail-cache-insert): Revert last change.
21509
21510 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21511
21512         * nnmail.el (nnmail-cache-insert): Always check whether
21513         nnmail-cache-ignore-groups matches a group name.
21514
21515 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21516
21517         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21518         (spam-find-spam, spam-log-processing-to-registry)
21519         (spam-log-registered-p, spam-log-unregistration-needed-p)
21520         (spam-log-undo-registration): Use gnus-message instead of
21521         gnus-error, none of these errors are fatal.
21522
21523         * gnus-registry.el (gnus-registry-clean-empty-function)
21524         (gnus-registry-clean-empty): Remove only empty entries without
21525         extra data.
21526
21527 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21528
21529         * spam-stat.el (spam-stat-buffer-change-to-spam)
21530         (spam-stat-buffer-change-to-non-spam): Change (error) to
21531         (gnus-message 8) invocation.
21532
21533 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * nntp.el (nntp-via-netcat-command): New variable.
21536         (nntp-via-netcat-switches): New variable.
21537         (nntp-open-via-rlogin-and-netcat): New function.
21538         (nntp-open-connection-function): Doc fix.
21539         (nntp-telnet-command): Doc fix.
21540         (nntp-end-of-line): Doc fix.
21541         (nntp-via-rlogin-command): Doc fix.
21542         (nntp-via-user-name): Doc fix.
21543         (nntp-via-address): Doc fix.
21544
21545 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21548         error in Emacs 21.1.
21549
21550 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21551
21552         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21553
21554 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21555
21556         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21557         (gnus-agent-with-refreshed-group): New macro.
21558         (gnus-agent-rename-group): New function.
21559         (gnus-agent-delete-group): New function.
21560         (gnus-agent-save-group-info): Use gnus-command-method when
21561         `method' parameter is nil.  Don't write nil entries into the
21562         active file.
21563         (gnus-agent-get-group-info): New function.
21564         (gnus-agent-fetch-articles):
21565         Use gnus-agent-update-files-total-fetched-for to increment disk space
21566         used.
21567         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21568         Use gnus-agent-update-view-total-fetched-for to increment disk space
21569         used.
21570         (gnus-agent-get-local): Add optional parameters to avoid calling
21571         gnus-group-real-name and gnus-find-method-for-group.
21572         (gnus-agent-set-local): Delete stored entry if either min, or max,
21573         are nil.
21574         (gnus-agent-fetch-session): Reworded error/quit messages.
21575         On quit, use gnus-agent-regenerate-group to record existance of any
21576         articles fetched to disk before the quit occurred.
21577         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21578         gnus-agent-update-view-total-fetched-for, and
21579         gnus-agent-update-files-total-fetched-for to decrement disk space
21580         used.
21581         (gnus-agent-retrieve-headers):
21582         Use gnus-agent-update-view-total-fetched-for to increment disk space
21583         used.
21584         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21585         with gnus-agent-update-files-total-fetched-for to decrement disk
21586         space and fresh group buffer.
21587         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21588         (gnus-agent-need-update-total-fetched-for): New variable.
21589         (gnus-agent-update-files-total-fetched-for): New function.
21590         (gnus-agent-update-view-total-fetched-for): New function.
21591         (gnus-agent-total-fetched-for): New function.
21592
21593         * gnus-cache.el (gnus-cache-save-buffers):
21594         Use gnus-cache-update-overview-total-fetched-for to change disk space
21595         used by this group.
21596         (gnus-cache-possibly-enter-article):
21597         Use gnus-cache-update-file-total-fetched-for to increment disk space
21598         used by this group.
21599         (gnus-cache-possibly-remove-article):
21600         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21601         used by this group.
21602         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21603         (gnus-cache-rename-group): New function.
21604         (gnus-cache-delete-group): New function.
21605         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21606         (gnus-cache-need-update-total-fetched-for): New variable.
21607         (gnus-cache-with-refreshed-group): New macro.
21608         (gnus-cache-update-file-total-fetched-for): New function.
21609         (gnus-cache-update-overview-total-fetched-for): New function.
21610         (gnus-cache-rename-group-total-fetched-for): New function.
21611         (gnus-cache-delete-group-total-fetched-for): New function.
21612         (gnus-cache-total-fetched-for): New function.
21613
21614         * gnus-group.el: Require gnus-sum and autoload functions to
21615         resolve warnings when gnus-group.el compiled alone.
21616         (gnus-group-line-format): Documented new %F.
21617         (size of Fetched data) group line format; identifies disk space
21618         used by agent and cache.
21619         (gnus-group-line-format-alist): Defined new F format.
21620         (gnus-total-fetched-for): New function.
21621         (gnus-group-delete-group): No longer update
21622         gnus-cache-active-altered as gnus-request-delete-group now keeps
21623         the cache in sync.
21624         (gnus-group-list-active): Let the agent store a server's active
21625         list if currently plugged.
21626
21627         * gnus-int.el (gnus-request-delete-group):
21628         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21629         local disk in sync with the server.
21630         (gnus-request-rename-group):
21631         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21632         local disk in sync with the server.
21633
21634         * gnus-start.el (gnus-get-unread-articles):
21635         Cosmetic simplification to logic.
21636
21637         * gnus-util.el (gnus-rename-file): New function.
21638
21639 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21640
21641         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21642
21643 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21644
21645         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21646         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21647
21648 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21649
21650         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21651         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21652
21653 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21654
21655         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21656
21657 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21658
21659         * spam.el (spam-set-difference): Add function to replace
21660         gnus-set-difference in spam.el.
21661         (spam-summary-prepare-exit): Use spam-set-difference.
21662
21663 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21664
21665         * gnus-registry.el (gnus-registry-cache-file): Update to use
21666         gnus-dribble-directory OR gnus-home-directory OR ~.
21667         (gnus-registry-split-fancy-with-parent): Fix doc.
21668
21669 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * message.el (message-exchange-point-and-mark):
21672         Use message-mark-active-p.  Suggested by Jesper Harder
21673         <harder@ifa.au.dk>.
21674
21675 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * message.el (message-exchange-point-and-mark): Don't activate
21678         region if it was inactive.  Suggested by Hiroshi Fujishima
21679         <pooh@nature.tsukuba.ac.jp>.
21680
21681 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * gnus-art.el (article-display-face): Display Faces in the same
21684         order as X-Faces.
21685
21686 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21689
21690 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21693         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21694         (gnus-article-mime-hierarchy): Remove.
21695         (gnus-article-mime-hierarchy-next): Remove.
21696         (gnus-article-mode): Revert 2004-03-19 change.
21697         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21698         (gnus-insert-mime-button): Revert 2004-03-19 change.
21699         (gnus-mime-accumulate-hierarchy): Remove.
21700         (gnus-mime-enter-multipart): Remove.
21701         (gnus-mime-leave-multipart): Remove.
21702         (gnus-mime-display-part): Revert 2004-03-19 change.
21703         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21704
21705         * mml.el (mml-preview): Revert 2004-03-19 change.
21706
21707 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21708
21709         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21710
21711 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21712
21713         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21714         t while entering a file name using the mm-with-multibyte macro.
21715         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21716
21717         * mm-util.el (mm-with-multibyte): New macro.
21718
21719 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21720
21721         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21722         New user option.
21723         (gnus-mime-multipart-functions): Doc and customization fix.
21724         (gnus-article-mime-hierarchy): New variable.
21725         (gnus-article-mime-hierarchy-next): New variable.
21726         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21727         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21728         gnus-article-mime-hierarchy-next to nil.
21729         (gnus-insert-mime-button): Show hierarchy numbers.
21730         (gnus-mime-accumulate-hierarchy): New function.
21731         (gnus-mime-enter-multipart): New function.
21732         (gnus-mime-leave-multipart): New function.
21733         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21734         (gnus-mime-display-alternative): Show hierarchy numbers.
21735
21736         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21737         gnus-article-mime-hierarchy-next to nil.
21738
21739 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21740
21741         * dns.el: Don't require gnus-xmas.
21742
21743 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21744
21745         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21746         inline PGP.
21747         (mml-menu): Disable mml-quote-region if mark is inactive.
21748
21749 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21752         when the group's active is not available.
21753
21754 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21757         error.
21758
21759 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * imap.el (imap-store-password): New variable.
21762         (imap-interactive-login): Use it.
21763         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21764
21765 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21766
21767         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21768         window-start and hscroll to summary window.
21769
21770 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21771
21772         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21773         conversion message to newsrc-dribble when an actual conversion is
21774         performed.
21775
21776 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21777
21778         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21779
21780 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * mm-decode.el (mm-complicated-handles): New function reviving
21783         former definition of mm-multiple-handles.
21784
21785         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21786         (gnus-mime-delete-part): Use it.
21787
21788 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21789
21790         * gnus-agent.el (gnus-agent-read-local):
21791         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21792         avoid the implicit assumption that they will always be equal.
21793         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21794         coding-system-for-write, as the with-temp-file macro first prints
21795         to a buffer then saves the buffer.
21796
21797 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21798
21799         * gnus-art.el (gnus-article-edit-part): New function.
21800         (gnus-mime-save-part-and-strip): Use it; do query instead of
21801         signaling an error; don't use mm-multiple-handles.
21802         (gnus-mime-delete-part): Ditto.
21803
21804 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21805
21806         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21807         old file versions.
21808         (gnus-group-prepare-hook): Remove function that converted list
21809         form of gnus-agent-expire-days to group properties.
21810
21811         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21812         (gnus-request-accept-article): Re-indented.
21813
21814         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21815         converters to handle old agent file formats.  Add logic for a
21816         "backup before upgrading warning".
21817         (gnus-convert-mark-converter-prompt): Developers can mark
21818         functions as needing (default), or not needing,
21819         gnus-convert-old-newsrc's "backup before upgrading warning".
21820         (gnus-convert-converter-needs-prompt): Tests whether the user
21821         should be protected from potentially irreversable changes by the
21822         function.
21823
21824         * legacy-gnus-agent.el: New.  Provides converters that are only
21825         loaded when gnus-convert-old-newsrc needs to call them.
21826
21827 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21828
21829         * mail-source.el (mail-source-touch-pop): Doc fix.
21830
21831         * message.el (message-smtpmail-send-it): Doc fix.
21832
21833 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21834
21835         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21836
21837         * nnmail.el (nnmail-split-fancy): do.
21838
21839         * gnus-kill.el (gnus-kill, gnus-execute): do.
21840
21841 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21842
21843         * gnus-sum.el (gnus-widget-reversible-match)
21844         (gnus-widget-reversible-to-internal)
21845         (gnus-widget-reversible-to-external): New functions.
21846         (gnus-widget-reversible): New widget.
21847         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21848
21849 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21850
21851         * gnus-sum.el (gnus-thread-sort-functions)
21852         (gnus-article-sort-functions): Document `(not F)' items.
21853
21854 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21855
21856         * spam.el (spam-use-gmane-xref): Add new backend.
21857         (spam-gmane-xref-spam-group): Add variable to control the name of the
21858         Gmane spam group.
21859         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21860         (spam-regex-headers-spam, spam-regex-headers-ham)
21861         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21862         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21863         backends and checks.
21864         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21865
21866         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21867         an autodetect method.
21868
21869 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21870
21871         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21872         articles are being added to a group.
21873         (gnus-request-replace-article): Inform the agent that articles
21874         need to be uncached as the cached contents are no longer valid.
21875
21876 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21877
21878         * binhex.el: Don't autoload executable-find.
21879
21880         * canlock.el: Don't autoload mail-fetch-field.
21881
21882         * dgnushack.el: Autoload c-mode for XEmacs.
21883
21884         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21885
21886         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21887         rmail-dont-reply-to and rmail-output.
21888
21889         * gnus-score.el: Don't autoload ffap-string-at-point.
21890
21891         * gnus-setup.el: Don't autoload sc-cite-original.
21892
21893         * imap.el: Don't autoload base64-decode-string,
21894         base64-encode-string and md5.
21895
21896         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21897         and rmail-msg-restore-non-pruned-header.
21898
21899         * mm-decode.el: Don't autoload executable-find.
21900
21901         * mm-url.el: Don't autoload executable-find.
21902
21903         * mm-view.el: Don't autoload diff-mode.
21904
21905         * nndb.el: Don't autoload news-reply-mode, news-setup,
21906         cancel-timer and telnet.
21907
21908         * password.el: Don't autoload run-at-time for Emacs.
21909
21910         * sha1-el.el: Don't autoload executable-find.
21911
21912         * sieve-mode.el: Don't autoload c-mode.
21913
21914         * uudecode.el: Don't autoload executable-find.
21915
21916 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21917
21918         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21919         (gnus-agent-possibly-alter-active): Avoid null in numeric
21920         comparison.
21921         (gnus-agent-set-local): Refuse to save null in local object table.
21922         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21923         list of articles that will be marked as unread.
21924
21925 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21928
21929 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21930
21931         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21932         language tags.
21933
21934 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21935
21936         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21937         Don't bind "obarray".
21938
21939         * gnus-sum.el (gnus-thread-sort-functions):
21940         Add `gnus-thread-sort-by-most-recent-number' and
21941         `gnus-thread-sort-by-most-recent-date'.
21942         Reported by Kai Grossjohann <kai@emptydomain.de>.
21943
21944 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21947
21948 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21949
21950         * gnus-cus.el (gnus-agent-customize-category):
21951         Remove ignore-errors macro reference that required cl to be loaded at
21952         run-time.
21953
21954         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21955         single-interval range of the form (min . max).  Previously the
21956         range had to look like ((min . max)).  Likewise, return
21957         (min . max) rather than ((min . max)).
21958         (gnus-range-map): Use gnus-range-normalize to accept
21959         single-interval range.
21960
21961         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21962         the cache, but not the agent, now appear with their usual face.
21963
21964         * dgnushack.el (loaddir): New variable that is bound to the
21965         directory containing the dgnushack.el file. Use loaddir, rather
21966         than srcdir, to update load-path. Change lets dgnushack compile
21967         code in directories other than GNUS/lisp.
21968
21969 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21970
21971         * lpath.el: Don't bind w3m-safe-url-regexp.
21972
21973         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21974         w3m-safe-url-regexp variable buffer-local.
21975
21976         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21977
21978 2004-02-27  Simon Josefsson  <jas@extundo.com>
21979
21980         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21981         gnus-group-real-prefix.
21982         (gnus-summary-move-article): Use it, instead of
21983         gnus-group-real-prefix.
21984
21985 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21986
21987         * lpath.el: Bind w3m-safe-url-regexp.
21988
21989         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21990         w3m-safe-url-regexp variable buffer-local and set it as the value
21991         of mm-w3m-safe-url-regexp.
21992
21993         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21994
21995         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21996         parsing gnus-posting-styles when the message is not for replying.
21997
21998         * dgnushack.el: Autoload sgml-mode for XEmacs.
21999
22000         * nnrss.el (nnrss-opml-export):
22001         Use mm-set-buffer-file-coding-system instead of
22002         set-buffer-file-coding-system.
22003
22004 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22005
22006         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22007         of checkdoc.el).
22008         * nnrss.el: do.
22009         * gnus-mlspl.el: do.
22010         * gnus-ml.el: do.
22011         * gnus-srvr.el: do.
22012
22013         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22014
22015 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22016
22017         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22018         Corrections to custom-manual links.
22019
22020         * gnus-art.el (gnus-article): Ditto.
22021
22022         * mm-decode.el (mime-display, mime-security): Ditto.
22023
22024 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22025
22026         * flow-fill.el: Typo.
22027
22028 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22029
22030         * spam-wash.el: New file.
22031
22032 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22033
22034         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22035
22036 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22037
22038         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22039         to be run with new-articles as LIST1, not LIST2.
22040         (spam-registration-functions): Add spam-use-ham-copy as a nil
22041         registration backend.
22042
22043 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22044
22045         * spam-stat.el (spam-stat-washing-hook): New option.
22046         (spam-stat-buffer-words): Use it.
22047         (spam-stat-process-directory, spam-stat-test-directory):
22048         Use insert-file-contents-literally.
22049         (spam-stat-coding-system): New variable.
22050         (spam-stat-load, spam-stat-save): Use it.
22051
22052 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22053
22054         * spam-report.el (spam-report-plug-agent):
22055         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22056
22057 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22058
22059         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22060         Allow / in mailto URLs.
22061
22062 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22063
22064         * spam-report.el (spam-report-process-queue): Fix interactive use.
22065         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22066         (spam-report-unplug-agent): Doc fixes.
22067         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22068         (spam-report-agentize, spam-report-deagentize): Autoload.
22069
22070 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22073
22074         * message.el (message-setup-fill-variables): Add mml tags to
22075         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22076         <ajk@iu.edu>.
22077         (message-mode): Don't modify paragraph-separate there.
22078
22079 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * compface.el (uncompface-use-external): Default to undecided.
22082         (uncompface-use-external-threshold): New variable.
22083         (uncompface-float-time): New macro.
22084         (uncompface): Determine whether to use the external decoder if
22085         uncompface-use-external is undecided.
22086
22087 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22088
22089         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22090         after images.
22091
22092         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22093
22094 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22095
22096         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22097
22098         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22099
22100         * gnus-sum.el (gnus-summary-limit-to-age)
22101         (gnus-summary-limit-children): do.
22102
22103         * gnus-int.el (gnus-request-scan): do.
22104
22105         * gnus-group.el (gnus-group-suspend): do.
22106
22107         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22108
22109         * gnus-cite.el (gnus-cite-parse-attributions): do.
22110
22111         * gnus-agent.el (gnus-summary-set-agent-mark)
22112         (gnus-agent-regenerate-group): do.
22113
22114         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22115
22116         * binhex.el (binhex-decode-region-internal): do.
22117
22118 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22119
22120         * gnus-fun.el (gnus-face-properties-alist): New user option.
22121         (gnus-display-x-face-in-from): Use it.
22122
22123         * gnus-art.el (article-display-face): Ditto.
22124
22125         * compface.el (uncompface-use-external): Default to nil.
22126
22127 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22128
22129         * nntp.el (nntp-erase-buffer): New function.
22130         (nntp-retrieve-data, nntp-send-command)
22131         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22132         (nntp-possibly-change-group): Use it.
22133
22134         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22135         Use with-current-buffer.
22136
22137 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22138
22139         * compface.el: Merge the ELisp-based uncompface program.
22140         (compface): New customization group.
22141         (uncompface-use-external): New user option.
22142         (uncompface): Call uncompface-internal if uncompface-use-external
22143         is nil.
22144         (uncompface-internal): New function.  Note that there are also
22145         some other functions and variables added for this function.
22146
22147 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22148
22149         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22150         if necessary.
22151
22152 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22153
22154         * spam-report.el (spam-report-unplug-agent)
22155         (spam-report-plug-agent, spam-report-deagentize)
22156         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22157         Add support for the Agent in spam-report: when unplugged, report to a
22158         file; when plugged, submit all the requests.
22159
22160         * spam.el (spam-register-routine): Fix message about
22161         registration.
22162
22163 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22164
22165         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22166         dependencies.
22167         (rfc2047-encode): Use it.
22168
22169         * gnus-art.el (gnus-button-marker-list): Move before first
22170         reference.
22171
22172         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22173         (imap-parse-body): Fix format string mismatch.
22174
22175         * gnus-score.el (gnus-summary-increase-score): do.
22176
22177         * nnrss.el (nnrss-close): New function.
22178
22179 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22180
22181         * nnrss.el (nnrss-make-filename): New function.
22182         (nnrss-request-delete-group, nnrss-read-server-data)
22183         (nnrss-save-server-data, nnrss-read-group-data)
22184         (nnrss-save-group-data): Use it.
22185         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22186         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22187         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22188
22189 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22190
22191         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22192
22193 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22194
22195         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22196         files.
22197
22198         * message.el (message-generate-headers-first): Don't quote nil
22199         and t in docstrings.
22200
22201         * imap.el (imap-id): do.
22202
22203         * gnus-agent.el (gnus-agent-consider-all-articles)
22204         (gnus-agent-queue-mail): do.
22205
22206 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22207
22208         * spam-report.el (spam-report-process-queue): New function.
22209         Process requests from `spam-report-requests-file'.
22210         (spam-report-process-queue): Doc fix.
22211
22212 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22213
22214         * spam.el (spam-register-routine)
22215         (spam-log-processing-to-registry, spam-log-registered-p)
22216         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22217         Change "check" to "spam-check" for semi-clarity.
22218
22219 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22220
22221         * pop3.el: Require nnheader.
22222
22223         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22224
22225         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22226
22227         * gnus-picon.el: Require cl.
22228
22229         * gnus-fun.el: Require gnus-ems and gnus-util.
22230
22231         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22232
22233         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22234
22235         * gnus-art.el (gnus-article-edit-mode): Define before first
22236         reference.
22237
22238 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22239
22240         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22241         (gnus-uu-post-encoded): Use point-at-bol.
22242
22243         * gnus-topic.el (gnus-group-active-topic-p): do.
22244
22245         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22246
22247         * gnus-group.el (gnus-group-kill-region): do.
22248
22249         * gnus-art.el (article-date-ut): do.
22250
22251         * message.el (message-fetch-field): Remove redundant
22252         case-fold-search binding.
22253         (message-narrow-to-field): Simplify.
22254
22255 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22256
22257         * spam.el (spam-directory): Derive from `gnus-directory'.
22258
22259         * spam-report.el (spam-report-url-to-file)
22260         (spam-report-requests-file): New function and variable for offline
22261         reporting.
22262         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22263         and user defined function.
22264         (spam-report-url-ping-mm-url): Remove doubled slash.
22265
22266 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22267
22268         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22269
22270 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22271
22272         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22273         Fix format string mismatch.
22274
22275         * sieve.el (sieve-deactivate-all): do.
22276
22277         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22278
22279         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22280
22281         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22282
22283         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22284
22285 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22286
22287         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22288         the list of checks.
22289
22290 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22291
22292         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22293         padding.
22294
22295 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22296
22297         * mm-view.el (mm-fill-flowed): New variable.
22298         (mm-inline-text): Use it.
22299
22300 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22301
22302         * spam.el (spam-spamassassin-register-ham-routine)
22303         (spam-spamassassin-register-spam-routine): Fix function names.
22304
22305 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22306
22307         * gnus.el (gnus-tmp-grouplens): Remove.
22308         (gnus-summary-line-format): Remove grouplens.
22309
22310         * gnus-group.el (gnus-group-line-format): Ditto.
22311
22312         * gnus-spec.el (gnus-format-specs): Ditto.
22313         (gnus-update-format-specifications): Flush the group format spec
22314         cache if there's the grouplens stuff.
22315         (gnus-parse-simple-format): Replace %l with the empty string.
22316
22317 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22318
22319         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22320         omission.
22321
22322 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22325         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22326
22327 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22328
22329         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22330         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22331         New macros and functions.
22332         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22333         Handle > NLINK_MAX messages.
22334         * nnmaildir.el (nnmaildir-request-set-mark):
22335         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22336
22337 2004-01-25  Alex Schroeder  <alex@gnu.org>
22338
22339         * spam-stat.el (spam-stat-process-directory-age): New option.
22340         (spam-stat-process-directory): Use it.
22341
22342 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22343
22344         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22345         (spam-stat-save): Accept prefix argument.
22346
22347 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22348
22349         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22350         links" error.
22351
22352 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22353
22354         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22355         the rest of the and/or forms.
22356
22357 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22358
22359         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22360         compatibility with old .newsrc.eld files.
22361
22362         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22363
22364         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22365
22366         * gnus-start.el (gnus-1): do.
22367
22368         * gnus-group.el (gnus-group-line-format-alist): do.
22369
22370         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22371
22372         * gnus-gl.el: Remove.
22373
22374 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22375
22376         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22377         marks consisting of a single range {for example, (3 . 5)} rather
22378         than a list of a single range { ((3 . 5)) }.
22379
22380 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22381
22382         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22383         Use with-current-buffer.
22384         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22385         avoid consing a string.
22386
22387         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22388         Remove obsolete entries for big5 and gb2312.
22389
22390 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22391
22392         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22393         uncompressed list.
22394
22395 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22396
22397         * spam-stat.el (spam-stat-strip-xref): New function.
22398         (spam-stat-process-directory): Use it.
22399
22400         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22401         here -- it's done in message-fetch-field.
22402
22403 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22404
22405         * gnus-agent.el (gnus-agent-queue-mail)
22406         (gnus-agent-prompt-send-queue): New variables.
22407         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22408         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22409         "nndraft:queue" along to gnus-draft-send.
22410         Use gnus-agent-prompt-send-queue.
22411         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22412         is "nndraft:queue".  Suggested by Gaute Strokkenes
22413         <gs234@srcf.ucam.org>
22414
22415         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22416         (agent-enable-undownloaded-faces): Add.
22417         (gnus-agent-cat-groups): Use eval-and-compile, not
22418         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22419         method of gnus-agent-cat-groups even when the buffer has been
22420         evaled.
22421         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22422         delete gnus-agent-save-active-1.
22423         (gnus-agent-save-groups): Delete.  Identical to
22424         gnus-agent-save-active.
22425         (gnus-agent-write-active): No longer adjust agent's copy of active
22426         file as agent's adjustments are now stored in their own
22427         file.  Remove optional parameter.
22428         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22429         servers.  Add use of min/max range limits from server's local
22430         file.
22431         (gnus-agent-save-alist): Remove unused optional argument.
22432         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22433         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22434         (gnus-agent-set-local): A per-server file that keeps min/max range
22435         limits for articles known to the agent.  Provides a fast mechanism
22436         for altering many active ranges.
22437         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22438         active file (local makes it unnecessary).
22439         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22440
22441         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22442         (agent-enable-undownloaded-faces): Add.
22443
22444         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22445         disable it when sending to "nndraft:queue".
22446         (gnus-group-send-queue): Add safety check to avoid sending queue
22447         when unplugged.
22448
22449         * gnus-group.el (gnus-group-catchup): Use new
22450         gnus-sequence-of-unread-articles, not
22451         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22452         numbers of articles.  Use gnus-range-map to avoid having to
22453         uncompress the unread list.
22454         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22455         Fix invalid ange-ftp reference.
22456
22457         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22458         (gnus-sorted-range-intersection): Intersection of two ranges
22459         without requiring that they first be uncompressed.
22460
22461         * gnus-start.el (gnus-activate-group): Unless blocked by the
22462         caller, possibly expand the active range to include both cached
22463         and agentized articles.
22464         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22465         multiple version-dependent converters.
22466         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22467         gnus-agent-save-active.
22468         (gnus-save-newsrc-file): Save dirty agent range limits.
22469
22470         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22471         gnus-agent-possibly-alter-active.
22472         (gnus-adjust-marked-articles): Faster handling of simple lists.
22473
22474 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22475
22476         * spam-stat.el (spam-stat-test-directory): New optional argument
22477         displays a list of files detected.  Suggested by Andrew Cohen
22478         <cohen@andy.bu.edu>.
22479         (spam-stat-buffer-words-with-scores): Don't narrow and change
22480         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22481
22482 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22483
22484         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22485         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22486         (spam-spamassassin-arguments)
22487         (spam-spamassassin-spam-flag-header)
22488         (spam-spamassassin-positive-spam-flag-header)
22489         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22490         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22491         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22492         (spam-list-of-processors, spam-list-of-checks)
22493         (spam-list-of-statistical-checks, spam-registration-functions)
22494         (spam-check-spamassassin-headers, spam-check-spamassassin)
22495         (spam-spamassassin-score)
22496         (spam-spamassassin-register-with-sa-learn)
22497         (spam-spamassassin-register-spam-routine)
22498         (spam-spamassassin-register-ham-routine)
22499         (spam-assassin-register-spam-routine)
22500         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22501         (spam-bogofilter-score): Fix to show article before scoring.
22502
22503 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22504
22505         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22506         default scoring function.
22507         (spam-generic-score): Call spam-spamassassin-score if
22508         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22509         spam-bogofilter-score otherwise.
22510
22511         * gnus.el (spam-process, spam-autodetect-methods):
22512         Add spamassassin and spamassassin-headers.
22513
22514 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22515
22516         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22517         Suppress unnecessary messages.
22518
22519 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22520
22521         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22522         make-hash-table.
22523
22524 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22525
22526         * canlock.el (base64-encode-string): Don't autoload it.
22527
22528 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22529
22530         * run-at-time.el: Remove useless (require 'itimer),
22531         eval-and-compile and (featurep 'xemacs).
22532
22533 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22534
22535         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22536         GROUP is a virtual group.
22537
22538 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22539
22540         * gnus.el: Autoload `message-y-or-n-p'.
22541
22542 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22543
22544         * pgg-parse.el: Remove unnecessary (require 'custom).
22545
22546         * pgg-def.el: do.
22547
22548         * nnmail.el: do.
22549
22550         * gnus-undo.el: do.
22551
22552         * gnus-picon.el: do.
22553
22554         * gnus-util.el: do.
22555
22556 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22557
22558         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22559
22560 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22561
22562         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22563         handle, as well as a list.
22564
22565         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22566         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22567         (mm-w3m-cid-retrieve): Simplify.
22568
22569 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22570
22571         * message.el (message-kill-to-signature): Allow prefix arg to
22572         specify number of lines to keep before signature.
22573
22574 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22575
22576         * message.el (message-kill-to-signature): Change docstring.
22577
22578 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * canlock.el: Always require sha1-el.
22581         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22582
22583         * message.el: Autoload sha1 only when compiling.
22584
22585         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22586         eudc-expand-inline for XEmacs.
22587
22588 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * message.el (message-canlock-generate): Require sha1-el.
22591
22592 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22593
22594         * message.el (message-expand-name): Silence the byte compiler.
22595
22596         * lpath.el: Add detect-coding-system.
22597
22598         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22599         cus-edit.
22600
22601 2004-01-13  Simon Josefsson  <jas@extundo.com>
22602
22603         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22604         Invoke gnus-score-mode.
22605         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
22606
22607         * gnus-range.el (gnus-compress-sequence): Doc fix.
22608         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22609
22610 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22611
22612         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22613
22614 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22615
22616         * spam.el (spam-get-article-as-string): Update to use
22617         gnus-request-article-this-buffer, much simpler.
22618         (spam-get-article-as-buffer): Remove.
22619
22620 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22621
22622         * message.el (message-expand-name): Use EUDC if the user uses that.
22623
22624 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22625
22626         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22627         character for the encoding to avoid consing a string.
22628
22629         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22630         unnecessarily.
22631
22632         * mm-util.el (mm-replace-chars-in-string): Remove.
22633
22634         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22635         of mm-replace-chars-in-string.
22636
22637 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22638
22639         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22640
22641         * mm-util.el (mm-subst-char-in-string): Support inplace.
22642
22643         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22644         a new string in every iteration.  Use shy groups.
22645
22646 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22647
22648         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22649         * gnus-soup.el (gnus-soup-group-brew):
22650         * gnus-msg.el (gnus-put-message):
22651         * gnus-move.el (gnus-group-move-group-to-server):
22652         * gnus-kill.el (gnus-batch-score):
22653         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22654         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22655         (gnus-group-update-group, gnus-group-read-group)
22656         (gnus-group-make-group, gnus-group-make-help-group)
22657         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22658         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22659         (gnus-group-sort-by-unread, gnus-group-catchup)
22660         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22661         (gnus-group-yank-group, gnus-group-set-info)
22662         (gnus-group-list-groups):
22663         * gnus.el (gnus-generate-new-group-name):
22664         * gnus-delay.el (gnus-delay-send-queue):
22665         * nnvirtual.el (nnvirtual-catchup-group):
22666         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22667         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22668         (gnus-group-prepare-topics, gnus-topic-check-topology):
22669         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22670         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22671         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22672         (gnus-group-make-articles-read):
22673         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22674         (gnus-group-change-level, gnus-kill-newsgroup)
22675         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22676         (gnus-get-unread-articles, gnus-make-articles-unread)
22677         (gnus-make-ascending-articles-unread): Use accessor
22678         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22679         to get group information for improved readability.
22680
22681
22682 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22683
22684         * gnus-art.el (article-decode-mime-words, article-babel)
22685         (gnus-article-highlight-signature, gnus-article-add-buttons)
22686         (gnus-signature-toggle): Use gnus-with-article-buffer.
22687
22688         * gnus-art.el (gnus-article-highlight-headers)
22689         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22690
22691         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22692         (gnus-article-set-globals, gnus-request-article-this-buffer)
22693         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22694         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22695         (gnus-mime-display-alternative): Use with-current-buffer.
22696
22697 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22698
22699         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22700         also under 80 char limit, and call gnus-error if needed.
22701         (spam-fetch-article-header): Fix - it was a
22702         buffer-local variable (gnus-newsgroup-data).
22703         (spam-find-spam): Use spam-generate-fake-headers, forget about
22704         spam-insert-fake-headers.
22705         (spam-insert-fake-headers): Remove.
22706
22707 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22708
22709         * deuglify.el (gnus-article-outlook-unwrap-lines)
22710         (gnus-outlook-rearrange-article)
22711         (gnus-outlook-repair-attribution-outlook)
22712         (gnus-outlook-repair-attribution-block)
22713         (gnus-outlook-repair-attribution-other): Remove redundant
22714         save-excursion.
22715
22716 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22717
22718         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22719         (spam-fetch-field-subject-fast)
22720         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22721         (spam-fetch-article-header): Add functions to deal with Gnus
22722         internals for fast retrieval of article header data.
22723         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22724
22725 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22726
22727         * pop3.el (pop3-md5): Remove.
22728         (pop3-apop): Replace pop3-md5 with md5.
22729
22730         * mm-bodies.el: base64 is always built-in.
22731
22732         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22733         Use with-current-buffer.
22734
22735 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22736
22737         * canlock.el (canlock-insert-header): Remove excessive grouping in
22738         regexp.
22739
22740         * gnus-sum.el (gnus-summary-read-document): Ditto.
22741
22742         * gnus-uu.el (gnus-uu-part-number): Ditto.
22743
22744         * html2text.el (html2text-remove-tags): Ditto.
22745         (html2text-format-tags): Ditto.
22746         (html2text-format-single-elements): Ditto.
22747
22748         * mml.el (mml-parse-1): Ditto.
22749
22750 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22751
22752         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22753
22754         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22755
22756         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22757
22758         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22759
22760 2003-11-15  Simon Josefsson  <jas@extundo.com>
22761
22762         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22763         (pgg-gpg-lookup-key): Use regexp match instead of
22764         split-string (split-string is different between emacs 21.2 and
22765         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22766
22767 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22768
22769         * gnus-art.el (gnus-mime-view-all-parts)
22770         (gnus-article-part-wrapper, gnus-article-view-part):
22771         Use with-current-buffer.
22772
22773 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22774
22775         * spam.el (spam-disable-spam-split-during-ham-respool)
22776         (spam-spamoracle-database, spam-cache-lookups)
22777         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22778         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22779         (spam-group-ham-marks, spam-group-spam-marks)
22780         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22781         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22782         also add spam-use-blackholes to the statistical checks.
22783         (spam-fetch-field-fast): Add interface to fetching fields, may
22784         become a macro.
22785         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22786         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22787         (spam-insert-fake-headers): Fake an article when needed.
22788         (spam-find-spam): Fake article when possible.
22789         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22790         (spam-check-bogofilter-headers): Use message-fetch-field instead
22791         of nnmail-fetch-field.
22792
22793 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22794
22795         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22796
22797 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22798
22799         * spam.el (spam-split): Do not require spam-use-CHECK to be
22800         enabled if that check is passed to spam-split explicitly; also
22801         fix so 'spam doesn't get converted to spam-split-group when
22802         spam-split-symbolic-return is t.
22803         (spam-find-spam): Find registrations of the article and use those
22804         instead of re-running spam-split to find the spam/ham
22805         classification of the article.
22806         (spam-log-processing-to-registry, spam-log-registered-p)
22807         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22808         Use gnus-error instead of gnus-message.
22809         (spam-log-registration-type): Add function to determine the
22810         classification of a message based on registry entries; will
22811         return nil if both 'spam and 'ham are found.
22812         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22813         a reasonably fast local cache without the loading errors.
22814         (spam-cache-lookups): Set to t by default.
22815         (spam-find-spam): Don't try to guess spam-cache-lookups.
22816         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22817         spam-caches entry.
22818         (spam-filelist-build-cache, spam-filelist-check-cache):
22819         Fix caching of whitelist/blacklist entries.
22820         (spam-check-whitelist, spam-check-blacklist):
22821         Invoke spam-from-listed-p with a type, not a cache variable.
22822         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22823
22824 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22825
22826         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22827
22828         * nnmail.el (nnmail-split-fancy): do.
22829
22830         * mml.el (mml-parse): do.
22831
22832         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22833         (gnus-score-adaptive): do.
22834
22835 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22836
22837         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22838         (gnus-mime-button-map): Don't set keymap parent.
22839         (gnus-button-ctan-directory-regexp): Use shy grouping.
22840         (gnus-prev-page-map): Don't set keymap parent.
22841         (gnus-prev-page-map): Remove duplicated one.
22842         (gnus-next-page-map): Don't set keymap parent.
22843         (gnus-mime-security-button-map): Ditto.
22844
22845         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22846         version number.
22847
22848         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22849
22850 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * canlock.el (canlock-sha1-function): Remove.
22853         (canlock-sha1-function-for-verify): Remove.
22854         (canlock-openssl-program): Remove.
22855         (canlock-openssl-args): Remove.
22856         (canlock-ignore-errors): Remove.
22857         (canlock-sha1-with-openssl): Remove.
22858         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22859         (canlock-verify): Don't use canlock-ignore-errors.
22860
22861         * sha1-el.el (sha1-string-external): Make it can return a string
22862         in binary form.
22863         (sha1-region-external): Ditto.
22864         (sha1-string-internal): Ditto.
22865         (sha1-region-internal): Ditto.
22866         (sha1-region): Ditto.
22867         (sha1-string): Ditto.
22868         (sha1): Ditto.
22869
22870 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22871
22872         * spam.el (spam-report-articles-gmane): New command.
22873
22874 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22875
22876         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22877
22878         * run-at-time.el (run-at-time-saved): Remove.
22879         (run-at-time): Doc fix.
22880
22881 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22882
22883         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22884         (gnus-summary-limit-map): Add it.
22885         (gnus-summary-make-menu-bar): do.
22886
22887 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22888
22889         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22890         Make attempt at some caching support (done for BBDB only now).
22891         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22892         addresses to be checked.
22893         (spam-clear-cache-BBDB): Add function, to be invoked by
22894         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22895         (spam-check-BBDB): Check and use the caches, if
22896         spam-cache-lookups is on, remove superfluous (provide).
22897
22898 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22899
22900         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22901
22902 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22903
22904         * run-at-time.el (run-at-time-saved): Move to after the definition
22905         of `run-at-time'.
22906
22907         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22908
22909 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22910
22911         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22912         mm-w3m-local-map-property.
22913
22914         * mm-view.el (mm-w3m-mode-map): Remove.
22915         (mm-w3m-local-map-property): Remove.
22916         (mm-inline-text-html-render-with-w3m): Don't use
22917         mm-w3m-local-map-property.
22918
22919 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22920
22921         * run-at-time.el: New file.
22922
22923         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22924         under Emacs.
22925
22926         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22927         of gnus-set-text-properties.
22928
22929         * gnus-uu.el (gnus-uu-save-article): Ditto.
22930
22931         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22932
22933         * gnus-cite.el (gnus-cite-parse): Ditto.
22934
22935         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22936         of gnus-.
22937
22938         * gnus-xmas.el (run-at-time): Require run-at-time.
22939
22940         * gnus.el: Change calls to nnheader-run-at-time and
22941         password-run-at-time throughout to use run-at-time directly.
22942
22943         * password.el: Remove definition of run-at-time.
22944
22945         * nnheaderxm.el: Remove definition of run-at-time.
22946
22947 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
22948
22949         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22950         in prompt.
22951
22952 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22953
22954         * messagexmas.el (message-xmas-redefine): Alias
22955         `message-make-caesar-translation-table' to
22956         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22957         version.
22958
22959         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22960         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22961         `gnus-xmas-set-text-properties'.
22962         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22963         `gnus-xmas-completing-read'.
22964         (gnus-xmas-completing-read): Removed.
22965         (gnus-xmas-open-network-stream): Removed.
22966
22967         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22968         XEmacs version.
22969
22970         * dns.el (dns-make-network-process): Use `open-network-stream'
22971         instead of `gnus-xmas-open-network-stream'.
22972
22973         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22974
22975         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22976
22977 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22978
22979         * gnus-art.el (gnus-mime-display-alternative)
22980         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22981         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22982         Don't use gnus-local-map-property.
22983
22984         * gnus-util.el (gnus-local-map-property): Remove.
22985
22986         * mm-view.el (mm-view-pkcs7-decrypt):
22987         Replace gnus-completing-read-maybe-default with completing-read.
22988
22989         * gnus-util.el (gnus-completing-read): do.
22990         (gnus-completing-read-maybe-default): Remove.
22991
22992 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22993
22994         * password.el: Only autoload `run-at-time' if not XEmacs.
22995         Only autoload the itimer functions if XEmacs.
22996
22997 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22998
22999         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23000         XEmacsen.
23001
23002         * dgnushack.el: Autoload executable-find for XEmacs.
23003
23004 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23005
23006         * gnus-art.el (gnus-read-string): Remove.
23007         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23008         read-string.
23009
23010 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23011
23012         * netrc.el: Autoload password-read.
23013         (netrc): Add configuration group.
23014         (netrc-encoding-method, netrc-openssl-path):
23015         Add variables for encoding and decoding of files with symmetric
23016         ciphers.
23017         (netrc-encode): Add assistant function to encode a file with
23018         netrc-encoding-method.
23019         (netrc-parse): Add interactive parameter, added optional
23020         decoding if netrc-encoding-method is non-nil but otherwise
23021         behavior is standard.
23022         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23023         Do s/encode/encrypt/ everywhere.
23024
23025         * spam.el: Remove executable-find autoload.
23026
23027 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23028
23029         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23030
23031         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23032
23033 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23034
23035         * gnus-art.el (gnus-treat-ansi-sequences)
23036         (article-treat-ansi-sequences): New variable and function.
23037         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23038
23039         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23040         Use it.
23041
23042 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23043
23044         * mm-util.el (mm-quote-arg): Remove.
23045
23046         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23047         shell-quote-argument.
23048
23049         * gnus-uu.el (gnus-uu-command): do.
23050
23051         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23052
23053         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23054         with make-char.
23055
23056         * mm-util.el (mm-make-char): Remove.
23057
23058         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23059         add-minor-mode.
23060
23061         * gnus-undo.el (gnus-undo-mode): do.
23062
23063         * gnus-topic.el (gnus-topic-mode): do.
23064
23065         * gnus-sum.el (gnus-dead-summary-mode): do.
23066
23067         * gnus-start.el (gnus-slave-mode): do.
23068
23069         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23070
23071         * gnus-ml.el (gnus-mailing-list-mode): do.
23072
23073         * gnus-gl.el (gnus-grouplens-mode): do.
23074
23075         * gnus-draft.el (gnus-draft-mode): do.
23076
23077         * gnus-dired.el (gnus-dired-mode): do.
23078
23079         * gnus-ems.el (gnus-add-minor-mode): Remove.
23080
23081         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23082         Replace gnus-char-width with char-width.
23083
23084         * gnus-ems.el (gnus-char-width): Remove.
23085
23086         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23087         Replace gnus-char-width with char-width.
23088
23089         * gnus-ems.el (gnus-char-width): Remove.
23090
23091         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23092         definition.
23093         Remove Emacs 20 hash table compatibility code.
23094
23095         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23096         20 compatibility code.
23097
23098         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23099
23100         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23101
23102         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23103         Replace with point-at-{eol,bol}.
23104
23105         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23106
23107         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23108
23109         * flow-fill.el (fill-flowed-point-at-bol)
23110         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23111
23112         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23113         Replace with point-at-{eol,bol} throughout all files.
23114
23115 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * ntlm.el (ntlm-string-as-unibyte): New macro.
23118         (ntlm-build-auth-response): Use it.
23119
23120         Remove Emacs 20 stuff:
23121         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23122         (butlast, mapc, remove): Remove the compiler macros.
23123         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23124         of delq and copy-sequence.
23125         * gnus-art.el (popup-menu): Remove the compiler macro.
23126         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23127         Emacs 20.
23128
23129 2004-01-05  Simon Josefsson  <jas@extundo.com>
23130
23131         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23132         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23133         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23134         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23135         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23136         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23137         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23138         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23139         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23140         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23141         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23142         string-xor into ntlm-string-xor.
23143         Suggested by Jesper Harder <harder@myrealbox.com>.
23144
23145         * ntlm.el: Don't include poem.
23146
23147         * md4.el (print-int32, print-string-hexa): Remove.
23148         Suggested by Jesper Harder <harder@myrealbox.com>.
23149
23150         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23151
23152         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23153         probably breaks emacs with DL patch, but do we care? Is anyone
23154         still using the DL stuff?)
23155
23156         * sieve-manage.el: Use the password package.
23157         (sieve-manage-read-passwd): Remove.
23158         (sieve-manage-interactive-login): Use password.  Re-add
23159         condition-case around loop.
23160
23161         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23162         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23163         Use the password package.
23164
23165 2003-02-19  Simon Josefsson  <jas@extundo.com>
23166
23167         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23168         token.
23169
23170 2002-08-07  Simon Josefsson  <jas@extundo.com>
23171
23172         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23173         (sieve-manage-authenticators):
23174         (sieve-manage-authenticator-alist): Add some SASL mechs.
23175         (sieve-sasl-auth): New function.
23176         (sieve-manage-cram-md5-auth):
23177         (sieve-manage-plain-auth): Rewrite using SASL library.
23178         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23179         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23180         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23181         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23182
23183 2004-01-05  Simon Josefsson  <jas@extundo.com>
23184
23185         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23186         New files.
23187
23188 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23189
23190         * gnus-group.el (gnus-no-groups-message): Update.
23191
23192         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23193
23194 2003-11-09  Simon Josefsson  <jas@extundo.com>
23195
23196         * imap.el: Support for ID IMAP extension (RFC 2971).
23197         (imap-local-variables): Add imap-id.
23198         (imap-id): New variable.
23199         (imap-id): New function.
23200         (imap-parse-response): Parse untagged ID response.
23201         * nnimap.el (nnimap-id): New variable.
23202         (nnimap-open-connection): Use it.
23203
23204 2003-12-28  Simon Josefsson  <jas@extundo.com>
23205
23206         * gnus-score.el (gnus-score-edit-all-score): New.
23207         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23208
23209 2004-01-04  Simon Josefsson  <jas@extundo.com>
23210
23211         * password.el: Add.
23212
23213 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23214
23215         * dns.el (dns-query-types): Fix typo.
23216         (dns-query-types): New function.
23217         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23218         PTR and SOA replies, see RFC 1035.
23219
23220 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23221
23222         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23223
23224         * Move to Changelog.2.
23225
23226 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23227
23228         * gnus.el (gnus-version-number): Bump version.
23229
23230 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23231
23232         * gnus.el: No Gnus v0.1 is released.
23233
23234 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23235
23236         * gnus.el: No Gnus v0.0 is released.
23237
23238 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23239
23240         * gnus.el (gnus-version-number): Bump.
23241         (gnus-version): No.
23242
23243 See ChangeLog.2 for earlier changes.
23244
23245   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23246
23247   This file is part of GNU Emacs.
23248
23249   GNU Emacs is free software: you can redistribute it and/or modify
23250   it under the terms of the GNU General Public License as published by
23251   the Free Software Foundation, either version 3 of the License, or
23252   (at your option) any later version.
23253
23254   GNU Emacs is distributed in the hope that it will be useful,
23255   but WITHOUT ANY WARRANTY; without even the implied warranty of
23256   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23257   GNU General Public License for more details.
23258
23259   You should have received a copy of the GNU General Public License
23260   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23261
23262 ;; Local Variables:
23263 ;; coding: utf-8
23264 ;; fill-column: 79
23265 ;; add-log-time-zone-rule: t
23266 ;; End: