f285bd13f81b19332faea01a287f7e46a333a3f1
[gnus] / lisp / ChangeLog
1 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-table): Render totally broken tables better.
4
5         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
6         computing the boundary.
7
8 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * pop3.el (pop3-number-of-responses): Removed.
11         (pop3-wait-for-messages): Rewrite to take linear time instead of
12         exponential time.
13
14 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
17         re-fetch images.
18
19         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
20         re-fetch images when hitting `g' in Gnus.
21
22 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * mml.el (mml-inhibit-compute-boundary): New internal variable.
25         (mml-compute-boundary): Don't check collision if it is non-nil.
26         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
27         before checking collision.
28
29 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * message.el (message-indent-citation): Really make sure there's a
32         newline at the end.
33
34         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
35         Fix suggested by John Wiegley.
36
37         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
38
39         * gnus-art.el (gnus-treat-hide-citation): Add doc.
40
41         * message.el (message-default-send-rename-function): Break out into its
42         own function.
43
44         * ecomplete.el (ecomplete-display-matches): Revert patch since it
45         doesn't work under XEmacs.
46
47         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
48         of "imaps" to word around Windows problems.
49         (nnimap-open-connection-1): Use it.
50
51         * message.el (message-indent-citation): Revert last change which made
52         `F' not work.
53
54 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
55
56         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
57         terminal as well.
58
59 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
62         because it displays images using overlays that aren't easy to copy to
63         the article buffer.
64
65 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
66
67         * message.el (message-indent-citation): Fix empty line removal at the
68         end of the citation.
69
70 2011-09-20  Julien Danjou  <julien@danjou.info>
71
72         * auth-source.el (auth-source-netrc-create): Use default value for
73         password if specified. Evaluate default.
74         (auth-source-plstore-create): Ditto.
75         (auth-source-plstore-create, auth-source-netrc-create): Fix default
76         value evaluation.
77         (auth-source-netrc-create): Typo fix.
78         (auth-source-plstore-create): Ditto.
79
80         * password-cache.el (password-cache-remove): Remove entries even if the
81         value is nil, so that password with a nil value (negative caching) is
82         possible to invalidate.
83
84         * auth-source.el (auth-source-format-cache-entry): New function.
85
86 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
89
90 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
93
94 2011-09-19  Julien Danjou  <julien@danjou.info>
95
96         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
97         which work with things that are not ASCII.
98
99 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
102
103 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
106         message level.
107
108 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
111
112 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus.el (gnus-interactive-exit): Update defcustom spec.
115
116 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
117
118         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
119         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
120
121 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
122
123         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
124         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
125         articles.
126
127 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
128
129         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
130         (message-mail-other-window, message-mail-other-frame)
131         (message-news-other-window, message-news-other-frame):
132         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
133         instead of setting buffer display varibles.
134
135 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
138
139         * gnus-sum.el (gnus-fetch-headers): Bump message level.
140
141 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
144         duplicates" to a higher level.
145
146         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
147         most egregious messages.
148
149 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
152
153 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
154
155         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
156         up the file (bug#9351).
157
158 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
161         it does with all other backends, but decode the names immediately after
162         getting them.
163
164         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
165         decoding nnimap groups.
166
167         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
168         newsrc file.  It doesn't seem like an important optimisation any more.
169
170 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
171
172         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
173         overflows.
174
175 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus.el (gnus-article-mark-lists): Remove `recent'.
178         (gnus-interactive-exit): Extend to `quiet'.
179
180         * gnus-sum.el (gnus-offer-save-summaries): Use it.
181
182         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
183         string.
184
185         * plstore.el (plstore--get-buffer): Silence compiler warnings by
186         renaming function arguments from `this'.
187
188         * gnus-sum.el (gnus-newsgroup-recent): Remove.
189
190         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
191         has been renamed.
192         (gnus-lrm-string-p): Include RLM and PDF, too.
193
194         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
195         (bug#9225).
196
197 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
198
199         Add autoload cookies for functions used by sendmail.el.
200         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
201
202         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
203
204 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-art.el (article-date-ut): Work properly even when there are
207         things like Date header in the body; work for forwarded parts.
208
209 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
210
211         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
212         original-article-buffer.
213
214 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
215
216         * nnir.el (nnir-compose-result): Fix matching of server type.
217         (nnir-run-swish++): Ditto.
218         (nnir-run-namazu): Ditto.
219         (nnir-run-notmuch): Ditto.
220
221 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
224         (bug#9405).
225
226         * gnus-score.el (gnus-summary-increase-score): Doc clarification
227         (bug#9421).
228
229         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
230         (bug#9425).
231
232         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
233         thing (bug#9426).
234
235 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
238         the error message.
239
240 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
241
242         * message.el (message-setup-1): Return t (Bug#9392).
243
244 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
245
246         * gnus-sum.el: When adding article headers to a summary buffer also
247         update gnus-newsgroup-articles (bug#9386).
248
249 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * auth-source.el: Autoload help-mode.
252
253 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
256         names.
257
258 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
259
260         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
261         mm-replace-in-string for compatibility issues.
262         * mml2015.el (mml2015-epg-verify): Ditto.
263
264 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
267
268         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
269
270 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
273         continue on and do the clean-up phase (bug#9188).
274
275         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
276         just ignore groups that can't be opened instead of erroring out
277         (bug#9225).
278
279         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
280         nil since some many people are fuddy-duddies.
281
282         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
283         images.
284
285         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
286         instead.
287
288         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
289
290         * gnus-util.el (gnus-process-live-p): Copy over compat function.
291
292         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
293         processing.
294
295         * nntp.el (nntp-kill-buffer): Kill the process before killing the
296         buffer to avoid warnings.
297
298 2011-08-20  Simon Josefsson  <simon@josefsson.org>
299
300         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
301         specified to reduce precision.
302
303 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
306         bodystructures (bug#9314).
307
308 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
311         Make button keymap non-sticky after buttons.
312
313 2011-08-18  David Engster  <dengste@eml.cc>
314
315         * nnmairix.el (nnmairix-request-set-mark)
316         (nnmairix-goto-original-article): Remove adding of article to registry,
317         since `gnus-registry-add-group' isn't available anymore.
318         (nnmairix-determine-original-group-from-registry):
319         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
320         available anymore.
321
322 2011-08-12  Simon Josefsson  <simon@josefsson.org>
323
324         * starttls.el (starttls-any-program-available): Define as obsolete
325         function.
326
327 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
330         versions which Gnus use when appropriate.
331
332         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
333         a pretty destructive command.
334
335         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
336
337 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * message.el (message-fix-before-sending): Make a different warning
340         about NUL characters (bug#9270).
341
342         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
343         from custom (bug#9260).
344
345         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
346         things work in Emacs 22 and XEmacs, too.
347
348         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
349         default From.
350
351         * gnus-spec.el (gnus-lrm-string-p): New macro.
352         (gnus-lrm-string): New constant.
353         (gnus-summary-line-format-spec): LRM-ify the from.
354         (gnus-tilde-max-form): LRM-ify string chopping.
355
356         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
357
358         * message.el (message-is-yours-p): Allow disabling canlock checking
359         (bug#9295).
360         (message-shoot-gnksa-feet): Add `canlock-verify'.
361         (message-auto-save-directory): Use ~/ as the auto-save directory if the
362         message directory isn't writable (bug#9304).
363
364         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
365         non-world-readable.
366
367 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
370         articles.
371
372 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
373
374         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
375         copy-list.
376
377 2011-08-12  Sam Steingold  <sds@gnu.org>
378
379         * gnus-score.el (gnus-score-find-alist): Keep the score files already
380         in the reverse order to avoid modifying the cache with `nreverse'.
381         (gnus-all-score-files): Do not modify the value returned by
382         `gnus-score-find-alist' because it lives in a cache variable.
383         (gnus-current-home-score-file): No need to `nreverse' the return value
384         of `gnus-score-find-alist', it is already in the correct order.
385
386 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
387
388         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
389         type MESSAGE and subtype RFC822 is slightly different from those of
390         type TEXT.
391
392 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
393
394         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
395         allows article-referral to work from an nnir group.
396
397 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
398
399         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
400
401 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
402
403         * mml1991.el (mml1991-epg-find-usable-key)
404         (mml1991-epg-find-usable-secret-key): New function.
405         (mml1991-epg-sign): Check if signing key is usable.
406         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
407
408 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
409
410         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
411         server-variables only. This should fix a bug introduced with commit
412         e1889675b7f4adf057833c5513c9374134c4e053.
413         (nnir-run-query): 'nnir-search-engine should not be set from the global
414         environment.
415
416 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
417
418         * nnir.el (nnir-search-thread): Position point on referring article
419         line.
420         (nnir-warp-to-article): Clean up summary buffers.
421
422         * nnimap.el (nnimap-request-thread): Whitespace fix.
423
424 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
425
426         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
427
428 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * starttls.el (starttls-available-p): Rename from
431         `starttls-any-program-available' and changed return convention.
432
433 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
434
435         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
436         `unix-sync' unless it's defined.
437
438 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
439
440         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
441         `aref' for XEmacs compatibiltiy.
442
443 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
446
447 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
448
449         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
450         closures, quote the form properly (bug#9194).
451
452 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
455         (gnus-summary-insert-new-articles): Protect against servers that are
456         down.
457
458 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
459
460         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
461         in mm handle if none is specified.
462
463 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
464
465         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
466
467 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
468
469         * nnir.el (nnir-search-thread): New function to make an nnir group
470         based on a thread query.
471
472         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
473         of nnir in thread referral.
474         (gnus-summary-refer-thread): Use it.
475
476         * nnimap.el (nnimap-request-thread): Use it.
477
478 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * shr.el (shr-tag-comment): Ignore HTML comments.
481
482 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
483
484         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
485         argument.
486         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
487         Use `nnir-address' to handle server info rather than passing an arg.
488
489         * nnimap.el (nnimap-make-thread-query): New utility function to format
490         an imap thread search query.
491         (nnimap-request-thread): Use it.
492
493         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
494         right select-method if we are not going back to the group buffer.
495
496 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
499         enter invalid buffer configurations into the quit form (bug#9107).
500         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
501         unplugged/plugged.
502
503         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
504         keep track of which ones are unread (bug#9061).
505
506         * gnus.el (gnus-refer-article-method): Allow entering any sexp
507         (bug#9055).
508
509         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
510         (bug#9041).
511
512         * gnus-html.el (mm-util): Require (bug#9073).
513
514         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
515         (gnus-summary-refer-thread): Use it to remove duplicates in the
516         un-threaded view (bug#9053).
517         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
518
519 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
520
521         * nnir.el (nnir-read-server-parm): Use default value from global
522         variable.  Without this the default search engine parameters aren't
523         used at all.
524
525 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * message.el (message-unique-id): Don't use the undocumented return
528         value from (random t) (bug#9118).
529
530 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * message.el (message-auto-save-directory): If the ~/Mail directory
533         doesn't exist, use ~ as the auto-save directory (bug#4432).
534
535         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
536         hasn't already been started.
537
538 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
541
542         * message.el (message-reply): Work around mysterious bug where
543         `message-mode' seems to overwrite the locally bound `subject' variable.
544
545 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
546
547         * nnimap.el (nnimap-request-thread): Ensure search is performed in
548         correct group.
549
550         * gnus-int.el (gnus-request-thread): Add group argument.
551
552         * gnus-sum.el (gnus-summary-refer-thread): Use it.
553
554 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
557
558         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
559         renamed to `debbugs-gnu-*'.
560
561 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
562
563         * plstore.el: Revert the editing feature since it is not urgent.
564         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
565         (plstore-mode-decoded): Remove.
566
567 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
570         isn't very interesting any more, and it leaks potentially secret data.
571         (gnus-debug): Remove.
572
573         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
574         use of :custom-show.
575
576 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
577
578         * plstore.el: Add documentation.
579         (plstore-mode): New mode to edit plstore file.
580         (plstore-mode-toggle-display, plstore-mode-original)
581         (plstore-mode-decoded): New command.
582         (plstore--encode, plstore--decode, plstore--write-contents-functions)
583         (plstore--insert-buffer, plstore--make): New function.
584         (plstore-open, plstore-save): Simplify by using them.
585
586 2011-07-06  Glenn Morris  <rgm@gnu.org>
587
588         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
589
590 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
593         no longer is much used.
594         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
595         Articles".
596
597 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
598
599         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
600         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
601         `notmuch' backend.
602
603 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * mm-decode.el (mm-text-html-renderer): Doc fix.
606
607         * gnus-msg.el (gnus-bug): Fix the MML tag.
608
609         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
610
611 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
612
613         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
614         secondary methods if started with `gnus-no-server'.
615
616 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
617
618         * message.el (message-return-action): Fix typo in docstring.
619
620 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
623         bug reports at once.
624
625         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
626
627 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * nndraft.el: Require gnus-group.
630         (nndraft-request-list): Declare.
631
632         * nndraft.el (nndraft-update-unread-articles): Don't show group having
633         no unread article unless it matches gnus-permanently-visible-groups.
634
635         * nndraft.el (nndraft-update-unread-articles): New function.
636         (nndraft-request-associate-buffer): Use it to update the number of
637         unread articles for the nndraft groups in the group buffer when saving
638         or killing a draft message.
639
640 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
643         systems to binary before writing and reading the mbox files.
644
645         * gnus.el (gnus-summary-line-format): Link to the info node for %U
646         instead of trying to list them all (bug#8978).
647
648 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
649
650         * pop3.el (pop3-open-server): Use :end-of-capability.
651
652 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
655         the id is always a number.
656
657         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
658
659         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
660         debbugs mode, if possible.
661
662 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
663
664         * auth-source.el (auth-source-token-passphrase-callback-function):
665         Reindent.
666         (epg-context-operation): Remove unnecessary autoload.
667
668 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus.el (gnus-list-debbugs): New command.
671
672         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
673         mboxstat instead of the maintbox, since the stat seems to be fuller.
674
675         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
676         summary buffers.
677
678         * message.el (message-get-reply-headers): Delete all duplicates,
679         instead of the first.
680         (message-get-reply-headers): Ensure that we have progress while
681         deleting duplicates.
682
683         * gnus-msg.el (gnus-configure-posting-styles): Get the local
684         gnus-posting-style value from the summary buffer to make it easier to
685         make that a per-buffer conf.
686
687 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * nnir.el (nnir-run-imap): Allow halting a search when an article is
690         found by setting `shortcut' in 'query.
691         (nnir-request-article): Use `shortcut' setting when requesting article
692         by Message-ID.
693
694 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
697         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
698         Bring the pseudo-headers back too.
699
700 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
701
702         * auth-source.el (auth-source-token-passphrase-callback-function):
703         Simplify and remove EPA dependency.
704
705 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
706
707         * nnir.el (nnir-request-article): Fix error message text.
708
709 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
710
711         * auth-source.el (plstore-delete): Autoload.
712         (auth-source-plstore-search): Support delete operation.
713         * plstore.el (plstore-delete): New function.
714
715 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
718         mark actually existing articles as unread rather than the ones that
719         active asserts.
720
721 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
722
723         * nntp.el (nntp-record-command):
724         * gnus-util.el (gnus-message-with-timestamp-1):
725         Use format-time-string rather than decoding time stamps by hand.
726         This is simpler and insulates the code from potential changes to
727         current-time format.
728
729 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
732
733 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
734
735         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
736         (plstore-save): Support public key encryption.
737         (plstore--init-from-buffer): New function.
738         (plstore-open): Use it; fix error when opening a non-existent file.
739         (plstore-revert): Use plstore--init-from-buffer.
740
741 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
742
743         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
744
745 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * mml2015.el (mml2015-use): Replace string-match-p with string-match
748         for old Emacsen.
749
750 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
751
752         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
753         is not fully working.
754
755 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * dgnushack.el: Autoload sha1 on XEmacs.
758
759         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
760         quit window configuration.
761
762         * auth-source.el (epg-context-set-passphrase-callback):
763         Remove duplicate autoload.
764
765 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
766
767         * nnir.el (nnir-request-article): Allow requesting articles by
768         Message-ID with nnimap.
769
770         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
771         current server.
772
773 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * auth-source.el: Autoload EPA/EPG functions.
776         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
777         changed when EPA/EPG is not available.
778         (auth-source-backend): Rename "arg" member to "data".
779         (auth-source-backend-parse, auth-source-plstore-search)
780         (auth-source-plstore-create): Use it.
781
782 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
783
784         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
785         `gnus-refer-article-methods'.
786
787 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
788
789         * auth-source.el: Require EPA and EPG.
790         (auth-source-passphrase-alist): New variable.
791         (auth-source-passphrase-callback-function)
792         (auth-source-token-passphrase-callback-function): Callbacks for the
793         netrc field encryption (GPG tokens).
794         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
795         Symmetric encryption and decryption of the netrc GPG tokens.
796         (auth-source-netrc-normalize): Use them, simplifying the closure.
797
798 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
801         is available.
802
803 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
806         non-nil, and `nnimap-split-methods' is nil, use the former.
807
808 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
809
810         * plstore.el (plstore-revert): New function.
811         (plstore-open): Use it; hide the buffer from user.
812
813 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
814
815         * auth-source.el (auth-source-backend): New member "arg".
816         (auth-source-backend-parse): Handle new backend 'plstore.
817         * plstore.el: New file.
818
819 2011-06-30  Glenn Morris  <rgm@gnu.org>
820
821         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
822
823 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
826         expiring articles to.
827
828         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
829         variations as ASCII (bug#5458).
830
831 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
834
835 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * message.el (message-point-in-header-p): Tweak the function to default
838         to saying that we're not in the headers if there is no separator at
839         all.  This makes it possible to use the Message version of `M-q' in
840         buffers with no headers (bug#7987).
841         (message-point-in-header-p): Fix last checkin to work with an empty
842         mail-header-separator, too.
843
844         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
845         again, save the choice via customize.
846
847 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * message.el (message-send-mail-function): Add `sendmail-query-once'.
850
851         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
852         ended the connection, bail out before waiting infinitely on a new
853         connection.
854
855 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
858         reports.
859
860         * gnus.el (gnus-bug-package): Use "gnus."
861         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
862
863 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * dgnushack.el: Make the timer warning go away on XEmacs.
866
867         * gnus-art.el (gnus-article-stop-animations): New function to stop any
868         animations going on at article exit time.
869
870         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
871         since removing it breaks people upgrading.
872
873         * shr.el (shr-put-image): Use the new interface for animating images.
874         (shr-put-image): Animate for 60 seconds.
875
876         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
877         avoid compiler warnings.
878
879         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
880         error with `find-file-hooks' on Emacs 22.
881         (with-auth-source-epa-overrides): Ugly hack to Wrap the
882         `find-file-hook' things in `symbol-value' to avoid compilation warnings
883         on all architectures.
884
885         * spam.el (spam-stat): Require in a normal fashion without binding
886         `spam-stat-install-hooks' to avoid compilation warnings.
887
888         * spam-stat.el (spam-stat-install-hooks): Remove.
889         (spam-stat-install-hooks): Don't run automatically.
890
891 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
892
893         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
894         and keystroke.
895
896 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * auth-source.el (auth-source-netrc-cache): Move forward.
899
900 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * proto-stream.el (proto-stream-open-starttls): Use
903         `gnutls-available-p' to see whether we have built-in support.
904
905         * auth-source.el (auth-source-netrc-create): Don't query the bits that
906         we already know.
907         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
908         (auth-source-netrc-create): Don't prompt for the stuff we already know.
909
910 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
913         %S format, since that looks odd.
914         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
915         file, especially when saving.
916
917 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
918
919         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
920         article found.
921
922 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
925         `auth-source-save-secrets' with a more sensitive alist that can be
926         configured per file.  Experimental, so defaults to 'never.
927         (auth-source-netrc-create): Use it.  Still experimental code.
928         (with-auth-source-epa-overrides): Use `find-file-hooks' if
929         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
930
931 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * auth-source.el (auth-source-save-secrets): New variable to control if
934         secret tokens should be saved encrypted.
935         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
936         to `auth-source-netrc-normalize'.
937         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
938         on the EPA variables being defined.
939         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
940         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
941         the lexical-let closure.
942         (auth-source-netrc-create): Create "gpg:" tokens according to
943         `auth-source-save-secrets'.
944
945 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-group.el (gnus-group-update-group): Add new argument
948         `info-unchanged' that stops updating dribble buffer.
949
950         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
951         deletes lines matching to it in dribble buffer.
952
953         * gnus-agent.el (gnus-agent-fetch-group-1):
954         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
955         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
956         * gnus-start.el (gnus-group-change-level):
957         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
958
959         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
960         if newsgroup info is not changed.
961
962         * gnus-group.el (gnus-group-get-new-news-this-group):
963         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
964         Don't update dribble buffer.
965
966 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         * gnus-registry.el (gnus-registry-remove-ignored): New function to
969         remove entries with groups we ignore.
970
971 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
974         the underline comes at the bottom.
975
976 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
979         `gnus-registry-user-format-function-M' and declare the latter obsolete.
980         (gnus-registry-article-marks-to-names): Rename from
981         `gnus-registry-user-format-function-M2'.
982
983 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
986         ephemeral group.
987
988 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * shr.el (shr-browse-image): Copy the URL if called interactively.
991
992 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
995         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
996         done, then unselected articles may be marked as read.
997
998         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
999         since not doing this seems to lead to a race condition in pop3-logon.
1000
1001         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1002         so that the call chain it correct when we call "upwards".
1003
1004         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1005         in read-only groups.
1006
1007         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1008
1009         * message.el (message-cite-reply-position): Doc string fix.
1010
1011         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1012         avoid regexp overflow.
1013         (nnimap-transform-split-mail): Ditto.
1014
1015         * pop3.el (pop3-retr): Error out if the server closes the connection.
1016
1017 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1018
1019         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1020         mm-with-unibyte-current-buffer.  The buffer should not contain any
1021         multibyte chars anyway at this stage.
1022
1023 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1026         at the end of lines.
1027
1028 2011-05-29  Julien Danjou  <julien@danjou.info>
1029
1030         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1031
1032 2011-05-27  Glenn Morris  <rgm@gnu.org>
1033
1034         * gnus-group.el (gnus-bug-group-download-format-alist):
1035         Use the "maintainer" version of debian reports as well.
1036
1037 2011-05-26  Glenn Morris  <rgm@gnu.org>
1038
1039         * gnus-group.el (gnus-bug-group-download-format-alist):
1040         Use the "maintainer" version of debbugs.gnu.org reports.
1041
1042 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1045
1046 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1047
1048         * gnus-cus.el (gnus-agent-customize-category):
1049         * gnus-delay.el (gnus-delay-send-queue):
1050         * gnus.el (gnus-other-frame):
1051         Don't quote lambda expressions with `quote'.
1052
1053 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1054
1055         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1056         the thread moves us backwards and so we loop forever.
1057
1058 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1061         whitespace in base64 data lines.
1062
1063 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1064
1065         * gnus-registry.el (gnus-registry-user-format-function-M):
1066         Use `mapconcat'.
1067         (gnus-registry-user-format-function-M2): Use to see the full text of
1068         the marks.  Make "," the mark text separator.
1069
1070         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1071         authentication with auth-source.
1072
1073 2011-05-17  Glenn Morris  <rgm@gnu.org>
1074
1075         * gnus-group.el (gnus-import-other-newsrc-file):
1076         Use insert-file-contents.
1077
1078 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1079
1080         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1081         1000 iterations.
1082
1083 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * nntp.el (nntp-open-connection): Check if process-type is available.
1086
1087 2011-05-16  Julien Danjou  <julien@danjou.info>
1088
1089         * shr.el (shr-tag-del): Add support for del tag.
1090
1091 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-html.el (gnus-html-put-image): Register a displayer.
1094
1095         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1096
1097 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * registry.el (prune-factor): New initialization parameter defaulting
1100         to 0.1.
1101         (registry-prune-hard): Use it.
1102
1103         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1104         0.1 expicitly.
1105
1106 2011-05-13  Glenn Morris  <rgm@gnu.org>
1107
1108         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1109         is bound, since this function requires sendmail.
1110
1111 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1112
1113         * registry.el (registry-usage-test): Disable pruning test.
1114
1115 2011-05-11  David Engster  <dengste@eml.cc>
1116
1117         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1118         Bind set-network-process-option for XEmacs.
1119
1120 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1121
1122         * registry.el (registry-prune-hard-candidates)
1123         (registry-prune-soft-candidates): Helper methods for registry pruning.
1124         (registry-prune): Use them.  Make the sort function optional.
1125
1126 2011-05-10  Jim Meyering  <meyering@redhat.com>
1127
1128         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1129
1130 2011-05-10  Julien Danjou  <julien@danjou.info>
1131
1132         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1133         symbol and not a list.
1134
1135 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-art.el (gnus-article-mode): Move binding of
1138         shr-put-image-function here from gnus-article-prepare-display.
1139
1140         * shr.el (shr-put-image-function): New variable.
1141         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1142         (shr-put-image): Return scaled image.
1143
1144         * gnus-art.el (gnus-shr-put-image): New function.
1145         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1146
1147         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1148         original ones, as deletable.
1149
1150 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1151
1152         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1153
1154 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * registry.el (registry-full): Add convenience method.  Fix logic.
1157         (registry-insert): Use it.  Fix logic here too.
1158
1159         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1160         `registry-prune' if `registry-full' returns t.
1161         (gnus-registry-handle-action)
1162         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1163         (gnus-registry-usage-test): Use it.
1164
1165 2011-05-07  Julien Danjou  <julien@danjou.info>
1166
1167         * shr.el (shr-link): Make shr-link inherit from link by default.
1168
1169 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1170
1171         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1172
1173 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1176         error out because the face is not a list.
1177
1178 2011-05-05  Glenn Morris  <rgm@gnu.org>
1179
1180         * proto-stream.el (gnutls-negotiate): Fix declarations.
1181
1182         * gnus-start.el (gnus-propagate-marks): Declare.
1183
1184 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * registry.el (registry-reindex): Fix percentage message.
1187
1188         * proto-stream.el (network-stream-open-starttls): Adjust to call
1189         `gnutls-negotiate' with :process and :hostname arguments.
1190
1191 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1192
1193         * shr.el: Add shr-link face for links.
1194         (shr-urlify): Use it.
1195
1196         * registry.el (registry-insert): Make error message more helpful.
1197
1198 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * gnus-html.el (gnus-html-schedule-image-fetching):
1201         Use url-queue-retrieve, if it exists.
1202
1203         * shr.el (shr-tag-img): Ditto.
1204
1205         * gnus.el: Autoload more gnus-agent functions.
1206
1207         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1208         agent if we haven't already (bug#8502).
1209
1210         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1211         into the Agent, too.
1212
1213         * gnus-agent.el (gnus-agent-store-article): New function.
1214
1215         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1216         and moved from that file for reuse.
1217
1218         * pop3.el (pop3-open-server): Error messages are "-ERR".
1219
1220 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1223         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1224
1225 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1226
1227         * gnus.el: No Gnus v0.17 is released.
1228
1229 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1230
1231         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1232         buffer has moved to a different frame.
1233
1234 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1237         to get the conversion from unibyte to multibyte buffers to work on
1238         Emacs 22.
1239
1240         * nntp.el (nntp-request-article): Slight clean-up.
1241
1242 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * shr.el (shr-strike-through): New face.
1245         (shr-tag-s): Use it to provide <s> support.
1246         (shr-tag-s): Remove duplicate definition.
1247
1248 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1249
1250         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1251         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1252
1253 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1256         `gnutls-negotiate'.
1257         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1258
1259 2011-04-23  Glenn Morris  <rgm@gnu.org>
1260
1261         * gnus-sum.el (gnus-extra-headers): Bump :version.
1262
1263 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * shr.el (shr-tag-sup): New function.
1266         (shr-tag-sub): Ditto.
1267
1268 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1269
1270         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1271         for the case where `gnus-registry-ignored-groups' is a list of lists,
1272         and don't call `gnus-parameter-registry-ignore' otherwise.
1273
1274 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1275
1276         * nnimap.el (nnimap-user): New backend variable.
1277         (nnimap-open-connection-1): Use it.
1278         (nnimap-credentials): Accept user parameter so it's explicit what user
1279         name is desired.
1280
1281         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1282         default.
1283
1284         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1285         not gnus-registry.el.
1286
1287         * gnus-registry.el: Mention in comments how to modify
1288         `gnus-extra-headers' for proper recipient tracking and that it may
1289         already have To and Cc recently, which it does as of this commit.
1290         (gnus-registry-ignored-groups): Remove defcustom.
1291         Explain why in comments.
1292         (gnus-registry-action): Fix data-header reference to use the extra
1293         headers.  Explain in package commentary how to add To and Cc headers to
1294         the gnus-extra-headers.
1295         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1296         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1297         parameter list or a string list in `gnus-registry-ignored-groups'.
1298         Fix logic error.
1299
1300 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * shr.el (shr-expand-url): Protect against null urls.
1303
1304 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * shr.el (shr-base): New binding.
1307         (shr-tag-base): Keep track of <base>.
1308         (shr-expand-url): New function used throughout.
1309
1310 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1311
1312         * gnus-registry.el
1313         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1314         (gnus-registry-ignored-groups): New variable.
1315         (gnus-registry-ignore-group-p): Use it.
1316         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1317         set the destination group to nil (same as delete) if it's ignored.
1318
1319 2011-04-20  David Engster  <dengste@eml.cc>
1320
1321         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1322
1323         * Makefile.in (test-nntp): New rule.
1324         (check): Add it.
1325         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1326
1327 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-registry.el (gnus-registry-action)
1330         (gnus-registry-fetch-header-fast):
1331         Don't use mail-header that looks an internal function of mailheader.el.
1332
1333 2011-04-19  Glenn Morris  <rgm@gnu.org>
1334
1335         * time-date.el (time-to-days): Remove unused local variables.
1336
1337 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-registry.el: Eliminate cl functions.
1340         (gnus-registry-sort-addresses): New function that replaces mapcan.
1341         (gnus-registry-action, gnus-registry-spool-action)
1342         (gnus-registry-split-fancy-with-parent)
1343         (gnus-registry-fetch-recipients-fast): Use it.
1344         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1345
1346         * registry.el (initialize-instance, registry-lookup)
1347         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1348         (registry-lookup-secondary-value, registry-search, registry-delete)
1349         (registry-insert, registry-reindex, registry-size, registry-prune):
1350         Use eval-and-compile.
1351
1352 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * registry.el (registry-reindex): New method to recreate the secondary
1355         registry indices.
1356
1357         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1358         tracked field changes.
1359         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1360         (gnus-registry-action, gnus-registry-spool-action)
1361         (gnus-registry-handle-action)
1362         (gnus-registry--split-fancy-with-parent-internal)
1363         (gnus-registry-split-fancy-with-parent)
1364         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1365         move, and delete actions, and for fancy splitting with parent.
1366         (gnus-registry-extract-addresses)
1367         (gnus-registry-fetch-recipients-fast)
1368         (gnus-registry-fetch-header-fast): Convenience functions.
1369         (gnus-registry-misc-test): ERT test of
1370         `gnus-registry-extract-addresses'.
1371
1372 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1373
1374         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1375         Track by subject first, then sender.
1376
1377 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1378
1379         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1380
1381         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1382         Lisp.
1383
1384         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1385         (gnus-draft-send): Use it to avoid popping
1386         up frames from gnus-group-send-queue.
1387
1388 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1389
1390         * gnus-registry.el: Updated gnus-registry docs.
1391
1392 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1395         Fix logic bug.
1396         (gnus-registry-post-process-groups): Fix logging of no results and
1397         quote sender and subject.
1398
1399 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1402         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1403         gnutls-cli are too slow to be done opportunistically.
1404
1405         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1406         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1407         we had no early-data returned.
1408         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1409         two async commands to the same server at the same time.
1410
1411 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1412
1413         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1414
1415 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1418         "warning" level.
1419
1420         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1421         (mm-url-insert-file-contents): Don't set the package names.
1422
1423 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * gnus-registry.el (gnus-registry-action): Remove properties and
1426         simplify subject in `gnus-registry-handle-action'.
1427         (gnus-registry-spool-action): Get subject and sender from message if
1428         they are not passed in.
1429         (gnus-registry-handle-action): Remove properties and simplify subject
1430         consistently.
1431
1432 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1433
1434         * registry.el: Require CL before using defmacro*.
1435
1436 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-art.el (article-treat-date): Assume that
1439         gnus-article-date-headers may be a group parameter.
1440
1441 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1444
1445         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1446         interactively so the newsrc file can contain foreign groups too.
1447         Useful for debugging but not much for users.
1448
1449 2011-04-07  David Engster  <dengste@eml.cc>
1450
1451         * registry.el (registry-usage-test): Only do
1452         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1453         lexical binding.
1454
1455 2011-04-07  David Engster  <dengste@eml.cc>
1456
1457         * Makefile.in (check, test-registry): New rules for test-suite.
1458
1459 2011-04-06  David Engster  <dengste@eml.cc>
1460
1461         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1462         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1463
1464 2011-04-06  David Engster  <dengste@eml.cc>
1465
1466         * registry.el (initialize-instance): Change :after to :AFTER to be
1467         compatible with old EIEIO version in XEmacs.
1468
1469 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * gnus-registry.el (gnus-registry-post-process-groups)
1472         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1473         and provide better messaging.
1474
1475 2011-04-06  David Engster  <dengste@eml.cc>
1476
1477         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1478         errors.
1479
1480         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1481         dgnushack-compile with error-on-warn enabled, and to signal an error if
1482         clean compilation failed.
1483         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1484         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1485
1486 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1487
1488         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1489         unconditionally anyway, discarding errors.
1490         (gnus-registry-delete-entries): New convenience function.
1491         (gnus-registry-import-eld): Import from old .eld registry.
1492
1493         * registry.el: Don't use ERT if it's not available.  Load it
1494         unconditionally anyway, discarding errors.
1495
1496         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1497         version from the Claudio Bley GnuTLS patch (extra optional parameters
1498         and host name).
1499
1500 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1503         fixup the parameters that can be customized by the user between
1504         save/read cycles.
1505         (gnus-registry-read): Use it.
1506         (gnus-registry-make-db): Use it.
1507         (gnus-registry-spool-action, gnus-registry-handle-action):
1508         Fix messaging.
1509         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1510         Map references to actual group names with sender and subject tracking.
1511         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1512         (gnus-registry-usage-test): Add subject lookup test.
1513
1514         * registry.el (registry-db, initialize-instance): Set up constructor
1515         instead of :initform arguments for the sake of older Emacsen.
1516         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1517         pre-lexbind merge bug.
1518         (registry-usage-test): Use it.
1519         (initialize-instance, registry-db): Move the non-function initforms
1520         back to the class definition.
1521
1522 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * registry.el: New library to manage gnus-registry-style data.
1525
1526         * gnus-registry.el: Use it (major rewrite).
1527
1528         * nnregistry.el: Use it.
1529
1530         * spam.el: Use it.
1531
1532 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1535         marks on non-selected articles.
1536
1537 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1538
1539         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1540         parameter to open-protocol-stream.
1541
1542 2011-04-01  Julien Danjou  <julien@danjou.info>
1543
1544         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1545         fundamental-mode.
1546
1547 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1550         servers.
1551
1552 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1555         made marks not propagate, again.
1556
1557 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1558
1559         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1560         Make this the default type.
1561         (proto-stream-open-plain): Rename from proto-stream-open-default.
1562         (open-protocol-stream, proto-stream-open-starttls)
1563         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1564         with `plain'.
1565
1566         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1567         value.
1568
1569         * nntp.el (nntp-open-connection-function): Document the fact that some
1570         values are not functions but are instead handled specially.
1571         Recognize nntp-open-plain-stream value.
1572         (nntp-open-connection): Recognize that value.
1573
1574 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1577         where it seems to be needed.
1578
1579 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1582         stuff.
1583
1584         * gnus-score.el (gnus-score-string): Fix calling convention of
1585         `gnus-simplify-buffer-fuzzy' after last patches.
1586
1587         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1588         server for articles we didn't get any headers for.  This is a sanity
1589         check.
1590
1591 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1592
1593         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1594         new CAPABILITY, use it.
1595
1596 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1599         downloading anything.
1600
1601         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1602
1603 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1604
1605         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1606         colors.
1607         (gnus-splash-svg-color-symbols): New function.
1608
1609 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1612         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1613         (gnus-simplify-subject-fuzzy): Use the local
1614         gnus-simplify-subject-fuzzy-regex instead of the global one.
1615         This makes using this variable in group parameters work.
1616
1617 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         * gnus-registry.el (gnus-registry-unfollowed-groups):
1620         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1621         archive:sent-YYYY-MM-DD groups).
1622         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1623         tracking if there are more than `gnus-registry-max-track-groups'
1624         matches.
1625
1626 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1627
1628         * message.el (message--yank-original-internal): New function to do the
1629         insertion cleanly inside eval in `message-yank-original'.
1630         (message-yank-original): Use it.
1631
1632 2011-03-29  Julien Danjou  <julien@danjou.info>
1633
1634         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1635         local variables disabled rather than `normal-mode'.
1636
1637 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1638
1639         * imap.el (imap-shell-open, imap-process-connection-type):
1640         Use imap-process-connection-type for 'shell' streams as well as
1641         Kerberos, SSL, other subprocesses.
1642
1643 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1644
1645         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1646         with open-network-stream.
1647         (proto-stream-always-use-starttls): Option removed.
1648         (open-protocol-stream): Return a process object by default.  Provide a
1649         new parameter :return-list specifying a list-type return value, which
1650         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1651         :type `network' to `try-starttls', and `network-only' to `default'.
1652         Make `default' the default, for compatibility with open-network-stream.
1653         Handle the no-parameter case exactly as open-network-stream, with no
1654         additional stream processing.  Search plists using plist-get.
1655         Explicitly add :end-of-commend parameter if it is missing.
1656         (proto-stream-open-default): Rename from
1657         proto-stream-open-network-only.  Return 'default as the type.
1658         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1659         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1660         failed.  Always return a list with a (possibly dead) process as the
1661         first element, for compatibility with open-network-stream.
1662         (proto-stream-open-tls): Use plist-get.  Always return a list.
1663         (proto-stream-open-shell): Return `default' as connection type.
1664         (proto-stream-capability-open): Use plist-get.
1665         (proto-stream-eoc): Function deleted.
1666
1667         * nnimap.el (nnimap-stream, nnimap-open-connection)
1668         (nnimap-open-connection-1): Handle renaming of :type parameter for
1669         open-protocol-stream.
1670         (nnimap-open-connection-1): Pass a :return-list parameter
1671         open-protocol-stream to obtain a list return value.  Parse this list
1672         using plist-get.
1673
1674         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1675         for open-protocol-stream.  Accept open-protocol-stream return value
1676         that is a subprocess object instead of a list.  Handle the case of a
1677         dead returned process.
1678
1679 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1680
1681         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1682
1683         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1684
1685 2011-03-21  Julien Danjou  <julien@danjou.info>
1686
1687         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1688         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1689         query.
1690         (mm-inline-text): Render normal text with fontification whenever
1691         possible.
1692
1693         * gnus-sum.el (gnus-summary-save-parts-1):
1694         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1695         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1696         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1697         Use `mm-handle-filename'.
1698
1699         * mm-util.el (mm-handle-filename): New function, return the filename of
1700         an handle.
1701
1702 2011-03-18  Julien Danjou  <julien@danjou.info>
1703
1704         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1705         (gnus-buffer-live-p): Check that buffer is not nil.
1706
1707 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1708
1709         * gnus.el: No Gnus v0.15 is released.
1710
1711 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1714         avoid warning on XEmacs.
1715
1716         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1717         on XEmacs.
1718
1719         * gnus-art.el: Require mouse, which the build bot seems to say is
1720         needed.
1721
1722         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1723
1724         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1725         XEmacs, since it doesn't have url-retrieve-synchronously.
1726
1727         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1728         since assoc-string doesn't exist in XEmacs.
1729
1730 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1731
1732         * gnus-group.el (gnus-group-list-ticked): New function.
1733         (gnus-group-make-menu-bar): Provide a menu entry for it.
1734         (gnus-group-list-map): Provide a binding for it.
1735
1736 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * shr.el (shr-visit-file): New command.
1739
1740         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1741
1742 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1743
1744         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1745         servers.
1746
1747 2011-03-16  Julien Danjou  <julien@danjou.info>
1748
1749         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1750         inline.
1751
1752         * gnus-art.el (article-hide-list-identifiers):
1753         Use gnus-group-get-list-identifiers.
1754
1755         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1756         (gnus-summary-remove-list-identifiers):
1757         Use gnus-group-get-list-identifiers to get regexp.
1758         (gnus-select-newsgroup, gnus-summary-insert-subject)
1759         (gnus-summary-insert-articles):
1760         Call gnus-summary-remove-list-identifiers unconditionally.
1761
1762 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1765         we're selecting a group with unread articles.
1766
1767         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1768
1769         * gssapi.el: New file separated out from imap.el to provide a general
1770         Kerberos 5 connection facility for Emacs.
1771
1772         * message.el (message-elide-ellipsis): Document the format spec
1773         ellipsis.
1774
1775 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1776
1777         * message.el (message-elide-region): Allow the ellipsis to say how many
1778         lines were removed.
1779
1780 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1783         window configurations containing buffers that are now dead.
1784
1785         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1786         parsing to avoid integer overflows.
1787         (nnimap-parse-flags): Simplify the last change.
1788         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1789         too large for 32-bit Emacsen.
1790
1791 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * auth-source.el (auth-source-netrc-create):
1794         * message.el (message-yank-original): Fix use of `case'.
1795
1796 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1797
1798         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1799         XEmacs, which was one character too wide.
1800
1801 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1802
1803         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1804         default number of articles to display.
1805         (gnus-articles-to-read): Use pretty names for prompt.
1806
1807 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-int.el (gnus-open-server): Ditto.
1810
1811         * gnus-start.el (gnus-activate-group): Give a backtrace if
1812         debug-on-quit is set and the user hits `C-g'.
1813         (gnus-read-active-file): Ditto.
1814
1815         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1816
1817 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1818
1819         * message.el (message-yank-original): Use cond instead of CL case.
1820
1821 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1822
1823         * auth-source.el (auth-source-netrc-create): Use usual format for the
1824         default in prompts.
1825
1826 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * lpath.el: Fbind read-char-choice for XEmacs.
1829
1830 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1831
1832         * auth-source.el (auth-source-netrc-create): Show the default in the
1833         prompt when prompting for token creation.
1834
1835 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1836
1837         * auth-source.el (auth-source-format-prompt): Always convert the value
1838         to a string to avoid evaluating non-string arguments.
1839         (auth-source-netrc-create): Offer default properly, not as initial
1840         content in `read-string'.
1841         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1842         of line to determine if we've been run before.  If so, don't run again,
1843         but print a trivial message to indicate the cache was hit instead.
1844
1845 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1848         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1849         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1850         Gnus.
1851
1852 2011-03-11  Julien Danjou  <julien@danjou.info>
1853
1854         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1855         modified file".
1856
1857 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1858
1859         * auth-source.el (auth-source-read-char-choice): New function to read a
1860         character choice using `dropdown-list', `read-char-choice', or
1861         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1862         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1863         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1864         (auth-source-netrc-saver): Use it.
1865         (auth-source-pick-first-password): New convenience function.
1866
1867 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1868
1869         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1870         parameter in the credentials.
1871         (nnimap-open-connection-1): Use it after a successful login.
1872         (nnimap-credentials): Add IMAP-specific user and password prompt.
1873
1874         * auth-source.el (auth-source-search): Add :require parameter, taking a
1875         list.  Document it and the :save-function return token.  Pass :require
1876         down.  Change the CREATED message from a warning to a debug statement.
1877         (auth-source-search-backends): Pass :require down.
1878         (auth-source-netrc-search): Pass :require down.
1879         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1880         Change save prompt to indicate all modifications saved here are
1881         deletions.
1882         (auth-source-netrc-create): Take user login name as default in user
1883         prompt.  Move all the save functionality to a lexically bound function
1884         under the :save-function token in the returned list.  Set up clearer
1885         default prompts for user, host, port, and secret.
1886         (auth-source-netrc-saver): New function, intended to be wrapped for
1887         :save-function.
1888
1889 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1892         lines to be spaces instead.
1893
1894 2011-03-07  Julien Danjou  <julien@danjou.info>
1895
1896         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1897         (sieve-sasl-auth): Check that auth-source-search did return something,
1898         or just return an empty string.
1899
1900 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1901
1902         * gnus.el (gnus-interactive): Use read-directory-name.
1903
1904         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1905         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1906         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1907         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1908         Likewise.
1909
1910         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1911
1912 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1915         onto the list of killed groups, too.  This makes killed nnimap groups,
1916         for instance, more reliably not reappear.
1917
1918         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1919         the parent.
1920
1921         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1922
1923         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1924         really have server-side marks.
1925
1926         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1927         since most backends do not usefully have server-side marks.
1928         (gnus-update-read-articles): Propagate marks to all backends that
1929         really have server-side marks.
1930
1931 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1932
1933         * message.el (message-cite-reply-position, message-cite-style):
1934         New variables.
1935         (message-yank-original): Use the new citation styles.
1936
1937 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1938
1939         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1940         buffer-local issue); don't mark it buffer-local when running under
1941         XEmacs.
1942
1943 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1944
1945         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1946         numbers too big to be `read'.
1947
1948 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1949
1950         * password-cache.el (password-in-cache-p): Add autoload.
1951
1952         * message.el (message-options): Make buffer-local two ways to attempt
1953         to fix a XEmacs bug.
1954
1955 2011-03-02  Julien Danjou  <julien@danjou.info>
1956
1957         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1958
1959 2011-03-01  Julien Danjou  <julien@danjou.info>
1960
1961         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1962         group.
1963         (article-hide-list-identifiers): Use list-identifier group parameter.
1964
1965 2011-02-28  Julien Danjou  <julien@danjou.info>
1966
1967         * sieve.el (sieve-buffer-script-name): New local variable to store
1968         sieve script name.
1969         (sieve-edit-script): Store sieve script name.
1970         (sieve-upload): Use sieve script name when uploading.
1971         (sieve-upload): Use substitute-command-keys.
1972         (sieve-edit-script): Use substitute-command-keys.
1973         (sieve-refresh-scriptlist): Use substitute-command-keys.
1974         (sieve-manage-mode-map): Define keymap properly.
1975         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1976         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1977         Remove commented code about cvs.
1978         (sieve-manage-quit): New function.
1979         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1980
1981 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1984
1985 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1986
1987         * auth-source.el (auth-source-search): Cache empty result sets.
1988
1989         * password-cache.el (password-in-cache-p): Convenience function to
1990         check if a key is in the cache, even if the value is nil.
1991
1992         * auth-source.el (auth-source-save-behavior): New variable to replace
1993         `auth-source-never-create'.
1994         (auth-source-netrc-create): Use it.
1995         (auth-source-never-save): Remove.
1996
1997 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1998
1999         * nnimap.el (nnimap-stream): Doc fix.
2000         (nnimap-open-connection-1): Reverse the order of the ports to that the
2001         prompted-for port is first.
2002
2003         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2004         retrieval by the no-group selection.
2005
2006         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2007         numerical parameters.
2008
2009 2011-02-25  Julien Danjou  <julien@danjou.info>
2010
2011         * gnus-gravatar.el: Use gnus-with-article-buffer.
2012
2013         * gnus-art.el (gnus-with-article-buffer): Check that the
2014         gnus-article-buffer is alive.
2015
2016 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         * auth-source.el (auth-source-creation-prompts): New variable to manage
2019         creation-time prompts.
2020         (auth-source-search): Document it.
2021         (auth-source-format-prompt): Add utility function.
2022         (auth-source-netrc-create): Don't default the user name to
2023         user-login-name.  Use `auth-source-creation-prompts' and some default
2024         prompts for user, host, port, and password (the default generic prompt
2025         remains ugly).
2026         (auth-source-never-save): Add customizable option to never save info.
2027         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2028         mode excursion.
2029
2030 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2033         argument that XEmacs doesn't support.
2034
2035         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2036         compiled for Emacsen having no `libxml-parse-html-region' support.
2037
2038         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2039
2040         * lpath.el: Bind buffer-save-without-query for XEmacs.
2041
2042 2011-02-23  Julien Danjou  <julien@danjou.info>
2043
2044         * gnus-art.el (article-make-date-line): Ignore errors if time is
2045         invalid and not convertible.
2046         (article-make-date-line): Only add lapsed time if time is not nil.
2047
2048 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2049
2050         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2051         `read-char-choice' for backwards compatibility.
2052         (auth-source-netrc-element-or-first): New function to DTRT for
2053         parameter extraction.
2054         (auth-source-netrc-create): Use it and fix multiple parameter print
2055         bug.  Use the default passed from above (given-default) or the
2056         built-in (user-login-name for :user).
2057
2058 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-start.el (gnus-dribble-read-file):
2061         Set buffer-save-without-query, since we always want to save the dribble
2062         file, probably.
2063
2064         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2065         nnimap.
2066
2067         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2068         -summary- since it's a user-visible variable.
2069
2070         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2071         first time you use the new Gnus.
2072
2073 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2074
2075         * auth-source.el: Don't load netrc.el.
2076         (auth-sources): Search ~/.netrc as well by default.
2077         (auth-source-debug): Add 'trivia option for extra output.
2078         (auth-source-do-trivia): Use it.
2079         (auth-source-search): Simplify logic to use
2080         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2081         appropriate.  Don't keep a running count at this level.  Layer :create
2082         and :delete options appropriately on the first and second passes.
2083         Don't track the backend with the search results.
2084         (auth-source-search-backends): New function to search a list of
2085         backends for a processed spec.
2086         (auth-source-netrc-parse): Cache all netrc files, making
2087         auth-source-netrc-cache an alist keyed by the file name and using the
2088         file mtime as the caching criterion.  Keep the obfuscated data secret
2089         with a lexical bind.
2090         (auth-source-netrc-search): Don't calculate the length of the results
2091         unnecessarily.
2092         (auth-source-search-backends): Fix bug.
2093         (auth-source-netrc-create): Rework prompts.
2094
2095 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2098         Lower case names of search constraints.
2099         (nnir-run-query): Cache and reuse search constraints for all imap
2100         servers.
2101
2102 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2105         after exit.
2106         (gnus-setup-message): Define missing variable from last checkin.
2107
2108         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2109         value, show the raw article.
2110
2111 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2112
2113         * gnus.el: No Gnus v0.13 is released.
2114
2115 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2116
2117         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2118         auth-source now accepts numbers.
2119
2120         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2121         spec, too.
2122         (auth-source-ensure-strings): New function.
2123
2124         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2125         (gnus-article-setup-buffer): Always restart the date timer so that user
2126         changes to the frequency is respected.
2127
2128         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2129         port numbers, so make sure it gets that if nnimap-server-port is
2130         explicit.
2131
2132 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2133
2134         * nnimap.el (nnimap-inbox): Doc fix.
2135
2136 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2137
2138         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2139         Autoload.  Add optional arg FRAME, and pass it to color-values.
2140         (color-complement): Caller changed.  Doc fix.
2141         (color-gradient): Rewrite for better clarity and efficiency.
2142
2143 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2144
2145         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2146         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2147         color-lab-to-srgb.
2148
2149 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2150
2151         * color.el: First part of merge from hexrgb.el.
2152         (color-rgb-to-hex): Rename from color-rgb->hex.
2153         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2154         saturation to zero if the value is too small.
2155         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2156         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2157         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2158         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2159         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2160         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2161         (color-cie-de2000): Doc fix.
2162
2163 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2164
2165         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2166         given method as in the group name if we're using an extended method.
2167         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2168         command, if we're using that, instead of waiting for the beginning.
2169
2170         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2171         we're sure to get unique server names, and we don't output two async
2172         commands in the same buffer.  This fixes an NNTP hang for some users.
2173
2174 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2175
2176         * gnus.el: No Gnus v0.11 is released.
2177
2178 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2181         summary buffer before reading going to the next buffer.  This avoids
2182         putting the point in the group buffer if you `C-g' the command.
2183
2184         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2185         cache (for now) to make ~/.authinfo.gpg files usable.
2186
2187         * nnfolder.el (copyright-update): Define for the compiler.
2188
2189         * auth-source.el (auth-source-search): Fix unbound variable.
2190
2191 2011-02-19  Glenn Morris  <rgm@gnu.org>
2192
2193         * gnus.el (gnus-meta): Doc fix.
2194
2195 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2196
2197         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2198         in case it's not yet loaded.
2199
2200 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2201
2202         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2203         line we're waiting for.
2204
2205 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2206
2207         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2208         face with line-width greater than zero will cause RET in gnus summary
2209         buffer to scroll down article page-wise because auto vscroll happens,
2210         it should be temporalily disabled when doing a scroll-up.
2211
2212 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2215         outputs from the server.
2216
2217 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2218
2219         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2220         later so that bbdb can hook in easier.
2221
2222 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * auth-source.el (auth-source-search): Don't try to create credentials
2225         if the caller doesn't want that.
2226         (auth-source-search): If we don't find a match, don't bug out on
2227         non-bound variables.
2228         (auth-source-search): Only ask a single backend to create the
2229         credentials.
2230
2231         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2232         logging.
2233         (nnimap-credentials): Protect against auth-source-search returning nil.
2234         (nnimap-request-list): Protect against not being able to open the
2235         server.
2236
2237 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2238
2239         * auth-source.el (auth-source-search): Do a two-phase search, one with
2240         no :create to get the responses from all backends.
2241
2242         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2243         when getting credentials.
2244
2245         * gnus-util.el (gnus-delete-duplicates): New function.
2246
2247 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2248
2249         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2250         a creation default, pass the whole port list down.  It will be
2251         completed.
2252
2253         * auth-source.el (auth-source-search): Updated docs to talk about
2254         multiple creation choices.
2255         (auth-source-netrc-create): Accept a list as a value (from the search
2256         parameters) and do completion on that list.  Keep a separate netrc line
2257         with the password obscured for showing the user.
2258
2259         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2260         first choice to `auth-source-search' so it will be used for entry
2261         creation instead of the server's Gnus-specific name.
2262         (nnimap-credentials): Rely on the auth-source library to select which
2263         port is actually wanted in the new netrc entry, so don't override
2264         `auth-source-creation-defaults'.
2265
2266         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2267         :protocol and accept a missing user, host, or port as a wildcard match.
2268         (auth-source-debug): Default to off.
2269
2270         (auth-source-netrc-search, auth-source-netrc-create)
2271         (auth-source-secrets-search, auth-source-secrets-create)
2272         (auth-source-user-or-password, auth-source-backend, auth-sources)
2273         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2274         instead of :protocol.
2275
2276         * nnimap.el (nnimap-credentials): Pass a port default to
2277         `auth-source-search' in case an entry needs to be created.
2278         (nnimap-open-connection-1): Use :port instead of :protocol.
2279
2280 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * auth-source.el: Bind load-path when loading EIEIO from
2283         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2284         21.4 doesn't support, to `require'.
2285         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2286         delete-dups that is not available in XEmacs 21.4.
2287
2288 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2289
2290         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2291         as EIEIO must also be loaded when auth-source.el is being
2292         byte-compiled.
2293
2294 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2295
2296         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2297
2298         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2299
2300         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2301
2302         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2303
2304         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2305
2306         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2307
2308         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2309
2310         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2311         necessary.
2312
2313 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2316         nil means that nnimap doesn't get updated.
2317
2318 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2319
2320         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2321         result when the user doesn't want to write to the file.
2322         (auth-source-netrc-search): Expect a synthetic result and proceed
2323         accordingly.
2324         (auth-source-cache-expiry): New variable to override
2325         `password-cache-expiry'.
2326         (auth-source-remember): Use it.
2327
2328         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2329         parameter.  Create entry if necessary by using :create t.
2330         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2331
2332 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2333
2334         * auth-source.el (auth-source-debug): Enable by default and don't
2335         mention the obsolete `auth-source-hide-passwords'.
2336         (auth-source-do-warn): New function to debug unconditionally.
2337         (auth-source-do-debug): Use it.
2338         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2339         and for Secrets API entries when the secrets.el library is not
2340         available.
2341
2342 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2345         (gnus-summary-exit): Kill the correct article buffer on exit from a
2346         `C-d' group.
2347
2348         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2349         gnus-propagate-marks.
2350
2351         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2352         before killing the buffers so that a non-full window conf gets handled
2353         correctly.
2354         (gnus-summary-exit): Ditto.
2355         (gnus-summary-read-group-1): Ditto.
2356
2357         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2358         async code again so that we can debug it properly.
2359
2360         * message.el (message-reply): Take an optional switch-buffer parameter
2361         so that Gnus window confs are respected better.
2362
2363 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2366         `plist-get' to accept non-list parameters (XEmacs issue).
2367         Fix docstring.
2368         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2369         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2370         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2371         Login collection is "Login" and not "login".
2372
2373 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2376         multiple headers.
2377
2378         * nnimap.el (nnimap-inhibit-logging): New variable.
2379         (nnimap-log-command): Don't log login commands.
2380
2381         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2382         to have more parameters.
2383
2384         * nnimap.el (nnimap-send-command): Mark the command time for each
2385         command, so that we don't get NOOPs stepping on our toes.
2386
2387         * gnus-art.el (article-date-ut): Get the date from the Date header on
2388         `t'.
2389
2390 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * auth-source.el (auth-source-search): Use copy-sequence instead of
2393         the cl.el copy-list.
2394
2395 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2396
2397         * imap.el: Bring it back (revert
2398         84d800cd31de3064f0ed39617d725709a2f8f42f).
2399
2400 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2401
2402         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2403         Improve prompt.
2404
2405 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2408         washing status from the default format.  It isn't very informative.
2409
2410 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2411
2412         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2413         Fix Gcc processing on imap.
2414
2415 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * imap.el: Remove file.  All the functionality is in nnimap.el.
2418
2419 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2420
2421         * message.el (message-bury): Don't pop up a new window when selected
2422         window is dedicated.
2423
2424 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2425
2426         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2427
2428 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * sieve-manage.el: Autoload `auth-source-search'.
2431         (sieve-sasl-auth): Use it.
2432
2433 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2434
2435         * nnimap.el: Autoload `auth-source-forget+'.
2436         (nnimap-open-connection-1): Use it if the connection fails.
2437
2438         * auth-source.el: Require `password-cache'.
2439         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2440         obsolete.
2441         (auth-source-magic): Marker for `password-cache' keys.
2442         (auth-source-do-cache): Update docstring.
2443         (auth-source-search): Use and check cache.
2444         (auth-source-forget-all-cached, auth-source-remember)
2445         (auth-source-recall, auth-source-forget, auth-source-forget+)
2446         (auth-source-specmatchp): Caching support functions.
2447         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2448         Remove and obsolete.
2449         (auth-source-user-or-password): Remove caching to further discourage
2450         using it.  Always hide passwords.
2451
2452         * password-cache.el (password-cache-remove): Accept secrets that are
2453         not strings.
2454
2455 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2458         code for now, since it doesn't work for all users.
2459
2460 2011-02-09  Julien Danjou  <julien@danjou.info>
2461
2462         * message.el (message-options): Make message-options really buffer
2463         local.
2464
2465 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2466
2467         * mail-source.el: Autoload `auth-source-search'.
2468         (mail-source-keyword-map): Note order matters.
2469         (mail-source-set-1): Get all the mail-source source values and
2470         defaults and search auth-source on those if needed.  This can all
2471         probably be simplified.
2472
2473         * nnimap.el: Autoload `auth-source-search'.
2474         (nnimap-credentials): Use it.
2475         (nnimap-open-connection-1): Ask for the virtual server and physical
2476         address in one shot.
2477
2478         * nntp.el: Autoload `auth-source-search'.
2479         (nntp-send-authinfo): Use it.  Note TODO.
2480
2481 2011-02-08  Julien Danjou  <julien@danjou.info>
2482
2483         * shr.el (shr-tag-body): Add support for text attribute in body
2484         markups.
2485
2486         * message.el (message-options): Make message-options a local variable.
2487
2488 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2489
2490         * auth-source.el (auth-source-secrets-search)
2491         (auth-source-user-or-password): Use `append' instead of `nconc'.
2492         (auth-source-user-or-password): Build return list better and protect
2493         against nil :secret.
2494
2495 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nnimap.el (nnimap-update-info): Refactor slightly.
2498         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2499         (nnimap-update-info): Clean up slightly.
2500         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2501         characters.
2502         (nnimap-process-quirk): Rename function to avoid collision.
2503         (nnimap-update-info): Fix macrology bug-out.
2504         (nnimap-update-info): Simplify split history test.
2505
2506 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2507
2508         * auth-source.el (top): Require 'eieio unconditionally.
2509         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2510         (auth-source-secrets-search): Limit search when `max' is greater than
2511         number of results.
2512
2513 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2516         part not returning any data.
2517
2518         * proto-stream.el (open-protocol-stream): Document the return value.
2519
2520 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2521
2522         * auth-source.el (auth-source-secrets-search): Add examples.
2523
2524 2011-02-06  Julien Danjou  <julien@danjou.info>
2525
2526         * message.el (message-setup-1): Handle message-generate-headers-first
2527         set to t.
2528
2529 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2530
2531         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2532         API with a string "secrets:collection-name" and with 'default.
2533         (auth-source-backend-parse): Parse "secrets:collection-name" and
2534         'default.  Recurse on parses instead of repeating code.  Use the
2535         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2536         message when ignoring a source.
2537         (auth-source-search): List ignored search keys at the top level.
2538         (auth-source-netrc-create): Use `case' instead of `cond'.
2539         (auth-source-secrets-search): Created with TODOs.
2540         (auth-source-secrets-create): Created with TODOs.
2541         (auth-source-retrieve, auth-source-create, auth-source-delete)
2542         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2543         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2544         (auth-source-user-or-password-sftp)
2545         (auth-source-user-or-password-smtp): Remove.
2546         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2547         around `auth-source-search'.  Not tested thoroughly.
2548
2549 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2550
2551         * auth-source.el: Bring in assoc and eioeio libraries.
2552         (secrets-enabled): New variable to track the status of the Secrets API.
2553         (auth-source-backend): New EIOEIO class to represent a backend.
2554         (auth-source-creation-defaults): New variable to set prompt defaults
2555         during token creation (see the `auth-source-search' docstring for
2556         details).
2557         (auth-sources): Simplify to allow a simple string as a netrc backend
2558         spec.
2559         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2560         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2561         (auth-source-search): Main auth-source API entry point.
2562         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2563         (auth-source-search-collection): Helper function for searching.
2564         (auth-source-netrc-parse, auth-source-netrc-normalize)
2565         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2566         Supports search, create, and delete.
2567         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2568         backend stubs.
2569         (auth-source-user-or-password): Call `auth-source-search' but it's not
2570         ready yet.
2571
2572 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * message.el (message-setup-1): Remove the read-only stuff, since it
2575         doesn't work under XEmacs, for some reason.
2576
2577         * gnus-sum.el (gnus-user-date): Rename back from
2578         gnus-summary-user-date since user code refers to it.
2579
2580         * shr.el (shr-render-td): Store the actual background colour used.
2581
2582         * message.el (message-setup-1): Don't bind the constant
2583         -forbidden-properties.
2584         (message-setup-1): Revert previous change, since it needs to bind the
2585         props to insert them.
2586         (message-resend): Allow removing the read-only separator line.
2587
2588 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2589
2590         * nnimap.el (nnimap-request-accept-article): Give an error message if
2591         the APPEND wasn't successful.
2592
2593 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2594
2595         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2596         that have no groups.
2597
2598 2011-02-03  Julien Danjou  <julien@danjou.info>
2599
2600         * gnus-draft.el: Remove progn around gnus-draft-setup.
2601
2602 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-start.el (gnus-read-active-for-groups): This function is never
2605         called with a nil `infos', so clean that up.
2606         (gnus-get-unread-articles): Request active files from primary/secondary
2607         methods that have no groups (yet).
2608
2609 2011-02-03  Julien Danjou  <julien@danjou.info>
2610
2611         * message.el (message-setup-1): Always generate References first.
2612         (message-mail): Return the return value of message-setup, not always t.
2613         (message-setup-1): Insert mail-header-separator with read-only and
2614         intangible properties set.
2615
2616         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2617         user-date in docstring.
2618
2619         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2620
2621         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2622         docstring.
2623
2624         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2625         defcustom, with type and group. Move from gnus-util.el. Rename to
2626         gnus-summary-user-date-format-alist.
2627
2628 2011-02-03  Glenn Morris  <rgm@gnu.org>
2629
2630         * nnimap.el (gnus-fetch-headers): Declare.
2631
2632         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2633
2634 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2635
2636         * message.el (message-forward-make-body-digest-plain)
2637         (message-followup, message-reply): Clean up things noted by Stefan.
2638
2639         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2640         gnus-article-update-date-headers is nil.
2641         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2642         it didn't really work with defcustom.
2643         (article-update-date-lapsed): Make sure the window start doesn't move,
2644         either.
2645
2646 2011-02-01  Julien Danjou  <julien@danjou.info>
2647
2648         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2649         format.
2650
2651         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2652         standard in Emacs nowadays.
2653
2654         * color.el (color-gradient): Add a color-gradient function.
2655
2656 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2657
2658         * message.el (message-expand-name): Don't trust the return value of
2659         bbdb-complete-name.
2660         (message-check-news-header-syntax): Remove unused var `start'.
2661         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2662         (message-inhibit-body-encoding): Move to before first use.
2663         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2664         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2665         (Organization, Message-ID, Date, mh-previous-window-config):
2666         Defvar the vars using dynamic scoping.
2667
2668 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2669
2670         * shr.el (shr-render-td): Only do colours at the final rendering.
2671         Should be slightly faster.
2672         (shr-insert-table): Fix up TD background colours when doing the
2673         vertical padding.
2674
2675         * gnus-art.el (article-date-ut): Protect against articles with no Date
2676         header.
2677         (article-update-date-lapsed): Don't use current-column to find the
2678         horizontal position.  It's fragile in the presence of \003 characters.
2679
2680         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2681
2682 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-art.el (article-transform-date): Rewrite to still work when
2685         there are several rfc2822 parts.
2686         (article-transform-date): Fix infinite recursion.
2687         (article-date-ut): Replace infinitely many Date headers with a single
2688         one when called interactively.
2689
2690         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2691         secure manner.
2692
2693         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2694         move around by not using save-window-excursion.  It seems to work...
2695
2696 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-art.el (article-make-date-line): Work for user-defined format.
2699
2700 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2701
2702         * nntp.el (nntp-retrieve-group-data-early)
2703         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2704         fetching functions.
2705
2706         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2707         thoroughly for all backends that have no known groups.  This should
2708         allow new nnml methods to retrieve mail.
2709
2710         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2711         that Gnus doesn't know exists again.
2712
2713         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2714         (gnus-treat-date-ut): Ditto.
2715         (gnus-article-update-date-header): Rename.
2716         (gnus-treat-date-local): Remove.
2717         (gnus-treat-date-english): Remove.
2718         (gnus-treat-date-lapsed): Remove.
2719         (gnus-treat-date-combined-lapsed): Remove.
2720         (gnus-treat-date-original): Remove.
2721         (gnus-treat-date-iso8601): Remove.
2722         (gnus-treat-date-user-defined): Remove.
2723         (gnus-article-date-headers): New variable to control all the date
2724         header options.
2725         (article-date-ut): Rewrite to allow using the new way to format date
2726         headers(s).
2727
2728 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2729
2730         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2731         method.
2732         (nnmail-article-group): A better test for fanciness.
2733
2734         * nnimap.el (nnimap-request-head): Protect against not finding the
2735         article by Message-ID.
2736
2737 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2740         keep point at the "same place".
2741
2742 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2745         data if the group is unactivated.
2746
2747 2011-01-28  Julien Danjou  <julien@danjou.info>
2748
2749         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2750         (gnus-all-windows-visible-p): Remove old compatibility code.
2751         (gnus-window-top-edge): Add docstring.
2752
2753         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2754
2755 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2758         older request-update-info.
2759
2760         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2761
2762 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2763
2764         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2765         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2766
2767 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2768
2769         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2770         groups.  This makes the nndraft:queue group pop up if it's not already
2771         there.
2772
2773         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2774         messages" logic, which was reversed.
2775
2776         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2777         the "same place" even if point is on the line being replaced.
2778         (article-update-date-lapsed): Allow updating both the combined lapsed
2779         and the lapsed headers.
2780         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2781         (article-make-date-line): Limit the number of segments dynamically to
2782         avoid too-long lines.
2783
2784 2011-01-27  Julien Danjou  <julien@danjou.info>
2785
2786         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2787         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2788
2789 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2792         Use plist-get instead of the cl function getf.
2793
2794 2011-01-27  Glenn Morris  <rgm@gnu.org>
2795
2796         * gnus-util.el (float-time): Get rid of compiler warning, again.
2797
2798 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2799
2800         * shr.el (shr-put-color): Special-case background colours: Do put them
2801         at the blank parts at the front of the lines.
2802
2803         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2804         exit hook to nix out all data on readedness on group exit.
2805
2806         * gnus-util.el (float-time): If float-time is bound, always use it on
2807         all Emacsen.  It's unclear why the subrp check was there.
2808         (time-date): Require to make some autoload issues on XEmacs go away.
2809
2810         * shr.el (shr-put-color): Don't do the box padding in tables, since
2811         they're already padded.
2812
2813 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2814
2815         * gnus-art.el (gnus-article-next-page): When the last line of the
2816         article is displayed, scroll down once more instead of going to the
2817         next article at once.
2818         (article-lapsed-string): Refactor out and allow specifying how many
2819         segments you want.
2820         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2821         (gnus-article-update-lapsed-header): New variable.
2822
2823         * shr.el: Revert change that made headings use different-sized faces.
2824         The Emacs display engine isn't advanced enough that, for instance,
2825         tables can comfortably use differently-sized faces.
2826
2827 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2828
2829         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2830         used.
2831         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2832         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2833         we're using an encrypted connection.
2834
2835         * proto-stream.el: Alter the interface functions to also return the
2836         actual stream type used: network or tls.
2837
2838 2011-01-25  Julien Danjou  <julien@danjou.info>
2839
2840         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2841         (mm-display-javascript-inline): New function.
2842
2843         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2844         viewing function.
2845
2846 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * shr.el (shr-expand-newlines): Fix variable name.
2849
2850 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2851
2852         * shr.el (shr-expand-newlines): Make nested boxes work.
2853
2854 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2855
2856         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2857         backgrounds.
2858         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2859         in a more sensible manner.
2860
2861 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2864         if EPG is loaded.
2865
2866 2011-01-24  Julien Danjou  <julien@danjou.info>
2867
2868         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2869         tags.
2870
2871 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2872
2873         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2874         commands.
2875
2876         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2877         in the article buffer.
2878         (gnus-gravatar-insert): Use blank space from the current buffer to
2879         avoid breaking text properties.  This makes X-Sent updating work again.
2880
2881         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2882
2883 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2886         fix the bug in url-http.el instead.
2887
2888         * shr.el (shr-image-fetched): Ditto.
2889
2890         * shr.el (shr-image-fetched): Avoid having point move in the article
2891         buffer.
2892
2893         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2894         buffer after being called.  It's apparently being killed by url.el, and
2895         killing it made point move to end-of-buffer in a random buffer.
2896
2897         * shr.el (shr-image-fetched): Ditto.
2898
2899 2011-01-23  Julien Danjou  <julien@danjou.info>
2900
2901         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2902
2903         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2904         text/x-org.
2905
2906 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2907
2908         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2909         (i.e., nnimap) returning nil as the article number.
2910
2911 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2912
2913         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2914         "DelSp" parameter in RFC3676.
2915
2916 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2917
2918         * message.el (message-check-recipients): Display the encoded version of
2919         the bogus address if they differ.
2920
2921         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2922         after sending.
2923
2924         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2925
2926         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2927
2928         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2929         group buffer after sending the queue.
2930
2931         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2932
2933 2011-01-22  Julien Danjou  <julien@danjou.info>
2934
2935         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2936
2937 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2938
2939         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2940         nested related parts.
2941
2942         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2943         unexpired articles.  This fixes the regression that led expiry marks to
2944         disappear from nnfolder groups.
2945
2946 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2947
2948         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2949         Don't confuse the "ret" of "retrograde" with RET.
2950
2951 2011-01-21  Julien Danjou  <julien@danjou.info>
2952
2953         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2954         than mm-insert-inline.
2955
2956 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2959         Widen article buffer.
2960
2961 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2962
2963         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2964         the temp buffer.
2965         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2966
2967 2011-01-20  Julien Danjou  <julien@danjou.info>
2968
2969         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2970
2971         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2972         than mm-insert-inline to insert inline part: this respect
2973         mm-inline-media-tests displayers.
2974
2975         * mm-view.el (mm-display-shell-script-inline): New function.
2976
2977         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2978
2979         * mm-uu.el (mm-uu-type-alist): Add org block.
2980         (mm-uu-org-src-code-block-extract): New function.
2981
2982         * mm-view.el (mm-display-org-inline): New function.
2983
2984         * mm-decode.el (mm-automatic-display): Add text/org.
2985
2986         * mailcap.el (mailcap-mime-extensions): Add .org.
2987
2988 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2991         gnus-article-add-buttons.
2992
2993 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2994
2995         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2996         From header with a date and "nobody" as the sender.
2997
2998 2011-01-19  Julien Danjou  <julien@danjou.info>
2999
3000         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3001         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3002         if you have the same regexp several times.
3003         (gnus-button-push): Fix matching when regexp is symbol.
3004
3005 2011-01-15  Glenn Morris  <rgm@gnu.org>
3006
3007         * message.el (message-mail): A compose-mail function should
3008         accept headers as strings.
3009
3010 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3011
3012         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3013         Add :vert-only tags.
3014         (message-mail): New arg RETURN-ACTION.
3015         (message-return-action): New var.
3016         (message-bury): Use it.
3017         (message-mode): Make it buffer-local.
3018         (message-send-and-exit): Always call message-bury.
3019
3020         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3021         message-mail.
3022
3023 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * nnimap.el (nnimap-convert-partial-article): Protect against
3026         zero-length body parts.
3027
3028         * mm-decode.el (mm-preferred-alternative-precedence):
3029         Discourage showing empty parts.
3030
3031         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3032         and stuff if the backend didn't return the article number.  This fixes
3033         an Exchange-related nnimap bug.
3034
3035         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3036         group window, because it does the wrong thing when a separate frame
3037         displays the group buffer.
3038
3039         * proto-stream.el (open-protocol-stream): Protect against the low-level
3040         transport functions returning nil.
3041
3042 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3043
3044         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3045         (mml2015-epg-find-usable-secret-key): New function.
3046         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3047         mml2015-epg-find-usable-key (Bug#7797).
3048         (mml2015-epg-encrypt): Ditto.
3049
3050 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * dgnushack.el (rot13-string): Fix the way to get the argument.
3053
3054 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3057
3058 2011-01-03  Glenn Morris  <rgm@gnu.org>
3059
3060         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3061
3062         * sieve.el (sieve-open-server): Give a more explicit error if
3063         sieve-manage-open returns nil.  (Bug#7720)
3064
3065 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3066
3067         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3068
3069 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3072         This avoids sending passwords in plain text over non-encrypted
3073         channels.
3074
3075         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3076
3077         * nnimap.el (nnimap-login): Refactored out into own function, and
3078         implement CRAM-MD5.
3079         (nnimap-wait-for-line): Refactored out.
3080
3081         * mm-view.el (mml-smime): Require.
3082
3083 2010-12-20  David Engster  <deng@eml.cc>
3084
3085         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3086         use EPG to decrypt S/MIME messages instead of openssl.
3087
3088 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3091
3092         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3093         status is the group clearly is unreachable.
3094
3095         * auth-source.el (auth-source-create): Add the optional second
3096         parameter to `local-variable-p' to be compatible with XEmacs.
3097
3098 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3099
3100         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3101         work when using a compressed nnml folder.
3102
3103 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3106         backends after sanitising on entry, because this never makes sense:
3107         If the articles have gone missing, then the data no longer exists on
3108         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3109         overwrite anything anyway.
3110
3111         * shr.el (shr-insert-document): Bind shr-width dynamically to
3112         window-width if it's nil.
3113
3114 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3115
3116         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3117         with the meaning of using the full emacs window width for rendering.
3118
3119 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3120
3121         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3122         case when sender is not given.
3123
3124 2010-12-23  Julien Danjou  <julien@danjou.info>
3125
3126         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3127         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3128         the addresses, otherwise we might misplaced the gravatar.
3129
3130 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3131
3132         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3133         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3134         obsolete in Emacs.
3135
3136 2010-12-20  Julien Danjou  <julien@danjou.info>
3137
3138         * gnus-util.el (gnus-rescale-image): Revert last change.
3139
3140 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3141
3142         * binhex.el: Improve commentary (Bug#7482).
3143
3144 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * gnus-group.el (gnus-group-delete-articles): New command.
3147
3148 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3149
3150         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3151
3152 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3155         here, since it's up to the backends to do CRLF removal if their
3156         protocol has it.
3157
3158         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3159
3160 2010-12-17  Julien Danjou  <julien@danjou.info>
3161
3162         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3163         they are from file. Can also scale up.
3164
3165 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3166
3167         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3168         gnus-use-agent.
3169         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3170
3171         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3172
3173 2010-12-17  Julien Danjou  <julien@danjou.info>
3174
3175         * gravatar.el (gravatar-retrieve-synchronously): New function.
3176         (gravatar-get-data): Make more robust.
3177
3178 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3181
3182 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3185         to really consider the last line.
3186
3187 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3188
3189         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3190         list of recipient keys, or use symmetric encryption if not a list.
3191         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3192         EPA override, replacing the call to `netrc-store-data'.
3193
3194 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3195
3196         * gnus-srvr.el: Avoid passing nil regexp argument to
3197         delete-matching-lines.
3198
3199 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3202         fetching stops when Gnus exits.
3203
3204         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3205         function.
3206         (nnfolder-request-expire-articles): Save all the buffers after doing
3207         expiry.
3208
3209         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3210         the last article", since that led to serious performance regressions
3211         when expiring nnml groups.
3212
3213 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3214
3215         * nnir.el: Improve customizations.
3216
3217 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3220
3221         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3222         group has been killed.
3223         (gnus-group-yank-group): Ditto.
3224
3225         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3226
3227         * nnimap.el (nnimap-request-update-group-status): New function.
3228
3229         * gnus-int.el (gnus-request-update-group-status): New interface
3230         function.
3231
3232         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3233         copying read-ness to the backends.
3234
3235         * nnimap.el (nnimap-quirk): New function.
3236         (nnimap-retrieve-group-data-early): Use it.
3237         (nnimap-quirks): New alist.
3238
3239 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3242         don't delete it within indentation.
3243
3244 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3247         previous line.
3248
3249 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3252         QRESYNC command by deleting a superfluous space which broke Cyrus
3253         servers.  This change will break other servers that are buggy the other
3254         way around.
3255
3256 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * spam.el: Reindent and fix long lines.
3259         (spam-copy-or-move-routine): Exclude invalid move destinations.
3260
3261 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3262
3263         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3264         installed the registry.
3265
3266 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3269
3270 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3271
3272         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3273         groupname doesn't contain "gmane".
3274
3275 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3278         and netrc-bound-and-true-p bindings.
3279         (netrc-parse): Cache the netrc contents.
3280
3281         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3282         (gnus-1): Don't create the nndrafts group twice.
3283         (gnus-setup-news): There's no need to read the active file here, since
3284         that's done again later on a per-backend basis.
3285         (gnus-start-draft-setup): Make sure that the new group is started out
3286         empty.
3287
3288         * gnus-agent.el (gnus-agentize): Don't create the queue group
3289         automatically on startup.  It'll be created later, if needed.
3290
3291         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3292         of automatically subscribed groups.
3293         (gnus-auto-subscribed-categories): New variable.
3294         (gnus-matches-options-n): Use it.
3295         (gnus-default-subscribed-newsgroups): Remove unused variable.
3296         (gnus-start-draft-setup): Message a bit less.
3297
3298 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3299
3300         * nnir.el (nnir-run-imap): Return article list in order of increasing
3301         UID.
3302
3303 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-sum.el (gnus-summary-enter-digest-group):
3306         Mention gnus-auto-select-on-ephemeral-exit.
3307
3308         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3309         convention of the network-only option.
3310
3311 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * proto-stream.el (proto-stream-open-network-only): New function to
3314         have a way to specify non-STARTTLS upgrade connections.
3315
3316 2010-12-10  Julien Danjou  <julien@danjou.info>
3317
3318         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3319         email address is nil.
3320
3321         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3322
3323 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3324
3325         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3326         deletion.
3327         (nnir-run-imap): Only need to parse list once.
3328
3329 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * shr.el (shr-tag-script): Ignore <script>.
3332         (shr-tag-label): Add <label> support.
3333
3334 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3337
3338         * shr.el (shr-image-displayer): Work for images lined side by side.
3339
3340 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3341
3342         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3343         parameter, since XEmacs doesn't accept t as a parameter.
3344
3345 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3346
3347         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3348         ids.
3349         (nnir-run-gmane): Simplify groupspec formatting.
3350         (nnir-request-expire-articles): New function.
3351
3352 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3355         overflow, possibly.
3356
3357         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3358         (shr-render-td): Handle td style="" better.
3359         (shr-tag-table): Use the color from the style sheet.
3360         (shr-render-td): Make sure we copy over all the overlays, too.
3361
3362 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3363
3364         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3365         (nnir-request-article): Improve article retrieval.
3366
3367 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * mm-util.el (mm-extra-numeric-entities): New variable.
3370
3371         * mm-url.el (mm-url-decode-entities):
3372         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3373
3374         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3375
3376 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3377
3378         * message.el: Use completion-at-point.
3379         (message-completion-function): New fun, extracted from message-tab.
3380         (message-mode): Use it for completion-at-point-functions.
3381         (message-tab): Use it and completion-at-point.
3382
3383 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3386         character if a non-breakable character follows.
3387
3388 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3391         any stream.
3392
3393         * shr.el (shr-tag-font): Colorize the region.
3394         (shr-tag-body): Ditto.
3395         (shr-tag-font): Actually let the styles be inherited instead of
3396         overwriting them.
3397         (shr-tag-font): Get the background color right.
3398         (shr-tag-style): Ignore all <style> tags for the moment.
3399
3400         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3401         a Message-ID to avoid having nnimap depend on gnus-sum.
3402
3403         * shr.el (shr-descend): Only colorize something if we have a node that
3404         sets colors.
3405
3406 2010-12-06  Julien Danjou  <julien@danjou.info>
3407
3408         * shr.el (shr-render-td): Render td content with shr-descend, so style
3409         will be applied to <td> too.
3410         (shr-colorize-region): Colorize region even if we only have a background.
3411         (shr-tag-body): Fix color and background color inheritance.
3412         Do not recolorize after shr-generic.
3413         (shr-tag-font): Let shr-generic colorize via inheritance.
3414
3415 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3418
3419 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3420
3421         * nnir.el (nnir-request-move-article): Remove obsolete code.
3422
3423 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3426
3427 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-sum.el (gnus-summary-respool-article): The completion function
3430         expects a list instead of an alist.
3431
3432         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3433         string as the parameter.
3434
3435         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3436
3437         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3438         styles.
3439         (shr-colorize-region): New function.
3440         (shr-insert-background-overlay): Remove.
3441         (shr-render-td): Background setting should be taken care of on a higher
3442         level.
3443         (shr-tag-body): Use post-hoc colorizations.
3444         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3445         (shr-put-color-1): Don't overwrite old colors.
3446         (shr-colorize-region): When the background color isn't explicit, use
3447         a fixed background.
3448
3449         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3450         nnmail variables.
3451
3452 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3453
3454         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3455         unless necessary.
3456
3457 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3458
3459         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3460         server.
3461
3462 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3465         so that TAB works.
3466
3467         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3468         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3469
3470         * shr.el (shr-urlify): Show the URL before the title to avoid
3471         misleading URLs.
3472
3473 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3474
3475         * shr.el (shr-urlify): Display the title in <a> tags.
3476
3477 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3478
3479         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3480
3481 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3482
3483         * nnir.el: Rearrange code to allow macros to be autoloaded by
3484         gnus-sum.el.
3485         (nnir-retrieve-headers-override-function): Make this variable
3486         customizable.
3487         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3488
3489         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3490         from nnir.el.
3491
3492 2010-12-03  Julien Danjou  <julien@danjou.info>
3493
3494         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3495
3496 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3499         allow optional argument `environment'.
3500
3501 2010-12-03  Glenn Morris  <rgm@gnu.org>
3502
3503         * mm-extern.el (message-goto-body): Update declaration.
3504
3505 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-util.el (gnus-macroexpand-all): New function.
3508
3509         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3510         instead of macroexpand-all that is unavailable in XEmacs.
3511
3512 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3513
3514         * nnir.el (nnir-summary-line-format): New variable.
3515         (nnir-mode): Use it.
3516         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3517         (nnir-article-ids): Reimplement as defsubst.
3518         (nnir-retrieve-headers): Don't mangle the subject header.
3519         (nnir-run-imap): Use 100 as RSV score.
3520         (nnir-run-find-grep): Fix for full server searching.
3521         (nnir-run-gmane): Better restriction to gmane groups.
3522
3523         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3524         summary buffers.
3525
3526 2010-12-02  Julien Danjou  <julien@danjou.info>
3527
3528         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3529
3530         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3531
3532         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3533         support.
3534
3535 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3536
3537         * nnir.el: Update to handle the registry better.
3538         (autoload): Silence byte-compiler.
3539         (nnir-open-server): Add a hook for nnir groups.
3540         (nnir-request-move-article): Don't mangle the header. Better to use
3541         formating variables (which will be added in the future).
3542         (nnir-registry-action): Update the registry using the original article
3543         group name.
3544         (nnir-mode): Install nnir-specific hooks for updating the registry.
3545
3546         * gnus-sum.el
3547         (gnus-article-original-subject,gnus-newsgroup-original-name):
3548         Remove obsolete variables.
3549         (gnus-summary-move-article): Remove use of obsolete variables.
3550         (gnus-summary-local-variables): Make move and delete hooks local to
3551         summary buffers.
3552
3553 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * rtree.el: New file.
3556
3557 2010-12-01  Julien Danjou  <julien@danjou.info>
3558
3559         * message.el (message-user-organization): Do not use
3560         gnus-local-organization.
3561
3562         * gnus.el: Remove gnus-local-organization.
3563
3564         * gnus-msg.el: Remove nastygram thing.
3565
3566 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3569         funcall.
3570
3571 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3574         names.
3575
3576         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3577         characters.
3578
3579         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3580         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3581         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3582         (gnus-gravatar-transform-address): Use mail-extract-address-components
3583         that supports non-ASCII names rather than mail-header-parse-addresses.
3584
3585 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * proto-stream.el (open-protocol-stream): All starttls connections are
3588         handled by the network handler.
3589
3590 2010-11-30  Julien Danjou  <julien@danjou.info>
3591
3592         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3593         (nnimap-open-connection-1): Fix PREAUTH.
3594
3595         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3596
3597 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3600         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3601         (shr-insert): Use them.
3602         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3603
3604 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3605
3606         * nnir.el (nnir-request-move-article): Bail out if original group
3607         doesn't support article moves.
3608         (nnir-get-active): Improve active list retrieval.
3609
3610 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3613
3614 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3615
3616         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3617         seem to accept strings-with-numbers as port numbers,
3618
3619 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3620
3621         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3622         change the registry.
3623
3624 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3627         delete-dups that is not available in XEmacs 21.4.
3628
3629         * mm-util.el (mm-delete-duplicates): Add comment.
3630
3631 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3632
3633         * nnir.el (nnir-ignored-newsgroups): New variable.
3634         (nnir-get-active): Use it.
3635
3636 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * proto-stream.el (proto-stream-open-network): Add some comments.
3639
3640         * nntp.el (nntp-open-connection): Provide a :success condition.
3641
3642         * nnimap.el (nnimap-open-connection-1): Ditto.
3643
3644         * proto-stream.el (proto-stream-open-network): See what the response to
3645         the STARTTLS command is.
3646
3647         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3648         backwards compatibility).
3649         (nnimap-open-connection-1): Really respect nnimap-server-port.
3650
3651         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3652         TLS upgrades we don't really care about the identity of the peer.
3653         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3654         that what we've checked for.
3655         (proto-stream-always-use-starttls): Only default to t if
3656         open-gnutls-stream exists.
3657         (proto-stream-open-network): If STARTTLS failed, then just open a
3658         normal connection.
3659         (proto-stream-open-network): Wait until the greeting before doing
3660         STARTTLS.
3661
3662         * nntp.el (nntp-open-connection): Report what the connection error is.
3663
3664         * proto-stream.el (open-protocol-stream): Rename from
3665         open-proto-stream.
3666
3667 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * nnimap.el (nnimap-stream): Change default to `undecided'.
3670         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3671         first, and then network.
3672         (nnimap-open-connection-1): Respect nnimap-server-port.
3673         (nnimap-open-connection): Be more backwards-compatible.
3674
3675         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3676         (proto-stream-open-starttls): De-duplicate the starttls code.
3677         (proto-stream-open-starttls): Folded back into the main function.
3678         (proto-stream-open-network): Fix typo in the gnutls path.
3679         (proto-stream-command): Refactor out.
3680
3681         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3682
3683         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3684         starttls.el STARTTLS.
3685
3686         * color.el (color-lab->srgb): Fix function call name.
3687
3688         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3689         if we're using tls.el.
3690         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3691         built in, then don't try to establish a STARTTLS connection.
3692
3693         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3694         servers.
3695
3696         * proto-stream.el (open-proto-stream): Use network, not stream.
3697         (open-proto-stream): Add a way to specify what the end of a command is.
3698
3699         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3700         connections types.
3701         (nntp-open-network-stream): Remove.
3702         (nntp-open-ssl-stream): Remove.
3703         (nntp-open-tls-stream): Remove.
3704         (nntp-ssl-program): Remove.
3705
3706         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3707
3708 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3709
3710         * nnir.el: Fix typos.
3711         (nnir-retrieve-headers-override-function): Rename variable to reflect
3712         new semantics.
3713         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3714         macros.
3715         (nnir-request-article, nnir-request-move-article): Use them.
3716         (nnir-categorize): New function.
3717         (nnir-run-query): Use it.
3718         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3719         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3720         sorted.
3721         (nnir-group-full-name): Use gnus-group-full-name instead.
3722         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3723         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3724
3725 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3728
3729         * proto-stream.el: New library to provide protocol-specific
3730         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3731         protocols.
3732         (open-proto-stream): Complete the documentation.
3733         (proto-stream-open-network): Fix some typos.
3734
3735         * nnimap.el (nnimap-open-connection): Use it.
3736
3737 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3738
3739         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3740         negotiation.
3741
3742 2010-11-26  Julien Danjou  <julien@danjou.info>
3743
3744         * color.el: Rename various rgb functions to srgb.
3745
3746 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3749         names.
3750
3751 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * shr.el (shr-insert): Revert last change.
3754         (shr-find-fill-point): Never leave point being at bol;
3755         relax the kinsoku limitation when rendering tables.
3756
3757 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3760         results from -accept-article.
3761
3762         * shr-color.el: Require cl when compiling.
3763
3764         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3765         checkin.
3766
3767         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3768
3769         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3770
3771         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3772         'add and 'delete to set backend marks.
3773
3774         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3775
3776         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3777
3778         * nntp.el (nntp-request-set-mark): Use it.
3779
3780         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3781
3782         * nnml.el (nnml-request-set-mark): Ditto.
3783
3784         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3785         introduces regressions in article selection.
3786         (nnimap-find-uid-response): New function.
3787         (nnimap-request-accept-article): Use the UID returned, if any.
3788         (nnimap-request-move-article): Use the UID returned, if any.
3789         (nnimap-get-groups): Reimplement to work with folded lines.
3790         (nnimap-find-uid-response): The UID is the last element in the list.
3791         (nnimap-request-set-mark): Extend syntax with 'set.
3792
3793         * nnml.el (nnml-request-set-mark): Ditto.
3794
3795         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3796
3797         * nntp.el (nntp-request-set-mark): Ditto.
3798
3799 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * message.el (message-called-interactively-p): A temporary macro.
3802         (message-goto-body): Use it temporarily.
3803
3804 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3807         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3808         (nnimap-last-response-string): Fix last unfolding fix.
3809
3810 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * shr.el (shr-insert): Fix the way to fold lines.
3813
3814 2010-11-25  Julien Danjou  <julien@danjou.info>
3815
3816         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3817
3818         * color.el: Rename from color-lab.el
3819         (color-rgb->hex): Add.
3820         (color-complement): Add.
3821         (color-complement-hex): Add.
3822
3823         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3824
3825 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3828         don't exist.
3829
3830 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3833         assuming that article displaying or another mml-preview may be
3834         interrupted for an error or for the like.
3835
3836         * shr.el (shr-get-background): Fix argument name.
3837
3838 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3841
3842         * gnus-sum.el (gnus-summary-include-articles): New function.
3843
3844         * message.el (message-goto-body): called-interactively-p needs a
3845         parameter, so use `any'.
3846
3847         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3848         clear marks before moving, since they're synced from the Gnus side
3849         first.
3850
3851         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3852         (gnus-summary-move-article): Copy over all marks before moving, so that
3853         IMAP doesn't think a new article has arrived.
3854
3855 2010-11-24  Julien Danjou  <julien@danjou.info>
3856
3857         * shr.el (shr-insert-background-overlay): Fix typo.
3858         (shr-render-td): Copy the background before rendering.
3859
3860         * shr-color.el (shr-color-visible): Fix docstring.
3861
3862         * shr.el (shr-tag-table): Add bgcolor support.
3863         (shr-render-td): Add bgcolor support.
3864         (shr-get-background): Add.
3865         (shr-insert-foreground-overlay): Use shr-get-background.
3866
3867         * message.el (message-goto-body): Use called-interactively-p.
3868         (message-in-body-p): message-goto-body returns point.
3869
3870 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3873         Fixes something or other in Emacs 23, and is backwards compatible.
3874
3875         * message.el (message-goto-body): Remove the <#secure special-casing,
3876         which is too special.
3877
3878         * shr.el (shr-parse-style): Drop !important from styles.
3879
3880 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3881
3882         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3883         this function to return incorrect results when calling it with an
3884         explicit article argument different from
3885         (gnus-summary-article-number).
3886
3887 2010-11-24  Julien Danjou  <julien@danjou.info>
3888
3889         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3890         (shr-tag-body): Add background support.
3891         (shr-descend): Add background support.
3892         (shr-tag-title): Add.
3893
3894         * shr-color.el (shr-color-visible): Really return original background
3895         if fixed.
3896
3897 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * shr.el (shr-color-check): Protect against non-existent colour names.
3900
3901 2010-11-24  Julien Danjou  <julien@danjou.info>
3902
3903         * color-lab.el: Require 'cl when compiling.
3904
3905         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3906
3907         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3908         matched part.
3909
3910         * color-lab.el: Fix all expt calls to use float type.
3911
3912 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3915         expression to shr-color-check as is.
3916
3917         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3918
3919         * color-lab.el: Add coding cookie.
3920         (float-pi): Use eval-and-compile.
3921
3922         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3923         compiled for Emacsen having no `libxml-parse-html-region' support.
3924
3925 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * shr.el (shr-insert-color-overlay): Split stuff like
3928         "#444444 !important" to find the real colour.
3929         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3930         parse <font color="red"> entries.
3931
3932 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3933
3934         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3935         point when parsing headers.
3936
3937         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3938         is positioned properly when parsing headers.
3939
3940 2010-11-23  Julien Danjou  <julien@danjou.info>
3941
3942         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3943
3944         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3945
3946         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3947
3948         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3949         Use shr-color-hue-to-rgb.
3950         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3951
3952 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * shr.el (shr-color->hexadecimal): Autoload.
3955         (shr-descend): Add color to all tags.
3956
3957 2010-11-22  Julien Danjou  <julien@danjou.info>
3958
3959         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3960         shr-color->hexadecimal.
3961
3962         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3963         RGB() or HSL() color representation.
3964
3965         * shr.el (shr-tag-font): Add.
3966         (shr-tag-color-check): New function to get better colors.
3967         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3968         tag-span.
3969
3970         * shr-color.el: New file.
3971
3972         * color-lab.el: New file.
3973
3974         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3975
3976 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3977
3978         * nnir.el: Fix typo in comments.
3979         (nnir-run-imap): Simplify code. No need to reverse artlist.
3980         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3981
3982 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3985
3986         * nnimap.el (nnimap-get-capabilities): Refactor out.
3987         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3988
3989 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3990
3991         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3992         appearing when `mm-uu-hide-markers' is nil.
3993
3994 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * nnimap.el (nnimap-unselect-group): Make into its own function.
3997         (nnimap-request-rename-group): Unselect group before renaming.
3998         This had gotten lost somewhere.
3999         (nnimap-request-accept-article): Keep track of examined groups, and
4000         unselect the group before APPENDing to read-only groups.
4001         (nnimap-request-move-article): Clear flags before moving so that they
4002         can be re-set later.
4003
4004 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4007         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4008
4009 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-art.el (gnus-mime-display-single)
4012         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
4013         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4014         parameter.
4015
4016 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4019         (shr-table-vertical-line): New variable.
4020         (shr-insert-table): Use it.
4021
4022 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-html.el (gnus-html-wash-images): Don't display images if
4025         gnus-inhibit-images is non-nil; register displayer for cid images.
4026         (gnus-html-display-image): Work for cid image.
4027         (gnus-html-insert-image): Allow arguments.
4028         (gnus-html-put-image): Inhibit read-only.
4029         (gnus-html-prefetch-images): Don't prefetch images if
4030         gnus-inhibit-images is non-nil.
4031
4032 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * shr.el (shr-put-image): Break lines when inserting big pictures.
4035
4036 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4037
4038         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4039         sender, thanks Katsumi Yamaoka.
4040
4041 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4042
4043         * nnir.el (nnir-run-imap): Reverse the article list for each group
4044         rather than the whole list.
4045
4046 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * shr.el (shr-image-displayer): Protect function against non-existent
4049         image source.
4050
4051         * gnus-art.el (gnus-inhibit-images): New user option.
4052         (gnus-mime-display-single): Don't display image if it is non-nil.
4053
4054         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4055         gnus-inhibit-images.
4056
4057         * shr.el (shr-image-displayer): New function.
4058         (shr-tag-img): Use it.
4059
4060 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4061
4062         * mml2015.el (mml2015-epg-sign): Use From header.
4063
4064 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4067
4068         * gnus-util.el (gnus-find-text-property-region): Return markers.
4069
4070         * shr.el (shr-tag-img): Put a displayer in the text property.
4071
4072         * gnus-util.el (gnus-find-text-property-region): New utility function.
4073
4074         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4075         (gnus-html-show-images): Remove.
4076
4077         * gnus-art.el (gnus-article-show-images): New, more general function.
4078
4079         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4080         image url text properties.
4081
4082         * shr.el: Ditto.
4083
4084         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4085         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4086
4087 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4090         work for two or more articles.
4091
4092 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4095         divide an image that's in an html article to two or more when washing
4096         non-ASCII characters in alt text of it.
4097
4098 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4101         smime-decrypt-region using function argument.
4102         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4103
4104         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4105
4106         * smime.el (smime-decrypt-region): Catch it.
4107
4108 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4109
4110         * smime.el (smime-mode-map): Move initialization into declaration.
4111         (gnus-run-mode-hooks): Don't autoload.
4112         (smime-mode): Use define-derived-mode.
4113
4114 2010-11-11  Glenn Morris  <rgm@gnu.org>
4115
4116         * smime.el (from): Restrict declaration to XEmacs.
4117
4118         * nnir.el (gnus-group-topic-name): Autoload.
4119
4120 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * shr.el (shr-insert): Don't break long line if it is because of
4123         kinsoku-bol characters in the line end.
4124
4125 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4126
4127         * nnir.el (nnir-request-move-article): Fix to provide original group
4128         and subject.
4129         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4130         been retrieved.
4131
4132         * gnus-sum.el (gnus-summary-move-article): Use original group and
4133         subject for virtual articles such as those in an nnir summary buffer.
4134
4135 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4138         least 21.5).
4139
4140         * smime.el (from): Declare it again for XEmacs.
4141
4142 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * message.el (message-resend): Don't disable encoding unless it's
4145         already encoded.
4146
4147         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4148         low-numbered articles.
4149
4150 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * rfc2047.el (rfc2047-syntax-table): Simplify.
4153
4154         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4155
4156         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4157         set-char-table-range for XEmacs.
4158
4159 2010-11-10  Glenn Morris  <rgm@gnu.org>
4160
4161         * time-date.el (time-to-seconds): Always an alias on Emacs,
4162         never a real function.
4163         (with-no-warnings): Remove compat stub, now unused.
4164         (time-less-p): Doc fix.
4165         (time-to-number-of-days): Simplify.
4166
4167         * smime.el (from): Remove unused declaration.
4168
4169         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4170         (gnus-float-time): On Emacs, always an alias.
4171
4172         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4173         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4174
4175 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * dgnushack.el: Don't use ignore-errors in the top level form since it
4178         is unavailable in XEmacs even if cl is loaded.
4179
4180         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4181
4182 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * shr.el (browse-url-mailto): Autoload.
4185
4186         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4187
4188         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4189         regexp doesn't need quoting.
4190
4191 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4192
4193         * message.el (message-subject-trailing-was-ask-regexp)
4194         (message-subject-trailing-was-regexp): Match was: in addition to was.
4195
4196 2010-11-09  Glenn Morris  <rgm@gnu.org>
4197
4198         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4199         (nnbabyl-check-mbox): Use point-at-bol.
4200
4201 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4204
4205         * message.el (message-mailto): New function.
4206         (message-mailto): Should accept other parameters.
4207         (message-mailto): Remove since it duplicates browse-url-mailto
4208         functionality.
4209
4210 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4213         methods.
4214         (gnus-read-active-file): Ditto.
4215
4216         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4217         ": " from the prompt.
4218         (gnus-group-make-group): Ditto.
4219
4220 2010-11-07  Glenn Morris  <rgm@gnu.org>
4221
4222         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4223         (gnus-bookmark-kill-line): Use point-at-eol.
4224
4225 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4228         asterisks in From header.
4229
4230 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231
4232         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4233         string to avoid making the From headers syntactically invalid.
4234
4235         * message.el (message-send-mail): Don't insert courtesy messages if the
4236         message already has List-Post and List-ID messages.
4237
4238 2010-11-06  Glenn Morris  <rgm@gnu.org>
4239
4240         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4241         `condition', `type', `length' a prefix.
4242         (gnus-treat-predicate): Update for above name changes.
4243
4244 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4245
4246         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4247         binding.  Handled by `gnus-summary-refer-thread' instead.
4248         (nnir-warp-to-article): New backend function.
4249
4250         * nnimap.el (nnimap-request-thread): Force dependency updating.
4251
4252         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4253         (gnus-summary-refer-thread): Rework to improve thread-referral.
4254
4255         * gnus-int.el (gnus-warp-to-article): New function.
4256
4257         * gnus-sum.el (gnus-summary-article-map): Bind it.
4258
4259 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4260
4261         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4262         gnus-summary-refer-thread.
4263
4264         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4265         headers.
4266         (gnus-summary-limit-include-thread): Prevent articles in thread from
4267         being cut in gnus-cut-threads.
4268         (gnus-summary-refer-thread): Limit retrieved headers to those in
4269         thread.
4270
4271 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * message.el (message-send-mail): Use the value of
4274         message-courtesy-message from the message buffer.
4275
4276         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4277
4278         * shr.el (shr-browse-url): Implement mailto: URLs.
4279
4280         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4281         "raw".
4282
4283         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4284         if it's already selected.
4285
4286         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4287
4288 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4291         to measure the length and truncate alt text.
4292
4293 2010-11-03  Glenn Morris  <rgm@gnu.org>
4294
4295         * nndiary.el (nndiary-generate-nov-databases-1)
4296         (nndiary-generate-active-info): Rename dynamic variable `files' to
4297         something less generic.
4298
4299 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4300
4301         * nnir.el (nnir-request-move-article): Call the underlying backend to
4302         move articles from nnir.
4303
4304 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4307
4308 2010-11-02  Julien Danjou  <julien@danjou.info>
4309
4310         * nnir.el: Remove wais support.
4311
4312 2010-11-02  Glenn Morris  <rgm@gnu.org>
4313
4314         * gnus-html.el: Reorder requirements to quieten compiler.
4315
4316 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4319         properly for XEmacs as well.
4320         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4321         (gnus-article-natural-long-line-p): Use window-width rather than
4322         frame-width.
4323
4324 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4325
4326         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4327         (nnir-read-parms): Don't modify query.
4328         (nnir-run-query): Add ability to search topic on current line.
4329         (nnir-get-active): Clean up.
4330
4331 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4334         degenerate articles.
4335
4336         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4337         (gnus-print-buffer): Just print the buffer as is, without any copying
4338         to a buffer and then re-highlighting.
4339
4340         * nnimap.el (nnimap-request-group): Store the new updated info.
4341         (nnimap-request-group): Select the group when we don't know whether it
4342         exists or not.
4343
4344         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4345         groups.
4346
4347         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4348         groups.
4349
4350         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4351         groups.
4352
4353         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4354         long-lines case by only filling the long lines.
4355
4356         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4357         (bug #7311).
4358
4359 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * shr.el: No need to declare `declare-function' since shr.el is for
4362         only Emacsen that provide `libxml-parse-html-region'.
4363
4364         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4365         effective only in a file it is referred to.
4366
4367 2010-11-01  Glenn Morris  <rgm@gnu.org>
4368
4369         * mm-util.el (gnus-completing-read): Autoload.
4370         (mm-read-coding-system): Simplify Emacs definition.
4371
4372         * nnmail.el (gnus-activate-group):
4373         * nnimap.el (gnutls-negotiate):
4374         * nntp.el (netrc-parse): Fix declarations.
4375
4376 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4379         string-match-p in Emacs >=23.
4380
4381         * gnus-msg.el (gnus-configure-posting-styles)
4382         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4383
4384 2010-11-01  Glenn Morris  <rgm@gnu.org>
4385
4386         * nnir.el (declare-function): Add compat stub.
4387         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4388         (nnir-run-gmane): Require 'mm-url.
4389
4390         * mm-util.el (mm-string-to-multibyte): Simplify.
4391
4392         * shr.el (declare-function): Add compat stub.
4393         (url-cache-create-filename): Declare.
4394         (mm-disable-multibyte, widget-convert-button): Autoload.
4395
4396         * smime.el (ldap-search): Declare.
4397         (smime-cert-by-ldap-1): Require ldap on Emacs.
4398
4399         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4400         (nnimap-keepalive): Use gnus-float-time.
4401
4402         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4403         (mail-source-delete-crash-box): Use gnus-float-time.
4404
4405         * gnus-dired.el (gnus-completing-read): Autoload.
4406
4407         * mm-view.el (gnus-rescale-image): Autoload.
4408
4409         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4410
4411         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4412
4413         * sieve-manage.el: Require 'cl when compiling.
4414
4415         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4416         (gnus-iswitchb-completing-read): Require iswitchb.
4417         (gnus-select-frame-set-input-focus): Silence compiler.
4418
4419 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * message.el (message-subject-trailing-was-query): Change default to t,
4422         since I think that's what most people want.
4423
4424         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4425         appending for easier debugging.
4426         (nnimap-wait-for-connection): Take a regexp.
4427         (nnimap-request-accept-article): Wait for the continuation line before
4428         sending anything unless we're streaming.
4429
4430         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4431         leave the header washing to take place.
4432
4433 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4434
4435         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4436         regular expression match and replace in posting styles.
4437
4438 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4439
4440         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4441         an entire server.
4442         (nnir-get-active): New function.
4443         (nnir-run-imap): Use it.
4444         (nnir-run-gmane): Who knew, gmane search returns an article score!
4445
4446         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4447         server on the current line with nnir.
4448
4449 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4452         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4453         left edge.
4454         (gnus-article-foldable-buffer): Skip past the prefix when determining
4455         raggedness.
4456
4457         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4458         the raw article, and change `C-u g' to show the article without doing
4459         treatments.
4460
4461         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4462         on to `gnus-treat-article'.
4463         (gnus-inhibit-article-treatments): New variable.
4464
4465         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4466
4467         * gnus-art.el (gnus-treatment-function-alist): Have
4468         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4469         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4470         sections.
4471
4472         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4473         parameter.
4474         (gnus-article-fill-cited-long-lines): New function.
4475         (gnus-article-fill-cited-article): Allow filling only long sections.
4476
4477         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4478         and non-punctuation (like after the apostrophe in "'We").
4479
4480         * gnus-sum.el (gnus-summary-select-article): Make sure
4481         gnus-original-article-buffer is alive.
4482
4483         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4484         reflect the order they're in in the digest.
4485
4486         * gnus.el (gnus-group-startup-message): Move point to the start of the
4487         buffer.
4488
4489         * nnimap.el (nnimap-capability): New function.
4490         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4491         is set.
4492
4493 2010-10-31  David Engster  <dengste@eml.cc>
4494
4495         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4496         conform with changes to gnus-completing-read.
4497
4498 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4501
4502 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4503
4504         * nnir.el: Move defvar, defcustom around to keep file organized
4505         and keep byte-compiler quiet.
4506         (nnir-read-parms): Accept search-engine as arg.
4507         (nnir-run-query): Pass search-engine as arg.
4508         (nnir-search-engine): Remove.
4509
4510 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * shr.el (shr-generic): The text nodes should be text, not :text.
4513
4514         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4515         later in the file.
4516
4517 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4518
4519         * nnir.el: General clean up.  Allow searching with multiple engines.
4520         Allow separate extra-parameters for each engine.
4521         Batch queries when possible.
4522         (nnir-imap-default-search-key,nnir-method-default-engines):
4523         Add customize interface.
4524         (nnir-run-gmane): New engine.
4525         (nnir-engines): Use it.  Qualify all prompts with engine name.
4526         (nnir-search-engine): Remove global variable.
4527         (nnir-run-hyrex): Restore for now.
4528         (nnir-extra-parms,nnir-search-history): New variables.
4529         (gnus-group-make-nnir-group): Use them.
4530         (nnir-group-server): Remove in favor of gnus-group-server.
4531         (nnir-request-group): Avoid searching twice.
4532         (nnir-sort-groups-by-server): New function.
4533
4534 2010-10-30  Julien Danjou  <julien@danjou.info>
4535
4536         * gnus-group.el: Remove gnus-group-fetch-control.
4537
4538         * gnus-start.el (gnus-find-new-newsgroups):
4539         Remove gnus-check-first-time-used.
4540
4541         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4542
4543 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4544
4545         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4546         set on groups that don't have \* permanentflags.
4547
4548 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4551         control the background color.
4552         (shr-tag-img): Ignore very small web bug type images.
4553         (shr-put-image): Add help-echo alt texts to the images.
4554         (shr-tag-video): Show the video poster image.
4555
4556 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * shr.el (shr-table-depth): New variable.
4559         (shr-tag-table-1): Only insert the images after the top-level table.
4560
4561         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4562
4563         * gnus-util.el (gnus-list-memq-of-list): New function.
4564
4565         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4566         selected.
4567         (nnimap-unsplittable-articles): New slot.
4568         (nnimap-new-articles): Use it.
4569
4570 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4571
4572         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4573         move to the previous line on `M-g'.
4574
4575 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4578         *-request-group, which seems unnecessary.
4579
4580         * nnimap.el (nnimap-quote-specials): Function copied over from
4581         imap.el.
4582         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4583         they support that.  Suggested by Tom Regner.
4584
4585 2010-10-29  Julien Danjou  <julien@danjou.info>
4586
4587         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4588         defalias.
4589         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4590
4591         * gnus.el: Remove `gnus-nntp-service' variable.
4592         (gnus-secondary-servers): Make obsolete.
4593         (gnus-nntp-server): Make obsolete.
4594
4595         * gnus-start.el (gnus-1): Remove x-splash calls.
4596
4597         * gnus-ems.el (gnus-x-splash): Remove.
4598
4599         * gnus.el (gnus-group-startup-message): Simplify/update code.
4600
4601         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4602         definition.
4603
4604         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4605         capability before doing anything.
4606         (gnus-group-insert-group-line): Remove useless
4607         gnus-group-remove-excess-properties.
4608
4609 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4612
4613 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4616         config after reselecting.
4617
4618 2010-10-28  Julien Danjou  <julien@danjou.info>
4619
4620         * shr.el (shr-put-image): Use point even if only inserting text.
4621         (shr-put-image): Save excursion when inserting alt text on non-graphic
4622         display, so the behaviour is the same when we are on a graphic display.
4623
4624         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4625
4626 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4629         (gnus-mime-copy-part): Check coding system, not charset.
4630         (gnus-mime-view-part-externally): Never remove part.
4631         (gnus-mime-view-part-internally): Don't remove part here.
4632         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4633         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4634         multipart/alternative.
4635
4636         * mm-decode.el (mm-display-part): Take optional arg `force'.
4637
4638 2010-10-26  Julien Danjou  <julien@danjou.info>
4639
4640         * gnus-group.el (gnus-group-default-list-level): Add this function to
4641         compute the default list level.
4642         (gnus-group-default-list-level): Add possibility to use a function.
4643
4644 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4647
4648         * gnus-group.el (gnus-group-completing-read)
4649         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4650         gnus-replace-in-string.
4651
4652 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * shr.el (shr-tag-div): Add.
4655
4656         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4657
4658 2010-10-25  Julien Danjou  <julien@danjou.info>
4659
4660         * gnus-util.el: Remove `gnus-with-local-quit'.
4661
4662         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4663
4664 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665
4666         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4667         the original article buffer.
4668
4669 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * nnimap.el (nnimap-request-head): New function.
4672         (nnimap-request-move-article): Try to be slighly faster by not
4673         requesting the entire message when moving.
4674         (nnimap-transform-headers): Don't bug out on bodiless articles.
4675         (nnimap-send-command): Have no outstanding messages if the IMAP server
4676         doesn't support streaming.
4677         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4678
4679 2010-10-24  Julien Danjou  <julien@danjou.info>
4680
4681         * message.el (message-default-headers): Fix type.
4682
4683 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4686         prefetching images.
4687
4688         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4689         backend for unknown groups.  This is mainly useful for nnimap groups.
4690
4691         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4692         group isn't covered by the agent.
4693
4694 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4695
4696         * nnir.el (nnir-method-default-engines): New variable.
4697         (nnir-run-query): Use it.
4698         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4699         (gnus-summary-nnir-goto-thread): Change group if needed.
4700
4701         * gnus-group.el (gnus-group-group-map): Add key binding for
4702         gnus-group-make-nnir-group.
4703
4704 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * shr.el (shr-tag-object): Add.
4707
4708         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4709         original article buffer live.
4710         (gnus-summary-select-article-buffer):
4711         Mention gnus-widen-article-buffer.
4712
4713 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * shr.el (shr-tag-strong): Add.
4716
4717 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4720         group names.  They mess up the group buffer badly.
4721
4722         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4723
4724         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4725         instead of the summary one.
4726
4727 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * mml.el (mml-preview): Work properly when editing article.
4730
4731         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4732         gnus-have-read-active-file if it's already been in.
4733
4734 2010-10-22  Tom Tromey  <tromey@redhat.com>
4735
4736         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4737         gnus-group-completing-read.
4738
4739 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * message.el (message-mode-map): Don't bind M-; to comment region, to
4742         allow the global comment-dwim to work.
4743
4744 2010-10-21  Julien Danjou  <julien@danjou.info>
4745
4746         * message.el (message-setup-1): Allow message-default-headers to be a
4747         function.
4748
4749 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * shr.el (shr-tag-table): Simplify.
4752
4753 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754
4755         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4756         to avoid trying to snarf invalid stuff.
4757
4758         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4759
4760         * gnus.el (gnus-message-archive-group): Quote value.
4761         (gnus-message-archive-group): Mark as changed.
4762
4763         * shr.el (shr-add-font): Don't put the font properties on the newline
4764         or the indentation.
4765
4766         * message.el (message-fix-before-sending): Change options when sending
4767         non-printable characters.
4768
4769         * gnus.el (gnus-message-archive-method): Change the default to
4770         monthly outgoing groups.
4771
4772         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4773         that have gotten new numbers.
4774
4775         * nnimap.el (nnimap-request-replace-article): New function.
4776
4777 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4780         (nnrss-request-article): Don't use special html washing code.
4781
4782 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * shr.el (shr-tag-table): Remove useless nconc.
4785
4786 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * gnus-art.el (article-wash-html): Simplify and remove the charset
4789         stuff.  Use the normal html rendering code instead of the special html
4790         washing code.
4791
4792         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4793         `gnus-w3m' symbols.
4794         (mm-text-html-washer-alist): Remove.
4795
4796         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4797         (mm-inline-media-tests): Remove use.
4798         (mm-text-html-renderer): Change default to the `shr' symbol.
4799
4800         * mm-view.el (mm-inline-text-html): Remove use.
4801
4802         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4803         `gnus-blocked-images' to be a function.
4804         (gnus-article-wash-function): Remove.
4805
4806 2010-10-20  Julien Danjou  <julien@danjou.info>
4807
4808         * spam.el (spam-list-of-processors): Mark as obsolete.
4809
4810         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4811         (nnimap-insert-partial-structure): Fix boundary detection.
4812
4813 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4814
4815         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4816         run file-truename on remote files.  This can be expensive and even
4817         prevent one from editing drafts if some unrelated buffer has a stale
4818         connection.
4819
4820 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4823         kinsoku-eol regardless of shr-kinsoku-shorten.
4824         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4825         (shr-tag-table): Support caption, thead, and tfoot.
4826
4827 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4830         lines.
4831         (shr-save-contents): New command and keystroke.
4832
4833         * nndoc.el (nndoc-type-alist): Add git support.
4834         (nndoc-git-type-p): New function.
4835         (nndoc-transform-git-article): Ditto.
4836         (nndoc-transform-git-headers): Ditto.
4837         (nndoc-transform-git-headers): Generate Subject headers.
4838
4839         * shr.el (shr-parse-style): New function.
4840         (shr-tag-span): Ditto.
4841
4842         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4843         to `G G' to avoid collisions.
4844
4845 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * shr.el: Load kinsoku if necessary.
4848         (shr-kinsoku-shorten): New internal variable.
4849         (shr-find-fill-point): Make kinsoku shorten text line if
4850         shr-kinsoku-shorten is bound to non-nil.
4851         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4852         shr-indentation too when testing if table is wider than frame width.
4853         (shr-insert-table): Use `string-width' instead of `length' to measure
4854         text width.
4855         (shr-insert-table-ruler): Make sure indentation is done at bol.
4856
4857 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4860         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4861         undecoded network data.
4862
4863 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4866         name in the mode line spec so that the mode line menu works
4867         (bug #2431).
4868
4869         * message.el (message-get-reply-headers): If we're fed `to-address',
4870         then always use that.
4871
4872         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4873         aren't so wide as to need to switch off the edit menu.
4874
4875         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4876         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4877
4878         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4879         `M-g'.
4880         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4881         the permanent marks.
4882
4883 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4884
4885         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4886         Splitting according to references/in-reply-to obeys the ignore-groups
4887         variable, while splitting by sender and subject do not.
4888
4889 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4892         alist, so that we can look for non-Unicode chars.
4893         (article-translate-strings): Allow both character and string maps.
4894
4895 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * shr.el (shr-insert): Don't insert space behind a wide character
4898         categorized as kinsoku-bol, or between characters both categorized as
4899         nospace.
4900
4901 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4902
4903         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4904         headers to gnus-newsgroup-headers.
4905
4906 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * shr.el (shr-tag-img): Don't align images -- since we're not
4909         rescaling, this often leads to ugly displays.
4910
4911 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4912
4913         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4914         duplicates.
4915
4916 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4917
4918         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4919         call.
4920
4921 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus.el: Autoload gnus-html-show-images.
4924
4925         * nnimap.el: Use nnheader-message throughout.
4926
4927         * shr.el (shr-tag-img): Ignore images with no data.
4928
4929 2010-10-15  Julien Danjou  <julien@danjou.info>
4930
4931         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4932         a possibility to disable format=flow encoding when using hard newlines.
4933
4934 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * shr.el (shr-insert): Remove space inserted before or after a
4937         breakable character or at the beginning or the end of a line.
4938         (shr-find-fill-point): Do kinsoku; find the second best point or give
4939         it up if there's no breakable point.
4940
4941 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * nnimap.el (nnimap-open-connection): Message when opening connection
4944         for debugging purposes.
4945
4946         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4947         on every setup buffer call to allow this to change from article to
4948         article.
4949
4950         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4951         buffers where we have a wide table.
4952
4953 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4954
4955         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4956         uses *-request-thread.
4957
4958 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4961         incantation, which is no longer valid.
4962
4963 2010-10-14  Julien Danjou  <julien@danjou.info>
4964
4965         * shr.el: Fix defcustom type (char -> character).
4966
4967 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4970         programs.
4971
4972 2010-10-14  Julien Danjou  <julien@danjou.info>
4973
4974         * shr.el (shr-tag-a): Use url-link as widget type.
4975
4976         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4977         `gnus-group-get-icon'.
4978
4979 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4982         This should make server editing work better.
4983
4984         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4985
4986         * tls.el (tls-program): Remove spurious %s from openssl.
4987
4988         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4989         (nnimap-parse-flags): Fix regexp.
4990
4991         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4992         probably work for CJVK text, too.
4993
4994         * nnimap.el (nnimap-extend-tls-programs): Remove.
4995         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4996
4997         * tls.el (tls-starttls-switches): Remove starttls hack.
4998         (open-tls-stream): Ditto.
4999         (tls-find-starttls-argument): Ditto.
5000
5001 2010-10-13  Julien Danjou  <julien@danjou.info>
5002
5003         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5004         responses.
5005
5006 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5009
5010         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5011         anything in Emacs.
5012
5013         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5014
5015 2010-10-13  Julien Danjou  <julien@danjou.info>
5016
5017         * shr.el (shr-width): Make shr-width a defcustom with default to
5018         fill-column.
5019         (shr-tag-img): Use shr-width rather than fill-column.
5020
5021 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * dgnushack.el (byte-optimize-apply)
5024         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5025
5026         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5027         position when (X-)Faces exist.
5028         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5029         avatars when called interactively.
5030
5031 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5034         gnus-article-x-face-too-ugly is bound.
5035
5036 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5039
5040         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5041         mailbox that doesn't exist.
5042
5043 2010-10-12  Julien Danjou  <julien@danjou.info>
5044
5045         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5046         (shr-get-image-data): Encode URL properly when fetching from cache.
5047         (shr-tag-img): Use aligned-to spaces to align correctly images.
5048
5049         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5050         before inserting the Gravatar.
5051
5052         * shr.el (shr-tag-img): Add align attribute support for <img>.
5053
5054 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * gnus-gravatar.el (gnus-art): Require.
5057
5058         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5059         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5060         Remove long obsoleted functions.
5061
5062 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5065
5066         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5067
5068         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5069         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5070         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5071         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5072         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5073         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5074         * sieve-manage.el, smime.el, spam.el:
5075         Fix comment for declare-function.
5076
5077 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * nnimap.el (nnimap-request-rename-group): Select group read-only
5080         before renaming it.
5081
5082         * shr.el (shr-insert): Fix up the white space only regexp.
5083
5084         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5085         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5086
5087         * shr.el (shr-current-column): New function.
5088         (shr-find-fill-point): New function.
5089
5090 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5091
5092         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5093         numbers.
5094
5095 2010-10-11  Julien Danjou  <julien@danjou.info>
5096
5097         * shr.el (shr-hr-line): Add.
5098         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5099         display hr lines.
5100         (shr-max-columns): Do not change state to nil if we just inserting
5101         spaces.
5102
5103 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5106         select the last group.
5107
5108 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5111
5112 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5113
5114         * dig.el (dig-mode-map): Declare and define in one step.
5115
5116 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5119         for Gnus.
5120         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5121         (nnimap-update-qresync-info): Mark \Seen articles as read.
5122
5123         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5124         non-variable, too.
5125
5126         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5127         available.
5128         (nnimap-update-info): Rely more on the current active than the param
5129         active to avoid marking articles as read too much.
5130
5131         * auth-source.el (auth-source-create): Use (user-login-name) for the
5132         user name default.
5133
5134         * nnimap.el (nnimap-update-info): If the server doesn't return any
5135         useful info, just use the previous info.
5136         (nnimap-update-info): Prefer old info over start-article.
5137         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5138
5139 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5140
5141         * nnir.el (autoload): Clean up autoloads.
5142         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5143         Use key rather than value.
5144         (nnir-imap-search-other): New variable.
5145         (nnir-read-parm): Use it.
5146         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5147         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5148
5149 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5152         the process, too.
5153
5154 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * spam.el (gnus-summary-mode-map): Bind to "$".
5157         Suggested by Russ Allbery.
5158
5159         * shr.el: Rework the way things are indented by <li> slightly.
5160
5161         * gnus.el (gnus-group-set-parameter): Fix typo.
5162
5163         * nnimap.el: Start implementing QRESYNC support.
5164
5165 2010-10-09  Julien Danjou  <julien@danjou.info>
5166
5167         * nnir.el (nnir-engines): Fix too many arguments.
5168
5169 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5172         group is the "last", so that the backends like nnfolder actually save
5173         their folders.
5174
5175         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5176         try to use that for the tls stream.
5177         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5178         UIDVALIDITY and find out which groups are read-only and not.
5179         (nnimap-get-flags): Use the same marks parsing code as the rest of
5180         nnimap.
5181
5182 2010-10-09  Julien Danjou  <julien@danjou.info>
5183
5184         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5185
5186         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5187         retrieving gravatars.
5188
5189         * shr.el (shr-table-corner): Add.
5190         (shr-table-line): Add.
5191         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5192
5193 2010-10-08  Julien Danjou  <julien@danjou.info>
5194
5195         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5196
5197 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5198
5199         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5200
5201         * gnus-sum.el (gnus-mark-article-as-unread)
5202         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5203         (gnus-summary-set-bookmark): Use it.
5204
5205         * gnus-msg.el (gnus-setup-message): Use it.
5206
5207         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5208
5209         * gnus.el (gnus-group-remove-parameter): Use it.
5210
5211         * gnus-group.el (gnus-group-make-web-group): Use it.
5212
5213         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5214
5215         * nnregistry.el: Update docs to mention manual.
5216
5217         * gnus-registry.el: Update docs to mention nnregistry.el.
5218         (gnus-registry-initialize): Don't install nnregistry refer method
5219         automatically.
5220         (gnus-registry-install-nnregistry): Remove it.
5221
5222 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * shr.el (shr-insert): Don't insert double spaces.
5225
5226 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-gravatar.el (gnus-treat-from-gravatar)
5229         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5230         called interactively.
5231
5232         * gnus-art.el (gnus-mime-view-part-externally)
5233         (gnus-mime-view-part-internally): Make predicate function passed to
5234         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5235         of a mime type.
5236
5237         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5238
5239 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * shr.el (require): Require cl when compiling.
5242         (shr-tag-hr): New function.
5243
5244         * nnimap.el (nnimap-update-info): Remove double setting of high.
5245         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5246         This makes nnimap work properly on Courier again.
5247
5248         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5249         the variable for backwards compatibility.
5250
5251         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5252         the file name before using to avoid setting mm-default-directory to
5253         nil.
5254
5255         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5256         bidning gnus-agent variables.
5257
5258         * shr.el (shr-render-td): Use a cache for the table rendering function
5259         to avoid getting an exponential rendering behaviour in nested tables.
5260         (shr-insert): Rework the line-breaking algorithm.
5261         (shr-insert): Don't leave trailing spaces.
5262         (shr-insert-table): Also insert empty TDs.
5263         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5264
5265 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * gnus-sum.el (gnus-number): Rename from `number'.
5268         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5269         (gnus-summary-limit-children): Update uses correspondingly.
5270
5271 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5274         (gnus-gravatar-transform-address): Don't show avatars of people of
5275         which mail addresses match gnus-gravatar-too-ugly.
5276
5277 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * shr.el (shr-table-widths): Expand TD elements to fill available
5280         space.
5281
5282 2010-10-07  Julien Danjou  <julien@danjou.info>
5283
5284         * nnimap.el (nnimap-request-rename-group): Add this method.
5285
5286 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5289         name from XEmacs' function-arglist.
5290
5291         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5292         gravatar under XEmacs.
5293
5294 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5295
5296         * auth-source.el: Update docs with TODO items.
5297
5298         * gnus-sync.el: Update docs to explain state and plans.
5299
5300         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5301         Hooks for mark updates.
5302         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5303
5304         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5305         hooks with arguments, which is needed for mark update hooks.
5306
5307 2010-10-06  Julien Danjou  <julien@danjou.info>
5308
5309         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5310         was matched.
5311
5312         * sieve-manage.el: Update example in `Commentary'.
5313
5314         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5315
5316         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5317         not 2000.
5318         (sieve-manage-authenticate): Re-add function.
5319
5320 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * shr.el (shr-insert): Get 'space transition right.
5323         (shr-render-td): Only delete space at the end of the TD.
5324
5325         * nnimap.el (nnimap-open-connection): Prepare to support
5326         open-gnutls-stream.
5327
5328         * shr.el: Rearrange function order to be more logical.
5329
5330 2010-10-06  Julien Danjou  <julien@danjou.info>
5331
5332         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5333         (nnrss-discover-feed): Remove 404 URL in docstring.
5334
5335         * nnir.el: Fix Swish-E URL.
5336         Fix Namazu URL.
5337
5338         * message.el (message-change-subject): Remove 404 URL in a comment.
5339
5340 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5343         called interactively.
5344
5345         * gnus-util.el (gnus-remove-if): Allow hash table.
5346         (gnus-remove-if-not): New function.
5347
5348         * gnus-art.el (gnus-mime-view-part-as-type)
5349         * gnus-score.el (gnus-summary-score-effect)
5350         * gnus-sum.el (gnus-read-move-group-name):
5351         Replace remove-if-not with gnus-remove-if-not.
5352
5353         * gnus-group.el (gnus-group-completing-read):
5354         Regard collection as a hash table if it is not a list.
5355
5356 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5359
5360         * shr.el: Document the table-rendering algorithm.
5361
5362 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5365         for Emacsen having no `libxml-parse-html-region' support.
5366
5367 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5370         invalid URLs.
5371
5372         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5373         line-broken.
5374         (shr-tag-img): Ignore image fetching errors.
5375         (shr-overlays-in-region): Compute overlay positions correctly.
5376
5377         * mm-decode.el (mm-shr): Require shr.
5378
5379         * gnus-art.el (gnus-blocked-images): Move variable here.
5380
5381         * shr.el (shr-insert-table): Bind free variable.
5382
5383         * mm-decode.el (mm-shr): Bind shr-content-function.
5384
5385         * shr.el (shr-content-function): New variable.
5386
5387         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5388         added for symmetry.
5389
5390         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5391
5392         * gnus-group.el (gnus-group-make-group): Doc fix.
5393
5394         * nnimap.el (nnimap-request-newgroups): Return success.
5395
5396         * shr.el (shr-find-elements): New function.
5397         (shr-tag-table): Put all the images after the table.
5398         (shr-tag-table): Really inhibit images inside the table.
5399         (shr-collect-overlays): Copy over overlays from the TD elements to the
5400         main document.
5401
5402         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5403         gnus-blocked-images.
5404
5405 2010-10-05  Julien Danjou  <julien@danjou.info>
5406
5407         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5408
5409         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5410         (gnus-html-maximum-image-size): Add this function.
5411         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5412
5413         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5414         server-value of the capability is nil.
5415
5416 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * shr.el (shr-tag-em): Add <EM> tag.
5419
5420 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5421
5422         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5423         customizable.
5424
5425         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5426         handing broken links to browse-url.
5427
5428 2010-10-05  Julien Danjou  <julien@danjou.info>
5429
5430         * gnus-util.el (gnus-emacs-completing-read)
5431         (gnus-iswitchb-completing-read): Use autoload rather than require.
5432
5433 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5436         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5437         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5438         iswitchb-temp-buflist for XEmacs.
5439
5440         * gnus-util.el (gnus-completing-read-function): Exclude
5441         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5442         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5443         XEmacs.
5444
5445         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5446         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5447
5448         * gnus-html.el: Don't require help-fns under XEmacs.
5449         (gnus-html-schedule-image-fetching): Work for XEmacs.
5450
5451         * mm-decode.el (mm-shr): Decode contents by charset.
5452
5453 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5456         unknown.
5457
5458         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5459         (shr-get-image-data): Ensure against the cache file missing.
5460
5461         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5462         for data.
5463
5464         * spam-report.el (spam-report-url-ping-plain): Don't query about
5465         killing the process.
5466
5467         * shr.el (shr-render-td): Protect against too-wide text.
5468
5469 2010-10-04  Julien Danjou  <julien@danjou.info>
5470
5471         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5472         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5473
5474         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5475         retrieved.
5476
5477 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5478
5479         * shr.el (browse-url): Require.
5480         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5481         lines.
5482         (shr-show-alt-text, shr-browse-image): New commands.
5483         (shr-browse-url, shr-copy-url): New commands.
5484
5485         * gnus-sum.el (gnus-widen-article-window): New variable.
5486         (gnus-summary-select-article-buffer): Use it.
5487
5488         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5489         without @ signs.
5490
5491 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5492
5493         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5494
5495 2010-10-04  Julien Danjou  <julien@danjou.info>
5496
5497         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5498         for XEmacs.
5499
5500 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5503
5504         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5505         (nnimap-close-server): Implement.
5506
5507         * dgnushack.el (iswitchb): Require to shut up the compiler.
5508
5509         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5510         (shr-insert): Tweak line breaking.
5511         (shr-insert): Handle <pre> better.
5512         (shr-tag-li): Get <li> indentation right.
5513         (shr-tag-li): Get <li> indentation even righter.
5514         (shr-tag-blockquote): Ensure paragraph start.
5515         (shr-make-table): Tweak table generation.
5516         (shr-make-table): Fix typo.
5517
5518         * shr.el: Implement table rendering.
5519
5520 2010-10-04  Julien Danjou  <julien@danjou.info>
5521
5522         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5523
5524 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * shr.el (shr-insert): Use string anchors instead of line anchors.
5527
5528 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * shr.el: Add headings.
5531         (shr-ensure-paragraph): Actually work.
5532         (shr-tag-li): Make <ul> prettier.
5533         (shr-insert): Get white space at the beginning/end of elements right.
5534         (shr-tag-p): Collapse subsequent <p>s.
5535         (shr-ensure-paragraph): Don't insert double line feeds after blank
5536         lines.
5537         (shr-insert): \t is also space.
5538         (shr-tag-s): Fix "s" tag name function.
5539         (shr-tag-s): Fix face prop name.
5540
5541 2010-10-03  Julien Danjou  <julien@danjou.info>
5542
5543         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5544
5545         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5546         gnus-window-inside-pixel-edges.
5547
5548         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5549         gnus-ems.
5550
5551         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5552
5553         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5554         function.
5555
5556         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5557         resize choice.
5558
5559 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5562         beginning of the buffer.
5563
5564         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5565         article buffer again.
5566
5567         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5568
5569         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5570         when it's at the start of the buffer.
5571
5572         * shr.el (shr-tag-blockquote): Convert name.
5573         (shr-rescale-image): Use the right image-size variant.
5574
5575         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5576         buffer isn't shown, then select the current article first instead of
5577         bugging out.
5578         (gnus-summary-select-article-buffer): Show both the article and summary
5579         buffers again.
5580
5581         * shr.el (shr-fontize-cont): Protect against regions with no text.
5582         Rename tag functions to shr-tag-* for enhanced security.
5583         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5584
5585 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5586
5587         * shr.el (shr-insert):
5588         * pop3.el (pop3-movemail):
5589         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5590         loaded.
5591
5592 2010-10-03  Glenn Morris  <rgm@gnu.org>
5593
5594         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5595
5596         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5597
5598         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5599
5600         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5601
5602         * gnus-util.el (gnus-make-local-hook): Simplify.
5603
5604 2010-10-02  Julien Danjou  <julien@danjou.info>
5605
5606         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5607         (gnus-ido-completing-read): New function.
5608         (gnus-emacs-completing-read): New function.
5609         (gnus-completing-read): Use gnus-completing-read-function.
5610         Add gnus-completing-read-function.
5611
5612 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * shr.el (shr-insert-document): Autoload.
5615         (shr-img): Be silent.
5616         (shr-insert): Add a newline after every picture before text.
5617         (shr-add-font): Use overlays for combining faces.
5618         (shr-insert): Pass upwards the text start point.
5619
5620         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5621         possible.
5622         (mm-shr): New function.
5623
5624 2010-10-02  Julien Danjou  <julien@danjou.info>
5625
5626         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5627         should go backward.
5628
5629 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5630
5631         * shr.el (shr): Fix typo in provide call.
5632
5633 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * shr.el: New file.
5636
5637         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5638
5639         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5640         completing read.
5641
5642 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5645         we're being queried about.  Suggested by Dan Jacobson.
5646
5647         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5648         Suggested by Jason Eisner.
5649
5650         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5651         table, too.  Suggested by Stefan Wiens.
5652         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5653         the table unnecessary.  Suggested by Stefan Wiens.
5654
5655         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5656         longer needed, and probably doesn't work either, as pointed out by
5657         Stefan Wiens.
5658         (gnus-summary-exit): Remove call to the clearing function.
5659         (gnus-summary-exit-no-update): Ditto.
5660
5661         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5662         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5663         Reported by Stefan Monnier.
5664         (gnus-summary-save-in-rmail): Ditto.
5665
5666         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5667         article buffer, instead of both the article buffer and the summary
5668         buffer.  Sort of suggested by Dan Jacobson.
5669
5670         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5671
5672         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5673         Suggested by Dan Jacobson.
5674
5675         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5676         documentation clearer.
5677
5678         * message.el (message-shorten-references): Comment on the number "21".
5679         Suggested by Stefan Monnier.
5680
5681         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5682         Suggested by Dan Jacobson.
5683
5684         * gnus.el (gnus-large-newsgroup):
5685         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5686
5687         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5688         externalize attachments.  Bug reported by Steve Wen.
5689
5690         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5691         really message anything to the user.
5692
5693         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5694         directly.
5695
5696         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5697         messages in empty groups.
5698
5699 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5700
5701         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5702         non-UIDNEXT group.
5703
5704 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5707         not the value from the collection.
5708
5709         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5710         values.  This sometimes happens on some groups that have no info.
5711         (nnimap-request-newgroups): New function.
5712
5713 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5716         check into `gnus-registry-initialize'.
5717         (gnus-registry-initialize): Ditto.
5718         Fix and extend header docs.
5719
5720 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5723         regexp backtrace overflows.
5724
5725         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5726         for starttls that tls.el implements; i.e. openssl.
5727
5728         * tls.el (tls-starttls-switches): Give up on using starttls with
5729         gnutls-cli.
5730         (tls-program): Add --insecure to be consistent with the defaults from
5731         openssl s_client.  Now all three commands are insecure.
5732
5733 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * lpath.el: Bind completion-styles-alist for XEmacs.
5736
5737         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5738         (gravatar-create-image): New function that's an alias to
5739         gnus-xmas-create-image, gnus-create-image, or create-image.
5740         (gravatar-data->image): Use it.
5741
5742 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5745         install the nnregistry refer method.
5746         (gnus-registry-install-hooks): Use it.
5747         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5748         unfollowed groups.
5749
5750 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5751
5752         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5753         expanding threads.
5754
5755 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * nnir.el: Use the server names without suffixes (bug #7009).
5758
5759         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5760         unencrypted to STARTTLS, if possible.
5761
5762 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5763
5764         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5765         headers before superseding.
5766
5767 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * nnrss.el (nnrss-use-local): Add documentation.
5770
5771         * nnimap.el (nnimap-extend-tls-programs): New function.
5772         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5773         (nnimap-wait-for-connection): Accept the greeting from the stupid
5774         output from openssl s_client -starttls, too.
5775
5776         * tls.el (tls-starttls-switches): New variable.
5777         (tls-find-starttls-argument): Use it.
5778         (open-tls-stream): Ditto.
5779
5780         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5781         (netrc-machine): Ditto.
5782
5783         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5784         article number.
5785         (nnimap-split-fancy): New variable.
5786         (nnimap-split-incoming-mail): Use it.
5787
5788         * nntp.el (nntp-server-list-active-group): Document.
5789
5790         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5791         SELECT to get the message-id.
5792
5793         * mail-source.el (mail-sources): Remove webmail support.
5794         (defvar): Ditto.
5795         (mail-source-fetcher-alist): Ditto.
5796         (mail-source-fetch-webmail): Remove.
5797
5798         * webmail.el: Remove -- doesn't seem relevant any more.
5799
5800         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5801
5802         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5803         the \r.
5804
5805 2010-09-30  Julien Danjou  <julien@danjou.info>
5806
5807         * gnus-agent.el (gnus-agent-add-group): Fix call to
5808         gnus-completing-read.
5809
5810 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * nndoc.el (nndoc-retrieve-groups): New function.
5813
5814         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5815         `default', use nnmail-split-methods.
5816         (nnimap-request-article): Downcase the NILs so that they are nil.
5817
5818         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5819         symbol.
5820
5821         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5822         code, since if the user has requested network, that's what they ought
5823         to get.
5824         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5825         (nnimap-split-rule): Mark as obsolete.
5826
5827         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5828         New variable.
5829
5830         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5831         correct slot, too.
5832
5833 2010-09-29  Julien Danjou  <julien@danjou.info>
5834
5835         * gnus.el (gnus-local-domain): Declare variable obsolete.
5836
5837         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5838         Fix history computing.
5839         (gnus-ido-completing-read): Require ido.
5840
5841 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5844         build Gnus.
5845
5846         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5847         when interpreting the structures.
5848         (nnimap-request-accept-article): Add \r\n to the lines to make this
5849         work with Cyrus.
5850
5851         * nndraft.el (nndraft-request-expire-articles): Use the group name
5852         instead if "nndraft".  Fix found by Nils Ackermann.
5853
5854 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5855
5856         * nnregistry.el: Add.
5857
5858 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * nnmail.el (group, group-art-list, group-art):
5861         Remove unneeded directives.
5862
5863 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5866         (mm-mime-charset)
5867         * rfc2047.el (rfc2047-syntax-table)
5868         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5869
5870         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5871         rather than `insert-file-contents' and `eval-region'.
5872
5873         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5874         construction.
5875
5876         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5877
5878         * time-date.el: No need to require cl for Emacs 21.
5879
5880 2010-09-29  Julien Danjou  <julien@danjou.info>
5881
5882         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5883         replacement of `gnus-gravatar-relief' to mimic
5884         `gnus-faces-properties-alist'.
5885         Add :version property.
5886
5887 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * mail-source.el (mail-source-report-new-mail)
5890         * message.el (message-default-mail-headers)
5891         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5892
5893         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5894
5895 2010-09-28  Julien Danjou  <julien@danjou.info>
5896
5897         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5898         mail-address contains the same string as real-name.
5899
5900         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5901         non-blank in header, otherwise it'll get stripped.
5902
5903         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5904         real-name, and then for mail address rather than doing : or , search.
5905
5906 2010-09-27  Julien Danjou  <julien@danjou.info>
5907
5908         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5909         right completing-read function.
5910         (gnus-use-ido): New variable
5911         (gnus-completing-read-with-default): Remove.
5912         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5913         (gnus-agent-add-group):
5914         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5915         * mm-view.el (mm-view-pkcs7-decrypt):
5916         * mm-util.el (mm-codepage-setup):
5917         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5918         * mml-smime.el (mml-smime-openssl-sign-query):
5919         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5920         (mml-insert-multipart):
5921         * gnus-msg.el (gnus-summary-yank-message):
5922         * gnus-int.el (gnus-start-news-server):
5923         * mm-decode.el (mm-interactively-view-part):
5924         * gnus-dired.el (gnus-dired-attach):
5925         * gnus.el (gnus-read-method):
5926         * gnus-bookmark.el (gnus-bookmark-jump):
5927         * gnus-art.el (gnus-mime-view-part-as-type)
5928         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5929         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5930         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5931         * nnmairix.el (nnmairix-create-server-and-default-group)
5932         (nnmairix-update-groups, nnmairix-get-server)
5933         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5934         (nnmairix-get-group-from-file-path):
5935         * nnrss.el (nnrss-find-rss-via-syndic8):
5936         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5937         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5938         (gnus-group-browse-foreign-server):
5939         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5940         (gnus-summary-execute-command, gnus-summary-respool-article)
5941         (gnus-read-move-group-name):
5942         * gnus-score.el (gnus-summary-increase-score)
5943         (gnus-summary-score-effect):
5944         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5945
5946 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5949         x-focus-frame.
5950
5951         * nnimap.el (auth-source-forget-user-or-password)
5952         (auth-source-user-or-password): Autoload.
5953
5954         * message.el (message-from-style, message-interactive)
5955         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5956         (message-yank-prefix, message-indentation-spaces, message-signature)
5957         (message-signature-file): Add comment.
5958
5959 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5962         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5963         new articles.
5964
5965         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5966         parts.
5967         (nnimap-request-article): Work with the t setting, too.
5968
5969         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5970         that you don't get flashes of other buffers.
5971         (gnus-summary-show-complete-article): Intern before setting.
5972
5973 2010-09-27  David Engster  <dengste@eml.cc>
5974
5975         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5976         well as HEADERS.
5977         (nnmairix-retrieve-headers): Provide new argument for the above.
5978
5979 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * gnus-sum.el (gnus-summary-move-article): Don't alter
5982         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5983         group.
5984
5985         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5986
5987         * message.el (message-cite-prefix-regexp): Revert my last edit.
5988
5989         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5990         variable instead of the Gnus variable.
5991
5992         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5993
5994         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5995
5996         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5997         since some servers don't like it.
5998         (nnimap-open-connection): Forget credentials if the server says the
5999         password was wrong.
6000         (nnimap-parse-line): Protect against invalid data.
6001
6002         * gnus-sum.el (gnus-summary-move-article): Add comment.
6003         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6004         nothing alters it while scanning for new messages.
6005
6006         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6007         which may or may not help.
6008         (nnimap-open-connection): If we're doing a stream connection, and then
6009         discover we're on a STARTTLS-capable server, then open a STARTTLS
6010         connection instead.
6011
6012 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * nnimap.el (utf7): Require.
6015
6016         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6017         prefix.
6018
6019 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6020
6021         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6022
6023 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * nnimap.el (nnimap-request-accept-article): Message the error on
6026         error.
6027
6028 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6031
6032 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * nndoc.el (nndoc-request-list): Return success always.
6035
6036         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6037         `fetch-old' -- we only want to fetch the articles we've requested.
6038         The rest are in the agent, probably.
6039         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6040         disappeared server" to something low.  It's not important.
6041
6042         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6043         arrived before the FETCH data.
6044
6045         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6046         target here, because we don't know the Gnus name of the group.
6047
6048         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6049         for the correct group.
6050
6051         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6052
6053         * gnus.el (gnus): Give a final warning after startup.
6054
6055         * gnus-util.el (gnus-action-message-log): New variable.
6056         (gnus-message): Use it.
6057         (gnus-final-warning): New function.
6058
6059         * nnimap.el (nnimap-open-connection): Record the greeting.
6060         (nnimap): Add greeting.
6061
6062 2010-09-26  Julien Danjou  <julien@danjou.info>
6063
6064         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6065         arguments.
6066         (gnus-html-wash-images): Fix spec computing to include start/end.
6067
6068         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6069
6070 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6073         deletion.
6074         (nnimap-retrieve-headers): Don't select the group, because that's
6075         already done by nnimap-possibly-change-group.
6076
6077         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6078         (gnus-picon-transform-address): Use it.
6079
6080         * mail-source.el (mail-source-value): Revert previous patch.
6081
6082         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6083         on failure.
6084         (nnimap-open-connection): Look up both virtual and physical server name
6085         credentials.
6086
6087         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6088
6089 2009-02-07  Dave Love  <fx@gnu.org>
6090
6091         * tls.el (open-tls-stream): Don't query killing process.
6092
6093 2009-02-08  Dave Love  <fx@gnu.org>
6094
6095         * gnus-win.el (gnus-window-to-buffer-helper)
6096         (gnus-all-windows-visible-p): Function needn't be a symbol.
6097
6098         * mail-source.el (mail-source-value): Function needn't be a symbol.
6099
6100 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101
6102         * message.el (message-cite-prefix-regexp): Remove } from the cite
6103         prefix.
6104
6105         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6106         highlight again, so that the highlight is correct.
6107
6108         * gnus-picon.el (gnus-picon): Remove again.
6109         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6110
6111         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6112         doing the header highlightling, so that the background colour of the
6113         picon is correct.
6114
6115         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6116         (gnus-picon): Ditto.
6117         (gnus-picon): Reinstate.  The background colour for picons is white.
6118         (gnus-picon-insert-glyph): Make the background white.
6119
6120         * nnml.el (nnml-open-nov): Don't return dead buffers.
6121
6122         * auth-source.el (auth-source-create): Query the user for whether to
6123         store the credentials.
6124
6125         * netrc.el (netrc-store-data): New function.
6126
6127         * auth-source.el (auth-source-user-or-password): Use the existing auth
6128         sources, if any, for creation.
6129
6130         * gnus.el (gnus-group-fast-parameter): Return the last matching
6131         parameter instead of the first matching parameter.
6132
6133 2010-09-26  Julien Danjou  <julien@danjou.info>
6134
6135         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6136
6137 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6138
6139         * mml2015.el (mml2015-use): Remove gpg support.
6140
6141         * mml1991.el (mml1991-function-alist): Remove gpg function.
6142         (mml1991-gpg-sign): Remove.
6143
6144 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6145
6146         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6147         (gnus-browse-unsubscribe-current-group): Document it.
6148         (gnus-browse-unsubscribe-group): Use it.
6149
6150 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6153         address to the To list for easier response.
6154
6155         * gnus.el (gnus-play-startup-jingle): Remove.
6156         (gnus-splash): Don't play jingle.
6157         (gnus): Silence gnus-load message.
6158
6159         * gnus-art.el (gnus-treat-play-sounds): Remove.
6160
6161         * gnus.el (gnus-play-jingle): Remove audio support.
6162
6163         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6164
6165         * earcon.el: Remove -- no users.
6166
6167         * gnus-audio.el: Remove -- no users of this package.
6168
6169         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6170
6171         * gnus-start.el (gnus-setup-news): Remove nocem support.
6172
6173         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6174
6175         * gnus.el (gnus-use-nocem): Remove.
6176
6177         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6178         Remove.
6179
6180         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6181         uses NoCeM any more.
6182
6183         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6184         (gnus-button-ctan-handler): Ditto.
6185         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6186         (gnus-button-ctan-directory-regexp): Ditto.
6187         (gnus-button-handle-ctan): Ditto.
6188         (gnus-button-tex-level): Ditto.
6189         (gnus-button-alist): Remove CTAN stuff.
6190
6191 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6194         nnimap-streaming test.
6195
6196         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6197         servers twice.
6198
6199         * nnimap.el (nnimap-open-connection): Add more error reporting when
6200         nnimap fails early.
6201
6202         * nnheader.el (nnheader-get-report-string): New function.
6203         (nnheader-get-report): Use it.
6204
6205         * gnus-int.el (gnus-check-server): Say what the error was when opening
6206         failed.
6207
6208         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6209         using streaming.
6210
6211 2010-09-25  Julien Danjou  <julien@danjou.info>
6212
6213         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6214         gnus-window-inside-pixel-edges.
6215
6216 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6219
6220         * mm-decode.el (mm-save-part): Allow saving to other directories the
6221         normal Emacs way.
6222
6223         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6224         Suggested by Jay Berkenbilt.
6225
6226         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6227         there isn't a single byte.
6228
6229         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6230         just do it.  It doesn't really seem to matter what the user responds
6231         here, I think, so it's just a confusing question.
6232
6233         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6234         non-streaming case.
6235
6236         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6237         (gnus-article-encrypt-body): Use it.
6238
6239         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6240         keystroke.
6241
6242         * nnimap.el (nnimap-find-wanted-parts-1):
6243         Use gnus-fetch-partial-articles.
6244
6245         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6246
6247         * nnimap.el (nnimap-insert-partial-structure): New function.
6248         (nnimap-get-partial-article): New function.
6249         (nnimap-request-article): Use it.
6250         (nnimap-wait-for-response): Return whether the wait was successful.
6251         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6252         retrieval wasn't successful.
6253         (nnimap-retrieve-group-data-early): Allow throttling servers.
6254         (nnimap-streaming): New variable.
6255         (nnimap-fetch-partial-articles): Remove.
6256
6257         * mm-decode.el (mm-with-part): Protect against killed buffers.
6258
6259         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6260         for prettier summary display.
6261
6262 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6263
6264         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6265
6266 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6269         apparently third-party libraries depend on it.
6270
6271         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6272         before starting negotiation.
6273
6274         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6275         privacy reasons.
6276         (gnus-treat-mail-gravatar): Ditto.
6277
6278         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6279         buffer when inserting images.  Inserting text into the headers, for
6280         instance, can make them invalid.
6281
6282 2010-09-25  Julien Danjou  <julien@danjou.info>
6283
6284         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6285         variables.
6286
6287         * nnheader.el: Remove useless variables news-reply-yank-from and
6288         news-reply-yank-message-id.
6289
6290         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6291         variables.
6292
6293         * mml1991.el: Remove useless mml1991-verbose.
6294
6295         * gnus.el: Remove useless variable gnus-use-generic-from.
6296         Remove obsolete variable gnus-topic-indentation.
6297
6298         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6299
6300         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6301
6302         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6303
6304         * gnus-group.el: Remove useless gnus-group-icon-cache.
6305         Remove useless gnus-ephemeral-group-server.
6306
6307         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6308
6309         * mml2015.el: Remove useless mml2015-verbose.
6310
6311         * mml-smime.el: Remove useless mml-smime-verbose.
6312
6313         * gnus.el: Remove useless gnus-local-domain.
6314
6315         * gnus-gravatar.el (gnus-gravatar-transform-address):
6316         Use gnus-gravatar-size.
6317
6318         * gnus-art.el: Remove useless gnus-treat-translate.
6319
6320 2010-09-24  Julien Danjou  <julien@danjou.info>
6321
6322         * gnus-sum.el: Add support for Gravatars.
6323
6324         * gnus-art.el: Add support for Gravatars.
6325
6326         * gnus-gravatar.el: Add this file.
6327
6328         * gravatar.el: Add this file.
6329
6330 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6333
6334         * gnus-group.el (gnus-group-fetch-faq): Remove.
6335
6336         * gnus.el (gnus-group-faq-directory): Remove.
6337
6338         * gnus-group.el (gnus-group-fetch-charter): Remove.
6339
6340         * gnus.el (gnus-group-charter-alist): Remove.
6341
6342         * gnus-group.el (gnus-group-archive-directory): Remove.
6343         (gnus-group-recent-archive-directory): Ditto.
6344         (gnus-group-make-archive-group): Remove.
6345
6346         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6347
6348         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6349         use the same article number for all the cached articles.
6350
6351         * nnimap.el (nnimap-command): Register the last command time so
6352         that we can use it for idling NOOPs.
6353         (nnimap-open-connection): Start the keeplive timer.
6354         (nnimap-make-process-buffer): Store all the process buffers.
6355         (nnimap-keepalive): New function.
6356
6357         * starttls.el (starttls-open-stream): Add autoload cookie.
6358
6359 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6360
6361         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6362         handling.
6363
6364 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6365
6366         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6367         its data structures.
6368
6369         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6370         instead of the cl.el copy-list.
6371         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6372         equalp.
6373
6374 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6377         and tool-bar-local-item-from-menu.
6378
6379         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6380         mode-line-highlight face for Emacs.
6381
6382         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6383         loading gnus-sum.elc; fix comment for canlock-verify.
6384         (gnus-article-jump-to-part): Use read-number.
6385         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6386         Remove Emacs pre-21 compatible code for help-echo.
6387         (gnus-article-next-page-1): No need to adjust the number of lines.
6388         (gnus-article-describe-bindings): Always use help-buffer.
6389
6390         * gnus-audio.el (gnus-audio-inline-sound)
6391         * gnus-cus.el (gnus-custom-mode)
6392         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6393
6394         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6395
6396         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6397         compatible code.
6398
6399 2010-09-24  Glenn Morris  <rgm@gnu.org>
6400
6401         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6402         visiting the fcc file in rmail-mode.
6403
6404         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6405
6406 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * nnir.el: Silence the byte compiler.
6409
6410         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6411         alias to browse-url-url-encode-chars if any.
6412         (gnus-html-encode-url): Use it.
6413
6414 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * gnus-start.el (gnus-use-backend-marks): New variable.
6417         (gnus-get-unread-articles-in-group): Use it.
6418
6419         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6420         makeover.
6421
6422 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6423
6424         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6425
6426 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6429         Remove.
6430         (gnus-setup-news-hook):
6431         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6432
6433         * gnus-int.el (gnus-request-update-info): Protect against backends not
6434         having the function.
6435
6436         * nnimap.el (nnimap-stream): Mention starttls.
6437         (nnimap-open-connection): Add starttls support.
6438
6439 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6440
6441         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6442
6443 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6446         BODYSTRUCTUREs.
6447         (nnimap-transform-headers): Unfold quoted {42} headers.
6448
6449         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6450         the info.
6451         (gnus-get-unread-articles): Only call updatep on backends that support
6452         it.
6453
6454         * nnweb.el (nnweb-request-update-info): NOOP.
6455
6456         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6457
6458         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6459         since it only deals with marks.
6460
6461         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6462         gnus-request-marks, and make a new gnus-request-update-info.
6463
6464         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6465         the active instead of the high number, which is usually too low.
6466
6467 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6468
6469         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6470         * encrypt.el: Remove.
6471
6472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6475         server in symbolic form.
6476
6477         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6478
6479 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6482         (nnimap-update-info): Fix up code slightly.
6483
6484         * gnus-int.el (gnus-open-server): Add tracing for performance
6485         debugging.
6486
6487         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6488         (gnus-group-insert-group-line): Pass the real group name so that it
6489         gets the right data.
6490
6491         * gnus-start.el (gnus-get-unread-articles): Don't have
6492         `gnus-get-unread-articles-in-group' update info, since that can be
6493         really slow and doesn't seem to be needed?
6494
6495 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6496
6497         * time-date.el (date-to-time): Try using parse-time-string first before
6498         using the slower timezone-make-date-arpa-standard.
6499
6500 2010-09-22  Julien Danjou  <julien@danjou.info>
6501
6502         * gnus-group.el (gnus-group-insert-group-line):
6503         Call gnus-group-highlight-line.
6504         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6505         default hook list.
6506         (gnus-group-update-eval-form): Add new function.
6507         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6508         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6509
6510 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6511
6512         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6513         immediate, then expire all articles.
6514         (nnimap-update-info): Fix off-by-one errors.
6515         (nnimap-flags-to-marks): Would return no marks lists for group with no
6516         flags.  Instead return the other data.
6517
6518 2010-09-22  Julien Danjou  <julien@danjou.info>
6519
6520         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6521         Only return an icon.
6522         (gnus-group-insert-group-line): Compute icon to return.
6523
6524         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6525         (gnus-html-image-fetched): Only cache if
6526         gnus-html-image-automatic-caching is set.
6527         (gnus-html-image-fetched): Check for errors.
6528
6529 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6532         once per method on `g'.  This ensures that backends like nnfolder don't
6533         open all their folders.
6534
6535         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6536         (nnimap-request-list): Nix out group in the correct buffer.
6537         (nnimap-parse-flags): Implement by using `read' instead of
6538         hand-parsing.
6539         (nnimap-flags-to-marks): Pass on permanent-flags.
6540         (nnimap-make-process-buffer): Record the server name.
6541         (nnimap-parse-flags): Fix typo.
6542         (nnimap-request-scan): Run split on the server in general, not just a
6543         single group.
6544
6545         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6546         parameter, and propagate this downwards.
6547
6548         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6549         since EXAMINE changes it on the server.
6550
6551         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6552         this command might take a while.
6553
6554 2010-09-22  Julien Danjou  <julien@danjou.info>
6555
6556         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6557         harmful if you have 2 images side-by-side, they can't be properly
6558         update on text deletion.  Using text-property is safer here.
6559         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6560         data.
6561
6562 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * nnimap.el (nnimap-expunge-inbox): Remove.
6565         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6566         (nnimap-expunge): Flip default to t.
6567
6568         * gnus.el (gnus-method-to-server): Don't push things to the cache
6569         unless it's unique.
6570         (gnus-server-to-method): Ditto.
6571
6572 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6573
6574         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6575
6576 2010-09-22  Julien Danjou  <julien@danjou.info>
6577
6578         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6579         get the start of data.
6580         (gnus-html-encode-url): Add this function to encode special chars in
6581         URL.
6582         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6583         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6584
6585         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6586         default.
6587         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6588
6589         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6590         images alt-text.
6591         (gnus-html-put-image): Put alt-text as help-echo.
6592
6593 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6596         * mm-util.el (mm-decompress-buffer)
6597         * nnir.el (nnir-run-find-grep)
6598         * pop3.el (pop3-list): Use 3rd arg of split-string.
6599
6600         * time-date.el (format-seconds): Comment fix.
6601
6602         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6603         and byte-optimize-form-code-walker.
6604         (dgnushack-make-auto-load): Don't advise make-autoload.
6605
6606         * lpath.el: Remove Emacs 21 stuff.
6607
6608 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6609
6610         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6611         outside the active range.  Suggested by Dan Christensen.
6612
6613         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6614         slightly later to avoid double-getting it.
6615
6616         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6617         previous patch.
6618
6619         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6620
6621 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6622
6623         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6624
6625 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-int.el (gnus-open-server): Give a better error message in the
6628         "go offline" case.
6629
6630         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6631         marks for nnimap, which is seldom the right thing to do.
6632
6633         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6634         (gnus-same-method-different-name): New function.
6635
6636         * nnimap.el (parse-time): Require.
6637
6638         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6639         method in the presence of many similar methods.
6640
6641         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6642
6643         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6644         nnml-inhibit-expiry.
6645
6646         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6647         find out whether methods are equal.
6648
6649         * nnimap.el (nnimap-find-expired-articles): New function.
6650         (nnimap-process-expiry-targets): New function.
6651         (nnimap-request-move-article): Request the article before looking at
6652         what the Message-ID is.  Fix found by Andrew Cohen.
6653         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6654
6655         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6656         for oldness in addition to being a predicate.
6657
6658         * nnimap.el (nnimap-request-group): When we have zero articles, return
6659         the right data to Gnus.
6660         (nnimap-request-expire-articles): Only delete articles immediately if
6661         the target is 'delete.
6662
6663         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6664         method, this would bug out.
6665
6666         * gnus-group.el (gnus-group-expunge-group): Rename from
6667         gnus-group-nnimap-expunge, and implemented as a normal interface
6668         function.
6669
6670         * gnus-int.el (gnus-request-expunge-group): New function.
6671
6672         * nnimap.el (nnimap-request-create-group): Implement.
6673         (nnimap-request-expunge-group): New function.
6674
6675 2010-09-21  Julien Danjou  <julien@danjou.info>
6676
6677         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6678         (gnus-html-cache-expired): Add new function.
6679         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6680         wethever we should display image for fetch it.
6681         Compute alt-text earlier to pass it to the fetching function too.
6682         (gnus-html-schedule-image-fetching): Change function argument to only
6683         get one image at a time, not a list.
6684         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6685         cache.
6686         (gnus-html-get-image-data): New function to retrieve image data from
6687         cache.
6688         (gnus-html-put-image): Change buffer argument to use image data rather
6689         than file, and place image above region rather than inserting a new
6690         one.  Do not take alt-text as argument, since it's useless now: we place
6691         the image above alt-text.
6692         (gnus-html-prune-cache): Remove.
6693         (gnus-html-show-images): Start to fetch image when we find one, do not
6694         push into a temporary list.
6695         (gnus-html-prefetch-images): Only fetch image if they have expired.
6696         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6697         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6698
6699 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6702
6703 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6706         spec inser "*" if the group isn't active instead of 0.
6707
6708         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6709         opening the server.
6710         (nnimap-request-delete-group): Implement group deletion.
6711         (nnimap-transform-headers): Return the size of the entire message in
6712         the Bytes header, not just the size of the first part.
6713         (nnimap-request-move-article): When moving an article from nnimap,
6714         request the article first so the accepting form has an article to
6715         accept.  Reported by Dan Christensen.
6716         (nnimap-command): Make sure that the error message doesn't error out.
6717
6718 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6719
6720         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6721         we haven't requested anything.
6722
6723 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6726         "".  Fix found by Andrew Cohen.
6727
6728         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6729         instead of -encode-string.
6730
6731 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6734
6735         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6736         by mm-subst-char-in-string.
6737
6738 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6739
6740         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6741         waiting for the connection string.
6742
6743         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6744         arriving.
6745
6746         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6747         bogus characters.  This allows selecting certain Gmail groups.
6748
6749         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6750         (nnimap-fetch-partial-articles): New variable.
6751         (nnimap-open-connection): When looking for credentials, also use the
6752         nnimap-server-port.
6753         (nnimap-request-article): Return the group/article number, so that Gnus
6754         `^' works as expected.
6755         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6756
6757         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6758         comments.
6759         (gnus-methods-sloppily-equal): New function.
6760         (gnus): When using the development version of Gnus, load the gnus-load
6761         file.
6762
6763         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6764         `gnus-open-server' on each method before trying to scan them etc.
6765         This ensures that all the backend parameters are set correctly.
6766
6767         * nnimap.el (nnimap-authenticator): New variable.
6768         (nnimap-open-connection): Allow anonymous login.
6769         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6770         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6771
6772         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6773         patch, found by Knut Anders Hatlen.
6774
6775 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6776
6777         * gnus-agent.el (gnus-agent-batch-confirmation)
6778         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6779         to gnus-message.
6780         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6781         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6782         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6783         * gnus-int.el (gnus-open-server): Likewise.
6784         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6785         (gnus-score-check-syntax): Likewise.
6786         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6787         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6788         Likewise.
6789         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6790
6791 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6794         calling conventions so that prefetch doesn't bug out.
6795
6796 2010-09-19  Julien Danjou  <julien@danjou.info>
6797
6798         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6799         rather than `subst-char-in-region' in order to be able to replace ASCII
6800         char by UTF-8 ones.
6801
6802         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6803         than curl.
6804         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6805         the right URL and ALT text on images.
6806         (gnus-html-wash-tags): Fix tag case.
6807         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6808         (gnus-article-html): Add -o display_ins_del=2 option.
6809         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6810
6811 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6814         the extra mail headers, which sometimes seem to happen for unknown
6815         reasons.
6816
6817         * mail-parse.el (mail-header-encode-parameter): Define as
6818         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6819         (or most, perhaps?) mail readers don't understand the latter, but do
6820         understand the former.
6821
6822         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6823         to nil, so that no methods are automatically agentized.  I think this
6824         is probably what most users want.
6825
6826         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6827         from url-retrieve, for instance about invalid URLs.
6828
6829         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6830         groups that have no articles.
6831         (nnimap-request-article): Check that we really got an article when we
6832         requested one.
6833
6834         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6835         doesn't exist.
6836
6837         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6838         nntp buffer so the agent can save it.
6839         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6840         that CRLF doesn't get translated to \n.
6841         (nnimap-open-connection): Don't make 'shell commands only send \n.
6842
6843 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6844
6845         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6846         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6847         Update var name.
6848         (nnml-generate-nov-file): Use dolist.
6849         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6850         Use with-current-buffer.
6851
6852 2010-09-18  Julien Danjou  <julien@danjou.info>
6853
6854         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6855         parallel.
6856
6857 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6860         the range update right.
6861         (nnimap-request-group): Don't make `M-g' bug out on group with no
6862         marks.
6863         (nnoo): Require, so that other packages can require nnimap.
6864         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6865         command we're looking for.  This helps when the server sends more
6866         responses after we've gotten everything we expected.
6867         (nnimap): Add a `newlinep' field to keep track of end-of-line
6868         conventions.
6869         Don't send CRLF to things that don't want it.
6870         (nnimap-request-accept-article): Ditto.
6871
6872 2010-09-18  Julien Danjou  <julien@danjou.info>
6873
6874         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6875         than curl to retrieve images.
6876
6877 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6880         the marks.
6881         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6882         (nnimap-wait-for-connection): New function.
6883         (nnimap-open-connection): If we have PREAUTH, don't query for login
6884         credentials.
6885         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6886         when doing a partial update.
6887
6888 2010-09-18  Julien Danjou  <julien@danjou.info>
6889
6890         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6891         tags.
6892
6893 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * nnimap.el (nnimap-credentials): New function.
6896         (nnimap-open-connection): Use the new function to look for credentials
6897         also on the numeric equivalents of "imap" and "imaps".
6898
6899         * gnus-start.el (gnus-activate-group): Send the info to
6900         gnus-request-group.
6901
6902         * nnimap.el (nnimap-request-group): Have the "check" version of the
6903         function parse flags and update the info, so that a `M-g' get a total
6904         resync of all flags from the group.
6905
6906         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6907         to allow backends to alter the info on group selection.  Also alter all
6908         the backend -request-group functions to take the parameter.
6909
6910         * nnimap.el (nnimap-store-info): New function.
6911         (nnimap-update-info): Store the info for later usage.
6912         (nnimap-request-group): Use the stored info for the dont-check case, so
6913         that we don't retrieve all marks when we enter a group.
6914
6915         * nnimap.el: Use deffoo instead of defun for interface functions.
6916
6917         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6918         update the group info.  This makes the nndraft groups, for instance, go
6919         back to their old behaviour.
6920
6921         * gnus-sum.el (gnus-select-newsgroup): Indent.
6922
6923         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6924         in.
6925         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6926         nothing.
6927
6928         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6929         from methods that are denied.
6930
6931         * gnus-int.el (gnus-method-denied-p): New function.
6932
6933         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6934         store the password instead of netrc.
6935         (nnimap-open-connection): Don't error out when we can't make a
6936         connections.
6937
6938         * auth-source.el (auth-source-create): In the password prompt, say what
6939         we're querying for.  Also prompt for user name if that hasn't been
6940         given.
6941
6942         * nnimap.el (nnimap-with-process-buffer): Remove.
6943
6944 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6947         method when we're reading from the agent.
6948
6949         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6950
6951         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6952         that's probably most useful for users.
6953
6954         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6955         "failed" all the time.
6956
6957         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6958         ...)) with (with-current-buffer ... ).
6959
6960         * nntp.el (nntp-open-server): Return whether the open was successful or
6961         not.
6962
6963         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6964         select an unread unseen article first.
6965
6966         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6967         /etc/services, supply some sensible port defaults.
6968
6969         * dgnushack.el: Define netrc-credentials.
6970
6971 2010-09-17  Julien Danjou  <julien@danjou.info>
6972
6973         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6974
6975 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6976
6977         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6978         doesn't have any parameters.
6979
6980 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6983         only upcased checks.
6984
6985         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6986
6987         * nnimap.el (nnimap-open-shell-stream): New function.
6988         (nnimap-open-connection): Use it.
6989         (nnimap-transform-headers): Get the number of lines in each message.
6990         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6991         number of lines.
6992         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6993         problem.
6994
6995         * utf7.el (utf7-encode): Autoload.
6996
6997         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6998         to allow the mail splitting to not return a default group.  This is
6999         useful for nnimap, which will leave unmatched mail in the inbox.
7000
7001         * nnimap.el: Rewritten.
7002
7003         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7004         nnimap usage.
7005
7006         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7007         if the move is internal, so that nnimap can do fast internal moves.
7008
7009         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7010         data.
7011         (gnus-read-active-for-groups): Support finishing the early retrieval of
7012         data.
7013
7014         * gnus-range.el (gnus-range-nconcat): New function.
7015
7016         * gnus-int.el (gnus-finish-retrieve-group-infos)
7017         (gnus-retrieve-group-data-early): New functions.
7018
7019 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7020
7021         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7022         (nnrss-retrieve-groups):
7023         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7024         (pop3-quit): Use with-current-buffer.
7025
7026 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7029         instead of nnheader-accept-process-output.
7030
7031         * dgnushack.el (dgnushack-compile): Add comment.
7032
7033         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7034
7035         * gnus-html.el (gnus-html-schedule-image-fetching)
7036         (gnus-html-prefetch-images): Replace process-kill-without-query by
7037         gnus-set-process-query-on-exit-flag.
7038
7039 2010-09-16  Romain Francoise  <romain@orebokech.com>
7040
7041         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7042
7043 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7046         parameter to unintern is mandatory-ish in Emacs 24.
7047
7048         * gnus-html.el (gnus-html-schedule-image-fetching)
7049         (gnus-html-prefetch-images): Check for curl before using it.
7050
7051         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7052         depend on curl, which isn't essential.
7053
7054         * imap.el: Revert back to version
7055         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7056         seem problematic.
7057
7058 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7059
7060         * gnus-registry.el (gnus-registry-install-shortcuts):
7061         Explicitly pass `obarray' to `unintern' to avoid a warning.
7062
7063 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7066         change.
7067
7068         * nnrss.el (nnrss-request-list): Remove this function and related
7069         functions, including the moreover stuff.
7070
7071 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * nnrss.el (nnrss-retrieve-groups): New function.
7074
7075 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7076
7077         * .dir-locals.el: Add no-byte-compile cookie.
7078
7079 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * time-date.el (format-seconds): Comment fix.
7082
7083         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7084         for back end that doesn't support request-scan.
7085
7086 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7089         then do request scans from the backends.
7090
7091         * netrc.el (netrc-credentials): New conveniency function.
7092
7093         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7094         avoid running a hook per line, since this takes a lot of time,
7095         profiling shows.
7096         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7097         directly if gnus-visual-p is true.
7098
7099 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7102         groups; replace mapcar with dolist which is a bit faster; pass groups
7103         info to gnus-read-active-file-1.
7104         (gnus-read-active-file-1): Scan only specified groups if the new
7105         optional arg `infos' is given.
7106
7107 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7110
7111         * pop3.el (pop3-movemail): Remove.
7112         (pop3-streaming-movemail): Rename to pop3-movemail.
7113
7114         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7115         don't restrict end-tag searches to the end of the line.
7116
7117 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7120         articles of every unchecked group to t, which means unknown since the
7121         server has never been opened.
7122
7123 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7124
7125         * gnus-html.el (gnus-html-show-alt-text): New command.
7126         (gnus-html-browse-image): Ditto.
7127         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7128         to browse the image directly.
7129         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7130         better.
7131
7132         * gnus-async.el (gnus-async-article-callback):
7133         Call `gnus-html-prefetch-images' unconditionally.
7134
7135         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7136         before feeding URLs to curl.
7137
7138 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7141         internal images as deletable by `W D D'.
7142
7143         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7144         (gnus-async-article-callback): Fix typo.
7145
7146 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7149         current line to work around bugs in the output from w3m.
7150
7151         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7152         for groups that want that.
7153
7154         * nntp.el (nntp-wait-for-string): Supply a timeout for
7155         accept-process-output to ensure progress.
7156
7157         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7158         level to get unread articles from, then use that for foreign groups,
7159         too.
7160
7161         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7162         confuses the rest of the function.
7163
7164         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7165         for the methods that support -retrieve-groups, too.
7166
7167         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7168
7169 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7172         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7173
7174         * pop3.el: Require cl when compiling.
7175         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7176
7177 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7178
7179         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7180         that aren't going to be activated.
7181         (gnus-get-unread-articles): Fix up the last commit.
7182
7183         * gnus-html.el (gnus-article-html): Allow calling without specifying
7184         the handle.  In that case, dissect the buffer first.
7185
7186         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7187
7188         * nnimap.el (nnimap-open-connection): Revert the change that would look
7189         into authinfo for imaps instead of imap.
7190
7191         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7192         say that you don't want to call gnus-request-group with don-check, but
7193         do check the reponse.  This is for virtual groups only.
7194         (gnus-get-unread-articles): Count the archive groups as secondary, so
7195         that they're activated the same way as before.
7196
7197         * imap.el (imap-message-map): Removed optional buffer parameter, since
7198         no callers use it.
7199         (imap-message-get): Ditto.
7200         (imap-message-put): Ditto.
7201         (imap-mailbox-map): Ditto.
7202         (imap-mailbox-put): Ditto.
7203         (imap-mailbox-get): Ditto.
7204         (imap-mailbox-get): Revert last change for this function.
7205
7206         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7207         case-insensitively.
7208         (nnimap-debug): Remove.
7209
7210         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7211         callers to use `imap-fetch' instead.  According to the comments, this
7212         should be safe, since all other IMAP clients use the 1:* syntax.
7213         (imap-enable-exchange-bug-workaround): Remove.
7214         (imap-debug): Remove -- doesn't seem very useful.
7215
7216         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7217         mail from a file, and the file doesn't exist.
7218
7219         * imap.el (imap-log): New convenience function used throughout instead
7220         of repeating the same code all over the place.
7221
7222         * pop3.el (pop3-streaming-movemail): Return t for success.
7223
7224         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7225         .authinfo if we're using ssl connection.
7226
7227         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7228         already have if we're in a main Gnus `g' run.
7229
7230         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7231
7232 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7235
7236         * nnmh.el (nnmh-request-list-1): Bind `file'.
7237
7238         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7239         alias to set-process-query-on-exit-flag or process-kill-without-query.
7240         (pop3-open-server): Use it.
7241
7242 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7245         box to the Incoming file.  Fixes mistake in previous checkin.
7246
7247         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7248         request loop (for debugging purposes) removed.
7249
7250         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7251         culprit is more visible.
7252         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7253         (nnml-add-incremental-nov): New functions to do "incremental" nov
7254         updates, where we just append to the end of the existing nov files
7255         without reading/writing them in full.
7256
7257         * mail-source.el (mail-source-delete-crash-box): Really only check the
7258         incoming files once in a while.
7259
7260         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7261
7262         * mail-source.el (mail-source-delete-crash-box): Only check the
7263         incoming files for deletion once per day to save a lot of file
7264         accesses.
7265
7266         * pop3.el (pop3-logon): Fix up unbound variable typo.
7267
7268         * mail-source.el (pop3-streaming-movemail): Autoload.
7269
7270         * pop3.el (pop3-streaming-movemail):
7271         Respect pop3-leave-mail-on-server.
7272
7273         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7274         retrieval.
7275
7276         * pop3.el (pop3-process-filter): Remove unused function.
7277         (pop3-streaming-movemail, pop3-send-streaming-command)
7278         (pop3-wait-for-messages, pop3-write-to-file)
7279         (pop3-number-of-responses): New functions for streaming pop3
7280         retrieval.
7281
7282         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7283         come from no known methods.
7284         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7285         list.
7286
7287         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7288         message sizes.
7289         (pop3-movemail): Use erase-buffer instead of looping and deleting
7290         regions, which seems rather odd.
7291
7292         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7293         file once per `g' run.
7294
7295         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7296         directories.  This makes the draft queue directory work.
7297
7298         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7299         data from the backends, so that we only request the list of groups from
7300         each method once.  This should speed things up considerably.
7301
7302         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7303         detect that it's not implemented.
7304
7305         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7306         we actually do recurse down into the tree, but don't stat all leaf
7307         nodes.
7308
7309         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7310         then say so instead of bugging out.
7311
7312         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7313         files exist before trying to read them.
7314
7315         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7316         around <pre_int>.
7317
7318         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7319
7320         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7321
7322 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * mm-util.el (mm-image-load-path): Just return the image directories,
7325         not all directories in the path in addition to the image directories.
7326         (mm-image-load-path): Maintain a cache of the image directories so that
7327         the `g' command in Gnus doesn't have to stat dozens of directories each
7328         time.
7329
7330         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7331         (gnus-html-wash-tags): Add a new `i' command to insert images.
7332         (gnus-html-insert-image): New command and keystroke.
7333         (gnus-html-redisplay-with-images): New command and keystroke.
7334         (gnus-html-show-images): Rename command.
7335         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7336         spacers.
7337         (gnus-html-wash-tags): Decode entities at the end, so that entities
7338         inside the tags don't mess up the rest of the "parsing".
7339
7340         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7341         so that nnimap methods aren't agentized by default.  There's apparently
7342         many problems related to agent/imap behaviour.
7343
7344         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7345
7346         * gnus-html.el: Doc fix.
7347
7348 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7351         specifier-spec-list for Emacs 21.
7352
7353         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7354         glyph-width and glyph-height instead of display-graphic-p and
7355         image-size; make avoidance of displaying small images work for XEmacs.
7356
7357         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7358         for XEmacs.
7359
7360         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7361         of symbol that holds plist data.
7362         (gnus-process-plist): Remove plist of process after getting it.
7363
7364 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * message.el (message-generate-hashcash): Change default to
7367         'opportunistic if hashcash is installed.
7368
7369         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7370         (gnus-html-put-image): Only call image-size once, since it's somewhat
7371         time-consuming on remote X servers.
7372
7373 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7376         type on data, not a file name.
7377
7378         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7379         window-pixel-edges for Emacs 21.
7380
7381         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7382         decoded contents.
7383         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7384
7385 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7388         group line format, since it isn't very interesting.
7389
7390         * gnus-agent.el (gnus-agent-short-article),
7391         (gnus-agent-long-article): Increase values for these two variables,
7392         since most people are likely to have more network connection and
7393         storage than before.
7394
7395         * gnus.el (gnus-refer-article-method): Change default to 'current.
7396         When referring an article, the common behaviour is to refer it from the
7397         current select method, not the native select method.  The chances of
7398         the native select method having the message in question is rather slim
7399         these days.
7400
7401         * gnus-sum.el (gnus-auto-select-subject): Change default to
7402         `unseen-or-unread'.  I think it's likely that most people want to
7403         select an unseen article over a previously seen, but unread one.
7404
7405         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7406         means that in the article buffer none of the minor mode elements will
7407         be shown, usually, and this is not desirable in most cases.
7408
7409         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7410         that commands like `d' (and the like) go to the next line in the
7411         buffer, instead of the next unread article.  I think this is the
7412         behaviour that is most natural for most users.
7413         (gnus-single-article-buffer): Change default to nil, so that people can
7414         have as many article buffers open as they have summary buffer.  I think
7415         this is the most natural way for the groups to behave.
7416
7417         * message.el (message-generate-new-buffers): Change default to
7418         `unsent', so that all new message buffers start their names with the
7419         string "*unsent", and it's easier to find the buffers if you move from
7420         them.
7421
7422 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7425         small.  They're probably tracking images.
7426         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7427         (gnus-html-rescale-image): Yet another try at getting the image sizing
7428         right.
7429
7430         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7431         nntp-marks-file-name is nil.
7432
7433 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7434
7435         * gnus-html.el (gnus-html-wash-tags)
7436         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7437         Better logging.
7438
7439 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7442
7443         * gnus-html.el (gnus-html-wash-tags): Check the value of
7444         gnus-blocked-images in the summary buffer.
7445
7446 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7449
7450 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7453         like "a", it seems like.
7454         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7455         since it needs to be picked from the correct buffer.
7456
7457         * nnwfm.el: Remove.
7458
7459         * nnlistserv.el: Remove.
7460
7461 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7464         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7465
7466 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7467
7468         * nnkiboze.el: Remove.
7469
7470         * nndb.el: Remove.
7471
7472         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7473         alt text.
7474         (gnus-html-rescale-image): Try to get the rescaling logic right for
7475         images that are just wide and not tall.
7476
7477         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7478         overshadow variable bindings.
7479
7480 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7481
7482         * gnus-html.el (gnus-html-wash-tags)
7483         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7484         Add extra logging.
7485
7486 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7489         (gnus-max-image-proportion): New variable.
7490         (gnus-html-rescale-image): New function.
7491         (gnus-html-put-image): Rescale images.
7492
7493 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7494
7495         Fix up some byte-compiler warnings.
7496         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7497         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7498         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7499         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7500         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7501         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7502         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7503
7504 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-html.el (gnus-article-html): Decode contents by charset.
7507
7508 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7511         (gnus-html-frame-width, gnus-blocked-images)
7512         * message.el (message-prune-recipient-rules): Add custom version.
7513         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7514
7515         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7516         functions.
7517
7518         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7519         gnus-process-get.
7520
7521 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7522
7523         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7524         instead of lsub directly.
7525
7526 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * nnwarchive.el: Remove.
7529
7530         * gnus-soup.el: Remove.
7531
7532         * nnsoup.el: Remove.
7533
7534         * nnultimate.el: Remove.
7535
7536         * gnus-html.el (gnus-blocked-images): New variable.
7537
7538         * message.el (message-prune-recipients): New function.
7539         (message-prune-recipient-rules): New variable.
7540
7541         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7542         guess whether a long line is natural text or not.
7543
7544         * gnus-html.el (gnus-html-schedule-image-fetching):
7545         Use gnus-process-plist and friends for compatibility.
7546
7547 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7548
7549         * gnus-html.el: Require packages that define macros used in this file.
7550         (gnus-article-mouse-face): Declare to silence byte-compiler.
7551         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7552         process-get.
7553         (gnus-html-put-image): Use plist-get to avoid getf.
7554         (gnus-html-prefetch-images): Use with-current-buffer.
7555
7556 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-ems.el: Provide compatibility functions for
7559         gnus-set-process-plist.
7560
7561         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7562         header-line-format for XEmacs 21.4.
7563
7564         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7565         * gnus.el (gnus-valid-select-methods)
7566         * message.el (message-send-mail-partially-limit)
7567         * mm-decode.el (mm-text-html-renderer)
7568         * mml.el (mml-insert-mime-headers-always)
7569         * smiley.el (smiley-regexp-alist): Bump custom version.
7570
7571 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * gnus-html.el: require mm-url.
7574         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7575         with the url to `url'.
7576         (gnus-html-wash-tags): Support cid: URLs/images.
7577
7578 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7581         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7582         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7583
7584         * gnus-move.el: Remove file, since it doesn't really work.
7585
7586         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7587         UTF-8.  This seems to fix problems with some German web feeds.
7588
7589         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7590         at the top so that the proper colours are applied.
7591
7592         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7593         don't have dots in their names.
7594
7595         * gnus-art.el (gnus-article-view-part): Doc fix.
7596
7597         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7598         XEmacs-compatible.
7599         (gnus-html-put-image): Don't do images on non-graphic displays.
7600
7601         * nnslashdot.el: Remove this unused backend.
7602
7603         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7604         actions.
7605         (gnus-undo-register-1): Revert last change.
7606
7607         * gnus-group.el (gnus-group-completing-read): Protect against not
7608         having completion-styles bound.
7609
7610         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7611         make broken recipients happier.
7612
7613         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7614
7615         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7616         point parameter.
7617
7618         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7619
7620         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7621         completion-styles for group selection.
7622
7623 2009-02-04  Andreas Schwab  <schwab@suse.de>
7624
7625         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7626         headers and regexp-quote the match if necessary.
7627
7628 2009-03-24  Miles Bader  <miles@gnu.org>
7629
7630         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7631         the blinking smiley.
7632
7633 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7634
7635         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7636         blink smiley.
7637
7638 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639
7640         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7641         where the dribbel file lives exists.
7642
7643         * message.el (message-send-mail-partially-limit): Change the default to
7644         nil, since most people don't want this.
7645
7646         * mm-url.el (mm-url-decode-entities): Also decode entities like
7647         &#x3212.
7648
7649 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7650
7651         * gnus-sum.el (gnus-summary-idna-message):
7652         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7653         Hyperlink urls in docstrings with URL `...'.
7654
7655 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7656
7657         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7658         functions.
7659
7660 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7663         say what the mouseover text should be.
7664
7665         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7666         version of the mm-w3m-safe-url-regexp variable to only download images
7667         in the groups where we want that to happen.
7668
7669         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7670
7671         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7672         easier debugging.
7673         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7674         big pictures in the article buffer.
7675
7676         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7677         gnus-article-html.
7678         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7679         w3m.
7680
7681         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7682
7683 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7686         which doesn't exist.
7687
7688         * message.el (message-inhibit-ecomplete): New variable to allow some
7689         function to inhibit ecomplete address storage.
7690         (message-resend): Disable ecomplete message storage when resending
7691         messages.
7692
7693         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7694
7695 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7698         Save excursion while copying, moving, and deleting articles in order to
7699         prevent the cursor from jumping to unforeseen place.
7700
7701 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * lpath.el: No need to bind bookmark-current-buffer,
7704         bookmark-yank-point and bookmark-make-record-function.
7705
7706 2010-08-17  Glenn Morris  <rgm@gnu.org>
7707
7708         * gnus-sync.el: Require gnus components whose functions are used.
7709
7710         * gnus-art.el (bookmark-make-record-function):
7711         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7712         Declare for compiler.
7713
7714         * mm-url.el (mml-compute-boundary): Autoload.
7715
7716 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7719
7720 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7721
7722         Typo fix "hoo4a" -> "hook".
7723
7724         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7725
7726 2010-08-14  Glenn Morris  <rgm@gnu.org>
7727
7728         * gnus-sync.el (gnus-sync): Fix defgroup version.
7729
7730 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7731
7732         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7733
7734         * gnus-sync.el: Fix docs.
7735         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7736         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7737
7738 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         Optimizations for gnus-sync.el.
7741
7742         * gnus-sync.el: Add docs about gnus-sync-backend
7743         possibilities.
7744         (gnus-sync-save): Remove unnecessary message.
7745         (gnus-sync-read): Optimize and show what groups were skipped.
7746
7747 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         Minor bug fixes for gnus-sync.el.
7750
7751         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7752         Don't read the sync on get-new-news.
7753
7754         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7755         quiet.
7756
7757         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7758         (fix typo).
7759
7760 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7761
7762         Make saving and restoring of hidden threads work with overlays.
7763         Patch applied by Ted Zlatanov.
7764
7765         * gnus-sum.el (gnus-hidden-threads-configuration)
7766         (gnus-restore-hidden-threads-configuration): Update to deal with text
7767         properties, rather than searching for a magic character.
7768
7769 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7770
7771         New gnus-sync.el library for synchronization of marks.
7772
7773         * gnus-sync.el: New library for synchronization of marks.
7774
7775         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7776         renamed from `gnus-registry-grep-in-list'.
7777
7778         * gnus-registry.el (gnus-registry-follow-group-p):
7779         Use `gnus-grep-in-list'.
7780
7781         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7782
7783 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7786         determining charset of text fails.
7787
7788 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * nnmail.el (nnmail-get-new-mail-1): Revert.
7791
7792         * nnml.el (nnml-active-number): Make sure names of newly created groups
7793         in nnml-group-alist are encoded.
7794
7795 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7798         containing non-ASCII characters in active file for nnml back end.
7799
7800 2010-07-24  David Engster  <dengste@eml.cc>
7801
7802         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7803         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7804
7805 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7806
7807         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7808         tag (Bug#6654).
7809
7810 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7813         the article buffer, not the summary buffer.
7814
7815 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7818         Emacs 23 as well.
7819
7820 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7823         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7824
7825 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7826
7827         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7828         Patch applied by Karl Fogel.
7829
7830         * gnus-sum.el (gnus-summary-bookmark-make-record):
7831         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7832
7833 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7834
7835         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7836         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7837         C-w still not working correctly from Article buffers; Thierry's
7838         patch to fix that will be applied after this.
7839
7840         * gnus-art.el (bookmark-make-record-function): New local variable.
7841
7842         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7843         article buffer.
7844         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7845
7846 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7847
7848         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7849         on changes in bookmark.el.
7850
7851 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7854         `no-log' instead of message not to log prompt string.
7855
7856 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7857
7858         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7859         the *other* type of HTML form submission.
7860
7861 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7862
7863         * auth-source.el (auth-source-pick): If choice does not contain a
7864         questioned keyword, set the check to t.
7865
7866 2010-06-12  Romain Francoise  <romain@orebokech.com>
7867
7868         * gnus-util.el (gnus-date-get-time): Move up before first use.
7869
7870 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7873         (gnus-article-edit-part): Bind it to make last part that is substituted
7874         or deleted visible.
7875         (gnus-mime-display-single): Buttonize part of which id equals to
7876         gnus-mime-buttonized-part-id.
7877
7878 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7879
7880         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7881         (gnus-dd-mmm): Use gnus-date-get-time.
7882         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7883         simplify logic.
7884         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7885         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7886
7887 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7888
7889         * auth-source.el (top): Autoload `secrets-list-collections',
7890         `secrets-create-item', `secrets-delete-item'.
7891         (auth-sources): Fix tag string.
7892         (auth-get-source, auth-source-retrieve, auth-source-create)
7893         (auth-source-delete): New defuns.
7894         (auth-source-pick): Rewrite in order to avoid 2 passes.
7895         (auth-source-forget-user-or-password): New parameter USERNAME.
7896         (auth-source-user-or-password): New parameters CREATE-MISSING and
7897         DELETE-EXISTING.  Retrieve password interactively, if needed.
7898
7899 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7900
7901         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7902         deleting unused directories when gnus-expert-user is t.
7903
7904 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7907         for each temp file when gnus-article-browse-delete-temp is ask.
7908
7909 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7910
7911         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7912         Replace Lisp calls to delete-backward-char by calls to delete-char.
7913
7914 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7915
7916         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7917
7918 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7919
7920         * password-cache.el (password-cache-remove): Fix docstring.
7921
7922 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7925         article unless decoding article to be saved.
7926
7927 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7930         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7931         generated within the mm-with-unibyte-current-buffer macro.
7932
7933 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7936         to nil when we're in a mml-preview buffer and no group is selected.
7937
7938 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7939
7940         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7941         when catching the `C-g'.  Reported by "Leo".
7942
7943 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * message.el (message-forward-make-body-plain)
7946         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7947         multibyte-string-p.
7948
7949         * lpath.el: Revert.
7950
7951 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * message.el (message-forward-make-body-mml): Assume original message
7954         is multibyte string; error on unibyte.
7955         (message-forward-make-body-plain): Ditto; don't add excessive newline
7956         in body end.
7957
7958         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7959
7960 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7961
7962         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7963         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7964
7965 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * mm-extern.el (mm-extern-url): Don't use
7968         mm-with-unibyte-current-buffer.
7969         (mm-extern-cache-contents): Use with-current-buffer instead of
7970         save-excursion + set-buffer.
7971
7972 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * mm-util.el (mm-emacs-mule): Remove.
7975
7976 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7977
7978         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7979         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7980         change.
7981
7982 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7985         bind the default value of enable-multibyte-characters to nil.
7986
7987 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * message.el (message-forward-make-body-plain)
7990         (message-forward-make-body-mml):
7991         Don't use mm-with-unibyte-current-buffer.
7992
7993 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7994
7995         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7996
7997 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7998
7999         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8000         (Bug#5592).
8001
8002 2010-05-07  Julien Danjou  <julien@danjou.info>
8003
8004         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8005         it to mm-pipe-part.
8006
8007         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8008         it is given.
8009
8010 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * binhex.el (binhex-decode-region-internal)
8013         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
8014         (dns-query)
8015         * nnweb.el (nnweb-gmane-search)
8016         * pgg-parse.el (pgg-parse-armor)
8017         * pgg.el (pgg-verify-region)
8018         * sha1.el (sha1-string-external)
8019         * uudecode.el (uudecode-decode-region-internal)
8020         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8021         XEmacs.
8022
8023         * gnus-art.el (gnus-article-browse-html-parts)
8024         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8025         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8026         make-temp-file.
8027
8028         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8029         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8030         compiling.
8031
8032         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8033         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8034         XEmacs when compiling.
8035
8036         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8037         gnus-pick-mode-off-hook for XEmacs when compiling.
8038         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8039         gnus-binary-mode-off-hook for XEmacs when compiling.
8040
8041         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8042         Return nil if char-charset is not available.
8043
8044         * imap.el (imap-disable-multibyte)
8045         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8046         macros.
8047
8048         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8049         instead of encode-coding-string.
8050
8051         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8052         'xemacs) instead of mm-emacs-mule to switch function definitions.
8053         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8054
8055         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8056         bind temporary-file-directory for XEmacs;
8057         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8058         timer-set-function for XEmacs 21.4 and SXEmacs;
8059         bind timer-list for XEmacs 21.4 and SXEmacs;
8060         fbind char-charset and find-charset-region for non-Mule XEmacs;
8061         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8062         encode-coding-region and encode-coding-string for XEmacs having no
8063         file-coding feature.
8064
8065 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8066
8067         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8068
8069 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8072         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8073
8074 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8075
8076         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8077         alias `jka-compr-delete-temp-file' no longer exists.
8078
8079 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8080
8081         Use define-minor-mode in Gnus where applicable.
8082         * mml.el (mml-mode): Use define-minor-mode.
8083         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8084         (gnus-undo-mode): Use define-minor-mode.
8085         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8086         (gnus-dead-summary-mode): Use define-minor-mode.
8087         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8088         Initialize in declaration.
8089         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8090         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8091         (gnus-mailing-list-mode): Use define-minor-mode.
8092         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8093         (gnus-draft-mode): Use define-minor-mode.
8094         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8095         (gnus-dired-mode): Use define-minor-mode.
8096
8097 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8098
8099         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8100         handles on recursive mml-to-mime translation and check them for
8101         boundary delimiter collisions.  Reported by Greg Troxel.
8102
8103 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8106
8107 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8108
8109         * mm-util.el (mm-find-buffer-file-coding-system):
8110         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8111
8112 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8113
8114         * message.el (message-generate-headers): Record insertion of optional
8115         headers as well.  Otherwise the check to prevent repeated insertion of
8116         optional headers is a no-op.
8117
8118 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * smime.el: Don't mention CVS.
8121
8122         * nnrss.el (nnrss-fetch): Don't mention CVS.
8123
8124         * nnir.el: Don't mention CVS.
8125
8126 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8127
8128         * gnus-sum.el (gnus-summary-bookmark-make-record):
8129         Add `location' field.
8130
8131 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * lpath.el: Fbind bookmark-default-handler,
8134         bookmark-get-bookmark-record, bookmark-make-record-default,
8135         bookmark-prop-get for Emacs <23 and XEmacs.
8136
8137 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8138
8139         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8140         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8141         Use with-current-buffer to silence the byte-compiler.
8142         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8143         bother to require `gnus'.
8144         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8145
8146 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8147
8148         * gnus-sum.el (gnus-summary-bookmark-make-record)
8149         (gnus-summary-bookmark-jump): New functions.
8150         (gnus-summary-mode): Setup bookmark support.
8151
8152 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8153
8154         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8155         if set.
8156
8157 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8160         gnus-article-browse-html-save-cid-image; make it work recursively for
8161         forwarded messages as well.
8162         (gnus-article-browse-html-parts): Work when prefix arg is given.
8163         (gnus-article-browse-html-article): Doc fix.
8164
8165 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8166
8167         * message.el (message-default-mail-headers):
8168         (message-default-headers): Carry the value mail-default-headers over
8169         into message-default-mail-headers, rather than message-default-headers.
8170
8171 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8172
8173         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8174         charset.
8175
8176         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8177         charset into the <meta> tag when the article is encoded to utf-8.
8178
8179 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * gnus-art.el (gnus-article-browse-delete-temp-files):
8182         Delete directories as well.
8183         (gnus-article-browse-html-parts): Work for images that do not specify
8184         file names; delete temp directory when quitting; insert header at the
8185         right place; use file: scheme for image files.
8186
8187 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8188
8189         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8190         (gnus-article-browse-html-parts): Use it to make temporary cid image
8191         files in addition to html file so that browser may display them.
8192
8193 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8196
8197 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8198
8199         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8200
8201 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * auth-source.el (auth-sources): Change default to be simpler.
8204         Explain about Secret Service API sources.  Improve Customize options.
8205         (auth-source-pick): Change to accept any number of search parameters.
8206         Implement fallbacks iteratively, not recursively.  Add scoring on the
8207         second pass and sort by score.  Call Secret Service API when needed.
8208         (auth-source-user-or-password): Use it.  Call Secret Service API
8209         directly when needed to get the user name and the password.
8210
8211 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8212
8213         * message.el (message-interactive): Doc fix.
8214         (message-qmail-inject-args): Reflow.
8215         (message-kill-to-signature): Fix typo in docstring.
8216
8217         * smiley.el (smiley-buffer): Fix typo in docstring.
8218
8219 2010-03-24  Glenn Morris  <rgm@gnu.org>
8220
8221         * mail-source.el (gnus-message): Declare.
8222         (mail-source-delete-old-incoming): Require gnus-util.
8223
8224 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8227
8228         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8229
8230         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8231         password-cache's default if it is not bound.
8232         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8233         password-cache-expiry's default if it is not bound.
8234
8235         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8236         available in Emacs 21.
8237
8238         * lpath.el: Suppress compiler warnings for:
8239         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8240         XEmacs;
8241         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8242         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8243         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8244
8245 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8246
8247         * auth-source.el (auth-sources): Fix up definition so extra parameters
8248         are always inline.
8249
8250 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8251
8252         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8253         wasn't updated after mismatch.  Clear cached mailbox info correctly
8254         when uidvalidity changes.
8255         (nnimap-group-prefixed-name): New function to avoid some code
8256         duplication.
8257         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8258         (nnimap-request-group): Use it.
8259         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8260         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8261         with many imap folders.  This is done by caching the group status from
8262         the imap server persistently in a group parameter `imap-status'.  (This
8263         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8264         but not persistently, so every Gnus startup was still very slow.)
8265
8266 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8269         delete the extra newline.  Otherwise editing of :string and :number
8270         types don't work.
8271
8272 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8275         secrets.el dependency.
8276         (auth-sources): Add optional user name.  Add secrets.el configuration
8277         choice (unused right now).
8278
8279 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * gnus-sum.el (gnus-summary-make-menu-bar):
8282         Let `gnus-registry-install-shortcuts' fill in the functions.
8283
8284         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8285         warnings.
8286         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8287         (gnus-registry-install-shortcuts): Populate and use it in a
8288         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8289
8290 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8291
8292         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8293         In-place substitutions for the group name encoding/decoding.
8294         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8295         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8296         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8297         (nnimap-update-unseen, nnimap-request-list)
8298         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8299         (nnimap-request-set-mark, nnimap-split-to-groups)
8300         (nnimap-split-articles, nnimap-request-newgroups)
8301         (nnimap-request-create-group, nnimap-request-accept-article)
8302         (nnimap-request-delete-group, nnimap-request-rename-group)
8303         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8304         `encoded-mbx' for consistency.
8305         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8306         variable `imap-current-mailbox'.
8307
8308         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8309         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8310
8311 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8312
8313         * pop3.el (pop3-display-message-size-flag): Display message size byte
8314         counts during POP3 download.
8315         (pop3-movemail): Use it.
8316         (pop3-list): Implement listing of available messages.
8317
8318 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8319
8320         * nnir.el (nnir-get-article-nov-override-function): New function to
8321         override the normal NOV retrieval.
8322         (nnir-retrieve-headers): Use it.
8323
8324 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8325
8326         * auth-source.el (netrc-machine-user-or-password): Autoload.
8327
8328 2010-03-19  Glenn Morris  <rgm@gnu.org>
8329
8330         Stop message.el from loading about 40 libraries it doesn't always need.
8331         The general approach is to autoload rather than require, and to
8332         require in the specific functions rather than the file.  (Bug#5642)
8333
8334         * gmm-utils.el: Don't require wid-edit.
8335         (widget-create-child-value, widget-convert, widget-default-get):
8336         Autoload.
8337
8338         * gnus-util.el: Don't require time-date, netrc.
8339         (message-fetch-field, gnus-group-name-decode): Declare rather than
8340         autoloading.
8341         (gnus-fetch-field): Require message.
8342         (gnus-decode-newsgroups): Require gnus-group.
8343
8344         * ietf-drums.el: Don't require time-date.
8345
8346         * message.el: Don't require hashcash, canlock, ecomplete.
8347         Do require mail-utils.  Require nnheader only when compiling.
8348         (smtpmail-default-smtp-server): Remove declaration.
8349         (message-send-mail-function): Check smtpmail-default-smtp-server
8350         is bound rather than requiring smtpmail.
8351         (message-auto-save-directory, message-insert-signature):
8352         Use expand-file-name rather than nnheader-concat.
8353         (nnheader-insert-file-contents): Autoload.
8354         (hashcash-wait-async): Declare.
8355         (message-send-mail): Only call gnus-setup-posting-charset if
8356         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8357         (message-send-mail-with-sendmail): Require sendmail.
8358         (canlock-password, canlock-password-for-verify): Declare.
8359         (message-canlock-password): Require canlock.
8360         (nnheader-get-report): Autoload.
8361         (gnus-setup-posting-charset): Declare.
8362         (message-send-news): Require gnus-msg.
8363         (message-make-references, message-make-in-reply-to): Use mail-header-id
8364         rather than the alias mail-header-message-id.
8365         (ecomplete-add-item, ecomplete-save): Declare.
8366         (message-put-addresses-in-ecomplete): Require ecomplete.
8367         (ecomplete-display-matches): Autoload.
8368
8369         * mm-decode.el: Don't require mailcap, gnus-util.
8370         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8371         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8372         Autoload.
8373         (mailcap-mime-extensions): Declare.
8374
8375         * mm-encode.el: Don't require mailcap.
8376         (mailcap-extension-to-mime): Autoload.
8377
8378         * mml-sec.el: Don't require password-cache.
8379
8380         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8381         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8382         (mml-minibuffer-read-type): Require mailcap.
8383         (mml-preview): Require gnus-msg.
8384
8385         * mml1991.el: Require password-cache.
8386         (password-cache-expiry): Remove declaration.
8387
8388         * mml2015.el: Require password-cache.
8389         (password-cache-expiry): Remove declaration.
8390
8391         * nneething.el (mailcap): Require mailcap.
8392
8393         * nnheader.el (declare-function): Add compatibility stub.
8394         (message-remove-header): Declare rather than autoload.
8395         (nnheader-replace-header): Require message.
8396
8397         * nnimap.el (declare-function): Add compatibility stub.
8398         (netrc-parse, netrc-machine-user-or-password): Declare.
8399         (nnimap-open-connection): Require netrc.
8400
8401         * nntp.el (declare-function): Add compatibility stub.
8402         (netrc-parse, netrc-machine, netrc-get): Declare.
8403         (nntp-send-authinfo): Require netrc.
8404
8405         * rfc2047.el: Don't require qp.
8406         (quoted-printable-encode-region, quoted-printable-decode-string):
8407         Autoload.
8408
8409         * sieve-mode.el: Don't require easymenu.
8410         (easy-menu-add-item): Autoload it.
8411
8412         * spam-stat.el (time-to-number-of-days): Autoload it.
8413
8414 2010-03-19  Glenn Morris  <rgm@gnu.org>
8415
8416         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8417
8418 2010-03-18  Glenn Morris  <rgm@gnu.org>
8419
8420         * hashcash.el (declare-function): Remove duplicate definition.
8421
8422 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8423
8424         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8425         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8426         value if any backslash escapes).
8427
8428 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8431         if it is available.  (bug#5647)
8432
8433         * lpath.el: Suppress compiler warning for coding-system-from-name for
8434         Emacs 21 and XEmacs.
8435
8436 2010-03-14  Juri Linkov  <juri@jurta.org>
8437
8438         * hmac-def.el:
8439         * hmac-md5.el:
8440         * netrc.el: Fix keywords.
8441
8442 2010-02-26  Glenn Morris  <rgm@gnu.org>
8443
8444         * message.el (message-send-mail-function): Change the default, so that
8445         it inherits from a customized send-mail-function.  (Bug#5643)
8446
8447 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8448
8449         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8450         shell-command-to-string signals an error (bug#5299).
8451
8452 2010-02-24  Glenn Morris  <rgm@gnu.org>
8453
8454         * message.el (message-smtpmail-send-it)
8455         (message-send-mail-with-mailclient): Doc fixes.
8456
8457 2010-02-16  Glenn Morris  <rgm@gnu.org>
8458
8459         * message.el (message-default-mail-headers): Change the default value
8460         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8461
8462 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8465         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8466
8467 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8468
8469         * time-date.el (date-to-time): Doc fix (Bug#5408).
8470
8471 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8472
8473         * message.el (message-mail): Just pass yank-action on to message-setup.
8474         (message-setup): Handle (FUN . ARGS) form of yank-action.
8475         (message-with-reply-buffer, message-widen-reply)
8476         (message-yank-original): Handle non-buffer values of
8477         message-reply-buffer (Bug#4080).
8478         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8479
8480 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8481
8482         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8483         Fix typo in docstring.
8484
8485 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8486
8487         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8488         response.
8489
8490 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8493
8494         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8495
8496         * message.el (message-check-news-header-syntax): Protect against a
8497         string that `rfc822-addresses' returns when parsing fails.
8498
8499 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8502         (gnus-previous-char-property-change): New functions.
8503
8504         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8505
8506 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8507
8508         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8509         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8510
8511 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8512
8513         * message.el (message-exchange-point-and-mark): Rework last change to
8514         avoid using optional arg of exchange-point-and-mark, for backward
8515         compatibility.
8516
8517 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8518
8519         * message.el (message-exchange-point-and-mark):
8520         Call exchange-point-and-mark with an argument rather than setting
8521         mark-active by hand (Bug#5175).
8522
8523 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * nntp.el (nntp-service-to-port): Work for service expressed with
8526         numeric string; replace [:digit:] with [0-9] for XEmacs.
8527
8528 2009-12-17  Glenn Morris  <rgm@gnu.org>
8529
8530         * gnus-group.el (gnus-bug-group-download-format-alist):
8531         Change emacs entry to debbugs.gnu.org.  Bump :version.
8532
8533 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8536
8537 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * message.el (message-info): Explain why we use `Info-goto-node'.
8540
8541 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8544
8545 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8546
8547         * message.el (message-completion-in-region): New compatibility function.
8548         (message-expand-group): Use it.
8549
8550 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8553         with no unread article should be listed if the 2nd arg `predicate' is
8554         given.
8555
8556 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8559
8560 2009-11-29  Juri Linkov  <juri@jurta.org>
8561
8562         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8563         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8564         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8565
8566 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8567
8568         * sha1.el (sha1-string-external): default-directory "/" in case
8569         otherwise non-existent.  process-connection-type pipe for touch of
8570         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8571
8572 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8573
8574         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8575         it's comms related and sgml-mode.el has "comm" on that basis too.
8576
8577 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8580         containing tspecial characters if they have been already quoted.
8581
8582 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8583
8584         * dns-mode.el (auto-mode-alist): Purecopy string.
8585
8586 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8587
8588         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8589
8590 2009-10-24  Glenn Morris  <rgm@gnu.org>
8591
8592         * gnus-art.el (help-xref-stack-item): Define for compiler.
8593
8594 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8595
8596         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8597
8598 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8601
8602 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8605         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8606
8607 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8610         (gnus-overlays-in): New alias to overlays-in.
8611
8612         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8613         gnus-overlay-get, and gnus-delete-overlay.
8614         (gnus-summary-show-thread): Make it work as well for systems in which
8615         next-single-char-property-change is not available.
8616         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8617
8618         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8619         (gnus-overlay-get): New alias to extent-property.
8620         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8621
8622         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8623         SXEmacs.
8624
8625         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8626         SXEmacs.
8627
8628 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8631
8632 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8633
8634         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8635         and XEmacs that don't have `remove-overlays'.
8636
8637 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8638
8639         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8640         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8641         selective display.  Use overlays instead.
8642
8643 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8644
8645         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8646
8647 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8648
8649         * spam-stat.el (spam-stat-load): Fix typo in message.
8650
8651 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8652
8653         * dig.el (dig-invoke): Fix typo in docstring.
8654         (query-dig): Reflow docstring.
8655
8656 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8657
8658         * gnus-art.el (gnus-article-encrypt-body):
8659         * message.el (message-check-recipients):
8660         * mm-util.el (mm-codepage-setup):
8661         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8662         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8663
8664 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8665
8666         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8667         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8668         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8669         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8670         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8671
8672 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8673
8674         * dig.el: Add "Keywords: comm", as per net-utils.el.
8675
8676 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8677
8678         * dig.el (dig-mode): Use define-derived-mode.
8679
8680 2009-09-19  Glenn Morris  <rgm@gnu.org>
8681
8682         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8683
8684 2009-09-18  Glenn Morris  <rgm@gnu.org>
8685
8686         * gnus-diary.el (gnus-diary-check-message):
8687         * message.el (message-insert-formatted-citation-line):
8688         * nnbabyl.el (top-level):
8689         * nndiary.el (nndiary-schedule):
8690         Fix typos in condition-case handlers.
8691
8692 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8695         configuration that provides the sole article window in a frame;
8696         position point correctly after deleting a part.
8697
8698 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8699
8700         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8701         (spam-resolve-registrations-routine): Use it to unregister articles
8702         that change status.
8703
8704 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8707         with XEmacs.
8708         (parse-time-string-chars): Use it.
8709
8710 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * imap.el (imap-interactive-login): Better messages.
8713         (imap-open): Fix bug with renamed buffer on reconnect.
8714         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8715         for easier debugging and cleaner code.  On successful (guessed based on
8716         server capabilities) secondary authentication, set imap-state
8717         correctly.
8718         (imap-last-authenticator): Define imap-last-authenticator as a variable
8719         to avoid warnings.
8720
8721 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * nnrss.el (nnrss-request-article): Remove binding of
8724         default-enable-multibyte-characters that has gotten needless by
8725         the 2007-07-13 change in rfc2047-encode-message-header.
8726
8727         * mml.el (mml-insert-multipart): Error on the message header.
8728         (mml-insert-part): Error on the message header; position point at
8729         the end of a MIME tag.
8730
8731 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * time-date.el (autoload): Expand define-obsolete-function-alias into
8734         defalias and make-obsolete for old Emacsen that Gnus supports.
8735         (with-no-warnings): Define it for old Emacsen.
8736         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8737         is available.
8738         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8739         float-time is available; suppress compile warning for time-to-seconds.
8740
8741         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8742         (gnus-float-time): Alias to float-time if it exists.
8743
8744         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8745         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8746         float-time is available; suppress compile warning for time-to-seconds.
8747
8748         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8749         XEmacs.
8750
8751 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8752
8753         * imap.el (imap-message-map): Docstring fix.
8754
8755 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8758         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8759         Add the optional argument `encoding' that overrides the default.
8760
8761         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8762         mm-encode-buffer.
8763
8764 2009-09-04  Glenn Morris  <rgm@gnu.org>
8765
8766         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8767         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8768         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8769         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8770         * mm-util.el (mm-with-unibyte-current-buffer)
8771         (mm-find-buffer-file-coding-system):
8772         * yenc.el (yenc-decode-region): Use default-value rather than
8773         default-enable-multibyte-characters.
8774
8775 2009-09-03  Glenn Morris  <rgm@gnu.org>
8776
8777         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8778         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8779         than default-enable-multibyte-characters.
8780
8781 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8782
8783         * gnus-art.el (gnus-article-read-summary-keys):
8784         Fix gnus-buffer-configuration's value temporarily used.
8785
8786 2009-09-02  Glenn Morris  <rgm@gnu.org>
8787
8788         * gnus-util.el (gnus-float-time): New function.
8789         * gnus-delay.el (gnus-delay-article):
8790         * gnus-sum.el (gnus-thread-latest-date):
8791         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8792         * nnspool.el (nnspool-request-newgroups):
8793         Use gnus-float-time rather than time-to-seconds.
8794         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8795
8796         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8797         (gnus-header-subject-face, gnus-header-newsgroups-face)
8798         (gnus-header-name-face, gnus-header-content-face):
8799         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8800         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8801         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8802         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8803         (gnus-cite-face-11):
8804         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8805         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8806         (gnus-server-closed-face, gnus-server-denied-face)
8807         (gnus-server-offline-face):
8808         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8809         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8810         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8811         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8812         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8813         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8814         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8815         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8816         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8817         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8818         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8819         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8820         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8821         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8822         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8823         (gnus-summary-high-undownloaded-face)
8824         (gnus-summary-low-undownloaded-face)
8825         (gnus-summary-normal-undownloaded-face)
8826         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8827         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8828         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8829         (gnus-splash-face):
8830         * message.el (message-header-to-face, message-header-cc-face)
8831         (message-header-subject-face, message-header-newsgroups-face)
8832         (message-header-other-face, message-header-name-face)
8833         (message-header-xheader-face, message-separator-face)
8834         (message-cited-text-face, message-mml-face):
8835         * sieve-mode.el (sieve-control-commands-face)
8836         (sieve-action-commands-face, sieve-test-commands-face)
8837         (sieve-tagged-arguments-face):
8838         * spam.el (spam-face):
8839         Mark face aliases with "-face" in the name as obsolete.
8840
8841 2009-09-01  Glenn Morris  <rgm@gnu.org>
8842
8843         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8844         than goto-line.
8845
8846 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8849         Don't move point if the command is invoked inside the message header.
8850
8851 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8852
8853         * imap.el (imap-send-command): Simplify.
8854         (imap-wait-for-tag): point-max -> buffer-size.
8855
8856 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8857
8858         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8859         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8860         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8861         * nnir.el (nnir-swish-e-index-file):
8862         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8863         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8864         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8865         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8866         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8867         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8868
8869 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8872         Don't save excursion.
8873
8874 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8875
8876         * nnheader.el (nnheader-find-file-noselect):
8877         * mm-util.el (mm-insert-file-contents):
8878         Use (default-value 'major-mode) instead of default-major-mode.
8879
8880 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8881
8882         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8883
8884 2009-08-26  Glenn Morris  <rgm@gnu.org>
8885
8886         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8887         than placing in files.el.
8888
8889 2009-08-25  Glenn Morris  <rgm@gnu.org>
8890
8891         * nnir.el (top-level): Don't require cl at run-time.
8892         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8893         Replace cl-function substitute with gnus-replace-in-string.
8894         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8895         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8896         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8897         simplified expansions.
8898
8899 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8900
8901         * dig.el (dig): Add autoload cookie.
8902
8903 2009-08-22  Glenn Morris  <rgm@gnu.org>
8904
8905         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8906         goto-line.
8907
8908 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8909
8910         * parse-time.el (parse-time-string-chars): Save match data.
8911
8912 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8913
8914         * parse-time.el (parse-time-string-chars): Compute using character
8915         classes, to handle non-ascii characters (Bug#3190).
8916
8917 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8920
8921         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8922         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8923         (gnus-mm-display-part, gnus-mime-display-single)
8924         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8925         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8926
8927         * gnus-sum.el
8928         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8929         (gnus-summary-move-article): Add expirable mark to articles copied or
8930         moved to group that has auto-expire turned on if the option is non-nil.
8931
8932 2009-07-24  Glenn Morris  <rgm@gnu.org>
8933
8934         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8935         Fix typo.  (Bug#3903)
8936
8937 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8940         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8941         that should not be used for draft articles.
8942         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8943         that has no concern in minor mode keys.
8944         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8945         Abolish.
8946
8947 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8950         article without making inquiry to a user for unknown encoding.
8951
8952         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8953         (nnmaildir--scan): Assume i-node and device number that file-attributes
8954         returns might be cons-cell.
8955
8956         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8957
8958         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8959
8960 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8961
8962         * auth-source.el: Remove docs now in auth.texi.  Don't use
8963         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8964         `auth-source-hide-passwords' and use them.
8965
8966 2009-07-15  Glenn Morris  <rgm@gnu.org>
8967
8968         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8969
8970 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8973         excessive whitespace from the default values of title and description.
8974
8975 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8978         mail-fetch-field to fetch Content-Description header in order to
8979         exclude newlines.
8980
8981 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8982
8983         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8984         format used by GnuPG 2.0.11.
8985
8986 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8989         to deleted part.
8990
8991 2009-05-30  David Engster  <dengste@eml.cc>
8992
8993         * nnmairix.el: Remove old documentation in the commentary block.
8994         (nnmairix-request-group): Do not update active file for nnml back ends.
8995         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8996         end so that overview files are ignored.
8997         (nnmairix-update-groups): Make updating the groups more robust by using
8998         marks.
8999         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9000         with dollar characters in message-id.
9001
9002 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9005         2008-12-25 in dns.el.
9006
9007 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9008
9009         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9010         could happen if the text is only composed of spaces and/or tabs.
9011
9012 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9013
9014         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9015         when sending a queued message to avoid extra mml tags.
9016
9017 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9020
9021 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9024         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9025         rmail-toggle-header for XEmacs;
9026         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9027
9028 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-dired.el: Remove autoload for gnus-setup-message.
9031         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9032         displaying Gnus logo; always use compose-mail.
9033
9034 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9037
9038 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9041         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9042         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9043         available.
9044         (gnus-nocem-epg-verify): New function.
9045
9046 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9049
9050 2009-02-15  Glenn Morris  <rgm@gnu.org>
9051
9052         * gnus-util.el (rmail-insert-rmail-file-header)
9053         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9054         autoloads.
9055         (rmail-default-rmail-file): Remove unnecessary declaration.
9056         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9057
9058 2009-02-14  Glenn Morris  <rgm@gnu.org>
9059
9060         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9061         variable (only used in gnus-util, which declares it anyway).
9062         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9063         which was only needed by gnus-art (changed to not use it any more).
9064         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9065         only used in gnus-util, which autoloads it itself.
9066         (rmail-update-summary): Fix autoload.
9067
9068         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9069         rather than rmail-output-to-rmail-file.
9070
9071 2009-02-07  Glenn Morris  <rgm@gnu.org>
9072
9073         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9074         autoload of function that no longer exists.
9075         (rmail-toggle-header): Declare.
9076         (message-forward-rmail-make-body): Handle mbox Rmail.
9077
9078 2009-01-31  Glenn Morris  <rgm@gnu.org>
9079
9080         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9081         2009-01-09 change.
9082
9083 2009-01-31  Dave Love  <fx@gnu.org>
9084
9085         * imap.el (imap-fetch-safe): Bind debug-on-error.
9086         (imap-debug): Add imap-fetch-safe.
9087
9088 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9089
9090         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9091         (auth-source-forget-all-cached): New convenience function.
9092         (auth-source-user-or-password): Accept list of modes or a single mode.
9093
9094         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9095         auth-source modes.
9096
9097         * netrc.el (netrc-machine-user-or-password): Use list of
9098         auth-source modes.
9099
9100         * nnimap.el (nnimap-open-connection): Use list of
9101         auth-source modes.
9102
9103         * nntp.el (nntp-send-authinfo): Use list of
9104         auth-source modes.
9105
9106 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9107
9108         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9109         now.
9110
9111 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9114         coding system in XEmacs; add a workaround for XEmacs.
9115
9116         * lpath.el: Fbind coding-system-aliasee.
9117
9118 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9121         of current-language-environment.
9122
9123 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9126         available at runtime.
9127
9128 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9131
9132 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9133
9134         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9135         the greatest positive fixnum value doesn't work under an XEmacs with
9136         bignum support; use the most-positive-fixnum constant instead,
9137         available since Emacs 21.1 with cl and XEmacs 21.1.
9138
9139 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9142         XEmacs gets not to work.
9143
9144 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * mm-util.el (mm-coding-system-priorities): Allow the value like
9147         "Japanese (UTF-8)" of current-language-environment.
9148
9149 2009-01-09  Glenn Morris  <rgm@gnu.org>
9150
9151         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9152         with last-command-event.
9153
9154 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9157         in the doc string.
9158
9159         * message.el (message-fix-before-sending): Amend comment.
9160
9161 2009-01-08  Dave Love  <fx@gnu.org>
9162
9163         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9164
9165 2009-01-07  David Engster  <dengste@eml.cc>
9166
9167         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9168         simplified server definitions by converting it via
9169         gnus-server-to-method.
9170
9171 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9174         parameter's operands.
9175
9176 2009-01-06  David Engster  <dengste@eml.cc>
9177
9178         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9179         primary select method (for gnus-group-mark-article-as-read).
9180
9181 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9182
9183         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9184         `(gnus)Face', not `(gnus)X-Face'.
9185
9186 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * mm-util.el (mm-ucs-to-char): New function.
9189
9190         * mm-url.el (mm-url-decode-entities): Use it.
9191
9192         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9193         unicode-to-char.
9194
9195 2009-01-05  Dave Love  <fx@gnu.org>
9196
9197         * time-date.el: Require cl for `declare'.
9198
9199 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9202         Dave Love.
9203
9204 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * message.el (message-fix-before-sending): Add `eight-bit' to
9207         illegible-text check.
9208
9209 2009-01-03  Michael Olson  <mwolson@gnu.org>
9210
9211         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9212         `headers' is nil.  This can occur if the IMAP server does not have
9213         permissions to read messages from a folder, but can write new messages
9214         to the folder.
9215         (nnimap-request-article-part): Do not insert `data' if it is nil.
9216
9217         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9218         characters which will confuse `read', so skip past them.
9219
9220 2009-01-01  Dave Love  <fx@gnu.org>
9221
9222         * imap.el (imap-string-to-integer): Fix typo.
9223         (imap-fetch-safe): New function.
9224         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9225
9226         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9227
9228         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9229         (imap-parse-greeting): Fix doc strings.
9230         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9231         (imap-parse-flag-list): Make messages unique.
9232         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9233
9234         * nnimap.el: Fix author email.
9235         (nnimap-split-rule): Add FIXME comment.
9236         (nnimap-debug): Fix doc string.
9237
9238 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9241
9242 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9245         nslookup if resolv.conf isn't available.
9246         (dns-query): Rename from query-dns.
9247         (dns-query-cached): Rename from query-dns-cached.
9248
9249 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9252         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9253         to check if those variables exist (first appeared in Emacs 18.50).
9254
9255 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * mm-util.el (mm-line-number-at-pos): New function.
9258
9259         * spam-report.el (spam-report-process-queue): Use it.
9260
9261 2008-12-24  David Engster  <dengste@eml.cc>
9262
9263         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9264         parameters that haven't existed as variables as buffer-local variables.
9265
9266 2008-12-23  Dave Love  <fx@gnu.org>
9267
9268         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9269         cadar.
9270
9271         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9272         imap-starttls-p.
9273         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9274
9275 2008-12-22  Dave Love  <fx@gnu.org>
9276
9277         * imap.el: Fix author email.  Doc fixes.
9278         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9279         reply.
9280
9281 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * spam-report.el (spam-report-gmane-max-requests): New constant.
9284         (spam-report-gmane-wait): New variable.
9285         (spam-report-gmane-ham, spam-report-gmane-spam)
9286         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9287         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9288         the server.
9289
9290         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9291         Add explanations.
9292
9293         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9294         nnheader-accept-process-output and nnheader-read-timeout if available.
9295         (pop3-movemail): Use it.
9296
9297         * message.el (message-check-news-body-syntax): Fix signature check if
9298         there's an attachment.
9299
9300 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * mm-util.el: Add comments to the mm- emulating functions.
9303
9304 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9307         Reported by Stephen Berman <stephen.berman@gmx.net>.
9308
9309 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * mm-util.el (mm-substring-no-properties): New function.
9312         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9313         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9314         (mm-string-to-multibyte): Doc fix.
9315
9316         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9317
9318 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * mml.el (mml-attach-file): Strip text properties from file name.
9321         (Bug#1574)
9322
9323 2008-12-16  Glenn Morris  <rgm@gnu.org>
9324
9325         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9326
9327 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9330         knows since the charset specified might be a bogus alias that
9331         mm-charset-synonym-alist provides.
9332
9333 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9336         "ISO_8859-1".
9337
9338         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9339
9340 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * mm-util.el (mm-charset-eval-alist):
9343         Define it before mm-charset-to-coding-system.
9344         (mm-charset-to-coding-system): Add optional argument `silent';
9345         define it before mm-charset-override-alist.
9346         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9347         default value if it can be used in Emacs currently running;
9348         silence mm-charset-to-coding-system.
9349
9350 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9353         `allow-override' which says whether to use `mm-charset-override-alist'.
9354         (rfc2047-decode-encoded-words): Use it.
9355
9356         * mm-util.el (mm-charset-override-alist): Fix custom type;
9357         add `(gb2312 . gbk)' to choices.
9358
9359 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9362         fast.
9363
9364         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9365
9366         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9367
9368 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9369
9370         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9371         on links.
9372
9373         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9374
9375 2008-12-03  Lute Kamstra  <lute@gnu.org>
9376
9377         * sha1.el: Remove leading * from docstrings of defcustoms,
9378         deffaces, defconsts and defuns.
9379
9380 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9383         users' addresses that don't have domain parts.
9384         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9385         rather than message-narrow-to-head since there will be the message
9386         header separator.
9387
9388 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9389
9390         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9391         since the result is inserted in a unibyte buffer anyway.
9392         (nnimap-demule-use-string-to-multibyte): Remove.
9393         (nnimap-demule): Alias it to mm-string-to-multibyte.
9394
9395 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9398         variable for debugging bug#464 and bug#1174.
9399         (nnimap-demule): Use it.
9400
9401 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9404         score calculation correctly.
9405
9406 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9407
9408         * message.el (message-send-mail): Just set the buffer to unibyte
9409         rather than use mm-with-unibyte-current-buffer which does a lot more.
9410         (message-send-mail-partially): Don't bother with
9411         mm-with-unibyte-current-buffer since it's already been made unibyte by
9412         message-send-mail.
9413
9414 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9417
9418 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9421
9422 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9425         require itself and to remove `with-no-warnings'.
9426
9427 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9428
9429         * starttls.el (starttls-any-program-available): Get the name of the
9430         available TLS layer program.
9431         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9432         well as the host name in the "opening" message.
9433
9434         * auth-source.el (auth-source-cache, auth-source-do-cache)
9435         (auth-source-user-or-password): Cache passwords and logins by default,
9436         allow override with `auth-source-do-cache'.
9437         (auth-source-forget-user-or-password): Allow users to remove cache
9438         entries if needed.
9439
9440 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9441
9442         * md4.el (md4-buffer): Fix typo in docstring.
9443         (md4, md4-64): Doc fixes.
9444         (md4-pack-int32): Reflow docstring.
9445
9446 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9447
9448         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9449         condition-case to only the forward-sexp call.
9450
9451 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9452
9453         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9454         quotes contained.  Make it more robust regardless by an extra
9455         condition-case wrapper.
9456
9457 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9460
9461 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * nnml.el (nnml-request-expire-articles): Check if the function set to
9464         `nnmail-expiry-target' returns the symbol `delete'.
9465
9466         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9467
9468         * nnmail.el (nnmail-expiry-target): Fix custom type.
9469
9470 2008-10-02  Glenn Morris  <rgm@gnu.org>
9471
9472         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9473         Silence compiler warning.
9474
9475 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9476
9477         * tls.el (open-tls-stream): Show the actual command being
9478         executed, instead of the format string.
9479
9480 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * lpath.el: Fbind codepage-setup for Emacs 23.
9483
9484 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9485
9486         * mml.el (mml-menu): Don't assume mml2015 is bound.
9487
9488 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9491         exists.
9492
9493 2008-09-27  Glenn Morris  <rgm@gnu.org>
9494
9495         * gnus-util.el (mail-header-remove-comments): Autoload it.
9496
9497 2008-09-27  Andreas Schwab  <schwab@suse.de>
9498
9499         * gnus-util.el (gnus-split-references): Strip comments.
9500         (gnus-parent-id): Likewise.
9501
9502 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * message.el (message-confirm-send): Fix version.
9505
9506 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * message.el (message-idna-to-ascii-rhs-1): Use
9509         mail-extract-address-components rather than mail-header-parse-addresses
9510         that is an alias by default to ietf-drums-parse-addresses that does not
9511         support non-ASCII names in headers' contents.
9512
9513 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9514
9515         * message.el (message-confirm-send): Fix variable documentation to
9516         avoid the "y/n" wording.
9517
9518 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9519
9520         * message.el (message-set-auto-save-file-name): Save to a different
9521         filename so multiple messages (especially drafts) can be recovered.
9522
9523 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9524
9525         * message.el (message-confirm-send): Add appropriate version.
9526
9527 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9528
9529         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9530         defvar.
9531
9532 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9533
9534         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9535         (mm-pkcs7-enveloped-magic): Ditto.
9536
9537 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9538
9539         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9540         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9541
9542 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9543
9544         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9545         default, it's better.
9546
9547 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9548
9549         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9550         summary line gnus-number property and ignore them (with a warning
9551         message).
9552
9553 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9556         macro caddr in the interactive form since it won't be expanded.
9557
9558 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9561         `charset'; fix name of function called recursively.
9562         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9563
9564 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9567         (gnus-mime-set-charset-parameters): New function.
9568         (gnus-mime-view-part-as-charset): Use it to correctly display part
9569         specifying wrong charset.
9570
9571 2008-09-08  David Engster  <dengste@eml.cc>
9572
9573         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9574         in completing-read for back end server.
9575
9576 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9577
9578         * message.el (message-confirm-send): New variable to confirm sending a
9579         message.
9580         (message-send): Use it.
9581
9582 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9583
9584         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9585
9586 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9589
9590 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9591
9592         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9593         prevent tracking too many groups.
9594         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9595         Use it.
9596
9597 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9598
9599         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9600         moving point to the bottom of the window in order to avoid recentering.
9601
9602 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9605
9606         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9607         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9608         (gnus-article-beginning-of-window): Fix calculation.
9609
9610 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-msg.el (gnus-summary-supersede-article)
9613         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9614         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9615         message header.
9616
9617 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9618
9619         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9620         pending output coming after the status change.
9621
9622 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9623
9624         * message.el:
9625         * gnus-start.el:
9626         * gnus-registry.el: Remove VMS support.
9627
9628 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9631         macro.
9632         (rfc2104-hash): Use it.
9633
9634 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9637         (gnus-summary-sort-by-most-recent-date): New commands.
9638         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9639         and menu entries.
9640
9641 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9644         don't redisplay article for raw contents; remove plural articles stuff.
9645
9646         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9647         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9648         on gnus-summary-save-article; display results properly.
9649
9650 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * lpath.el: No need to fbind ns-focus-frame.
9653
9654 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9657
9658 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * gnus-art.el (gnus-summary-save-in-pipe):
9661         Consider gnus-save-all-headers.
9662
9663 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9664
9665         * gnus-util.el (ns-focus-frame): Remove declaration.
9666         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9667         like x.
9668
9669 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9670
9671         * rfc2104.el (rfc2104-zero): Delete defconst.
9672         (rfc2104-hex-alist): Likewise.
9673         (rfc2104-hex-to-int): Delete func.
9674         (rfc2104-hexstring-to-bitstring): Likewise.
9675         (rfc2104-nybbles): New defconst.
9676         (rfc2104-hash): Rewrite for speed.
9677
9678 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * tls.el (open-tls-stream): Make it work with the 2nd argument
9681         BUFFER that is a string but does not exist as a buffer object, as
9682         mentioned in the doc-string.
9683
9684 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9687         SXEmacs.
9688
9689 2008-07-16  Glenn Morris  <rgm@gnu.org>
9690
9691         * gnus-util.el (ns-focus-frame): Declare for compiler.
9692
9693 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9696         set as a group parameter.
9697         (gnus-summary-save-in-pipe): Work when it is called independently.
9698         (gnus-summary-pipe-to-muttprint): Don't modify
9699         gnus-summary-pipe-output-default-command.
9700
9701 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9702
9703         * message.el (message-send-mail-with-sendmail):
9704         Display the error message.
9705
9706 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-art.el (gnus-default-article-saver):
9709         Add gnus-summary-save-in-pipe to choices.
9710         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9711         gnus-summary-pipe-output-default-command as the default command.
9712         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9713         instead of gnus-last-shell-command.
9714
9715         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9716         New user option.
9717         (gnus-summary-muttprint-program): Mention the value will be changed.
9718         (gnus-summary-save-article): Force showing of all headers.
9719         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9720
9721 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9722
9723         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9724
9725 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9726
9727         * nnimap.el (nnimap-id):
9728         * sieve-manage.el (sieve-manage-open): Doc fixes.
9729
9730 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9731
9732         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9733         if available.
9734
9735 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9736
9737         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9738
9739         * nnkiboze.el (nnkiboze-generate-group):
9740         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9741
9742         * nnmairix.el: Require CL.
9743
9744 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * dgnushack.el: Autoload get-display-table and put-display-table for
9747         XEmacs 21.5.
9748
9749         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9750         21.4 and SXEmacs.
9751
9752 2008-06-15  David Engster  <dengste@eml.cc>
9753
9754         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9755
9756 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9757
9758         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9759         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9760         runtime choice under XEmacs.
9761
9762         * gnus-sum.el (gnus-summary-set-display-table):
9763         Use `gnus-put-display-table', `gnus-get-display-table',
9764         `gnus-set-display-table' for the display table, instead of `aset'.
9765
9766         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9767         Use `gnus-put-display-table', `gnus-get-display-table',
9768         `gnus-set-display-table' for the display table.
9769
9770 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * nnmairix.el: Add autoloads.
9773
9774 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * nnmairix.el (nnmairix-delete-recreate-group)
9777         (nnmairix-update-and-clear-marks): Fix error messages.
9778
9779 2008-06-14  David Engster  <dengste@eml.cc>
9780
9781         * nnmairix.el: Upgrade to version 0.6.
9782         (nnmairix-group-toggle-propmarks-this-group)
9783         (nnmairix-group-toggle-readmarks-this-group)
9784         (nnmairix-group-delete-recreate-this-group)
9785         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9786         (nnmairix-remove-tick-mark-original-article): New commands.
9787         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9788         (nnmairix-propagate-marks-to-nnmairix-groups)
9789         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9790         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9791         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9792         functions needed for marks propagation and manipulation of read marks.
9793         (nnmairix-update-groups): New function.
9794         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9795         (nnmairix-determine-original-group-from-registry)
9796         (nnmairix-determine-original-group-from-path)
9797         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9798         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9799         New helper functions.
9800         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9801         keystrokes for new commands.
9802         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9803         (nnmairix-request-group): Check allow-fast group parameter.
9804         (nnmairix-request-create-group): Set allow-fast group parameter if
9805         nnmairix-allowfast-default is set.
9806         (nnmairix-close-group): Propagate marks upon closing if needed.
9807         (nnmairix-group-toggle-threads-this-group): Use new.
9808         nnmairix-group-toggle-parameter helper function.
9809         (nnmairix-search): Better check for empty search result.
9810         (nnmairix-goto-original-article): Use new helper functions for
9811         determining original article.
9812         (nnmairix-show-original-article): Make sure message-id is in brackets.
9813         (nnmairix-call-mairix-binary): Change variable name.
9814         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9815         helper function.
9816         (nnmairix-widget-toggle-activate): Fix doc string.
9817
9818 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * nnir.el: Require edmacro when compiling with XEmacs.
9821         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9822         available in Emacs 21.
9823
9824 2008-06-11  Glenn Morris  <rgm@gnu.org>
9825
9826         * gnus-util.el (x-focus-frame):
9827         * gnus.el (image-size):
9828         * mm-decode.el (image-size): Declare.
9829
9830         * gnus-picon.el (declare-function): Add compat definition.
9831         (image-size): Declare.
9832
9833         * gnus-group.el (tool-bar-map):
9834         * gnus-sum.el (tool-bar-map): Define for compiler.
9835
9836         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9837
9838         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9839
9840         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9841         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9842         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9843         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9844         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9845         * sieve-manage.el, spam-report.el, spam.el:
9846         Remove unnecessary eval-and-compile of autoloads.
9847
9848 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9849
9850         * auth-source.el: Precise Tramp doc.
9851
9852 2008-06-07  Glenn Morris  <rgm@gnu.org>
9853
9854         * nnmairix.el: Remove unnecessary eval-when-compile.
9855
9856 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * lpath.el: Fbind propertize for XEmacs 21.4.
9859
9860 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * nnir.el: Move here from ../contrib.
9863
9864 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9865
9866         * gnus-util.el (gnus-read-shell-command): New function.
9867         * mm-decode.el (mm-pipe-part):
9868         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9869
9870 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9873
9874 2008-06-03  Glenn Morris  <rgm@gnu.org>
9875
9876         * pop3.el (nnheader-accept-process-output): Autoload it.
9877
9878 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9881         are not 2-digit hexadecimal characters that follow `%'s.
9882
9883 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * message.el (message-bogus-recipient-p): Fix type in doc string.
9886         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9887         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9888         Improve custom options.
9889         (message-bogus-recipient-p): Adjust accordingly.
9890
9891 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9892
9893         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9894         long-form month and day names.
9895
9896 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * dgnushack.el: Autoload debug, eudc-expand-inline and
9899         pgg-snarf-keys-region for XEmacs.
9900
9901         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9902
9903         * nnmairix.el: Require edmacro when compiling with XEmacs.
9904
9905 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9908         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9909
9910 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9911
9912         * auth-source.el: Add more docs.
9913
9914         * netrc.el (netrc-machine): Always match if the port is not given.
9915
9916 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9919         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9920         retrieval faster in some cases, but might make CPU usage larger.
9921         If this has any bad side effects, we might revert this change.
9922
9923         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9924         seems to make mail retrieval much, much faster.
9925         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9926         unconditionally.
9927
9928         * gnus-draft.el (gnus-group-send-queue):
9929         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9930
9931 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9934
9935         * message.el (message-bogus-address-regexp): Fix and improve custom
9936         type.
9937         (message-setup-hook): Add message-check-recipients as custom option.
9938
9939 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * message.el (message-cite-function): Remove bogus autoload which crept
9942         in during merge from v5-10.
9943
9944 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9945
9946         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9947
9948         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9949
9950         * auth-source.el: Preliminary Tramp docs.
9951         (auth-sources): Change the default auth-sources to use
9952         EPA .gpg files.
9953
9954 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9955
9956         * nntp.el: Autoload `auth-source-user-or-password'.
9957         (nntp-send-authinfo): Use it.
9958
9959         * nnimap.el: Autoload `auth-source-user-or-password'.
9960         (nnimap-open-connection): Use it.
9961
9962         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9963         for the gnus-message function.
9964         (auth-source-user-or-password): Use it.
9965
9966 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9967
9968         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9969         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9970         (rfc2104-hash): Use it.
9971
9972 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9973
9974         * gnus-art.el (gnus-article-toggle-truncate-lines):
9975         Don't use `iff' in docstring.
9976
9977 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9978
9979         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9980
9981         * gnus-util.el (gnus-extract-address-component-name)
9982         (gnus-extract-address-component-email): Convenience functions around
9983         `gnus-extract-address-components'.
9984
9985         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9986         Use `gnus-extract-address-component-email' to fix bug of comparing full
9987         sender name to `user-mail-address'.
9988
9989 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9992         catch/throw to optimize.
9993         (gnus-registry-find-keywords): Just use member to find a keyword.
9994
9995 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9996
9997         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9998         is current before calling gnus-server-prepare.
9999         (gnus-server-setup-buffer, gnus-server-update-server)
10000         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10001
10002 2008-05-04  Juri Linkov  <juri@jurta.org>
10003
10004         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10005         (mailcap-file-default-commands): Use mailcap-replace-in-string
10006         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10007         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10008
10009 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10010
10011         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10012
10013 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10014
10015         * gnus.el: Bump version to 0.11.
10016
10017 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10018
10019         * gnus.el: No Gnus v0.10 is released.
10020
10021 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10024         hooks.
10025         (gnus-update-read-articles): Speed up non-marks-using users.
10026         (gnus-use-marks): Define gnus-use-marks.
10027         (gnus-propagate-marks): Rename variable to something more sensible.
10028
10029 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10030
10031         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10032         (gmm-image-load-path-for-library): Fix typos in docstrings.
10033         (gmm-message): Reflow docstring.
10034
10035 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10036
10037         * mail-source.el (mail-source-set-1, mail-source-bind):
10038         Move auth-source code out of the macro to clean it up and fix bugs.
10039
10040 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10041
10042         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10043         by sender if it's equal to user-mail-address, it's likely to be
10044         useless.
10045
10046         * mail-source.el (mail-source-bind): Don't use user or password if they
10047         are not bound.  Unintern them if they are nil.  Don't use server unless
10048         it's bound, and default it to empty string otherwise.
10049
10050 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10051
10052         * mail-source.el: Load auth-source.el.
10053         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10054         get user name or password, if auth-sources is set up.
10055
10056         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10057         strategy of splitting with parent.
10058         (gnus-registry-split-fancy-with-parent)
10059         (gnus-registry-post-process-groups): Use it and fix prior
10060         bug (returning a list as the split result).
10061
10062         * auth-source.el (auth-sources): Remove server parameter.
10063         (auth-source-pick, auth-source-user-or-password)
10064         (auth-source-user-or-password-imap)
10065         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10066         (auth-source-user-or-password-sftp)
10067         (auth-source-user-or-password-smtp): Remove server parameter.
10068
10069 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10070
10071         * smime.el (smime-sign-region, smime-encrypt-region)
10072         (smime-decrypt-region):
10073         Remove redundant calls to `generate-new-buffer-name'.
10074
10075 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10076
10077         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10078         Don't use QP for message/rfc822.
10079         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10080
10081 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10082
10083         * sieve-manage.el (sieve-string-bytes): Remove.
10084         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10085         correct byte-length only if the process's coding-system is the same as
10086         the one used internally by Emacs to represent strings.
10087
10088 2008-04-22  Juri Linkov  <juri@jurta.org>
10089
10090         * mailcap.el (mailcap-file-default-commands): New function.
10091
10092 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * message.el (message-signature-separator, message-cite-function):
10095         Change custom version.
10096
10097 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10098
10099         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10100         commands.
10101         (tls-checktrust): Ditto.
10102
10103 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * mm-decode.el (mm-display-external): Make temp file read-only.
10106
10107 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10110         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10111         `C-c C-f d'.
10112
10113 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10114
10115         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10116
10117 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus.el: Bump version to 0.9.
10120
10121 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus.el: No Gnus v0.8 is released.
10124
10125 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10126
10127         * mail-source.el (mail-source-value):
10128         Prefer fboundp to functionp so it works with macros as well.
10129
10130 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10131
10132         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10133         Fix last change in case the element is not even a symbol.
10134
10135 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10136
10137         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10138         Prefer fboundp to functionp so it works with macros as well.
10139
10140 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10141
10142         * auth-source.el: Add docs.
10143         (auth-sources): Modify format to support server.
10144         (auth-source-pick, auth-source-user-or-password)
10145         (auth-source-user-or-password-imap)
10146         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10147         (auth-source-user-or-password-sftp)
10148         (auth-source-user-or-password-smtp): Add server parameter.
10149
10150 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10151
10152         * gnus-registry.el: Initialize the registry when gnus-registry-install
10153         is t.
10154
10155 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * compface.el (uncompface): Make buffer unibyte.
10158
10159 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10160
10161         * mail-source.el (mail-source-value):
10162         Prefer fboundp to functionp so it works with macros as well.
10163
10164 2008-04-05  Glenn Morris  <rgm@gnu.org>
10165
10166         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10167
10168 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10169
10170         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10171         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10172
10173         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10174         multibyteness after rather than before erasing it.
10175
10176         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10177         mm-with-multibyte.
10178         (gnus-request-article-this-buffer): Make sure the proper decoding is
10179         used if gnus-original-article-buffer happens to be unibyte.
10180
10181         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10182         default-enable-multibyte-characters.
10183
10184         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10185         default-enable-multibyte-characters.
10186
10187         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10188
10189         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10190
10191 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10192
10193         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10194         Fix last change in case the element is not even a symbol.
10195
10196 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10197
10198         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10199         (imap-message-copyuid-1): Use it.
10200         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10201         J. Williams in
10202         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10203
10204         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10205         imap-enable-exchange-bug-workaround.
10206         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10207
10208 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10209
10210         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10211         a 100 byte status-checks into a 2-3MB transfer for each group.
10212         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10213         to enable bug workaround or not.
10214         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10215
10216 2008-03-31  Glenn Morris  <rgm@gnu.org>
10217
10218         * message.el (mml2015-use): Declare for compiler.
10219         (message-info): Require mml2015 when appropriate.
10220
10221 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10224         whitespace.
10225
10226 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10227
10228         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10229         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10230         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10231         (nntp-service-to-port): New function.
10232         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10233         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10234         (nntp-open-netcat-stream): New function.
10235         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10236
10237 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10238
10239         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10240
10241 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10242
10243         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10244
10245 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10246
10247         * dns.el (dns-write): Use set-buffer-multibyte.
10248
10249 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10250
10251         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10252
10253 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * message.el (message-signature-separator): Change default.
10256         Improve custom type.
10257         (message-cite-function): Change default to
10258         message-cite-original-without-signature.
10259
10260         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10261         toggle.
10262
10263         * message.el (message-check-news-body-syntax): Fix signature check.
10264         (message-setup-1): Mark buffer as unmodified _after_ running
10265         message-setup-hook and handling message-alternative-emails.
10266         (message-shorten-references): Be more strict when building list of
10267         valid references to comply with GNKSA.
10268
10269         * gnus-group.el (gnus-read-ephemeral-bug-group)
10270         (gnus-read-ephemeral-debian-bug-group)
10271         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10272
10273         * message.el (message-info): Don't use booleanp which isn't supported
10274         in Emacs 21 and XEmacs.
10275
10276 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10279         gnus-group-gmane-group-download-format.
10280         (gnus-group-read-ephemeral-gmane-group): Rename from
10281         gnus-group-read-ephemeral-gmane-group.
10282         (gnus-read-ephemeral-gmane-group-url): Rename from
10283         gnus-group-read-ephemeral-gmane-group-url.
10284         (gnus-bug-group-download-format-alist): New variable.
10285         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10286         (gnus-read-ephemeral-emacs-bug-group): New commands.
10287
10288 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10291         (gnus-visible-headers): Improve custom type.
10292
10293 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * mml.el (mml-menu): Add workarounds for XEmacs.
10296
10297         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10298         X-Boundary header.
10299
10300         * message.el (message-simplify-recipients): Fix previous commit.
10301
10302 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10303
10304         * mm-util.el (mm-set-buffer-multibyte): New function.
10305         * mm-decode.el (mm-copy-to-buffer): Use it.
10306
10307         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10308         Prefer fboundp to functionp so it works with macros as well.
10309
10310 2008-03-19  Glenn Morris  <rgm@gnu.org>
10311
10312         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10313         Accidentally removed in the sync process with Emacs.
10314
10315 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * message.el (message-alter-recipients-discard-bogus-full-name):
10318         New function.
10319         (message-alter-recipients-function): New variable.
10320         (message-get-reply-headers): Use it.
10321         (message-replace-header): New helper function.
10322         (message-recipients-without-full-name): New variable.
10323         (message-simplify-recipients): New command.
10324
10325         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10326
10327         * message.el (message-info): Handle EasyPG manual.
10328
10329         * mml.el (mml-menu): Add entry for EasyPG.
10330
10331 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10332
10333         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10334         parameter.
10335
10336         * message.el (message-disassociate-draft): Specify drafts group name
10337         fully.
10338
10339 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10340
10341         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10342         Eliminate unnecessary duplicates from the match list.
10343
10344 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10347
10348         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10349
10350         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10351         args of `how-many' of which the XEmacs version doesn't take; declare
10352         Info-index-next as function.
10353
10354 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * gnus-score.el (gnus-score-headers): Fix handling of
10357         gnus-inhibit-slow-scoring.
10358
10359         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10360         string.
10361         (gnus-button-url-regexp): Improve handling of parenthesis.
10362         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10363         (gnus-button-handle-info-keystrokes): Handle index entries.
10364
10365 2008-03-15  Glenn Morris  <rgm@gnu.org>
10366
10367         * parse-time.el (parse-time-string): Simplify.
10368
10369 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10372         Incoming* files.
10373
10374 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10375
10376         * auth-source.el (auth-sources): Rename from auth-source-choices.
10377         (auth-source-pick): Use it.
10378
10379 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10380
10381         * binhex.el (binhex-decode-region-internal):
10382         * uudecode.el (uudecode-decode-region-internal):
10383         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10384         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10385         setting default-enable-multibyte-characters.
10386
10387 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10388
10389         * auth-source.el (auth-source-protocols)
10390         (auth-source-protocols-customize, auth-source-choices): Add and
10391         modified variable customizations and defaults.
10392         (auth-source-pick, auth-source-user-or-password)
10393         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10394         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10395         (auth-source-user-or-password-sftp)
10396         (auth-source-user-or-password-smtp): Use new variables and provide an
10397         interface to netrc.el.
10398
10399 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10402         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10403         Make sure the nntp port to specify is a string.
10404
10405 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10406
10407         * nntp.el: Use with-current-buffer.
10408         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10409         dubious mm-with-unibyte-current-buffer.
10410         (nntp-with-open-group-function): New function extracted from
10411         nntp-with-open-group macro.
10412         (nntp-with-open-group): Use the function, so it's easier to debug.
10413         Add indentation and debugging info.
10414         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10415         Recommend the use of the netcat alternatives.
10416
10417         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10418         Avoid mm-string-as-multibyte as well.
10419
10420         * nnweb.el (nnweb-insert-html):
10421         Remove use of nnheader-string-as-multibyte.
10422
10423         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10424         (nnheader-string-as-multibyte): Remove.
10425
10426         * mm-view.el: Use inhibit-read-only.
10427         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10428         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10429         or unibyte-string.
10430
10431         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10432         (mm-uu-yenc-extract): Use with-current-buffer.
10433
10434         * gnus-soup.el (gnus-soup-send-packet): Don't use
10435         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10436
10437         * nnmh.el: Use with-current-buffer.
10438         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10439         mm-string-as-multibyte on the output of mm-encode-coding-string.
10440
10441         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10442         (nnimap-request-move-article): Use with-current-buffer.
10443
10444         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10445         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10446         conversion uses string-make-unibyte rather than string-as-unibyte.
10447
10448         * gnus-msg.el: Use with-current-buffer.
10449
10450         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10451
10452 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10453
10454         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10455         string for caching if it is 'PIN.
10456
10457 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * lpath.el: Consider the case without Emacs/W3.
10460
10461 2008-03-08  Glenn Morris  <rgm@gnu.org>
10462
10463         * time-date.el (date-to-time, time-subtract, time-add)
10464         (safe-date-to-time): Doc fixes.
10465
10466 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * mail-source.el (mail-source-delete-old-incoming-confirm):
10469         Change default to nil.
10470         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10471
10472 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * lpath.el: Rearrange.
10475
10476         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10477         (gnus-article-goto-prev-page): Work for articles having ^L's.
10478
10479         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10480
10481         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10482
10483 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10484
10485         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10486         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10487         (gnus-bookmark-jump): Adjust some variable names.
10488
10489 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10490
10491         * auth-source.el: New package.
10492         (auth-source-choices): Add customization entry point variable.
10493
10494         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10495         bug.
10496
10497 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10498
10499         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10500         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10501         (gnus-registry-install-shortcuts): Rename from
10502         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10503         the `gnus-registry-mark-map' keymap dynamically from
10504         `gnus-registry-marks'.  The generated functions update the summary line
10505         when a registry mark is added or deleted, and will call
10506         `gnus-registry-install-p' (see the comments in the code).
10507         (gnus-registry-user-format-function-M): Use concat intelligently.
10508
10509         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10510         the registry mark functions.
10511
10512 2008-03-05  Glenn Morris  <rgm@gnu.org>
10513
10514         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10515         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10516         gnus-art.
10517         (top-level): No need to load own source when compiling.
10518
10519 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10522         Suggested by <chris.anderton@zetnet.co.uk>.
10523
10524 2008-03-04  Glenn Morris  <rgm@gnu.org>
10525
10526         * gnus-sum.el (top-level): No need to require gnus when compiling,
10527         since unconditionally required near start of file.
10528         (gnus-summary-display-while-building): Move definition before use.
10529
10530 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10531
10532         * gnus-registry.el (gnus-registry-user-format-function-M):
10533         Add formatting function.
10534
10535 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10536
10537         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10538         with plists.
10539         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10540         Use new format.
10541
10542 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10545         `where-is-internal' that returns a range of key sequences.
10546
10547 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10548
10549         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10550
10551         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10552         (gnus-summary-jump-to-group): Consider windows on other displayed
10553         frames as well.  Similar changes might be needed elsewhere, but that's
10554         the one I've bumped into during my use.
10555
10556         * nndoc.el (nndoc-oe-dbx-type-p):
10557         * gnus-msg.el (gnus-debug):
10558         * gnus-group.el (gnus-update-group-mark-positions):
10559         Use mm-string-to-multibyte.
10560
10561 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10564         doesn't handle NotDashEscaped.
10565
10566         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10567         (mml-dnd-attach-options): Fix typo in custom choice.
10568
10569         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10570         Change nndoc-article-type to mbox.
10571         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10572
10573         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10574         to nil, instead of html2text.
10575
10576         * imap.el (imap-debug): Add `imap-ping-server'.
10577
10578         * gnus-bookmark.el: Add FIXMEs.
10579
10580         * message.el (message-form-letter-separator)
10581         (message-send-form-letter-delay): New variables.
10582         (message-send-form-letter): Use them.  New command to send form
10583         letters.  Requested by Uwe Siart.
10584         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10585
10586 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * Update copyright years.
10589
10590 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         Sync from EMACS_22_BASE.
10593
10594         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10595
10596 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10597
10598         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10599         empty author.
10600
10601 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10602
10603         * gnus-registry.el (gnus-registry-marks): Add variable for
10604         customization of marks and their appearance.
10605         (gnus-registry-read-mark): Use it.
10606         (gnus-registry-do-marks): Add utility function to loop through
10607         `gnus-registry-marks'.
10608         (gnus-registry-install-shortcuts-and-menus): Add function to install
10609         shortcuts and menus.
10610         (gnus-registry-initialize): Use it.
10611         (gnus-registry-default-mark): Clarify documentation.
10612
10613 2008-02-29  Glenn Morris  <rgm@gnu.org>
10614
10615         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10616         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10617         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10618         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10619         Change defcustom :version from 23.0 to 23.1.
10620
10621 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10622
10623         * gnus-registry.el (gnus-registry-follow-group-p)
10624         (gnus-registry-post-process-groups): Add functions to aid registry
10625         splitting and improve logging.  Clarify behavior in function
10626         documentation.
10627         (gnus-registry-split-fancy-with-parent): Use them.
10628
10629 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10630
10631         * gnus-art.el: Use with-current-buffer.
10632
10633 2008-02-27  David Engster  <dengste@eml.cc>
10634
10635         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10636         Express real group name in the response.
10637
10638 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10641         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10642         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10643         autoload gnus-registry-fetch-group when compiling.
10644         (nnmairix-request-group-with-article-number-correction):
10645         Remove unreferenced argument passed to nnmairix-call-backend.
10646
10647 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10650         (mm-uu-extract): Improve face for low color ttys.
10651         Reported by Sascha Wilde.
10652
10653 2008-02-27  Glenn Morris  <rgm@gnu.org>
10654
10655         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10656         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10657         variables to defconsts.  Convert comments to doc-strings.
10658         (nnmairix-last-server, nnmairix-current-server): Convert from free
10659         variables to defvars.  Convert comments to doc-strings.
10660         (gnus-registry-fetch-group): Autoload.
10661         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10662         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10663         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10664         caddr.
10665         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10666         nnmairix-request-group-with-article-number-correction call.
10667         (nnmairix-fast, nnmairix-group): New, less general names, for free
10668         variables passed from nnmairix-request-group to
10669         nnmairix-request-group-with-article-number-correction.  Declare.
10670         (nnmairix-request-group-with-article-number-correction):
10671         Use nnmairix-fast, nnmairix-group rather than fast, group.
10672
10673 2008-02-26  David Engster  <dengste@eml.cc>
10674
10675         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10676         version 0.5.
10677
10678 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10679
10680         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10681         instead of making an extra function call.  Don't add the current group
10682         to articles only when they have the group.  Use
10683         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10684         Reported by David <de_bb@arcor.de>.
10685
10686 2008-02-24  Miles Bader  <miles@gnu.org>
10687
10688         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10689         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10690         (mm-find-mime-charset-region):
10691         * mm-bodies.el (mm-encode-body):
10692         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10693
10694 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10697         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10698
10699 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * mail-source.el (mail-source-delete-incoming): Change default.
10702         Supplement doc string.
10703
10704         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10705
10706 2008-02-14  Glenn Morris  <rgm@gnu.org>
10707
10708         * time-date.el (format-seconds): New function.
10709
10710 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * nnmail.el (nnmail-message-id-cache-file): Derive from
10713         `gnus-home-directory'.
10714
10715 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10718         Document negative prefix.
10719
10720         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10721
10722 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * message.el (message-unsent-separator): Add the Exim bounce
10725         separator.
10726
10727 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10728
10729         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10730         list.
10731         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10732         recipient/signer list.
10733
10734 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * Makefile.in (datarootdir): Define.
10737         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10738         name that might contain whitespace.
10739
10740 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10743         fbound (Emacs 23 unicode), signal an error.
10744
10745 2008-02-08  Glenn Morris  <rgm@gnu.org>
10746
10747         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10748
10749 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10750
10751         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10752         ports to the calls to `netrc-machine-user-or-password' in addition to
10753         "imap" and "imaps".
10754
10755 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10756
10757         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10758
10759         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10760
10761 2008-02-01  Kenichi Handa  <handa@m17n.org>
10762
10763         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10764         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10765         (rfc2104-hash): Convert the result of concat to unibyte string.
10766
10767 2008-02-01  Dave Love  <fx@gnu.org>
10768
10769         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10770         coding-system-for-read.
10771         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10772
10773 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10776         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10777         <hanche@math.ntnu.no>.
10778
10779 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10782
10783         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10784
10785 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10786
10787         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10788         * message.el (message-beginning-of-line): Use featurep instead of bound
10789         tests in order to resolve conditionals at compile time.
10790
10791 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10792
10793         * mail-source.el (mail-sources): Add `group' choice.
10794
10795         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10796         parameter `in-group' to control into which group the articles go.
10797         Add treatment of `group' mail-source.
10798
10799 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10802
10803         * mm-decode.el (mm-dissect-buffer): Decode description.
10804
10805         * mml.el (mml-to-mime): Encode message header first.
10806
10807 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10810         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10811
10812         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10813         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10814
10815 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10816
10817         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10818
10819 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10822         prefix keys.
10823         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10824         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10825         gnus-xmas.el.
10826
10827         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10828         (gnus-xmas-article-describe-bindings): New function.
10829         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10830         gnus-xmas-article-describe-bindings.
10831
10832         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10833
10834 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10835
10836         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10837         Add new variables for article mark management.
10838         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10839         list of extra data entries which, when present, will indicate that the
10840         article ID should not be trimmed from the registry.
10841         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10842         functions.
10843         (gnus-registry-read-mark): New function to read a mark name from the
10844         user.
10845         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10846         (gnus-registry-set-article-mark-internal): New functions to add and
10847         remove marks.
10848         (gnus-registry-get-article-marks): New function to show the marks for
10849         an article, or retrieve them for further use.
10850
10851 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10854         keys when no argument is given.
10855
10856 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * imap.el (imap-ping-server): New variable.
10859         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10860         (imap-ping-server): Minor doc string fixes.
10861
10862 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10863
10864         * imap.el (imap-ping-server): New function.
10865         (imap-opened): Call imap-ping-server.
10866
10867 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-sum.el (gnus-article-sort-by-random)
10870         (gnus-thread-sort-by-random): Fix doc strings.
10871         Reported by jidanni@jidanni.org.
10872
10873 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-art.el (gnus-article-describe-bindings): New function.
10876         (gnus-article-read-summary-keys): Use it.
10877         (gnus-article-mode-map): Bind `C-h b' to it.
10878
10879 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10882         XEmacs.
10883         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10884         Protect against non-character events.
10885
10886         * lpath.el: Fbind map-keymap for Emacs 21.
10887
10888 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10891         New command.
10892         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10893         instead of END.  Change name of the temp file.
10894         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10895         customizable.
10896
10897 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10900         bind `S W' to gnus-article-wide-reply-with-original; set default
10901         binding to gnus-article-read-summary-send-keys.
10902         (gnus-article-read-summary-keys): Fix the order of keys; display
10903         continuation keys correctly in the echo area; describe bindings
10904         correctly when keys end with `C-h'.
10905         (gnus-article-read-summary-send-keys): New function.
10906         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10907         Work for gnus-article-read-summary-send-keys; display continuation keys
10908         correctly in the echo area.
10909         (gnus-article-reply-with-original): Ignore prefix argument.
10910         (gnus-article-wide-reply-with-original): New function.
10911
10912         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10913         Emacs 21.
10914
10915 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10918         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10919
10920 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10923         (gnus-group-read-ephemeral-gmane-group): New command.
10924
10925 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10926
10927         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10928
10929 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * message.el (message-send-mail-function): Increase custom version.
10932
10933         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10934         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10935
10936 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10937
10938         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10939         for the cases where imap-authenticate is called with a nil buffer
10940         parameter.
10941
10942 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10945         html parts correctly; support forwarded messages.
10946         (gnus-article-browse-html-article): Remove work buffers.
10947
10948         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10949         compiling.
10950         (netrc-bound-and-true-p): New macro.
10951         (netrc-parse): Use it instead of bound-and-true-p that is not available
10952         in XEmacs 21.4.
10953
10954 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10955
10956         * gnus-registry.el (gnus-registry-mark-article)
10957         (gnus-registry-article-marks): Add functionality to mark articles
10958         through the Gnus registry.
10959
10960         * encrypt.el: Clarify documentation for the new pgg method.
10961         (encrypt-file-alist): Add PGG option.
10962         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10963         functionality.  Abstract password key and messaging to external
10964         functions.
10965         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10966         (encrypt-message-method-and-cipher): Add new convenience external
10967         functions.
10968         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10969         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10970
10971         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10972         (netrc-parse): Use encrypt-file-alist to determine if
10973         encrypt-find-model or encrypt-insert-file-contents should be used.
10974
10975         * encrypt.el: Clarify documentation.  Load password-cache or
10976         password, whichever one is found first, instead of autoloading.
10977
10978 2007-12-19  Glenn Morris  <rgm@gnu.org>
10979
10980         * mml.el (message-options-set, message-narrow-to-head)
10981         (message-in-body-p, message-mail-p, message-encode-message-body):
10982         Autoload.
10983         (message-remove-header, message-narrow-to-headers-or-head)
10984         (message-subscribed-p, message-make-mail-followup-to)
10985         (message-position-on-field, message-news-p)
10986         (message-options-set-recipient, message-generate-headers)
10987         (message-sort-headers): Declare as functions.
10988
10989 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10992         convention in doc string.
10993
10994 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10997         title to html parts.
10998         (gnus-article-browse-html-article): Pass message header to it.
10999
11000         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11001
11002 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11005         or password compatible with XEmacs.
11006
11007 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11010         format document.
11011         (gnus-mime-delete-part): Don't write description line if empty.
11012         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11013
11014 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
11015
11016         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11017         (gnus-summary-mark-read-and-unread-as-read)
11018         (gnus-summary-mark-current-read-and-unread-as-read)
11019         (gnus-summary-mark-unread-as-ticked): Doc fix.
11020         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11021
11022 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11025         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11026
11027 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11030         yes-or-no-p.
11031
11032 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * mm-decode.el (mm-add-meta-html-tag): New function.
11035         (mm-save-part-to-file, mm-pipe-part): Use it.
11036
11037         * gnus-art.el (gnus-article-browse-delete-temp-files):
11038         Use gnus-y-or-n-p instead of y-or-n-p.
11039         (gnus-article-browse-html-parts): Work with message/external-body; use
11040         mm-add-meta-html-tag.
11041
11042 2007-12-11  Glenn Morris  <rgm@gnu.org>
11043
11044         * gnus-cache.el: Require gnus-sum not just when compiling.
11045
11046         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11047
11048         * gnus-int.el (gnus-server-opened, gnus-status-message):
11049         Move definitions before use.
11050
11051         * mm-decode.el: Require gnus-util.
11052         (mm-remove-part): Only call delete-annotation on XEmacs.
11053
11054         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11055
11056         * nnmail.el: Require gnus-int.
11057
11058         * spam.el: Move `require's before `eval-when-compile's.
11059
11060         * gnus-ems.el (gnus-alive-p):
11061         * gnus-fun.el (message-goto-eoh):
11062         * gnus-util.el (gnus-group-name-decode):
11063         * mail-source.el (gnus-compress-sequence):
11064         * message.el (Info-goto-node, format-spec):
11065         * mm-bodies.el (message-options-get):
11066         * mm-decode.el (mm-view-pkcs7):
11067         * mm-util.el (gmm-write-region):
11068         * mml-smime.el (mml-compute-boundary)
11069         (gnus-completing-read-with-default):
11070         * mml.el (widget-button-press, gnus-make-hashtable):
11071         * mml1991.el (mm-decode-content-transfer-encoding)
11072         (mm-encode-content-transfer-encoding)
11073         (message-options-get, message-options-set):
11074         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11075         * nnfolder.el (gnus-request-group):
11076         * nnheader.el (ietf-drums-unfold-fws):
11077         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11078         * smime.el (gnus-run-mode-hooks):
11079         * spam-stat.el (gnus-message): Autoload.
11080
11081         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11082         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11083         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11084         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11085         Add declare-function compatibility definition.
11086
11087         * gnus-cache.el (nnvirtual-find-group-art):
11088         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11089         (gnus-add-image, gnus-add-wash-type):
11090         * gnus-group.el (nnkiboze-score-file):
11091         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11092         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11093         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11094         (message-tokenize-header, gnus-get-buffer-create)
11095         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11096         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11097         * gnus.el (gnus-group-decoded-name):
11098         * mail-source.el (imap-capability):
11099         * mm-bodies.el (message-options-set):
11100         * mm-decode.el (gnus-configure-windows):
11101         * mm-extern.el (message-goto-body):
11102         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11103         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11104         (epg-sub-key-validity, message-options-set):
11105         * mml.el (widget-event-point, gnus-configure-windows):
11106         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11107         * mml2015.el (epg-check-configuration, epg-configuration)
11108         (message-options-set):
11109         * nndb.el (nndb-request-article):
11110         * nnfolder.el (gnus-request-create-group):
11111         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11112         * nnmaildir.el (gnus-group-mark-article-read):
11113         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11114         * rfc1843.el (message-fetch-field):
11115         * spam.el (gnus-extract-address-components):
11116         Declare as functions.
11117
11118 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11121
11122         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11123
11124         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11125         bind show-trailing-whitespace for XEmacs.
11126
11127 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11130         new no-op macro for backward compatibility.
11131
11132         * imap.el (imap-string-to-integer): New function.
11133
11134 2007-12-09  Glenn Morris  <rgm@gnu.org>
11135
11136         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11137
11138         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11139         * message.el, mm-view.el, sieve-manage.el, smime.el:
11140         Add declare-function compatibility definition.
11141
11142         * gnus-art.el (w3-region, w3m-region, Info-menu):
11143         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11144         * gnus-sum.el (gnus-get-predicate):
11145         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11146         * message.el (mail-abbrev-in-expansion-header-p):
11147         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11148         (w3m-detect-meta-charset, w3m-region):
11149         * sieve-manage.el (password-read, password-cache-add)
11150         (password-cache-remove):
11151         * smime.el (password-read-and-add): Declare as functions.
11152
11153 2007-12-08  David Kastrup  <dak@gnu.org>
11154
11155         * gnus-sum.el (gnus-summary-simplify-subject-query):
11156         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11157         `message'.
11158
11159 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11162         it to bind idna-program, installation-directory, defined-colors, and
11163         face-attribute for XEmacs of the version that compiles defcustom forms.
11164
11165 2007-12-07  Glenn Morris  <rgm@gnu.org>
11166
11167         * gnus-art.el (article-make-date-line): Revert previous change.
11168
11169 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11172
11173 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11174
11175         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11176         Call gnus-add-to-range ranges only once with a prepared article-list.
11177
11178 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11179
11180         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11181         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11182         group names with backslashes.
11183         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11184
11185 2007-12-06  Deepak Goel  <deego3@gmail.com>
11186
11187         * gnus-art.el (article-make-date-line):
11188         * gnus-start.el (gnus-load):
11189         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11190
11191 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-art.el (gnus-use-idna)
11194         * gnus-start.el (gnus-site-init-file)
11195         * message.el (message-use-idna)
11196         * mm-uu.el (mm-uu-hide-markers)
11197         * smiley.el (smiley-style): Revert changes that suppress warnings.
11198
11199 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11202         specify charset to html source.
11203         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11204
11205 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11208         idna-program in order to suppress byte compile warning issued by XEmacs
11209         that came to byte compile the default value section of defcustom forms
11210         recently.
11211
11212         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11213         value of installation-directory.
11214
11215         * message.el (message-use-idna): Don't directly refer to the value of
11216         idna-program.
11217
11218         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11219
11220         * smiley.el (smiley-style): Don't directly call face-attribute.
11221
11222 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11225
11226         * gnus-dired.el: Reduce Gnus dependencies.
11227         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11228         Don't require.  Use autoloads instead.
11229         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11230         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11231         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11232         (gnus-dired-mode): Adjust doc string.
11233         (gnus-dired-mail-mode): New variable.
11234         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11235         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11236         (gnus-dired-mail-buffers): New function.  Return mail or message
11237         composition buffers.
11238         (gnus-dired-attach): Use it.
11239         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11240         NO-DECODE.
11241         (gnus-dired-print): Use `gnus-print-buffer' depending on
11242         `gnus-dired-mail-mode'.
11243
11244 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * rfc2047.el (rfc2047-encoded-word-regexp)
11247         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11248         explaining what regexp patterns are for.
11249
11250 2007-12-04  Glenn Morris  <rgm@gnu.org>
11251
11252         * password.el: Move to password-cache.el.
11253
11254         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11255         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11256         * mml-smime.el (password-read, password-cache-add)
11257         (password-cache-remove):
11258         No need to autoload, since mml-sec requires password.
11259
11260         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11261         * message.el (gnus-extract-address-components):
11262         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11263
11264         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11265         password.
11266
11267 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * mailcap.el: Reduce dependencies.
11270         (mail-header-parse-content-type): Autoload.
11271         (mailcap-delete-duplicates): New alias.
11272         (mailcap-mime-info): Add optional argument NO-DECODE.
11273         (mailcap-mime-types): Use mailcap-delete-duplicates.
11274
11275         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11276
11277 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11278
11279         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11280         (imap-parse-status): Upcase status-att for servers that sends them
11281         lower-case (e.g., MS Exchange 2007).
11282
11283 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11286         function.
11287
11288         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11289         (gnus-uu-yenc-article): New function.
11290
11291         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11292
11293         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11294
11295 2007-12-02  Glenn Morris  <rgm@gnu.org>
11296
11297         * binhex.el (binhex): New custom group.
11298         (binhex-decoder-program, binhex-decoder-switches)
11299         (binhex-use-external): Move to the binhex custom group.
11300
11301         * uudecode.el (uudecode): New custom group.
11302         (uudecode-decoder-program, uudecode-decoder-switches)
11303         (uudecode-use-external): Move to the uudecode custom group.
11304
11305         * netrc.el (top-level): Don't load `encrypt' features.
11306         (netrc-parse): Don't use encrypt.
11307         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11308
11309         * encrypt.el: Remove file.
11310
11311 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11314         matches on patches.
11315
11316         * gnus-art.el (gnus-article-browse-html-article):
11317         Mention `mm-text-html-renderer' in the doc string.
11318
11319         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11320         string.  Add comments.
11321
11322         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11323         if rhs is ASCII.
11324
11325 2007-12-01  Glenn Morris  <rgm@gnu.org>
11326
11327         * mail-source.el (top-level): Require format-spec before
11328         eval-when-compile.
11329
11330 2007-11-30  Glenn Morris  <rgm@gnu.org>
11331
11332         * encrypt.el: Require password, rather than autoloading password-read.
11333
11334 2007-11-29  Glenn Morris  <rgm@gnu.org>
11335
11336         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11337         (sasl-make-client, sasl-next-step, sasl-step-data)
11338         (sasl-step-set-data): Declare as functions.
11339
11340 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11343
11344 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11345
11346         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11347         certs should be verified and what is to be done in the event of a
11348         verification failure.
11349
11350         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11351         caller can indicate whether the cache should be disregarded for this
11352         call.  This way the result of the call is reproducible at all times and
11353         can be considered a canonical server name for the supplied method.
11354         (gnus-agent-method-p): Canonicalize server names by pushing their
11355         method through `gnus-method-to-server' using the no-cache argument.
11356
11357         * gnus-srvr.el (gnus-server-insert-server-line):
11358         Call `gnus-method-to-server' with `no-cache' argument.
11359
11360         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11361         gnus-agent-possibly-synchronize-flags as this should be called when the
11362         server is actually being opened.
11363         (gnus-agent-possibly-synchronize-flags)
11364         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11365         flags file of an agentized server to the latter function.
11366
11367         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11368         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11369         after a connection has been established successfully.
11370
11371 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-art.el (article-display-face): Force to display face if called
11374         interactively; check if gnus-article-x-face-too-ugly matches author.
11375         (article-display-x-face): Display face even if From header is missing
11376         as article-display-face does.
11377
11378 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11379
11380         * hashcash.el (message-narrow-to-headers-or-head)
11381         (message-fetch-field, message-goto-eoh)
11382         (message-narrow-to-headers): Declare as functions.
11383
11384 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * mail-source.el (mail-sources): Default to fetch from file for
11387         compatibility with default of nnmail-spool-file.
11388
11389 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11392         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11393         to look for encoded word that should be encoded again.
11394         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11395         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11396         encoding pattern.
11397         (rfc2047-decode-region): Switch strict regexp and loose one according
11398         to rfc2047-allow-irregular-q-encoded-words.
11399
11400 2007-11-25  Romain Francoise  <romain@orebokech.com>
11401
11402         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11403
11404 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * tls.el (tls-program): Provide more custom choices from
11407         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11408         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11409
11410 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11413         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11414
11415         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11416         `nnmail-spool-file'.
11417
11418         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11419         `nnmail-spool-file'.
11420
11421         * gnus-move.el (gnus-change-server): Ditto.
11422
11423         * gnus-kill.el (gnus-batch-score): Ditto.
11424
11425         * gnus-cache.el (gnus-jog-cache): Ditto.
11426
11427         * gnus-msg.el (gnus-summary-reply):
11428         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11429
11430 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11433         version.  Minor improvement to doc strings.
11434         (tls-program): Add comment.
11435
11436 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11437
11438         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11439         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11440         mismatch between the hostname provided in the certificate and the name
11441         of the host connnecting to.
11442         (open-tls-stream): Use them.  Check certificates against trusted root
11443         certificates.
11444
11445 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-cache.el (gnus-cache-generate-nov-databases):
11448         Use nnml-generate-nov-databases-directory instead of
11449         nnml-generate-nov-databases-1.
11450
11451 2007-11-24  Glenn Morris  <rgm@gnu.org>
11452
11453         * message.el (message-tool-bar-retro): Update for rename
11454         mail_send.xpm->mail-send.xpm.
11455
11456 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11459         `smime-ldap-search' for Emacs 22 and up.
11460
11461 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11462
11463         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11464
11465         * message.el (message-send-mail-function): Fix error convention.
11466         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11467         (message-widen-reply, message-send-mail, message-talkative-question)
11468         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11469         (message-clone-locals, message-send-news): Use with-current-buffer.
11470         (message-insert-or-toggle-importance): Remove unused var `valid'.
11471         (message-make-references): Remove unused var `new-references'.
11472         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11473
11474 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11475
11476         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11477         (spam-split-symbolic-return-positive): Reflow docstring.
11478         (spam-backends, spam-summary-exit-behavior)
11479         (spam-mark-ham-unread-before-move-from-spam-group)
11480         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11481         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11482         (spam-clear-cache, spam-backend-check, spam-install-backend)
11483         (spam-install-statistical-backend, spam-list-of-processors)
11484         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11485         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11486         (spam-check-crm114, spam-initialize, spam-unload-hook):
11487         Fix typos in docstrings.
11488
11489 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11492         been checked if they have never been read and those group levels are
11493         higher than the one that a user specified.
11494
11495 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11498         foreign groups unless a group level is specified by a user.
11499         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11500
11501 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * message.el (message-send-mail-function): Require sendmail.
11504
11505 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * message.el (message-send-mail-function): Check for smtpmail too.
11508
11509         * utf7.el (utf7-encode, utf7-decode): Use coding system
11510         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11511
11512         * message.el (message-send-mail-function): New function.
11513         (message-send-mail-function): Set default using
11514         message-send-mail-function.  Adjust doc string.
11515         (message-send-mail-with-mailclient): New function.
11516
11517 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11518
11519         * smime.el (from):
11520         * rfc2047.el (message-posting-charset):
11521         * qp.el (mm-use-ultra-safe-encoding):
11522         * pop3.el (parse-time-months):
11523         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11524         * nnml.el (files):
11525         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11526         (jka-compr-compression-info-list, ange-ftp-path-format)
11527         (efs-path-regexp):
11528         * nndiary.el (files):
11529         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11530         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11531         (epg-digest-algorithm-alist, inhibit-redisplay)
11532         (password-cache-expiry):
11533         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11534         (pgg-output-buffer, password-cache-expiry):
11535         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11536         (efs-path-regexp):
11537         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11538         (inhibit-redisplay):
11539         * mm-uu.el (file-name, start-point, end-point, entry)
11540         (gnus-newsgroup-name, gnus-newsgroup-charset):
11541         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11542         (latin-unity-ucs-list):
11543         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11544         (mm-uu-binhex-decode-function):
11545         * message.el (gnus-message-group-art, gnus-list-identifiers)
11546         (rmail-enable-mime-composing, gnus-local-organization)
11547         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11548         (gnus-read-active-file, facemenu-add-face-function)
11549         (facemenu-remove-face-function, gnus-article-decoded-p)
11550         (tool-bar-mode):
11551         * mail-source.el (display-time-mail-function):
11552         * gnus-util.el (nnmail-pathname-coding-system)
11553         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11554         (gnus-original-article-buffer, gnus-user-agent)
11555         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11556         (xemacs-codename, sxemacs-codename, emacs-program-version):
11557         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11558         * gnus-start.el (gnus-agent-covered-methods)
11559         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11560         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11561         (gnus-newsgroup-headers, gnus-group-list-mode)
11562         (gnus-group-mark-positions, gnus-newsgroup-data)
11563         (gnus-newsgroup-unreads, nnoo-state-alist)
11564         (gnus-current-select-method, mail-sources)
11565         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11566         (nnmail-spool-file, gnus-cache-active-hashtb):
11567         * gnus-mh.el (mh-lib-progs):
11568         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11569         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11570         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11571         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11572         (gnus-group-buffer):
11573         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11574         (font-lock-set-defaults):
11575         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11576         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11577         (gnus-summary-post-menu, total-parts, type, condition, length):
11578         * gnus-agent.el (gnus-agent-read-agentview):
11579         * flow-fill.el (show-trailing-whitespace):
11580         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11581         eval-and-compile wrappers for byte compiler pacifiers.
11582
11583         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11584         (mm-display-inline-fontify): Check for featurep 'xemacs not
11585         extent-list.
11586
11587         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11588         itimer-list.
11589         (mm-create-image-xemacs): Only do something for XEmacs.
11590         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11591
11592         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11593
11594         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11595         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11596
11597 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11598
11599         * nnimap.el (nnimap-split-download-body):
11600         * gnus-demon.el (gnus-demon):
11601         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11602
11603 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11606         New macros.
11607         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11608         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11609         copy data from unibyte buffer to multibyte current buffer.
11610         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11611         to copy data from unibyte current buffer to multibyte buffer.
11612         (nntp-make-process-buffer): Make process buffer unibyte.
11613
11614         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11615
11616 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11617
11618         * pop3.el (pop3-open-server): Accept and process data more robustly at
11619         connexion start to avoid spurious "POP SSL connexion failed" errors.
11620
11621 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11624         read group names.
11625
11626 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11629
11630 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11633         (nnmail-save-active): Use a unibyte buffer when saving active file,
11634         which may contain non-ASCII group names.
11635
11636         * nnml.el (nnml-request-group): Decode group names in messages.
11637
11638 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * message.el (message-citation-line-function)
11641         (message-insert-formatted-citation-line): Fix spelling of
11642         `message-insert-formated-citation-line'.
11643
11644 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11647
11648 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11651         nnmail-pathname-coding-system.
11652
11653         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11654         that a user enters; decode group names in messages.
11655
11656         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11657
11658 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11661
11662         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11663
11664         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11665         risky local variable.
11666
11667         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11668
11669 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11670
11671         * encrypt.el: Improve documentation to fix function name typo.
11672         Reported by Daiki Ueno <ueno@unixuser.org>.
11673
11674 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11677         even if the point is not in the last page of an article.
11678         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11679         back to the previous page.
11680
11681 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11684
11685 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11688
11689 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11690
11691         * message.el (message-check-news-body-syntax):
11692         Avoid mm-string-as-multibyte.
11693         (message-hide-headers): Don't assume (point-min)==1.
11694
11695 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * message.el (message-remove-blank-cited-lines): Fix if remove is
11698         given.
11699         (message-bogus-address-regexp): New variable.
11700         (message-bogus-recipient-p): New function.
11701         (message-check-recipients): New command.
11702         (message-syntax-checks): Add `bogus-recipient'.
11703         (message-fix-before-sending): Add `bogus-recipient'.
11704
11705         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11706         (gnus-treat-body-boundary): Don't test window-system.
11707
11708 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11709
11710         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11711
11712 2007-10-28  Miles Bader  <miles@gnu.org>
11713
11714         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11715         at compile-time too.
11716
11717 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus-msg.el (gnus-message-setup-hook):
11720         Add `message-remove-blank-cited-lines' to options.
11721
11722 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * message.el (message-remove-blank-cited-lines): New function.
11725         Suggested by Karl PlĂ€sterer.
11726
11727 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11730         mapc.
11731
11732         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11733         (top-level): Use mapc to set functions to be traced for debugging.
11734
11735         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11736         called for effect with while loop.
11737
11738         * message.el (message-talkative-question): Replace mapcar called for
11739         effect with mapc.
11740
11741         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11742         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11743         called for effect with dolist.
11744
11745         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11746
11747         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11748         gnus-extra-headers and nnmail-extra-headers.
11749
11750         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11751         called for effect with dolist.
11752         (top-level): Use mapc to set functions to be traced for debugging.
11753
11754         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11755         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11756         dolist.
11757
11758         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11759         Replace mapcar called for effect with mapc.
11760         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11761         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11762         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11763         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11764
11765         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11766         remove-if that's a cl function.
11767
11768         * webmail.el (webmail-debug): Replace mapcar called for effect with
11769         dolist.
11770
11771         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11772         with mapc.
11773
11774 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11777         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11778         with while loop.
11779
11780         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11781         functions from article-* functions.
11782         (gnus-multi-decode-header): Replace mapcar called for effect with
11783         dolist.
11784
11785         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11786         (gnus-bookmark-show-details): Replace mapcar called for effect with
11787         while loop.
11788
11789         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11790         called for effect with while loop.
11791
11792         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11793         with dolist.
11794
11795         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11796         Replace mapcar called for effect with dolist.
11797
11798         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11799
11800         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11801         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11802         Replace mapcar called for effect with dolist.
11803         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11804         mapc.
11805
11806         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11807         Replace mapcar called for effect with dolist.
11808         (gnus-topic-list): Replace mapcar called for effect with mapc.
11809
11810         * gnus.el: Use mapc instead of mapcar to add autoloads.
11811
11812 2007-10-23  Richard Stallman  <rms@gnu.org>
11813
11814         * gnus-group.el (gnus-group-highlight): Mark as risky.
11815
11816 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus.el (gnus-server-to-method): Return method found first in
11819         gnus-newsrc-alist.
11820
11821         * gnus-art.el (gnus-article-highlight-signature)
11822         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11823         button overlay without the front stickiness.
11824
11825 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11826
11827         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11828         overview buffer needed a catch to receive its throw.
11829         (gnus-agent-flush-cache): Declare as interactive to make this function
11830         easier to use.
11831
11832 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11835         `next-line'.
11836
11837 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11840         exclude address matching message-dont-reply-to-names.
11841
11842 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-util.el (gnus-string<): New function.
11845
11846         * gnus-sum.el (gnus-article-sort-by-author)
11847         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11848
11849 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11852         the frame-focus tag is set in gnus-buffer-configuration.
11853
11854 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11857         the front stickiness.
11858
11859 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11862         url pattern; remove duplicate one.
11863         (gnus-article-extend-url-button): New function.
11864         (gnus-article-add-buttons): Use it.
11865         (gnus-button-push): Use concatenated url that it makes.
11866
11867 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11868
11869         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11870
11871 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11872
11873         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11874         Don't hardcode point-min==1.
11875
11876 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11879         Fix comment about "iso8859-1".
11880
11881 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11882
11883         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11884         ones returned from the verify-function.
11885
11886         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11887         Call mml2015-extract-cleartext-signature if extraction failed.
11888
11889 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11890
11891         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11892         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11893         failed.
11894
11895 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11898
11899 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11902         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11903         recommends to use EasyPG instead of PGG.
11904
11905         * pgg.el: Revert to revision 6.23.2.16.
11906
11907         * pgg-def.el: Revert to revision 6.6.2.14.
11908
11909         * pgg-gpg.el: Revert to revision 6.23.2.34.
11910
11911 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11912
11913         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11914         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11915         thread for both the null and zero (kill/expire thread) universal prefix
11916         cases.
11917         (gnus-summary-expire-thread): Add new function to expire a thread,
11918         using gnus-summary-kill-thread.
11919         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11920         shortcuts for gnus-summary-expire-thread.
11921         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11922         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11923
11924 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11925
11926         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11927         extras value, so an extras entry can be deleted.
11928         (gnus-registry-delete-extra-entry): Use it.
11929         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11930         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11931         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11932         storage through the gnus-registry, and provide an appropriate API for
11933         it.
11934
11935 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11938         Suggested by Leo <sdl.web@gmail.com>.
11939
11940         * gnus.el: Do.
11941
11942 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11945         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11946
11947         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11948
11949         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11950         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11951
11952 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11955         newline.
11956         (nnmbox-request-accept-article): Don't change article in source buffer;
11957         narrow to header to use message-fetch-field rather than
11958         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11959         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11960         as delimiters; make sure article ends with newline.
11961         (nnmbox-delete-mail): Correct last position of article to be deleted;
11962         ignore X-Gnus-Newsgroup header in article body.
11963         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11964         positions; make sure article ends with newline.
11965
11966         * message.el (message-display-abbrev): Don't infloop when a user
11967         inserts SPC in the beginning of header.
11968
11969         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11970         coding-system-for-read and coding-system-for-write for XEmacs having no
11971         file-coding feature.
11972
11973         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11974
11975 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11976
11977         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11978         list of groups not followed by default.  Fix type to be regexp.
11979         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11980
11981 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11982
11983         * hmac-def.el (define-hmac-function): Switch from old-style to
11984         new-style backquotes.
11985
11986         * md4.el (md4-make-step): Likewise.
11987
11988 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11991         raw-text coding system when saving .newsrc file, which may contain
11992         non-ASCII group names.
11993
11994 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-cus.el (gnus-score-extra): New widget.
11997         (gnus-score-extra-convert): New function.
11998         (gnus-score-customize): Use it for Extra.
11999
12000 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12001
12002         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12003         (mml2015-mailcrypt-clear-verify): Use it.
12004         (mml2015-gpg-clear-verify): Use it.
12005         (mml2015-pgg-clear-verify): Use it.
12006         (mml2015-epg-clear-verify): Replace the current part with the output
12007         from GnuPG; don't extract the plaintext by itself.
12008
12009         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12010         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12011         mml2015-clear-verify-function; don't touch the armor headers or
12012         dash-escaped text here.
12013
12014 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12017         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12018         parts, or application/octet-stream as a last resort.
12019         (gnus-mime-view-part-as-type): Don't toggle display.
12020         (gnus-mime-view-part-as-charset): Don't turn off display before
12021         querying charset.
12022
12023         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12024         stuff to undisplayer function in Emacs.
12025         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12026
12027         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12028         text/calendar parts.
12029
12030 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12033         decoding text/calendar parts.
12034
12035         * message.el (message-forward-make-body-mime): Always mark body as
12036         having no illegible text; remove signed-or-encrypted argument.
12037         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12038
12039         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12040         (mml-generate-mime-1): Don't encode body if it is specified to be in
12041         raw form; don't make buffer be unibyte when inserting multibyte string.
12042
12043 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12044
12045         * sha1.el: Fix up comment style.
12046         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12047         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12048
12049         * hex-util.el: Fix up comment style.
12050         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12051
12052         * gnus-salt.el: Use with-current-buffer.
12053         (gnus-pick-setup-message): Fix long-standing typo.
12054
12055 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * imap.el (imap-logout-timeout): New variable.
12058         (imap-logout, imap-logout-wait): New functions.
12059         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12060
12061         * nnimap.el (nnimap-logout-timeout): New server variable.
12062         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12063         nnimap-logout-timeout.
12064
12065         * gnus-art.el (gnus-article-summary-command-nosave)
12066         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12067
12068 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus.el (gnus-maximum-newsgroup): New variable.
12071
12072         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12073         according to gnus-maximum-newsgroup.
12074
12075         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12076         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12077         Limit the range of articles according to gnus-maximum-newsgroup.
12078
12079 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12080
12081         * gnus-art.el (gnus-sticky-article): Fix problems described in
12082         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12083         Don't perform gnus-configure-windows here; reuse existing sticky
12084         article buffer.
12085
12086         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12087         it doesn't exist in gnus-article-mode.
12088
12089 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12092         (gnus-agent-decoded-group-name): New function.
12093         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12094         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12095
12096 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12097
12098         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12099         Add binding for gnus-sticky-article.
12100         (gnus-summary-exit): Don't kill sticky article buffers.
12101
12102         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12103         article buffer.
12104         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12105         (gnus-kill-sticky-article-buffers): New commands.
12106
12107 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * nntp.el (nntp-xref-number-is-evil): New server variable.
12110         (nntp-find-group-and-number): If it is non-nil, don't trust article
12111         numbers in the Xref header.
12112
12113 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-agent.el (gnus-agent-read-group): New function.
12116         (gnus-agent-flush-group, gnus-agent-expire-group)
12117         (gnus-agent-regenerate-group): Use it.
12118         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12119         nnmail-pathname-coding-system.
12120
12121 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12124
12125         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12126         that are unread as unread, and also as selected so that information of
12127         marks having been changed by a user may be updated when exiting group.
12128
12129 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12132
12133 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12136         calculated ignoring signature parts to gnus-treat-article.
12137
12138 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12141         a point here in order to keep the window start.
12142         (gnus-insert-mime-security-button): Make a button overlay without the
12143         front stickiness.
12144         (gnus-mime-display-security): Goto the end of a button.
12145
12146         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12147
12148 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12151         group-name-at-point.
12152         (gnus-group-completing-read): New function that offers decoded
12153         non-ASCII group names for completion.
12154         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12155         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12156         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12157         (gnus-group-fetch-control): Use it.
12158         (gnus-fetch-group): Use group-name-at-point for the initial value
12159         rather than the default value; use gnus-alive-p.
12160
12161         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12162         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12163         (gnus-summary-post-news): Use gnus-group-completing-read.
12164
12165         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12166         (gnus-read-move-group-name): Decode group name for completion.
12167
12168 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12169
12170         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12171         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12172         Yamaoka slightly modified the code).
12173
12174 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12177         (nnmail-split-incoming): Bind it.
12178
12179         * nnml.el (nnml-group-name-charset): New function.
12180         (nnml-decoded-group-name): Use it; don't decode group name if
12181         nnmail-group-names-not-encoded-p is non-nil.
12182         (nnml-encoded-group-name): New function.
12183         (nnml-group-pathname): Inline nnml-decoded-group-name.
12184         (nnml-request-expire-articles): Decode group name in message.
12185         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12186         nnmail-pathname-coding-system.
12187         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12188         not decoded ones according to nnmail-group-names-not-encoded-p.
12189         (nnml-generate-active-info): Use nnml-encoded-group-name.
12190
12191 2007-08-08  Glenn Morris  <rgm@gnu.org>
12192
12193         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12194         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12195         doc-strings and comments.
12196
12197 2007-07-25  Glenn Morris  <rgm@gnu.org>
12198
12199         * Relicense all FSF files to GPLv3 or later.
12200
12201 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-sum.el (gnus-summary-move-article):
12204         Make gnus-summary-respool-article work.
12205
12206 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12209         string.
12210
12211 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12212
12213         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12214         that should be ignored when comparing distant RSS articles with local
12215         ones.
12216         (nnrss-make-hash-index): New function.  Create a hash index according
12217         to the ignored fields.
12218         (nnrss-check-group): Use it.
12219
12220 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12223
12224         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12225
12226         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12227         the new optional argument ENCODED is non-nil.
12228         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12229         coding system for encoding group name.
12230         (gnus-group-make-rss-group): Pass un-encoded group name to
12231         gnus-group-make-group.
12232         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12233         encoded.
12234
12235         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12236         Encode group name to which articles are moved or copied.
12237         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12238         coding system for encoding Newsgroup, Followup-To and Xref headers.
12239
12240         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12241         marks; use nnheader-file-coding-system to write a file.
12242         (nnagent-retrieve-headers): Bind file-name-coding-system to
12243         nnmail-pathname-coding-system.
12244
12245         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12246
12247         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12248         (nnml-request-article, nnml-request-create-group)
12249         (nnml-request-rename-group, nnml-find-id)
12250         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12251         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12252         (nnml-save-marks): Use nnml-group-pathname instead of
12253         nnmail-group-pathname.
12254
12255         (nnml-request-create-group, nnml-request-expire-articles)
12256         (nnml-request-move-article, nnml-request-delete-group)
12257         (nnml-deletable-article-p, nnml-possibly-create-directory)
12258         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12259         (nnml-open-marks): Bind file-name-coding-system to
12260         nnmail-pathname-coding-system.
12261
12262         (nnml-request-article): Pass server argument to nnml-find-group-number.
12263         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12264         Pass server argument to nnml-possibly-create-directory.
12265         (nnml-request-accept-article): Pass server argument to
12266         nnml-active-number and nnml-save-mail.
12267         (nnml-find-group-number): Pass server argument to nnml-find-id.
12268         (nnml-request-update-info): Pass server argument to
12269         nnml-marks-changed-p.
12270
12271         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12272         (nnml-save-mail, nnml-active-number): Add server argument.
12273
12274         (nnml-request-delete-group): Warn if group is missing.
12275         (nnml-get-nov-buffer): Decode group name.
12276         (nnml-generate-active-info): Encode group name.
12277         (nnml-open-marks): Decode group name in messages.
12278
12279 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12282         if it is not specified.
12283         (gnus-article-pipe-part, gnus-article-save-part)
12284         (gnus-article-interactively-view-part, gnus-article-copy-part)
12285         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12286         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12287         (gnus-article-replace-part, gnus-article-delete-part)
12288         (gnus-article-view-part-as-type): Pass raw prefix argument to
12289         gnus-article-part-wrapper.
12290
12291 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-agent.el (gnus-agent-save-active):
12294         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12295
12296         * gnus-cache.el (gnus-cache-save-buffers)
12297         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12298         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12299         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12300         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12301         (gnus-cache-generate-active, gnus-cache-rename-group)
12302         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12303         (gnus-cache-update-overview-total-fetched-for):
12304         Bind file-name-coding-system to nnmail-pathname-coding-system.
12305         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12306         New variables.
12307         (gnus-cache-decoded-group-name): New function.
12308         (gnus-cache-file-name): Use it.
12309         (gnus-cache-generate-active): Use non-decoded group name for active.
12310
12311         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12312         right place.
12313         (gnus-write-active-file): Don't break non-ASCII group names.
12314
12315         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12316         nnmail-pathname-coding-system.
12317
12318         * lpath.el: Bind default-file-name-coding-system,
12319         file-name-coding-system and language-info-alist for XEmacs.
12320
12321         * gnus-uu.el (gnus-uu-decode-save): Typo.
12322
12323 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12326
12327 2007-07-14  David Kastrup  <dak@gnu.org>
12328
12329         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12330         finishing actions if we did not edit the article.
12331
12332 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12335         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12336         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12337         (gnus-agent-flush-group, gnus-agent-flush-cache)
12338         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12339         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12340         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12341         (gnus-agent-regenerate-group)
12342         (gnus-agent-update-files-total-fetched-for)
12343         (gnus-agent-update-view-total-fetched-for):
12344         Bind file-name-coding-system to nnmail-pathname-coding-system.
12345         (gnus-agent-group-pathname): Don't encode file names by
12346         nnmail-pathname-coding-system.
12347         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12348         coding-system-for-write instead of buffer-file-coding-system to
12349         gnus-agent-file-coding-system.
12350
12351         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12352         Decode group name.
12353
12354         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12355
12356         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12357         (gnus-read-newsrc-el-file): Make group names unibyte.
12358
12359         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12360         nnmail-pathname-coding-system.
12361
12362         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12363         (nnrss-request-delete-group): Bind file-name-coding-system to
12364         nnmail-pathname-coding-system.
12365         (nnrss-read-server-data, nnrss-read-group-data):
12366         Bind file-name-coding-system correctly.
12367         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12368
12369         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12370         (nntp-server-to-method-cache): New variable.
12371         (nntp-group-pathname): New function that decodes non-ASCII group names.
12372         (nntp-possibly-create-directory, nntp-marks-changed-p)
12373         (nntp-save-marks, nntp-open-marks): Use it.
12374         (nntp-possibly-create-directory, nntp-open-marks):
12375         Bind file-name-coding-system to nnmail-pathname-coding-system.
12376         (nntp-open-marks): Decode group names when bootstrapping marks.
12377
12378         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12379         Newsgroups and Folowup-To headers.
12380
12381 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12384         (gnus-server-closed-face, gnus-server-denied-face)
12385         (gnus-server-offline-face): Remove variable.
12386         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12387
12388         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12389         of modifying message-stack directly for XEmacs.
12390
12391         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12392         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12393         if the coding-system argument is nil for XEmacs.
12394
12395         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12396         mm-charset-override-alist.
12397
12398         * rfc2047.el: Don't require base64; require rfc2045 for the function
12399         rfc2045-encode-string.
12400         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12401         to quote the parameter value.
12402
12403 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12406         form in gnus-group-name-charset-method-alist.
12407
12408         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12409         overrides the default layout edit-form.
12410
12411         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12412
12413         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12414
12415 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12418         as unfetched articles.
12419
12420 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12423
12424 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12427         original back end that keeps marks in the local system.
12428
12429 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12432         arg of pop-to-buffer for XEmacs.
12433         (gnus-article-read-summary-keys): Ditto; don't restore window
12434         configuration if summary command ends up with neither article buffer
12435         nor summary buffer; describe bindings if summary keys end with C-h.
12436
12437 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * message.el (message-fix-before-sending): Skip raw message part to be
12440         forwarded while checking illegible text.
12441         (message-forward-make-body-mime, message-forward-make-body):
12442         Mark signed or encrypted raw message as having no illegible text.
12443
12444 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12447         (gnus-message-with-timestamp-1): New macro.
12448         (gnus-message-with-timestamp): New function.
12449         (gnus-message): Use them.
12450
12451         * nnheader.el (nnheader-message): Use them.
12452
12453 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12456         .newsrc.eld file.
12457
12458 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-agent.el (gnus-agent-fetch-headers)
12461         (gnus-agent-retrieve-headers):
12462         Bind gnus-decode-encoded-address-function to identity.
12463
12464         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12465         available also when the server returns simply a dot.
12466
12467         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12468
12469 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12472
12473 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-ems.el (gnus-x-splash): Make it work.
12476
12477         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12478         from being used.
12479
12480         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12481
12482 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12485         4th and the 5th arguments.
12486
12487         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12488         the front stickiness.
12489         (gnus-article-summary-command-nosave): Correct the order of the
12490         arguments passed to pop-to-buffer.
12491         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12492         summary command ends up with the article buffer.
12493
12494         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12495         the same faces.
12496
12497 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12498
12499         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12500
12501 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12502
12503         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12504         * gnus-sum.el (gnus-summary-highlight):
12505         * pgg.el (pgg-sign-region, pgg-sign):
12506         * mail-source.el (mail-source-delete-old-incoming-confirm):
12507         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12508
12509 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-art.el (gnus-mime-view-part-externally)
12512         (gnus-mime-view-part-internally): Fix predicate function passed to
12513         completing-read.
12514
12515         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12516
12517         * gnus.el (gnus-update-message-archive-method): Add :version.
12518
12519 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus.el (gnus-update-message-archive-method): New variable.
12522
12523         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12524         according to gnus-message-archive-method if
12525         gnus-update-message-archive-method is non-nil.
12526
12527 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12530         Suggested by Loic Dachary <loic@dachary.org>.
12531         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12532
12533 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * message.el (message-pop-to-buffer): Add switch-function argument.
12536         (message-mail): Pass switch-function argument to it.
12537
12538 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12541         Improve doc string.
12542
12543 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12546         (gnus-header-content)
12547         * gnus-cite.el (gnus-cite-10)
12548         * gnus-srvr.el (gnus-server-closed)
12549         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12550         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12551         (gnus-group-mail-3-empty, gnus-group-mail-low)
12552         (gnus-group-mail-low-empty, gnus-splash)
12553         * message.el (message-header-to, message-header-cc)
12554         (message-header-subject, message-header-other, message-header-name)
12555         (message-header-xheader, message-separator, message-cited-text)
12556         (message-mml): Lighten colors of faces used for dark background.
12557
12558 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12559
12560         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12561         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12562
12563 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * message.el (message-narrow-to-headers-or-head):
12566         Ignore mail-header-separator in the body.
12567
12568 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12571         same as window size.
12572
12573 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12574
12575         * message.el (message-font-lock-keywords): Use message-header-xheader
12576         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12577         ahead of the anything pattern, to get it recognised.
12578
12579 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12582         spam.el loads uses it in the compiled defadvice form.
12583
12584 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12585
12586         * gnus-sum.el (gnus-articles-to-read)
12587         (gnus-summary-insert-old-articles): Don't truncate group name for
12588         `read-string'.
12589
12590         * gnus-util.el (gnus-limit-string): Delete this function.
12591
12592         * gnus-sum.el (gnus-simplify-subject-fully):
12593         Use `truncate-string-to-width' instead.
12594
12595 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12596
12597         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12598         Tell if, on summary exit, the next group has to be selected.
12599         (gnus-summary-exit): Use it.
12600
12601 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12604         non-break space.
12605
12606 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12609         Check if group is not a directory.
12610         (nnfolder-request-expire-articles): Don't delete articles if the target
12611         group is not available.
12612
12613         * nnml.el (nnml-request-create-group): Properly check if group is not a
12614         file.
12615         (nnml-request-expire-articles): Don't delete articles if the target
12616         group is not available.
12617
12618         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12619         Don't quote characters that are within parentheses.
12620
12621 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12624         (gnus-handle-ephemeral-exit): Select article according to it.
12625
12626 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * message.el (message-insert-formated-citation-line): Remove newline.
12629         (message-citation-line-format): Add final \n here so that the user can
12630         avoid a blank line.
12631
12632 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12633
12634         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12635         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12636         Update lanl/arXiv support.
12637
12638 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus.el: Bump version number.
12641
12642 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * gnus.el (gnus-version-number): Bump version.
12645
12646 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12647
12648         * gnus.el: No Gnus v0.6 is released.
12649
12650 2007-04-27  Didier Verna  <didier@xemacs.org>
12651
12652         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12653         * gmm-utils.el (gmm-regexp-concat): ... here.
12654         * message.el: Don't require 'gnus-util.
12655         (message-dont-reply-to-names): Handle name change above.
12656         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12657
12658 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12661         since the initial value varies according to the system.
12662
12663 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12666
12667 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12668
12669         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12670
12671 2007-04-24  Didier Verna  <didier@xemacs.org>
12672
12673         Improve the type of gnus-ignored-from-addresses.
12674         * gnus-util.el (gnus-orify-regexp): New function.
12675         * message.el (gnus-util): Require it.
12676         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12677         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12678         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12679
12680 2007-04-24  Didier Verna  <didier@xemacs.org>
12681
12682         * gnus-sum.el:
12683         * gnus-utils.el: Fix some trailing whitespaces.
12684
12685 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12688         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12689         article's Message-ID; refer parent article in summary buffer.
12690
12691         * message.el (message-bounce): Call mime-to-mml.
12692
12693         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12694         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12695         optimize and/or forms properly.
12696
12697 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12700         URL.
12701
12702 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12705
12706 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12709         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12710         displayed of multipart/alternative part if it is invoked from summary
12711         buffer.
12712
12713         * mm-view.el (mm-inline-text-html-render-with-w3m)
12714         (mm-inline-text-html-render-with-w3m-standalone)
12715         (mm-inline-render-with-function): Use mail-parse-charset by default.
12716
12717 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12718
12719         * parse-time.el (parse-time-string-chars): Check if CHAR
12720         is less than the length of parse-time-syntax.
12721
12722 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12725         from gnus-newsgroup-processable.
12726
12727 2007-04-16  Didier Verna  <didier@xemacs.org>
12728
12729         * gnus-msg.el (gnus-configure-posting-styles):
12730         Handle message-signature-directory properly with :file syntax.
12731         Reported by "Leo".
12732
12733 2007-04-11  Didier Verna  <didier@xemacs.org>
12734
12735         New user option: message-signature-directory.
12736         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12737         * message.el (message-insert-signature): Ditto.
12738         * message.el (message-signature-file): Doc update.
12739         * message.el (message-signature-directory): New.
12740
12741 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-msg.el (gnus-inews-yank-articles):
12744         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12745
12746 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * message.el (message-yank-original): Make sure cited text ends with
12749         newline; don't exchange point and mark.
12750
12751 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12752
12753         * tls.el (open-tls-stream): Properly handle case where there
12754         is no associated buffer.
12755
12756 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12757
12758         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12759         message-yank-original, make sure (< mark TEXT point).
12760
12761 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * message.el (message-fill-column): New variable.
12764         (message-mode): Use it.  Add comment on a possible new hook.
12765
12766         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12767         (nnmail-get-new-mail): Reformat.
12768
12769         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12770
12771         * gmm-utils.el: Fix Commentary.
12772         (gmm-tool-bar-from-list): Fix typo in doc string.
12773
12774 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12775
12776         * message.el (message-yank-original): Don't switch point and mark
12777         unnecessarily to put point and mark as documented.
12778
12779 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12782         from the message heads.
12783
12784 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12785
12786         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12787         article buffer does not have a window.  This may not be the best
12788         solution but is certainly better than setting the start of the null,
12789         that is the current, window.
12790
12791 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12794         (gnus-draft-setup): Run it.
12795
12796         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12797         gnus-score-fast-scoring.  Allow regexp.
12798         (gnus-score-headers): Use it.
12799
12800         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12801         XEmacs.
12802
12803         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12804         string.
12805         (gnus-button-alist): Also catch `<f1> k ...'.
12806         (gnus-treat-display-x-face): Fix doc string.
12807
12808 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12809
12810         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12811         evaluation of gnus-extended-version to ensure correct generation of the
12812         User-Agent header when message-generate-headers-first is used.
12813
12814 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12815
12816         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12817         hashcash-path is nil.  Don't call callback with incorrect number of
12818         parameters if val is 0.
12819
12820 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12821
12822         * message.el (message-required-news-headers):
12823         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12824
12825 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12826
12827         * tls.el (open-tls-stream): In handshake-waiting loop,
12828         don't wait more if there is output available to process.
12829
12830 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12831
12832         * tls.el (tls-program): Doc fix.
12833
12834 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * message.el (message-generate-new-buffers): Change the meaning of the
12837         nil value; add `standard' to the choices; treat t as `unique'; improve
12838         doc string.
12839         (gnus-select-frame-set-input-focus): Autoload.
12840         (message-buffer-name): Search for the existing message buffer if
12841         message-generate-new-buffers is nil or `standard'; treat the value t of
12842         message-generate-new-buffers as `unique'.
12843         (message-pop-to-buffer): Raise the frame already displaying the message
12844         buffer; clear the echo area after querying.
12845         (message-setup): Pass the `continue' argument to compose-mail.
12846         (message-mail): Prefer `switch-function' if it is given; search for the
12847         existing message buffer if the `continue' argument is non-nil; pass
12848         continue and switch-function arguments to compose-mail by way of
12849         message-setup.
12850         (message-mail-other-window): Adjust argument of message-setup.
12851         (message-mail-other-frame): Ditto.
12852
12853 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12856         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12857         to turn font-lock on when turning gnus-message-citation-mode on.
12858
12859 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12860
12861         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12862         (mml-smime-function-alist): New variable; add epg as the backend.
12863         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12864         mml-smime- functions instead.
12865         * mm-view.el: Require smime.
12866
12867 2007-03-05  Didier Verna  <didier@xemacs.org>
12868
12869         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12870         instead of just inheritance for posting styles.
12871         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12872
12873 2007-02-24  Chris Moore  <dooglus@gmail.com>
12874
12875         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12876         * pgg-pgp.el (pgg-pgp-encrypt-region):
12877         * pgg-gpg.el (pgg-gpg-encrypt-region):
12878         Check pgg-encrypt-for-me if no other recipients.
12879
12880 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12881
12882         * tls.el (tls-certtool-program): Fix custom type.
12883
12884 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12887         and point-at-eol instead of line-(beginning|end)-position.
12888
12889         * assistant.el (assistant-parse-buffer): Ditto.
12890
12891         * netrc.el (netrc-parse-services): Ditto.
12892
12893 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12894
12895         * mml2015.el (mml2015-epg-find-usable-key): New function.
12896         (mml2015-epg-sign): Use it.
12897         (mml2015-epg-encrypt): Use it.
12898
12899 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * message.el (message-make-in-reply-to): Quote name containing
12902         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12903         if there are special characters.  Reported by NAKAJI Hiroyuki
12904         <nakaji@jp.freebsd.org>.
12905
12906 2007-02-27  Didier Verna  <didier@xemacs.org>
12907
12908         Include the group parameters as well as the topic ones in the
12909         inheritance filter process.
12910         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12911         argument GROUP-PARAMS-LIST.
12912         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12913
12914 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * nntp.el (nntp-never-echoes-commands)
12917         (nntp-open-connection-functions-never-echo-commands): New variables.
12918         (nntp-send-command): Use them.
12919
12920 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12921
12922         * mml2015.el (mml2015-epg-verify): Simplify.
12923
12924 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * mml.el (mml-content-disposition-alist): New user option.
12927         (mml-content-disposition): New function.
12928         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12929         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12930
12931 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12932
12933         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12934         verification.
12935
12936 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12937
12938         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12939         articles posted in the last 24 hours.
12940
12941 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12942
12943         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12944
12945 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12946
12947         * nntp.el (nntp-send-command): Don't wait for echoes when
12948         nntp-open-ssl-stream is used.
12949
12950 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12953         (gnus-message-add-citation-keywords)
12954         (gnus-message-remove-citation-keywords): Remove.
12955         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12956         directly, make the variables in font-lock-defaults buffer-local, add
12957         gnus-message-citation-keywords to them and then update the value of
12958         font-lock-keywords.
12959
12960 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * message.el (message-cite-original-1): Don't call
12963         gnus-article-highlight-citation.
12964
12965         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12966         citations; fix line count.
12967
12968 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12971         (gnus-message-add-citation-keywords)
12972         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12973         versions of font-lock-add-keywords and font-lock-remove-keywords to
12974         work with XEmacs correctly.
12975
12976 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-cite.el (gnus-cite-face-list): Set the values of
12979         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12980         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12981         (gnus-message-cite-prefix-regexp): New variable.
12982         (gnus-message-search-citation-line): Use it; protect against long
12983         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12984         the 0th match data for Emacs.
12985         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12986         (gnus-message-add-citation-keywords): Append keywords rather than
12987         prepending; emulate font-lock-add-keywords if it is not available.
12988         (gnus-message-remove-citation-keywords):
12989         Emulate font-lock-remove-keywords if it is not available.
12990
12991         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12992
12993         * message.el (message-cite-prefix-regexp): Set the value of
12994         gnus-message-cite-prefix-regexp.
12995
12996 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12997
12998         * nnweb.el (nnweb-google-parse-1): Update parser.
12999
13000 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13001
13002         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13003
13004 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13005
13006         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13007         regexp.
13008
13009 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13012         string-to-multibyte.
13013         (uudecode-decode-region-internal): Use it.
13014
13015         * lpath.el: Fbind string-as-multibyte for XEmacs.
13016
13017 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13020         Fix custom choice.
13021
13022         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13023
13024 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13025
13026         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13027
13028         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13029         `write-region' to respect `mm-inhibit-file-name-handlers'.
13030
13031 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13034         Use gnus-home-directory instead of "~/" or "$HOME".
13035
13036 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13037
13038         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13039         to mention filename.
13040         Add comments at beginning regarding usage.
13041         (encrypt-write-file-contents): Change interactive so a string is
13042         acceptable.  If the file has no associated model, show an error instead
13043         of a nonsense prompt.
13044
13045 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13046
13047         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13048         Thanks to Yoshihiko Yamada for kind notification of this typo.
13049
13050 2007-01-12  Kenichi Handa  <handa@m17n.org>
13051
13052         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13053         multibyte buffer.
13054
13055 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus-score.el (gnus-score-fast-scoring): New variable.
13058         (gnus-score-headers): Use it.
13059
13060         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13061
13062         * message.el (message-cite-original-1):
13063         Call gnus-article-highlight-citation if requested.
13064         (message-make-from): Allow name and address as optional arguments.
13065
13066         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13067
13068         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13069         bugs to doc string.
13070         (gnus-button-alist): Add mid\\|message-id.
13071         (gnus-button-fetch-group): Extend for use in
13072         `browse-url-browser-function'.
13073         (gnus-button-url-regexp): Try to catch paired parentheses like in
13074         Wikipedia URLs.
13075
13076         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13077         Suggested by Simon Krahnke <overlord@gmx.li>.
13078
13079 2007-01-13  Romain Francoise  <romain@orebokech.com>
13080
13081         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13082         Update copyright.
13083
13084 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13085
13086         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13087
13088 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * gnus-registry.el (gnus-registry-unfollowed-groups)
13091         (gnus-registry-split-fancy-with-parent): Fix documentation.
13092
13093 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13094
13095         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13096         from nnweb groups.
13097
13098 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13101         Xref urls.  Erase buffer before requesting head.
13102
13103         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13104
13105 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13108         customizable.
13109
13110 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13111
13112         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13113         no signing key is found.
13114         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13115         no encrypting and/or signing key is found.
13116
13117 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13120
13121 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13122
13123         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13124         headers read from disk with the ones newly found in the current search.
13125         This should no longer cause problems, because the article numbers in
13126         Gmane's `nov.php' output are ignored since the previous change.
13127
13128 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13129
13130         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13131
13132 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13135         replace-regexp-in-string; bind url-version; fbind display-images-p and
13136         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13137         find-face and set-itimer-function for Emacs; bind itimer-list for
13138         Emacs.
13139
13140         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13141
13142 2007-01-01  Romain Francoise  <romain@orebokech.com>
13143
13144         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13145
13146 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13147
13148         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13149         `define-minor-mode' macro definition expanded properly.
13150         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13151         exclude it there.
13152
13153         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13154         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13155         `fboundp' test.
13156         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13157         This is OK to autoload in (S)XEmacs now.
13158
13159 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13162         keystroke.
13163         (gnus-summary-limit-to-singletons): Fix typo.
13164
13165         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13166         else fails.
13167
13168 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13169
13170         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13171         docstring.
13172
13173         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13174         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13175         (gnus-summary-insert-dormant-articles): Fix typo in message.
13176
13177 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13180         nil for XEmacs.
13181         (gnus-message-citation-mode): Don't autoload in XEmacs.
13182
13183         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13184
13185 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
13186
13187         * nnimap.el (nnimap-expunge-search-string):
13188         Mention nnimap-search-uids-not-since-is-evil in docstring.
13189
13190 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * spam.el: Revert to make-obsolete-variable because
13193         define-obsolete-variable-alias is not supported in Emacs 21.
13194
13195         * spam.el (spam-ifile-path, spam-ifile-database-path)
13196         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13197         make-obsolete-variable.
13198         (spam-bsfilter-path, spam-bsfilter-program)
13199         (spam-spamassassin-path, spam-spamassassin-program)
13200         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13201         Don't use "path" inappropriately.
13202         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13203         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13204         variable names.
13205
13206 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13207
13208         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13209         summary buffer.
13210
13211         * password.el (password-cache-remove): Use clear-string to burn
13212         password, if available.
13213
13214 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13217
13218         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13219
13220         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13221         (gnus-message-highlight-citation): Move defcustom here from
13222         gnus-cite.el.
13223         (gnus-message-citation-mode): Autoload.
13224
13225         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13226         checks to make it compile with XEmacs.
13227         (gnus-message-citation-mode): New minor mode.
13228         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13229         (gnus-message-highlight-citation): New variables.
13230         (gnus-message-search-citation-line)
13231         (gnus-message-add-citation-keywords)
13232         (gnus-message-remove-citation-keywords)
13233         (turn-on-gnus-message-citation-mode)
13234         (turn-off-gnus-message-citation-mode): New functions.
13235
13236 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13237
13238         * gnus-cite.el: Enable highlighting of different citation levels in
13239         message-mode.
13240
13241 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * message.el (message-make-fqdn): Fix comment.
13244         (message-bogus-system-names): Add ".local".
13245
13246         * spam.el (spam-ifile-path, spam-ifile-program)
13247         (spam-ifile-database-path, spam-ifile-database)
13248         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13249         Don't use "path" inappropriately.
13250         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13251         strings.
13252         (spam-check-ifile, spam-ifile-register-with-ifile)
13253         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13254         Use new variable names.
13255
13256         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13257         (gnus-treat-display-smileys): Simplify using
13258         gnus-image-type-available-p.
13259
13260         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13261         available.
13262
13263         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13264         Use `display-images-p' if available.
13265
13266 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13269         one after turning on the buffer's multibyteness instead of decoding
13270         them directly in the unibyte buffer that causes unexpected conversion
13271         in Emacs 23 (unicode).
13272
13273 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13274
13275         * message.el (message-generate-hashcash): Fix custom type.
13276
13277 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13278
13279         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13280
13281 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13284         disconnect icons.  Add help text.
13285
13286 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13287
13288         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13289         negated to be consistent with the others we handle.
13290
13291 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13294         version of gnus-summary-buffer to something, so that we can use two
13295         article buffers at the same time.
13296
13297 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13300         trigger all the extra headers.
13301         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13302         sorting.
13303
13304 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13305
13306         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13307         solid groups.
13308
13309 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13310
13311         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13312
13313 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * legacy-gnus-agent.el: Add Copyright notice.
13316
13317 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13318
13319         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13320
13321 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13322
13323         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13324
13325         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13326         to make it work reliably in CVS Emacs.
13327         (gnus-summary-limit-strange-charsets-predicate)
13328         (gnus-summary-limit-to-predicate): New functions.
13329
13330 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13331
13332         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13333         specifying array size.
13334         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13335         array if it is too small.
13336         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13337         (gnus-sort-threads-loop): New function.
13338
13339 2006-12-06  Chris Moore  <dooglus@gmail.com>
13340
13341         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13342         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13343
13344 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
13345
13346         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13347         options.
13348
13349 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13352         DOS-ing the recipient.
13353
13354         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13355         the headers when creating the mapping to avoid mismappings.
13356         (nnweb-gmane-create-mapping): Always nix out old mapping.
13357
13358 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13361         and mm-verify-option to never.
13362
13363 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * message.el (message-signed-or-encrypted-p): New function.
13366         (message-forward-make-body): Use it.
13367
13368         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13369         Replace encode-coding-string with mm-encode-coding-string.
13370
13371 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * nneething.el (nneething-decode-file-name):
13374         Replace decode-coding-string with mm-decode-coding-string.
13375
13376         * gnus-int.el (gnus-open-server): Say failed server's name.
13377
13378 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13379
13380         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13381         strings to a single string.  Quote `errors-file-name'.
13382         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13383         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13384         Adjust calls.  Use `shell-quote-argument'.
13385
13386 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13387
13388         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13389         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13390
13391         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13392         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13393         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13394         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13395         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13396         (gnus-subscribe-newsgroup, gnus-1):
13397         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13398         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13399         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13400         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13401
13402 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13403
13404         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13405         keystroke.
13406         (gnus-summary-limit-to-bodies): Implement headersp.
13407
13408 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13409
13410         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13411
13412 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13415
13416 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13417
13418         * message.el (message-generate-hashcash): Expand range of values to
13419         include `opportunistic'.
13420         (message-send-mail): Use it.
13421
13422 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13423
13424         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13425         and comment it.
13426
13427         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13428
13429 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * gnus-util.el (gnus-extract-address-components): Improve comment.
13432
13433 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-util.el (gnus-extract-address-components): Work with address in
13436         which the name portion contains @.
13437
13438         * lpath.el: Fbind custom-autoload.
13439
13440 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus.el (gnus-start): Move custom group up.
13443         (gnus-select-method): Don't autoload, but make it available for
13444         `customize-variable'.
13445         (gnus-getenv-nntpserver): Don't autoload.
13446
13447 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13450
13451 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * message.el (message-sendmail-extra-arguments): New variable.
13454         (message-send-mail-with-sendmail): Use it.
13455
13456 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13459         mm-with-unibyte-current-buffer to make string unibyte.
13460
13461         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13462         mm-string-as-multibyte.
13463
13464 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13465
13466         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13467         Reported by Werner Koch <wk@gnupg.org>.
13468
13469 2006-11-14  Daiki Ueno  <ueno@p360>
13470
13471         * mml2015.el: Autoload epa-select-keys when compiling.
13472
13473 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13474
13475         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13476         message-options.
13477         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13478
13479 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13480
13481         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13482         EasyPG (< 0.0.6).
13483         (mml2015-always-trust): New user option.
13484         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13485         prompt.
13486
13487 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * nntp.el (nntp-authinfo-force): New variable.
13490         (nntp-send-authinfo): Use it.
13491
13492 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13493
13494         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13495         decode encoded words.  Improve prompt.  Add comment about forwarding.
13496         (message-replacement-char): Move up.
13497
13498 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13499
13500         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13501         instead of gnus-intersection because arguments of gnus-sorted-nunion
13502         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13503
13504 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13507         (message-simplify-subject-functions):
13508         Enable message-strip-subject-encoded-words by default.
13509
13510 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * message.el (message-strip-subject-encoded-words): New function.
13513         (message-simplify-subject-functions): New variable.
13514         (message-simplify-subject): Use it.  Fix typo in doc string.
13515         Support message-strip-subject-encoded-words.
13516
13517 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13518
13519         * gnus-diary.el (gnus-diary-delay-format-function):
13520         * nndiary.el (nndiary-reminders):
13521         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13522
13523 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * gnus-art.el (article-hide-boring-headers): Fetch date from
13526         gnus-original-article-buffer to avoid problems with localized date
13527         strings.
13528
13529 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13532
13533 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13536         New variables.
13537         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13538         (mm-charset-synonym-alist): Move some entries to
13539         mm-codepage-iso-8859-list.
13540         (mm-charset-synonym-alist, mm-charset-override-alist):
13541         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13542
13543 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13546
13547 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13550         with Emacs 21 and XEmacs.
13551
13552 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13553
13554         * spam.el (spam-parse-address): New function for better parsing,
13555         catching errors, etc.
13556         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13557
13558 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * mm-view.el: Add interactive arg to html2text autoload.
13561
13562 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13565
13566 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13569         New variables.
13570         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13571         (mm-charset-synonym-alist): Move some entries to
13572         mm-codepage-iso-8859-list.
13573
13574         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13575
13576 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * message.el (message-citation-line-format)
13579         (message-insert-formated-citation-line): Fix implementation of %E, %N
13580         and %n according to the doc string.
13581
13582 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13583
13584         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13585         Use car-safe to avoid bad parses.
13586
13587 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13590         names.
13591
13592         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13593
13594 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13597         header.
13598
13599         * message.el (message-draft-headers): Add Date.
13600         (message-headers-to-generate): Fix typo in docstring.
13601
13602         * nndraft.el (nndraft-required-headers): New variable.
13603         (nndraft-generate-headers): Use it.
13604
13605         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13606
13607 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13608
13609         * gnus-registry.el (gnus-registry-wash-for-keywords)
13610         (gnus-registry-find-keywords): New functions to allow easy searching of
13611         articles that are in the registry.
13612
13613 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13614
13615         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13616         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13617         Reported by Damien Elmes <damien@repose.cx>.
13618
13619 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * gnus.el (gnus-mime): Remove unused custom group.
13622
13623 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13624
13625         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13626         "blank line" when searching for end of armor headers.
13627
13628 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gmm-utils.el (gmm-write-region): Fix variable name.
13631
13632 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * gmm-utils.el (gmm-write-region): New function based on compatibility
13635         code from `mm-make-temp-file'.
13636
13637         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13638
13639         * nnmaildir.el (nnmaildir--update-nov)
13640         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13641         Use `gmm-write-region'.
13642
13643 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13646         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13647
13648         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13649
13650         * message.el (message-replacement-char): New variable.
13651         (message-fix-before-sending): Use it.
13652         (message-simplify-subject): New function to remove duplicate code.
13653         (message-reply, message-followup): Use it.
13654
13655         * gnus-sum.el (gnus-summary-make-menu-bar):
13656         Clarify gnus-summary-limit-to-articles.
13657
13658 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-util.el (gnus-with-local-quit): New macro.
13661
13662         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13663
13664 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13667         ignore non-string data.
13668
13669 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13672         non-string data (needs to be done in the registry too).
13673
13674 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13675
13676         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13677         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13678         (gnus-registry-split-fancy-with-parent)
13679         (gnus-registry-fetch-simplified-message-subject-fast)
13680         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13681         Remove text properties on ingress into the registry and when it's saved.
13682         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13683         registry from entries with no groups.
13684
13685 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13686
13687         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13688         function to remove string properties.
13689
13690 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gmm-utils.el (gmm): Adjust custom version.
13693
13694         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13695         Adjust custom version.
13696
13697         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13698
13699 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-art.el (gnus-insert-prev-page-button)
13702         (gnus-insert-next-page-button): Simplify.  Reformat.
13703
13704 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13705
13706         * gnus-art.el (gnus-insert-prev-page-button)
13707         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13708
13709 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13710
13711         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13712
13713 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13714
13715         * gnus-art.el (gnus-insert-mime-button)
13716         (gnus-insert-mime-security-button):
13717         Apply gnus-article-button-face to MIME and security buttons.
13718
13719 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13722         readable.
13723
13724 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13727
13728 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13729
13730         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13731         `browse-url-of-file' instead of `browse-url'.
13732
13733 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13734
13735         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13736         regexp.  Articles containing quotation were cut prematurely.
13737
13738 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * message.el (message-cite-original-1): Use nobody by default for the
13741         value of From header.
13742         (message-reply): Ditto.
13743
13744 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13745
13746         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13747         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13748         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13749
13750 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13753         mails in the doc string.  Add some URLs in comment.
13754         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13755
13756 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13759         backslashes handling and the way to find boundaries of quoted strings.
13760
13761 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13762
13763         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13764         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13765         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13766         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13767
13768 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13771         doc string.
13772         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13773
13774 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * lpath.el: Fbind epg-check-configuration.
13777
13778 2006-09-06  Simon Josefsson  <jas@extundo.com>
13779
13780         * mml2015.el (mml2015-use): Doc fix, mention epg.
13781
13782 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13783
13784         * mml2015.el (mml2015-use): Default to epg, if available.
13785
13786 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13787
13788         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13789         message-sender.
13790         (mml1991-epg-encrypt): Ditto.
13791         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13792         message-sender.
13793         (mml2015-epg-encrypt): Ditto.
13794
13795 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13796
13797         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13798         several common directories.
13799
13800 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13801
13802         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13803         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13804
13805 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el (article-decode-encoded-words): Make it fast.
13808
13809 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13812
13813         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13814         in quoted string into `\'.
13815
13816 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13819         Use standard-syntax-table.
13820
13821 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-art.el (gnus-decode-address-function): New variable.
13824         (article-decode-encoded-words): Use it to decode headers which are
13825         assumed to contain addresses.
13826         (gnus-mime-delete-part): Remove useless `or'.
13827
13828         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13829         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13830         (gnus-nov-parse-line): Use it to decode From header.
13831         (gnus-get-newsgroup-headers): Ditto.
13832         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13833
13834         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13835         (mail-decode-encoded-address-string): New alias.
13836
13837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13838         New function.
13839         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13840         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13841         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13842         (rfc2047-decode-string): Ditto.
13843         (rfc2047-decode-address-region): New function.
13844         (rfc2047-decode-address-string): New function.
13845
13846 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * message.el (message-caesar-buffer-body): Allow rotating headers.
13849
13850         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13851
13852         * message.el (message-insert-formated-citation-line): Fix %f.
13853         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13854
13855 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13858         (gnus-bookmark-mouse-available-p): New macro.
13859         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13860         (gnus-bookmark-bmenu-show-infos): Use it.
13861         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13862         (gnus-bookmark-bmenu-hide-infos): Ditto.
13863         (gnus-bookmark-remove-properties): New function.
13864         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13865         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13866         (gnus-bookmark-write-file): Bind coding-system-for-write.
13867         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13868         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13869         group before selecting it.
13870         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13871         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13872         quit-window if it is not available; use gnus-mouse-2 and bind it to
13873         gnus-bookmark-bmenu-select-by-mouse.
13874         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13875         (gnus-bookmark-bmenu-select-by-mouse): New function.
13876
13877 2006-08-13  Romain Francoise  <romain@orebokech.com>
13878
13879         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13880         space.
13881
13882 2006-08-10  Romain Francoise  <romain@orebokech.com>
13883
13884         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13885         (dns-mode-soa-auto-increment-serial): New user option.
13886         (dns-mode-soa-maybe-increment-serial): New function.
13887         (dns-mode): Add the latter to `write-contents-functions'.
13888
13889 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * compface.el (uncompface): Use binary rather than raw-text-unix.
13892
13893 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * compface.el (uncompface): Make sure the eol conversion doesn't take
13896         place when communicating with the external programs.
13897         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13898
13899 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13902
13903 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13904
13905         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13906         Make it more robust by parsing author and date independently.
13907
13908 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13911
13912 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13913
13914         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13915         first matching secret key.
13916         (mml2015-epg-encrypt): Ditto.
13917
13918         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13919         first matching secret key.
13920         (mml1991-epg-encrypt): Ditto.
13921
13922         * mml2015.el (mml2015-encrypt-to-self): New user option.
13923         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13924         mml2015-epg-encrypt-to-self is set.
13925
13926         * mml1991.el (mml1991-encrypt-to-self): New variable.
13927         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13928         mml1991-epg-encrypt-to-self is set.
13929
13930         * mml2015.el (mml2015-signers): New user option.
13931         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13932         (mml2015-epg-encrypt): Allow to select signing keys.
13933
13934         * mml1991.el (mml1991-signers): New variable.
13935         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13936         (mml1991-epg-encrypt): Allow to select signing keys.
13937
13938 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * nnheader.el (nnheader-insert-head): Make it work even if the file
13941         uses CRLF for the line-break code.
13942
13943 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13944
13945         * mml2015.el: Require mml-sec instead of password.
13946         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13947         (mml2015-cache-passphrase): Inherit the default value from
13948         mml-secure-cache-passphrase.
13949         (mml2015-passphrase-cache-expiry): Inherit the default value from
13950         mml-secure-passphrase-cache-expiry.
13951
13952         * mml1991.el: Require mml-sec instead of password.
13953         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13954         (mml1991-cache-passphrase): Inherit the default value from
13955         mml-secure-cache-passphrase.
13956         (mml1991-passphrase-cache-expiry): Inherit the default value from
13957         mml-secure-passphrase-cache-expiry.
13958
13959         * mml-sec.el: Require password.
13960         (mml-secure-verbose): New user option.
13961         (mml-secure-cache-passphrase): New user option.
13962         (mml-secure-passphrase-cache-expiry): New user option.
13963
13964 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13965
13966         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13967         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13968         andreas@altroot.de (Andreas Vögele).
13969
13970         FIXME: Use `tiny change'?
13971
13972 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13973
13974         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13975         workaround for the url package included with Emacs.
13976
13977         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13978
13979 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13982         correctly.  This fixes a bug caused by the 2006-05-12 change.
13983
13984 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13985
13986         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13987         some information about the error when saying that the `bogus' mail
13988         group will be used.
13989
13990 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13993         string.
13994
13995 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13996
13997         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13998
13999 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14000
14001         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14002
14003 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14004
14005         * mml1991.el (mml1991-function-alist): Add epg.
14006         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14007         (mml1991-epg-encrypt): New functions.
14008
14009 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14010
14011         * mml2015.el (mml2015-verbose): New variable.
14012         (mml2015-cache-passphrase): Ditto.
14013         (mml2015-passphrase-cache-expiry): Ditto.
14014         (mml2015-function-alist): Add epg.
14015         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14016         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14017         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14018         New functions.
14019
14020 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14021
14022         * message.el (message-cite-original-1): Preserve region when removing
14023         quoted text due to X-No-Archive in order to avoid bogus attribution
14024         when citing multiple messages.
14025
14026 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14027
14028         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14029         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14030
14031 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-diary.el (gnus-user-format-function-d)
14034         (gnus-user-format-function-D): Autoload.
14035
14036         * imap.el (Commentary): Fix typo.
14037
14038         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14039         2006-04-22 contribution.
14040
14041 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14042
14043         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14044         It didn't really fix the bogosity I'm seeing with solid web groups.
14045
14046 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14047
14048         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14049         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14050         created using server names.  If we use the feature without declaring
14051         it, Gnus does not properly manage server and group state.
14052
14053         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14054         bound.
14055
14056 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14057
14058         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14059         looking up the method using GROUP's prefix before inventing a new one.
14060         It is used on killed/unknown groups in various places where returning
14061         an all-new method isn't expected by the caller.
14062
14063         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14064         and match semantics of gnus-group-real-prefix.
14065
14066 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14067
14068         * nnmail.el (nnmail-broken-references-mailers): New variable.
14069         (nnmail-ignore-broken-references): New function generalizing
14070         nnmail-fix-eudora-headers.
14071         (nnmail-fix-eudora-headers): Now obsolete.
14072
14073         * gnus-art.el (gnus-button-handle-custom):
14074         Support `customize-apropos*'.
14075
14076 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077
14078         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14079
14080         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14081         articles.
14082
14083 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * message.el (message-cite-reply-above): New variable.
14086         (message-yank-original): Use it.
14087
14088 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14091
14092 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14095         as read.
14096
14097         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14098
14099 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14102         (gnus-bookmark-default-file): Use gnus-directory.
14103         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14104         Remove "*" in doc string.
14105         (gnus-bookmark-write-file): Simplify.
14106         (gnus-bookmark-maybe-sort-alist): Use `when'.
14107         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14108         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14109         Add FIXME about Emacs 21 and XEmacs compatibility.
14110         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14111         compatibility.
14112         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14113         compatibility.
14114         (gnus-bookmark-menu-heading): Fix version.
14115
14116 2006-06-19  Bastien Guerry  <bzg@altern.org>
14117
14118         * gnus-bookmark.el: New file.
14119
14120 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * message.el (message-syntax-checks): Doc fix.
14123
14124 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14125
14126         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14127         unsubscribed groups as if they were killed ones.  It causes duplicate
14128         entries in gnus-newsrc-alist.
14129
14130 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * message.el (message-syntax-checks): Doc fix.
14133         (message-send-mail): Add check for continuation headers.
14134         (message-check-news-header-syntax): Fix regexp used to check for
14135         continuation headers.
14136
14137 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14140
14141 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14144
14145 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14148         default-truncate-lines.
14149
14150 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14153         to fill the utf-8 entry.
14154
14155         * lpath.el: Fbind unicode-precedence-list.
14156
14157 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14158
14159         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14160
14161 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14162
14163         * gnus-agent.el (directory-files-and-attributes): Move all the way
14164         forward (the third and final move).
14165         (gnus-agent-read-agentview): Trap reconstruction errors due to
14166         nonexistent directory.  Handle by returning nil.
14167
14168 2006-05-30  Didier Verna  <didier@xemacs.org>
14169
14170         * message.el (message-dont-reply-to-names): Update the custom type.
14171         * message.el (message-dont-reply-to-names): New defsubst: potentially
14172         convert a list of regexps into a single one.
14173         * message.el (message-get-reply-headers): Use it.
14174         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14175
14176 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * gnus-agent.el (directory-files-and-attributes): Move forward.
14179
14180 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * gnus-ml.el (gnus-mailing-list-subscribe)
14183         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14184         (gnus-mailing-list-message): Fix doc strings.
14185
14186 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14187
14188         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14189         of doing it manually.
14190
14191 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14194         comment.
14195
14196 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14197
14198         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14199         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14200         (gnus-agent-read-local): All symbols allocated in my-obarray.
14201         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14202         (gnus-agent-regenerate-group): Check numeric names to see if they are
14203         messages or groups.
14204         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14205         better way of do this...)
14206
14207         * gnus-cache.el (gnus-agent-total-fetched-for):
14208         Ignore 'dummy.group' (there should be a better way of do this...)
14209
14210 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14213         (gnus-saved-headers): Ditto.
14214         (gnus-default-article-saver): Mention functions may have properties.
14215         (gnus-article-save): Override gnus-save-all-headers and
14216         gnus-saved-headers by :headers property which saver function may have.
14217         (gnus-summary-save-in-file): Add :headers property.
14218         (gnus-summary-write-to-file): Ditto.
14219
14220         * gnus-sum.el (gnus-summary-save-article): Bind
14221         gnus-prompt-before-saving to t when saving many articles in a file;
14222         always show all headers.
14223
14224         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14225
14226 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14229         marks.
14230
14231         * message.el (message-indent-citation): Add optional arguments to allow
14232         using it outside of message buffers.
14233
14234         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14235         (gnus-article-treat-unfold-headers): Use it.
14236         (gnus-article-truncate-lines): New variable.
14237         (gnus-article-mode): Use it.
14238         (gnus-article-toggle-truncate-lines): New function.
14239
14240         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14241         Add gnus-article-toggle-truncate-lines.
14242
14243         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14244         coding system in XEmacs, use binary.
14245
14246 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14249         after-load-alist.
14250
14251         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14252         this function should save decoded articles.
14253         (gnus-summary-write-to-file): Use property to specify this function
14254         should save decoded articles and specify gnus-summary-save-in-file
14255         should be used to save articles other than the first one when saving
14256         many articles.
14257         (gnus-summary-save-body-in-file): Use property to specify this
14258         function should save decoded articles.
14259         (gnus-summary-write-body-to-file): Use property to specify this
14260         function should save decoded articles and specify
14261         gnus-summary-save-body-in-file should be used to save articles other
14262         than the first one when saving many articles.
14263
14264         * gnus-sum.el (gnus-summary-save-article): Simplify.
14265
14266 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (gnus-default-article-saver):
14269         Add gnus-summary-write-body-to-file.
14270         (gnus-article-save-coding-system): Don't use coding system object
14271         in XEmacs.
14272         (gnus-read-save-file-name): Add optional `dir-var' argument which
14273         specifies directory in which files are saved; work even if optional
14274         `variable' argument is not specified.
14275         (gnus-summary-write-to-file): Read file name.
14276         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14277         (gnus-summary-write-body-to-file): New function.
14278
14279         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14280         (gnus-summary-local-variables): Add it.
14281         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14282         (gnus-summary-save-article): Remove optional `decode' argument;
14283         determine whether to decode articles by the value of
14284         gnus-default-article-saver; when saving many files using
14285         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14286         it first and use gnus-summary-save-in-file or
14287         gnus-summary-save-body-in-file thereafter unless
14288         gnus-prompt-before-saving is always; move point to article which
14289         will be saved.
14290         (gnus-summary-save-article-file): Revert.
14291         (gnus-summary-write-article-file): Revert.
14292         (gnus-summary-save-article-body-file): Revert.
14293         (gnus-summary-write-article-body-file): New function.
14294
14295 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-default-article-saver): Doc fix.
14298         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14299         from gnus-summary-save-article-coding-system, and default to a
14300         certain coding system.
14301         (gnus-output-to-file): Add coding cookie and encode text according
14302         to gnus-article-save-coding-system; don't use mm-append-to-file.
14303
14304         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14305         gnus-art.el and rename to gnus-article-save-coding-system.
14306         (gnus-summary-save-article): Require gnus-art; don't show all
14307         headers if it decodes articles; don't add coding cookie here;
14308         don't bind mm-text-coding-system-for-write.
14309         (gnus-summary-save-article-file): Save decoded articles.
14310         (gnus-summary-write-article-file): When saving many files, use
14311         gnus-summary-write-to-file first and gnus-summary-save-in-file
14312         thereafter unless gnus-prompt-before-saving is always.
14313         (gnus-summary-save-article-body-file): Save decoded articles.
14314
14315         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14316
14317 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * nnrss.el (nnrss-check-group): Bind hash-index.
14320
14321 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
14322
14323         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14324         its hash index.  Store this hash in `nnrss-group-data'.
14325         (nnrss-read-group-data): Update accordingly.
14326
14327 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14330         entry.
14331
14332         * gnus-sum.el (gnus-summary-make-menu-bar):
14333         Add gnus-article-browse-html-article.
14334
14335 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14336
14337         * gnus-sum.el (gnus-summary-mime-map):
14338         Add gnus-article-browse-html-article.
14339
14340         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14341
14342 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14345         suitable coding systems in customize.
14346
14347 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * mail-source.el (mail-sources): Fix custom type.
14350
14351 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14354         (gnus-summary-expire-articles-now): Shorten prompt.
14355
14356         * gmm-utils.el (wid-edit): Require.
14357         (defun-gmm): Rename from `gmm-defun-compat'.
14358         (gmm-image-search-load-path): Use it.
14359         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14360
14361 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-sum.el (gnus-summary-save-article-coding-system):
14364         New variable.
14365         (gnus-summary-save-article): Add optional `decode' argument.
14366         If it is set and gnus-summary-save-article-coding-system is non-nil,
14367         save decoded article.
14368         (gnus-summary-write-article-file): Save decoded article if
14369         gnus-summary-save-article-coding-system is non-nil.
14370
14371         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14372         type.
14373
14374 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14377
14378 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14381         first to test gnus-single-article-buffer which may be buffer-local.
14382
14383         * gnus-sum.el (gnus-summary-setup-buffer):
14384         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14385         group; make gnus-article-buffer, gnus-article-current, and
14386         gnus-original-article-buffer always buffer-local.
14387         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14388         group.
14389         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14390
14391 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * nnml.el (nnml-request-compact-group): Compressed files might not
14394         have .gz extension.
14395
14396 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14397
14398         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14399         (mm-copy-to-buffer): Use with-current-buffer.
14400         (mm-display-part): Simplify.
14401         (mm-inlinable-p): Add optional arg `type'.
14402
14403 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14404
14405         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14406         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14407         Try harder to show the attachment internally or externally using
14408         gnus-mime-view-part-as-type.
14409
14410 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * message.el (message-from-style, message-signature-separator)
14413         (message-user-organization-file, message-send-mail-function)
14414         (message-citation-line-function, message-yank-prefix)
14415         (message-indent-citation-function, message-signature)
14416         (message-signature-file, message-signature-insert-empty-line):
14417         Remove autoloads.
14418
14419         * gnus-art.el (gnus-buttonized-mime-types):
14420         Remove "multipart/signed".  Revert 2006-04-26 change.
14421
14422 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14423
14424         * gnus.el (gnus-version-number): Bump version.
14425
14426 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14427
14428         * gnus.el: No Gnus v0.5 is released.
14429
14430 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14431
14432         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14433         fetching articles by message-id.
14434
14435 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14436
14437         * message.el (hashcash): Require hashcash as normal.
14438
14439         * ecomplete.el (ecomplete-highlight-match-line):
14440         Use point-at-eol.
14441         (ecomplete-highlight-match-line): Use `highlight', because that
14442         face exists in both Emacs and XEmacs.
14443
14444         * message.el (message-display-abbrev): Use point-at-bol.
14445
14446         * mail-source.el: Don't require timer/timer-funcs.
14447
14448         * gnus-async.el: Ditto.
14449
14450         * password.el: Ditto.
14451
14452         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14453
14454         * mm-url.el: Ditto.
14455
14456         * gnus-xmas.el: Don't require timer-funcs.
14457
14458         * mm-util.el: Require timer/timer-funcs.
14459
14460 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14461
14462         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14463         Close.
14464
14465 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14468         unibyte after clear-decrypt function runs.
14469
14470         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14471         returns as a unibyte string.
14472
14473 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * lpath.el: Revert.
14476
14477         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14478         (pgg-gpg-process-sentinel): Revert.
14479
14480         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14481         (pgg-pgp-lookup-key): Revert.
14482
14483         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14484         (pgg-pgp5-lookup-key): Revert.
14485
14486         * pgg.el (pgg-fetch-key): Revert.
14487
14488 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * lpath.el: Fbind string-as-multibyte for XEmacs.
14491
14492         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14493         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14494         (mml1991-pgg-encrypt): Ditto.
14495
14496         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14497         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14498         a multibyte buffer.
14499
14500         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14501         (pgg-pgp-lookup-key): Ditto.
14502
14503         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14504         (pgg-pgp5-lookup-key): Ditto.
14505
14506         * pgg.el (pgg-fetch-key): Ditto.
14507
14508 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * message.el (message-user-organization-file): Check several
14511         locations of the organization file.
14512
14513         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14514         Add gnus-article-view-part-as-type.
14515
14516         * gnus-art.el (gnus-article-view-part-as-type): New function.
14517
14518         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14519         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14520
14521         * mml.el: Simplify autoload.
14522         (mml-mode): defvar dnd-protocol-alist instead of using
14523         symbol-value.
14524         (mml-default-directory): New variable.
14525         (mml-minibuffer-read-file): Use it.
14526         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14527
14528         * message.el (message-citation-line-format): New variable.
14529         (message-insert-formated-citation-line): New function.
14530         (message-citation-line-function):
14531         Add `message-insert-formated-citation-line' to custom type.
14532
14533         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14534         to doc string.
14535
14536         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14537         depending on mm-verify-option.
14538
14539 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14542         binding pgg-* variables; reimplement the section which prevents
14543         MIME header from being signed.
14544         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14545         pgg-text-mode; remove a blank line at the top of body.
14546
14547         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14548         lines at the top of body; use gnus-newsgroup-charset if there's no
14549         Charset header.
14550
14551 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * message.el (message-self-insert-commands): Doc fix.
14554
14555         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14556         (mm-uu-pgp-encrypted-test): Ditto.
14557         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14558         between header and body; return application/pgp-encrypted handle
14559         if decryption failed; decode decrypted body by charset.
14560
14561         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14562         element match to application/pgp-*.
14563
14564 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14565
14566         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14567         HTML.
14568
14569 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14570
14571         * mail-source.el (mail-source-call-script): Message the error
14572         string.
14573
14574 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575
14576         * gnus-util.el (gnus-byte-compile): Use it.
14577
14578 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14579
14580         * gnus-util.el (kill-empty-logs): New function.
14581
14582 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * message.el (message-mail-alias-type): Doc fix.
14585         (message-mail-alias-type-p): New function.
14586         (message-send): Use it.
14587         (message-mode): Ditto.
14588         (message-strip-forbidden-properties): Ditto.
14589
14590         * ecomplete.el (ecomplete-database-file-coding-system):
14591         New variable.
14592         (ecomplete-save): Use it.
14593         (ecomplete-setup): Use it.
14594
14595 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * message.el (message-self-insert-commands): New variable.
14598         (message-strip-forbidden-properties): Use it.
14599
14600 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14603         that doesn't make XEmacs choke.
14604
14605 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * gnus-util.el (gnus-replace-in-string):
14608         Prefer replace-regexp-in-string over of replace-in-string.
14609
14610 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-util.el (gnus-select-frame-set-input-focus):
14613         Use select-frame-set-input-focus if it is available in XEmacs; use
14614         definition defined in Emacs 22 for old Emacsen.
14615
14616         * dgnushack.el: Autoload unmorse-region for XEmacs.
14617
14618         * lpath.el: Bind cursor-in-non-selected-windows and
14619         select-frame-set-input-focus for XEmacs.
14620
14621 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14624
14625 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14626
14627         * gnus-registry.el (gnus-registry-cache-save): Remove text
14628         properties when saving via the temp buffer.
14629
14630 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * message.el (message-generate-hashcash): Honor custom type.
14633
14634 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14635
14636         * message.el (message-generate-hashcash): Default to non-nil when
14637         hashcash is found.
14638
14639         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14640         (gnus-refer-thread-limit): Increase default to 500.
14641
14642         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14643
14644         * flow-fill.el (fill-flowed): Allow delete-space.
14645
14646 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14649         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14650         Remove autoloads.
14651
14652 2006-04-18  Simon Josefsson  <jas@extundo.com>
14653
14654         * message.el (message-generate-hashcash): Default to.
14655
14656 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14659         concatenating segments rather than before concatenating them.
14660
14661 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14664
14665 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14666
14667         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14668
14669         * message.el (message-forward-make-body-plain):
14670         Allow message-forward-ignored-headers to be a list.
14671         (message-remove-ignored-headers): Factor out into function.
14672         (message-forward-make-body-mml): Use it.
14673
14674         * imap.el (imap-quote-specials): New function.
14675         (imap-login-auth): Quote specials.
14676
14677         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14678         (rfc2231-parse-string): Allow concatanation of parameters that
14679         aren't contiguous.  The test case is
14680           (mail-header-parse-content-type "message/external-body;
14681             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14682             access-type=LOCAL-FILE;
14683             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14684
14685 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14686
14687         * nntp.el (nntp-accept-process-output): Return the value of
14688         `nnheader-accept-process-output'.
14689
14690 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14691
14692         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14693         (gnus-button-alist): Recognize more diff formats.
14694         (gnus-button-patch): Strip directory.
14695
14696 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14699         Emacs 22 when setting focus.
14700
14701 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14702
14703         * gnus-art.el (gnus-article-treat-types): Do treatment of
14704         text/x-verbatim parts.
14705         (gnus-button-patch): New command.
14706
14707         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14708         addresses that contain invalid characters.
14709
14710 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * message.el (message-put-addresses-in-ecomplete):
14713         Use gnus-replace-in-string.
14714         (message-is-yours-p): Use the more correct
14715         mail-header-parse-address instead of
14716         mail-extract-address-components.
14717         (message-put-addresses-in-ecomplete): Fix typo.
14718
14719         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14720         keystroke.
14721
14722         * gnus-art.el (gnus-treatment-function-alist): Change order of
14723         newsgroups/generic header folding to avoid double-folding.
14724
14725         * message.el (message-hidden-headers): Add X-Draft-From.
14726
14727         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14728         New command.
14729         (gnus-summary-repeat-search-article-backward): New command.
14730
14731         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14732         groups in the parent topic.
14733
14734 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14735
14736         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14737         (spam-extra-header-to-number): Return the CRM114 number as a
14738         number instead of a string.
14739
14740 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14741
14742         * gnus-art.el (gnus-face-properties-alist): Move here from
14743         gnus-fun.
14744
14745         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14746
14747 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14748
14749         * message.el (message-strip-forbidden-properties): Only display on
14750         self-insert-command.
14751
14752         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14753         reindent.
14754         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14755
14756 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14757
14758         * smiley.el (smiley-style): Fix typo.
14759
14760 2006-03-23  Kenichi Handa  <handa@m17n.org>
14761
14762         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14763         instead of set-buffer-multibyte.
14764
14765 2006-03-23  Kenichi Handa  <handa@m17n.org>
14766
14767         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14768         buffer and then decode the buffer text if necessary.
14769         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14770         first, and after mm-encode-body, change the buffer to unibyte.
14771
14772 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14773
14774         * hashcash.el (hashcash-insert-payment-async-2):
14775         Use message-goto-eoh instead of doing it manually.
14776         (mail-add-payment): Use message-narrow-to-header instead of trying
14777         to do the same itself.
14778
14779         * message.el (message-hidden-headers): Add Face.
14780
14781         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14782         reparenting code.
14783         (gnus-summary-reparent-children): Refactored out code.
14784         (gnus-summary-thread-map): New keystroke.
14785         (gnus-summary-reparent-children): Make into command.
14786
14787         * smiley.el (smiley-style): Default to `medium' if using a large
14788         font.
14789
14790         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14791         does it itself.
14792
14793         * message.el (message-point-in-header-p): Simplify definition.
14794
14795 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14796
14797         * nnagent.el (nnagent-request-set-mark): Silence log file
14798         writing.
14799         (nnagent-request-set-mark): Use write-region instead of
14800         append-to-file.
14801
14802         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14803         strange select method.
14804
14805         * ecomplete.el (ecomplete-display-matches): Get highlightling
14806         right.
14807         (ecomplete-display-matches): Use literals.
14808         (ecomplete-display-matches): Disable message logging.
14809
14810         * message.el (message-display-abbrev): Small optimization.
14811
14812         * ecomplete.el (ecomplete-display-matches): Allow automatic
14813         display.
14814
14815         * message.el (message-strip-forbidden-properties):
14816         Display abbrevs.
14817         (message-display-abbrev): Get automatic display right.
14818
14819         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14820         keystrokes.
14821
14822 2006-04-13  Romain Francoise  <romain@orebokech.com>
14823
14824         TODO: Backport to v5-10!
14825
14826         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14827         Move here (and rename) from gnus-registry.el.
14828
14829         * gnus-registry.el: Require gnus-util.
14830         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14831
14832 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14833
14834         * gnus-group.el (gnus-group-catchup-current):
14835         Change if-then-else-if-then-else into cond.
14836         (gnus-group-catchup): Indent.
14837         (group-name-at-point): New function.
14838         (gnus-fetch-group): Provide default from thing at point.
14839
14840 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14841
14842         * message.el (message-display-abbrev): Fix regexp.
14843
14844         * ecomplete.el (ecomplete-highlight-match-line):
14845         Reimplement choosing.
14846         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14847         dead variables.
14848
14849         * message.el (message-newline-and-indent): Remove debugging.
14850         (message-display-abbrev): Use new implementation.
14851
14852 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * gnus-art.el (gnus-article-mode):
14855         Set cursor-in-non-selected-windows to nil.
14856
14857         * smiley.el: Revert previous change.
14858         (smiley-data-directory): defvar it before using it in the
14859         defcustom of `smiley-style'.
14860
14861 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14862
14863         * message.el (message-newline-and-indent): New function.
14864
14865         * ecomplete.el: Implement more bits.
14866
14867         * message.el (message-put-addresses-in-ecomplete): Clean up the
14868         string.
14869
14870         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14871
14872         * gnus-sum.el (gnus-summary-save-parts):
14873         Bind gnus-summary-save-parts-counter and use it to make unique file
14874         names.
14875
14876         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14877
14878         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14879         parameter to say whether to actually parse the individual
14880         addresses.
14881
14882         * message.el (message-put-addresses-in-ecomplete): New function.
14883         (ecomplete): Require.
14884         (message-mail-alias-type): Add ecomplete as an option.
14885
14886 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14887
14888         * flow-fill.el (fill-flowed): Remove trailing space from blank
14889         quoted lines.
14890
14891 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * smiley.el (smiley-style): Move definition later to avoid a
14894         compilation warning.
14895
14896 2006-04-12  Kenichi Handa  <handa@m17n.org>
14897
14898         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14899         buffer and then decode the buffer text if necessary.
14900         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14901         first, and after mm-encode-body, change the buffer to unibyte.
14902         Use mm-disable-multibyte instead of set-buffer-multibyte.
14903
14904 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14907         Content-Type header instead of Content-Disposition header.
14908         (gnus-mime-inline-part): Ditto.
14909         (gnus-mime-view-part-as-charset): Ignore charset that the part
14910         specifies.
14911
14912         * mm-decode.el (mm-display-part): Work with external parts and
14913         usual parts similarly.
14914
14915         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14916         instead of gnus-display-mime.
14917
14918         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14919         instead of with-temp-buffer.
14920
14921         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14922         tag to summarized topics part in order to encode non-ASCII text.
14923
14924 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * smiley.el (smiley-style): New variable.
14927         (smiley-directory): New function.
14928         (smiley-data-directory): Derive from `smiley-style' using
14929         `smiley-directory'.
14930         (smiley-regexp-alist): Add new entries.
14931
14932         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14933         (gnus-article-browse-delete-temp): Add :version.
14934
14935 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
14936
14937         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14938         the sieve region.
14939
14940 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14941
14942         * gnus.el (gnus-version-number): Bump version.
14943
14944 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * gnus.el: No Gnus v0.4 is released.
14947
14948 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14949
14950         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14951         layout.
14952
14953         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14954         unknown charset.
14955
14956         * message.el (message-header-synonyms): Add Original-To to the
14957         default.
14958
14959         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14960         optional parameter.
14961
14962 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * gnus-fun.el (gnus): Require it for gnus-directory.
14965
14966 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14969
14970 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14971
14972         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14973
14974 2006-04-05  Simon Josefsson  <jas@extundo.com>
14975
14976         * password.el (password-reset): New function.
14977
14978 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14979
14980         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14981         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14982
14983 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14984
14985         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14986         Some whitespace was matched into the url, which broke browsing hits
14987         > 100 when mm-url-use-external was nil.
14988
14989 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14992         Check gnus-extra-headers for 'Newsgroups.
14993
14994         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14995         bound.
14996
14997 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14998
14999         * pgg-gpg.el: Clean up process buffers every time gpg processes
15000         complete.
15001
15002 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15005         doc string.
15006
15007 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15008
15009         * pgg-gpg.el (pgg-gpg-process-filter)
15010         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15011
15012         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15013         lines, temporary fix.
15014
15015 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15018
15019 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15020
15021         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15022         default-enable-multibyte-characters.  This reverts the change from
15023         revision 6.17 which is no longer necessary because the passphrase
15024         is sent separately now.  GnuPG messages are unreadable under
15025         multibyte locales with default-enable-multibyte-characters set to
15026         nil.
15027
15028 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * message.el (message-tool-bar-gnome): Move "spell".
15031
15032 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15035         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15036         instead.
15037
15038 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15039
15040         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15041         Improve newsgroups handling for NNTP overviews which don't include
15042         Newsgroups.
15043
15044 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15045
15046         * message.el (message-resend): Bind message-generate-hashcash to nil.
15047
15048 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15049
15050         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15051         when searching for already-paid recipients.
15052
15053 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15054
15055         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15056         passphrases when it is not needed.
15057         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15058         passphrase stuff from gpg, should only be necessary when you use
15059         gpg with a smartcard.
15060
15061 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * mml.el (mml-insert-mime): Ignore cached contents of
15064         message/external-body part.
15065
15066         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15067         (mm-insert-part): Ditto.
15068
15069 2006-03-23  Simon Josefsson  <jas@extundo.com>
15070
15071         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15072         Reiner.
15073         (pgg-gpg-use-agent-p): Use it again.
15074
15075 2006-03-23  Simon Josefsson  <jas@extundo.com>
15076
15077         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15078         older emacsen.
15079         (pgg-gpg-use-agent-p): Don't use it.
15080
15081 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15084         if we can.
15085
15086 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15087
15088         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15089         (pgg-gpg-update-agent): New function.
15090         (pgg-gpg-use-agent-p): New function.
15091         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15092         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15093         (pgg-gpg-sign-region): Use it.
15094
15095 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15098         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15099
15100 2006-03-21  Simon Josefsson  <jas@extundo.com>
15101
15102         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15103         <wilde@sha-bang.de>.
15104         (pgg-gpg-use-agent): New variable.
15105         (pgg-gpg-process-region): Use it.
15106         (pgg-gpg-encrypt-region): Likewise.
15107         (pgg-gpg-encrypt-symmetric-region): Likewise.
15108         (pgg-gpg-decrypt-region): Likewise.
15109         (pgg-gpg-sign-region): Likewise.
15110         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15111
15112 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15115
15116         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15117         Add comment on version.
15118
15119 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * smiley.el: Add missing test smiley.
15122
15123 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * mm-decode.el (mm-with-part): New macro.
15126         (mm-get-part): Use it; work with message/external-body as well.
15127         (mm-save-part): Treat name and filename equally.
15128
15129         * mm-extern.el (mm-extern-cache-contents): New function.
15130         (mm-inline-external-body): Use it; force the part to be displayed;
15131         move undisplayer added to the cached handle to the parent.
15132
15133         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15134         (gnus-mime-view-part-as-type): Work with message/external-body.
15135
15136         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15137
15138 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15141         images in image-load-path.  [Sync with image.el, revision 1.60, in
15142         Emacs.]
15143
15144 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15147         path rather than symbol.  Always return list of directories.
15148         Guarantee that image directory comes first.  [Sync with image.el,
15149         revision 1.59, in Emacs.]
15150
15151         * message.el (message-make-tool-bar): Adjust to new API of
15152         `gmm-image-load-path-for-library'.
15153
15154         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15155
15156         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15157
15158 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15159
15160         * gnus-art.el (gnus-article-only-boring-p):
15161         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15162         intangible text.
15163         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15164
15165 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15166
15167         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15168         Use `defun' instead of `gmm-defun-compat'.
15169
15170 2006-03-14  Simon Josefsson  <jas@extundo.com>
15171
15172         * message.el (message-unique-id): Don't use message-number-base36
15173         if (user-uid) is a float.
15174         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15175
15176 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15179
15180         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15181         empty line between a part and a message part.
15182
15183 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * smiley.el: Add more test smileys.
15186         (smiley-data-directory, smiley-regexp-alist)
15187         (gnus-smiley-file-types): Fix doc strings.
15188         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15189         adding new elements.
15190         (smiley-mouse-map): Unused code.  Make it a comment.
15191
15192 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15195         scan latest NoCeM messages instead of old ones.
15196         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15197         delimiters that are recently used.
15198         (gnus-nocem-load-cache): Add autoload cookie.
15199
15200         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15201
15202         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15203         level which is larger than gnus-use-nocem is specified.
15204
15205         * gnus-group.el (gnus-group-get-new-news): Ditto.
15206
15207 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-util.el (gnus-tool-bar-update): New function.
15210
15211         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15212         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15213
15214         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15215
15216         * gnus-group.el (gnus-group-redraw-when-idle)
15217         (gnus-group-redraw-check): Remove.
15218         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15219
15220 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15223         if optional last element is specified in splits (FIELD VALUE...).
15224
15225 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15228         to gmm-image-load-path-for-library.  Call with no-error argument.
15229         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15230
15231         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15232
15233         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15234
15235         * gmm-utils.el (gmm-image-load-path): Remove alias.
15236
15237 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gmm-utils.el (gmm-image-load-path): Add alias.
15240
15241         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15242         nnml-generate-nov-databases-1.
15243         (nnml-generate-nov-databases): Use it.
15244         (nnml-generate-nov-databases-directory): Document no-active
15245         argument.
15246
15247         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15248         directory if path is t.  Add no-error.
15249
15250         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15251         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15252
15253         * gnus-art.el (gnus-article-browse-delete-temp-files):
15254         Simplify resetting gnus-article-browse-html-temp-list.
15255
15256         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15257         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15258         Add example to docstring.  Rename local variables.  Move error
15259         checks to default case in cond and simplify.
15260
15261 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15264         handle is multipart when calling it recursively.
15265         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15266
15267 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15268
15269         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15270         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15271
15272 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15275         is loaded.
15276
15277         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15278         loaded.
15279
15280 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15283         to "Emacs 23 (unicode)" in doc string.
15284
15285         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15286         "Emacs 23 (unicode)" in comment.
15287
15288 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15291
15292         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15293         characters 160 through 255 in Emacs 23.
15294
15295 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15298         gnus-article-browse-html-temp.
15299         (gnus-article-browse-delete-temp): Make it customizable.
15300         Add `file'.  Adjust doc string.
15301         (gnus-article-browse-delete-temp-files): Add argument.
15302         Allow query for each file.  Adjust doc string.
15303         (gnus-article-browse-html-parts):
15304         Add `gnus-article-browse-delete-temp-files' to
15305         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15306
15307 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15308
15309         * gnus-art.el (gnus-article-browse-html-temp)
15310         (gnus-article-browse-delete-temp): New variables.
15311         (gnus-article-browse-delete-temp-files): New function.
15312         (gnus-article-browse-html-parts): Use it.
15313
15314 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15317
15318         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15319         string.
15320
15321         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15322         gnus-summary-insert-new-articles when unplugged.
15323         Remove gnus-summary-search-article-forward.
15324
15325         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15326         display-visual-class instead of display-color-cells.
15327
15328 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * dgnushack.el: Autoload customize-group for XEmacs.
15331
15332         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15333         message/* containing non-ASCII text properly.
15334
15335 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * message.el: Require gmm-utils, remove autoloads.
15338         (message-tool-bar): Set default based on
15339         gmm-tool-bar-style.
15340         (message-tool-bar-gnome): Add gmm-customize-mode.
15341
15342         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15343         gmm-tool-bar-style.
15344         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15345
15346         * gnus-group.el (gnus-group-tool-bar): Set default based on
15347         gmm-tool-bar-style.
15348         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15349
15350         * gmm-utils.el (gmm-image-directory): Rename variable from
15351         gmm-image-load-path.
15352         (gmm-image-load-path): Use gmm-image-directory.
15353         (gmm-customize-mode): New function.
15354         (gmm-tool-bar-style): New variable.
15355
15356         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15357         gnus-group-redraw-line-number.
15358         (gnus-group-redraw-check): Simplify.
15359         (gnus-group-tool-bar-update): Remove redraw check.
15360         (gnus-group-make-tool-bar): Add redraw check.
15361
15362 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15363
15364         * gnus-art.el (gnus-button): Add missing parentheses.
15365
15366 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * lpath.el: Fbind line-number-at-pos.
15369
15370 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15373
15374 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-art.el (gnus-button): New face.
15377         (gnus-article-button-face): Use it.
15378
15379         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15380         Add gnus-summary-next-page.  Re-order.
15381
15382         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15383         next-node are now included.
15384         (gnus-group-redraw-line-number): New internal variable.
15385         (gnus-group-redraw-check): Helper function for updating the tool
15386         bar.
15387         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15388
15389         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15390
15391         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15392         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15393         Use it to match format of Spamassassin 3.0 and later.
15394         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15395         (spam-check-bogofilter)
15396         (spam-bogofilter-register-with-bogofilter): Fix args of
15397         `gnus-error' calls.
15398
15399 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15402         unnecessary interaction when sending queued mails.
15403         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15404
15405 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15408         first or last are nil.
15409
15410 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15411
15412         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15413
15414 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15415
15416         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15417
15418 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15419
15420         * dns.el (query-dns): Protect more against buggy tcp output.
15421
15422 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15423
15424         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15425         nov.php.
15426
15427 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15428
15429         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15430         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15431         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15432         output on the server side.
15433         (nnweb-google-create-mapping): Update regexps and add some
15434         progress indication.
15435
15436 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * gnus-group.el (gnus-group-tool-bar-gnome):
15439         Fix gnus-agent-toggle-plugged.  Re-order icons.
15440         (gnus-group-tool-bar-gnome):
15441         Add gnus-group-{prev,next}-unread-group.
15442         (gnus-group-tool-bar-gnome): Re-order icons.
15443
15444         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15445         Move gnus-summary-insert-new-articles.
15446
15447         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15448         Fix comments.
15449
15450         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15451         also available in Emacs 21.3.
15452
15453         * message.el (message-fix-before-sending): Change "Emacs 22" to
15454         "Emacs 23 (unicode)" in comment.
15455
15456         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15457         "Emacs 23 (unicode)" in comment.
15458
15459         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15460         comment.
15461         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15462
15463         * mm-view.el (mm-fill-flowed): Add :version.
15464
15465 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15468         and load-path.
15469
15470 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15471
15472         * message.el: Autoload gmm-image-load-path.
15473         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15474         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15475         consitency.
15476
15477         * gmm-utils.el (gmm-image-load-path): Also search in
15478         "../etc/images".  Don't set gmm-image-load-path if we don't find
15479         the image.
15480
15481 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gmm-utils.el (gmm-image-load-path): Don't make
15484         `gmm-image-load-path' include subdirectories which the second arg
15485         `image' might specify.
15486
15487         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15488         subdirectory to icon file names.
15489
15490         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15491
15492 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15495         gmm-image-load-path calls.
15496
15497         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15498
15499         * message.el (message-make-tool-bar): Ditto.
15500
15501         * mml.el (mml-preview): Add comment concerning tool bar icons.
15502
15503         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15504         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15505
15506         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15507         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15508
15509         * message.el (message-tool-bar-gnome): Use new icon names.
15510         (message-make-tool-bar): Use `gmm-image-load-path'.
15511
15512         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15513         New functions from MH-E.
15514         (gmm-image-load-path): New variable from MH-E.
15515         (gmm-image-load-path): New function from MH-E.  Add arguments
15516         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15517         *-image-load-path-called-flag.
15518
15519 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15520
15521         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15522
15523 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15524
15525         * nnimap.el (nnimap-request-move-article): Change folder back to
15526         source group before deleting.
15527
15528 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15531
15532         * gnus-art.el (mm-url-insert-file-contents-external):
15533         Autoload mm-url.
15534
15535         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15536
15537 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15540         coding system which mm-charset-to-coding-system returns for a
15541         given charset is valid.
15542
15543 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15544
15545         * html2text.el (html2text-remove-tag-list):
15546         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15547
15548 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15549
15550         * gnus-cus.el: Revert 2005-10-17 change.
15551
15552 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-art.el (article-strip-banner):
15555         Call article-really-strip-banner only when the regexp match is made.
15556
15557 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-art.el (article-strip-banner):
15560         Use gnus-extract-address-components instead of
15561         mail-header-parse-addresses to make it work with non-ASCII text;
15562         remove mail-encode-encoded-word-string.
15563
15564         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15565         values which are surrounded with \"...\"; make it never cause a
15566         Lisp error; give up parsing of parameters if it failed in
15567         extracting type.
15568
15569 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
15570
15571         * smime.el (smime-cert-by-ldap-1): Fix bug where
15572         `smime-ldap-search' returns results without userCertificates.
15573
15574 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15577
15578 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * spam.el (spam-check-spamassassin-headers): Adapt format for
15581         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15582         <ari@mbf.ocn.ne.jp>.
15583         (spam-list-of-processors): Add spam-use-gmane.
15584
15585 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15588         make-temp-file; make it work with XEmacs as well.
15589
15590         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15591         mm-make-temp-file.
15592
15593         * mm-decode.el (mm-display-external): Use the 3rd arg of
15594         mm-make-temp-file.
15595         (mm-create-image-xemacs): Ditto.
15596
15597 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15600         with message-narrow-to-headers.
15601         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15602         (gnus-draft-check-draft-articles): New function.
15603         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15604
15605 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-art.el (gnus-article-browse-html-parts):
15608         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15609         Don't use suffix argument for mm-make-temp-file for Emacs 21
15610         compatibility.  Remove useless `format'.
15611
15612 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15613
15614         * nnweb.el (nnweb-google-wash-article): Update regexps.
15615         (nnweb-group-alist): Use defvoo instead of defvar.
15616
15617 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15620         re-loading nn* modules.
15621
15622 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15625         for `tool-bar-mode' and don't check it's default-value.
15626
15627         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15628
15629         * message.el (message-make-tool-bar): Ditto.
15630
15631         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15632         `substring'.  Shorten tmp-file name.
15633
15634         * gnus.el: Remove bogus comment.
15635
15636 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15637
15638         * gnus-art.el (gnus-article-browse-html-parts): New function.
15639         (gnus-article-browse-html-article): New function for viewing html
15640         articles with a browser.
15641
15642 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15643
15644         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15645         in elisp.
15646         (pgg-gpg-encrypt-symmetric-region): Ditto.
15647         (pgg-gpg-sign-region): Ditto.
15648
15649         * pgg-def.el (pgg-text-mode): New variable.
15650
15651         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15652         (mml2015-pgg-encrypt): Ditto.
15653
15654         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15655         (mml1991-pgg-encrypt): Ditto.
15656
15657 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * nnfolder.el (nnfolder-insert-newsgroup-line):
15660         Use message-make-date instead of current-time-string.
15661
15662         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15663         to gnus-decoded which mm-uu might set.
15664
15665 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15668         don't decode quoted parameters; remove misimported Emacs code.
15669         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15670         (rfc2231-decode-encoded-string): Don't use split-string which
15671         behaves differently according to Emacs version; use
15672         mm-decode-coding-region to convert charset to coding-system.
15673         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15674         (rfc2231-encode-string): Remove misimported Emacs code.
15675
15676 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15679         when calling mail-header-parse-content-type.
15680         (article-de-quoted-unreadable): Ditto.
15681         (article-de-base64-unreadable): Ditto.
15682         (article-wash-html): Ditto.
15683
15684         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15685         calling mail-header-parse-content-type and
15686         mail-header-parse-content-disposition.
15687         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15688         mail-header-parse-content-type.
15689
15690         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15691         insert charset and format parameters; encode description after
15692         inserting it to buffer.
15693         (mml-insert-parameter): Fold lines properly even if a parameter is
15694         segmented into two or more lines; change the max column to 76.
15695
15696         * rfc1843.el (rfc1843-decode-article-body): Don't use
15697         ignore-errors when calling mail-header-parse-content-type.
15698
15699         * rfc2231.el (rfc2231-parse-string): Return at least type if
15700         possible; don't cause an error even if it fails in parsing of
15701         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15702         (rfc2231-encode-string): Don't break lines at the beginning, leave
15703         it to mml-insert-parameter.
15704
15705         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15706         calling mail-header-parse-content-type.
15707
15708 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15709
15710         * spam-report.el (spam-report-gmane-use-article-number):
15711         Improve doc string.
15712         (spam-report-gmane-internal): Check if a suitable header was found
15713         in the article.
15714
15715 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15718         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15719
15720 2006-02-05  Romain Francoise  <romain@orebokech.com>
15721
15722         Update copyright notices of all files in the gnus directory.
15723
15724 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15725
15726         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15727
15728 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15731         segmented lines of parameter value to cope with Thunderbird 1.5
15732         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15733         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15734         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15735
15736 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15737
15738         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15739         parts.
15740
15741 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15742
15743         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15744         there's only one active file for all servers.
15745         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15746         solid groups.  Gnus might have used a FAST request to select the group.
15747         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15748         and nnweb-search redundantly in the active file.
15749         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15750         (nnweb-request-create-group): Don't use ARGS.
15751         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15752         initialisations.  Let nnoo do the work.
15753
15754 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15757         Say the part has been decoded.
15758
15759         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15760
15761 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15762
15763         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15764         mailcap-viewer-test-cache when there's no 'test clause, since that
15765         will invert the meaning of a "nil" test previously determined by
15766         mailcap-mailcap-entry-passes-test.
15767
15768 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15771         compiling.
15772
15773         * gnus-sum.el: Ditto.
15774
15775         * message.el: Don't bind tool-bar-map when compiling.
15776
15777 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15780
15781 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15782
15783         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15784         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15785         current Google Groups.
15786
15787 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15790         and tool-bar-mode.
15791
15792         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15793         and tool-bar-mode.
15794
15795         * message.el (message-tool-bar-update): Simplify.
15796         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15797
15798         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15799         gnus-summary-buffer.
15800         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15801         gnus-summary-reply.
15802
15803         * gmm-utils.el (gmm): Add :version.
15804
15805 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * Makefile.in (clean): New rule.
15808         (distclean): Use it.
15809
15810 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15811
15812         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15813         Don't autoload.
15814
15815 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gmm-utils.el (gmm-verbose): Add :group.
15818
15819 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * message.el: Change some comments WRT tool-bars.
15822
15823         * gnus-sum.el (gnus-summary-tool-bar)
15824         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15825         (gnus-summary-tool-bar-zap-list): New variables.
15826         (gnus-summary-make-tool-bar): Complete rewrite using
15827         `gmm-tool-bar-from-list'.
15828
15829         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15830         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15831         New variables.
15832         (gnus-group-make-tool-bar): Complete rewrite using
15833         `gmm-tool-bar-from-list'.
15834         (gnus-group-tool-bar-update): New function.
15835
15836         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15837
15838 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15841         is dissected into a single part of which the type is the same as
15842         the given one; decode charset.
15843
15844 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15845
15846         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15847         into alists as symbol not string, since that's what
15848         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15849         look for.
15850
15851 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15854         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15855
15856         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15857
15858 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15861         (gnus-xmas-mime-security-button-menu): New function.
15862
15863         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15864         (gnus-mime-security-button-menu): New definition.
15865         (gnus-mime-security-button-map): Use them.
15866         (gnus-mime-security-button-menu): New function.
15867         (gnus-insert-mime-security-button): Addition to help echo.
15868         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15869         (gnus-mime-security-pipe-part): New functions.
15870
15871         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15872         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15873
15874         * mm-decode.el (mm-handle-set-disposition): Remove.
15875         (mm-handle-set-description): Remove.
15876
15877 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15880         (mm-w3m-standalone-supports-m17n-p): New function.
15881         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15882         w3m usage.
15883
15884         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15885         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15886
15887 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * message.el (message-tool-bar-zap-list):
15890         Use gmm-tool-bar-zap-list as custom type.
15891         (message-tool-bar-update): New function.
15892         (message-tool-bar, message-tool-bar-gnome)
15893         (message-tool-bar-retro): Add message-tool-bar-update.
15894         (message-tool-bar-gnome): Add flyspell-buffer.
15895
15896         * gnus-util.el (gnus-error): Describe `args'.
15897
15898         * gmm-utils.el (gmm-error): Describe `args'.
15899         (gmm-tool-bar-zap-list): New widget.
15900         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15901
15902 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15905         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15906         the number of recursive calls.
15907
15908         * mm-decode.el (mm-handle-set-disposition): New macro.
15909         (mm-handle-set-description): New macro.
15910
15911 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15914         encoding.
15915
15916 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * message.el (message-tool-bar-zap-list, message-tool-bar)
15919         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15920         (message-tool-bar-local-item-from-menu): Remove.
15921         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15922         (message-make-tool-bar): New function.
15923         (message-mode): Use `message-make-tool-bar'.
15924
15925         * gmm-utils.el: New file.
15926         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15927         (gmm-lazy): New widget copied from `nnmail.el'.
15928         (gmm-tool-bar-from-list): New function for creating customizable
15929         tool bars.
15930         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15931         output.
15932         (gmm): Add :prefix to defgroup.
15933
15934 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15935
15936         * gmm-utils.el (gmm-widget-p): New function.
15937
15938 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * mml.el (mml-attach-file): Describe `description' in doc string.
15941         (mml-menu): Add Emacs MIME manual and PGG manual.
15942
15943 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15944
15945         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15946
15947 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15948
15949         * nntp.el (nntp-end-of-line): Doc fix.
15950
15951 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15952
15953         * imap.el (imap-open): Handle case where buffer is a buffer
15954         object.
15955
15956 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15957
15958         * gnus-delay.el (gnus-delay): Don't autoload.
15959         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15960         to be re-loaded when customizing the `gnus-delay' group.
15961
15962 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15963
15964         * message.el (message-insert-citation-line): Use newlines.
15965
15966 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15967
15968         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15969         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15970         these routines, so the passphrase can be managed externally and
15971         passed in to the system.
15972         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15973         pgg-add-passphrase-to-cache function.
15974
15975         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15976         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15977         these routines, so the passphrase can be managed externally and
15978         passed in to the system.
15979         (pgg-pgp5-sign-region): Use new name of
15980         pgg-add-passphrase-to-cache function.
15981
15982 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15983
15984         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15985         part of the decoded armor to find the key-identifier.
15986         (pgg-gpg-lookup-key-owner): New function to return the
15987         human-readable identifier of a key owner.
15988         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15989         itself.
15990         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15991         the key value) if we have a key and can match it against a secret
15992         key.  Also, added a note pointing out fact that the prompt only
15993         indicates the first matching key.
15994
15995         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15996         pgg-decrypt-region.
15997         (pgg-add-passphrase-to-cache): Rename from
15998         `pgg-add-passphrase-cache' to reduce confusion (all callers
15999         changed).
16000         (pgg-remove-passphrase-from-cache): Rename from
16001         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16002         changed).
16003         (pgg-read-passphrase, pgg-add-passphrase-cache)
16004         (pgg-remove-passphrase-cache): Add informative docstrings.
16005         (pgg-decrypt): Convey provided passphrase in subordinate call to
16006         pgg-decrypt-region.
16007
16008 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16009
16010         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16011         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16012         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16013         'passphrase' argument, so the passphrase can be managed externally
16014         and then passed in to the system.
16015
16016         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16017         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16018         so the passphrase cache can be used reliably with identifiers
16019         besides a pgp packet's key id.
16020
16021         * pgg-gpg.el (pgg-gpg-encrypt-region)
16022         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16023         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16024         these routines, so the passphrase can be managed externally and
16025         passed in to the system.
16026
16027         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16028         'notruncate' argument, so the passphrase cache can be used
16029         reliably with identifiers besides a pgp packet's key id.
16030
16031 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16032
16033         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16034         symmetric encryption.
16035         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16036         encrypted session key.
16037         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16038         message ask for the passphrase in a proper way.
16039
16040         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16041         New user commands for symmetric encryption.
16042
16043 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16046
16047         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16048
16049 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16050
16051         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16052
16053 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * mm-decode.el (mm-inlined-types): Add application/pgp.
16056         (mm-automatic-display): Ditto.
16057
16058         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16059         part as text.
16060
16061 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * nnrss.el: Update copyright.
16064         (nnrss-opml-import): Query whether to subscribe to each entry.
16065
16066         * gnus-art.el:
16067         * gnus-sum.el:
16068         * gnus-xmas.el:
16069         * messagexmas.el:
16070         * mm-uu.el:
16071         * mm-view.el: Update copyright.
16072
16073 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16074
16075         * message.el (message-info): New function.
16076         (message-mode-menu): Add it.
16077         Update copyright.
16078
16079         * ChangeLog: Fix and update copyright.
16080
16081 2006-01-13  Romain Francoise  <romain@orebokech.com>
16082
16083         * message.el (message-forward-subject-name-subject): Prefer the
16084         address to 'nowhere' if the sender has no name.
16085         Fix typo.  Update copyright year.
16086
16087 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-art.el (article-wash-html):
16090         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16091         (gnus-article-wash-html-with-w3m-standalone): New function.
16092
16093         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16094         mm-inline-text-html-render-with-w3m-standalone.
16095         (mm-text-html-washer-alist): Map w3m-standalone to
16096         gnus-article-wash-html-with-w3m-standalone.
16097         (mm-inline-text-html-render-with-w3m-standalone): New function.
16098
16099 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16102         Improve LaTeX.
16103
16104 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16107         (nnrss-request-article): Render text/plain parts as HTML.
16108
16109         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16110         the buffer.
16111
16112 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16113
16114         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16115         custom definition of `gnus-posting-styles'.
16116
16117         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16118         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16119
16120 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16123         Use nntp for bug archive.
16124
16125 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16128         parts.
16129         (nnrss-normalize-date): New function converts ISO 8601 date into
16130         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16131         (nnrss-check-group): Use it.
16132
16133 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16136
16137         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16138         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16139         (nnrss-insert-w3): Ditto.
16140
16141 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16144         the articles to be forwarded including the case where neither a
16145         number of articles nor a region is specified.
16146
16147 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * nnrss.el (nnrss-request-article): Fix last change; fill
16150         text/plain parts.
16151
16152 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16155         in text/plain part.
16156         (nnrss-check-group): Don't add excessive newline to dc:subject.
16157
16158 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16159
16160         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16161         article.
16162
16163 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16166         (nnml-use-compressed-files, nnml-save-mail): Support other
16167         comression programs such as bzip2.
16168
16169 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * dns.el (query-dns): Make sure we check the buffer size before
16172         removing tcp headers.
16173
16174 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16177         remove MIME buttons associated with multipart/alternative parts.
16178         (gnus-mime-display-alternative): Tag buttons using `article-type'
16179         text property.
16180
16181         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16182         associated with multipart/alternative parts.
16183
16184         * gnus-art.el (gnus-signature-separator): Fix custom type.
16185
16186         * mm-decode.el (mm-inlined-types): Fix custom type.
16187         (mm-keep-viewer-alive-types): Ditto.
16188         (mm-automatic-display): Ditto.
16189         (mm-attachment-override-types): Ditto.
16190         (mm-inline-override-types): Ditto.
16191         (mm-automatic-external-display): Ditto.
16192
16193 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16194
16195         * spam-report.el (spam-report-user-mail-address)
16196         (spam-report-user-agent): New variables.
16197         (spam-report-url-ping-plain): Use spam-report-user-agent.
16198
16199 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16200
16201         * gnus-art.el (gnus-button-handle-custom): Do not just use
16202         `customize-apropos' for any "M-x customize-*" button but the
16203         function called for.  Accept both the function name and its
16204         argument in order to achieve this.
16205         (gnus-button-alist): Remove support for "custom:" URL's.
16206         Pass function name to `gnus-button-handle-custom' in case of "M-x
16207         customize-*" buttons.
16208
16209 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16212         multipart/alternative and add xref to mm-discouraged-alternatives
16213         in doc string.
16214
16215         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16216         gnus-buttonized-mime-types in doc string.
16217
16218 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16221         Suggest image/.* in the doc string.
16222
16223 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16224
16225         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16226         message-marks (Debian bug #342521).
16227
16228 2005-12-12  Simon Josefsson  <jas@extundo.com>
16229
16230         * password.el (password-read-from-cache): Add.
16231         (password-read): Use it.
16232
16233 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * rfc2047.el (rfc2047-charset-to-coding-system):
16236         Recognize us-ascii as a MIME charset.
16237
16238         * mm-bodies.el (mm-decode-content-transfer-encoding):
16239         Protect against the case where the 2nd arg TYPE is nil.
16240
16241 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * pop3.el (pop3-stream-type): Fix custom version.
16244
16245         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16246
16247 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16248
16249         * mm-decode.el (mm-display-external): Add missing cdr.
16250
16251 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16254         RFC1524) if it is in mailcap or add a suffix according to
16255         mailcap-mime-extensions when generating a temp filename; postpone
16256         deleting a temp file for 2 seconds for some wrappers, shell
16257         scripts, and so on, which might exit right after having started a
16258         viewer command as a background job.
16259
16260 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16261
16262         * nntp.el (nntp-marks-directory): Fix custom group.
16263
16264         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16265         steps when < 10.
16266
16267         * gnus-start.el (gnus-no-server-1):
16268         Mention `gnus-level-default-subscribed' in doc string.
16269
16270 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16271
16272         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16273         parens.
16274
16275 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-xmas.el (gnus-use-toolbar): Revert.
16278         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16279         gnus-use-toolbar is default.
16280
16281         * messagexmas.el (message-use-toolbar): Revert.
16282         (message-setup-toolbar): Use global default-toolbar if
16283         message-use-toolbar is default.
16284
16285 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16288         according to default-toolbar-visible-p.
16289
16290         * messagexmas.el (message-use-toolbar): Ditto.
16291
16292 2005-11-26  Dave Love  <fx@gnu.org>
16293
16294         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16295         (tls-program, tls-success): Provide openssl alternative.
16296
16297         * starttls.el: Doc fixes.
16298         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16299         SERVICE to PORT.
16300
16301         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16302         port null or service name.
16303         (starttls-negotiate): Autoload.
16304
16305 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * message.el (message-kill-to-signature): Fix interactive spec.
16308
16309 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * pop3.el (pop3-open-server): Recognize a string as a service name.
16312
16313 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16314
16315         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16316
16317 2005-11-23  Dave Love  <fx@gnu.org>
16318
16319         Add pop3s, pop3/starttls.
16320
16321         * pop3.el (pop3-authentication-scheme): Clarify doc.
16322         (open-tls-stream, starttls-open-stream): Autoload.
16323         (pop3-stream-type): New.
16324         (pop3-open-server): Use it.
16325
16326         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16327         for POP.
16328         (mail-source-keyword-map): Add :stream for POP.
16329         (mail-source-fetch-pop): Use pop3-stream-type.
16330
16331 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16334         of current-time-string.
16335
16336 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16337
16338         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16339         date header.
16340
16341 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16342
16343         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16344         it can seriously impact performance as it bypasses the agent's
16345         local caches.
16346
16347 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16348
16349         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16350         must be explicitly online rather than "not explicitly offline" for
16351         its flags to be synchronized.
16352
16353         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16354         that gnus-uu-unmark-thread will function correctly.
16355
16356         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16357         1024K is instead displayed as 1M.
16358
16359 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16360
16361         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16362
16363 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16364
16365         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16366
16367 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16368
16369         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16370         error message to display actual error condition.
16371         (gnus-agent-save-local): Avoid saving symbols that are bound to
16372         nil as they simply result in a warning message in
16373         gnus-agent-read-local.
16374
16375 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16378         rather than make-variable-buffer-local for file-precious-flag.
16379
16380 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16381
16382         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16383         for duplicates which are removed.  The invalid sort check then
16384         triggers a rescan after the sort as sorting may have moved
16385         duplicate entries such that they can be cheaply detected.
16386
16387 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16390
16391 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16392
16393         * gnus-agent.el (gnus-agent-article-alist-save-format):
16394         Change internal variable to a custom variable.  Change default value
16395         from compressed(2) to uncompressed(1).
16396         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16397         support for uncompressed agentview files.  Taken together, reading
16398         the agentview file should now be 6-7 times faster.
16399
16400 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16401
16402         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16403         as a buffer-local variable.  This avoids creating truncated
16404         dribble files as a result of a hang up, eg.
16405
16406 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16407
16408         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16409         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16410         XEmacs.
16411
16412 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * gnus-start.el (gnus-start-draft-setup):
16415         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16416
16417         * gnus.el (gnus-splash): Change custom group.
16418         (gnus-group-get-parameter, gnus-group-parameter-value):
16419         Describe allow-list argument.
16420
16421         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16422         string.
16423
16424 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * gnus-art.el (gnus-default-article-saver): Add user-defined
16427         `function' to custom type.
16428
16429 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16430
16431         * imap.el (imap-open): Handle case where buffer is a buffer
16432         object.
16433
16434 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16437         long lines.
16438         (gnus-cache-delete-group): Wrap doc strings.
16439
16440         * gnus-agent.el (gnus-agent-rename-group)
16441         (gnus-agent-delete-group): Wrap doc strings.
16442
16443 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * messagexmas.el (message-use-toolbar): Change the valid values
16446         into default, top, bottom, left, and right.
16447         (message-toolbar-thickness): New variable.
16448         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16449         well.
16450         (message-setup-toolbar): Make it work.
16451
16452         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16453         (gnus-use-toolbar): Change the valid values into default, top,
16454         bottom, left, and right.
16455         (gnus-toolbar-thickness): New variable.
16456         (gnus-xmas-setup-toolbar): New function.
16457         (gnus-xmas-setup-group-toolbar): Use it.
16458         (gnus-xmas-setup-summary-toolbar): Use it.
16459
16460 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16461
16462         * gnus-start.el (gnus-1): Add "native" to
16463         gnus-predefined-server-alist.
16464
16465         * gnus.el (gnus-method-to-server): Don't add "native" to the
16466         lists here, because that leads to problems when
16467         gnus-select-method is bound.
16468
16469 2005-11-09  Simon Josefsson  <jas@extundo.com>
16470
16471         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16472         use (not sort-by-date) instead.
16473
16474 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16475
16476         * gnus-delay.el (gnus-delay-group): Don't autoload.
16477         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16478         to be re-loaded when customizing the `gnus-delay' group.
16479
16480 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16481
16482         * message.el: Revert last changes.
16483         (message-insert-citation-line): Use newlines.
16484
16485 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16486
16487         * message.el (message-courtesy-message)
16488         (message-mark-insert-begin, message-mark-insert-end)
16489         (message-elide-ellipsis, message-cancel-message)
16490         (message-add-header, message-change-subject)
16491         (message-cross-post-followup-to-header)
16492         (message-cross-post-insert-note, message-reduce-to-to-cc)
16493         (message-widen-reply, message-delete-not-region)
16494         (message-kill-to-signature, message-insert-signature)
16495         (message-insert-importance-high, message-insert-importance-low)
16496         (message-insert-or-toggle-importance)
16497         (message-insert-disposition-notification-to)
16498         (message-indent-citation, message-yank-original)
16499         (message-cite-original-without-signature, message-cite-original)
16500         (message-insert-citation-line, message-position-on-field)
16501         (message-fix-before-sending, message-send-mail-partially)
16502         (message-send-mail, message-send-mail-with-sendmail)
16503         (message-send-mail-with-qmail, message-send-news)
16504         (message-check-news-header-syntax, message-generate-headers)
16505         (message-insert-courtesy-copy, message-fill-address)
16506         (message-fill-header, message-shorten-references)
16507         (message-setup-1, message-cancel-news)
16508         (message-forward-make-body-plain, message-forward-make-body-mime)
16509         (message-forward-make-body-mml, message-encode-message-body)
16510         (message-forward-make-body-digest-plain)
16511         (message-forward-make-body-digest-mime)
16512         (message-use-alternative-email-as-from): Insert `hard-newline'
16513         instead of ordinary newlines.
16514
16515 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * message.el (message-generate-headers): Downcase the argument
16518         given to message-check-element.
16519
16520 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16521
16522         * nntp.el (nntp-authinfo-rejected): New error condition.
16523         (nntp-wait-for): Use new error condition to signal authentication
16524         error.
16525         (nntp-retrieve-data): Rethrow new error condition to break out of
16526         recursive call to nntp-send-authinfo.
16527
16528 2005-11-08  Romain Francoise  <romain@orebokech.com>
16529
16530         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16531         (gnus-summary-exit-map): Bind to `Z p'.
16532         (gnus-summary-make-menu-bar): Add menu item.
16533
16534 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16537         (gnus-treat-*): Add `first' in all doc strings.
16538
16539         * gnus-group.el (gnus-group-compact-group): Fix typo.
16540
16541 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * gnus.el (gnus-parameters-case-fold-search): New variable.
16544         (gnus-parameters-get-parameter): Use it.
16545
16546         * gnus-score.el (gnus-home-score-file): Doc fix.
16547
16548 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16549
16550         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16551
16552 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * mm-util.el (mm-special-display-p): New function.
16555
16556         * mml.el (mml-preview): Use it; doc fix.
16557
16558 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16559
16560         * imap.el (imap-open): Handle case where buffer is a buffer object.
16561
16562 2005-10-29  Romain Francoise  <romain@orebokech.com>
16563
16564         * message.el (message-fix-before-sending): Fix comment.
16565
16566 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16567
16568         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16569
16570 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16571
16572         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16573         Used in gnus-score.el.
16574
16575 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16578
16579 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16582         whitespace removed in revision 7.8.  Use concatenated string to
16583         protect trailing whitespace.
16584
16585 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
16586
16587         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16588         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16589         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16590         Courier IMAP ("some version from 2004").  Mostly based on similar
16591         code in the same function.
16592
16593 2005-10-26  Didier Verna  <didier@xemacs.org>
16594
16595         * gnus-group.el (gnus-group-compact-group): Invalidate original
16596         article buffer.
16597         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16598         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16599         NOV database and in article itself.
16600         Invalidate article backlog.
16601
16602 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16603
16604         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16605
16606 2005-10-26  Simon Josefsson  <jas@extundo.com>
16607
16608         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16609         part of 2004-07-25 change.
16610
16611 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * message.el (message-display-completion-list): New function.
16614         (message-expand-group): Use it; make sure the Completions buffer
16615         is modifiable.
16616 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16617
16618         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16619         user-mail-name is an empty string.
16620
16621 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16624         depending on gnus-score-decay-constant.
16625
16626         * encrypt.el (encrypt-insert-file-contents)
16627         (encrypt-write-file-contents): Don't use `gnus-message'.
16628
16629         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16630         arguments.
16631         (mm-uu-type-alist): Add message-marks and insert-marks.
16632         Pass arguments to mm-uu-verbatim-marks-extract.
16633         (mm-uu-hide-markers): New variable.
16634         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16635
16636         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16637         (gnus-convert-image-to-face-command): Use "convert" by default to
16638         allow other input image formats.
16639         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16640         accordingly.
16641
16642 2005-10-23  Simon Josefsson  <jas@extundo.com>
16643
16644         * imap.el (imap-gssapi-program): Align command line parameters
16645         with latest GNU SASL.
16646         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16647
16648 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16649
16650         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16651         HTML.
16652         (nnslashdot-request-article): Ditto.
16653
16654         * lpath.el (featurep): Add nobreak-char-display.
16655
16656 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16657
16658         * mail-source.el (mail-source-fetch-pop): Require pop3.
16659         (mail-source-check-pop): Ditto.
16660
16661 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16664         errors.
16665
16666 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16669         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16670
16671         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16672
16673         * mm-bodies.el (mm-decode-string):
16674         Call `mm-charset-to-coding-system' with allow-override argument.
16675
16676 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16679         (rfc2047-charset-to-coding-system): New function.
16680         (rfc2047-decode-encoded-words): New function.
16681         (rfc2047-decode-region): Use them.
16682         (rfc2047-decode-cte): Remove.
16683         (rfc2047-parse-and-decode): Remove.
16684         (rfc2047-decode): Remove.
16685
16686 2005-10-15  Kenichi Handa  <handa@m17n.org>
16687
16688         * rfc2047.el (rfc2047-decode-cte): New function.
16689         (rfc2047-decode-region): Change the way to decode successive
16690         encoded-words: decode B- or Q-encoding in each encoded-word,
16691         concatenate them, and decode it as charset.
16692
16693 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * lpath.el: Fbind codepage-setup for XEmacs.
16696
16697 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16698
16699         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16700         widget-move-and-invoke.
16701         (gnus-custom-mode): Use gnus-custom-map.
16702
16703 2005-10-15  Bill Wohler  <wohler@newt.com>
16704
16705         * message.el (message-tool-bar-map): Rename image file from
16706         mail_send to mail/send.
16707
16708 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16709
16710         * message.el (message-expand-group): Pass the common
16711         prefix substring of completion to `display-completion-list'.
16712
16713 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * mml-sec.el (mml-secure-method): New internal variable.
16716         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16717         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16718         New functions using mml-secure-method.
16719
16720         * mml.el (mml-mode-map): Add key bindings for those functions.
16721         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16722         Harder <harder@myrealbox.com>.
16723         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16724         Goto end of message if point is the headers of the message.
16725
16726         * message.el (message-in-body-p): New function.
16727
16728         * assistant.el: Autoload gnus-util and netrc.
16729
16730         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16731         Use `mm-charset-override-alist' only when decoding.
16732
16733         * mm-bodies.el (mm-decode-body):
16734         Call `mm-charset-to-coding-system' with allow-override argument.
16735
16736         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16737         `filename' from Content-Disposition if Content-Type doesn't
16738         provide `name'.
16739         (gnus-mime-view-part-as-type): Set default instead of
16740         initial-input.
16741
16742 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16743
16744         * format-spec.el (format-spec): Propagate text properties of % spec.
16745
16746 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * gnus-art.el (gnus-treat-predicate): Add `first'.
16749
16750 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16753         (mm-charset-override-alist): New variable.
16754         (mm-charset-to-coding-system): Use it.
16755         (mm-codepage-setup): New helper function.
16756         (mm-charset-eval-alist): New variable.
16757         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16758         Warn about unknown charsets.
16759
16760         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16761
16762 2005-10-04  David Hansen  <david.hansen@gmx.net>
16763
16764         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16765         (nnrss-check-group): Ditto.
16766
16767 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16770         Rename x-gnus-verbatim to x-verbatim.
16771         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16772
16773         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16774         x-verbatim.
16775
16776         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16777
16778         * gnus-util.el (gnus-remove-duplicates): Remove.
16779
16780         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16781         instead of gnus-remove-duplicates.
16782
16783         * message.el (message-remove-duplicates): Remove.
16784         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16785         message-remove-duplicates.
16786
16787         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16788         available, else use implementation from `delete-dups'.
16789
16790         * message.el (message-insert-expires): New function.
16791         (message-mode-map): Add key binding.
16792         (message-mode-field-menu): Add menu entry.
16793         (message-mode): Document it.
16794         (message-make-expires-date): Use `message-make-date'.
16795
16796 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16797
16798         * message.el (message-make-expires-date): New function.
16799
16800 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * Makefile.in (list-installed-shadows): New entry.
16803         (install): Use it.
16804         (remove-installed-shadows): New entry.
16805
16806         * dgnushack.el (dgnushack-default-load-path): New variable.
16807         (dgnushack-find-lisp-shadows): New function.
16808         (dgnushack-remove-lisp-shadows): New function.
16809
16810 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * Makefile.in (install-el-elc): New entry.
16813         (install): Use it so that .el files are necessarily installed.
16814
16815 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16818
16819 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16820
16821         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16822         function rather than the diff-mode.el package.
16823         (mm-display-external): Use with-current-buffer.
16824         (mm-viewer-completion-map, mm-viewer-completion-map):
16825         Move initialization inside declaration.
16826
16827 2005-09-29  Simon Josefsson  <jas@extundo.com>
16828
16829         * spam.el: Load hashcash when compiling, to avoid warnings.
16830         Don't autoload mail-check-payment.
16831         (spam-check-hashcash): Define unconditionally, since hashcash.el
16832         is part of Gnus now.  Ignore errors from payment checking.
16833
16834 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * message.el (message-bold-region, message-unbold-region):
16837         Rename from `bold-region' and `unbold-region'.
16838
16839         * message.el: Remove useless autoloads.
16840
16841 2005-09-28  Simon Josefsson  <jas@extundo.com>
16842
16843         * message.el (message-use-idna): Default to t.
16844         (message-use-idna): Test whether encoding works too.  Doc fix.
16845
16846 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * nntp.el (nntp-warn-about-losing-connection): Remove.
16849
16850 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16853         customizable.  Change default value.
16854         (mm-uu-diff-groups-regexp): Change default value.
16855         (mm-uu-type-alist): Add doc string.
16856         (mm-uu-configure): Add doc string.  Make it interactive.
16857         (mm-uu-tex-groups-regexp): New variable.
16858         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16859         (mm-uu-type-alist): Add LaTeX documents.
16860         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16861         of "text/verbatim".
16862         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16863
16864         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16865         instead of "text/verbatim".
16866
16867         * message.el (message-mark-inserted-region)
16868         (message-mark-insert-file): Use slrn style marks when called with
16869         prefix argument.
16870
16871 2005-09-27  Simon Josefsson  <jas@extundo.com>
16872
16873         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16874
16875 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
16876
16877         * message.el (message-remove-duplicates): New function.
16878         Implementation borrowed from `gnus-remove-duplicates'.
16879         (message-idna-to-ascii-rhs): Also encode idna addresses in
16880         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16881         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16882         only ask about the same idna domain once per header and also tell
16883         in what header to replace the idna domain.
16884
16885         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16886         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16887         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16888         a header is decoded and not just the last one.
16889
16890 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16893         has been decoded.
16894
16895         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16896         (mm-insert-part): Don't modify text if it has been decoded.
16897
16898         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16899         decoded.
16900
16901         * mm-view.el (mm-inline-text): Don't strip text props unless
16902         decoding enriched or richtext parts.
16903
16904 2005-09-25  Romain Francoise  <romain@orebokech.com>
16905
16906         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16907         * gnus-start.el (gnus-subscribe-interactively):
16908         * gnus-uu.el (gnus-uu-grab-articles):
16909         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16910         space.
16911
16912 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16913
16914         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16915         * mm-view.el (mm-view-pkcs7-decrypt):
16916         * gnus-sum.el (gnus-summary-limit-to-extra)
16917         (gnus-summary-respool-article, gnus-read-move-group-name):
16918         * gnus-score.el (gnus-summary-increase-score):
16919         * gnus-util.el (gnus-completing-read-with-default):
16920         * gnus-art.el (gnus-read-save-file-name)
16921         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16922         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16923         * message.el (message-check-news-header-syntax):
16924         Follow convention for reading with the minibuffer.
16925
16926 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16927
16928         * spam-report.el (spam-report-url-ping-plain):
16929         Use gnus-extended-version as User-Agent.
16930
16931         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16932         default value is nil.
16933
16934         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16935         (mm-uu-verbatim-marks-extract): New function.
16936         (mm-uu-extract): New face.
16937         (mm-uu-copy-to-buffer): Use it.
16938
16939         * spam-report.el (spam-report-gmane-ham): Rename from
16940         `spam-report-gmane-unspam'.
16941         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16942         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16943
16944         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16945         Autoload.
16946         (spam-report-gmane-unregister-routine):
16947         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16948
16949 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16952         (spam-report-gmane-unregister-routine): Add support for gmane
16953         unregistration.
16954
16955         * spam-report.el (spam-report-gmane-unspam)
16956         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16957         (spam-report-gmane): Change to take a single article and do unspam
16958         registration.
16959
16960 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * mm-url.el (mm-url-decode-entities): Fix regexp.
16963
16964 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16965
16966         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16967         default to nil, to be able to use Gnus at all.  If the default
16968         switches to something else, then the function should be fixed not
16969         be exceedingly slow.
16970
16971 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16974         fail hard.
16975
16976         * spam-report.el: Add better Keywords line.
16977
16978         * spam.el: Add Maintainer and better Keywords line.
16979
16980 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * gnus-art.el (gnus-article-replace-part)
16983         (gnus-mime-replace-part): New functions.
16984         (gnus-mime-action-alist, gnus-mime-button-commands)
16985         (gnus-mime-save-part-and-strip): Add file argument.
16986         (gnus-article-part-wrapper): Add interactive argument.
16987
16988         * gnus-sum.el (gnus-summary-mime-map):
16989         Add `gnus-article-replace-part'.
16990
16991 2005-09-19  Didier Verna  <didier@xemacs.org>
16992
16993         The nnml compaction feature:
16994         * nnml.el (nnml-request-compact-group): New function.
16995         * nnml.el (nnml-request-compact): New function.
16996         * gnus-int.el (gnus-request-compact-group): New function.
16997         * gnus-int.el (gnus-request-compact): New function.
16998         * gnus-group.el (gnus-group-compact-group): New function.
16999         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17000         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17001         * gnus-srvr.el (gnus-server-compact-server): New function.
17002         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17003         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17004
17005 2005-09-18  Deepak Goel  <deego@gnufans.org>
17006
17007         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17008         format spec.
17009
17010 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17013
17014 2005-09-15  Romain Francoise  <romain@orebokech.com>
17015
17016         * message.el (message-fill-paragraph): Clarify docstring.
17017
17018 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * gnus-art.el (gnus-mime-display-part): Protect against broken
17021         MIME messages.
17022
17023 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17026         before parsing header.
17027
17028 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17029
17030         * html2text.el (html2text-replace-list): Add new entities.
17031
17032 2005-09-11  Romain Francoise  <romain@orebokech.com>
17033
17034         * message.el (message-alternative-emails): Improve docstring.
17035         (message-setup-1): Call `message-use-alternative-email-as-from'
17036         after `message-setup-hook' to give it precedence over posting
17037         styles, etc.
17038         (message-use-alternative-email-as-from): Add docstring.
17039         Remove the original From header if present.
17040
17041         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17042         (nnml-save-mail): Use it.
17043
17044         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17045         articles.  Add new argument `silent'.
17046         (gnus-uu-mark-all): Report the total number of marked articles.
17047
17048 2005-09-10  Romain Francoise  <romain@orebokech.com>
17049
17050         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17051         (gnus-uu-mark-series): Likewise.
17052
17053 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * spam-report.el (spam-report-gmane): Fix generation of spam
17056         report URL.
17057
17058 2005-09-10  Simon Josefsson  <jas@extundo.com>
17059
17060         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17061         t, based on discussion on the ding list with Robert Epprecht
17062         <epprecht@solnet.ch>.
17063
17064 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * spam-report.el (spam-report-gmane): Make it work without
17067         X-Report-Spam header.  Gmane now only provides Archived-At.
17068         This is only used if `spam-report-gmane-use-article-number' is nil.
17069         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17070
17071         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17072         make `gnus-summary-sort-by-recipient' work with threading.
17073
17074         * nnweb.el (nnweb-google-wash-article): Print a message if article
17075         is not available.
17076
17077 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17078
17079         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17080         change.  Decode text/* parts content before displaying.
17081
17082 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17085
17086 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17089
17090         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17091         url-package-name, url-package-version,
17092         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17093         w3m-display-inline-images, and w3m-minor-mode-map.
17094
17095 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * message.el (message-tab-body-function): Fix mismatched custom type.
17098
17099         * gnus.el (gnus-group-change-level-function): Ditto.
17100
17101         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17102
17103         * gnus-art.el (gnus-signature-limit)
17104         (gnus-article-mime-part-function): Ditto.
17105
17106 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * mml.el (mml-mode): Silence the byte compiler.
17109
17110         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17111         using `(sit-for 0)' before moving the point to the specified part;
17112         skip unbuttonized parts.
17113         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17114         return to the summary window if gnus-auto-select-part is non-nil.
17115
17116 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17119         New variables.
17120         (mml-dnd-attach-file, mml-mode): Use them.
17121
17122         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17123         Make fetching article by MID work again for Google Groups.
17124         Add FIXME concerning gnus-group-make-web-group.
17125
17126         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17127         Don't depend on Gnus by using mail-extract-address-components if
17128         gnus-extract-address-components is not bound.
17129
17130 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17131
17132         * gnus-art.el (gnus-mime-display-security): Don't display the
17133         signature, but only the signed part.
17134
17135 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17138
17139         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17140         list, not listp.
17141
17142 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17143
17144         * mm-encode.el (mm-encode-content-transfer-encoding):
17145         Likewise when encoding.
17146
17147         * mm-bodies.el (mm-decode-content-transfer-encoding):
17148         De-canonicalize CRLF for all text content types, not just
17149         text/plain.
17150
17151 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17154         valid article; point arrow and cursor at the MIME button.
17155
17156 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17159         Suggested by Dan Christensen <jdc@uwo.ca>.
17160
17161         * mm-decode.el (mm-save-part): Enable change of prompt.
17162
17163 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17164
17165         * gnus-msg.el (gnus-inews-add-send-actions):
17166         Make `message-post-method' lambda parameter ARG `&optional'.
17167
17168 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * gnus-sum.el (gnus-summary-mime-map):
17171         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17172         gnus-article-jump-to-part.
17173
17174         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17175         (gnus-article-edit-part): Use it.
17176         (gnus-article-part-wrapper): Add no-handle argument.
17177         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17178         New functions.
17179
17180 2005-08-29  Romain Francoise  <romain@orebokech.com>
17181
17182         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17183         docstring.
17184         (gnus-face-from-file): Likewise.
17185
17186 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17189         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17190         non-nil.
17191         (gnus-auto-select-part): New variable.
17192         (gnus-article-jump-to-part): New function.
17193         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17194         (gnus-mime-delete-part): Allow selecting specified part after
17195         deleting or stripping parts.
17196         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17197         part if argument is bogus.
17198
17199 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17200
17201         * gnus-art.el (w3m-minor-mode-map):
17202         * gnus-spec.el (gnus-newsrc-file-version):
17203         * gnus-util.el (nnmail-active-file-coding-system)
17204         (gnus-original-article-buffer, gnus-user-agent):
17205         * gnus.el (gnus-ham-process-destinations)
17206         (gnus-parameter-ham-marks-alist)
17207         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17208         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17209         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17210         * mm-decode.el (gnus-current-window-configuration):
17211         * mm-extern.el (gnus-article-mime-handles):
17212         * mm-url.el (url-current-object, url-package-name)
17213         (url-package-version):
17214         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17215         (smime-keys, w3m-cid-retrieve-function-alist)
17216         (w3m-current-buffer, w3m-display-inline-images)
17217         (w3m-minor-mode-map):
17218         * mml-smime.el (gnus-extract-address-components):
17219         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17220         (gnus-newsrc-hashtb, message-default-charset)
17221         (message-deletable-headers, message-options)
17222         (message-posting-charset, message-required-mail-headers)
17223         (message-required-news-headers):
17224         * mml1991.el (mc-pgp-always-sign):
17225         * mml2015.el (mc-pgp-always-sign):
17226         * nnheader.el (nnmail-extra-headers):
17227         * rfc1843.el (gnus-decode-encoded-word-function)
17228         (gnus-decode-header-function, gnus-newsgroup-name):
17229         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17230
17231 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17232
17233         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17234         the end of the date treatments.
17235
17236 2005-08-15  Simon Josefsson  <jas@extundo.com>
17237
17238         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17239         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17240         Capello and Romain Francoise.
17241         (pgg-fetch-key-function): Remove, not used?
17242         (pgg-insert-url-with-w3): Require url, to get
17243         url-insert-file-contents regardless of where it is defined.
17244
17245 2005-08-13  Romain Francoise  <romain@orebokech.com>
17246
17247         * message.el (message-cite-original-1): New function.
17248         (message-cite-original): Use it.
17249         (message-cite-original-without-signature): Ditto.
17250
17251 2005-08-08  Romain Francoise  <romain@orebokech.com>
17252
17253         * message.el (message-yank-empty-prefix): New variable.
17254         (message-indent-citation): Use it.
17255         (message-cite-original-without-signature): Respect X-No-Archive.
17256
17257 2005-08-08  Simon Josefsson  <jas@extundo.com>
17258
17259         * pgg.el: Autoload url-insert-file-contents instead of loading
17260         w3/url.
17261         (pgg-insert-url-with-w3): Don't load url here.
17262
17263 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17264
17265         * message.el (message-kill-to-signature): Don't insert newline at
17266         bol.
17267         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17268
17269 2005-08-06  Romain Francoise  <romain@orebokech.com>
17270
17271         * message.el (message-user-fqdn): Fix typo in docstring.
17272
17273 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17274
17275         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17276
17277         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17278
17279 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * mm-bodies.el (mm-encode-body): Use coding system rather than
17282         charset to encode text.
17283
17284         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17285         number of charsets if utf-8 is available (XEmacs).
17286
17287 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17290         taken from `gnus-button-mid-or-mail-regexp'.
17291         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17292         (gnus-button-alist): Improve regexp for domain part of the MIDs
17293         for news:localpart@domain buttons.
17294         (gnus-button-ctan-directory-regexp): Update.
17295
17296 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * sieve-manage.el (sieve-manage-interactive-login):
17299         Use make-local-variable rather than make-variable-buffer-local.
17300         (sieve-manage-open): Ditto.
17301         (sieve-manage-authenticate): Ditto.
17302
17303         * mml.el (mml-generate-mime-1): Make the content type default to
17304         text/plain if the filename is not specified.
17305
17306 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17309         instead of insert-buffer.
17310
17311         * message.el (message-yank-original): Ditto; set the mark at the
17312         end of the yanked message.
17313
17314 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17317         lines to scroll rather than to stop it.
17318
17319         * mml.el (mml-generate-default-type): Add doc string.
17320         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17321         default to application/octet-stream when determining the content
17322         type if it is not specified for the part or the mml contents; add
17323         a comment about mml-generate-default-type.
17324
17325 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17328         make it default to application/octet-stream when determining the
17329         content type if it is not specified for the external contents.
17330
17331 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17334         segmented parameter but also other parameters might be there.
17335
17336 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * mm-decode.el (mm-display-external): Delete temp file, directory
17339         and buffer immediately if the external process is exited.
17340
17341 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17344         fewer lines than that of scroll-margin.
17345         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17346
17347 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-art.el (gnus-article-next-page): Revert.
17350         (gnus-article-beginning-of-window): New macro.
17351         (gnus-article-next-page-1): Use it.
17352         (gnus-article-prev-page): Ditto.
17353         (gnus-article-edit-part): Use insert-buffer-substring instead of
17354         insert-buffer.
17355         (gnus-article-edit-exit): Ditto.
17356
17357         * gnus-util.el (gnus-beginning-of-window): Remove.
17358         (gnus-end-of-window): Remove.
17359
17360         * lpath.el: Don't bind header-line-format and scroll-margin.
17361
17362 2005-07-25  Simon Josefsson  <jas@extundo.com>
17363
17364         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17365         to have the url package without w3.  Reported by Daiki Ueno
17366         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17367
17368 2005-07-20  Didier Verna  <didier@xemacs.org>
17369
17370         * gnus-diary.el: Remove the description comment (nndiary is now
17371         properly documented in the Gnus manual).
17372         Fix the spelling of "Back End".
17373         * nndiary.el: Ditto.
17374         Fix the copyright notice.
17375
17376 2005-07-18  Romain Francoise  <romain@orebokech.com>
17377
17378         * gnus-sum.el (gnus-summary-to-prefix)
17379         (gnus-summary-newsgroup-prefix): New variables.
17380         (gnus-summary-from-or-to-or-newsgroups): Use them.
17381
17382 2005-07-17  Romain Francoise  <romain@orebokech.com>
17383
17384         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17385         space as it's generally not especially interesting to the user.
17386
17387 2005-07-16  Romain Francoise  <romain@orebokech.com>
17388
17389         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17390         nil to avoid prompting and file modification if one of the
17391         messages at the top of the nnfolder file contains a copyright
17392         notice.
17393         Update copyright notice.
17394
17395         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17396         instead of `current-time-string' as the latter creates a time
17397         string that is not RFC 2822 compliant (it lacks the zone).
17398         Update copyright notice.
17399
17400 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17401
17402         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17403         for text/rtf.  Display default in prompt.  Pass default for M-n.
17404
17405         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17406
17407 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17408
17409         * gnus-msg.el (gnus-button-mailto):
17410         Remove save-selected-window-window hackery because it relies on
17411         save-selected-window internals.
17412
17413 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17416         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17417         (gnus-article-prev-page): Ditto.
17418
17419         * gnus-util.el (gnus-beginning-of-window): New function.
17420         (gnus-end-of-window): New function.
17421
17422         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17423
17424 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17425
17426         * gnus-score.el (gnus-score-edit-all-score):
17427         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17428         gnus-message.
17429
17430 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17431
17432         * gnus-msg.el (gnus-button-mailto):
17433         Remove save-selected-window-window hackery because it relies on
17434         save-selected-window internals.
17435
17436 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17439         add-minor-mode.
17440         (gnus-binary-mode): Ditto.
17441
17442         * gnus-topic.el (gnus-topic-mode): Ditto.
17443
17444 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17445
17446         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17447         (gnus-article-prev-page): Take scroll-margin into consideration.
17448
17449 2005-07-04  Lute Kamstra  <lute@gnu.org>
17450
17451         Update FSF's address in GPL notices.
17452
17453 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17454
17455         * gnus.el (gnus-exit):
17456         * gnus-group.el (gnus-group-icons):
17457         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17458
17459         * gnus-nocem.el (gnus-nocem):
17460         * message.el (message-various, message-buffers, message-sending)
17461         (message-interface, message-forwarding, message-insertion)
17462         (message-headers, message-news, message-mail):
17463         * pgg-gpg.el (pgg-gpg):
17464         * pgg-parse.el (pgg-parse):
17465         * pgg-pgp.el (pgg-pgp):
17466         * pgg-pgp5.el (pgg-pgp5):
17467         * pop3.el (pop3): Finish `defgroup' description with period.
17468
17469 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * gnus-art.el (article-display-face): Improve the efficiency.
17472         (article-display-x-face): Ditto; remove grey x-face stuff.
17473
17474 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-art.el (article-display-face): Correct the position in
17477         which Faces are inserted.
17478
17479 2005-06-29  Didier Verna  <didier@xemacs.org>
17480
17481         * gnus-art.el (article-display-face): Display faces in correct
17482         order.
17483
17484 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17487         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17488         (gnus-nocem-check-article): Fetch the Type header.
17489         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17490         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17491         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17492         make sure gnus-nocem-hashtb is initialized.
17493         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17494         (gnus-nocem-unwanted-article-p): Ditto.
17495
17496         * pgg.el (pgg-verify): Return the verification result.
17497
17498 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17499
17500         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17501         is ascii.
17502
17503 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17504
17505         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17506         `show-nonbreak-escape'.
17507
17508 2005-06-23  Lute Kamstra  <lute@gnu.org>
17509
17510         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17511
17512         * dig.el (dig-mode):
17513         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17514
17515 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17516
17517         * nnimap.el (nnimap-split-download-body): Fix spellings.
17518
17519 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17520
17521         * gnus-art.el (gnus-article-encrypt-body):
17522         * gnus-cus.el (gnus-score-customize):
17523         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17524         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17525
17526 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
17527
17528         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17529         header by looking for magic "MII" at the beginnig.
17530
17531 2005-06-16  Miles Bader  <miles@gnu.org>
17532
17533         * gnus-xmas.el (gnus-xmas-group-startup-message):
17534         Use renamed gnus-splash face.
17535
17536         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17537         (assistant-field-face): New backward-compatibility alias for renamed
17538         face.
17539         (assistant-render-text): Use renamed assistant-field face.
17540
17541         * spam.el (spam): Remove "-face" suffix from face name.
17542         (spam-face): New backward-compatibility alias for renamed face.
17543         (spam-face, spam-initialize): Use renamed spam face.
17544
17545         * message.el (message-header-to, message-header-cc)
17546         (message-header-subject, message-header-newsgroups)
17547         (message-header-other, message-header-name)
17548         (message-header-xheader, message-separator, message-cited-text)
17549         (message-mml): Remove "-face" suffix from face names.
17550         (message-header-to-face, message-header-cc-face)
17551         (message-header-subject-face, message-header-newsgroups-face)
17552         (message-header-other-face, message-header-name-face)
17553         (message-header-xheader-face, message-separator-face)
17554         (message-cited-text-face, message-mml-face):
17555         New backward-compatibility aliases for renamed faces.
17556         (message-font-lock-keywords): Use renamed message faces.
17557
17558         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17559         (sieve-test-commands, sieve-tagged-arguments):
17560         Remove "-face" suffix from face names.
17561         (sieve-control-commands-face, sieve-action-commands-face)
17562         (sieve-test-commands-face, sieve-tagged-arguments-face):
17563         New backward-compatibility aliases for renamed faces.
17564         (sieve-control-commands-face, sieve-action-commands-face)
17565         (sieve-test-commands-face, sieve-tagged-arguments-face):
17566         Use renamed sieve faces.
17567
17568         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17569         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17570         (gnus-group-news-3-empty, gnus-group-news-4)
17571         (gnus-group-news-4-empty, gnus-group-news-5)
17572         (gnus-group-news-5-empty, gnus-group-news-6)
17573         (gnus-group-news-6-empty, gnus-group-news-low)
17574         (gnus-group-news-low-empty, gnus-group-mail-1)
17575         (gnus-group-mail-1-empty, gnus-group-mail-2)
17576         (gnus-group-mail-2-empty, gnus-group-mail-3)
17577         (gnus-group-mail-3-empty, gnus-group-mail-low)
17578         (gnus-group-mail-low-empty, gnus-summary-selected)
17579         (gnus-summary-cancelled, gnus-summary-high-ticked)
17580         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17581         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17582         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17583         (gnus-summary-low-undownloaded)
17584         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17585         (gnus-summary-low-unread, gnus-summary-normal-unread)
17586         (gnus-summary-high-read, gnus-summary-low-read)
17587         (gnus-summary-normal-read, gnus-splash):
17588         Remove "-face" suffix from face names.
17589         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17590         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17591         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17592         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17593         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17594         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17595         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17596         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17597         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17598         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17599         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17600         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17601         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17602         (gnus-summary-normal-ticked-face)
17603         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17604         (gnus-summary-normal-ancient-face)
17605         (gnus-summary-high-undownloaded-face)
17606         (gnus-summary-low-undownloaded-face)
17607         (gnus-summary-normal-undownloaded-face)
17608         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17609         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17610         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17611         (gnus-splash-face):
17612         New backward-compatibility aliases for renamed faces.
17613         (gnus-group-startup-message): Use renamed gnus faces.
17614
17615         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17616         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17617         (gnus-server-agent): Remove "-face" suffix from face names.
17618         (gnus-server-agent-face, gnus-server-opened-face)
17619         (gnus-server-closed-face, gnus-server-denied-face)
17620         (gnus-server-offline-face):
17621         New backward-compatibility aliases for renamed faces.
17622         (gnus-server-agent-face, gnus-server-opened-face)
17623         (gnus-server-closed-face, gnus-server-denied-face)
17624         (gnus-server-offline-face): Use renamed gnus faces.
17625
17626         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17627         Remove "-face" suffix from face names.
17628         (gnus-picon-xbm-face, gnus-picon-face):
17629         New backward-compatibility aliases for renamed faces.
17630
17631         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17632         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17633         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17634         (gnus-cite-11): Remove "-face" suffix from face names.
17635         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17636         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17637         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17638         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17639         New backward-compatibility aliases for renamed faces.
17640         (gnus-cite-attribution-face, gnus-cite-face-list)
17641         (gnus-article-boring-faces): Use renamed gnus faces.
17642
17643         * gnus-art.el (gnus-signature, gnus-header-from)
17644         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17645         (gnus-header-content): Remove "-face" suffix from face names.
17646         (gnus-signature-face, gnus-header-from-face)
17647         (gnus-header-subject-face, gnus-header-newsgroups-face)
17648         (gnus-header-name-face, gnus-header-content-face):
17649         New backward-compatibility aliases for renamed faces.
17650         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17651
17652         * gnus-sum.el (gnus-summary-selected-face)
17653         (gnus-summary-highlight): Use renamed gnus faces.
17654         * gnus-group.el (gnus-group-highlight): Likewise.
17655
17656 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17657
17658         * gnus-sieve.el (gnus-sieve-article-add-rule):
17659         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17660         * spam-stat.el (spam-stat-buffer-change-to-spam)
17661         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17662
17663         * message.el (message-is-yours-p):
17664         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17665
17666 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17667
17668         * mm-view.el (mm-inline-text): Withdraw the last change.
17669
17670 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17673         executing enriched-decode.
17674
17675 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17678         charset of tar files.
17679
17680 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17681
17682         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17683
17684 2005-06-04  Lute Kamstra  <lute@gnu.org>
17685
17686         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17687         information is never recorded.
17688
17689 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17690
17691         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17692
17693 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * pop3.el (pop3-apop): Run md5 in the binary mode.
17696
17697         * starttls.el (starttls-set-process-query-on-exit-flag):
17698         Use eval-and-compile.
17699
17700 2005-05-31  Simon Josefsson  <jas@extundo.com>
17701
17702         * smime.el (smime-replace-in-string): Define.
17703         (smime-cert-by-ldap-1): Use it.
17704
17705 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * gnus-art.el (article-display-x-face): Replace
17708         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17709
17710         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17711         set-process-query-on-exit-flag or process-kill-without-query.
17712
17713         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17714         loop instead of replace-regexp.
17715
17716         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17717         instead of process-kill-without-query if it is available.
17718
17719         * lpath.el: Fbind ldap-search-entries.
17720
17721         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17722         instead of find-file-hooks if it is available.
17723
17724         * mml1991.el: Bind pgg-default-user-id when compiling.
17725
17726         * mml2015.el: Bind pgg-default-user-id when compiling.
17727
17728         * nndraft.el (nndraft-request-associate-buffer):
17729         Use write-contents-functions instead of write-contents-hooks if it is
17730         available.
17731
17732         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17733         instead of find-file-hooks if it is available.
17734
17735         * nntp.el (nntp-open-connection): Replace
17736         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17737         (nntp-open-ssl-stream): Ditto.
17738         (nntp-open-tls-stream): Ditto.
17739
17740         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17741         set-process-query-on-exit-flag or process-kill-without-query.
17742         (starttls-open-stream-gnutls): Use it instead of
17743         process-kill-without-query.
17744         (starttls-open-stream): Ditto.
17745
17746 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17747
17748         * smime.el (smime-cert-by-ldap-1): Don't use
17749         replace-regexp-in-string.
17750
17751 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
17752
17753         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17754
17755         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17756         in PEM format.  Adjust to the XEmacs compatibility.
17757
17758 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17761         by `string-to-number'.
17762         * gnus-agent.el (gnus-agent-regenerate-group)
17763         (gnus-agent-fetch-articles): Ditto.
17764         * gnus-art.el (gnus-button-fetch-group): Ditto.
17765         * gnus-cache.el (gnus-cache-generate-active)
17766         (gnus-cache-articles-in-group): Ditto.
17767         * gnus-group.el (gnus-group-set-current-level)
17768         (gnus-group-insert-group-line): Ditto.
17769         * gnus-score.el (gnus-score-set-expunge-below)
17770         (gnus-score-set-mark-below, gnus-summary-score-effect)
17771         (gnus-summary-score-entry): Ditto.
17772         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17773         (gnus-soup-pack): Ditto.
17774         * gnus-spec.el (gnus-xmas-format): Ditto.
17775         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17776         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17777         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17778         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17779         * nndb.el (nndb-get-remote-expire-response): Ditto.
17780         * nndiary.el (nndiary-parse-schedule-value)
17781         (nndiary-string-to-number, nndiary-request-replace-article)
17782         (nndiary-request-article): Ditto.
17783         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17784         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17785         * nneething.el (nneething-make-head): Ditto.
17786         * nnfolder.el (nnfolder-request-article)
17787         (nnfolder-retrieve-headers): Ditto.
17788         * nnheader.el (nnheader-file-to-number): Ditto.
17789         * nnkiboze.el (nnkiboze-request-article): Ditto.
17790         * nnmail.el (nnmail-process-unix-mail-format)
17791         (nnmail-process-babyl-mail-format): Ditto.
17792         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17793         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17794         (nnmh-request-create-group, nnmh-request-list-1)
17795         (nnmh-request-group, nnmh-request-article): Ditto.
17796         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17797         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17798         * nnsoup.el (nnsoup-make-active): Ditto.
17799         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17800         * nntp.el (nntp-find-group-and-number)
17801         (nntp-retrieve-headers-with-xover): Ditto.
17802         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17803         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17804         (pgg-format-key-identifier): Ditto.
17805         * pop3.el (pop3-last, pop3-stat): Ditto.
17806         * qp.el (quoted-printable-decode-region): Ditto.
17807
17808         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17809         of concat.
17810
17811 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17814
17815         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17816
17817         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17818
17819         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17820
17821         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17822
17823         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17824
17825         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17826         (gnus-carpal-mode): Ditto.
17827
17828         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17829         (gnus-browse-mode): Ditto.
17830
17831         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17832
17833         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17834
17835 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17836
17837         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17838
17839 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * gnus-util.el (gnus-run-mode-hooks): New function.
17842
17843         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17844
17845         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17846         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17847
17848 2005-05-27  Lute Kamstra  <lute@gnu.org>
17849
17850         * dns-mode.el (dns-mode): Specify customization group.
17851
17852 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17853
17854         * gnus-agent.el (gnus-agent-make-mode-line-string):
17855         Use mode-line-highlight as mouse-face.
17856
17857 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * canlock.el (canlock): Change the parent group to news.
17860
17861         * deuglify.el (gnus-outlook-deuglify): Add :group.
17862
17863         * dig.el (dig): Add :group.
17864
17865         * dns-mode.el (dns-mode): Add :group.
17866
17867         * encrypt.el (encrypt): Add :group.
17868
17869         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17870         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17871         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17872         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17873         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17874
17875         * gnus-diary.el (gnus-diary): Add :group.
17876
17877         * gnus.el (gnus-group-news-1-face): Add :group.
17878         (gnus-group-news-1-empty-face): Ditto.
17879         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17880         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17881         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17882         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17883         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17884         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17885         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17886         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17887         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17888         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17889         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17890         (gnus-summary-high-ticked-face): Ditto.
17891         (gnus-summary-low-ticked-face): Ditto.
17892         (gnus-summary-normal-ticked-face): Ditto.
17893         (gnus-summary-high-ancient-face): Ditto.
17894         (gnus-summary-low-ancient-face): Ditto.
17895         (gnus-summary-normal-ancient-face): Ditto.
17896         (gnus-summary-high-undownloaded-face): Ditto.
17897         (gnus-summary-low-undownloaded-face): Ditto.
17898         (gnus-summary-normal-undownloaded-face): Ditto.
17899         (gnus-summary-high-unread-face): Ditto.
17900         (gnus-summary-low-unread-face): Ditto.
17901         (gnus-summary-normal-unread-face): Ditto.
17902         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17903         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17904
17905         * hashcash.el (hashcash): New custom group.
17906         (hashcash-default-payment): Add :group.
17907         (hashcash-payment-alist): Ditto.
17908         (hashcash-default-accept-payment): Ditto.
17909         (hashcash-accept-resources): Ditto.
17910         (hashcash-path): Ditto.
17911         (hashcash-extra-generate-parameters): Ditto.
17912         (hashcash-double-spend-database): Ditto.
17913         (hashcash-in-news): Ditto.
17914
17915         * message.el (message-minibuffer-local-map): Add :group.
17916
17917         * netrc.el (netrc): Add :group.
17918
17919         * sieve-manage.el (sieve-manage-log): Add :group.
17920         (sieve-manage-default-user): Diito.
17921         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17922         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17923         (sieve-manage-authenticators): Ditto.
17924         (sieve-manage-authenticator-alist): Ditto.
17925         (sieve-manage-default-port): Ditto.
17926
17927         * sieve-mode.el (sieve-control-commands-face): Add :group.
17928         (sieve-action-commands-face): Ditto.
17929         (sieve-test-commands-face): Ditto.
17930         (sieve-tagged-arguments-face): Ditto.
17931
17932         * smime.el (smime): Add :group.
17933
17934         * spam-report.el (spam-report): Add :group.
17935
17936         * spam.el (spam, spam-face): Add :group.
17937
17938 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939
17940         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17941         return \n.\n.\n at the end of articles.  Protect against that.
17942         (nntp-with-open-group): Allow debugging.
17943
17944         * nnheader.el (mail-header-set-extra): Make into a function
17945         because I just could't understand how to quote the list properly.
17946
17947         * dns.el (query-dns-cached): New function.
17948
17949 2005-05-26  Lute Kamstra  <lute@gnu.org>
17950
17951         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17952
17953 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17956
17957         * gnus-art.el: Don't autoload mail-extract-address-components.
17958
17959         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17960         eval-and-compile to evaluate it.
17961
17962         * hashcash.el: Don't autoload executable-find.
17963
17964         * nndb.el: Don't declare the nndb back end two or more times; don't
17965         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17966
17967         * nntp.el: Autoload format-spec instead of format; use
17968         eval-and-compile to evaluate autoload forms.
17969
17970 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17971
17972         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17973
17974 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17975
17976         * gnus.el (gnus-version-number): Bump version.
17977
17978 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17979
17980         * gnus.el: No Gnus v0.3 is released.
17981
17982 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17983
17984         * lpath.el (featurep): Bind show-nonbreak-escape.
17985
17986 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * gnus-art.el (gnus-article-edit-part): Disable undo.
17989
17990 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17993         gnus-article-date-lapsed-new-header is t if date timer is active;
17994         skip headers in which the original date value is empty.
17995         (gnus-article-save-original-date): Redefine it as a macro.
17996         (gnus-display-mime): Use it.
17997
17998 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * gnus-art.el (article-date-ut): Support converting date in
18001         forwarded parts as well.
18002         (gnus-article-save-original-date): New function.
18003         (gnus-display-mime): Use it.
18004
18005 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18006
18007         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18008         enclosure element of <item>.
18009
18010 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * message.el (message-kill-buffer-query): Rename from
18013         `message-kill-buffer-query-if-modified'.  Add :version.
18014
18015 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18018         window layout.
18019
18020 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * mml.el: Autoload dnd when compiling.
18023
18024 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18025
18026         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18027         x-dnd-*.
18028
18029 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * qp.el (quoted-printable-encode-region): Save excursion.
18032
18033 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * message.el (message-kill-buffer-query-if-modified): Add new variable
18036         so the user can kill a modified message buffer quickly.
18037         (message-kill-buffer): Use it.
18038
18039 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * lpath.el: Fbind display-time-event-handler; don't fbind
18042         string-to-multibyte.
18043
18044         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18045
18046 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18049         contained in text because xml.el decodes entities) with LFs.
18050
18051 2005-04-11  Lute Kamstra  <lute@gnu.org>
18052
18053         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18054         differently.
18055
18056 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18057
18058         * mm-util.el (mm-detect-coding-region): Typo.
18059
18060 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18063
18064 2005-04-06  Deepak Goel  <deego@gnufans.org>
18065
18066         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18067         user-function allow user modifications of the scores.
18068         (spam-stat-score-buffer-user): New function, to allow
18069         user-computed modifications to the score.
18070         (spam-stat-score-buffer-user-functions): List of additional
18071         scoring functions.
18072         (spam-stat-error-holder): Global temporary error holder.
18073         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18074         variable.
18075
18076 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * gnus-registry.el (gnus-registry-clean-empty-function)
18079         (gnus-registry-trim, gnus-registry-fetch-groups)
18080         (gnus-registry-delete-group): Groups that match
18081         `gnus-registry-ignored-groups' are removed from the registry
18082         entries, not just ignored for splitting.  This helps clean up the
18083         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18084         to get all the groups a message ID is in.
18085
18086         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18087         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18088         (spam-stat-score-buffer-user-functions): Add :number custom type.
18089
18090 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18093         argument in XEmacs.
18094
18095         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18096         (nnrss-request-group): Decode group name first.
18097         (nnrss-request-article): Make a text/plain article if mml-to-mime
18098         failed.
18099         (nnrss-get-encoding): Return a compatible encoding according to
18100         nnrss-compatible-encoding-alist.
18101         (nnrss-find-el): Use consp instead of listp.
18102         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18103
18104 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18107         which Emacs 20 doesn't support.
18108         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18109
18110 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18113         silence the byte compiler inside the defun.
18114
18115         * gnus-demon.el (parse-time-string): Add autoload.
18116
18117         * gnus-delay.el (parse-time-string): Add autoload.
18118
18119         * gnus-art.el (parse-time-string): Add autoload.
18120
18121         * nnultimate.el (parse-time): Require for `parse-time-string'.
18122
18123 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18124
18125         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18126
18127         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18128
18129         * smime.el (smime-ldap-host-list): Add :version.
18130
18131 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18134         pass it to `gnus-browse-read-group'.
18135         (gnus-browse-read-group): Add NUMBER argument and pass it to
18136         `gnus-group-read-ephemeral-group'.
18137
18138         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18139         argument and pass it to `gnus-group-read-group'.
18140
18141 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18142
18143         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18144         mm-xemacs-find-mime-charset-1 if we have the mule feature
18145         available at runtime.
18146
18147 2005-03-25  Werner Lemberg  <wl@gnu.org>
18148
18149         * nnmaildir.el: Replace `illegal' with `invalid'.
18150
18151 2005-03-23  Lute Kamstra  <lute@gnu.org>
18152
18153         * time-date.el: Add comment on time value formats.
18154         Don't require parse-time.
18155         (with-decoded-time-value): New macro.
18156         (encode-time-value): New function.
18157         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18158         (days-to-time): Return a valid time value when arg is huge.
18159         (time-since): Use time-subtract.
18160         (time-to-number-of-days): Use time-to-seconds.
18161
18162 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18163
18164         * gnus-start.el (gnus-display-time-event-handler):
18165         Check display-time-timer at runtime rather than only at load time
18166         in case display-time-mode is turned off in the mean time.
18167
18168 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18171         used.
18172
18173         * nneething.el (nneething-map-file-directory): Derive from
18174         `gnus-directory'.
18175
18176         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18177         the To/Cc button.
18178
18179 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * nnmaildir.el (nnmaildir-request-accept-article):
18182         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18183
18184 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18185
18186         * gnus-async.el: Require timer-funcs at compile time when in
18187         XEmacs for `run-with-idle-timer'.
18188
18189 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18190
18191         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18192         autoloaded function.
18193
18194 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18195
18196         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18197
18198 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
18199
18200         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18201
18202 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18203
18204         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18205         Add gnus-expert-user to default.
18206
18207 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18208
18209         * nnimap.el (nnimap-open-server): Ditto.
18210
18211         * imap.el (imap-authenticate): Fix typo.
18212
18213 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18214
18215         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18216         buffer (since IMAP server might return FETCH response out of
18217         order, and the nntp buffer must be sorted).
18218
18219 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18220
18221         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18222         comparison on string.
18223
18224         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18225         (gnus-agent-score): Rename category keywords to match gnus-cus.
18226         (gnus-agent-summary-fetch-series): Modify to protect against
18227         gnus-agent-summary-fetch-group clearing processable flags.
18228         (gnus-agent-synchronize-group-flags): Update live group buffer as
18229         synchronization may occur due to the user toggle the plugged
18230         status.
18231         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18232         successfully downloaded.
18233         (gnus-agent-expire-group-1): Avoid using markers when the overview
18234         is in ascending order; greatly improves performance.
18235         (gnus-agent-regenerate-group):
18236         Use gnus-agent-synchronize-group-flags to reset read status in both
18237         gnus and server.
18238         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18239
18240 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18241
18242         * message.el: Don't autoload former message-utils variables.
18243         (message-strip-subject-trailing-was): Change doc string.
18244
18245         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18246         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18247         (nnweb-google-search): Add "hl=en" here.
18248         (nnweb-google-parse-1, nnweb-google-create-mapping):
18249         Don't hardcode URL.
18250
18251 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * message.el (message-get-reply-headers, message-followup):
18254         Mention related variables `message-use-followup-to' and
18255         `message-use-mail-followup-to', in the information buffer.
18256
18257         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18258         of broken groups(-beta).google.com.
18259
18260 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18261
18262         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18263         parameter to invoked gnus-request-move-article; remove the
18264         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18265         all at once instead of once per article.
18266         (gnus-summary-remove-process-mark): Accept a list of articles as
18267         well as a single article for processing.
18268
18269         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18270         parameter.
18271
18272         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18273
18274         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18275
18276         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18277         parameter.
18278
18279         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18280         parameter.
18281
18282         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18283         parameter and remove the gnus-sum-hint-move-is-internal variable.
18284
18285         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18286         parameter.
18287
18288         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18289         parameter.
18290
18291         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18292         parameter.
18293
18294         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18295
18296         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18297         parameter.
18298
18299         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18300         parameter.
18301
18302 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18303
18304         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18305         a more conservative way.
18306
18307 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18308
18309         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18310         buffer, so it moves the window's cursor.
18311
18312 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
18313
18314         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18315         `mm-dissect-multipart' and receive the from field as an (optional)
18316         argument from `mm-dissect-multipart'.
18317         (mm-dissect-multipart): Receive the from field as an argument and
18318         pass it on when we call `mm-dissect-buffer' on MIME parts.
18319         Fixes verification/decryption of signed/encrypted MIME parts.
18320
18321 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18322
18323         * gnus-sum.el (gnus-summary-move-article):
18324         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18325         whatever it calls (right now, only nnimap-request-move article
18326         respects it).
18327
18328         * nnimap.el (nnimap-request-move-article):
18329         When gnus-sum-hint-move-is-internal is set, don't do the extra
18330         nnimap-request-article.
18331
18332 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18333
18334         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18335
18336         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18337         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18338
18339         * gnus-sum.el (gnus-summary-caesar-message):
18340         Apply `gnus-treat-article' after rotation.
18341
18342         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18343         doc string.
18344
18345 2005-02-22  Simon Josefsson  <jas@extundo.com>
18346
18347         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18348         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
18349         <arne@arnested.dk>.
18350         (encrypt): Add password-cache and password-cache-expiry as group
18351         members.
18352
18353 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
18354
18355         * smime.el (smime-ldap-host-list): Doc fix.
18356         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18357         cache) password.
18358         (smime-sign-region): Use it.
18359         (smime-decrypt-region): Use it.
18360         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18361         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18362         fails.
18363         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18364         certificate from DER to PEM format rather than calling openssl.
18365
18366         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18367
18368         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18369         for signing/encryption.
18370
18371         * mml.el (mml-parse-1): Use them.
18372
18373 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
18374
18375         * nnrss.el (nnrss-verbose): Remove.
18376         (nnrss-request-group): Use `nnheader-message' instead.
18377
18378 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18379
18380         * nnrss.el (nnrss-verbose): New variable.
18381         (nnrss-request-group): Make it say nnrss is requesting a group.
18382
18383 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18384
18385         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18386         Handle news URL with given port correctly.
18387
18388 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18391         containing special characters.
18392
18393         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18394
18395         * mml.el (mime-to-mml): Ditto.
18396
18397         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18398         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18399         (rfc2047-decode-region): Quote decoded words containing special
18400         characters when rfc2047-quote-decoded-words-containing-tspecials
18401         is non-nil.
18402
18403 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18404
18405         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18406
18407         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18408
18409 2005-02-15  Simon Josefsson  <jas@extundo.com>
18410
18411         * nnimap.el (nnimap-debug): Doc fix.
18412
18413         * imap.el (imap-debug): Doc fix.
18414
18415 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18418
18419 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18420
18421         * gnus.el (spam-contents): Improve docs for spam-contents
18422         parameter in its variable incarnation.
18423
18424 2005-02-14  Simon Josefsson  <jas@extundo.com>
18425
18426         * smime-ldap.el: Use require instead of load-library for ldap.
18427         (smime-ldap-search): Indent.
18428         (smime-ldap-search-internal): Shorten line.
18429
18430         * smime.el (smime-cert-by-dns): Add doc-string.
18431         (smime-cert-by-ldap-1): Indent.
18432
18433         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18434         mml-smime-get-dns-ldap.
18435         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18436
18437 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
18438
18439         * smime.el: Require smime-ldap.
18440         (smime-ldap-host-list): New variable.
18441         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18442
18443         * mml-smime.el (mml-smime-encrypt-query): New function.
18444         (mml-smime-encrypt-query): Use it.
18445
18446         * smime-ldap.el: New file.
18447
18448 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18451
18452 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18455         argument in doc string.  Make query for type more clear.
18456
18457 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * gnus.el (gnus-group-startup-message): Search for gnus images in
18460         etc/images/gnus.
18461         * mm-util.el (mm-image-load-path): Likewise.
18462         * smiley.el (smiley-data-directory): Search for smilies in
18463         etc/images/smilies.
18464
18465 2005-02-09  Kim F. Storm  <storm@cua.dk>
18466
18467         Change Emacs release version from 21.4 to 22.1 throughout.
18468         Change Emacs development version from 21.3.50 to 22.0.50.
18469
18470 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18473
18474         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18475         non-Mule XEmacs as well.
18476         (mm-decompress-buffer): Signal an error intentionally if it does
18477         not decompress compressed data because auto-compression-mode is
18478         disabled.
18479
18480 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18481
18482         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18483         an ID in the registry even if it has no groups.
18484
18485 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18488         merge it into mm-decompress-buffer.
18489         (gnus-mime-copy-part): Use the MIME part charset, the value which
18490         a user specified or gnus-newsgroup-charset for decoding, like
18491         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18492         save-buffer what was used.  Suggested by Kevin Ryde
18493         <user42@zip.com.au>.
18494         (gnus-mime-inline-part): Allow the name parameter as well as the
18495         filename parameter; force decompressing of compressed data; always
18496         display contents being not decoded as unibyte.
18497
18498         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18499         as well as the filename parameter.
18500
18501         * mm-util.el (mm-decompress-buffer):
18502         Merge gnus-mime-jka-compr-maybe-uncompress.
18503         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18504         of compressed data.
18505
18506 2005-02-08  Simon Josefsson  <jas@extundo.com>
18507
18508         * imap.el (imap-log): Doc fix.
18509
18510 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18513         the coding cookies; decompress compressed parts.
18514
18515         * mml.el (mml-generate-mime-1): Add the charset parameter according
18516         to the value which a user specified manually or the coding cookie.
18517
18518         * mm-util.el (mm-string-to-multibyte): New function.
18519         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18520         (mm-coding-system-to-mime-charset): New function.
18521         (mm-decompress-buffer): New function.
18522         (mm-find-buffer-file-coding-system): New function.
18523
18524         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18525         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18526         parts.
18527
18528 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18529
18530         * mm-view.el (mm-display-inline-fontify): Decode a part according
18531         to the charset parameter.
18532
18533 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18536         prefix arg is neither nil nor a number, as info specifies.
18537
18538 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18541         timestamps.
18542
18543 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18544
18545         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18546         groups error checking and notify user.
18547
18548 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18549
18550         * message.el (message-send-mail-function): Check existence of
18551         sendmail-program first before using default value
18552         `message-send-mail-with-sendmail'.  Otherwise use more generic
18553         `smtpmail-send-it'.
18554
18555 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * nntp.el (nntp-request-update-info): Always return nil.
18558
18559 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18560
18561         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18562
18563 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18564
18565         * message.el (message-beginning-of-line): Change the behavior when
18566         invoked between BOL and : so that it first moves backward.
18567
18568 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18571         article buffer when editing of the article is discarded.
18572         (gnus-article-prepare): Revert.
18573
18574 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gnus-art.el (gnus-article-prepare):
18577         Remove message-strip-forbidden-properties from the local hook.
18578
18579 2005-01-27  Simon Josefsson  <jas@extundo.com>
18580
18581         * password.el (password-cache-add): Only start one timer per key.
18582         Reported by Derek Atkins <warlord@MIT.EDU>.
18583
18584 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18585
18586         * run-at-time.el: Remove.  It is no longer needed as
18587         timer-funcs.el in the xemacs-base package has a working version of
18588         `run-at-time'.
18589
18590         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18591
18592         * password.el: Require timer-funcs instead of run-at-time in
18593         XEmacs.
18594         Remove `password-run-at-time' macro.
18595         (password-cache-add): Use `run-at-time' instead of
18596         `password-run-at-time'.
18597
18598         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18599         Remove `nnheader-cancel-function-timers' alias,
18600         `cancel-function-timers' exists in XEmacs in timer-funcs.
18601
18602         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18603         for `run-with-idle-timer'.
18604
18605         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18606         for `run-at-time'.
18607
18608         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18609         for `with-timeout'.
18610
18611         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18612         the same as for XEmacs 21.4.
18613         No need to ignore `run-with-idle-timer', this function exists in
18614         XEmacs now in timer-funcs.el in the xemacs-base package.
18615         (dgnushack-compile): No need to delete
18616         run-at-time.el from the list of files to compile because it
18617         doesn't exist anymore.
18618
18619 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18622         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18623
18624 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18625
18626         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18627         sensitively.
18628
18629 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18630
18631         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18632
18633 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18636         which will be inserted according to the multibyteness of a buffer
18637         rather than the type of contents.  Suggested by ARISAWA Akihiro
18638         <ari@mbf.ocn.ne.jp>.
18639
18640         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18641         of string which old xml.el may return rather than a string.
18642
18643 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18646
18647 2005-01-16  Simon Josefsson  <jas@extundo.com>
18648
18649         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18650         idn/idna.el isn't available.
18651         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18652         <michael@waxrat.com>.
18653
18654         * hashcash.el: Remove non-FSF copyright header.
18655
18656         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18657         (hashcash-generate-payment): Use it.
18658         (hashcash-generate-payment-async): Use it.
18659
18660 2005-01-15  Simon Josefsson  <jas@extundo.com>
18661
18662         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18663         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18664
18665         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18666         gnus-summary-idna-message.
18667         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18668         (gnus-summary-idna-message): New function.
18669
18670 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18671
18672         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18673         gnus-novice-user.
18674
18675 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * nnrss.el (nnrss-request-delete-group): Delete entries in
18678         nnrss-group-alist as well.
18679         (nnrss-save-server-data): Insert newline.
18680
18681 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18682
18683         * gnus.el (gnus-user-agent): Use list of symbols instead of
18684         symbols.  Display full version number for (S)XEmacs.
18685         Optionally display (S)XEmacs codename.
18686
18687         * gnus-util.el (gnus-emacs-version): Update for new
18688         `gnus-user-agent'.
18689
18690         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18691         Gnus version.
18692
18693 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18696         which is unreadable in some setups.
18697
18698 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * gnus-spec.el (gnus-update-format-specifications): Flush the
18701         group format spec cache if it doesn't support decoded group names.
18702
18703 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18704
18705         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18706         Allow to apply decay on score files matching a regexp.
18707
18708 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18711         compatibility in %g and %c.
18712
18713 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18716         name for only %g and %c.
18717         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18718         of gnus-tmp-group to decoded group name.
18719         (gnus-group-make-rss-group): Exclude `/'s from group names.
18720
18721 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * nnrss.el (nnrss-get-encoding): Fix regexp.
18724
18725 2004-12-27  Simon Josefsson  <jas@extundo.com>
18726
18727         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18728         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18729         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18730
18731 2004-12-17  Kim F. Storm  <storm@cua.dk>
18732
18733         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18734
18735         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18736
18737 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18738
18739         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18740
18741 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * nnrss.el: Require rfc2047 and mml.
18744         (nnrss-file-coding-system): New variable.
18745         (nnrss-format-string): Redefine it as an inline function.
18746         (nnrss-decode-group-name): New function.
18747         (nnrss-string-as-multibyte): Remove.
18748         (nnrss-retrieve-headers): Decode group name; don't use
18749         nnrss-format-string.
18750         (nnrss-request-group): Decode group name.
18751         (nnrss-request-article): Decode group name; allow a Message-ID as
18752         well as an article number; don't use nnrss-format-string; encode a
18753         Message-ID string which may contain non-ASCII characters; use
18754         mml-to-mime to compose a MIME article.
18755         (nnrss-request-expire-articles): Decode group name.
18756         (nnrss-request-delete-group): Decode group name.
18757         (nnrss-fetch): Clarify error message.
18758         (nnrss-read-server-data): Use insert-file-contents instead of load;
18759         bind file-name-coding-system; use multibyte buffer.
18760         (nnrss-save-server-data): Bind coding-system-for-write to the
18761         value of nnrss-file-coding-system; bind file-name-coding-system;
18762         add coding cookie.
18763         (nnrss-read-group-data): Use insert-file-contents instead of load;
18764         bind file-name-coding-system; use multibyte buffer.
18765         (nnrss-save-group-data): Bind coding-system-for-write to the
18766         value of nnrss-file-coding-system; bind file-name-coding-system.
18767         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18768         make it work with non-ASCII text.
18769         (nnrss-find-el): Make it work with old xml.el as well.
18770
18771 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18772
18773         * nnrss.el (nnrss-get-encoding): New function.
18774         (nnrss-fetch): Use unibyte buffer initially; bind
18775         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18776         decode contents according to the encoding attribute.
18777         (nnrss-save-group-data): Add coding cookie.
18778         (nnrss-mime-encode-string): New function.
18779         (nnrss-check-group): Use it to encode subject and author.
18780
18781 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18784         imaginary variable.
18785
18786 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18789         correctly even if there are wide characters.
18790
18791 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18792
18793         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18794         downcased symbol names; make a new cache instead of reusing
18795         bbdb-hashtable.
18796
18797 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18800         concatenating segments rather than before concatenating them.
18801         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18802
18803         * message.el (message-get-reply-headers): Bind `extra'.
18804
18805 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18806
18807         * message.el (message-extra-wide-headers): New variable.
18808         (message-get-reply-headers): Use it.
18809
18810 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18813         (gnus-agent-group-pathname): Ditto.
18814
18815         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18816
18817         * gnus-group.el (gnus-group-make-group): Decode group name.
18818         (gnus-group-make-rss-group): Register the group data after opening
18819         the nnrss group.
18820
18821 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18822
18823         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18824         by expiry now get marked as read.
18825
18826 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18829
18830 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18831
18832         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18833         unify Latin characters in XEmacs.
18834         (mm-find-mime-charset-region): Use it.
18835
18836 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * gnus-util.el (gnus-delete-directory): New function.
18839
18840         * gnus-agent.el (gnus-agent-delete-group): Use it.
18841
18842         * gnus-cache.el (gnus-cache-delete-group): Use it.
18843
18844 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18847         names.
18848
18849 2004-12-16  Simon Josefsson  <jas@extundo.com>
18850
18851         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18852
18853 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18856
18857         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18858         (gnus-group-set-current-level): Decode group name.
18859
18860 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18861
18862         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18863         failed.
18864
18865 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-group.el (gnus-group-delete-group): Decode group name.
18868         (gnus-group-make-rss-group): Encode group name.
18869         (gnus-group-catchup-current): Decode group name.
18870         (gnus-group-kill-group): Decode group name.
18871
18872 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18873
18874         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18875
18876 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * gnus-group.el (gnus-group-make-rss-group):
18879         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18880
18881         * gnus-start.el (gnus-setup-news): Honor user's setting to
18882         gnus-message-archive-method.  Suggested by Lute Kamstra
18883         <lute@gnu.org>.
18884
18885 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18886
18887         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18888         global counterparts of the buffer-local variables.
18889
18890 2004-11-16  Romain Francoise  <romain@orebokech.com>
18891
18892         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18893         counterparts of the buffer-local variables.
18894
18895 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18896
18897         * message.el (message-forbidden-properties): Fix typo in doc
18898         string.
18899
18900 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18901
18902         * gnus-util.el (gnus-replace-in-string): Add doc string.
18903
18904         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18905         to avoid problems when splitting mails with many recipients.
18906
18907 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18908
18909         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18910         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18911
18912 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18913
18914         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18915         if there is no hashtable in memory or file modification time is
18916         newer than cached timestamp.
18917
18918 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * gnus-sum.el (gnus-summary-limit-to-recipient):
18921         Implement not-matching option.
18922
18923 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18924
18925         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18926         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18927         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18928         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18929         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18930         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18931
18932 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * message.el (message-forward-make-body-mml): Remove headers
18935         according to message-forward-ignored-headers if a message is decoded.
18936
18937 2004-12-02  Romain Francoise  <romain@orebokech.com>
18938
18939         * message.el (message-forward-make-body-plain): Always remove
18940         headers according to message-forward-ignored-headers.
18941
18942 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * spam.el (spam-summary-prepare-exit): Remove the
18945         gnus-summary-limit pop for now, it has problems with ham marks for
18946         me.
18947
18948 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18949
18950         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18951         correctly.
18952
18953 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18954
18955         * format-spec.el (format-spec): Message the char.
18956
18957 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18958
18959         * gnus-art.el (gnus-split-methods): Reformat comments.
18960
18961         * spam.el (spam-summary-prepare-exit): Remove article limits
18962         before exiting the summary buffer.
18963
18964 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18967         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18968
18969         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18970         order to silence the byte compiler.
18971
18972         * spam.el: Fix the way to silence the byte compiler, which
18973         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18974         bbdb-search-simple, spam-BBDB-register-routine,
18975         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18976         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18977         spam-stat-buffer-is-spam, spam-stat-load,
18978         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18979         spam-stat-save and spam-stat-split-fancy.
18980
18981 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18984         which may confuse users.
18985         (canlock-password-for-verify): Ditto.
18986
18987         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18988
18989         * gnus-art.el (gnus-emphasis-alist): Ditto.
18990
18991         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18992
18993         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18994
18995         * gnus-start.el (gnus-save-killed-list): Ditto.
18996
18997         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18998         (gnus-sum-thread-tree-root): Ditto.
18999         (gnus-sum-thread-tree-false-root): Ditto.
19000         (gnus-sum-thread-tree-single-indent): Ditto.
19001
19002         * message.el (message-courtesy-message): Ditto.
19003         (message-archive-note): Ditto.
19004         (message-subscribed-address-file): Ditto.
19005         (message-user-fqdn): Ditto.
19006
19007         * spam-report.el (spam-report-gmane-regex): Ditto.
19008
19009         * spam.el (spam-blackhole-good-server-regex): Ditto.
19010
19011 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * mml.el (mml-preview): Widen the message buffer before copying
19014         the contents to the preview buffer; sort headers before previewing.
19015
19016         * message.el (message-hidden-headers): Fix the way to avoid a bug
19017         in the `repeat' widget in Emacs 21.3 or earlier.
19018
19019 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * message.el (message-hidden-headers): Default to "^References:".
19022         Improve customization type.  Suggested by Reiner Steib
19023         <Reiner.Steib@gmx.de>.
19024
19025 2004-11-25  Romain Francoise  <romain@orebokech.com>
19026
19027         * message.el (message-strip-forbidden-properties): Remove check for
19028         obsolete `message-hidden' text property, hidden headers are not
19029         accessible in the buffer anymore.
19030
19031 2004-11-22  Romain Francoise  <romain@orebokech.com>
19032
19033         * message.el (message-header-format-alist): Add `From' in list
19034         so that it can be sorted.
19035         (message-fix-before-sending): Widen and sort headers before
19036         sending.
19037         (message-hide-headers): Use narrowing to hide headers by moving
19038         them to the top of the buffer and narrowing to the region
19039         underneath.
19040
19041 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19042
19043         * message.el (message-strip-forbidden-properties):
19044         Bind buffer-read-only (etc) to nil.
19045
19046 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19049         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19050
19051 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19052
19053         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19054
19055 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19056
19057         * dns.el (query-dns): Use sit-for to time instead of
19058         accept-process-output, since that doesn't seem to work on udp
19059         sockets.
19060
19061 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19064
19065 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19068         doc string.  Improve doc string.
19069
19070 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * nntp.el (nntp-request-update-info): Return nil if
19073         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19074         may not call gnus-activate-group which uselessly issues the GROUP
19075         commands for all nntp groups and wastes time.  Reported by Romain
19076         Francoise <romain@orebokech.com>.
19077
19078         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19079
19080 2004-11-15  Simon Josefsson  <jas@extundo.com>
19081
19082         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19083         headers separately.
19084         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
19085         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19086
19087 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19088
19089         * gnus-start.el (gnus-convert-old-newsrc):
19090         Assign legacy-gnus-agent to 5.10.7.
19091
19092 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19093
19094         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19095         start of the lines.
19096
19097 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19098
19099         * hashcash.el (hashcash-default-payment): Change default to 20.
19100         (hashcash-default-accept-payment): Change default to 20.
19101         (hashcash-process-alist): New variable.
19102         (hashcash-generate-payment-async): Add.
19103         (hashcash-already-paid-p): Add.
19104         (hashcash-insert-payment): Don't generate payments twice.
19105         (hashcash-insert-payment-async): Add.
19106         (hashcash-insert-payment-async-2): Add.
19107         (hashcash-cancel-async): Add.
19108         (hashcash-wait-async): Add.
19109         (hashcash-processes-running-p): Add.
19110         (hashcash-wait-or-cancel): Add.
19111         (mail-add-payment): New optional argument.  Conditionally start
19112         asynchronous calculation.
19113         (mail-add-payment-async): Add.
19114
19115         * message.el (message-send-mail): Wait for asynchronous hashcash
19116         results.  Don't clobber existing X-Hashcash headers.
19117         (message-setup-1): Call mail-add-payment-async when
19118         message-generate-hashcash is non-nil.
19119
19120 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19121
19122         * message.el (message-use-alternative-email-as-from): Examine the
19123         From header as well; use message-make-from in order to include a
19124         user's full name.
19125
19126 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19129         default; improve customization type.
19130         (gnus-emphasis-custom-with-format): New macro.
19131         (gnus-emphasis-custom-value-to-external): New function.
19132         (gnus-emphasis-custom-value-to-internal): New function.
19133
19134 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19135
19136         * dns.el (query-dns): Resolve reverse addresses.
19137
19138 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19139
19140         * gnus-group.el (gnus-group-get-new-news): Use it.
19141
19142         * gnus-start.el (gnus-check-reasonable-setup): New function.
19143
19144 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19147         "Args out of range" error.  Reported by Arnaud Giersch
19148         <arnaud.giersch@free.fr>.
19149
19150 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19151
19152         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19153
19154 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19155
19156         * spam.el (spam group): Add :version.
19157
19158         * pgg-def.el (pgg group): Add :version.
19159
19160 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19161
19162         * gnus-art.el (gnus-article-edit-article): Don't associate the
19163         article buffer with a draft file.  This is a temporary measure
19164         against the 2004-08-22 change to gnus-article-edit-mode.
19165
19166 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19169         (html2text-format-tags): Remove unused variable `attr'.
19170
19171 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19174
19175         * tls.el (tls-process-connection-type, tls-success)
19176         (tls-certtool-program): Add :version.
19177
19178         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19179         (starttls-extra-arguments, starttls-process-connection-type)
19180         (starttls-connect, starttls-failure, starttls-success): Add :version.
19181
19182         * spam-stat.el (spam-stat): Add :version.
19183
19184         * sieve.el (sieve): Add :version.
19185
19186         * sha1.el (sha1): Add :version.
19187         (sha1-use-external): Remove redundant version.
19188
19189         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19190         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19191         (nnmail-split-fancy-match-partial-words)
19192         (nnmail-split-lowercase-expanded): Add :version.
19193
19194         * nndiary.el (nndiary): Add :version.
19195
19196         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19197
19198         * mml-sec.el (mml-default-sign-method)
19199         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19200         Add :version.
19201
19202         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19203
19204         * mm-url.el (mm-url-use-external, mm-url-program)
19205         (mm-url-arguments): Add :version.
19206
19207         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19208         (mm-attachment-file-modes, mm-decrypt-option)
19209         (mm-w3m-safe-url-regexp): Add :version.
19210
19211         * message.el (message-cite-prefix-regexp)
19212         (message-sendmail-envelope-from, message-minibuffer-local-map)
19213         (message-user-fqdn, message-completion-alist): Add :version.
19214
19215         * gnus-win.el (gnus-configure-windows-hook)
19216         (gnus-use-frames-on-any-display): Add :version.
19217
19218         * gnus-art.el (gnus-article-address-banner-alist)
19219         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19220         (gnus-treat-from-picon, gnus-treat-mail-picon)
19221         (gnus-treat-x-pgp-sig): Add :version.
19222
19223         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19224         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19225         (gnus-summary-article-delete-hook)
19226         (gnus-summary-display-while-building): Add :version.
19227
19228         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19229         (gnus-get-top-new-news-hook): Add :version.
19230
19231         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19232         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19233
19234         * gnus-registry.el (gnus-registry): Add :version.
19235
19236         * gnus-spec.el (gnus-use-correct-string-widths)
19237         (gnus-make-format-preserve-properties): Add :version.
19238
19239         * gnus.el (gnus-group-charter-alist)
19240         (gnus-group-fetch-control-use-browse-url)
19241         (gnus-install-group-spam-parameters): Add :version.
19242
19243         * gnus-diary.el (gnus-diary): Add :version.
19244
19245         * gnus-delay.el (gnus-delay): Add :version.
19246
19247         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19248         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19249         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19250         Add :version.
19251
19252         * gnus-agent.el (gnus-agent-max-fetch-size)
19253         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19254         (gnus-agent-prompt-send-queue): Add :version.
19255
19256         * deuglify.el (gnus-outlook-deuglify): Add :version.
19257
19258         * html2text.el: Beautify code.  Improve doc strings.
19259         Some checkdoc cleanup.
19260         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19261
19262 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19263
19264         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19265
19266 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19267
19268         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19269         when package is loaded.
19270
19271         * spam.el (spam-summary-score-preferred-header): Add global preference
19272         for people who want to override the default SpamAssassin over
19273         Bogofilter preference (when both are set).
19274         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19275         (spam-user-format-function-S):
19276         Check spam-summary-score-preferred-header.
19277         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19278         (spam-user-format-function-S): Format the score correctly.
19279
19280 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19283         signature file.  Suggested by Manoj Srivastava
19284         <srivasta@golden-gryphon.com>.
19285
19286         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19287         iso-2022-jp even in the Japanese language environment.
19288         Suggested by Jason Rumney <jasonr@gnu.org>.
19289
19290 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19293         use the same characters as the dummy marks; make it free from
19294         getting affected by the language environment.
19295         (gnus-summary-read-group-1): Update mark positions only when the
19296         format spec is updated.
19297
19298         * gnus-spec.el (gnus-update-format-specifications): Return a list
19299         of updated types.
19300
19301 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19304         of boundp to check if display-warning is available.
19305
19306 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19307
19308         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19309
19310 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * nnspool.el (nnspool-spool-directory): Use news-path if the
19313         news-directory variable is not bound.
19314
19315         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19316         function instead of display-warning if it is not available.
19317
19318 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19319
19320         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19321         v5-10: Use `point-at-bol'.
19322
19323 2004-10-26  Simon Josefsson  <jas@extundo.com>
19324
19325         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19326         <chenggao@gmail.com>.
19327
19328 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19329
19330         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19331         instead.
19332
19333 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19334
19335         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19336         to remove a server from the nnimap-server-buffer-alist.
19337         (nnimap-open-connection, nnimap-close-server): Use it.
19338
19339         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19340
19341 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19344         running the major-mode function.
19345
19346 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19349         dummy marks in the right way.
19350
19351 2004-10-18  David Edmondson  <dme@dme.org>
19352
19353         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19354         excessively.
19355
19356 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19357
19358         * gnus-util.el (gnus-split-references): Accept a nil references
19359         string and go on blissfully.
19360
19361         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19362         cases where the references string is non-nil but has no references.
19363
19364         * encrypt.el: Add autoload tags.
19365
19366         * spam.el (spam-resolve-registrations-routine): Remove article
19367         from unregistration list too.  Reported by David Hanak
19368         <dhanak@isis.vanderbilt.edu>
19369
19370 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19371
19372         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19373         nil.  Change custom type.
19374
19375 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19378
19379         * gnus-sum.el (gnus-summary-move-article): Use it.
19380
19381 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19382
19383         * encrypt.el: Add autoload cookies.
19384
19385         * spam.el (spam-backend-article-list-property)
19386         (spam-backend-get-article-todo-list)
19387         (spam-backend-put-article-todo-list)
19388         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19389         Resolve registrations separately.
19390         (spam-register-routine): Format comments.
19391         (spam-unregister-routine, spam-register-routine): Always call with
19392         specific-articles, no default list.
19393         (spam-summary-prepare-exit): Use the spam-classifications function.
19394
19395         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19396         gnus-encrypt.el.
19397
19398         * encrypt.el: Copied from gnus-encrypt.el.
19399
19400         * gnus-encrypt.el: Commented that it's obsolete.
19401
19402 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19403
19404         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19405         (gnus-score-save): Use it.
19406
19407         * message.el (message-bury): Use `window-dedicated-p'.
19408
19409 2004-10-15  Simon Josefsson  <jas@extundo.com>
19410
19411         * pop3.el (top-level): Don't require nnheader.
19412         (pop3-read-timeout): Add.
19413         (pop3-accept-process-output): Add.
19414         (pop3-read-response, pop3-retr): Use it.
19415
19416 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19417
19418         * spam.el (spam-register-routine): Move comment.
19419         (spam-verify-bogofilter): Use 'unknown for the initial
19420         spam-bogofilter-valid state, not 'never.
19421
19422         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19423         for netrc-machine.
19424
19425         * nnimap.el (nnimap-open-connection):
19426         Use netrc-machine-user-or-password.
19427
19428 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19429
19430         * gnus-registry.el (gnus-registry-unload-hook):
19431         Set as a variable with add-hook.
19432
19433         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19434         of news-path.
19435
19436         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19437
19438         * spam.el: Delete duplicate `provide'.
19439         (spam-unload-hook): Set as a variable with add-hook.
19440
19441 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19444         in the doc string.
19445
19446         * message.el (message-ignored-news-headers)
19447         (message-ignored-supersedes-headers)
19448         (message-ignored-resent-headers)
19449         (message-forward-ignored-headers): Improve custom type.
19450
19451 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19452
19453         * message.el (message-tokenize-header): Fix 2004-09-06 change
19454         which used point-min in the wrong place.
19455
19456 2004-10-12  Simon Josefsson  <jas@extundo.com>
19457
19458         * tls.el (tls-certtool-program): New variable.
19459         (tls-certificate-information): New function, based on
19460         ssl-certificate-information.
19461
19462 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * compface.el: Move the version of ELisp-based uncompface program
19465         to the contrib directory because of the copyright problem.
19466
19467 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * message.el (message-kill-buffer): Raise the current frame.
19470
19471 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19472
19473         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19474
19475         * gnus.el (message-y-or-n-p): Autoload.
19476
19477         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19478         (pop3-password-required, pop3-authentication-scheme)
19479         (pop3-leave-mail-on-server): Make customizable.
19480         (pop3): New custom group.
19481         (pop3-retr): Remove `sleep-for' statements.
19482         Suggested by Dave Love <fx@gnu.org>.
19483
19484         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19485         Windows/DOS.
19486
19487         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19488         (imap-parse-body): Fix incorrect use of `assert'.
19489         Suggested by Dave Love <fx@gnu.org>.
19490
19491         * mml.el (mml-minibuffer-read-disposition): Require match.
19492         Suggested by Dave Love <fx@gnu.org>.
19493
19494 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19495
19496         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19497         doc string.
19498
19499 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19502
19503 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19504
19505         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19506         instead of calling `mm-insert-inline', to decode text/* parts
19507         before displaying them.
19508
19509 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19510
19511         * mm-uu.el (mm-uu-text-plain-type): New variable.
19512         (mm-uu-pgp-signed-extract-1): Use it.
19513         (mm-uu-pgp-encrypted-extract-1): Use it.
19514         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19515         bind mm-uu-text-plain-type with that value.
19516         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19517         mm-uu-dissect.
19518
19519 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * gnus-group.el (gnus-update-group-mark-positions):
19522         * gnus-sum.el (gnus-update-summary-mark-positions):
19523         * message.el (message-check-news-body-syntax):
19524         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19525         of string-as-multibyte.
19526
19527 2004-10-05  Juri Linkov  <juri@jurta.org>
19528
19529         * gnus-group.el (gnus-update-group-mark-positions):
19530         * gnus-sum.el (gnus-update-summary-mark-positions):
19531         * message.el (message-check-news-body-syntax):
19532         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19533         8-bit unibyte values to a multibyte string for search functions.
19534
19535 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19538         (mm-uu-dissect-text-parts): New function.
19539
19540         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19541         dissect text parts.
19542
19543         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19544         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19545
19546         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19547
19548         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19549         Use gnus-current-topics instead of gnus-current-topic.
19550
19551 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19552
19553         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19554
19555 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19556
19557         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19558         where approriate.
19559
19560         * nnml.el (nnml-generate-active-info): do.
19561
19562         * nndiary.el (nndiary-generate-active-info): do.
19563
19564         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19565         (gnus-topic-move): do.
19566
19567         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19568         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19569
19570         * gnus-srvr.el (gnus-server-prepare)
19571         (gnus-server-open-all-servers): do.
19572
19573         * gnus-msg.el (gnus-summary-cancel-article)
19574         (gnus-summary-resend-message)
19575         (gnus-summary-mail-crosspost-complaint): do.
19576
19577         * gnus-move.el (gnus-change-server): do.
19578
19579         * gnus-group.el (gnus-group-unmark-all-groups)
19580         (gnus-group-set-current-level): do.
19581
19582 2004-10-04  Simon Josefsson  <jas@extundo.com>
19583
19584         * message.el (message-generate-hashcash): Doc fix.
19585
19586 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19587
19588         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19589         avoid infinite recursion via gnus-get-function.
19590
19591 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19592
19593         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19594
19595         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19596
19597         * nnmail.el (nnmail-split-history): do.
19598
19599         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19600         (nnml-request-delete-group): do.
19601
19602         * nnslashdot.el (nnslashdot-read-groups): do.
19603
19604         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19605         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19606
19607         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19608         (nnspool-sift-nov-with-sed): Use last.
19609         (nnspool-retrieve-headers-with-nov): Use mapc.
19610         (nnspool-request-newgroups): Use dolist.
19611         (nnspool-request-group): Use last.
19612
19613         * nntp.el (nntp-read-server-type): Use dolist.
19614
19615         * nnvirtual.el (nnvirtual-create-mapping)
19616         (nnvirtual-update-read-and-marked): Use dolist.
19617         (nnvirtual-convert-headers): Simplify.
19618
19619 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19620
19621         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19622         Add support for sync'ing tick marks.
19623
19624 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19627         there's no visible header.
19628
19629 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19630
19631         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19632         When necessary, pass full group name to gnus-request-set-marks.
19633
19634 2004-10-01  Simon Josefsson  <jas@extundo.com>
19635
19636         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19637         acroread.
19638
19639 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19640
19641         * spam-report.el (spam-report-gmane): Fix interactive.
19642
19643         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19644
19645         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19646         when writing file.
19647         (gnus-agent-synchronize-flags): Don't default to being
19648         interactive.
19649
19650 2004-09-30  Simon Josefsson  <jas@extundo.com>
19651
19652         * message.el (message-generate-hashcash): Add.
19653         (message-send-mail): Use it, call mail-add-payment.
19654
19655 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19656
19657         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19658
19659 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19660
19661         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19662         gnus-requst-update-info with explicit code to sync the in-memory
19663         info read flags with the marks being sync'd to the backend.
19664
19665         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19666
19667 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19668
19669         * spam.el (spam-verify-bogofilter): Add new function.
19670         (spam-check-bogofilter)
19671         (spam-bogofilter-register-with-bogofilter): Use it.
19672         (spam-verify-bogofilter): Add small fixes.
19673
19674 2004-09-28  Simon Josefsson  <jas@extundo.com>
19675
19676         * hashcash.el (hashcash-generate-payment): Revert.
19677
19678 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19679
19680         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19681         Use gnus-extract-references instead of gnus-split-references.
19682
19683         * gnus-util.el (gnus-extract-references): Add new function, analogous
19684         to gnus-split-references but extracts only the message-ID without
19685         anything extra.
19686
19687         * hashcash.el (hashcash-generate-payment)
19688         (hashcash-check-payment): Do the right thing if hashcash-path is
19689         nil (because the hashcash program could not be found).
19690
19691         * spam.el (spam-use-hashcash): Remove comment.
19692
19693 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19694
19695         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19696         (gnus-cache-enter-article, gnus-cache-remove-article)
19697         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19698
19699         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19700
19701         * gnus-art.el (article-hide-boring-headers)
19702         (article-translate-strings, article-display-face)
19703         (gnus-article-mime-match-handle-first)
19704         (gnus-article-highlight-headers)
19705         (gnus-article-add-buttons-to-head): do.
19706
19707 2004-09-27  Simon Josefsson  <jas@extundo.com>
19708
19709         * hashcash.el: New version, from
19710         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19711         ../contrib/.
19712
19713 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19716
19717 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19718
19719         * gnus-dup.el (gnus-dup-open): Use mapc.
19720         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19721
19722         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19723         Reported by Stefan Wiens <s.wi@gmx.net>.
19724
19725         * gnus.el (gnus-shutdown): Use dolist.
19726
19727         * gnus-undo.el (gnus-undo): Use mapc.
19728
19729         * nnrss.el (nnrss-generate-active): do.
19730
19731         * message.el (message-cite-original-without-signature)
19732         (message-cite-original): Use mapc.
19733         (message-do-actions, message-make-forward-subject): Use dolist.
19734
19735 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19736
19737         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19738         deletion to remove entire duplicate line.  Fixes merged article
19739         number bug.
19740
19741 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19742
19743         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19744         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19745         first ask if you want to open a server and then, even when you
19746         responded with no, asking if you want to synchronize the server's
19747         flags.
19748         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19749         multi-line expressions.
19750         (gnus-agent-synchronize-group-flags): New internal function.
19751         Updates marks in memory (in the info structure) AND in the
19752         backend.
19753
19754         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19755
19756         * nnagent.el (nnagent-request-set-mark):
19757         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19758         method, to ensure that synchronization updates marks in the
19759         backend and in the info (in memory) structure.
19760
19761 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19764         convention fully; don't miss the root article of a thread; make
19765         the X-Draft-From header with correct article numbers.
19766
19767 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19768
19769         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19770         unless plugged.  Disable the agent so that an open failure causes
19771         an error.
19772
19773         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19774         Revert 2004-09-21 change.  The backend must be opened while
19775         synchronizing flags even when the backend stores the flags
19776         locally.
19777
19778 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19779
19780         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19781         in `header' match.  Reported by Svend Tollak Munkejord.
19782
19783         * message.el (message-cite-original): Fix use of
19784         `message-cite-articles-with-x-no-archive'.
19785
19786 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19789         (gnus-window-to-buffer): Ditto.
19790
19791         * mml.el (mml-preview-buffer): New variable.
19792         (mml-preview): Manage window layout with gnus-buffer-configuration.
19793
19794         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19795         X-Draft-From header even if those articles aren't quoted.
19796
19797 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19798
19799         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19800         (gnus-request-set-mark, gnus-request-update-mark): Use new
19801         g-s-t-u-l-m to decide to use backend even when unplugged.
19802
19803 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19804
19805         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19806         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19807
19808 2004-09-20  Simon Josefsson  <jas@extundo.com>
19809
19810         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19811         "utf-16-le".
19812
19813 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19814
19815         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19816
19817 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19818
19819         * uudecode.el (uudecode-use-external): Add :version.
19820
19821         * smime.el (smime-CA-file, smime-encrypt-cipher)
19822         (smime-dns-server): Add :version.
19823
19824         * smiley.el (gnus-smiley-file-types): Add :version.
19825
19826         * sha1.el (sha1-use-external): Add :version.
19827
19828         * pgg-def.el (pgg-query-keyserver): Add :version.
19829
19830         * nnmail.el (nnmail-fancy-expiry-targets)
19831         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19832         Add :version.
19833
19834         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19835         (nnimap-retrieve-groups-asynchronous): Add :version.
19836         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19837
19838         * mml.el (mml-content-disposition-parameters)
19839         (mml-insert-mime-headers-always): Add :version.
19840
19841         * mm-util.el (mm-coding-system-priorities): Add :version.
19842
19843         * mm-decode.el (mm-inline-text-html-with-images)
19844         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19845         (mm-verify-option): Add :version.
19846         (mm-text-html-renderer): Change :version.
19847
19848         * message.el (message-fcc-externalize-attachments)
19849         (message-required-headers, message-draft-headers)
19850         (message-subject-trailing-was-query)
19851         (message-subject-trailing-was-ask-regexp)
19852         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19853         (message-mark-insert-end, message-archive-header)
19854         (message-archive-note, message-cross-post-default)
19855         (message-cross-post-note, message-followup-to-note)
19856         (message-cross-post-note-function, message-use-mail-followup-to)
19857         (message-subscribed-address-functions)
19858         (message-subscribed-address-file, message-subscribed-addresses)
19859         (message-subscribed-regexps, message-allow-no-recipients)
19860         (message-yank-cited-prefix, message-signature-insert-empty-line)
19861         (message-hidden-headers, message-hierarchical-addresses)
19862         (message-mail-user-agent, message-use-idna)
19863         (message-valid-fqdn-regexp)
19864         (message-strip-special-text-properties, message-header-synonyms)
19865         (message-beginning-of-line, message-tab-body-function): Add :version.
19866         (message-insert-canlock, message-wide-reply-confirm-recipients):
19867         Change :version.
19868
19869         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19870         and :version.
19871         (mail-source-delete-old-incoming-confirm)
19872         (mail-source-movemail-program): Add :version.
19873
19874         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19875         (gnus-agent-cache, gnus-agent): Change :version.
19876
19877         * gnus-util.el (gnus-use-byte-compile): Change :version.
19878
19879         * gnus-sum.el (gnus-summary-make-false-root-always)
19880         (gnus-summary-default-high-score)
19881         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19882         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19883         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19884         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19885         (gnus-sum-thread-tree-single-indent)
19886         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19887         (gnus-sum-thread-tree-leaf-with-other)
19888         (gnus-sum-thread-tree-single-leaf): Add :version.
19889         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19890         (gnus-article-loose-mime): Change :version.
19891
19892         * gnus-start.el (gnus-backup-startup-file)
19893         (gnus-save-startup-file-via-temp-buffer): Add :version.
19894
19895         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19896         (gnus-server-offline-face): Add :version.
19897
19898         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19899
19900         * gnus-msg.el (gnus-gcc-externalize-attachments)
19901         (gnus-debug-files, gnus-debug-exclude-variables)
19902         (gnus-discouraged-post-methods): Change :version.
19903         (gnus-confirm-mail-reply-to-news)
19904         (gnus-confirm-treat-mail-like-news): Add :version.
19905
19906         * gnus-int.el (gnus-server-unopen-status): Add :version.
19907
19908         * gnus-group.el (gnus-group-jump-to-group-prompt)
19909         (gnus-large-ephemeral-newsgroup)
19910         (gnus-fetch-old-ephemeral-headers): Add :version.
19911
19912         * gnus-fun.el (gnus-x-face-directory)
19913         (gnus-convert-pbm-to-x-face-command)
19914         (gnus-convert-image-to-x-face-command)
19915         (gnus-convert-image-to-face-command): Add :version.
19916
19917         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19918
19919         * gnus-cite.el (gnus-cite-blank-line-after-header)
19920         (gnus-article-boring-faces): Add :version.
19921
19922         * gnus-art.el (gnus-buttonized-mime-types)
19923         (gnus-inhibit-mime-unbuttonizing)
19924         (gnus-treat-display-face)
19925         (gnus-treat-body-boundary): Change :version.
19926         (gnus-body-boundary-delimiter, gnus-picon-databases)
19927         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19928         (gnus-treat-date-english, gnus-treat-fold-headers)
19929         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19930         (gnus-treat-mail-picon, gnus-treat-wash-html)
19931         (gnus-article-encrypt-protocol)
19932         (gnus-use-idna, gnus-article-over-scroll)
19933         (gnus-mime-display-multipart-alternative-as-mixed)
19934         (gnus-mime-display-multipart-related-as-mixed)
19935         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19936         (gnus-ctan-url, gnus-button-ctan-handler)
19937         (gnus-button-handle-ctan-bogus-regexp)
19938         (gnus-button-ctan-directory-regexp)
19939         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19940         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19941         (gnus-button-man-level, gnus-button-emacs-level)
19942         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19943
19944         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19945         (gnus-agent-go-online): Change :version.
19946         (gnus-agent-expire-unagentized-dirs)
19947         (gnus-agent-auto-agentize-methods): Add :version.
19948
19949         * flow-fill.el (fill-flowed-display-column)
19950         (fill-flowed-encode-column): Add :version.
19951
19952         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19953         (gnus-outlook-deuglify-unwrap-max)
19954         (gnus-outlook-deuglify-cite-marks)
19955         (gnus-outlook-deuglify-unwrap-stop-chars)
19956         (gnus-outlook-deuglify-no-wrap-chars)
19957         (gnus-outlook-deuglify-attrib-cut-regexp)
19958         (gnus-outlook-deuglify-attrib-verb-regexp)
19959         (gnus-outlook-deuglify-attrib-end-regexp)
19960         (gnus-outlook-display-hook): Add :version.
19961
19962         * binhex.el (binhex-use-external): Add :version.
19963
19964 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19965
19966         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19967         and `invisible'.
19968
19969 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19970
19971         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19972         in gnus-registry-trim.
19973
19974 2004-09-13  Simon Josefsson  <jas@extundo.com>
19975
19976         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19977
19978         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19979
19980         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19981         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19982         <yamaoka@jpl.org>.
19983         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19984         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19985         <yamaoka@jpl.org>.
19986
19987         * sieve.el (sieve-manage-mode): Ditto.
19988
19989 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19990
19991         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19992
19993 2004-09-11  Simon Josefsson  <jas@extundo.com>
19994
19995         * dns-mode.el: Add.
19996
19997         * mm-view.el (mm-display-dns-inline): Add.
19998
19999         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20000         (mm-automatic-display): Ditto.
20001
20002         * mailcap.el (mailcap-mime-data): Add text/dns.
20003         (mailcap-mime-extensions): Map .soa to text/dns.
20004
20005 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20006
20007         * gnus-art.el (article-decode-mime-words, article-babel)
20008         (gnus-article-highlight-signature, gnus-article-add-buttons)
20009         (gnus-signature-toggle): Remove unnecessary bindings of
20010         `inhibit-read-only' inherited from v5.10 merge.
20011
20012 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20013
20014         * nntp.el (nntp): New customization group.
20015         (nntp-authinfo-file): Add customization group.
20016
20017         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20018
20019         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20020
20021         * gnus.el (to-address, to-list, subscribed)
20022         (large-newsgroup-initial): Ditto.
20023
20024         * flow-fill.el (fill-flowed-display-column)
20025         (fill-flowed-encode-column): Ditto.
20026
20027 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20028
20029         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20030         Use point-min rather than 1.
20031         (message-send-mail): Use buffer-size rather than point-max.
20032
20033         * gnus-sum.el (gnus-summary-search-article-forward):
20034         Signal a specific `search-failed' rather than a generic `error'.
20035
20036         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20037         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20038         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20039
20040 2004-09-10  Simon Josefsson  <jas@extundo.com>
20041
20042         * nndb.el (require): Remove tcp and duplicate cl.
20043
20044 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-agent.el (directory-files-and-attributes): Move forward.
20047
20048 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20049
20050         * gnus-agent.el (directory-files-and-attributes):
20051         Optionally defined to support XEmacs.
20052
20053 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20054
20055         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20056         to avoid run-time CL dependencies.
20057         (gnus-agent-unfetch-articles): New function.
20058         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20059         article numbers even when local .overview file is missing.
20060         (gnus-agent-read-article-number): New function.  Only accepts
20061         27-bit article numbers.
20062         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20063         Use gnus-agent-read-article-number.
20064         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20065         from backend while recognizing that article numbers in .overview
20066         must be valid.
20067         (gnus-agent-update-files-total-fetched-for):
20068         Use directory-files-and-attributes to improve performance.
20069         * gnus-int.el (gnus-request-move-article):
20070         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20071         improve performance.
20072
20073         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20074         some users confused by references to .newsrc when they only have a
20075         .newsrc.eld file.
20076         (gnus-convert-mark-converter-prompt)
20077         (gnus-convert-converter-needs-prompt): Fix use of property list.
20078         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20079         New function.  Used internally to only display 'gnus converting
20080         files' message when actually necessary.
20081
20082         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20083         methods now autoloaded.
20084
20085 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20088         identifiers.
20089
20090 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gnus-picon.el: Fix indentation and closing parenthesis.
20093
20094 2004-09-01  Simon Josefsson  <jas@extundo.com>
20095
20096         * message.el (message-canlock-generate): Require sha1, not
20097         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20098         to require within a function.  Sadly, if sha1.el isn't loaded, the
20099         let binding in m-c-g will hide the defcustom definition, which is
20100         bad.)
20101
20102         * canlock.el: Require sha1, not sha1-el.
20103
20104         * message.el: Don't autoload sha1 (there is a autoload cookie in
20105         sha1.el).
20106
20107         * sha1-el.el: Rename to sha1.el.
20108
20109 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20110
20111         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20112
20113 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20114
20115         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20116
20117 2004-08-30  Kim F. Storm  <storm@cua.dk>
20118
20119         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20120
20121         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20122         Add :group 'nnimap.
20123
20124 2004-08-30  Andreas Schwab  <schwab@suse.de>
20125
20126         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20127         ?* and ?\;.
20128
20129         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20130         and ?\' to symbol instead of whitespace.
20131
20132 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20135
20136         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20137         instead of re-search-forward.
20138
20139         * gnus-uu.el (gnus-uu-save-article): Ditto.
20140         (gnus-uu-post-encode-uuencode): Ditto.
20141
20142         * html2text.el (html2text-clean-list-items): Ditto.
20143         (html2text-clean-dtdd): Ditto.
20144         (html2text-format-tags): Ditto.
20145
20146         * message.el (message-send-mail-with-sendmail): Fix regexp.
20147         (message-fill-field-general): Use search-forward instead of
20148         re-search-forward.
20149         (unbold-region): Ditto.
20150
20151         * nnrss.el (nnrss-request-article): Ditto.
20152
20153         * nnslashdot.el (nnslashdot-request-article): Ditto.
20154
20155         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20156
20157         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20158         "Unrecognized menu descriptor" error in XEmacs.
20159
20160 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20161
20162         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20163         parent article of a sparse article in the thread hashtb.
20164
20165 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20166
20167         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20168         (nnmail-expand-newtext): Lowercase expanded entries if
20169         nnmail-split-lowercase-expanded is non-nil.
20170
20171 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20174
20175         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20176         of gnus-tmp-news-method into string under XEmacs.  It will be
20177         passed to gnus-correct-length which takes only a string argument.
20178
20179 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * gnus-util.el (gnus-bind-print-variables): New macro.
20182         (gnus-prin1): Use it.
20183         (gnus-prin1-to-string): Use it.
20184         (gnus-pp): New function.
20185         (gnus-pp-to-string): New function.
20186
20187         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20188         Replace pp-to-string with gnus-pp-to-string.
20189         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20190         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20191         * gnus-msg.el (gnus-debug): Ditto.
20192         * gnus-score.el (gnus-score-save): Ditto.
20193         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20194         gnus-pp-to-string.
20195         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20196         with gnus-pp.
20197         * score-mode.el (gnus-score-pretty-print): Ditto.
20198         * webmail.el (webmail-debug): Ditto.
20199
20200 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * gnus-art.el (article-display-face, article-display-x-face):
20203         Use buffer-read-only.
20204
20205 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20206
20207         * gnus-art.el (article-hide-list-identifiers):
20208         Bind inhibit-read-only as t.
20209
20210 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20211
20212         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20213
20214 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20215
20216         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20217         (gnus-narrow-to-page): Don't assume point-min == 1.
20218         (gnus-article-edit-mode): Derive from message-mode.
20219
20220         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20221         point-min == 1.
20222
20223         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20224         Disable incorrect use of `assert'.
20225
20226         * message.el (message-mode): Set comment-start-skip.
20227
20228
20229 2004-08-22  Sam Steingold  <sds@gnu.org>
20230
20231         * pop3.el (pop3-leave-mail-on-server): New user variable.
20232         (pop3-movemail): Delete mail only when it is nil.
20233
20234 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20237
20238         * mml.el (mml-preview): Use `pop-to-buffer'.
20239
20240         * message.el (message-goto-mail-followup-to): Insert after "To".
20241         (message-carefully-insert-headers): Add comment.
20242
20243         * gnus.el: Remove unused variable `gnus-article-check-size'.
20244
20245         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20246
20247         * gnus-art.el (gnus-button-alist):
20248         Improve `gnus-button-handle-library' entry.
20249
20250 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20251
20252         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20253         Use downcase, since XEmacs capitalizes error messages differently.
20254
20255 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20256
20257         * nntp.el: Add (require 'gnus) due to reference to
20258         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20259
20260 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20261
20262         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20263         Bind `mm-fill-flowed'.
20264
20265         * mm-decode.el (mm-dissect-singlepart): Check it.
20266
20267 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20268
20269         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20270         'imap' for netrc parsing.
20271
20272 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20273
20274         * mailcap.el (mailcap-mime-data): Mark as risky.
20275
20276 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20279         may be included in the encoded word.
20280         (rfc2047-encode): Don't append a space if the encoded word
20281         includes close parenthesis.
20282
20283 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20286         of text within parentheses.
20287
20288 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20289
20290         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20291         (gnus-encrypt-write-file-contents): Make the password key the file
20292         name PLUS the cipher, not just the cipher.  Also remove failed
20293         passwords from the cache.
20294
20295 2004-08-06  Simon Josefsson  <jas@extundo.com>
20296
20297         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20298         Doc fix.
20299
20300 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20303         LWSP.
20304
20305 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20306
20307         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20308         Try to append in-reply-to: data to the references: header.
20309
20310         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20311         (netrc-parse): Use gnus-encrypt.el functions.
20312
20313         * gnus-encrypt.el: Add new file for encryption support; currently
20314         does only a few GPG ciphers and an internal XOR cipher.
20315
20316         * password.el: Add comments on using password-read-and-add.
20317         (password-read-and-add): Add function to read and add the
20318         password to the cache at once.
20319
20320 2004-07-28  Simon Josefsson  <jas@extundo.com>
20321
20322         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20323         parameter (but don't use it, for now).
20324
20325         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20326         instead of hard coding to nil.
20327
20328 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20329
20330         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20331         as mm-inline-image-xemacs does.
20332
20333 2004-07-26  Simon Josefsson  <jas@extundo.com>
20334
20335         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20336         Revert part of 2004-07-17 change below.
20337
20338 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20341         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20342
20343 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20344
20345         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20346         quotes that actually start with ">" at the beginning of the
20347         lines.
20348
20349 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * rfc2047.el (rfc2047-encode-region): Fix last change.
20352         (rfc2047-encode-parameter): Remove useless concat.
20353
20354 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20357         encode special characters; fix some kind of misconfigured headers;
20358         signal a real error if debug-on-quit or debug-on-error is non-nil.
20359         (rfc2047-encode-max-chars): New variable.
20360         (rfc2047-encode-1): Use it.
20361         (rfc2047-encode-parameter): New function.
20362
20363         * mml.el (mml-insert-parameter): Remove an excessive space.
20364
20365 2004-07-17  Simon Josefsson  <jas@extundo.com>
20366
20367         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20368         Kai Grossjohann <kai@emptydomain.de>.
20369         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20370         (gnus-group-make-menu-bar): Ditto.
20371
20372         * gnus-util.el (gnus-group-server): Add.
20373
20374 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20375
20376         * message.el (message-clone-locals): Clone sendmail and smtp
20377         variables.
20378
20379 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20380
20381         * rfc2047.el (rfc2047-encode-region): Fix last change.
20382
20383 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20384
20385         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20386         characters as non-special.
20387
20388 2004-07-09  Simon Josefsson  <jas@extundo.com>
20389
20390         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20391         Users will lose all flag changes made while unplugged with
20392         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20393         good default.  See numerous reports on ding mailing list.
20394
20395 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20398         add generate-head-function and generate-article-function to the
20399         rfc822-forward entry.
20400         (nndoc-rfc822-forward-generate-article): New function.
20401         (nndoc-rfc822-forward-generate-head): New function.
20402
20403         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20404
20405 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20406
20407         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20408         respect display group parameter and gnus-summary-expunge-below.
20409         (gnus-articles-to-read): Remove unused reference to display group
20410         parameter.
20411
20412 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20413
20414         * nnheader.el (nnheader-uniquify-message-id): New experimental
20415         variable.
20416         (nnheader-nov-read-message-id): Use it.
20417
20418         * spam-report.el (spam-report-gmane): Add interactive.
20419
20420 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * mm-encode.el (mm-content-transfer-encoding-defaults):
20423         Use qp-or-base64 for the application/* types.
20424
20425 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20426
20427         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20428
20429 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20430
20431         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20432         trim value.
20433
20434 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20435
20436         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20437         New macro and function.
20438         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20439
20440 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20443         after-load-alist.
20444
20445 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20446
20447         * gnus-group.el (gnus-group-get-new-news-this-group):
20448         Don't update info that isn't there.
20449
20450 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20451
20452         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20453         entry.
20454
20455 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * mm-view.el (mm-inline-render-with-function): Use multibyte
20458         buffer; decode html source by charset.
20459
20460         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20461
20462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20463         Mule-UCS is loaded under XEmacs.
20464         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20465
20466 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20467
20468         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20469
20470 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * mm-util.el (mm-coding-system-p): Return a coding-system.
20473         (mm-mime-mule-charset-alist): Use shift_jis instead of
20474         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20475         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20476         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20477         instead of japanese-shift-jis and iso-latin-1 respectively in
20478         order to share the default value with both Emacs and XEmacs-mule.
20479         (mm-mule-charset-to-mime-charset):
20480         Make mm-coding-system-priorities effective.
20481         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20482         while predicating of candidates upon the priorities.
20483
20484 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20485
20486         * gnus-sum.el (gnus-summary-make-menu-bar):
20487         Add gnus-uu-invert-processable.
20488
20489         * gnus.el: Autoload gnus-uu-invert-processable.
20490
20491 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * mm-util.el (mm-with-multibyte-buffer): New macro.
20494
20495         * rfc2047.el (rfc2047-encode-string): Use it.
20496         (rfc2047-encode-region): Move point to the end of the region after
20497         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20498
20499 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20502         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20503
20504 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20507         (gnus-cite-parse): Ignore quoted envelope From_.
20508         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20509
20510 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20511
20512         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20513         invalid addresses.
20514
20515 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20516
20517         * spam.el: Change section markers, revise TODO list.
20518         (spam-backends): Make new master list of all installed backends.
20519         (spam-summary-exit-behavior): Add new variable to determine how
20520         messages moves are done at summary exit.
20521         (spam-move-spam-nonspam-groups-only)
20522         (spam-process-ham-in-nonham-groups)
20523         (spam-process-ham-in-spam-groups): Remove variables, the
20524         spam-summary-exit-behavior variable should be used to manage this
20525         behavior.
20526         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20527         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20528         and spam-old-spam-articles.
20529         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20530         Add empty variables, placeholders for the backends they represent.
20531         (spam-set-difference): Move, unchanged.
20532         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20533         unless the user has a processor variable.
20534         (spam-classifications, spam-classification-valid-p)
20535         (spam-backend-properties, spam-backend-property-valid-p)
20536         (spam-backend-function-type-valid-p)
20537         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20538         (spam-report-articles-gmane, spam-report-articles-resend):
20539         Remove functions, they are not needed.
20540         (spam-install-backend-super, spam-backend-list)
20541         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20542         (spam-backend-function, spam-backend-ham-registration-function)
20543         (spam-backend-spam-registration-function)
20544         (spam-backend-ham-unregistration-function)
20545         (spam-backend-spam-unregistration-function)
20546         (spam-backend-statistical-p, spam-backend-mover-p)
20547         (spam-install-backend-alias, spam-install-checkonly-backend)
20548         (spam-install-mover-backend, spam-install-nocheck-backend)
20549         (spam-install-backend, spam-install-statistical-backend)
20550         (spam-install-statistical-checkonly-backend): Add backend installation
20551         support.
20552         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20553         (spam-group-processor-p): Use the new backend code and respect the
20554         summary exit behavior.
20555         (spam-mark-spam-as-expired-and-move-routine): Remove.
20556         (spam-summary-prepare): Change to use the new spam-old-articles
20557         variable.
20558         (spam-copy-or-move-routine, spam-copy-spam-routine)
20559         (spam-move-spam-routine, spam-copy-ham-routine)
20560         (spam-move-ham-routine): Add code to copy/move ham or spam.
20561         (spam-fetch-field-fast): Improve doc and code, plus allow the
20562         'number request.
20563         (spam-list-of-checks, spam-list-of-statistical-checks):
20564         Remove variables.
20565         (spam-split, spam-find-spam): Use the new backend code.
20566         (spam-registration-functions): Remove variable.
20567         (spam-unregister-routine): Add convenience wrapper.
20568         (spam-log-undo-registration, spam-register-routine)
20569         (spam-log-processing-to-registry)
20570         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20571         where possible.
20572         (spam-check-gmane-xref, spam-check-regex-headers)
20573         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20574         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20575         (spam-check-bogofilter-headers, spam-check-spamoracle)
20576         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20577         (spam-check-crm114-headers): Use the spam-split-group that
20578         spam-split prepares, no need to determine it every time.
20579
20580         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20581         to the nnheader-parse-naked-head call.
20582
20583         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20584
20585         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20586         the nnheader-nov-read-message-id call.
20587
20588 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20589
20590         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20591         gnus-activate-group twice.  Suggested by Markus Peter
20592         <warp@spin.de>.
20593
20594 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20595
20596         * gnus-art.el (gnus-article-time-format): Exchange the order of
20597         day and month in the default value; fix customization type.
20598         (article-date-ut): Use add-text-properties.
20599         (article-make-date-line): Use message-make-date instead of
20600         current-time-string.
20601
20602         * message.el (message-fetch-field): Don't use set-text-properties.
20603         (message-make-date): Simplify.
20604
20605         * messagexmas.el (message-xmas-make-date): New function.
20606         (message-xmas-redefine): Defalias message-make-date to it.
20607
20608 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20611         (rfc2047-encode-region): Treat text within parentheses as special;
20612         show the original text when error has occurred.
20613
20614         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20615         already-computed method to gnus-activate-group.
20616
20617         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20618         same select-methods identical Lisp objects.
20619
20620         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20621         object when modifying the info.
20622
20623 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20626         gnus-opened-servers since it has never been opened with the new
20627         configuration yet.
20628
20629 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20632         arg to nnheader-generate-fake-message-id.
20633
20634 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20635
20636         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20637         number and build a fake message ID localized to a group and
20638         article number (so it's repeatable from that point on).
20639         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20640         ID format.
20641
20642         * gnus-sum.el (gnus-get-newsgroup-headers):
20643         Call nnheader-generate-fake-message-id with the article number.
20644
20645 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20646
20647         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20648         end-of-buffer.
20649
20650 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20651
20652         * message.el (message-ignored-supersedes-headers): Add Approved.
20653
20654 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20657         goto-char.
20658         (rfc2047-encode): Fold the line before encoding.
20659
20660 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20661
20662         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20663         folding -- not all headers can be folded, and this should be done
20664         by the message composition mode.  Probably.  I think.
20665
20666 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20667
20668         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20669         fast.
20670
20671         * gnus-ems.el (gnus-remove-image): Don't use
20672         message-text-with-property; remove only the image found first.
20673
20674         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20675         found first.
20676
20677 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20678
20679         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20680
20681 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20682
20683         * message.el (message-text-with-property): Make it fast and accept
20684         optional arguments.
20685         (message-strip-forbidden-properties): Use it.
20686         (message-fix-before-sending): Follow the m-t-w-p change.
20687
20688         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20689
20690 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20691
20692         * gnus-art.el (article-hide-headers): Don't change the buffer
20693         mistakenly when performing mml-preview even if
20694         gnus-single-article-buffer is nil.
20695
20696 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20697
20698         * message.el (message-expand-name-databases): New user option.
20699         (message-expand-name): Use it.
20700
20701 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20702
20703         * spam.el (spam-report-articles-resend)
20704         (spam-report-resend-register-routine): Allow ham reporting.
20705         (spam-report-resend-register-ham-routine): Add wrapper.
20706         (spam-registration-functions): Add ham resending functions.
20707         (spam-list-of-processors): Add ham resend processor.
20708
20709         * gnus.el (ham-resend-to): Add new group parameter.
20710         (spam-process): Add ham resend option.
20711
20712         * spam-report.el (spam-report-resend): Allow reporting ham.
20713         (spam-report-resend-ham): Add wrapper.
20714
20715 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20716
20717         * message.el (message-cite-articles-with-x-no-archive):
20718         New variable.
20719         (message-cite-original): Use it.
20720
20721 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20722
20723         * message.el (message-cite-original): Respect X-No-Archive.
20724
20725 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20726
20727         * gnus-art.el (article-hide-headers): Refer to the values for
20728         gnus-ignored-headers and gnus-visible-headers in the summary
20729         buffer since a user may have set them as group parameters.
20730
20731 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20732
20733         * assistant.el (assistant-node-name): Add convenience function.
20734         (assistant-render-text, assistant-render-node): Add error handling,
20735         plus handle multiple next nodes.
20736         (assistant-find-next-node): Comment out for now.
20737         (assistant-find-next-nodes): Add function, returns list of next
20738         nodes.
20739
20740 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20741
20742         * mail-source.el (mail-source-directory): Fix doc-string.
20743
20744 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20745
20746         * assistant.el (assistant-render-text, assistant-eval): Add :set
20747         widget type, which is different because it takes and returns a
20748         list.  Much hilarity ensues.
20749
20750 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20751
20752         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20753
20754         * gnus-group.el (gnus-group-get-new-news-this-group):
20755         Add doc-string.
20756
20757         * gnus-start.el (gnus-activate-group): Add doc-string.
20758
20759 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20762
20763 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20764
20765         * assistant.el (assistant-render-text): Try to add a :set
20766         widget, more to come.
20767
20768         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20769         strings.
20770         (spam-report-articles-resend)
20771         (spam-register-routine): Do registration iff any articles warrant
20772         it.
20773         (spam-summary-prepare-exit): Change log message for nil group
20774         destinations.
20775
20776 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20777
20778         * spam.el (spam-report-resend-register-routine):
20779         Allow spam-report-resend-to to be a group parameter or a global value.
20780
20781 2004-05-26  Simon Josefsson  <jas@extundo.com>
20782
20783         * starttls.el: Merge with my GNUTLS based starttls.el.
20784         (starttls-gnutls-program, starttls-use-gnutls)
20785         (starttls-extra-arguments, starttls-process-connection-type)
20786         (starttls-connect, starttls-failure, starttls-success):
20787         New variables.
20788         (starttls-program, starttls-extra-args): Doc fix.
20789         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20790         New functions.
20791         (starttls-negotiate, starttls-open-stream):
20792         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20793         function if it is set.
20794
20795 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20796
20797         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20798         structured fields.
20799
20800 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20803
20804 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20805
20806         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20807         Add variable.
20808         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20809         assigning the spam-mark to new messages.
20810
20811 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
20812
20813         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20814
20815 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20816
20817         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20818
20819         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20820         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20821         default.
20822
20823 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20824
20825         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20826         correct data.
20827
20828 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20829
20830         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20831         (spam-group-processor-p): Fix function.
20832         (spam-group-processor-multiple-p)
20833         (spam-group-spam-processor-report-gmane-p)
20834         (spam-group-spam-processor-report-resend-p)
20835         (spam-group-spam-processor-bogofilter-p)
20836         (spam-group-spam-processor-blacklist-p)
20837         (spam-group-spam-processor-ifile-p)
20838         (spam-group-ham-processor-ifile-p)
20839         (spam-group-spam-processor-spamoracle-p)
20840         (spam-group-spam-processor-crm114-p)
20841         (spam-group-ham-processor-bogofilter-p)
20842         (spam-group-spam-processor-stat-p)
20843         (spam-group-ham-processor-stat-p)
20844         (spam-group-ham-processor-whitelist-p)
20845         (spam-group-ham-processor-BBDB-p)
20846         (spam-group-ham-processor-spamoracle-p)
20847         (spam-group-ham-processor-copy-p): Remove functions with some
20848         prejudice against unneeded code.
20849         (spam-report-articles-resend)
20850         (spam-report-resend-register-routine): Allow the group/topic
20851         spam-resend-to value to override spam-report-resend-to.
20852         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20853         properly now.
20854
20855         * gnus.el (spam-resend-to): Add group/topic parameter.
20856         (spam-process): Move the OBSOLETE processors to the end of the
20857         choices.
20858
20859 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20860
20861         * spam-report.el (spam-report-resend-to, spam-report-resend):
20862         Start with resend-to set to nil, and then ask the user if necessary.
20863         (spam-report-resend): spam-report-resend takes a list of articles, not
20864         separate article numbers.
20865
20866 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20869         addition to emacs-w3m.
20870
20871 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20872
20873         * assistant.el (assistant-authinfo-data): New function.
20874         (assistant-eval): Eval for entire assistant.
20875
20876         * netrc.el (netrc-services-file): New variable.
20877         (netrc-parse-services): New function.
20878         (netrc-find-service-name): New function.
20879         (netrc-find-service-number): New function.
20880         (netrc-port-equal): New function.
20881         (netrc-machine): Use it.
20882
20883         * nnimap.el (nnimap-open-connection): Use netrc.
20884
20885         * gnus-util.el (gnus-netrc-get): Remove aliases.
20886
20887         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20888
20889         * assistant.el (wid-edit): Fix compilation.
20890
20891         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20892
20893 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20894
20895         * gnus-util.el (gnus-set-file-modes): New function.  (small
20896         patch).
20897
20898 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20899
20900         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20901
20902         * assistant.el (assistant-render-node): Fix up rendering and
20903         read-only text.
20904         (assistant-render-node): Reset.
20905         (assistant-make-read-only): Not sticky.
20906
20907 2004-05-20  Danny Siu  <dsiu@adobe.com>
20908
20909         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20910         centered even when gnus-auto-center-summary is t.
20911
20912 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20913
20914         * dns.el (dns-get-txt-answer): New function.
20915         (dns-read-txt): Ditto.
20916         (query-dns): Use it.
20917
20918 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20919
20920         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20921         active for foreign groups even if the group level is higher than
20922         the specified value.
20923
20924 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20925
20926         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20927         non-active groups.
20928
20929         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20930
20931 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20932
20933         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20934
20935 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20936
20937         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20938         (spam-crm114-header, spam-crm114-spam-switch)
20939         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20940         (spam-crm114-positive-spam-header)
20941         (spam-crm114-database-directory, spam-list-of-processors)
20942         (spam-group-spam-processor-crm114-p)
20943         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20944         (spam-generic-score, spam-list-of-checks)
20945         (spam-list-of-statistical-checks, spam-registration-functions)
20946         (spam-check-crm114-headers, spam-crm114-score)
20947         (spam-check-crm114, spam-crm114-register-with-crm114)
20948         (spam-crm114-register-spam-routine)
20949         (spam-crm114-unregister-spam-routine)
20950         (spam-crm114-register-ham-routine)
20951         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20952         From asjo@koldfront.dk (Adam SjĂžgren).
20953
20954         * gnus.el: Add spam-use-crm114.
20955
20956         * spam.el (spam-list-of-processors, spam-registration-functions):
20957         Add spam-use-resend.
20958         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20959         (spam-report-articles-gmane): Add doc fix.
20960         (spam-report-articles-resend, spam-report-resend-register-routine):
20961         Add wrappers around spam-report-resend-to.
20962
20963         * spam-report.el (spam-report-resend-to, spam-report-resend):
20964         Add support for resending spam.
20965         (spam-report-gmane): Fix line length >80.
20966
20967         * gnus.el (spam-process): Add spam-use-resend.
20968
20969 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20970
20971         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20972         number of processed spam messages.
20973         (spam-ham-copy-or-move-routine): Return the number of processed
20974         ham messages.
20975         (spam-summary-prepare-exit): Use the above values to decide
20976         whether status messages shouled be displayed.
20977
20978 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20979
20980         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20981         `rfc2047-encoding-function-alist' in order to avoid conflicting
20982         with the old version.
20983         (rfc2047-encode-region): Concatenate words containing non-ASCII
20984         characters in structured fields; don't encode space-delimited
20985         ASCII words even in unstructured fields; don't break words at
20986         char-category boundaries.
20987         (rfc2047-encode-1): New function.
20988         (rfc2047-encode): Use it; encode text so that it occupies the
20989         maximum width within 76-column; work correctly on Q encoding for
20990         iso-2022-* charsets.
20991         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20992         sure not to break a line just after the header name.
20993         (rfc2047-b-encode-region): Remove.
20994         (rfc2047-b-encode-string): New function.
20995         (rfc2047-q-encode-region): Remove.
20996         (rfc2047-q-encode-string): New function.
20997
20998         * mm-util.el (mm-replace-in-string): New function.
20999
21000 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21001
21002         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21003         Really get it right.
21004         (gnus-inews-make-draft): Really.
21005
21006 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21007
21008         * nnmh.el (nnmh-request-list-1): Don't check the link count
21009         before descending.  (small patch)
21010
21011 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21012
21013         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21014         stuff.
21015
21016         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21017         Match on real group name.
21018
21019         * gnus-art.el (gnus-signature-limit): Doc fix.
21020
21021         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21022
21023         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21024
21025 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21026
21027         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21028         isn't a string.
21029
21030 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21031
21032         * gnus-draft.el (gnus-draft-send):
21033         Bind rfc2047-encode-encoded-words.
21034
21035         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21036         (rfc2047-encodable-p): Say that =? needs encoding.
21037         (rfc2047-encode-encoded-words): New variable.
21038
21039         * gnus-group.el (gnus-group-select-group): Doc fix.
21040
21041         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21042
21043         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21044         to nil.
21045
21046         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21047
21048         * nnheader.el (nnheader-get-lines-and-char): New function.
21049
21050 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21051
21052         * gnus-msg.el (gnus-summary-followup-with-original):
21053         Document yanking of region when active.
21054
21055 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21058         groups if the group level is higher than the specified value.
21059
21060 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21061
21062         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21063         (gnus-group-jump-to-group): Add prefix argument using
21064         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21065         non-active group.
21066
21067         * compface.el (uncompface): Be verbose when changing
21068         `uncompface-use-external'.
21069
21070         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21071         handle manual section.
21072
21073 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21074
21075         * gnus-art.el (gnus-button-alist): Revert previous change.
21076
21077 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21078
21079         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21080
21081 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21082
21083         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21084         whether backend can accept message.
21085
21086         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21087
21088 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21089
21090         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21091         Avoid creating directory when nntp-marks-is-evil is true.
21092         Reported by Reiner Steib.
21093
21094 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21095
21096         * gnus-picon.el (gnus-picon-style): New variable.
21097         (gnus-picon-insert-glyph): Add optional `nostring' argument.
21098         (gnus-picon-transform-address): Support `gnus-picon-style'.
21099         From Jesper Harder <harder@ifa.au.dk>.
21100
21101 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21102
21103         * message.el (message-fill-field): Return point.
21104         (message-generate-headers): Go to end of field.
21105
21106         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21107         stuff for non-living groups.
21108
21109 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21110
21111         * gnus-art.el (gnus-article-followup-with-original)
21112         (gnus-article-reply-with-original): gnus-mark-active-p ->
21113         gnus-region-active-p.
21114
21115 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21116
21117         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21118         only when there is spam or ham to be processed.
21119
21120 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21121
21122         * mail-source.el (mail-source-delete-crash-box): Refactor.
21123         (mail-source-fetch): Use it.
21124         (mail-source-fetch-file): Ditto.
21125         (mail-source-fetch-directory): Run postscript in loop.
21126         (mail-source-fetch-pop): Delete.
21127         (mail-source-fetch-maildir): Ditto.
21128         (mail-source-fetch-imap): Ditto.
21129
21130         * imap.el (imap-authenticators): Comment out sasl.
21131
21132         * message.el (message-skip-to-next-address): New function.
21133         (message-fill-header-address): Refactor.
21134         (message-fill-address): Use it.
21135         (message-delete-address): Use it.
21136         (message-fill-header-general): Refactor.
21137         (message-fill-field-address): Rename.
21138         (message-narrow-to-field): Find the start of the header.
21139         (message-header-format-alist): Don't pre-fill.
21140         (message-fill-header): Remove.
21141         (message-insert-header): New function.
21142         (message-shorten-references): Use it.
21143
21144         * rfc2047.el (rfc2047-field-value): Strip props.
21145
21146         * mail-parse.el (mail-header-make-address): New alias.
21147
21148         * ietf-drums.el (ietf-drums-make-address): New function.
21149
21150         * imap.el: Add compiler directives.
21151
21152         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21153
21154         * gnus-art.el (article-decode-idna-rhs): Don't use
21155         message-idna-inside-rhs-p.
21156
21157 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21158
21159         * message.el (message-idna-inside-rhs-p): Remove.
21160         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21161
21162         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21163         false positives.
21164
21165 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21166
21167         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21168
21169 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21170
21171         * nneething.el (nneething-file-name): Don't create spurious
21172         files.
21173
21174         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21175         (gnus-inews-do-gcc): Remove sleep.
21176
21177         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21178         part under point.
21179
21180         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21181         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21182
21183 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21184
21185         * spam.el (spam-summary-prepare-exit): Fix (length).
21186
21187 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21188
21189         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21190         as expired without moving it" message when there are spam
21191         messages left.
21192
21193 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21194
21195         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21196         header is not nil.
21197
21198 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21199
21200         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21201         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21202         (nntp-marks-changed-p): New arg SERVER.
21203         (nntp-request-update-info): Adjust caller.
21204
21205 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21206
21207         * nntp.el (nntp-save-marks): Pass missing arg.
21208
21209 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21210
21211         * nntp.el: Support marks.
21212         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21213         (nntp-marks-modtime, nntp-marks-directory): New variables.
21214         (nntp-request-set-mark, nntp-request-update-info)
21215         (nntp-possibly-create-directory, nntp-marks-changed-p)
21216         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21217         New functions.
21218
21219 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21220
21221         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21222         (gnus-xmas-redefine): Rename.
21223
21224         * gnus-score.el (gnus-score-insert-help):
21225         Use gnus-select-lowest-window.
21226
21227         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21228         appt-select-lowest-window and rename to gnus-select-lowest-window.
21229
21230         * gnus.el: do.
21231
21232 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21233
21234         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21235         encodings of MIME-encoded words, in order to improve
21236         interoperability with several broken MUAs.
21237
21238 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21239
21240         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21241         tags, only when charsets are not specified in headers.
21242         (mm-inline-text-html-render-with-w3m): Ditto.
21243
21244         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21245         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21246
21247 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21248
21249         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21250         instead of MIME-decoded from fields when checking
21251         `gnus-article-address-banner-alist'.
21252
21253 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21254
21255         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21256         description rather than subject.
21257
21258 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21259
21260         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21261
21262 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21263
21264         * gnus.el (gnus-version-number): Bump.
21265
21266 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21267
21268         * gnus.el: No Gnus v0.2 is released.
21269
21270 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21271
21272         * gnus-agent.el (gnus-agent-read-agentview):
21273         Inline gnus-uncompress-range.
21274
21275 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21276
21277         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21278         `exec-installed-p'.
21279
21280 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21281
21282         * gnus.el (spam-process, spam-autodetect-methods):
21283         Add bsfilter and bsfilter-headers.
21284
21285         * spam.el (spam-bsfilter): New customize group.
21286         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21287         (spam-bsfilter-header, spam-bsfilter-probability-header)
21288         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21289         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21290         (spam-bsfilter-database-directory): New options.
21291         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21292         (spam-list-of-statistical-checks, spam-registration-functions):
21293         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21294         (spam-bsfilter-score): New command.
21295         (spam-check-bsfilter-headers, spam-check-bsfilter)
21296         (spam-bsfilter-register-with-bsfilter)
21297         (spam-bsfilter-register-spam-routine)
21298         (spam-bsfilter-unregister-spam-routine)
21299         (spam-bsfilter-register-ham-routine)
21300         (spam-bsfilter-unregister-ham-routine): New functions.
21301         (spam-generic-score): Support bsfilter; Accept an optional argument
21302         to recalcurate spam score even if scoring header has already been
21303         added.
21304         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21305         optional argument to recalcurate spam score even if scoring header
21306         has already been added.
21307
21308 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21309
21310         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21311         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21312         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21313         link is missing.
21314
21315 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21316
21317         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21318         (html2text-get-attr): Rewrite.
21319
21320         * message.el (message-setup-1): Remove redundant put-text-property
21321         on mail-header-separator.
21322
21323 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21324
21325         * gnus-registry.el (gnus-registry-cache-whitespace)
21326         (gnus-registry-action, gnus-registry-spool-action)
21327         (gnus-registry-split-fancy-with-parent): Change message levels
21328         from 5 to 3 or 7, as needed.
21329
21330         * spam.el (spam-summary-prepare-exit)
21331         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21332         (spam-split, spam-find-spam, spam-log-undo-registration)
21333         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21334         level from 5 to 6.
21335
21336 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21339         2004-03-04 change).
21340
21341 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21342
21343         * sieve-manage.el (sieve-manage-open):
21344         * nnweb.el (nnweb-insert-html):
21345         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21346         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21347         * nnspool.el (nnspool-request-group):
21348         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21349         * nnml.el (nnml-request-update-info):
21350         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21351         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21352         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21353         (nnimap-request-set-mark):
21354         * nnfolder.el (nnfolder-request-update-info):
21355         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21356         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21357         * gnus-uu.el (gnus-uu-find-articles-matching):
21358         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21359         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21360         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21361         * gnus-nocem.el (gnus-nocem-scan-groups):
21362         * gnus-int.el (gnus-start-news-server):
21363         * gnus-group.el (gnus-group-make-kiboze-group)
21364         (gnus-group-browse-foreign-server):
21365         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21366         Use mapc when appropriate.
21367
21368 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21369
21370         FIXME: Make separate entries for each person.
21371
21372         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21373         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21374         <shields@msrl.com>:
21375
21376         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21377         may need for spam sorting and scoring.
21378         (spam-user-format-function-S): Add user format function suitable for
21379         general use.
21380         (spam-article-sort-by-spam-status): Add sorting function for summary
21381         sorting.
21382         (spam-extra-header-to-number): Add function to get a score from a
21383         header.
21384         (spam-summary-score): Add function to get a numeric score from the
21385         headers.
21386         (spam-generic-score): Fix function doc, was in wrong place.
21387         (spam-initialize): Take symbols when it's run, and install the
21388         extra headers that spam-necessary-extra-headers thinks we need.
21389
21390 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21391
21392         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21393         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21394
21395 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21396
21397         * gnus-sum.el (gnus-set-global-variables)
21398         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21399         (gnus-article-get-xrefs, gnus-summary-best-group)
21400         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21401         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21402         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21403         Use with-current-buffer.
21404
21405 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21406
21407         * spam.el (spam-summary-prepare-exit): Simplify logic.
21408         (spam-fetch-article-header): Read the article header if it's not
21409         available.
21410         (spam-list-articles): Simplify logic.
21411         (spam-filelist-register-routine): Fix bug with unregister-list.
21412
21413         * gnus-registry.el: Fix comments at beginning.
21414
21415 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21416
21417         * message.el (message-cater-to-broken-inn): Remove.
21418         (message-shorten-references): Make sure the total folded length of
21419         References is shorter than 998 characters to cater to a bug in INN
21420         2.3.  Also, don't pretend that references aren't folded -- this
21421         hasn't worked for a while.
21422
21423 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21424
21425         * gnus-agent.el (gnus-agentize):
21426         gnus-agent-send-mail-real-function no longer set to current value
21427         of message-send-mail-function but rather a lambda that calls
21428         message-send-mail-function.  The change makes the agent real-time
21429         responsive to user changes to message-send-mail-function.
21430
21431 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21432
21433         * legacy-gnus-agent.el
21434         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21435         help from Florian Weimer <fw@deneb.enyo.de>
21436
21437 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * nnmail.el (nnmail-cache-insert): Revert last change.
21440
21441 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21442
21443         * nnmail.el (nnmail-cache-insert): Always check whether
21444         nnmail-cache-ignore-groups matches a group name.
21445
21446 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21447
21448         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21449         (spam-find-spam, spam-log-processing-to-registry)
21450         (spam-log-registered-p, spam-log-unregistration-needed-p)
21451         (spam-log-undo-registration): Use gnus-message instead of
21452         gnus-error, none of these errors are fatal.
21453
21454         * gnus-registry.el (gnus-registry-clean-empty-function)
21455         (gnus-registry-clean-empty): Remove only empty entries without
21456         extra data.
21457
21458 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21459
21460         * spam-stat.el (spam-stat-buffer-change-to-spam)
21461         (spam-stat-buffer-change-to-non-spam): Change (error) to
21462         (gnus-message 8) invocation.
21463
21464 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * nntp.el (nntp-via-netcat-command): New variable.
21467         (nntp-via-netcat-switches): New variable.
21468         (nntp-open-via-rlogin-and-netcat): New function.
21469         (nntp-open-connection-function): Doc fix.
21470         (nntp-telnet-command): Doc fix.
21471         (nntp-end-of-line): Doc fix.
21472         (nntp-via-rlogin-command): Doc fix.
21473         (nntp-via-user-name): Doc fix.
21474         (nntp-via-address): Doc fix.
21475
21476 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21479         error in Emacs 21.1.
21480
21481 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21482
21483         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21484
21485 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21486
21487         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21488         (gnus-agent-with-refreshed-group): New macro.
21489         (gnus-agent-rename-group): New function.
21490         (gnus-agent-delete-group): New function.
21491         (gnus-agent-save-group-info): Use gnus-command-method when
21492         `method' parameter is nil.  Don't write nil entries into the
21493         active file.
21494         (gnus-agent-get-group-info): New function.
21495         (gnus-agent-fetch-articles):
21496         Use gnus-agent-update-files-total-fetched-for to increment disk space
21497         used.
21498         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21499         Use gnus-agent-update-view-total-fetched-for to increment disk space
21500         used.
21501         (gnus-agent-get-local): Add optional parameters to avoid calling
21502         gnus-group-real-name and gnus-find-method-for-group.
21503         (gnus-agent-set-local): Delete stored entry if either min, or max,
21504         are nil.
21505         (gnus-agent-fetch-session): Reworded error/quit messages.
21506         On quit, use gnus-agent-regenerate-group to record existance of any
21507         articles fetched to disk before the quit occurred.
21508         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21509         gnus-agent-update-view-total-fetched-for, and
21510         gnus-agent-update-files-total-fetched-for to decrement disk space
21511         used.
21512         (gnus-agent-retrieve-headers):
21513         Use gnus-agent-update-view-total-fetched-for to increment disk space
21514         used.
21515         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21516         with gnus-agent-update-files-total-fetched-for to decrement disk
21517         space and fresh group buffer.
21518         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21519         (gnus-agent-need-update-total-fetched-for): New variable.
21520         (gnus-agent-update-files-total-fetched-for): New function.
21521         (gnus-agent-update-view-total-fetched-for): New function.
21522         (gnus-agent-total-fetched-for): New function.
21523
21524         * gnus-cache.el (gnus-cache-save-buffers):
21525         Use gnus-cache-update-overview-total-fetched-for to change disk space
21526         used by this group.
21527         (gnus-cache-possibly-enter-article):
21528         Use gnus-cache-update-file-total-fetched-for to increment disk space
21529         used by this group.
21530         (gnus-cache-possibly-remove-article):
21531         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21532         used by this group.
21533         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21534         (gnus-cache-rename-group): New function.
21535         (gnus-cache-delete-group): New function.
21536         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21537         (gnus-cache-need-update-total-fetched-for): New variable.
21538         (gnus-cache-with-refreshed-group): New macro.
21539         (gnus-cache-update-file-total-fetched-for): New function.
21540         (gnus-cache-update-overview-total-fetched-for): New function.
21541         (gnus-cache-rename-group-total-fetched-for): New function.
21542         (gnus-cache-delete-group-total-fetched-for): New function.
21543         (gnus-cache-total-fetched-for): New function.
21544
21545         * gnus-group.el: Require gnus-sum and autoload functions to
21546         resolve warnings when gnus-group.el compiled alone.
21547         (gnus-group-line-format): Documented new %F.
21548         (size of Fetched data) group line format; identifies disk space
21549         used by agent and cache.
21550         (gnus-group-line-format-alist): Defined new F format.
21551         (gnus-total-fetched-for): New function.
21552         (gnus-group-delete-group): No longer update
21553         gnus-cache-active-altered as gnus-request-delete-group now keeps
21554         the cache in sync.
21555         (gnus-group-list-active): Let the agent store a server's active
21556         list if currently plugged.
21557
21558         * gnus-int.el (gnus-request-delete-group):
21559         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21560         local disk in sync with the server.
21561         (gnus-request-rename-group):
21562         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21563         local disk in sync with the server.
21564
21565         * gnus-start.el (gnus-get-unread-articles):
21566         Cosmetic simplification to logic.
21567
21568         * gnus-util.el (gnus-rename-file): New function.
21569
21570 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21571
21572         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21573
21574 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21575
21576         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21577         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21578
21579 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21580
21581         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21582         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21583
21584 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21585
21586         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21587
21588 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21589
21590         * spam.el (spam-set-difference): Add function to replace
21591         gnus-set-difference in spam.el.
21592         (spam-summary-prepare-exit): Use spam-set-difference.
21593
21594 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21595
21596         * gnus-registry.el (gnus-registry-cache-file): Update to use
21597         gnus-dribble-directory OR gnus-home-directory OR ~.
21598         (gnus-registry-split-fancy-with-parent): Fix doc.
21599
21600 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * message.el (message-exchange-point-and-mark):
21603         Use message-mark-active-p.  Suggested by Jesper Harder
21604         <harder@ifa.au.dk>.
21605
21606 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * message.el (message-exchange-point-and-mark): Don't activate
21609         region if it was inactive.  Suggested by Hiroshi Fujishima
21610         <pooh@nature.tsukuba.ac.jp>.
21611
21612 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * gnus-art.el (article-display-face): Display Faces in the same
21615         order as X-Faces.
21616
21617 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21618
21619         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21620
21621 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21624         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21625         (gnus-article-mime-hierarchy): Remove.
21626         (gnus-article-mime-hierarchy-next): Remove.
21627         (gnus-article-mode): Revert 2004-03-19 change.
21628         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21629         (gnus-insert-mime-button): Revert 2004-03-19 change.
21630         (gnus-mime-accumulate-hierarchy): Remove.
21631         (gnus-mime-enter-multipart): Remove.
21632         (gnus-mime-leave-multipart): Remove.
21633         (gnus-mime-display-part): Revert 2004-03-19 change.
21634         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21635
21636         * mml.el (mml-preview): Revert 2004-03-19 change.
21637
21638 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21639
21640         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21641
21642 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21645         t while entering a file name using the mm-with-multibyte macro.
21646         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21647
21648         * mm-util.el (mm-with-multibyte): New macro.
21649
21650 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21651
21652         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21653         New user option.
21654         (gnus-mime-multipart-functions): Doc and customization fix.
21655         (gnus-article-mime-hierarchy): New variable.
21656         (gnus-article-mime-hierarchy-next): New variable.
21657         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21658         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21659         gnus-article-mime-hierarchy-next to nil.
21660         (gnus-insert-mime-button): Show hierarchy numbers.
21661         (gnus-mime-accumulate-hierarchy): New function.
21662         (gnus-mime-enter-multipart): New function.
21663         (gnus-mime-leave-multipart): New function.
21664         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21665         (gnus-mime-display-alternative): Show hierarchy numbers.
21666
21667         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21668         gnus-article-mime-hierarchy-next to nil.
21669
21670 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21671
21672         * dns.el: Don't require gnus-xmas.
21673
21674 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21675
21676         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21677         inline PGP.
21678         (mml-menu): Disable mml-quote-region if mark is inactive.
21679
21680 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21683         when the group's active is not available.
21684
21685 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21688         error.
21689
21690 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21691
21692         * imap.el (imap-store-password): New variable.
21693         (imap-interactive-login): Use it.
21694         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21695
21696 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21697
21698         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21699         window-start and hscroll to summary window.
21700
21701 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21702
21703         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21704         conversion message to newsrc-dribble when an actual conversion is
21705         performed.
21706
21707 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21708
21709         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21710
21711 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21712
21713         * mm-decode.el (mm-complicated-handles): New function reviving
21714         former definition of mm-multiple-handles.
21715
21716         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21717         (gnus-mime-delete-part): Use it.
21718
21719 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21720
21721         * gnus-agent.el (gnus-agent-read-local):
21722         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21723         avoid the implicit assumption that they will always be equal.
21724         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21725         coding-system-for-write, as the with-temp-file macro first prints
21726         to a buffer then saves the buffer.
21727
21728 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * gnus-art.el (gnus-article-edit-part): New function.
21731         (gnus-mime-save-part-and-strip): Use it; do query instead of
21732         signaling an error; don't use mm-multiple-handles.
21733         (gnus-mime-delete-part): Ditto.
21734
21735 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21736
21737         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21738         old file versions.
21739         (gnus-group-prepare-hook): Remove function that converted list
21740         form of gnus-agent-expire-days to group properties.
21741
21742         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21743         (gnus-request-accept-article): Re-indented.
21744
21745         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21746         converters to handle old agent file formats.  Add logic for a
21747         "backup before upgrading warning".
21748         (gnus-convert-mark-converter-prompt): Developers can mark
21749         functions as needing (default), or not needing,
21750         gnus-convert-old-newsrc's "backup before upgrading warning".
21751         (gnus-convert-converter-needs-prompt): Tests whether the user
21752         should be protected from potentially irreversable changes by the
21753         function.
21754
21755         * legacy-gnus-agent.el: New.  Provides converters that are only
21756         loaded when gnus-convert-old-newsrc needs to call them.
21757
21758 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21759
21760         * mail-source.el (mail-source-touch-pop): Doc fix.
21761
21762         * message.el (message-smtpmail-send-it): Doc fix.
21763
21764 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21765
21766         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21767
21768         * nnmail.el (nnmail-split-fancy): do.
21769
21770         * gnus-kill.el (gnus-kill, gnus-execute): do.
21771
21772 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21773
21774         * gnus-sum.el (gnus-widget-reversible-match)
21775         (gnus-widget-reversible-to-internal)
21776         (gnus-widget-reversible-to-external): New functions.
21777         (gnus-widget-reversible): New widget.
21778         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21779
21780 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21781
21782         * gnus-sum.el (gnus-thread-sort-functions)
21783         (gnus-article-sort-functions): Document `(not F)' items.
21784
21785 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21786
21787         * spam.el (spam-use-gmane-xref): Add new backend.
21788         (spam-gmane-xref-spam-group): Add variable to control the name of the
21789         Gmane spam group.
21790         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21791         (spam-regex-headers-spam, spam-regex-headers-ham)
21792         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21793         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21794         backends and checks.
21795         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21796
21797         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21798         an autodetect method.
21799
21800 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21801
21802         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21803         articles are being added to a group.
21804         (gnus-request-replace-article): Inform the agent that articles
21805         need to be uncached as the cached contents are no longer valid.
21806
21807 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * binhex.el: Don't autoload executable-find.
21810
21811         * canlock.el: Don't autoload mail-fetch-field.
21812
21813         * dgnushack.el: Autoload c-mode for XEmacs.
21814
21815         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21816
21817         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21818         rmail-dont-reply-to and rmail-output.
21819
21820         * gnus-score.el: Don't autoload ffap-string-at-point.
21821
21822         * gnus-setup.el: Don't autoload sc-cite-original.
21823
21824         * imap.el: Don't autoload base64-decode-string,
21825         base64-encode-string and md5.
21826
21827         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21828         and rmail-msg-restore-non-pruned-header.
21829
21830         * mm-decode.el: Don't autoload executable-find.
21831
21832         * mm-url.el: Don't autoload executable-find.
21833
21834         * mm-view.el: Don't autoload diff-mode.
21835
21836         * nndb.el: Don't autoload news-reply-mode, news-setup,
21837         cancel-timer and telnet.
21838
21839         * password.el: Don't autoload run-at-time for Emacs.
21840
21841         * sha1-el.el: Don't autoload executable-find.
21842
21843         * sieve-mode.el: Don't autoload c-mode.
21844
21845         * uudecode.el: Don't autoload executable-find.
21846
21847 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21848
21849         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21850         (gnus-agent-possibly-alter-active): Avoid null in numeric
21851         comparison.
21852         (gnus-agent-set-local): Refuse to save null in local object table.
21853         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21854         list of articles that will be marked as unread.
21855
21856 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21859
21860 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21861
21862         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21863         language tags.
21864
21865 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21866
21867         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21868         Don't bind "obarray".
21869
21870         * gnus-sum.el (gnus-thread-sort-functions):
21871         Add `gnus-thread-sort-by-most-recent-number' and
21872         `gnus-thread-sort-by-most-recent-date'.
21873         Reported by Kai Grossjohann <kai@emptydomain.de>.
21874
21875 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21878
21879 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21880
21881         * gnus-cus.el (gnus-agent-customize-category):
21882         Remove ignore-errors macro reference that required cl to be loaded at
21883         run-time.
21884
21885         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21886         single-interval range of the form (min . max).  Previously the
21887         range had to look like ((min . max)).  Likewise, return
21888         (min . max) rather than ((min . max)).
21889         (gnus-range-map): Use gnus-range-normalize to accept
21890         single-interval range.
21891
21892         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21893         the cache, but not the agent, now appear with their usual face.
21894
21895         * dgnushack.el (loaddir): New variable that is bound to the
21896         directory containing the dgnushack.el file. Use loaddir, rather
21897         than srcdir, to update load-path. Change lets dgnushack compile
21898         code in directories other than GNUS/lisp.
21899
21900 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21901
21902         * lpath.el: Don't bind w3m-safe-url-regexp.
21903
21904         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21905         w3m-safe-url-regexp variable buffer-local.
21906
21907         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21908
21909 2004-02-27  Simon Josefsson  <jas@extundo.com>
21910
21911         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21912         gnus-group-real-prefix.
21913         (gnus-summary-move-article): Use it, instead of
21914         gnus-group-real-prefix.
21915
21916 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * lpath.el: Bind w3m-safe-url-regexp.
21919
21920         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21921         w3m-safe-url-regexp variable buffer-local and set it as the value
21922         of mm-w3m-safe-url-regexp.
21923
21924         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21925
21926         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21927         parsing gnus-posting-styles when the message is not for replying.
21928
21929         * dgnushack.el: Autoload sgml-mode for XEmacs.
21930
21931         * nnrss.el (nnrss-opml-export):
21932         Use mm-set-buffer-file-coding-system instead of
21933         set-buffer-file-coding-system.
21934
21935 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21936
21937         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21938         of checkdoc.el).
21939         * nnrss.el: do.
21940         * gnus-mlspl.el: do.
21941         * gnus-ml.el: do.
21942         * gnus-srvr.el: do.
21943
21944         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21945
21946 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21947
21948         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21949         Corrections to custom-manual links.
21950
21951         * gnus-art.el (gnus-article): Ditto.
21952
21953         * mm-decode.el (mime-display, mime-security): Ditto.
21954
21955 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21956
21957         * flow-fill.el: Typo.
21958
21959 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21960
21961         * spam-wash.el: New file.
21962
21963 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21964
21965         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21966
21967 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21968
21969         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21970         to be run with new-articles as LIST1, not LIST2.
21971         (spam-registration-functions): Add spam-use-ham-copy as a nil
21972         registration backend.
21973
21974 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21975
21976         * spam-stat.el (spam-stat-washing-hook): New option.
21977         (spam-stat-buffer-words): Use it.
21978         (spam-stat-process-directory, spam-stat-test-directory):
21979         Use insert-file-contents-literally.
21980         (spam-stat-coding-system): New variable.
21981         (spam-stat-load, spam-stat-save): Use it.
21982
21983 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * spam-report.el (spam-report-plug-agent):
21986         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21987
21988 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21989
21990         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21991         Allow / in mailto URLs.
21992
21993 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21994
21995         * spam-report.el (spam-report-process-queue): Fix interactive use.
21996         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21997         (spam-report-unplug-agent): Doc fixes.
21998         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21999         (spam-report-agentize, spam-report-deagentize): Autoload.
22000
22001 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22002
22003         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22004
22005         * message.el (message-setup-fill-variables): Add mml tags to
22006         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22007         <ajk@iu.edu>.
22008         (message-mode): Don't modify paragraph-separate there.
22009
22010 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22011
22012         * compface.el (uncompface-use-external): Default to undecided.
22013         (uncompface-use-external-threshold): New variable.
22014         (uncompface-float-time): New macro.
22015         (uncompface): Determine whether to use the external decoder if
22016         uncompface-use-external is undecided.
22017
22018 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22019
22020         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22021         after images.
22022
22023         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22024
22025 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22026
22027         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22028
22029         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22030
22031         * gnus-sum.el (gnus-summary-limit-to-age)
22032         (gnus-summary-limit-children): do.
22033
22034         * gnus-int.el (gnus-request-scan): do.
22035
22036         * gnus-group.el (gnus-group-suspend): do.
22037
22038         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22039
22040         * gnus-cite.el (gnus-cite-parse-attributions): do.
22041
22042         * gnus-agent.el (gnus-summary-set-agent-mark)
22043         (gnus-agent-regenerate-group): do.
22044
22045         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22046
22047         * binhex.el (binhex-decode-region-internal): do.
22048
22049 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22050
22051         * gnus-fun.el (gnus-face-properties-alist): New user option.
22052         (gnus-display-x-face-in-from): Use it.
22053
22054         * gnus-art.el (article-display-face): Ditto.
22055
22056         * compface.el (uncompface-use-external): Default to nil.
22057
22058 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22059
22060         * nntp.el (nntp-erase-buffer): New function.
22061         (nntp-retrieve-data, nntp-send-command)
22062         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22063         (nntp-possibly-change-group): Use it.
22064
22065         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22066         Use with-current-buffer.
22067
22068 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22069
22070         * compface.el: Merge the ELisp-based uncompface program.
22071         (compface): New customization group.
22072         (uncompface-use-external): New user option.
22073         (uncompface): Call uncompface-internal if uncompface-use-external
22074         is nil.
22075         (uncompface-internal): New function.  Note that there are also
22076         some other functions and variables added for this function.
22077
22078 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22079
22080         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22081         if necessary.
22082
22083 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22084
22085         * spam-report.el (spam-report-unplug-agent)
22086         (spam-report-plug-agent, spam-report-deagentize)
22087         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22088         Add support for the Agent in spam-report: when unplugged, report to a
22089         file; when plugged, submit all the requests.
22090
22091         * spam.el (spam-register-routine): Fix message about
22092         registration.
22093
22094 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22095
22096         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22097         dependencies.
22098         (rfc2047-encode): Use it.
22099
22100         * gnus-art.el (gnus-button-marker-list): Move before first
22101         reference.
22102
22103         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22104         (imap-parse-body): Fix format string mismatch.
22105
22106         * gnus-score.el (gnus-summary-increase-score): do.
22107
22108         * nnrss.el (nnrss-close): New function.
22109
22110 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22111
22112         * nnrss.el (nnrss-make-filename): New function.
22113         (nnrss-request-delete-group, nnrss-read-server-data)
22114         (nnrss-save-server-data, nnrss-read-group-data)
22115         (nnrss-save-group-data): Use it.
22116         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22117         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22118         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22119
22120 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22121
22122         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22123
22124 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22125
22126         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22127         files.
22128
22129         * message.el (message-generate-headers-first): Don't quote nil
22130         and t in docstrings.
22131
22132         * imap.el (imap-id): do.
22133
22134         * gnus-agent.el (gnus-agent-consider-all-articles)
22135         (gnus-agent-queue-mail): do.
22136
22137 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22138
22139         * spam-report.el (spam-report-process-queue): New function.
22140         Process requests from `spam-report-requests-file'.
22141         (spam-report-process-queue): Doc fix.
22142
22143 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22144
22145         * spam.el (spam-register-routine)
22146         (spam-log-processing-to-registry, spam-log-registered-p)
22147         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22148         Change "check" to "spam-check" for semi-clarity.
22149
22150 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22151
22152         * pop3.el: Require nnheader.
22153
22154         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22155
22156         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22157
22158         * gnus-picon.el: Require cl.
22159
22160         * gnus-fun.el: Require gnus-ems and gnus-util.
22161
22162         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22163
22164         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22165
22166         * gnus-art.el (gnus-article-edit-mode): Define before first
22167         reference.
22168
22169 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22170
22171         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22172         (gnus-uu-post-encoded): Use point-at-bol.
22173
22174         * gnus-topic.el (gnus-group-active-topic-p): do.
22175
22176         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22177
22178         * gnus-group.el (gnus-group-kill-region): do.
22179
22180         * gnus-art.el (article-date-ut): do.
22181
22182         * message.el (message-fetch-field): Remove redundant
22183         case-fold-search binding.
22184         (message-narrow-to-field): Simplify.
22185
22186 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22187
22188         * spam.el (spam-directory): Derive from `gnus-directory'.
22189
22190         * spam-report.el (spam-report-url-to-file)
22191         (spam-report-requests-file): New function and variable for offline
22192         reporting.
22193         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22194         and user defined function.
22195         (spam-report-url-ping-mm-url): Remove doubled slash.
22196
22197 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22198
22199         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22200
22201 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22202
22203         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22204         Fix format string mismatch.
22205
22206         * sieve.el (sieve-deactivate-all): do.
22207
22208         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22209
22210         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22211
22212         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22213
22214         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22215
22216 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22217
22218         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22219         the list of checks.
22220
22221 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22222
22223         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22224         padding.
22225
22226 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22227
22228         * mm-view.el (mm-fill-flowed): New variable.
22229         (mm-inline-text): Use it.
22230
22231 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22232
22233         * spam.el (spam-spamassassin-register-ham-routine)
22234         (spam-spamassassin-register-spam-routine): Fix function names.
22235
22236 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22237
22238         * gnus.el (gnus-tmp-grouplens): Remove.
22239         (gnus-summary-line-format): Remove grouplens.
22240
22241         * gnus-group.el (gnus-group-line-format): Ditto.
22242
22243         * gnus-spec.el (gnus-format-specs): Ditto.
22244         (gnus-update-format-specifications): Flush the group format spec
22245         cache if there's the grouplens stuff.
22246         (gnus-parse-simple-format): Replace %l with the empty string.
22247
22248 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22249
22250         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22251         omission.
22252
22253 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22254
22255         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22256         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22257
22258 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22259
22260         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22261         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22262         New macros and functions.
22263         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22264         Handle > NLINK_MAX messages.
22265         * nnmaildir.el (nnmaildir-request-set-mark):
22266         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22267
22268 2004-01-25  Alex Schroeder  <alex@gnu.org>
22269
22270         * spam-stat.el (spam-stat-process-directory-age): New option.
22271         (spam-stat-process-directory): Use it.
22272
22273 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22274
22275         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22276         (spam-stat-save): Accept prefix argument.
22277
22278 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22279
22280         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22281         links" error.
22282
22283 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22284
22285         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22286         the rest of the and/or forms.
22287
22288 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22289
22290         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22291         compatibility with old .newsrc.eld files.
22292
22293         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22294
22295         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22296
22297         * gnus-start.el (gnus-1): do.
22298
22299         * gnus-group.el (gnus-group-line-format-alist): do.
22300
22301         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22302
22303         * gnus-gl.el: Remove.
22304
22305 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22306
22307         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22308         marks consisting of a single range {for example, (3 . 5)} rather
22309         than a list of a single range { ((3 . 5)) }.
22310
22311 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22312
22313         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22314         Use with-current-buffer.
22315         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22316         avoid consing a string.
22317
22318         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22319         Remove obsolete entries for big5 and gb2312.
22320
22321 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22322
22323         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22324         uncompressed list.
22325
22326 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22327
22328         * spam-stat.el (spam-stat-strip-xref): New function.
22329         (spam-stat-process-directory): Use it.
22330
22331         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22332         here -- it's done in message-fetch-field.
22333
22334 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22335
22336         * gnus-agent.el (gnus-agent-queue-mail)
22337         (gnus-agent-prompt-send-queue): New variables.
22338         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22339         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22340         "nndraft:queue" along to gnus-draft-send.
22341         Use gnus-agent-prompt-send-queue.
22342         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22343         is "nndraft:queue".  Suggested by Gaute Strokkenes
22344         <gs234@srcf.ucam.org>
22345
22346         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22347         (agent-enable-undownloaded-faces): Add.
22348         (gnus-agent-cat-groups): Use eval-and-compile, not
22349         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22350         method of gnus-agent-cat-groups even when the buffer has been
22351         evaled.
22352         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22353         delete gnus-agent-save-active-1.
22354         (gnus-agent-save-groups): Delete.  Identical to
22355         gnus-agent-save-active.
22356         (gnus-agent-write-active): No longer adjust agent's copy of active
22357         file as agent's adjustments are now stored in their own
22358         file.  Remove optional parameter.
22359         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22360         servers.  Add use of min/max range limits from server's local
22361         file.
22362         (gnus-agent-save-alist): Remove unused optional argument.
22363         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22364         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22365         (gnus-agent-set-local): A per-server file that keeps min/max range
22366         limits for articles known to the agent.  Provides a fast mechanism
22367         for altering many active ranges.
22368         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22369         active file (local makes it unnecessary).
22370         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22371
22372         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22373         (agent-enable-undownloaded-faces): Add.
22374
22375         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22376         disable it when sending to "nndraft:queue".
22377         (gnus-group-send-queue): Add safety check to avoid sending queue
22378         when unplugged.
22379
22380         * gnus-group.el (gnus-group-catchup): Use new
22381         gnus-sequence-of-unread-articles, not
22382         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22383         numbers of articles.  Use gnus-range-map to avoid having to
22384         uncompress the unread list.
22385         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22386         Fix invalid ange-ftp reference.
22387
22388         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22389         (gnus-sorted-range-intersection): Intersection of two ranges
22390         without requiring that they first be uncompressed.
22391
22392         * gnus-start.el (gnus-activate-group): Unless blocked by the
22393         caller, possibly expand the active range to include both cached
22394         and agentized articles.
22395         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22396         multiple version-dependent converters.
22397         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22398         gnus-agent-save-active.
22399         (gnus-save-newsrc-file): Save dirty agent range limits.
22400
22401         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22402         gnus-agent-possibly-alter-active.
22403         (gnus-adjust-marked-articles): Faster handling of simple lists.
22404
22405 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22406
22407         * spam-stat.el (spam-stat-test-directory): New optional argument
22408         displays a list of files detected.  Suggested by Andrew Cohen
22409         <cohen@andy.bu.edu>.
22410         (spam-stat-buffer-words-with-scores): Don't narrow and change
22411         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22412
22413 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22414
22415         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22416         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22417         (spam-spamassassin-arguments)
22418         (spam-spamassassin-spam-flag-header)
22419         (spam-spamassassin-positive-spam-flag-header)
22420         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22421         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22422         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22423         (spam-list-of-processors, spam-list-of-checks)
22424         (spam-list-of-statistical-checks, spam-registration-functions)
22425         (spam-check-spamassassin-headers, spam-check-spamassassin)
22426         (spam-spamassassin-score)
22427         (spam-spamassassin-register-with-sa-learn)
22428         (spam-spamassassin-register-spam-routine)
22429         (spam-spamassassin-register-ham-routine)
22430         (spam-assassin-register-spam-routine)
22431         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22432         (spam-bogofilter-score): Fix to show article before scoring.
22433
22434 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22435
22436         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22437         default scoring function.
22438         (spam-generic-score): Call spam-spamassassin-score if
22439         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22440         spam-bogofilter-score otherwise.
22441
22442         * gnus.el (spam-process, spam-autodetect-methods):
22443         Add spamassassin and spamassassin-headers.
22444
22445 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22446
22447         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22448         Suppress unnecessary messages.
22449
22450 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22451
22452         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22453         make-hash-table.
22454
22455 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * canlock.el (base64-encode-string): Don't autoload it.
22458
22459 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22460
22461         * run-at-time.el: Remove useless (require 'itimer),
22462         eval-and-compile and (featurep 'xemacs).
22463
22464 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22465
22466         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22467         GROUP is a virtual group.
22468
22469 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22470
22471         * gnus.el: Autoload `message-y-or-n-p'.
22472
22473 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22474
22475         * pgg-parse.el: Remove unnecessary (require 'custom).
22476
22477         * pgg-def.el: do.
22478
22479         * nnmail.el: do.
22480
22481         * gnus-undo.el: do.
22482
22483         * gnus-picon.el: do.
22484
22485         * gnus-util.el: do.
22486
22487 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22488
22489         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22490
22491 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22494         handle, as well as a list.
22495
22496         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22497         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22498         (mm-w3m-cid-retrieve): Simplify.
22499
22500 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22501
22502         * message.el (message-kill-to-signature): Allow prefix arg to
22503         specify number of lines to keep before signature.
22504
22505 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22506
22507         * message.el (message-kill-to-signature): Change docstring.
22508
22509 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22510
22511         * canlock.el: Always require sha1-el.
22512         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22513
22514         * message.el: Autoload sha1 only when compiling.
22515
22516         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22517         eudc-expand-inline for XEmacs.
22518
22519 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22520
22521         * message.el (message-canlock-generate): Require sha1-el.
22522
22523 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22524
22525         * message.el (message-expand-name): Silence the byte compiler.
22526
22527         * lpath.el: Add detect-coding-system.
22528
22529         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22530         cus-edit.
22531
22532 2004-01-13  Simon Josefsson  <jas@extundo.com>
22533
22534         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22535         Invoke gnus-score-mode.
22536         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
22537
22538         * gnus-range.el (gnus-compress-sequence): Doc fix.
22539         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22540
22541 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22542
22543         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22544
22545 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22546
22547         * spam.el (spam-get-article-as-string): Update to use
22548         gnus-request-article-this-buffer, much simpler.
22549         (spam-get-article-as-buffer): Remove.
22550
22551 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22552
22553         * message.el (message-expand-name): Use EUDC if the user uses that.
22554
22555 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22556
22557         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22558         character for the encoding to avoid consing a string.
22559
22560         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22561         unnecessarily.
22562
22563         * mm-util.el (mm-replace-chars-in-string): Remove.
22564
22565         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22566         of mm-replace-chars-in-string.
22567
22568 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22569
22570         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22571
22572         * mm-util.el (mm-subst-char-in-string): Support inplace.
22573
22574         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22575         a new string in every iteration.  Use shy groups.
22576
22577 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22578
22579         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22580         * gnus-soup.el (gnus-soup-group-brew):
22581         * gnus-msg.el (gnus-put-message):
22582         * gnus-move.el (gnus-group-move-group-to-server):
22583         * gnus-kill.el (gnus-batch-score):
22584         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22585         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22586         (gnus-group-update-group, gnus-group-read-group)
22587         (gnus-group-make-group, gnus-group-make-help-group)
22588         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22589         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22590         (gnus-group-sort-by-unread, gnus-group-catchup)
22591         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22592         (gnus-group-yank-group, gnus-group-set-info)
22593         (gnus-group-list-groups):
22594         * gnus.el (gnus-generate-new-group-name):
22595         * gnus-delay.el (gnus-delay-send-queue):
22596         * nnvirtual.el (nnvirtual-catchup-group):
22597         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22598         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22599         (gnus-group-prepare-topics, gnus-topic-check-topology):
22600         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22601         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22602         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22603         (gnus-group-make-articles-read):
22604         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22605         (gnus-group-change-level, gnus-kill-newsgroup)
22606         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22607         (gnus-get-unread-articles, gnus-make-articles-unread)
22608         (gnus-make-ascending-articles-unread): Use accessor
22609         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22610         to get group information for improved readability.
22611
22612
22613 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22614
22615         * gnus-art.el (article-decode-mime-words, article-babel)
22616         (gnus-article-highlight-signature, gnus-article-add-buttons)
22617         (gnus-signature-toggle): Use gnus-with-article-buffer.
22618
22619         * gnus-art.el (gnus-article-highlight-headers)
22620         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22621
22622         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22623         (gnus-article-set-globals, gnus-request-article-this-buffer)
22624         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22625         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22626         (gnus-mime-display-alternative): Use with-current-buffer.
22627
22628 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22629
22630         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22631         also under 80 char limit, and call gnus-error if needed.
22632         (spam-fetch-article-header): Fix - it was a
22633         buffer-local variable (gnus-newsgroup-data).
22634         (spam-find-spam): Use spam-generate-fake-headers, forget about
22635         spam-insert-fake-headers.
22636         (spam-insert-fake-headers): Remove.
22637
22638 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22639
22640         * deuglify.el (gnus-article-outlook-unwrap-lines)
22641         (gnus-outlook-rearrange-article)
22642         (gnus-outlook-repair-attribution-outlook)
22643         (gnus-outlook-repair-attribution-block)
22644         (gnus-outlook-repair-attribution-other): Remove redundant
22645         save-excursion.
22646
22647 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22648
22649         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22650         (spam-fetch-field-subject-fast)
22651         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22652         (spam-fetch-article-header): Add functions to deal with Gnus
22653         internals for fast retrieval of article header data.
22654         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22655
22656 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22657
22658         * pop3.el (pop3-md5): Remove.
22659         (pop3-apop): Replace pop3-md5 with md5.
22660
22661         * mm-bodies.el: base64 is always built-in.
22662
22663         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22664         Use with-current-buffer.
22665
22666 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22667
22668         * canlock.el (canlock-insert-header): Remove excessive grouping in
22669         regexp.
22670
22671         * gnus-sum.el (gnus-summary-read-document): Ditto.
22672
22673         * gnus-uu.el (gnus-uu-part-number): Ditto.
22674
22675         * html2text.el (html2text-remove-tags): Ditto.
22676         (html2text-format-tags): Ditto.
22677         (html2text-format-single-elements): Ditto.
22678
22679         * mml.el (mml-parse-1): Ditto.
22680
22681 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22682
22683         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22684
22685         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22686
22687         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22688
22689         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22690
22691 2003-11-15  Simon Josefsson  <jas@extundo.com>
22692
22693         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22694         (pgg-gpg-lookup-key): Use regexp match instead of
22695         split-string (split-string is different between emacs 21.2 and
22696         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22697
22698 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22699
22700         * gnus-art.el (gnus-mime-view-all-parts)
22701         (gnus-article-part-wrapper, gnus-article-view-part):
22702         Use with-current-buffer.
22703
22704 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22705
22706         * spam.el (spam-disable-spam-split-during-ham-respool)
22707         (spam-spamoracle-database, spam-cache-lookups)
22708         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22709         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22710         (spam-group-ham-marks, spam-group-spam-marks)
22711         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22712         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22713         also add spam-use-blackholes to the statistical checks.
22714         (spam-fetch-field-fast): Add interface to fetching fields, may
22715         become a macro.
22716         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22717         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22718         (spam-insert-fake-headers): Fake an article when needed.
22719         (spam-find-spam): Fake article when possible.
22720         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22721         (spam-check-bogofilter-headers): Use message-fetch-field instead
22722         of nnmail-fetch-field.
22723
22724 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22725
22726         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22727
22728 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22729
22730         * spam.el (spam-split): Do not require spam-use-CHECK to be
22731         enabled if that check is passed to spam-split explicitly; also
22732         fix so 'spam doesn't get converted to spam-split-group when
22733         spam-split-symbolic-return is t.
22734         (spam-find-spam): Find registrations of the article and use those
22735         instead of re-running spam-split to find the spam/ham
22736         classification of the article.
22737         (spam-log-processing-to-registry, spam-log-registered-p)
22738         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22739         Use gnus-error instead of gnus-message.
22740         (spam-log-registration-type): Add function to determine the
22741         classification of a message based on registry entries; will
22742         return nil if both 'spam and 'ham are found.
22743         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22744         a reasonably fast local cache without the loading errors.
22745         (spam-cache-lookups): Set to t by default.
22746         (spam-find-spam): Don't try to guess spam-cache-lookups.
22747         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22748         spam-caches entry.
22749         (spam-filelist-build-cache, spam-filelist-check-cache):
22750         Fix caching of whitelist/blacklist entries.
22751         (spam-check-whitelist, spam-check-blacklist):
22752         Invoke spam-from-listed-p with a type, not a cache variable.
22753         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22754
22755 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22756
22757         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22758
22759         * nnmail.el (nnmail-split-fancy): do.
22760
22761         * mml.el (mml-parse): do.
22762
22763         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22764         (gnus-score-adaptive): do.
22765
22766 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22767
22768         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22769         (gnus-mime-button-map): Don't set keymap parent.
22770         (gnus-button-ctan-directory-regexp): Use shy grouping.
22771         (gnus-prev-page-map): Don't set keymap parent.
22772         (gnus-prev-page-map): Remove duplicated one.
22773         (gnus-next-page-map): Don't set keymap parent.
22774         (gnus-mime-security-button-map): Ditto.
22775
22776         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22777         version number.
22778
22779         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22780
22781 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22782
22783         * canlock.el (canlock-sha1-function): Remove.
22784         (canlock-sha1-function-for-verify): Remove.
22785         (canlock-openssl-program): Remove.
22786         (canlock-openssl-args): Remove.
22787         (canlock-ignore-errors): Remove.
22788         (canlock-sha1-with-openssl): Remove.
22789         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22790         (canlock-verify): Don't use canlock-ignore-errors.
22791
22792         * sha1-el.el (sha1-string-external): Make it can return a string
22793         in binary form.
22794         (sha1-region-external): Ditto.
22795         (sha1-string-internal): Ditto.
22796         (sha1-region-internal): Ditto.
22797         (sha1-region): Ditto.
22798         (sha1-string): Ditto.
22799         (sha1): Ditto.
22800
22801 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22802
22803         * spam.el (spam-report-articles-gmane): New command.
22804
22805 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22806
22807         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22808
22809         * run-at-time.el (run-at-time-saved): Remove.
22810         (run-at-time): Doc fix.
22811
22812 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22813
22814         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22815         (gnus-summary-limit-map): Add it.
22816         (gnus-summary-make-menu-bar): do.
22817
22818 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22819
22820         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22821         Make attempt at some caching support (done for BBDB only now).
22822         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22823         addresses to be checked.
22824         (spam-clear-cache-BBDB): Add function, to be invoked by
22825         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22826         (spam-check-BBDB): Check and use the caches, if
22827         spam-cache-lookups is on, remove superfluous (provide).
22828
22829 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22830
22831         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22832
22833 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22834
22835         * run-at-time.el (run-at-time-saved): Move to after the definition
22836         of `run-at-time'.
22837
22838         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22839
22840 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22843         mm-w3m-local-map-property.
22844
22845         * mm-view.el (mm-w3m-mode-map): Remove.
22846         (mm-w3m-local-map-property): Remove.
22847         (mm-inline-text-html-render-with-w3m): Don't use
22848         mm-w3m-local-map-property.
22849
22850 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22851
22852         * run-at-time.el: New file.
22853
22854         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22855         under Emacs.
22856
22857         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22858         of gnus-set-text-properties.
22859
22860         * gnus-uu.el (gnus-uu-save-article): Ditto.
22861
22862         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22863
22864         * gnus-cite.el (gnus-cite-parse): Ditto.
22865
22866         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22867         of gnus-.
22868
22869         * gnus-xmas.el (run-at-time): Require run-at-time.
22870
22871         * gnus.el: Change calls to nnheader-run-at-time and
22872         password-run-at-time throughout to use run-at-time directly.
22873
22874         * password.el: Remove definition of run-at-time.
22875
22876         * nnheaderxm.el: Remove definition of run-at-time.
22877
22878 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
22879
22880         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22881         in prompt.
22882
22883 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22884
22885         * messagexmas.el (message-xmas-redefine): Alias
22886         `message-make-caesar-translation-table' to
22887         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22888         version.
22889
22890         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22891         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22892         `gnus-xmas-set-text-properties'.
22893         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22894         `gnus-xmas-completing-read'.
22895         (gnus-xmas-completing-read): Removed.
22896         (gnus-xmas-open-network-stream): Removed.
22897
22898         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22899         XEmacs version.
22900
22901         * dns.el (dns-make-network-process): Use `open-network-stream'
22902         instead of `gnus-xmas-open-network-stream'.
22903
22904         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22905
22906         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22907
22908 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22909
22910         * gnus-art.el (gnus-mime-display-alternative)
22911         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22912         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22913         Don't use gnus-local-map-property.
22914
22915         * gnus-util.el (gnus-local-map-property): Remove.
22916
22917         * mm-view.el (mm-view-pkcs7-decrypt):
22918         Replace gnus-completing-read-maybe-default with completing-read.
22919
22920         * gnus-util.el (gnus-completing-read): do.
22921         (gnus-completing-read-maybe-default): Remove.
22922
22923 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22924
22925         * password.el: Only autoload `run-at-time' if not XEmacs.
22926         Only autoload the itimer functions if XEmacs.
22927
22928 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22929
22930         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22931         XEmacsen.
22932
22933         * dgnushack.el: Autoload executable-find for XEmacs.
22934
22935 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22936
22937         * gnus-art.el (gnus-read-string): Remove.
22938         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22939         read-string.
22940
22941 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22942
22943         * netrc.el: Autoload password-read.
22944         (netrc): Add configuration group.
22945         (netrc-encoding-method, netrc-openssl-path):
22946         Add variables for encoding and decoding of files with symmetric
22947         ciphers.
22948         (netrc-encode): Add assistant function to encode a file with
22949         netrc-encoding-method.
22950         (netrc-parse): Add interactive parameter, added optional
22951         decoding if netrc-encoding-method is non-nil but otherwise
22952         behavior is standard.
22953         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22954         Do s/encode/encrypt/ everywhere.
22955
22956         * spam.el: Remove executable-find autoload.
22957
22958 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22959
22960         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22961
22962         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22963
22964 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22965
22966         * gnus-art.el (gnus-treat-ansi-sequences)
22967         (article-treat-ansi-sequences): New variable and function.
22968         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22969
22970         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22971         Use it.
22972
22973 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22974
22975         * mm-util.el (mm-quote-arg): Remove.
22976
22977         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22978         shell-quote-argument.
22979
22980         * gnus-uu.el (gnus-uu-command): do.
22981
22982         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22983
22984         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22985         with make-char.
22986
22987         * mm-util.el (mm-make-char): Remove.
22988
22989         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22990         add-minor-mode.
22991
22992         * gnus-undo.el (gnus-undo-mode): do.
22993
22994         * gnus-topic.el (gnus-topic-mode): do.
22995
22996         * gnus-sum.el (gnus-dead-summary-mode): do.
22997
22998         * gnus-start.el (gnus-slave-mode): do.
22999
23000         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23001
23002         * gnus-ml.el (gnus-mailing-list-mode): do.
23003
23004         * gnus-gl.el (gnus-grouplens-mode): do.
23005
23006         * gnus-draft.el (gnus-draft-mode): do.
23007
23008         * gnus-dired.el (gnus-dired-mode): do.
23009
23010         * gnus-ems.el (gnus-add-minor-mode): Remove.
23011
23012         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23013         Replace gnus-char-width with char-width.
23014
23015         * gnus-ems.el (gnus-char-width): Remove.
23016
23017         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23018         Replace gnus-char-width with char-width.
23019
23020         * gnus-ems.el (gnus-char-width): Remove.
23021
23022         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23023         definition.
23024         Remove Emacs 20 hash table compatibility code.
23025
23026         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23027         20 compatibility code.
23028
23029         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23030
23031         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23032
23033         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23034         Replace with point-at-{eol,bol}.
23035
23036         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23037
23038         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23039
23040         * flow-fill.el (fill-flowed-point-at-bol)
23041         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23042
23043         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23044         Replace with point-at-{eol,bol} throughout all files.
23045
23046 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23047
23048         * ntlm.el (ntlm-string-as-unibyte): New macro.
23049         (ntlm-build-auth-response): Use it.
23050
23051         Remove Emacs 20 stuff:
23052         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23053         (butlast, mapc, remove): Remove the compiler macros.
23054         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23055         of delq and copy-sequence.
23056         * gnus-art.el (popup-menu): Remove the compiler macro.
23057         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23058         Emacs 20.
23059
23060 2004-01-05  Simon Josefsson  <jas@extundo.com>
23061
23062         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23063         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23064         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23065         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23066         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23067         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23068         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23069         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23070         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23071         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23072         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23073         string-xor into ntlm-string-xor.
23074         Suggested by Jesper Harder <harder@myrealbox.com>.
23075
23076         * ntlm.el: Don't include poem.
23077
23078         * md4.el (print-int32, print-string-hexa): Remove.
23079         Suggested by Jesper Harder <harder@myrealbox.com>.
23080
23081         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23082
23083         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23084         probably breaks emacs with DL patch, but do we care? Is anyone
23085         still using the DL stuff?)
23086
23087         * sieve-manage.el: Use the password package.
23088         (sieve-manage-read-passwd): Remove.
23089         (sieve-manage-interactive-login): Use password.  Re-add
23090         condition-case around loop.
23091
23092         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23093         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23094         Use the password package.
23095
23096 2003-02-19  Simon Josefsson  <jas@extundo.com>
23097
23098         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23099         token.
23100
23101 2002-08-07  Simon Josefsson  <jas@extundo.com>
23102
23103         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23104         (sieve-manage-authenticators):
23105         (sieve-manage-authenticator-alist): Add some SASL mechs.
23106         (sieve-sasl-auth): New function.
23107         (sieve-manage-cram-md5-auth):
23108         (sieve-manage-plain-auth): Rewrite using SASL library.
23109         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23110         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23111         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23112         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23113
23114 2004-01-05  Simon Josefsson  <jas@extundo.com>
23115
23116         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23117         New files.
23118
23119 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23120
23121         * gnus-group.el (gnus-no-groups-message): Update.
23122
23123         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23124
23125 2003-11-09  Simon Josefsson  <jas@extundo.com>
23126
23127         * imap.el: Support for ID IMAP extension (RFC 2971).
23128         (imap-local-variables): Add imap-id.
23129         (imap-id): New variable.
23130         (imap-id): New function.
23131         (imap-parse-response): Parse untagged ID response.
23132         * nnimap.el (nnimap-id): New variable.
23133         (nnimap-open-connection): Use it.
23134
23135 2003-12-28  Simon Josefsson  <jas@extundo.com>
23136
23137         * gnus-score.el (gnus-score-edit-all-score): New.
23138         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23139
23140 2004-01-04  Simon Josefsson  <jas@extundo.com>
23141
23142         * password.el: Add.
23143
23144 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23145
23146         * dns.el (dns-query-types): Fix typo.
23147         (dns-query-types): New function.
23148         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23149         PTR and SOA replies, see RFC 1035.
23150
23151 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23152
23153         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23154
23155         * Move to Changelog.2.
23156
23157 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23158
23159         * gnus.el (gnus-version-number): Bump version.
23160
23161 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23162
23163         * gnus.el: No Gnus v0.1 is released.
23164
23165 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23166
23167         * gnus.el: No Gnus v0.0 is released.
23168
23169 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23170
23171         * gnus.el (gnus-version-number): Bump.
23172         (gnus-version): No.
23173
23174 See ChangeLog.2 for earlier changes.
23175
23176   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23177
23178   This file is part of GNU Emacs.
23179
23180   GNU Emacs is free software: you can redistribute it and/or modify
23181   it under the terms of the GNU General Public License as published by
23182   the Free Software Foundation, either version 3 of the License, or
23183   (at your option) any later version.
23184
23185   GNU Emacs is distributed in the hope that it will be useful,
23186   but WITHOUT ANY WARRANTY; without even the implied warranty of
23187   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23188   GNU General Public License for more details.
23189
23190   You should have received a copy of the GNU General Public License
23191   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23192
23193 ;; Local Variables:
23194 ;; coding: utf-8
23195 ;; fill-column: 79
23196 ;; add-log-time-zone-rule: t
23197 ;; End: