684532071ac1e4212fc2aefc33be406edb1b516f
[gnus] / lisp / ChangeLog
1 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4         (mml-compute-boundary): Don't check collision if it is non-nil.
5         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
6         before checking collision.
7
8 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * message.el (message-indent-citation): Really make sure there's a
11         newline at the end.
12
13         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
14         Fix suggested by John Wiegley.
15
16         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
17
18         * gnus-art.el (gnus-treat-hide-citation): Add doc.
19
20         * message.el (message-default-send-rename-function): Break out into its
21         own function.
22
23         * ecomplete.el (ecomplete-display-matches): Revert patch since it
24         doesn't work under XEmacs.
25
26         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
27         of "imaps" to word around Windows problems.
28         (nnimap-open-connection-1): Use it.
29
30         * message.el (message-indent-citation): Revert last change which made
31         `F' not work.
32
33 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
34
35         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
36         terminal as well.
37
38 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
41         because it displays images using overlays that aren't easy to copy to
42         the article buffer.
43
44 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
45
46         * message.el (message-indent-citation): Fix empty line removal at the
47         end of the citation.
48
49 2011-09-20  Julien Danjou  <julien@danjou.info>
50
51         * auth-source.el (auth-source-netrc-create): Use default value for
52         password if specified. Evaluate default.
53         (auth-source-plstore-create): Ditto.
54         (auth-source-plstore-create, auth-source-netrc-create): Fix default
55         value evaluation.
56         (auth-source-netrc-create): Typo fix.
57         (auth-source-plstore-create): Ditto.
58
59         * password-cache.el (password-cache-remove): Remove entries even if the
60         value is nil, so that password with a nil value (negative caching) is
61         possible to invalidate.
62
63         * auth-source.el (auth-source-format-cache-entry): New function.
64
65 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
68
69 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
72
73 2011-09-19  Julien Danjou  <julien@danjou.info>
74
75         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
76         which work with things that are not ASCII.
77
78 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
81
82 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
85         message level.
86
87 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
90
91 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus.el (gnus-interactive-exit): Update defcustom spec.
94
95 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
96
97         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
98         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
99
100 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
101
102         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
103         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
104         articles.
105
106 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
107
108         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
109         (message-mail-other-window, message-mail-other-frame)
110         (message-news-other-window, message-news-other-frame):
111         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
112         instead of setting buffer display varibles.
113
114 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
117
118         * gnus-sum.el (gnus-fetch-headers): Bump message level.
119
120 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
123         duplicates" to a higher level.
124
125         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
126         most egregious messages.
127
128 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
131
132 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
133
134         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
135         up the file (bug#9351).
136
137 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
140         it does with all other backends, but decode the names immediately after
141         getting them.
142
143         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
144         decoding nnimap groups.
145
146         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
147         newsrc file.  It doesn't seem like an important optimisation any more.
148
149 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
150
151         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
152         overflows.
153
154 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus.el (gnus-article-mark-lists): Remove `recent'.
157         (gnus-interactive-exit): Extend to `quiet'.
158
159         * gnus-sum.el (gnus-offer-save-summaries): Use it.
160
161         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
162         string.
163
164         * plstore.el (plstore--get-buffer): Silence compiler warnings by
165         renaming function arguments from `this'.
166
167         * gnus-sum.el (gnus-newsgroup-recent): Remove.
168
169         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
170         has been renamed.
171         (gnus-lrm-string-p): Include RLM and PDF, too.
172
173         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
174         (bug#9225).
175
176 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
177
178         Add autoload cookies for functions used by sendmail.el.
179         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
180
181         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
182
183 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-art.el (article-date-ut): Work properly even when there are
186         things like Date header in the body; work for forwarded parts.
187
188 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
189
190         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
191         original-article-buffer.
192
193 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
194
195         * nnir.el (nnir-compose-result): Fix matching of server type.
196         (nnir-run-swish++): Ditto.
197         (nnir-run-namazu): Ditto.
198         (nnir-run-notmuch): Ditto.
199
200 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
203         (bug#9405).
204
205         * gnus-score.el (gnus-summary-increase-score): Doc clarification
206         (bug#9421).
207
208         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
209         (bug#9425).
210
211         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
212         thing (bug#9426).
213
214 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
217         the error message.
218
219 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
220
221         * message.el (message-setup-1): Return t (Bug#9392).
222
223 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
224
225         * gnus-sum.el: When adding article headers to a summary buffer also
226         update gnus-newsgroup-articles (bug#9386).
227
228 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * auth-source.el: Autoload help-mode.
231
232 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
235         names.
236
237 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
238
239         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
240         mm-replace-in-string for compatibility issues.
241         * mml2015.el (mml2015-epg-verify): Ditto.
242
243 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
246
247         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
248
249 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
252         continue on and do the clean-up phase (bug#9188).
253
254         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
255         just ignore groups that can't be opened instead of erroring out
256         (bug#9225).
257
258         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
259         nil since some many people are fuddy-duddies.
260
261         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
262         images.
263
264         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
265         instead.
266
267         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
268
269         * gnus-util.el (gnus-process-live-p): Copy over compat function.
270
271         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
272         processing.
273
274         * nntp.el (nntp-kill-buffer): Kill the process before killing the
275         buffer to avoid warnings.
276
277 2011-08-20  Simon Josefsson  <simon@josefsson.org>
278
279         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
280         specified to reduce precision.
281
282 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
285         bodystructures (bug#9314).
286
287 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
290         Make button keymap non-sticky after buttons.
291
292 2011-08-18  David Engster  <dengste@eml.cc>
293
294         * nnmairix.el (nnmairix-request-set-mark)
295         (nnmairix-goto-original-article): Remove adding of article to registry,
296         since `gnus-registry-add-group' isn't available anymore.
297         (nnmairix-determine-original-group-from-registry):
298         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
299         available anymore.
300
301 2011-08-12  Simon Josefsson  <simon@josefsson.org>
302
303         * starttls.el (starttls-any-program-available): Define as obsolete
304         function.
305
306 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
309         versions which Gnus use when appropriate.
310
311         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
312         a pretty destructive command.
313
314         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
315
316 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * message.el (message-fix-before-sending): Make a different warning
319         about NUL characters (bug#9270).
320
321         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
322         from custom (bug#9260).
323
324         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
325         things work in Emacs 22 and XEmacs, too.
326
327         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
328         default From.
329
330         * gnus-spec.el (gnus-lrm-string-p): New macro.
331         (gnus-lrm-string): New constant.
332         (gnus-summary-line-format-spec): LRM-ify the from.
333         (gnus-tilde-max-form): LRM-ify string chopping.
334
335         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
336
337         * message.el (message-is-yours-p): Allow disabling canlock checking
338         (bug#9295).
339         (message-shoot-gnksa-feet): Add `canlock-verify'.
340         (message-auto-save-directory): Use ~/ as the auto-save directory if the
341         message directory isn't writable (bug#9304).
342
343         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
344         non-world-readable.
345
346 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
349         articles.
350
351 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
352
353         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
354         copy-list.
355
356 2011-08-12  Sam Steingold  <sds@gnu.org>
357
358         * gnus-score.el (gnus-score-find-alist): Keep the score files already
359         in the reverse order to avoid modifying the cache with `nreverse'.
360         (gnus-all-score-files): Do not modify the value returned by
361         `gnus-score-find-alist' because it lives in a cache variable.
362         (gnus-current-home-score-file): No need to `nreverse' the return value
363         of `gnus-score-find-alist', it is already in the correct order.
364
365 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
366
367         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
368         type MESSAGE and subtype RFC822 is slightly different from those of
369         type TEXT.
370
371 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
372
373         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
374         allows article-referral to work from an nnir group.
375
376 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
377
378         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
379
380 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
381
382         * mml1991.el (mml1991-epg-find-usable-key)
383         (mml1991-epg-find-usable-secret-key): New function.
384         (mml1991-epg-sign): Check if signing key is usable.
385         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
386
387 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
388
389         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
390         server-variables only. This should fix a bug introduced with commit
391         e1889675b7f4adf057833c5513c9374134c4e053.
392         (nnir-run-query): 'nnir-search-engine should not be set from the global
393         environment.
394
395 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
396
397         * nnir.el (nnir-search-thread): Position point on referring article
398         line.
399         (nnir-warp-to-article): Clean up summary buffers.
400
401         * nnimap.el (nnimap-request-thread): Whitespace fix.
402
403 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
404
405         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
406
407 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * starttls.el (starttls-available-p): Rename from
410         `starttls-any-program-available' and changed return convention.
411
412 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
413
414         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
415         `unix-sync' unless it's defined.
416
417 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
418
419         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
420         `aref' for XEmacs compatibiltiy.
421
422 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
425
426 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
427
428         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
429         closures, quote the form properly (bug#9194).
430
431 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
434         (gnus-summary-insert-new-articles): Protect against servers that are
435         down.
436
437 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
438
439         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
440         in mm handle if none is specified.
441
442 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
443
444         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
445
446 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
447
448         * nnir.el (nnir-search-thread): New function to make an nnir group
449         based on a thread query.
450
451         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
452         of nnir in thread referral.
453         (gnus-summary-refer-thread): Use it.
454
455         * nnimap.el (nnimap-request-thread): Use it.
456
457 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * shr.el (shr-tag-comment): Ignore HTML comments.
460
461 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
462
463         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
464         argument.
465         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
466         Use `nnir-address' to handle server info rather than passing an arg.
467
468         * nnimap.el (nnimap-make-thread-query): New utility function to format
469         an imap thread search query.
470         (nnimap-request-thread): Use it.
471
472         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
473         right select-method if we are not going back to the group buffer.
474
475 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
478         enter invalid buffer configurations into the quit form (bug#9107).
479         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
480         unplugged/plugged.
481
482         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
483         keep track of which ones are unread (bug#9061).
484
485         * gnus.el (gnus-refer-article-method): Allow entering any sexp
486         (bug#9055).
487
488         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
489         (bug#9041).
490
491         * gnus-html.el (mm-util): Require (bug#9073).
492
493         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
494         (gnus-summary-refer-thread): Use it to remove duplicates in the
495         un-threaded view (bug#9053).
496         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
497
498 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
499
500         * nnir.el (nnir-read-server-parm): Use default value from global
501         variable.  Without this the default search engine parameters aren't
502         used at all.
503
504 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * message.el (message-unique-id): Don't use the undocumented return
507         value from (random t) (bug#9118).
508
509 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * message.el (message-auto-save-directory): If the ~/Mail directory
512         doesn't exist, use ~ as the auto-save directory (bug#4432).
513
514         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
515         hasn't already been started.
516
517 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
520
521         * message.el (message-reply): Work around mysterious bug where
522         `message-mode' seems to overwrite the locally bound `subject' variable.
523
524 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
525
526         * nnimap.el (nnimap-request-thread): Ensure search is performed in
527         correct group.
528
529         * gnus-int.el (gnus-request-thread): Add group argument.
530
531         * gnus-sum.el (gnus-summary-refer-thread): Use it.
532
533 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
536
537         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
538         renamed to `debbugs-gnu-*'.
539
540 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
541
542         * plstore.el: Revert the editing feature since it is not urgent.
543         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
544         (plstore-mode-decoded): Remove.
545
546 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
549         isn't very interesting any more, and it leaks potentially secret data.
550         (gnus-debug): Remove.
551
552         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
553         use of :custom-show.
554
555 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
556
557         * plstore.el: Add documentation.
558         (plstore-mode): New mode to edit plstore file.
559         (plstore-mode-toggle-display, plstore-mode-original)
560         (plstore-mode-decoded): New command.
561         (plstore--encode, plstore--decode, plstore--write-contents-functions)
562         (plstore--insert-buffer, plstore--make): New function.
563         (plstore-open, plstore-save): Simplify by using them.
564
565 2011-07-06  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
568
569 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
572         no longer is much used.
573         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
574         Articles".
575
576 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
577
578         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
579         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
580         `notmuch' backend.
581
582 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * mm-decode.el (mm-text-html-renderer): Doc fix.
585
586         * gnus-msg.el (gnus-bug): Fix the MML tag.
587
588         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
589
590 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
591
592         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
593         secondary methods if started with `gnus-no-server'.
594
595 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
596
597         * message.el (message-return-action): Fix typo in docstring.
598
599 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
602         bug reports at once.
603
604         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
605
606 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * nndraft.el: Require gnus-group.
609         (nndraft-request-list): Declare.
610
611         * nndraft.el (nndraft-update-unread-articles): Don't show group having
612         no unread article unless it matches gnus-permanently-visible-groups.
613
614         * nndraft.el (nndraft-update-unread-articles): New function.
615         (nndraft-request-associate-buffer): Use it to update the number of
616         unread articles for the nndraft groups in the group buffer when saving
617         or killing a draft message.
618
619 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
622         systems to binary before writing and reading the mbox files.
623
624         * gnus.el (gnus-summary-line-format): Link to the info node for %U
625         instead of trying to list them all (bug#8978).
626
627 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
628
629         * pop3.el (pop3-open-server): Use :end-of-capability.
630
631 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
634         the id is always a number.
635
636         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
637
638         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
639         debbugs mode, if possible.
640
641 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
642
643         * auth-source.el (auth-source-token-passphrase-callback-function):
644         Reindent.
645         (epg-context-operation): Remove unnecessary autoload.
646
647 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus.el (gnus-list-debbugs): New command.
650
651         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
652         mboxstat instead of the maintbox, since the stat seems to be fuller.
653
654         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
655         summary buffers.
656
657         * message.el (message-get-reply-headers): Delete all duplicates,
658         instead of the first.
659         (message-get-reply-headers): Ensure that we have progress while
660         deleting duplicates.
661
662         * gnus-msg.el (gnus-configure-posting-styles): Get the local
663         gnus-posting-style value from the summary buffer to make it easier to
664         make that a per-buffer conf.
665
666 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
667
668         * nnir.el (nnir-run-imap): Allow halting a search when an article is
669         found by setting `shortcut' in 'query.
670         (nnir-request-article): Use `shortcut' setting when requesting article
671         by Message-ID.
672
673 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
676         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
677         Bring the pseudo-headers back too.
678
679 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
680
681         * auth-source.el (auth-source-token-passphrase-callback-function):
682         Simplify and remove EPA dependency.
683
684 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
685
686         * nnir.el (nnir-request-article): Fix error message text.
687
688 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
689
690         * auth-source.el (plstore-delete): Autoload.
691         (auth-source-plstore-search): Support delete operation.
692         * plstore.el (plstore-delete): New function.
693
694 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
697         mark actually existing articles as unread rather than the ones that
698         active asserts.
699
700 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
701
702         * nntp.el (nntp-record-command):
703         * gnus-util.el (gnus-message-with-timestamp-1):
704         Use format-time-string rather than decoding time stamps by hand.
705         This is simpler and insulates the code from potential changes to
706         current-time format.
707
708 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
711
712 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
713
714         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
715         (plstore-save): Support public key encryption.
716         (plstore--init-from-buffer): New function.
717         (plstore-open): Use it; fix error when opening a non-existent file.
718         (plstore-revert): Use plstore--init-from-buffer.
719
720 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
721
722         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
723
724 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * mml2015.el (mml2015-use): Replace string-match-p with string-match
727         for old Emacsen.
728
729 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
730
731         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
732         is not fully working.
733
734 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * dgnushack.el: Autoload sha1 on XEmacs.
737
738         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
739         quit window configuration.
740
741         * auth-source.el (epg-context-set-passphrase-callback):
742         Remove duplicate autoload.
743
744 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
745
746         * nnir.el (nnir-request-article): Allow requesting articles by
747         Message-ID with nnimap.
748
749         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
750         current server.
751
752 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
753
754         * auth-source.el: Autoload EPA/EPG functions.
755         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
756         changed when EPA/EPG is not available.
757         (auth-source-backend): Rename "arg" member to "data".
758         (auth-source-backend-parse, auth-source-plstore-search)
759         (auth-source-plstore-create): Use it.
760
761 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
762
763         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
764         `gnus-refer-article-methods'.
765
766 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
767
768         * auth-source.el: Require EPA and EPG.
769         (auth-source-passphrase-alist): New variable.
770         (auth-source-passphrase-callback-function)
771         (auth-source-token-passphrase-callback-function): Callbacks for the
772         netrc field encryption (GPG tokens).
773         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
774         Symmetric encryption and decryption of the netrc GPG tokens.
775         (auth-source-netrc-normalize): Use them, simplifying the closure.
776
777 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
780         is available.
781
782 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
785         non-nil, and `nnimap-split-methods' is nil, use the former.
786
787 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
788
789         * plstore.el (plstore-revert): New function.
790         (plstore-open): Use it; hide the buffer from user.
791
792 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
793
794         * auth-source.el (auth-source-backend): New member "arg".
795         (auth-source-backend-parse): Handle new backend 'plstore.
796         * plstore.el: New file.
797
798 2011-06-30  Glenn Morris  <rgm@gnu.org>
799
800         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
801
802 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
805         expiring articles to.
806
807         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
808         variations as ASCII (bug#5458).
809
810 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
813
814 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * message.el (message-point-in-header-p): Tweak the function to default
817         to saying that we're not in the headers if there is no separator at
818         all.  This makes it possible to use the Message version of `M-q' in
819         buffers with no headers (bug#7987).
820         (message-point-in-header-p): Fix last checkin to work with an empty
821         mail-header-separator, too.
822
823         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
824         again, save the choice via customize.
825
826 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * message.el (message-send-mail-function): Add `sendmail-query-once'.
829
830         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
831         ended the connection, bail out before waiting infinitely on a new
832         connection.
833
834 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
835
836         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
837         reports.
838
839         * gnus.el (gnus-bug-package): Use "gnus."
840         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
841
842 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * dgnushack.el: Make the timer warning go away on XEmacs.
845
846         * gnus-art.el (gnus-article-stop-animations): New function to stop any
847         animations going on at article exit time.
848
849         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
850         since removing it breaks people upgrading.
851
852         * shr.el (shr-put-image): Use the new interface for animating images.
853         (shr-put-image): Animate for 60 seconds.
854
855         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
856         avoid compiler warnings.
857
858         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
859         error with `find-file-hooks' on Emacs 22.
860         (with-auth-source-epa-overrides): Ugly hack to Wrap the
861         `find-file-hook' things in `symbol-value' to avoid compilation warnings
862         on all architectures.
863
864         * spam.el (spam-stat): Require in a normal fashion without binding
865         `spam-stat-install-hooks' to avoid compilation warnings.
866
867         * spam-stat.el (spam-stat-install-hooks): Remove.
868         (spam-stat-install-hooks): Don't run automatically.
869
870 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
871
872         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
873         and keystroke.
874
875 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * auth-source.el (auth-source-netrc-cache): Move forward.
878
879 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * proto-stream.el (proto-stream-open-starttls): Use
882         `gnutls-available-p' to see whether we have built-in support.
883
884         * auth-source.el (auth-source-netrc-create): Don't query the bits that
885         we already know.
886         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
887         (auth-source-netrc-create): Don't prompt for the stuff we already know.
888
889 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
892         %S format, since that looks odd.
893         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
894         file, especially when saving.
895
896 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
897
898         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
899         article found.
900
901 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
904         `auth-source-save-secrets' with a more sensitive alist that can be
905         configured per file.  Experimental, so defaults to 'never.
906         (auth-source-netrc-create): Use it.  Still experimental code.
907         (with-auth-source-epa-overrides): Use `find-file-hooks' if
908         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
909
910 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * auth-source.el (auth-source-save-secrets): New variable to control if
913         secret tokens should be saved encrypted.
914         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
915         to `auth-source-netrc-normalize'.
916         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
917         on the EPA variables being defined.
918         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
919         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
920         the lexical-let closure.
921         (auth-source-netrc-create): Create "gpg:" tokens according to
922         `auth-source-save-secrets'.
923
924 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * gnus-group.el (gnus-group-update-group): Add new argument
927         `info-unchanged' that stops updating dribble buffer.
928
929         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
930         deletes lines matching to it in dribble buffer.
931
932         * gnus-agent.el (gnus-agent-fetch-group-1):
933         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
934         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
935         * gnus-start.el (gnus-group-change-level):
936         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
937
938         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
939         if newsgroup info is not changed.
940
941         * gnus-group.el (gnus-group-get-new-news-this-group):
942         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
943         Don't update dribble buffer.
944
945 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
946
947         * gnus-registry.el (gnus-registry-remove-ignored): New function to
948         remove entries with groups we ignore.
949
950 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
953         the underline comes at the bottom.
954
955 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
956
957         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
958         `gnus-registry-user-format-function-M' and declare the latter obsolete.
959         (gnus-registry-article-marks-to-names): Rename from
960         `gnus-registry-user-format-function-M2'.
961
962 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
965         ephemeral group.
966
967 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (shr-browse-image): Copy the URL if called interactively.
970
971 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
974         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
975         done, then unselected articles may be marked as read.
976
977         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
978         since not doing this seems to lead to a race condition in pop3-logon.
979
980         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
981         so that the call chain it correct when we call "upwards".
982
983         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
984         in read-only groups.
985
986         * gnus-group.el (gnus-group-mark-article-read): Ditto.
987
988         * message.el (message-cite-reply-position): Doc string fix.
989
990         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
991         avoid regexp overflow.
992         (nnimap-transform-split-mail): Ditto.
993
994         * pop3.el (pop3-retr): Error out if the server closes the connection.
995
996 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
997
998         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
999         mm-with-unibyte-current-buffer.  The buffer should not contain any
1000         multibyte chars anyway at this stage.
1001
1002 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1005         at the end of lines.
1006
1007 2011-05-29  Julien Danjou  <julien@danjou.info>
1008
1009         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1010
1011 2011-05-27  Glenn Morris  <rgm@gnu.org>
1012
1013         * gnus-group.el (gnus-bug-group-download-format-alist):
1014         Use the "maintainer" version of debian reports as well.
1015
1016 2011-05-26  Glenn Morris  <rgm@gnu.org>
1017
1018         * gnus-group.el (gnus-bug-group-download-format-alist):
1019         Use the "maintainer" version of debbugs.gnu.org reports.
1020
1021 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1024
1025 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1026
1027         * gnus-cus.el (gnus-agent-customize-category):
1028         * gnus-delay.el (gnus-delay-send-queue):
1029         * gnus.el (gnus-other-frame):
1030         Don't quote lambda expressions with `quote'.
1031
1032 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1035         the thread moves us backwards and so we loop forever.
1036
1037 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1040         whitespace in base64 data lines.
1041
1042 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1043
1044         * gnus-registry.el (gnus-registry-user-format-function-M):
1045         Use `mapconcat'.
1046         (gnus-registry-user-format-function-M2): Use to see the full text of
1047         the marks.  Make "," the mark text separator.
1048
1049         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1050         authentication with auth-source.
1051
1052 2011-05-17  Glenn Morris  <rgm@gnu.org>
1053
1054         * gnus-group.el (gnus-import-other-newsrc-file):
1055         Use insert-file-contents.
1056
1057 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1060         1000 iterations.
1061
1062 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * nntp.el (nntp-open-connection): Check if process-type is available.
1065
1066 2011-05-16  Julien Danjou  <julien@danjou.info>
1067
1068         * shr.el (shr-tag-del): Add support for del tag.
1069
1070 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-html.el (gnus-html-put-image): Register a displayer.
1073
1074         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1075
1076 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1077
1078         * registry.el (prune-factor): New initialization parameter defaulting
1079         to 0.1.
1080         (registry-prune-hard): Use it.
1081
1082         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1083         0.1 expicitly.
1084
1085 2011-05-13  Glenn Morris  <rgm@gnu.org>
1086
1087         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1088         is bound, since this function requires sendmail.
1089
1090 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1091
1092         * registry.el (registry-usage-test): Disable pruning test.
1093
1094 2011-05-11  David Engster  <dengste@eml.cc>
1095
1096         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1097         Bind set-network-process-option for XEmacs.
1098
1099 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1100
1101         * registry.el (registry-prune-hard-candidates)
1102         (registry-prune-soft-candidates): Helper methods for registry pruning.
1103         (registry-prune): Use them.  Make the sort function optional.
1104
1105 2011-05-10  Jim Meyering  <meyering@redhat.com>
1106
1107         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1108
1109 2011-05-10  Julien Danjou  <julien@danjou.info>
1110
1111         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1112         symbol and not a list.
1113
1114 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-art.el (gnus-article-mode): Move binding of
1117         shr-put-image-function here from gnus-article-prepare-display.
1118
1119         * shr.el (shr-put-image-function): New variable.
1120         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1121         (shr-put-image): Return scaled image.
1122
1123         * gnus-art.el (gnus-shr-put-image): New function.
1124         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1125
1126         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1127         original ones, as deletable.
1128
1129 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1130
1131         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1132
1133 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1134
1135         * registry.el (registry-full): Add convenience method.  Fix logic.
1136         (registry-insert): Use it.  Fix logic here too.
1137
1138         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1139         `registry-prune' if `registry-full' returns t.
1140         (gnus-registry-handle-action)
1141         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1142         (gnus-registry-usage-test): Use it.
1143
1144 2011-05-07  Julien Danjou  <julien@danjou.info>
1145
1146         * shr.el (shr-link): Make shr-link inherit from link by default.
1147
1148 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1151
1152 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1155         error out because the face is not a list.
1156
1157 2011-05-05  Glenn Morris  <rgm@gnu.org>
1158
1159         * proto-stream.el (gnutls-negotiate): Fix declarations.
1160
1161         * gnus-start.el (gnus-propagate-marks): Declare.
1162
1163 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1164
1165         * registry.el (registry-reindex): Fix percentage message.
1166
1167         * proto-stream.el (network-stream-open-starttls): Adjust to call
1168         `gnutls-negotiate' with :process and :hostname arguments.
1169
1170 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * shr.el: Add shr-link face for links.
1173         (shr-urlify): Use it.
1174
1175         * registry.el (registry-insert): Make error message more helpful.
1176
1177 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-html.el (gnus-html-schedule-image-fetching):
1180         Use url-queue-retrieve, if it exists.
1181
1182         * shr.el (shr-tag-img): Ditto.
1183
1184         * gnus.el: Autoload more gnus-agent functions.
1185
1186         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1187         agent if we haven't already (bug#8502).
1188
1189         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1190         into the Agent, too.
1191
1192         * gnus-agent.el (gnus-agent-store-article): New function.
1193
1194         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1195         and moved from that file for reuse.
1196
1197         * pop3.el (pop3-open-server): Error messages are "-ERR".
1198
1199 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1202         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1203
1204 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1205
1206         * gnus.el: No Gnus v0.17 is released.
1207
1208 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1209
1210         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1211         buffer has moved to a different frame.
1212
1213 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1216         to get the conversion from unibyte to multibyte buffers to work on
1217         Emacs 22.
1218
1219         * nntp.el (nntp-request-article): Slight clean-up.
1220
1221 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * shr.el (shr-strike-through): New face.
1224         (shr-tag-s): Use it to provide <s> support.
1225         (shr-tag-s): Remove duplicate definition.
1226
1227 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1228
1229         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1230         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1231
1232 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1233
1234         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1235         `gnutls-negotiate'.
1236         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1237
1238 2011-04-23  Glenn Morris  <rgm@gnu.org>
1239
1240         * gnus-sum.el (gnus-extra-headers): Bump :version.
1241
1242 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * shr.el (shr-tag-sup): New function.
1245         (shr-tag-sub): Ditto.
1246
1247 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1248
1249         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1250         for the case where `gnus-registry-ignored-groups' is a list of lists,
1251         and don't call `gnus-parameter-registry-ignore' otherwise.
1252
1253 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * nnimap.el (nnimap-user): New backend variable.
1256         (nnimap-open-connection-1): Use it.
1257         (nnimap-credentials): Accept user parameter so it's explicit what user
1258         name is desired.
1259
1260         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1261         default.
1262
1263         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1264         not gnus-registry.el.
1265
1266         * gnus-registry.el: Mention in comments how to modify
1267         `gnus-extra-headers' for proper recipient tracking and that it may
1268         already have To and Cc recently, which it does as of this commit.
1269         (gnus-registry-ignored-groups): Remove defcustom.
1270         Explain why in comments.
1271         (gnus-registry-action): Fix data-header reference to use the extra
1272         headers.  Explain in package commentary how to add To and Cc headers to
1273         the gnus-extra-headers.
1274         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1275         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1276         parameter list or a string list in `gnus-registry-ignored-groups'.
1277         Fix logic error.
1278
1279 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * shr.el (shr-expand-url): Protect against null urls.
1282
1283 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * shr.el (shr-base): New binding.
1286         (shr-tag-base): Keep track of <base>.
1287         (shr-expand-url): New function used throughout.
1288
1289 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1290
1291         * gnus-registry.el
1292         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1293         (gnus-registry-ignored-groups): New variable.
1294         (gnus-registry-ignore-group-p): Use it.
1295         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1296         set the destination group to nil (same as delete) if it's ignored.
1297
1298 2011-04-20  David Engster  <dengste@eml.cc>
1299
1300         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1301
1302         * Makefile.in (test-nntp): New rule.
1303         (check): Add it.
1304         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1305
1306 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-registry.el (gnus-registry-action)
1309         (gnus-registry-fetch-header-fast):
1310         Don't use mail-header that looks an internal function of mailheader.el.
1311
1312 2011-04-19  Glenn Morris  <rgm@gnu.org>
1313
1314         * time-date.el (time-to-days): Remove unused local variables.
1315
1316 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-registry.el: Eliminate cl functions.
1319         (gnus-registry-sort-addresses): New function that replaces mapcan.
1320         (gnus-registry-action, gnus-registry-spool-action)
1321         (gnus-registry-split-fancy-with-parent)
1322         (gnus-registry-fetch-recipients-fast): Use it.
1323         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1324
1325         * registry.el (initialize-instance, registry-lookup)
1326         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1327         (registry-lookup-secondary-value, registry-search, registry-delete)
1328         (registry-insert, registry-reindex, registry-size, registry-prune):
1329         Use eval-and-compile.
1330
1331 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * registry.el (registry-reindex): New method to recreate the secondary
1334         registry indices.
1335
1336         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1337         tracked field changes.
1338         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1339         (gnus-registry-action, gnus-registry-spool-action)
1340         (gnus-registry-handle-action)
1341         (gnus-registry--split-fancy-with-parent-internal)
1342         (gnus-registry-split-fancy-with-parent)
1343         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1344         move, and delete actions, and for fancy splitting with parent.
1345         (gnus-registry-extract-addresses)
1346         (gnus-registry-fetch-recipients-fast)
1347         (gnus-registry-fetch-header-fast): Convenience functions.
1348         (gnus-registry-misc-test): ERT test of
1349         `gnus-registry-extract-addresses'.
1350
1351 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1352
1353         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1354         Track by subject first, then sender.
1355
1356 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1357
1358         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1359
1360         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1361         Lisp.
1362
1363         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1364         (gnus-draft-send): Use it to avoid popping
1365         up frames from gnus-group-send-queue.
1366
1367 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-registry.el: Updated gnus-registry docs.
1370
1371 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1372
1373         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1374         Fix logic bug.
1375         (gnus-registry-post-process-groups): Fix logging of no results and
1376         quote sender and subject.
1377
1378 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1381         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1382         gnutls-cli are too slow to be done opportunistically.
1383
1384         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1385         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1386         we had no early-data returned.
1387         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1388         two async commands to the same server at the same time.
1389
1390 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1391
1392         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1393
1394 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1397         "warning" level.
1398
1399         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1400         (mm-url-insert-file-contents): Don't set the package names.
1401
1402 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1403
1404         * gnus-registry.el (gnus-registry-action): Remove properties and
1405         simplify subject in `gnus-registry-handle-action'.
1406         (gnus-registry-spool-action): Get subject and sender from message if
1407         they are not passed in.
1408         (gnus-registry-handle-action): Remove properties and simplify subject
1409         consistently.
1410
1411 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1412
1413         * registry.el: Require CL before using defmacro*.
1414
1415 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gnus-art.el (article-treat-date): Assume that
1418         gnus-article-date-headers may be a group parameter.
1419
1420 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1421
1422         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1423
1424         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1425         interactively so the newsrc file can contain foreign groups too.
1426         Useful for debugging but not much for users.
1427
1428 2011-04-07  David Engster  <dengste@eml.cc>
1429
1430         * registry.el (registry-usage-test): Only do
1431         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1432         lexical binding.
1433
1434 2011-04-07  David Engster  <dengste@eml.cc>
1435
1436         * Makefile.in (check, test-registry): New rules for test-suite.
1437
1438 2011-04-06  David Engster  <dengste@eml.cc>
1439
1440         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1441         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1442
1443 2011-04-06  David Engster  <dengste@eml.cc>
1444
1445         * registry.el (initialize-instance): Change :after to :AFTER to be
1446         compatible with old EIEIO version in XEmacs.
1447
1448 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1449
1450         * gnus-registry.el (gnus-registry-post-process-groups)
1451         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1452         and provide better messaging.
1453
1454 2011-04-06  David Engster  <dengste@eml.cc>
1455
1456         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1457         errors.
1458
1459         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1460         dgnushack-compile with error-on-warn enabled, and to signal an error if
1461         clean compilation failed.
1462         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1463         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1464
1465 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1466
1467         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1468         unconditionally anyway, discarding errors.
1469         (gnus-registry-delete-entries): New convenience function.
1470         (gnus-registry-import-eld): Import from old .eld registry.
1471
1472         * registry.el: Don't use ERT if it's not available.  Load it
1473         unconditionally anyway, discarding errors.
1474
1475         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1476         version from the Claudio Bley GnuTLS patch (extra optional parameters
1477         and host name).
1478
1479 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1480
1481         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1482         fixup the parameters that can be customized by the user between
1483         save/read cycles.
1484         (gnus-registry-read): Use it.
1485         (gnus-registry-make-db): Use it.
1486         (gnus-registry-spool-action, gnus-registry-handle-action):
1487         Fix messaging.
1488         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1489         Map references to actual group names with sender and subject tracking.
1490         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1491         (gnus-registry-usage-test): Add subject lookup test.
1492
1493         * registry.el (registry-db, initialize-instance): Set up constructor
1494         instead of :initform arguments for the sake of older Emacsen.
1495         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1496         pre-lexbind merge bug.
1497         (registry-usage-test): Use it.
1498         (initialize-instance, registry-db): Move the non-function initforms
1499         back to the class definition.
1500
1501 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * registry.el: New library to manage gnus-registry-style data.
1504
1505         * gnus-registry.el: Use it (major rewrite).
1506
1507         * nnregistry.el: Use it.
1508
1509         * spam.el: Use it.
1510
1511 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1514         marks on non-selected articles.
1515
1516 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1517
1518         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1519         parameter to open-protocol-stream.
1520
1521 2011-04-01  Julien Danjou  <julien@danjou.info>
1522
1523         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1524         fundamental-mode.
1525
1526 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1529         servers.
1530
1531 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1534         made marks not propagate, again.
1535
1536 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1537
1538         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1539         Make this the default type.
1540         (proto-stream-open-plain): Rename from proto-stream-open-default.
1541         (open-protocol-stream, proto-stream-open-starttls)
1542         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1543         with `plain'.
1544
1545         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1546         value.
1547
1548         * nntp.el (nntp-open-connection-function): Document the fact that some
1549         values are not functions but are instead handled specially.
1550         Recognize nntp-open-plain-stream value.
1551         (nntp-open-connection): Recognize that value.
1552
1553 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1556         where it seems to be needed.
1557
1558 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1561         stuff.
1562
1563         * gnus-score.el (gnus-score-string): Fix calling convention of
1564         `gnus-simplify-buffer-fuzzy' after last patches.
1565
1566         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1567         server for articles we didn't get any headers for.  This is a sanity
1568         check.
1569
1570 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1571
1572         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1573         new CAPABILITY, use it.
1574
1575 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1578         downloading anything.
1579
1580         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1581
1582 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1583
1584         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1585         colors.
1586         (gnus-splash-svg-color-symbols): New function.
1587
1588 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1591         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1592         (gnus-simplify-subject-fuzzy): Use the local
1593         gnus-simplify-subject-fuzzy-regex instead of the global one.
1594         This makes using this variable in group parameters work.
1595
1596 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1597
1598         * gnus-registry.el (gnus-registry-unfollowed-groups):
1599         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1600         archive:sent-YYYY-MM-DD groups).
1601         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1602         tracking if there are more than `gnus-registry-max-track-groups'
1603         matches.
1604
1605 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1606
1607         * message.el (message--yank-original-internal): New function to do the
1608         insertion cleanly inside eval in `message-yank-original'.
1609         (message-yank-original): Use it.
1610
1611 2011-03-29  Julien Danjou  <julien@danjou.info>
1612
1613         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1614         local variables disabled rather than `normal-mode'.
1615
1616 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1617
1618         * imap.el (imap-shell-open, imap-process-connection-type):
1619         Use imap-process-connection-type for 'shell' streams as well as
1620         Kerberos, SSL, other subprocesses.
1621
1622 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1623
1624         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1625         with open-network-stream.
1626         (proto-stream-always-use-starttls): Option removed.
1627         (open-protocol-stream): Return a process object by default.  Provide a
1628         new parameter :return-list specifying a list-type return value, which
1629         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1630         :type `network' to `try-starttls', and `network-only' to `default'.
1631         Make `default' the default, for compatibility with open-network-stream.
1632         Handle the no-parameter case exactly as open-network-stream, with no
1633         additional stream processing.  Search plists using plist-get.
1634         Explicitly add :end-of-commend parameter if it is missing.
1635         (proto-stream-open-default): Rename from
1636         proto-stream-open-network-only.  Return 'default as the type.
1637         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1638         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1639         failed.  Always return a list with a (possibly dead) process as the
1640         first element, for compatibility with open-network-stream.
1641         (proto-stream-open-tls): Use plist-get.  Always return a list.
1642         (proto-stream-open-shell): Return `default' as connection type.
1643         (proto-stream-capability-open): Use plist-get.
1644         (proto-stream-eoc): Function deleted.
1645
1646         * nnimap.el (nnimap-stream, nnimap-open-connection)
1647         (nnimap-open-connection-1): Handle renaming of :type parameter for
1648         open-protocol-stream.
1649         (nnimap-open-connection-1): Pass a :return-list parameter
1650         open-protocol-stream to obtain a list return value.  Parse this list
1651         using plist-get.
1652
1653         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1654         for open-protocol-stream.  Accept open-protocol-stream return value
1655         that is a subprocess object instead of a list.  Handle the case of a
1656         dead returned process.
1657
1658 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1659
1660         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1661
1662         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1663
1664 2011-03-21  Julien Danjou  <julien@danjou.info>
1665
1666         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1667         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1668         query.
1669         (mm-inline-text): Render normal text with fontification whenever
1670         possible.
1671
1672         * gnus-sum.el (gnus-summary-save-parts-1):
1673         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1674         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1675         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1676         Use `mm-handle-filename'.
1677
1678         * mm-util.el (mm-handle-filename): New function, return the filename of
1679         an handle.
1680
1681 2011-03-18  Julien Danjou  <julien@danjou.info>
1682
1683         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1684         (gnus-buffer-live-p): Check that buffer is not nil.
1685
1686 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1687
1688         * gnus.el: No Gnus v0.15 is released.
1689
1690 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1693         avoid warning on XEmacs.
1694
1695         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1696         on XEmacs.
1697
1698         * gnus-art.el: Require mouse, which the build bot seems to say is
1699         needed.
1700
1701         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1702
1703         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1704         XEmacs, since it doesn't have url-retrieve-synchronously.
1705
1706         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1707         since assoc-string doesn't exist in XEmacs.
1708
1709 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1710
1711         * gnus-group.el (gnus-group-list-ticked): New function.
1712         (gnus-group-make-menu-bar): Provide a menu entry for it.
1713         (gnus-group-list-map): Provide a binding for it.
1714
1715 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * shr.el (shr-visit-file): New command.
1718
1719         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1720
1721 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1722
1723         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1724         servers.
1725
1726 2011-03-16  Julien Danjou  <julien@danjou.info>
1727
1728         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1729         inline.
1730
1731         * gnus-art.el (article-hide-list-identifiers):
1732         Use gnus-group-get-list-identifiers.
1733
1734         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1735         (gnus-summary-remove-list-identifiers):
1736         Use gnus-group-get-list-identifiers to get regexp.
1737         (gnus-select-newsgroup, gnus-summary-insert-subject)
1738         (gnus-summary-insert-articles):
1739         Call gnus-summary-remove-list-identifiers unconditionally.
1740
1741 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1744         we're selecting a group with unread articles.
1745
1746         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1747
1748         * gssapi.el: New file separated out from imap.el to provide a general
1749         Kerberos 5 connection facility for Emacs.
1750
1751         * message.el (message-elide-ellipsis): Document the format spec
1752         ellipsis.
1753
1754 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1755
1756         * message.el (message-elide-region): Allow the ellipsis to say how many
1757         lines were removed.
1758
1759 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1762         window configurations containing buffers that are now dead.
1763
1764         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1765         parsing to avoid integer overflows.
1766         (nnimap-parse-flags): Simplify the last change.
1767         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1768         too large for 32-bit Emacsen.
1769
1770 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1771
1772         * auth-source.el (auth-source-netrc-create):
1773         * message.el (message-yank-original): Fix use of `case'.
1774
1775 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1776
1777         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1778         XEmacs, which was one character too wide.
1779
1780 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1781
1782         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1783         default number of articles to display.
1784         (gnus-articles-to-read): Use pretty names for prompt.
1785
1786 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * gnus-int.el (gnus-open-server): Ditto.
1789
1790         * gnus-start.el (gnus-activate-group): Give a backtrace if
1791         debug-on-quit is set and the user hits `C-g'.
1792         (gnus-read-active-file): Ditto.
1793
1794         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1795
1796 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * message.el (message-yank-original): Use cond instead of CL case.
1799
1800 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1801
1802         * auth-source.el (auth-source-netrc-create): Use usual format for the
1803         default in prompts.
1804
1805 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * lpath.el: Fbind read-char-choice for XEmacs.
1808
1809 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * auth-source.el (auth-source-netrc-create): Show the default in the
1812         prompt when prompting for token creation.
1813
1814 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1815
1816         * auth-source.el (auth-source-format-prompt): Always convert the value
1817         to a string to avoid evaluating non-string arguments.
1818         (auth-source-netrc-create): Offer default properly, not as initial
1819         content in `read-string'.
1820         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1821         of line to determine if we've been run before.  If so, don't run again,
1822         but print a trivial message to indicate the cache was hit instead.
1823
1824 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1825
1826         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1827         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1828         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1829         Gnus.
1830
1831 2011-03-11  Julien Danjou  <julien@danjou.info>
1832
1833         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1834         modified file".
1835
1836 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1837
1838         * auth-source.el (auth-source-read-char-choice): New function to read a
1839         character choice using `dropdown-list', `read-char-choice', or
1840         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1841         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1842         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1843         (auth-source-netrc-saver): Use it.
1844         (auth-source-pick-first-password): New convenience function.
1845
1846 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1847
1848         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1849         parameter in the credentials.
1850         (nnimap-open-connection-1): Use it after a successful login.
1851         (nnimap-credentials): Add IMAP-specific user and password prompt.
1852
1853         * auth-source.el (auth-source-search): Add :require parameter, taking a
1854         list.  Document it and the :save-function return token.  Pass :require
1855         down.  Change the CREATED message from a warning to a debug statement.
1856         (auth-source-search-backends): Pass :require down.
1857         (auth-source-netrc-search): Pass :require down.
1858         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1859         Change save prompt to indicate all modifications saved here are
1860         deletions.
1861         (auth-source-netrc-create): Take user login name as default in user
1862         prompt.  Move all the save functionality to a lexically bound function
1863         under the :save-function token in the returned list.  Set up clearer
1864         default prompts for user, host, port, and secret.
1865         (auth-source-netrc-saver): New function, intended to be wrapped for
1866         :save-function.
1867
1868 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1871         lines to be spaces instead.
1872
1873 2011-03-07  Julien Danjou  <julien@danjou.info>
1874
1875         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1876         (sieve-sasl-auth): Check that auth-source-search did return something,
1877         or just return an empty string.
1878
1879 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1880
1881         * gnus.el (gnus-interactive): Use read-directory-name.
1882
1883         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1884         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1885         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1886         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1887         Likewise.
1888
1889         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1890
1891 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1894         onto the list of killed groups, too.  This makes killed nnimap groups,
1895         for instance, more reliably not reappear.
1896
1897         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1898         the parent.
1899
1900         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1901
1902         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1903         really have server-side marks.
1904
1905         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1906         since most backends do not usefully have server-side marks.
1907         (gnus-update-read-articles): Propagate marks to all backends that
1908         really have server-side marks.
1909
1910 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1911
1912         * message.el (message-cite-reply-position, message-cite-style):
1913         New variables.
1914         (message-yank-original): Use the new citation styles.
1915
1916 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1917
1918         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1919         buffer-local issue); don't mark it buffer-local when running under
1920         XEmacs.
1921
1922 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1923
1924         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1925         numbers too big to be `read'.
1926
1927 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1928
1929         * password-cache.el (password-in-cache-p): Add autoload.
1930
1931         * message.el (message-options): Make buffer-local two ways to attempt
1932         to fix a XEmacs bug.
1933
1934 2011-03-02  Julien Danjou  <julien@danjou.info>
1935
1936         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1937
1938 2011-03-01  Julien Danjou  <julien@danjou.info>
1939
1940         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1941         group.
1942         (article-hide-list-identifiers): Use list-identifier group parameter.
1943
1944 2011-02-28  Julien Danjou  <julien@danjou.info>
1945
1946         * sieve.el (sieve-buffer-script-name): New local variable to store
1947         sieve script name.
1948         (sieve-edit-script): Store sieve script name.
1949         (sieve-upload): Use sieve script name when uploading.
1950         (sieve-upload): Use substitute-command-keys.
1951         (sieve-edit-script): Use substitute-command-keys.
1952         (sieve-refresh-scriptlist): Use substitute-command-keys.
1953         (sieve-manage-mode-map): Define keymap properly.
1954         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1955         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1956         Remove commented code about cvs.
1957         (sieve-manage-quit): New function.
1958         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1959
1960 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1963
1964 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1965
1966         * auth-source.el (auth-source-search): Cache empty result sets.
1967
1968         * password-cache.el (password-in-cache-p): Convenience function to
1969         check if a key is in the cache, even if the value is nil.
1970
1971         * auth-source.el (auth-source-save-behavior): New variable to replace
1972         `auth-source-never-create'.
1973         (auth-source-netrc-create): Use it.
1974         (auth-source-never-save): Remove.
1975
1976 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1977
1978         * nnimap.el (nnimap-stream): Doc fix.
1979         (nnimap-open-connection-1): Reverse the order of the ports to that the
1980         prompted-for port is first.
1981
1982         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1983         retrieval by the no-group selection.
1984
1985         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1986         numerical parameters.
1987
1988 2011-02-25  Julien Danjou  <julien@danjou.info>
1989
1990         * gnus-gravatar.el: Use gnus-with-article-buffer.
1991
1992         * gnus-art.el (gnus-with-article-buffer): Check that the
1993         gnus-article-buffer is alive.
1994
1995 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * auth-source.el (auth-source-creation-prompts): New variable to manage
1998         creation-time prompts.
1999         (auth-source-search): Document it.
2000         (auth-source-format-prompt): Add utility function.
2001         (auth-source-netrc-create): Don't default the user name to
2002         user-login-name.  Use `auth-source-creation-prompts' and some default
2003         prompts for user, host, port, and password (the default generic prompt
2004         remains ugly).
2005         (auth-source-never-save): Add customizable option to never save info.
2006         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2007         mode excursion.
2008
2009 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2012         argument that XEmacs doesn't support.
2013
2014         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2015         compiled for Emacsen having no `libxml-parse-html-region' support.
2016
2017         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2018
2019         * lpath.el: Bind buffer-save-without-query for XEmacs.
2020
2021 2011-02-23  Julien Danjou  <julien@danjou.info>
2022
2023         * gnus-art.el (article-make-date-line): Ignore errors if time is
2024         invalid and not convertible.
2025         (article-make-date-line): Only add lapsed time if time is not nil.
2026
2027 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2028
2029         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2030         `read-char-choice' for backwards compatibility.
2031         (auth-source-netrc-element-or-first): New function to DTRT for
2032         parameter extraction.
2033         (auth-source-netrc-create): Use it and fix multiple parameter print
2034         bug.  Use the default passed from above (given-default) or the
2035         built-in (user-login-name for :user).
2036
2037 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2038
2039         * gnus-start.el (gnus-dribble-read-file):
2040         Set buffer-save-without-query, since we always want to save the dribble
2041         file, probably.
2042
2043         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2044         nnimap.
2045
2046         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2047         -summary- since it's a user-visible variable.
2048
2049         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2050         first time you use the new Gnus.
2051
2052 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2053
2054         * auth-source.el: Don't load netrc.el.
2055         (auth-sources): Search ~/.netrc as well by default.
2056         (auth-source-debug): Add 'trivia option for extra output.
2057         (auth-source-do-trivia): Use it.
2058         (auth-source-search): Simplify logic to use
2059         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2060         appropriate.  Don't keep a running count at this level.  Layer :create
2061         and :delete options appropriately on the first and second passes.
2062         Don't track the backend with the search results.
2063         (auth-source-search-backends): New function to search a list of
2064         backends for a processed spec.
2065         (auth-source-netrc-parse): Cache all netrc files, making
2066         auth-source-netrc-cache an alist keyed by the file name and using the
2067         file mtime as the caching criterion.  Keep the obfuscated data secret
2068         with a lexical bind.
2069         (auth-source-netrc-search): Don't calculate the length of the results
2070         unnecessarily.
2071         (auth-source-search-backends): Fix bug.
2072         (auth-source-netrc-create): Rework prompts.
2073
2074 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2075
2076         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2077         Lower case names of search constraints.
2078         (nnir-run-query): Cache and reuse search constraints for all imap
2079         servers.
2080
2081 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2084         after exit.
2085         (gnus-setup-message): Define missing variable from last checkin.
2086
2087         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2088         value, show the raw article.
2089
2090 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2091
2092         * gnus.el: No Gnus v0.13 is released.
2093
2094 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2097         auth-source now accepts numbers.
2098
2099         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2100         spec, too.
2101         (auth-source-ensure-strings): New function.
2102
2103         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2104         (gnus-article-setup-buffer): Always restart the date timer so that user
2105         changes to the frequency is respected.
2106
2107         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2108         port numbers, so make sure it gets that if nnimap-server-port is
2109         explicit.
2110
2111 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2112
2113         * nnimap.el (nnimap-inbox): Doc fix.
2114
2115 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2116
2117         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2118         Autoload.  Add optional arg FRAME, and pass it to color-values.
2119         (color-complement): Caller changed.  Doc fix.
2120         (color-gradient): Rewrite for better clarity and efficiency.
2121
2122 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2123
2124         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2125         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2126         color-lab-to-srgb.
2127
2128 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2129
2130         * color.el: First part of merge from hexrgb.el.
2131         (color-rgb-to-hex): Rename from color-rgb->hex.
2132         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2133         saturation to zero if the value is too small.
2134         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2135         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2136         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2137         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2138         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2139         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2140         (color-cie-de2000): Doc fix.
2141
2142 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2143
2144         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2145         given method as in the group name if we're using an extended method.
2146         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2147         command, if we're using that, instead of waiting for the beginning.
2148
2149         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2150         we're sure to get unique server names, and we don't output two async
2151         commands in the same buffer.  This fixes an NNTP hang for some users.
2152
2153 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2154
2155         * gnus.el: No Gnus v0.11 is released.
2156
2157 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2160         summary buffer before reading going to the next buffer.  This avoids
2161         putting the point in the group buffer if you `C-g' the command.
2162
2163         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2164         cache (for now) to make ~/.authinfo.gpg files usable.
2165
2166         * nnfolder.el (copyright-update): Define for the compiler.
2167
2168         * auth-source.el (auth-source-search): Fix unbound variable.
2169
2170 2011-02-19  Glenn Morris  <rgm@gnu.org>
2171
2172         * gnus.el (gnus-meta): Doc fix.
2173
2174 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2175
2176         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2177         in case it's not yet loaded.
2178
2179 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2182         line we're waiting for.
2183
2184 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2185
2186         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2187         face with line-width greater than zero will cause RET in gnus summary
2188         buffer to scroll down article page-wise because auto vscroll happens,
2189         it should be temporalily disabled when doing a scroll-up.
2190
2191 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2192
2193         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2194         outputs from the server.
2195
2196 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2197
2198         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2199         later so that bbdb can hook in easier.
2200
2201 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2202
2203         * auth-source.el (auth-source-search): Don't try to create credentials
2204         if the caller doesn't want that.
2205         (auth-source-search): If we don't find a match, don't bug out on
2206         non-bound variables.
2207         (auth-source-search): Only ask a single backend to create the
2208         credentials.
2209
2210         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2211         logging.
2212         (nnimap-credentials): Protect against auth-source-search returning nil.
2213         (nnimap-request-list): Protect against not being able to open the
2214         server.
2215
2216 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2217
2218         * auth-source.el (auth-source-search): Do a two-phase search, one with
2219         no :create to get the responses from all backends.
2220
2221         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2222         when getting credentials.
2223
2224         * gnus-util.el (gnus-delete-duplicates): New function.
2225
2226 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2229         a creation default, pass the whole port list down.  It will be
2230         completed.
2231
2232         * auth-source.el (auth-source-search): Updated docs to talk about
2233         multiple creation choices.
2234         (auth-source-netrc-create): Accept a list as a value (from the search
2235         parameters) and do completion on that list.  Keep a separate netrc line
2236         with the password obscured for showing the user.
2237
2238         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2239         first choice to `auth-source-search' so it will be used for entry
2240         creation instead of the server's Gnus-specific name.
2241         (nnimap-credentials): Rely on the auth-source library to select which
2242         port is actually wanted in the new netrc entry, so don't override
2243         `auth-source-creation-defaults'.
2244
2245         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2246         :protocol and accept a missing user, host, or port as a wildcard match.
2247         (auth-source-debug): Default to off.
2248
2249         (auth-source-netrc-search, auth-source-netrc-create)
2250         (auth-source-secrets-search, auth-source-secrets-create)
2251         (auth-source-user-or-password, auth-source-backend, auth-sources)
2252         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2253         instead of :protocol.
2254
2255         * nnimap.el (nnimap-credentials): Pass a port default to
2256         `auth-source-search' in case an entry needs to be created.
2257         (nnimap-open-connection-1): Use :port instead of :protocol.
2258
2259 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * auth-source.el: Bind load-path when loading EIEIO from
2262         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2263         21.4 doesn't support, to `require'.
2264         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2265         delete-dups that is not available in XEmacs 21.4.
2266
2267 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2268
2269         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2270         as EIEIO must also be loaded when auth-source.el is being
2271         byte-compiled.
2272
2273 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2274
2275         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2276
2277         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2278
2279         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2280
2281         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2282
2283         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2284
2285         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2286
2287         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2288
2289         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2290         necessary.
2291
2292 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2293
2294         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2295         nil means that nnimap doesn't get updated.
2296
2297 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2298
2299         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2300         result when the user doesn't want to write to the file.
2301         (auth-source-netrc-search): Expect a synthetic result and proceed
2302         accordingly.
2303         (auth-source-cache-expiry): New variable to override
2304         `password-cache-expiry'.
2305         (auth-source-remember): Use it.
2306
2307         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2308         parameter.  Create entry if necessary by using :create t.
2309         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2310
2311 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         * auth-source.el (auth-source-debug): Enable by default and don't
2314         mention the obsolete `auth-source-hide-passwords'.
2315         (auth-source-do-warn): New function to debug unconditionally.
2316         (auth-source-do-debug): Use it.
2317         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2318         and for Secrets API entries when the secrets.el library is not
2319         available.
2320
2321 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2324         (gnus-summary-exit): Kill the correct article buffer on exit from a
2325         `C-d' group.
2326
2327         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2328         gnus-propagate-marks.
2329
2330         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2331         before killing the buffers so that a non-full window conf gets handled
2332         correctly.
2333         (gnus-summary-exit): Ditto.
2334         (gnus-summary-read-group-1): Ditto.
2335
2336         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2337         async code again so that we can debug it properly.
2338
2339         * message.el (message-reply): Take an optional switch-buffer parameter
2340         so that Gnus window confs are respected better.
2341
2342 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2343
2344         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2345         `plist-get' to accept non-list parameters (XEmacs issue).
2346         Fix docstring.
2347         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2348         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2349         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2350         Login collection is "Login" and not "login".
2351
2352 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2355         multiple headers.
2356
2357         * nnimap.el (nnimap-inhibit-logging): New variable.
2358         (nnimap-log-command): Don't log login commands.
2359
2360         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2361         to have more parameters.
2362
2363         * nnimap.el (nnimap-send-command): Mark the command time for each
2364         command, so that we don't get NOOPs stepping on our toes.
2365
2366         * gnus-art.el (article-date-ut): Get the date from the Date header on
2367         `t'.
2368
2369 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * auth-source.el (auth-source-search): Use copy-sequence instead of
2372         the cl.el copy-list.
2373
2374 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2375
2376         * imap.el: Bring it back (revert
2377         84d800cd31de3064f0ed39617d725709a2f8f42f).
2378
2379 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2380
2381         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2382         Improve prompt.
2383
2384 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2387         washing status from the default format.  It isn't very informative.
2388
2389 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2390
2391         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2392         Fix Gcc processing on imap.
2393
2394 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * imap.el: Remove file.  All the functionality is in nnimap.el.
2397
2398 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2399
2400         * message.el (message-bury): Don't pop up a new window when selected
2401         window is dedicated.
2402
2403 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2404
2405         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2406
2407 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         * sieve-manage.el: Autoload `auth-source-search'.
2410         (sieve-sasl-auth): Use it.
2411
2412 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * nnimap.el: Autoload `auth-source-forget+'.
2415         (nnimap-open-connection-1): Use it if the connection fails.
2416
2417         * auth-source.el: Require `password-cache'.
2418         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2419         obsolete.
2420         (auth-source-magic): Marker for `password-cache' keys.
2421         (auth-source-do-cache): Update docstring.
2422         (auth-source-search): Use and check cache.
2423         (auth-source-forget-all-cached, auth-source-remember)
2424         (auth-source-recall, auth-source-forget, auth-source-forget+)
2425         (auth-source-specmatchp): Caching support functions.
2426         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2427         Remove and obsolete.
2428         (auth-source-user-or-password): Remove caching to further discourage
2429         using it.  Always hide passwords.
2430
2431         * password-cache.el (password-cache-remove): Accept secrets that are
2432         not strings.
2433
2434 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2435
2436         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2437         code for now, since it doesn't work for all users.
2438
2439 2011-02-09  Julien Danjou  <julien@danjou.info>
2440
2441         * message.el (message-options): Make message-options really buffer
2442         local.
2443
2444 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * mail-source.el: Autoload `auth-source-search'.
2447         (mail-source-keyword-map): Note order matters.
2448         (mail-source-set-1): Get all the mail-source source values and
2449         defaults and search auth-source on those if needed.  This can all
2450         probably be simplified.
2451
2452         * nnimap.el: Autoload `auth-source-search'.
2453         (nnimap-credentials): Use it.
2454         (nnimap-open-connection-1): Ask for the virtual server and physical
2455         address in one shot.
2456
2457         * nntp.el: Autoload `auth-source-search'.
2458         (nntp-send-authinfo): Use it.  Note TODO.
2459
2460 2011-02-08  Julien Danjou  <julien@danjou.info>
2461
2462         * shr.el (shr-tag-body): Add support for text attribute in body
2463         markups.
2464
2465         * message.el (message-options): Make message-options a local variable.
2466
2467 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2468
2469         * auth-source.el (auth-source-secrets-search)
2470         (auth-source-user-or-password): Use `append' instead of `nconc'.
2471         (auth-source-user-or-password): Build return list better and protect
2472         against nil :secret.
2473
2474 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnimap.el (nnimap-update-info): Refactor slightly.
2477         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2478         (nnimap-update-info): Clean up slightly.
2479         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2480         characters.
2481         (nnimap-process-quirk): Rename function to avoid collision.
2482         (nnimap-update-info): Fix macrology bug-out.
2483         (nnimap-update-info): Simplify split history test.
2484
2485 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2486
2487         * auth-source.el (top): Require 'eieio unconditionally.
2488         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2489         (auth-source-secrets-search): Limit search when `max' is greater than
2490         number of results.
2491
2492 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2493
2494         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2495         part not returning any data.
2496
2497         * proto-stream.el (open-protocol-stream): Document the return value.
2498
2499 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * auth-source.el (auth-source-secrets-search): Add examples.
2502
2503 2011-02-06  Julien Danjou  <julien@danjou.info>
2504
2505         * message.el (message-setup-1): Handle message-generate-headers-first
2506         set to t.
2507
2508 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2509
2510         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2511         API with a string "secrets:collection-name" and with 'default.
2512         (auth-source-backend-parse): Parse "secrets:collection-name" and
2513         'default.  Recurse on parses instead of repeating code.  Use the
2514         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2515         message when ignoring a source.
2516         (auth-source-search): List ignored search keys at the top level.
2517         (auth-source-netrc-create): Use `case' instead of `cond'.
2518         (auth-source-secrets-search): Created with TODOs.
2519         (auth-source-secrets-create): Created with TODOs.
2520         (auth-source-retrieve, auth-source-create, auth-source-delete)
2521         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2522         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2523         (auth-source-user-or-password-sftp)
2524         (auth-source-user-or-password-smtp): Remove.
2525         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2526         around `auth-source-search'.  Not tested thoroughly.
2527
2528 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         * auth-source.el: Bring in assoc and eioeio libraries.
2531         (secrets-enabled): New variable to track the status of the Secrets API.
2532         (auth-source-backend): New EIOEIO class to represent a backend.
2533         (auth-source-creation-defaults): New variable to set prompt defaults
2534         during token creation (see the `auth-source-search' docstring for
2535         details).
2536         (auth-sources): Simplify to allow a simple string as a netrc backend
2537         spec.
2538         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2539         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2540         (auth-source-search): Main auth-source API entry point.
2541         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2542         (auth-source-search-collection): Helper function for searching.
2543         (auth-source-netrc-parse, auth-source-netrc-normalize)
2544         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2545         Supports search, create, and delete.
2546         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2547         backend stubs.
2548         (auth-source-user-or-password): Call `auth-source-search' but it's not
2549         ready yet.
2550
2551 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2552
2553         * message.el (message-setup-1): Remove the read-only stuff, since it
2554         doesn't work under XEmacs, for some reason.
2555
2556         * gnus-sum.el (gnus-user-date): Rename back from
2557         gnus-summary-user-date since user code refers to it.
2558
2559         * shr.el (shr-render-td): Store the actual background colour used.
2560
2561         * message.el (message-setup-1): Don't bind the constant
2562         -forbidden-properties.
2563         (message-setup-1): Revert previous change, since it needs to bind the
2564         props to insert them.
2565         (message-resend): Allow removing the read-only separator line.
2566
2567 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnimap.el (nnimap-request-accept-article): Give an error message if
2570         the APPEND wasn't successful.
2571
2572 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2573
2574         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2575         that have no groups.
2576
2577 2011-02-03  Julien Danjou  <julien@danjou.info>
2578
2579         * gnus-draft.el: Remove progn around gnus-draft-setup.
2580
2581 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-start.el (gnus-read-active-for-groups): This function is never
2584         called with a nil `infos', so clean that up.
2585         (gnus-get-unread-articles): Request active files from primary/secondary
2586         methods that have no groups (yet).
2587
2588 2011-02-03  Julien Danjou  <julien@danjou.info>
2589
2590         * message.el (message-setup-1): Always generate References first.
2591         (message-mail): Return the return value of message-setup, not always t.
2592         (message-setup-1): Insert mail-header-separator with read-only and
2593         intangible properties set.
2594
2595         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2596         user-date in docstring.
2597
2598         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2599
2600         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2601         docstring.
2602
2603         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2604         defcustom, with type and group. Move from gnus-util.el. Rename to
2605         gnus-summary-user-date-format-alist.
2606
2607 2011-02-03  Glenn Morris  <rgm@gnu.org>
2608
2609         * nnimap.el (gnus-fetch-headers): Declare.
2610
2611         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2612
2613 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2614
2615         * message.el (message-forward-make-body-digest-plain)
2616         (message-followup, message-reply): Clean up things noted by Stefan.
2617
2618         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2619         gnus-article-update-date-headers is nil.
2620         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2621         it didn't really work with defcustom.
2622         (article-update-date-lapsed): Make sure the window start doesn't move,
2623         either.
2624
2625 2011-02-01  Julien Danjou  <julien@danjou.info>
2626
2627         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2628         format.
2629
2630         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2631         standard in Emacs nowadays.
2632
2633         * color.el (color-gradient): Add a color-gradient function.
2634
2635 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2636
2637         * message.el (message-expand-name): Don't trust the return value of
2638         bbdb-complete-name.
2639         (message-check-news-header-syntax): Remove unused var `start'.
2640         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2641         (message-inhibit-body-encoding): Move to before first use.
2642         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2643         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2644         (Organization, Message-ID, Date, mh-previous-window-config):
2645         Defvar the vars using dynamic scoping.
2646
2647 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2648
2649         * shr.el (shr-render-td): Only do colours at the final rendering.
2650         Should be slightly faster.
2651         (shr-insert-table): Fix up TD background colours when doing the
2652         vertical padding.
2653
2654         * gnus-art.el (article-date-ut): Protect against articles with no Date
2655         header.
2656         (article-update-date-lapsed): Don't use current-column to find the
2657         horizontal position.  It's fragile in the presence of \003 characters.
2658
2659         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2660
2661 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-art.el (article-transform-date): Rewrite to still work when
2664         there are several rfc2822 parts.
2665         (article-transform-date): Fix infinite recursion.
2666         (article-date-ut): Replace infinitely many Date headers with a single
2667         one when called interactively.
2668
2669         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2670         secure manner.
2671
2672         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2673         move around by not using save-window-excursion.  It seems to work...
2674
2675 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-art.el (article-make-date-line): Work for user-defined format.
2678
2679 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nntp.el (nntp-retrieve-group-data-early)
2682         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2683         fetching functions.
2684
2685         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2686         thoroughly for all backends that have no known groups.  This should
2687         allow new nnml methods to retrieve mail.
2688
2689         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2690         that Gnus doesn't know exists again.
2691
2692         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2693         (gnus-treat-date-ut): Ditto.
2694         (gnus-article-update-date-header): Rename.
2695         (gnus-treat-date-local): Remove.
2696         (gnus-treat-date-english): Remove.
2697         (gnus-treat-date-lapsed): Remove.
2698         (gnus-treat-date-combined-lapsed): Remove.
2699         (gnus-treat-date-original): Remove.
2700         (gnus-treat-date-iso8601): Remove.
2701         (gnus-treat-date-user-defined): Remove.
2702         (gnus-article-date-headers): New variable to control all the date
2703         header options.
2704         (article-date-ut): Rewrite to allow using the new way to format date
2705         headers(s).
2706
2707 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2708
2709         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2710         method.
2711         (nnmail-article-group): A better test for fanciness.
2712
2713         * nnimap.el (nnimap-request-head): Protect against not finding the
2714         article by Message-ID.
2715
2716 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2717
2718         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2719         keep point at the "same place".
2720
2721 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2722
2723         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2724         data if the group is unactivated.
2725
2726 2011-01-28  Julien Danjou  <julien@danjou.info>
2727
2728         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2729         (gnus-all-windows-visible-p): Remove old compatibility code.
2730         (gnus-window-top-edge): Add docstring.
2731
2732         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2733
2734 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2737         older request-update-info.
2738
2739         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2740
2741 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2742
2743         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2744         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2745
2746 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2749         groups.  This makes the nndraft:queue group pop up if it's not already
2750         there.
2751
2752         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2753         messages" logic, which was reversed.
2754
2755         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2756         the "same place" even if point is on the line being replaced.
2757         (article-update-date-lapsed): Allow updating both the combined lapsed
2758         and the lapsed headers.
2759         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2760         (article-make-date-line): Limit the number of segments dynamically to
2761         avoid too-long lines.
2762
2763 2011-01-27  Julien Danjou  <julien@danjou.info>
2764
2765         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2766         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2767
2768 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2771         Use plist-get instead of the cl function getf.
2772
2773 2011-01-27  Glenn Morris  <rgm@gnu.org>
2774
2775         * gnus-util.el (float-time): Get rid of compiler warning, again.
2776
2777 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2778
2779         * shr.el (shr-put-color): Special-case background colours: Do put them
2780         at the blank parts at the front of the lines.
2781
2782         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2783         exit hook to nix out all data on readedness on group exit.
2784
2785         * gnus-util.el (float-time): If float-time is bound, always use it on
2786         all Emacsen.  It's unclear why the subrp check was there.
2787         (time-date): Require to make some autoload issues on XEmacs go away.
2788
2789         * shr.el (shr-put-color): Don't do the box padding in tables, since
2790         they're already padded.
2791
2792 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2793
2794         * gnus-art.el (gnus-article-next-page): When the last line of the
2795         article is displayed, scroll down once more instead of going to the
2796         next article at once.
2797         (article-lapsed-string): Refactor out and allow specifying how many
2798         segments you want.
2799         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2800         (gnus-article-update-lapsed-header): New variable.
2801
2802         * shr.el: Revert change that made headings use different-sized faces.
2803         The Emacs display engine isn't advanced enough that, for instance,
2804         tables can comfortably use differently-sized faces.
2805
2806 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2807
2808         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2809         used.
2810         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2811         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2812         we're using an encrypted connection.
2813
2814         * proto-stream.el: Alter the interface functions to also return the
2815         actual stream type used: network or tls.
2816
2817 2011-01-25  Julien Danjou  <julien@danjou.info>
2818
2819         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2820         (mm-display-javascript-inline): New function.
2821
2822         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2823         viewing function.
2824
2825 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * shr.el (shr-expand-newlines): Fix variable name.
2828
2829 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el (shr-expand-newlines): Make nested boxes work.
2832
2833 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2834
2835         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2836         backgrounds.
2837         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2838         in a more sensible manner.
2839
2840 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2841
2842         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2843         if EPG is loaded.
2844
2845 2011-01-24  Julien Danjou  <julien@danjou.info>
2846
2847         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2848         tags.
2849
2850 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2853         commands.
2854
2855         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2856         in the article buffer.
2857         (gnus-gravatar-insert): Use blank space from the current buffer to
2858         avoid breaking text properties.  This makes X-Sent updating work again.
2859
2860         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2861
2862 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2865         fix the bug in url-http.el instead.
2866
2867         * shr.el (shr-image-fetched): Ditto.
2868
2869         * shr.el (shr-image-fetched): Avoid having point move in the article
2870         buffer.
2871
2872         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2873         buffer after being called.  It's apparently being killed by url.el, and
2874         killing it made point move to end-of-buffer in a random buffer.
2875
2876         * shr.el (shr-image-fetched): Ditto.
2877
2878 2011-01-23  Julien Danjou  <julien@danjou.info>
2879
2880         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2881
2882         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2883         text/x-org.
2884
2885 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2886
2887         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2888         (i.e., nnimap) returning nil as the article number.
2889
2890 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2891
2892         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2893         "DelSp" parameter in RFC3676.
2894
2895 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2896
2897         * message.el (message-check-recipients): Display the encoded version of
2898         the bogus address if they differ.
2899
2900         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2901         after sending.
2902
2903         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2904
2905         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2906
2907         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2908         group buffer after sending the queue.
2909
2910         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2911
2912 2011-01-22  Julien Danjou  <julien@danjou.info>
2913
2914         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2915
2916 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2917
2918         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2919         nested related parts.
2920
2921         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2922         unexpired articles.  This fixes the regression that led expiry marks to
2923         disappear from nnfolder groups.
2924
2925 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2926
2927         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2928         Don't confuse the "ret" of "retrograde" with RET.
2929
2930 2011-01-21  Julien Danjou  <julien@danjou.info>
2931
2932         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2933         than mm-insert-inline.
2934
2935 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2938         Widen article buffer.
2939
2940 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2941
2942         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2943         the temp buffer.
2944         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2945
2946 2011-01-20  Julien Danjou  <julien@danjou.info>
2947
2948         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2949
2950         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2951         than mm-insert-inline to insert inline part: this respect
2952         mm-inline-media-tests displayers.
2953
2954         * mm-view.el (mm-display-shell-script-inline): New function.
2955
2956         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2957
2958         * mm-uu.el (mm-uu-type-alist): Add org block.
2959         (mm-uu-org-src-code-block-extract): New function.
2960
2961         * mm-view.el (mm-display-org-inline): New function.
2962
2963         * mm-decode.el (mm-automatic-display): Add text/org.
2964
2965         * mailcap.el (mailcap-mime-extensions): Add .org.
2966
2967 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2970         gnus-article-add-buttons.
2971
2972 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2973
2974         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2975         From header with a date and "nobody" as the sender.
2976
2977 2011-01-19  Julien Danjou  <julien@danjou.info>
2978
2979         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2980         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2981         if you have the same regexp several times.
2982         (gnus-button-push): Fix matching when regexp is symbol.
2983
2984 2011-01-15  Glenn Morris  <rgm@gnu.org>
2985
2986         * message.el (message-mail): A compose-mail function should
2987         accept headers as strings.
2988
2989 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2990
2991         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2992         Add :vert-only tags.
2993         (message-mail): New arg RETURN-ACTION.
2994         (message-return-action): New var.
2995         (message-bury): Use it.
2996         (message-mode): Make it buffer-local.
2997         (message-send-and-exit): Always call message-bury.
2998
2999         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3000         message-mail.
3001
3002 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * nnimap.el (nnimap-convert-partial-article): Protect against
3005         zero-length body parts.
3006
3007         * mm-decode.el (mm-preferred-alternative-precedence):
3008         Discourage showing empty parts.
3009
3010         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3011         and stuff if the backend didn't return the article number.  This fixes
3012         an Exchange-related nnimap bug.
3013
3014         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3015         group window, because it does the wrong thing when a separate frame
3016         displays the group buffer.
3017
3018         * proto-stream.el (open-protocol-stream): Protect against the low-level
3019         transport functions returning nil.
3020
3021 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3022
3023         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3024         (mml2015-epg-find-usable-secret-key): New function.
3025         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3026         mml2015-epg-find-usable-key (Bug#7797).
3027         (mml2015-epg-encrypt): Ditto.
3028
3029 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * dgnushack.el (rot13-string): Fix the way to get the argument.
3032
3033 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3036
3037 2011-01-03  Glenn Morris  <rgm@gnu.org>
3038
3039         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3040
3041         * sieve.el (sieve-open-server): Give a more explicit error if
3042         sieve-manage-open returns nil.  (Bug#7720)
3043
3044 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3045
3046         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3047
3048 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3051         This avoids sending passwords in plain text over non-encrypted
3052         channels.
3053
3054         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3055
3056         * nnimap.el (nnimap-login): Refactored out into own function, and
3057         implement CRAM-MD5.
3058         (nnimap-wait-for-line): Refactored out.
3059
3060         * mm-view.el (mml-smime): Require.
3061
3062 2010-12-20  David Engster  <deng@eml.cc>
3063
3064         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3065         use EPG to decrypt S/MIME messages instead of openssl.
3066
3067 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3070
3071         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3072         status is the group clearly is unreachable.
3073
3074         * auth-source.el (auth-source-create): Add the optional second
3075         parameter to `local-variable-p' to be compatible with XEmacs.
3076
3077 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3078
3079         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3080         work when using a compressed nnml folder.
3081
3082 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3085         backends after sanitising on entry, because this never makes sense:
3086         If the articles have gone missing, then the data no longer exists on
3087         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3088         overwrite anything anyway.
3089
3090         * shr.el (shr-insert-document): Bind shr-width dynamically to
3091         window-width if it's nil.
3092
3093 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3094
3095         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3096         with the meaning of using the full emacs window width for rendering.
3097
3098 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3099
3100         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3101         case when sender is not given.
3102
3103 2010-12-23  Julien Danjou  <julien@danjou.info>
3104
3105         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3106         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3107         the addresses, otherwise we might misplaced the gravatar.
3108
3109 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3110
3111         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3112         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3113         obsolete in Emacs.
3114
3115 2010-12-20  Julien Danjou  <julien@danjou.info>
3116
3117         * gnus-util.el (gnus-rescale-image): Revert last change.
3118
3119 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3120
3121         * binhex.el: Improve commentary (Bug#7482).
3122
3123 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * gnus-group.el (gnus-group-delete-articles): New command.
3126
3127 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3128
3129         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3130
3131 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3134         here, since it's up to the backends to do CRLF removal if their
3135         protocol has it.
3136
3137         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3138
3139 2010-12-17  Julien Danjou  <julien@danjou.info>
3140
3141         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3142         they are from file. Can also scale up.
3143
3144 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3145
3146         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3147         gnus-use-agent.
3148         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3149
3150         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3151
3152 2010-12-17  Julien Danjou  <julien@danjou.info>
3153
3154         * gravatar.el (gravatar-retrieve-synchronously): New function.
3155         (gravatar-get-data): Make more robust.
3156
3157 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3160
3161 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3164         to really consider the last line.
3165
3166 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3167
3168         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3169         list of recipient keys, or use symmetric encryption if not a list.
3170         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3171         EPA override, replacing the call to `netrc-store-data'.
3172
3173 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3174
3175         * gnus-srvr.el: Avoid passing nil regexp argument to
3176         delete-matching-lines.
3177
3178 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3181         fetching stops when Gnus exits.
3182
3183         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3184         function.
3185         (nnfolder-request-expire-articles): Save all the buffers after doing
3186         expiry.
3187
3188         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3189         the last article", since that led to serious performance regressions
3190         when expiring nnml groups.
3191
3192 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3193
3194         * nnir.el: Improve customizations.
3195
3196 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3199
3200         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3201         group has been killed.
3202         (gnus-group-yank-group): Ditto.
3203
3204         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3205
3206         * nnimap.el (nnimap-request-update-group-status): New function.
3207
3208         * gnus-int.el (gnus-request-update-group-status): New interface
3209         function.
3210
3211         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3212         copying read-ness to the backends.
3213
3214         * nnimap.el (nnimap-quirk): New function.
3215         (nnimap-retrieve-group-data-early): Use it.
3216         (nnimap-quirks): New alist.
3217
3218 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3221         don't delete it within indentation.
3222
3223 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3226         previous line.
3227
3228 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3231         QRESYNC command by deleting a superfluous space which broke Cyrus
3232         servers.  This change will break other servers that are buggy the other
3233         way around.
3234
3235 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * spam.el: Reindent and fix long lines.
3238         (spam-copy-or-move-routine): Exclude invalid move destinations.
3239
3240 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3241
3242         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3243         installed the registry.
3244
3245 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3248
3249 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3250
3251         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3252         groupname doesn't contain "gmane".
3253
3254 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3257         and netrc-bound-and-true-p bindings.
3258         (netrc-parse): Cache the netrc contents.
3259
3260         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3261         (gnus-1): Don't create the nndrafts group twice.
3262         (gnus-setup-news): There's no need to read the active file here, since
3263         that's done again later on a per-backend basis.
3264         (gnus-start-draft-setup): Make sure that the new group is started out
3265         empty.
3266
3267         * gnus-agent.el (gnus-agentize): Don't create the queue group
3268         automatically on startup.  It'll be created later, if needed.
3269
3270         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3271         of automatically subscribed groups.
3272         (gnus-auto-subscribed-categories): New variable.
3273         (gnus-matches-options-n): Use it.
3274         (gnus-default-subscribed-newsgroups): Remove unused variable.
3275         (gnus-start-draft-setup): Message a bit less.
3276
3277 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3278
3279         * nnir.el (nnir-run-imap): Return article list in order of increasing
3280         UID.
3281
3282 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-sum.el (gnus-summary-enter-digest-group):
3285         Mention gnus-auto-select-on-ephemeral-exit.
3286
3287         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3288         convention of the network-only option.
3289
3290 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * proto-stream.el (proto-stream-open-network-only): New function to
3293         have a way to specify non-STARTTLS upgrade connections.
3294
3295 2010-12-10  Julien Danjou  <julien@danjou.info>
3296
3297         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3298         email address is nil.
3299
3300         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3301
3302 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3303
3304         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3305         deletion.
3306         (nnir-run-imap): Only need to parse list once.
3307
3308 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * shr.el (shr-tag-script): Ignore <script>.
3311         (shr-tag-label): Add <label> support.
3312
3313 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3316
3317         * shr.el (shr-image-displayer): Work for images lined side by side.
3318
3319 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3320
3321         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3322         parameter, since XEmacs doesn't accept t as a parameter.
3323
3324 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3325
3326         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3327         ids.
3328         (nnir-run-gmane): Simplify groupspec formatting.
3329         (nnir-request-expire-articles): New function.
3330
3331 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3334         overflow, possibly.
3335
3336         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3337         (shr-render-td): Handle td style="" better.
3338         (shr-tag-table): Use the color from the style sheet.
3339         (shr-render-td): Make sure we copy over all the overlays, too.
3340
3341 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3342
3343         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3344         (nnir-request-article): Improve article retrieval.
3345
3346 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * mm-util.el (mm-extra-numeric-entities): New variable.
3349
3350         * mm-url.el (mm-url-decode-entities):
3351         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3352
3353         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3354
3355 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3356
3357         * message.el: Use completion-at-point.
3358         (message-completion-function): New fun, extracted from message-tab.
3359         (message-mode): Use it for completion-at-point-functions.
3360         (message-tab): Use it and completion-at-point.
3361
3362 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3365         character if a non-breakable character follows.
3366
3367 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3370         any stream.
3371
3372         * shr.el (shr-tag-font): Colorize the region.
3373         (shr-tag-body): Ditto.
3374         (shr-tag-font): Actually let the styles be inherited instead of
3375         overwriting them.
3376         (shr-tag-font): Get the background color right.
3377         (shr-tag-style): Ignore all <style> tags for the moment.
3378
3379         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3380         a Message-ID to avoid having nnimap depend on gnus-sum.
3381
3382         * shr.el (shr-descend): Only colorize something if we have a node that
3383         sets colors.
3384
3385 2010-12-06  Julien Danjou  <julien@danjou.info>
3386
3387         * shr.el (shr-render-td): Render td content with shr-descend, so style
3388         will be applied to <td> too.
3389         (shr-colorize-region): Colorize region even if we only have a background.
3390         (shr-tag-body): Fix color and background color inheritance.
3391         Do not recolorize after shr-generic.
3392         (shr-tag-font): Let shr-generic colorize via inheritance.
3393
3394 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3397
3398 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3399
3400         * nnir.el (nnir-request-move-article): Remove obsolete code.
3401
3402 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3405
3406 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407
3408         * gnus-sum.el (gnus-summary-respool-article): The completion function
3409         expects a list instead of an alist.
3410
3411         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3412         string as the parameter.
3413
3414         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3415
3416         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3417         styles.
3418         (shr-colorize-region): New function.
3419         (shr-insert-background-overlay): Remove.
3420         (shr-render-td): Background setting should be taken care of on a higher
3421         level.
3422         (shr-tag-body): Use post-hoc colorizations.
3423         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3424         (shr-put-color-1): Don't overwrite old colors.
3425         (shr-colorize-region): When the background color isn't explicit, use
3426         a fixed background.
3427
3428         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3429         nnmail variables.
3430
3431 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3432
3433         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3434         unless necessary.
3435
3436 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3437
3438         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3439         server.
3440
3441 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3444         so that TAB works.
3445
3446         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3447         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3448
3449         * shr.el (shr-urlify): Show the URL before the title to avoid
3450         misleading URLs.
3451
3452 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3453
3454         * shr.el (shr-urlify): Display the title in <a> tags.
3455
3456 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3457
3458         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3459
3460 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3461
3462         * nnir.el: Rearrange code to allow macros to be autoloaded by
3463         gnus-sum.el.
3464         (nnir-retrieve-headers-override-function): Make this variable
3465         customizable.
3466         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3467
3468         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3469         from nnir.el.
3470
3471 2010-12-03  Julien Danjou  <julien@danjou.info>
3472
3473         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3474
3475 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3478         allow optional argument `environment'.
3479
3480 2010-12-03  Glenn Morris  <rgm@gnu.org>
3481
3482         * mm-extern.el (message-goto-body): Update declaration.
3483
3484 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-util.el (gnus-macroexpand-all): New function.
3487
3488         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3489         instead of macroexpand-all that is unavailable in XEmacs.
3490
3491 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3492
3493         * nnir.el (nnir-summary-line-format): New variable.
3494         (nnir-mode): Use it.
3495         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3496         (nnir-article-ids): Reimplement as defsubst.
3497         (nnir-retrieve-headers): Don't mangle the subject header.
3498         (nnir-run-imap): Use 100 as RSV score.
3499         (nnir-run-find-grep): Fix for full server searching.
3500         (nnir-run-gmane): Better restriction to gmane groups.
3501
3502         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3503         summary buffers.
3504
3505 2010-12-02  Julien Danjou  <julien@danjou.info>
3506
3507         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3508
3509         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3510
3511         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3512         support.
3513
3514 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3515
3516         * nnir.el: Update to handle the registry better.
3517         (autoload): Silence byte-compiler.
3518         (nnir-open-server): Add a hook for nnir groups.
3519         (nnir-request-move-article): Don't mangle the header. Better to use
3520         formating variables (which will be added in the future).
3521         (nnir-registry-action): Update the registry using the original article
3522         group name.
3523         (nnir-mode): Install nnir-specific hooks for updating the registry.
3524
3525         * gnus-sum.el
3526         (gnus-article-original-subject,gnus-newsgroup-original-name):
3527         Remove obsolete variables.
3528         (gnus-summary-move-article): Remove use of obsolete variables.
3529         (gnus-summary-local-variables): Make move and delete hooks local to
3530         summary buffers.
3531
3532 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * rtree.el: New file.
3535
3536 2010-12-01  Julien Danjou  <julien@danjou.info>
3537
3538         * message.el (message-user-organization): Do not use
3539         gnus-local-organization.
3540
3541         * gnus.el: Remove gnus-local-organization.
3542
3543         * gnus-msg.el: Remove nastygram thing.
3544
3545 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3548         funcall.
3549
3550 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3553         names.
3554
3555         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3556         characters.
3557
3558         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3559         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3560         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3561         (gnus-gravatar-transform-address): Use mail-extract-address-components
3562         that supports non-ASCII names rather than mail-header-parse-addresses.
3563
3564 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * proto-stream.el (open-protocol-stream): All starttls connections are
3567         handled by the network handler.
3568
3569 2010-11-30  Julien Danjou  <julien@danjou.info>
3570
3571         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3572         (nnimap-open-connection-1): Fix PREAUTH.
3573
3574         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3575
3576 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3579         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3580         (shr-insert): Use them.
3581         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3582
3583 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * nnir.el (nnir-request-move-article): Bail out if original group
3586         doesn't support article moves.
3587         (nnir-get-active): Improve active list retrieval.
3588
3589 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3592
3593 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3594
3595         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3596         seem to accept strings-with-numbers as port numbers,
3597
3598 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3599
3600         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3601         change the registry.
3602
3603 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3606         delete-dups that is not available in XEmacs 21.4.
3607
3608         * mm-util.el (mm-delete-duplicates): Add comment.
3609
3610 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3611
3612         * nnir.el (nnir-ignored-newsgroups): New variable.
3613         (nnir-get-active): Use it.
3614
3615 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * proto-stream.el (proto-stream-open-network): Add some comments.
3618
3619         * nntp.el (nntp-open-connection): Provide a :success condition.
3620
3621         * nnimap.el (nnimap-open-connection-1): Ditto.
3622
3623         * proto-stream.el (proto-stream-open-network): See what the response to
3624         the STARTTLS command is.
3625
3626         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3627         backwards compatibility).
3628         (nnimap-open-connection-1): Really respect nnimap-server-port.
3629
3630         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3631         TLS upgrades we don't really care about the identity of the peer.
3632         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3633         that what we've checked for.
3634         (proto-stream-always-use-starttls): Only default to t if
3635         open-gnutls-stream exists.
3636         (proto-stream-open-network): If STARTTLS failed, then just open a
3637         normal connection.
3638         (proto-stream-open-network): Wait until the greeting before doing
3639         STARTTLS.
3640
3641         * nntp.el (nntp-open-connection): Report what the connection error is.
3642
3643         * proto-stream.el (open-protocol-stream): Rename from
3644         open-proto-stream.
3645
3646 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * nnimap.el (nnimap-stream): Change default to `undecided'.
3649         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3650         first, and then network.
3651         (nnimap-open-connection-1): Respect nnimap-server-port.
3652         (nnimap-open-connection): Be more backwards-compatible.
3653
3654         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3655         (proto-stream-open-starttls): De-duplicate the starttls code.
3656         (proto-stream-open-starttls): Folded back into the main function.
3657         (proto-stream-open-network): Fix typo in the gnutls path.
3658         (proto-stream-command): Refactor out.
3659
3660         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3661
3662         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3663         starttls.el STARTTLS.
3664
3665         * color.el (color-lab->srgb): Fix function call name.
3666
3667         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3668         if we're using tls.el.
3669         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3670         built in, then don't try to establish a STARTTLS connection.
3671
3672         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3673         servers.
3674
3675         * proto-stream.el (open-proto-stream): Use network, not stream.
3676         (open-proto-stream): Add a way to specify what the end of a command is.
3677
3678         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3679         connections types.
3680         (nntp-open-network-stream): Remove.
3681         (nntp-open-ssl-stream): Remove.
3682         (nntp-open-tls-stream): Remove.
3683         (nntp-ssl-program): Remove.
3684
3685         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3686
3687 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3688
3689         * nnir.el: Fix typos.
3690         (nnir-retrieve-headers-override-function): Rename variable to reflect
3691         new semantics.
3692         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3693         macros.
3694         (nnir-request-article, nnir-request-move-article): Use them.
3695         (nnir-categorize): New function.
3696         (nnir-run-query): Use it.
3697         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3698         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3699         sorted.
3700         (nnir-group-full-name): Use gnus-group-full-name instead.
3701         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3702         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3703
3704 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3707
3708         * proto-stream.el: New library to provide protocol-specific
3709         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3710         protocols.
3711         (open-proto-stream): Complete the documentation.
3712         (proto-stream-open-network): Fix some typos.
3713
3714         * nnimap.el (nnimap-open-connection): Use it.
3715
3716 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3717
3718         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3719         negotiation.
3720
3721 2010-11-26  Julien Danjou  <julien@danjou.info>
3722
3723         * color.el: Rename various rgb functions to srgb.
3724
3725 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3728         names.
3729
3730 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * shr.el (shr-insert): Revert last change.
3733         (shr-find-fill-point): Never leave point being at bol;
3734         relax the kinsoku limitation when rendering tables.
3735
3736 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3739         results from -accept-article.
3740
3741         * shr-color.el: Require cl when compiling.
3742
3743         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3744         checkin.
3745
3746         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3747
3748         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3749
3750         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3751         'add and 'delete to set backend marks.
3752
3753         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3754
3755         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3756
3757         * nntp.el (nntp-request-set-mark): Use it.
3758
3759         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3760
3761         * nnml.el (nnml-request-set-mark): Ditto.
3762
3763         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3764         introduces regressions in article selection.
3765         (nnimap-find-uid-response): New function.
3766         (nnimap-request-accept-article): Use the UID returned, if any.
3767         (nnimap-request-move-article): Use the UID returned, if any.
3768         (nnimap-get-groups): Reimplement to work with folded lines.
3769         (nnimap-find-uid-response): The UID is the last element in the list.
3770         (nnimap-request-set-mark): Extend syntax with 'set.
3771
3772         * nnml.el (nnml-request-set-mark): Ditto.
3773
3774         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3775
3776         * nntp.el (nntp-request-set-mark): Ditto.
3777
3778 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * message.el (message-called-interactively-p): A temporary macro.
3781         (message-goto-body): Use it temporarily.
3782
3783 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3786         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3787         (nnimap-last-response-string): Fix last unfolding fix.
3788
3789 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * shr.el (shr-insert): Fix the way to fold lines.
3792
3793 2010-11-25  Julien Danjou  <julien@danjou.info>
3794
3795         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3796
3797         * color.el: Rename from color-lab.el
3798         (color-rgb->hex): Add.
3799         (color-complement): Add.
3800         (color-complement-hex): Add.
3801
3802         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3803
3804 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3807         don't exist.
3808
3809 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3812         assuming that article displaying or another mml-preview may be
3813         interrupted for an error or for the like.
3814
3815         * shr.el (shr-get-background): Fix argument name.
3816
3817 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3820
3821         * gnus-sum.el (gnus-summary-include-articles): New function.
3822
3823         * message.el (message-goto-body): called-interactively-p needs a
3824         parameter, so use `any'.
3825
3826         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3827         clear marks before moving, since they're synced from the Gnus side
3828         first.
3829
3830         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3831         (gnus-summary-move-article): Copy over all marks before moving, so that
3832         IMAP doesn't think a new article has arrived.
3833
3834 2010-11-24  Julien Danjou  <julien@danjou.info>
3835
3836         * shr.el (shr-insert-background-overlay): Fix typo.
3837         (shr-render-td): Copy the background before rendering.
3838
3839         * shr-color.el (shr-color-visible): Fix docstring.
3840
3841         * shr.el (shr-tag-table): Add bgcolor support.
3842         (shr-render-td): Add bgcolor support.
3843         (shr-get-background): Add.
3844         (shr-insert-foreground-overlay): Use shr-get-background.
3845
3846         * message.el (message-goto-body): Use called-interactively-p.
3847         (message-in-body-p): message-goto-body returns point.
3848
3849 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3852         Fixes something or other in Emacs 23, and is backwards compatible.
3853
3854         * message.el (message-goto-body): Remove the <#secure special-casing,
3855         which is too special.
3856
3857         * shr.el (shr-parse-style): Drop !important from styles.
3858
3859 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3860
3861         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3862         this function to return incorrect results when calling it with an
3863         explicit article argument different from
3864         (gnus-summary-article-number).
3865
3866 2010-11-24  Julien Danjou  <julien@danjou.info>
3867
3868         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3869         (shr-tag-body): Add background support.
3870         (shr-descend): Add background support.
3871         (shr-tag-title): Add.
3872
3873         * shr-color.el (shr-color-visible): Really return original background
3874         if fixed.
3875
3876 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * shr.el (shr-color-check): Protect against non-existent colour names.
3879
3880 2010-11-24  Julien Danjou  <julien@danjou.info>
3881
3882         * color-lab.el: Require 'cl when compiling.
3883
3884         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3885
3886         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3887         matched part.
3888
3889         * color-lab.el: Fix all expt calls to use float type.
3890
3891 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3894         expression to shr-color-check as is.
3895
3896         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3897
3898         * color-lab.el: Add coding cookie.
3899         (float-pi): Use eval-and-compile.
3900
3901         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3902         compiled for Emacsen having no `libxml-parse-html-region' support.
3903
3904 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * shr.el (shr-insert-color-overlay): Split stuff like
3907         "#444444 !important" to find the real colour.
3908         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3909         parse <font color="red"> entries.
3910
3911 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3912
3913         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3914         point when parsing headers.
3915
3916         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3917         is positioned properly when parsing headers.
3918
3919 2010-11-23  Julien Danjou  <julien@danjou.info>
3920
3921         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3922
3923         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3924
3925         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3926
3927         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3928         Use shr-color-hue-to-rgb.
3929         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3930
3931 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * shr.el (shr-color->hexadecimal): Autoload.
3934         (shr-descend): Add color to all tags.
3935
3936 2010-11-22  Julien Danjou  <julien@danjou.info>
3937
3938         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3939         shr-color->hexadecimal.
3940
3941         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3942         RGB() or HSL() color representation.
3943
3944         * shr.el (shr-tag-font): Add.
3945         (shr-tag-color-check): New function to get better colors.
3946         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3947         tag-span.
3948
3949         * shr-color.el: New file.
3950
3951         * color-lab.el: New file.
3952
3953         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3954
3955 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3956
3957         * nnir.el: Fix typo in comments.
3958         (nnir-run-imap): Simplify code. No need to reverse artlist.
3959         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3960
3961 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3964
3965         * nnimap.el (nnimap-get-capabilities): Refactor out.
3966         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3967
3968 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3969
3970         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3971         appearing when `mm-uu-hide-markers' is nil.
3972
3973 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * nnimap.el (nnimap-unselect-group): Make into its own function.
3976         (nnimap-request-rename-group): Unselect group before renaming.
3977         This had gotten lost somewhere.
3978         (nnimap-request-accept-article): Keep track of examined groups, and
3979         unselect the group before APPENDing to read-only groups.
3980         (nnimap-request-move-article): Clear flags before moving so that they
3981         can be re-set later.
3982
3983 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3986         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3987
3988 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * gnus-art.el (gnus-mime-display-single)
3991         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3992         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3993         parameter.
3994
3995 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3998         (shr-table-vertical-line): New variable.
3999         (shr-insert-table): Use it.
4000
4001 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-html.el (gnus-html-wash-images): Don't display images if
4004         gnus-inhibit-images is non-nil; register displayer for cid images.
4005         (gnus-html-display-image): Work for cid image.
4006         (gnus-html-insert-image): Allow arguments.
4007         (gnus-html-put-image): Inhibit read-only.
4008         (gnus-html-prefetch-images): Don't prefetch images if
4009         gnus-inhibit-images is non-nil.
4010
4011 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * shr.el (shr-put-image): Break lines when inserting big pictures.
4014
4015 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4016
4017         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4018         sender, thanks Katsumi Yamaoka.
4019
4020 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4021
4022         * nnir.el (nnir-run-imap): Reverse the article list for each group
4023         rather than the whole list.
4024
4025 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * shr.el (shr-image-displayer): Protect function against non-existent
4028         image source.
4029
4030         * gnus-art.el (gnus-inhibit-images): New user option.
4031         (gnus-mime-display-single): Don't display image if it is non-nil.
4032
4033         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4034         gnus-inhibit-images.
4035
4036         * shr.el (shr-image-displayer): New function.
4037         (shr-tag-img): Use it.
4038
4039 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4040
4041         * mml2015.el (mml2015-epg-sign): Use From header.
4042
4043 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4046
4047         * gnus-util.el (gnus-find-text-property-region): Return markers.
4048
4049         * shr.el (shr-tag-img): Put a displayer in the text property.
4050
4051         * gnus-util.el (gnus-find-text-property-region): New utility function.
4052
4053         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4054         (gnus-html-show-images): Remove.
4055
4056         * gnus-art.el (gnus-article-show-images): New, more general function.
4057
4058         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4059         image url text properties.
4060
4061         * shr.el: Ditto.
4062
4063         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4064         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4065
4066 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4069         work for two or more articles.
4070
4071 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4074         divide an image that's in an html article to two or more when washing
4075         non-ASCII characters in alt text of it.
4076
4077 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4080         smime-decrypt-region using function argument.
4081         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4082
4083         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4084
4085         * smime.el (smime-decrypt-region): Catch it.
4086
4087 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4088
4089         * smime.el (smime-mode-map): Move initialization into declaration.
4090         (gnus-run-mode-hooks): Don't autoload.
4091         (smime-mode): Use define-derived-mode.
4092
4093 2010-11-11  Glenn Morris  <rgm@gnu.org>
4094
4095         * smime.el (from): Restrict declaration to XEmacs.
4096
4097         * nnir.el (gnus-group-topic-name): Autoload.
4098
4099 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * shr.el (shr-insert): Don't break long line if it is because of
4102         kinsoku-bol characters in the line end.
4103
4104 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4105
4106         * nnir.el (nnir-request-move-article): Fix to provide original group
4107         and subject.
4108         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4109         been retrieved.
4110
4111         * gnus-sum.el (gnus-summary-move-article): Use original group and
4112         subject for virtual articles such as those in an nnir summary buffer.
4113
4114 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4117         least 21.5).
4118
4119         * smime.el (from): Declare it again for XEmacs.
4120
4121 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * message.el (message-resend): Don't disable encoding unless it's
4124         already encoded.
4125
4126         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4127         low-numbered articles.
4128
4129 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * rfc2047.el (rfc2047-syntax-table): Simplify.
4132
4133         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4134
4135         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4136         set-char-table-range for XEmacs.
4137
4138 2010-11-10  Glenn Morris  <rgm@gnu.org>
4139
4140         * time-date.el (time-to-seconds): Always an alias on Emacs,
4141         never a real function.
4142         (with-no-warnings): Remove compat stub, now unused.
4143         (time-less-p): Doc fix.
4144         (time-to-number-of-days): Simplify.
4145
4146         * smime.el (from): Remove unused declaration.
4147
4148         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4149         (gnus-float-time): On Emacs, always an alias.
4150
4151         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4152         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4153
4154 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * dgnushack.el: Don't use ignore-errors in the top level form since it
4157         is unavailable in XEmacs even if cl is loaded.
4158
4159         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4160
4161 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * shr.el (browse-url-mailto): Autoload.
4164
4165         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4166
4167         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4168         regexp doesn't need quoting.
4169
4170 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4171
4172         * message.el (message-subject-trailing-was-ask-regexp)
4173         (message-subject-trailing-was-regexp): Match was: in addition to was.
4174
4175 2010-11-09  Glenn Morris  <rgm@gnu.org>
4176
4177         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4178         (nnbabyl-check-mbox): Use point-at-bol.
4179
4180 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4183
4184         * message.el (message-mailto): New function.
4185         (message-mailto): Should accept other parameters.
4186         (message-mailto): Remove since it duplicates browse-url-mailto
4187         functionality.
4188
4189 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4192         methods.
4193         (gnus-read-active-file): Ditto.
4194
4195         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4196         ": " from the prompt.
4197         (gnus-group-make-group): Ditto.
4198
4199 2010-11-07  Glenn Morris  <rgm@gnu.org>
4200
4201         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4202         (gnus-bookmark-kill-line): Use point-at-eol.
4203
4204 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4207         asterisks in From header.
4208
4209 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4212         string to avoid making the From headers syntactically invalid.
4213
4214         * message.el (message-send-mail): Don't insert courtesy messages if the
4215         message already has List-Post and List-ID messages.
4216
4217 2010-11-06  Glenn Morris  <rgm@gnu.org>
4218
4219         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4220         `condition', `type', `length' a prefix.
4221         (gnus-treat-predicate): Update for above name changes.
4222
4223 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4224
4225         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4226         binding.  Handled by `gnus-summary-refer-thread' instead.
4227         (nnir-warp-to-article): New backend function.
4228
4229         * nnimap.el (nnimap-request-thread): Force dependency updating.
4230
4231         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4232         (gnus-summary-refer-thread): Rework to improve thread-referral.
4233
4234         * gnus-int.el (gnus-warp-to-article): New function.
4235
4236         * gnus-sum.el (gnus-summary-article-map): Bind it.
4237
4238 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4239
4240         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4241         gnus-summary-refer-thread.
4242
4243         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4244         headers.
4245         (gnus-summary-limit-include-thread): Prevent articles in thread from
4246         being cut in gnus-cut-threads.
4247         (gnus-summary-refer-thread): Limit retrieved headers to those in
4248         thread.
4249
4250 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * message.el (message-send-mail): Use the value of
4253         message-courtesy-message from the message buffer.
4254
4255         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4256
4257         * shr.el (shr-browse-url): Implement mailto: URLs.
4258
4259         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4260         "raw".
4261
4262         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4263         if it's already selected.
4264
4265         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4266
4267 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4270         to measure the length and truncate alt text.
4271
4272 2010-11-03  Glenn Morris  <rgm@gnu.org>
4273
4274         * nndiary.el (nndiary-generate-nov-databases-1)
4275         (nndiary-generate-active-info): Rename dynamic variable `files' to
4276         something less generic.
4277
4278 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4279
4280         * nnir.el (nnir-request-move-article): Call the underlying backend to
4281         move articles from nnir.
4282
4283 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4286
4287 2010-11-02  Julien Danjou  <julien@danjou.info>
4288
4289         * nnir.el: Remove wais support.
4290
4291 2010-11-02  Glenn Morris  <rgm@gnu.org>
4292
4293         * gnus-html.el: Reorder requirements to quieten compiler.
4294
4295 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4298         properly for XEmacs as well.
4299         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4300         (gnus-article-natural-long-line-p): Use window-width rather than
4301         frame-width.
4302
4303 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4304
4305         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4306         (nnir-read-parms): Don't modify query.
4307         (nnir-run-query): Add ability to search topic on current line.
4308         (nnir-get-active): Clean up.
4309
4310 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4313         degenerate articles.
4314
4315         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4316         (gnus-print-buffer): Just print the buffer as is, without any copying
4317         to a buffer and then re-highlighting.
4318
4319         * nnimap.el (nnimap-request-group): Store the new updated info.
4320         (nnimap-request-group): Select the group when we don't know whether it
4321         exists or not.
4322
4323         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4324         groups.
4325
4326         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4327         groups.
4328
4329         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4330         groups.
4331
4332         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4333         long-lines case by only filling the long lines.
4334
4335         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4336         (bug #7311).
4337
4338 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * shr.el: No need to declare `declare-function' since shr.el is for
4341         only Emacsen that provide `libxml-parse-html-region'.
4342
4343         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4344         effective only in a file it is referred to.
4345
4346 2010-11-01  Glenn Morris  <rgm@gnu.org>
4347
4348         * mm-util.el (gnus-completing-read): Autoload.
4349         (mm-read-coding-system): Simplify Emacs definition.
4350
4351         * nnmail.el (gnus-activate-group):
4352         * nnimap.el (gnutls-negotiate):
4353         * nntp.el (netrc-parse): Fix declarations.
4354
4355 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4358         string-match-p in Emacs >=23.
4359
4360         * gnus-msg.el (gnus-configure-posting-styles)
4361         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4362
4363 2010-11-01  Glenn Morris  <rgm@gnu.org>
4364
4365         * nnir.el (declare-function): Add compat stub.
4366         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4367         (nnir-run-gmane): Require 'mm-url.
4368
4369         * mm-util.el (mm-string-to-multibyte): Simplify.
4370
4371         * shr.el (declare-function): Add compat stub.
4372         (url-cache-create-filename): Declare.
4373         (mm-disable-multibyte, widget-convert-button): Autoload.
4374
4375         * smime.el (ldap-search): Declare.
4376         (smime-cert-by-ldap-1): Require ldap on Emacs.
4377
4378         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4379         (nnimap-keepalive): Use gnus-float-time.
4380
4381         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4382         (mail-source-delete-crash-box): Use gnus-float-time.
4383
4384         * gnus-dired.el (gnus-completing-read): Autoload.
4385
4386         * mm-view.el (gnus-rescale-image): Autoload.
4387
4388         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4389
4390         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4391
4392         * sieve-manage.el: Require 'cl when compiling.
4393
4394         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4395         (gnus-iswitchb-completing-read): Require iswitchb.
4396         (gnus-select-frame-set-input-focus): Silence compiler.
4397
4398 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * message.el (message-subject-trailing-was-query): Change default to t,
4401         since I think that's what most people want.
4402
4403         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4404         appending for easier debugging.
4405         (nnimap-wait-for-connection): Take a regexp.
4406         (nnimap-request-accept-article): Wait for the continuation line before
4407         sending anything unless we're streaming.
4408
4409         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4410         leave the header washing to take place.
4411
4412 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4413
4414         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4415         regular expression match and replace in posting styles.
4416
4417 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4418
4419         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4420         an entire server.
4421         (nnir-get-active): New function.
4422         (nnir-run-imap): Use it.
4423         (nnir-run-gmane): Who knew, gmane search returns an article score!
4424
4425         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4426         server on the current line with nnir.
4427
4428 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4431         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4432         left edge.
4433         (gnus-article-foldable-buffer): Skip past the prefix when determining
4434         raggedness.
4435
4436         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4437         the raw article, and change `C-u g' to show the article without doing
4438         treatments.
4439
4440         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4441         on to `gnus-treat-article'.
4442         (gnus-inhibit-article-treatments): New variable.
4443
4444         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4445
4446         * gnus-art.el (gnus-treatment-function-alist): Have
4447         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4448         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4449         sections.
4450
4451         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4452         parameter.
4453         (gnus-article-fill-cited-long-lines): New function.
4454         (gnus-article-fill-cited-article): Allow filling only long sections.
4455
4456         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4457         and non-punctuation (like after the apostrophe in "'We").
4458
4459         * gnus-sum.el (gnus-summary-select-article): Make sure
4460         gnus-original-article-buffer is alive.
4461
4462         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4463         reflect the order they're in in the digest.
4464
4465         * gnus.el (gnus-group-startup-message): Move point to the start of the
4466         buffer.
4467
4468         * nnimap.el (nnimap-capability): New function.
4469         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4470         is set.
4471
4472 2010-10-31  David Engster  <dengste@eml.cc>
4473
4474         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4475         conform with changes to gnus-completing-read.
4476
4477 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4480
4481 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4482
4483         * nnir.el: Move defvar, defcustom around to keep file organized
4484         and keep byte-compiler quiet.
4485         (nnir-read-parms): Accept search-engine as arg.
4486         (nnir-run-query): Pass search-engine as arg.
4487         (nnir-search-engine): Remove.
4488
4489 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * shr.el (shr-generic): The text nodes should be text, not :text.
4492
4493         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4494         later in the file.
4495
4496 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4497
4498         * nnir.el: General clean up.  Allow searching with multiple engines.
4499         Allow separate extra-parameters for each engine.
4500         Batch queries when possible.
4501         (nnir-imap-default-search-key,nnir-method-default-engines):
4502         Add customize interface.
4503         (nnir-run-gmane): New engine.
4504         (nnir-engines): Use it.  Qualify all prompts with engine name.
4505         (nnir-search-engine): Remove global variable.
4506         (nnir-run-hyrex): Restore for now.
4507         (nnir-extra-parms,nnir-search-history): New variables.
4508         (gnus-group-make-nnir-group): Use them.
4509         (nnir-group-server): Remove in favor of gnus-group-server.
4510         (nnir-request-group): Avoid searching twice.
4511         (nnir-sort-groups-by-server): New function.
4512
4513 2010-10-30  Julien Danjou  <julien@danjou.info>
4514
4515         * gnus-group.el: Remove gnus-group-fetch-control.
4516
4517         * gnus-start.el (gnus-find-new-newsgroups):
4518         Remove gnus-check-first-time-used.
4519
4520         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4521
4522 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4523
4524         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4525         set on groups that don't have \* permanentflags.
4526
4527 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4530         control the background color.
4531         (shr-tag-img): Ignore very small web bug type images.
4532         (shr-put-image): Add help-echo alt texts to the images.
4533         (shr-tag-video): Show the video poster image.
4534
4535 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * shr.el (shr-table-depth): New variable.
4538         (shr-tag-table-1): Only insert the images after the top-level table.
4539
4540         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4541
4542         * gnus-util.el (gnus-list-memq-of-list): New function.
4543
4544         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4545         selected.
4546         (nnimap-unsplittable-articles): New slot.
4547         (nnimap-new-articles): Use it.
4548
4549 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4550
4551         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4552         move to the previous line on `M-g'.
4553
4554 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4557         *-request-group, which seems unnecessary.
4558
4559         * nnimap.el (nnimap-quote-specials): Function copied over from
4560         imap.el.
4561         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4562         they support that.  Suggested by Tom Regner.
4563
4564 2010-10-29  Julien Danjou  <julien@danjou.info>
4565
4566         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4567         defalias.
4568         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4569
4570         * gnus.el: Remove `gnus-nntp-service' variable.
4571         (gnus-secondary-servers): Make obsolete.
4572         (gnus-nntp-server): Make obsolete.
4573
4574         * gnus-start.el (gnus-1): Remove x-splash calls.
4575
4576         * gnus-ems.el (gnus-x-splash): Remove.
4577
4578         * gnus.el (gnus-group-startup-message): Simplify/update code.
4579
4580         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4581         definition.
4582
4583         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4584         capability before doing anything.
4585         (gnus-group-insert-group-line): Remove useless
4586         gnus-group-remove-excess-properties.
4587
4588 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4591
4592 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4595         config after reselecting.
4596
4597 2010-10-28  Julien Danjou  <julien@danjou.info>
4598
4599         * shr.el (shr-put-image): Use point even if only inserting text.
4600         (shr-put-image): Save excursion when inserting alt text on non-graphic
4601         display, so the behaviour is the same when we are on a graphic display.
4602
4603         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4604
4605 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4608         (gnus-mime-copy-part): Check coding system, not charset.
4609         (gnus-mime-view-part-externally): Never remove part.
4610         (gnus-mime-view-part-internally): Don't remove part here.
4611         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4612         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4613         multipart/alternative.
4614
4615         * mm-decode.el (mm-display-part): Take optional arg `force'.
4616
4617 2010-10-26  Julien Danjou  <julien@danjou.info>
4618
4619         * gnus-group.el (gnus-group-default-list-level): Add this function to
4620         compute the default list level.
4621         (gnus-group-default-list-level): Add possibility to use a function.
4622
4623 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4626
4627         * gnus-group.el (gnus-group-completing-read)
4628         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4629         gnus-replace-in-string.
4630
4631 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * shr.el (shr-tag-div): Add.
4634
4635         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4636
4637 2010-10-25  Julien Danjou  <julien@danjou.info>
4638
4639         * gnus-util.el: Remove `gnus-with-local-quit'.
4640
4641         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4642
4643 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4646         the original article buffer.
4647
4648 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * nnimap.el (nnimap-request-head): New function.
4651         (nnimap-request-move-article): Try to be slighly faster by not
4652         requesting the entire message when moving.
4653         (nnimap-transform-headers): Don't bug out on bodiless articles.
4654         (nnimap-send-command): Have no outstanding messages if the IMAP server
4655         doesn't support streaming.
4656         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4657
4658 2010-10-24  Julien Danjou  <julien@danjou.info>
4659
4660         * message.el (message-default-headers): Fix type.
4661
4662 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4665         prefetching images.
4666
4667         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4668         backend for unknown groups.  This is mainly useful for nnimap groups.
4669
4670         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4671         group isn't covered by the agent.
4672
4673 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4674
4675         * nnir.el (nnir-method-default-engines): New variable.
4676         (nnir-run-query): Use it.
4677         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4678         (gnus-summary-nnir-goto-thread): Change group if needed.
4679
4680         * gnus-group.el (gnus-group-group-map): Add key binding for
4681         gnus-group-make-nnir-group.
4682
4683 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * shr.el (shr-tag-object): Add.
4686
4687         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4688         original article buffer live.
4689         (gnus-summary-select-article-buffer):
4690         Mention gnus-widen-article-buffer.
4691
4692 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * shr.el (shr-tag-strong): Add.
4695
4696 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4699         group names.  They mess up the group buffer badly.
4700
4701         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4702
4703         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4704         instead of the summary one.
4705
4706 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * mml.el (mml-preview): Work properly when editing article.
4709
4710         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4711         gnus-have-read-active-file if it's already been in.
4712
4713 2010-10-22  Tom Tromey  <tromey@redhat.com>
4714
4715         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4716         gnus-group-completing-read.
4717
4718 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * message.el (message-mode-map): Don't bind M-; to comment region, to
4721         allow the global comment-dwim to work.
4722
4723 2010-10-21  Julien Danjou  <julien@danjou.info>
4724
4725         * message.el (message-setup-1): Allow message-default-headers to be a
4726         function.
4727
4728 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * shr.el (shr-tag-table): Simplify.
4731
4732 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4735         to avoid trying to snarf invalid stuff.
4736
4737         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4738
4739         * gnus.el (gnus-message-archive-group): Quote value.
4740         (gnus-message-archive-group): Mark as changed.
4741
4742         * shr.el (shr-add-font): Don't put the font properties on the newline
4743         or the indentation.
4744
4745         * message.el (message-fix-before-sending): Change options when sending
4746         non-printable characters.
4747
4748         * gnus.el (gnus-message-archive-method): Change the default to
4749         monthly outgoing groups.
4750
4751         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4752         that have gotten new numbers.
4753
4754         * nnimap.el (nnimap-request-replace-article): New function.
4755
4756 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4759         (nnrss-request-article): Don't use special html washing code.
4760
4761 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * shr.el (shr-tag-table): Remove useless nconc.
4764
4765 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * gnus-art.el (article-wash-html): Simplify and remove the charset
4768         stuff.  Use the normal html rendering code instead of the special html
4769         washing code.
4770
4771         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4772         `gnus-w3m' symbols.
4773         (mm-text-html-washer-alist): Remove.
4774
4775         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4776         (mm-inline-media-tests): Remove use.
4777         (mm-text-html-renderer): Change default to the `shr' symbol.
4778
4779         * mm-view.el (mm-inline-text-html): Remove use.
4780
4781         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4782         `gnus-blocked-images' to be a function.
4783         (gnus-article-wash-function): Remove.
4784
4785 2010-10-20  Julien Danjou  <julien@danjou.info>
4786
4787         * spam.el (spam-list-of-processors): Mark as obsolete.
4788
4789         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4790         (nnimap-insert-partial-structure): Fix boundary detection.
4791
4792 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4793
4794         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4795         run file-truename on remote files.  This can be expensive and even
4796         prevent one from editing drafts if some unrelated buffer has a stale
4797         connection.
4798
4799 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4802         kinsoku-eol regardless of shr-kinsoku-shorten.
4803         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4804         (shr-tag-table): Support caption, thead, and tfoot.
4805
4806 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4809         lines.
4810         (shr-save-contents): New command and keystroke.
4811
4812         * nndoc.el (nndoc-type-alist): Add git support.
4813         (nndoc-git-type-p): New function.
4814         (nndoc-transform-git-article): Ditto.
4815         (nndoc-transform-git-headers): Ditto.
4816         (nndoc-transform-git-headers): Generate Subject headers.
4817
4818         * shr.el (shr-parse-style): New function.
4819         (shr-tag-span): Ditto.
4820
4821         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4822         to `G G' to avoid collisions.
4823
4824 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * shr.el: Load kinsoku if necessary.
4827         (shr-kinsoku-shorten): New internal variable.
4828         (shr-find-fill-point): Make kinsoku shorten text line if
4829         shr-kinsoku-shorten is bound to non-nil.
4830         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4831         shr-indentation too when testing if table is wider than frame width.
4832         (shr-insert-table): Use `string-width' instead of `length' to measure
4833         text width.
4834         (shr-insert-table-ruler): Make sure indentation is done at bol.
4835
4836 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4837
4838         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4839         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4840         undecoded network data.
4841
4842 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4845         name in the mode line spec so that the mode line menu works
4846         (bug #2431).
4847
4848         * message.el (message-get-reply-headers): If we're fed `to-address',
4849         then always use that.
4850
4851         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4852         aren't so wide as to need to switch off the edit menu.
4853
4854         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4855         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4856
4857         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4858         `M-g'.
4859         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4860         the permanent marks.
4861
4862 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4863
4864         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4865         Splitting according to references/in-reply-to obeys the ignore-groups
4866         variable, while splitting by sender and subject do not.
4867
4868 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4871         alist, so that we can look for non-Unicode chars.
4872         (article-translate-strings): Allow both character and string maps.
4873
4874 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * shr.el (shr-insert): Don't insert space behind a wide character
4877         categorized as kinsoku-bol, or between characters both categorized as
4878         nospace.
4879
4880 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4881
4882         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4883         headers to gnus-newsgroup-headers.
4884
4885 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * shr.el (shr-tag-img): Don't align images -- since we're not
4888         rescaling, this often leads to ugly displays.
4889
4890 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4891
4892         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4893         duplicates.
4894
4895 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4896
4897         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4898         call.
4899
4900 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * gnus.el: Autoload gnus-html-show-images.
4903
4904         * nnimap.el: Use nnheader-message throughout.
4905
4906         * shr.el (shr-tag-img): Ignore images with no data.
4907
4908 2010-10-15  Julien Danjou  <julien@danjou.info>
4909
4910         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4911         a possibility to disable format=flow encoding when using hard newlines.
4912
4913 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * shr.el (shr-insert): Remove space inserted before or after a
4916         breakable character or at the beginning or the end of a line.
4917         (shr-find-fill-point): Do kinsoku; find the second best point or give
4918         it up if there's no breakable point.
4919
4920 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * nnimap.el (nnimap-open-connection): Message when opening connection
4923         for debugging purposes.
4924
4925         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4926         on every setup buffer call to allow this to change from article to
4927         article.
4928
4929         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4930         buffers where we have a wide table.
4931
4932 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4933
4934         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4935         uses *-request-thread.
4936
4937 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4940         incantation, which is no longer valid.
4941
4942 2010-10-14  Julien Danjou  <julien@danjou.info>
4943
4944         * shr.el: Fix defcustom type (char -> character).
4945
4946 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4949         programs.
4950
4951 2010-10-14  Julien Danjou  <julien@danjou.info>
4952
4953         * shr.el (shr-tag-a): Use url-link as widget type.
4954
4955         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4956         `gnus-group-get-icon'.
4957
4958 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4961         This should make server editing work better.
4962
4963         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4964
4965         * tls.el (tls-program): Remove spurious %s from openssl.
4966
4967         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4968         (nnimap-parse-flags): Fix regexp.
4969
4970         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4971         probably work for CJVK text, too.
4972
4973         * nnimap.el (nnimap-extend-tls-programs): Remove.
4974         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4975
4976         * tls.el (tls-starttls-switches): Remove starttls hack.
4977         (open-tls-stream): Ditto.
4978         (tls-find-starttls-argument): Ditto.
4979
4980 2010-10-13  Julien Danjou  <julien@danjou.info>
4981
4982         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4983         responses.
4984
4985 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4988
4989         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4990         anything in Emacs.
4991
4992         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4993
4994 2010-10-13  Julien Danjou  <julien@danjou.info>
4995
4996         * shr.el (shr-width): Make shr-width a defcustom with default to
4997         fill-column.
4998         (shr-tag-img): Use shr-width rather than fill-column.
4999
5000 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * dgnushack.el (byte-optimize-apply)
5003         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5004
5005         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5006         position when (X-)Faces exist.
5007         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5008         avatars when called interactively.
5009
5010 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5013         gnus-article-x-face-too-ugly is bound.
5014
5015 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5018
5019         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5020         mailbox that doesn't exist.
5021
5022 2010-10-12  Julien Danjou  <julien@danjou.info>
5023
5024         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5025         (shr-get-image-data): Encode URL properly when fetching from cache.
5026         (shr-tag-img): Use aligned-to spaces to align correctly images.
5027
5028         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5029         before inserting the Gravatar.
5030
5031         * shr.el (shr-tag-img): Add align attribute support for <img>.
5032
5033 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-gravatar.el (gnus-art): Require.
5036
5037         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5038         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5039         Remove long obsoleted functions.
5040
5041 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5044
5045         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5046
5047         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5048         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5049         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5050         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5051         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5052         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5053         * sieve-manage.el, smime.el, spam.el:
5054         Fix comment for declare-function.
5055
5056 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * nnimap.el (nnimap-request-rename-group): Select group read-only
5059         before renaming it.
5060
5061         * shr.el (shr-insert): Fix up the white space only regexp.
5062
5063         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5064         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5065
5066         * shr.el (shr-current-column): New function.
5067         (shr-find-fill-point): New function.
5068
5069 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5070
5071         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5072         numbers.
5073
5074 2010-10-11  Julien Danjou  <julien@danjou.info>
5075
5076         * shr.el (shr-hr-line): Add.
5077         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5078         display hr lines.
5079         (shr-max-columns): Do not change state to nil if we just inserting
5080         spaces.
5081
5082 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5085         select the last group.
5086
5087 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5088
5089         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5090
5091 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5092
5093         * dig.el (dig-mode-map): Declare and define in one step.
5094
5095 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5098         for Gnus.
5099         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5100         (nnimap-update-qresync-info): Mark \Seen articles as read.
5101
5102         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5103         non-variable, too.
5104
5105         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5106         available.
5107         (nnimap-update-info): Rely more on the current active than the param
5108         active to avoid marking articles as read too much.
5109
5110         * auth-source.el (auth-source-create): Use (user-login-name) for the
5111         user name default.
5112
5113         * nnimap.el (nnimap-update-info): If the server doesn't return any
5114         useful info, just use the previous info.
5115         (nnimap-update-info): Prefer old info over start-article.
5116         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5117
5118 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5119
5120         * nnir.el (autoload): Clean up autoloads.
5121         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5122         Use key rather than value.
5123         (nnir-imap-search-other): New variable.
5124         (nnir-read-parm): Use it.
5125         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5126         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5127
5128 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5129
5130         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5131         the process, too.
5132
5133 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * spam.el (gnus-summary-mode-map): Bind to "$".
5136         Suggested by Russ Allbery.
5137
5138         * shr.el: Rework the way things are indented by <li> slightly.
5139
5140         * gnus.el (gnus-group-set-parameter): Fix typo.
5141
5142         * nnimap.el: Start implementing QRESYNC support.
5143
5144 2010-10-09  Julien Danjou  <julien@danjou.info>
5145
5146         * nnir.el (nnir-engines): Fix too many arguments.
5147
5148 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5151         group is the "last", so that the backends like nnfolder actually save
5152         their folders.
5153
5154         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5155         try to use that for the tls stream.
5156         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5157         UIDVALIDITY and find out which groups are read-only and not.
5158         (nnimap-get-flags): Use the same marks parsing code as the rest of
5159         nnimap.
5160
5161 2010-10-09  Julien Danjou  <julien@danjou.info>
5162
5163         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5164
5165         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5166         retrieving gravatars.
5167
5168         * shr.el (shr-table-corner): Add.
5169         (shr-table-line): Add.
5170         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5171
5172 2010-10-08  Julien Danjou  <julien@danjou.info>
5173
5174         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5175
5176 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5177
5178         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5179
5180         * gnus-sum.el (gnus-mark-article-as-unread)
5181         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5182         (gnus-summary-set-bookmark): Use it.
5183
5184         * gnus-msg.el (gnus-setup-message): Use it.
5185
5186         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5187
5188         * gnus.el (gnus-group-remove-parameter): Use it.
5189
5190         * gnus-group.el (gnus-group-make-web-group): Use it.
5191
5192         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5193
5194         * nnregistry.el: Update docs to mention manual.
5195
5196         * gnus-registry.el: Update docs to mention nnregistry.el.
5197         (gnus-registry-initialize): Don't install nnregistry refer method
5198         automatically.
5199         (gnus-registry-install-nnregistry): Remove it.
5200
5201 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * shr.el (shr-insert): Don't insert double spaces.
5204
5205 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * gnus-gravatar.el (gnus-treat-from-gravatar)
5208         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5209         called interactively.
5210
5211         * gnus-art.el (gnus-mime-view-part-externally)
5212         (gnus-mime-view-part-internally): Make predicate function passed to
5213         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5214         of a mime type.
5215
5216         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5217
5218 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * shr.el (require): Require cl when compiling.
5221         (shr-tag-hr): New function.
5222
5223         * nnimap.el (nnimap-update-info): Remove double setting of high.
5224         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5225         This makes nnimap work properly on Courier again.
5226
5227         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5228         the variable for backwards compatibility.
5229
5230         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5231         the file name before using to avoid setting mm-default-directory to
5232         nil.
5233
5234         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5235         bidning gnus-agent variables.
5236
5237         * shr.el (shr-render-td): Use a cache for the table rendering function
5238         to avoid getting an exponential rendering behaviour in nested tables.
5239         (shr-insert): Rework the line-breaking algorithm.
5240         (shr-insert): Don't leave trailing spaces.
5241         (shr-insert-table): Also insert empty TDs.
5242         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5243
5244 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5245
5246         * gnus-sum.el (gnus-number): Rename from `number'.
5247         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5248         (gnus-summary-limit-children): Update uses correspondingly.
5249
5250 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5253         (gnus-gravatar-transform-address): Don't show avatars of people of
5254         which mail addresses match gnus-gravatar-too-ugly.
5255
5256 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * shr.el (shr-table-widths): Expand TD elements to fill available
5259         space.
5260
5261 2010-10-07  Julien Danjou  <julien@danjou.info>
5262
5263         * nnimap.el (nnimap-request-rename-group): Add this method.
5264
5265 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5268         name from XEmacs' function-arglist.
5269
5270         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5271         gravatar under XEmacs.
5272
5273 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * auth-source.el: Update docs with TODO items.
5276
5277         * gnus-sync.el: Update docs to explain state and plans.
5278
5279         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5280         Hooks for mark updates.
5281         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5282
5283         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5284         hooks with arguments, which is needed for mark update hooks.
5285
5286 2010-10-06  Julien Danjou  <julien@danjou.info>
5287
5288         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5289         was matched.
5290
5291         * sieve-manage.el: Update example in `Commentary'.
5292
5293         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5294
5295         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5296         not 2000.
5297         (sieve-manage-authenticate): Re-add function.
5298
5299 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * shr.el (shr-insert): Get 'space transition right.
5302         (shr-render-td): Only delete space at the end of the TD.
5303
5304         * nnimap.el (nnimap-open-connection): Prepare to support
5305         open-gnutls-stream.
5306
5307         * shr.el: Rearrange function order to be more logical.
5308
5309 2010-10-06  Julien Danjou  <julien@danjou.info>
5310
5311         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5312         (nnrss-discover-feed): Remove 404 URL in docstring.
5313
5314         * nnir.el: Fix Swish-E URL.
5315         Fix Namazu URL.
5316
5317         * message.el (message-change-subject): Remove 404 URL in a comment.
5318
5319 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5322         called interactively.
5323
5324         * gnus-util.el (gnus-remove-if): Allow hash table.
5325         (gnus-remove-if-not): New function.
5326
5327         * gnus-art.el (gnus-mime-view-part-as-type)
5328         * gnus-score.el (gnus-summary-score-effect)
5329         * gnus-sum.el (gnus-read-move-group-name):
5330         Replace remove-if-not with gnus-remove-if-not.
5331
5332         * gnus-group.el (gnus-group-completing-read):
5333         Regard collection as a hash table if it is not a list.
5334
5335 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5338
5339         * shr.el: Document the table-rendering algorithm.
5340
5341 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5344         for Emacsen having no `libxml-parse-html-region' support.
5345
5346 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5349         invalid URLs.
5350
5351         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5352         line-broken.
5353         (shr-tag-img): Ignore image fetching errors.
5354         (shr-overlays-in-region): Compute overlay positions correctly.
5355
5356         * mm-decode.el (mm-shr): Require shr.
5357
5358         * gnus-art.el (gnus-blocked-images): Move variable here.
5359
5360         * shr.el (shr-insert-table): Bind free variable.
5361
5362         * mm-decode.el (mm-shr): Bind shr-content-function.
5363
5364         * shr.el (shr-content-function): New variable.
5365
5366         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5367         added for symmetry.
5368
5369         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5370
5371         * gnus-group.el (gnus-group-make-group): Doc fix.
5372
5373         * nnimap.el (nnimap-request-newgroups): Return success.
5374
5375         * shr.el (shr-find-elements): New function.
5376         (shr-tag-table): Put all the images after the table.
5377         (shr-tag-table): Really inhibit images inside the table.
5378         (shr-collect-overlays): Copy over overlays from the TD elements to the
5379         main document.
5380
5381         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5382         gnus-blocked-images.
5383
5384 2010-10-05  Julien Danjou  <julien@danjou.info>
5385
5386         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5387
5388         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5389         (gnus-html-maximum-image-size): Add this function.
5390         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5391
5392         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5393         server-value of the capability is nil.
5394
5395 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * shr.el (shr-tag-em): Add <EM> tag.
5398
5399 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5400
5401         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5402         customizable.
5403
5404         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5405         handing broken links to browse-url.
5406
5407 2010-10-05  Julien Danjou  <julien@danjou.info>
5408
5409         * gnus-util.el (gnus-emacs-completing-read)
5410         (gnus-iswitchb-completing-read): Use autoload rather than require.
5411
5412 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5415         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5416         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5417         iswitchb-temp-buflist for XEmacs.
5418
5419         * gnus-util.el (gnus-completing-read-function): Exclude
5420         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5421         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5422         XEmacs.
5423
5424         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5425         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5426
5427         * gnus-html.el: Don't require help-fns under XEmacs.
5428         (gnus-html-schedule-image-fetching): Work for XEmacs.
5429
5430         * mm-decode.el (mm-shr): Decode contents by charset.
5431
5432 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5435         unknown.
5436
5437         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5438         (shr-get-image-data): Ensure against the cache file missing.
5439
5440         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5441         for data.
5442
5443         * spam-report.el (spam-report-url-ping-plain): Don't query about
5444         killing the process.
5445
5446         * shr.el (shr-render-td): Protect against too-wide text.
5447
5448 2010-10-04  Julien Danjou  <julien@danjou.info>
5449
5450         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5451         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5452
5453         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5454         retrieved.
5455
5456 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * shr.el (browse-url): Require.
5459         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5460         lines.
5461         (shr-show-alt-text, shr-browse-image): New commands.
5462         (shr-browse-url, shr-copy-url): New commands.
5463
5464         * gnus-sum.el (gnus-widen-article-window): New variable.
5465         (gnus-summary-select-article-buffer): Use it.
5466
5467         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5468         without @ signs.
5469
5470 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5471
5472         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5473
5474 2010-10-04  Julien Danjou  <julien@danjou.info>
5475
5476         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5477         for XEmacs.
5478
5479 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5482
5483         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5484         (nnimap-close-server): Implement.
5485
5486         * dgnushack.el (iswitchb): Require to shut up the compiler.
5487
5488         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5489         (shr-insert): Tweak line breaking.
5490         (shr-insert): Handle <pre> better.
5491         (shr-tag-li): Get <li> indentation right.
5492         (shr-tag-li): Get <li> indentation even righter.
5493         (shr-tag-blockquote): Ensure paragraph start.
5494         (shr-make-table): Tweak table generation.
5495         (shr-make-table): Fix typo.
5496
5497         * shr.el: Implement table rendering.
5498
5499 2010-10-04  Julien Danjou  <julien@danjou.info>
5500
5501         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5502
5503 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * shr.el (shr-insert): Use string anchors instead of line anchors.
5506
5507 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * shr.el: Add headings.
5510         (shr-ensure-paragraph): Actually work.
5511         (shr-tag-li): Make <ul> prettier.
5512         (shr-insert): Get white space at the beginning/end of elements right.
5513         (shr-tag-p): Collapse subsequent <p>s.
5514         (shr-ensure-paragraph): Don't insert double line feeds after blank
5515         lines.
5516         (shr-insert): \t is also space.
5517         (shr-tag-s): Fix "s" tag name function.
5518         (shr-tag-s): Fix face prop name.
5519
5520 2010-10-03  Julien Danjou  <julien@danjou.info>
5521
5522         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5523
5524         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5525         gnus-window-inside-pixel-edges.
5526
5527         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5528         gnus-ems.
5529
5530         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5531
5532         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5533         function.
5534
5535         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5536         resize choice.
5537
5538 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5541         beginning of the buffer.
5542
5543         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5544         article buffer again.
5545
5546         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5547
5548         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5549         when it's at the start of the buffer.
5550
5551         * shr.el (shr-tag-blockquote): Convert name.
5552         (shr-rescale-image): Use the right image-size variant.
5553
5554         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5555         buffer isn't shown, then select the current article first instead of
5556         bugging out.
5557         (gnus-summary-select-article-buffer): Show both the article and summary
5558         buffers again.
5559
5560         * shr.el (shr-fontize-cont): Protect against regions with no text.
5561         Rename tag functions to shr-tag-* for enhanced security.
5562         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5563
5564 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5565
5566         * shr.el (shr-insert):
5567         * pop3.el (pop3-movemail):
5568         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5569         loaded.
5570
5571 2010-10-03  Glenn Morris  <rgm@gnu.org>
5572
5573         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5574
5575         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5576
5577         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5578
5579         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5580
5581         * gnus-util.el (gnus-make-local-hook): Simplify.
5582
5583 2010-10-02  Julien Danjou  <julien@danjou.info>
5584
5585         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5586         (gnus-ido-completing-read): New function.
5587         (gnus-emacs-completing-read): New function.
5588         (gnus-completing-read): Use gnus-completing-read-function.
5589         Add gnus-completing-read-function.
5590
5591 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * shr.el (shr-insert-document): Autoload.
5594         (shr-img): Be silent.
5595         (shr-insert): Add a newline after every picture before text.
5596         (shr-add-font): Use overlays for combining faces.
5597         (shr-insert): Pass upwards the text start point.
5598
5599         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5600         possible.
5601         (mm-shr): New function.
5602
5603 2010-10-02  Julien Danjou  <julien@danjou.info>
5604
5605         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5606         should go backward.
5607
5608 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5609
5610         * shr.el (shr): Fix typo in provide call.
5611
5612 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * shr.el: New file.
5615
5616         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5617
5618         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5619         completing read.
5620
5621 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5624         we're being queried about.  Suggested by Dan Jacobson.
5625
5626         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5627         Suggested by Jason Eisner.
5628
5629         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5630         table, too.  Suggested by Stefan Wiens.
5631         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5632         the table unnecessary.  Suggested by Stefan Wiens.
5633
5634         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5635         longer needed, and probably doesn't work either, as pointed out by
5636         Stefan Wiens.
5637         (gnus-summary-exit): Remove call to the clearing function.
5638         (gnus-summary-exit-no-update): Ditto.
5639
5640         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5641         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5642         Reported by Stefan Monnier.
5643         (gnus-summary-save-in-rmail): Ditto.
5644
5645         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5646         article buffer, instead of both the article buffer and the summary
5647         buffer.  Sort of suggested by Dan Jacobson.
5648
5649         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5650
5651         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5652         Suggested by Dan Jacobson.
5653
5654         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5655         documentation clearer.
5656
5657         * message.el (message-shorten-references): Comment on the number "21".
5658         Suggested by Stefan Monnier.
5659
5660         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5661         Suggested by Dan Jacobson.
5662
5663         * gnus.el (gnus-large-newsgroup):
5664         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5665
5666         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5667         externalize attachments.  Bug reported by Steve Wen.
5668
5669         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5670         really message anything to the user.
5671
5672         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5673         directly.
5674
5675         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5676         messages in empty groups.
5677
5678 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5679
5680         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5681         non-UIDNEXT group.
5682
5683 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5686         not the value from the collection.
5687
5688         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5689         values.  This sometimes happens on some groups that have no info.
5690         (nnimap-request-newgroups): New function.
5691
5692 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5695         check into `gnus-registry-initialize'.
5696         (gnus-registry-initialize): Ditto.
5697         Fix and extend header docs.
5698
5699 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5702         regexp backtrace overflows.
5703
5704         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5705         for starttls that tls.el implements; i.e. openssl.
5706
5707         * tls.el (tls-starttls-switches): Give up on using starttls with
5708         gnutls-cli.
5709         (tls-program): Add --insecure to be consistent with the defaults from
5710         openssl s_client.  Now all three commands are insecure.
5711
5712 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * lpath.el: Bind completion-styles-alist for XEmacs.
5715
5716         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5717         (gravatar-create-image): New function that's an alias to
5718         gnus-xmas-create-image, gnus-create-image, or create-image.
5719         (gravatar-data->image): Use it.
5720
5721 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5724         install the nnregistry refer method.
5725         (gnus-registry-install-hooks): Use it.
5726         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5727         unfollowed groups.
5728
5729 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5730
5731         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5732         expanding threads.
5733
5734 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * nnir.el: Use the server names without suffixes (bug #7009).
5737
5738         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5739         unencrypted to STARTTLS, if possible.
5740
5741 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5742
5743         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5744         headers before superseding.
5745
5746 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * nnrss.el (nnrss-use-local): Add documentation.
5749
5750         * nnimap.el (nnimap-extend-tls-programs): New function.
5751         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5752         (nnimap-wait-for-connection): Accept the greeting from the stupid
5753         output from openssl s_client -starttls, too.
5754
5755         * tls.el (tls-starttls-switches): New variable.
5756         (tls-find-starttls-argument): Use it.
5757         (open-tls-stream): Ditto.
5758
5759         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5760         (netrc-machine): Ditto.
5761
5762         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5763         article number.
5764         (nnimap-split-fancy): New variable.
5765         (nnimap-split-incoming-mail): Use it.
5766
5767         * nntp.el (nntp-server-list-active-group): Document.
5768
5769         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5770         SELECT to get the message-id.
5771
5772         * mail-source.el (mail-sources): Remove webmail support.
5773         (defvar): Ditto.
5774         (mail-source-fetcher-alist): Ditto.
5775         (mail-source-fetch-webmail): Remove.
5776
5777         * webmail.el: Remove -- doesn't seem relevant any more.
5778
5779         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5780
5781         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5782         the \r.
5783
5784 2010-09-30  Julien Danjou  <julien@danjou.info>
5785
5786         * gnus-agent.el (gnus-agent-add-group): Fix call to
5787         gnus-completing-read.
5788
5789 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * nndoc.el (nndoc-retrieve-groups): New function.
5792
5793         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5794         `default', use nnmail-split-methods.
5795         (nnimap-request-article): Downcase the NILs so that they are nil.
5796
5797         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5798         symbol.
5799
5800         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5801         code, since if the user has requested network, that's what they ought
5802         to get.
5803         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5804         (nnimap-split-rule): Mark as obsolete.
5805
5806         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5807         New variable.
5808
5809         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5810         correct slot, too.
5811
5812 2010-09-29  Julien Danjou  <julien@danjou.info>
5813
5814         * gnus.el (gnus-local-domain): Declare variable obsolete.
5815
5816         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5817         Fix history computing.
5818         (gnus-ido-completing-read): Require ido.
5819
5820 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5823         build Gnus.
5824
5825         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5826         when interpreting the structures.
5827         (nnimap-request-accept-article): Add \r\n to the lines to make this
5828         work with Cyrus.
5829
5830         * nndraft.el (nndraft-request-expire-articles): Use the group name
5831         instead if "nndraft".  Fix found by Nils Ackermann.
5832
5833 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5834
5835         * nnregistry.el: Add.
5836
5837 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5838
5839         * nnmail.el (group, group-art-list, group-art):
5840         Remove unneeded directives.
5841
5842 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5845         (mm-mime-charset)
5846         * rfc2047.el (rfc2047-syntax-table)
5847         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5848
5849         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5850         rather than `insert-file-contents' and `eval-region'.
5851
5852         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5853         construction.
5854
5855         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5856
5857         * time-date.el: No need to require cl for Emacs 21.
5858
5859 2010-09-29  Julien Danjou  <julien@danjou.info>
5860
5861         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5862         replacement of `gnus-gravatar-relief' to mimic
5863         `gnus-faces-properties-alist'.
5864         Add :version property.
5865
5866 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * mail-source.el (mail-source-report-new-mail)
5869         * message.el (message-default-mail-headers)
5870         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5871
5872         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5873
5874 2010-09-28  Julien Danjou  <julien@danjou.info>
5875
5876         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5877         mail-address contains the same string as real-name.
5878
5879         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5880         non-blank in header, otherwise it'll get stripped.
5881
5882         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5883         real-name, and then for mail address rather than doing : or , search.
5884
5885 2010-09-27  Julien Danjou  <julien@danjou.info>
5886
5887         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5888         right completing-read function.
5889         (gnus-use-ido): New variable
5890         (gnus-completing-read-with-default): Remove.
5891         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5892         (gnus-agent-add-group):
5893         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5894         * mm-view.el (mm-view-pkcs7-decrypt):
5895         * mm-util.el (mm-codepage-setup):
5896         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5897         * mml-smime.el (mml-smime-openssl-sign-query):
5898         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5899         (mml-insert-multipart):
5900         * gnus-msg.el (gnus-summary-yank-message):
5901         * gnus-int.el (gnus-start-news-server):
5902         * mm-decode.el (mm-interactively-view-part):
5903         * gnus-dired.el (gnus-dired-attach):
5904         * gnus.el (gnus-read-method):
5905         * gnus-bookmark.el (gnus-bookmark-jump):
5906         * gnus-art.el (gnus-mime-view-part-as-type)
5907         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5908         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5909         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5910         * nnmairix.el (nnmairix-create-server-and-default-group)
5911         (nnmairix-update-groups, nnmairix-get-server)
5912         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5913         (nnmairix-get-group-from-file-path):
5914         * nnrss.el (nnrss-find-rss-via-syndic8):
5915         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5916         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5917         (gnus-group-browse-foreign-server):
5918         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5919         (gnus-summary-execute-command, gnus-summary-respool-article)
5920         (gnus-read-move-group-name):
5921         * gnus-score.el (gnus-summary-increase-score)
5922         (gnus-summary-score-effect):
5923         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5924
5925 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5928         x-focus-frame.
5929
5930         * nnimap.el (auth-source-forget-user-or-password)
5931         (auth-source-user-or-password): Autoload.
5932
5933         * message.el (message-from-style, message-interactive)
5934         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5935         (message-yank-prefix, message-indentation-spaces, message-signature)
5936         (message-signature-file): Add comment.
5937
5938 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5939
5940         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5941         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5942         new articles.
5943
5944         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5945         parts.
5946         (nnimap-request-article): Work with the t setting, too.
5947
5948         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5949         that you don't get flashes of other buffers.
5950         (gnus-summary-show-complete-article): Intern before setting.
5951
5952 2010-09-27  David Engster  <dengste@eml.cc>
5953
5954         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5955         well as HEADERS.
5956         (nnmairix-retrieve-headers): Provide new argument for the above.
5957
5958 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-sum.el (gnus-summary-move-article): Don't alter
5961         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5962         group.
5963
5964         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5965
5966         * message.el (message-cite-prefix-regexp): Revert my last edit.
5967
5968         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5969         variable instead of the Gnus variable.
5970
5971         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5972
5973         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5974
5975         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5976         since some servers don't like it.
5977         (nnimap-open-connection): Forget credentials if the server says the
5978         password was wrong.
5979         (nnimap-parse-line): Protect against invalid data.
5980
5981         * gnus-sum.el (gnus-summary-move-article): Add comment.
5982         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5983         nothing alters it while scanning for new messages.
5984
5985         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5986         which may or may not help.
5987         (nnimap-open-connection): If we're doing a stream connection, and then
5988         discover we're on a STARTTLS-capable server, then open a STARTTLS
5989         connection instead.
5990
5991 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * nnimap.el (utf7): Require.
5994
5995         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5996         prefix.
5997
5998 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5999
6000         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6001
6002 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * nnimap.el (nnimap-request-accept-article): Message the error on
6005         error.
6006
6007 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6010
6011 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * nndoc.el (nndoc-request-list): Return success always.
6014
6015         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6016         `fetch-old' -- we only want to fetch the articles we've requested.
6017         The rest are in the agent, probably.
6018         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6019         disappeared server" to something low.  It's not important.
6020
6021         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6022         arrived before the FETCH data.
6023
6024         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6025         target here, because we don't know the Gnus name of the group.
6026
6027         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6028         for the correct group.
6029
6030         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6031
6032         * gnus.el (gnus): Give a final warning after startup.
6033
6034         * gnus-util.el (gnus-action-message-log): New variable.
6035         (gnus-message): Use it.
6036         (gnus-final-warning): New function.
6037
6038         * nnimap.el (nnimap-open-connection): Record the greeting.
6039         (nnimap): Add greeting.
6040
6041 2010-09-26  Julien Danjou  <julien@danjou.info>
6042
6043         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6044         arguments.
6045         (gnus-html-wash-images): Fix spec computing to include start/end.
6046
6047         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6048
6049 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6052         deletion.
6053         (nnimap-retrieve-headers): Don't select the group, because that's
6054         already done by nnimap-possibly-change-group.
6055
6056         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6057         (gnus-picon-transform-address): Use it.
6058
6059         * mail-source.el (mail-source-value): Revert previous patch.
6060
6061         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6062         on failure.
6063         (nnimap-open-connection): Look up both virtual and physical server name
6064         credentials.
6065
6066         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6067
6068 2009-02-07  Dave Love  <fx@gnu.org>
6069
6070         * tls.el (open-tls-stream): Don't query killing process.
6071
6072 2009-02-08  Dave Love  <fx@gnu.org>
6073
6074         * gnus-win.el (gnus-window-to-buffer-helper)
6075         (gnus-all-windows-visible-p): Function needn't be a symbol.
6076
6077         * mail-source.el (mail-source-value): Function needn't be a symbol.
6078
6079 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * message.el (message-cite-prefix-regexp): Remove } from the cite
6082         prefix.
6083
6084         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6085         highlight again, so that the highlight is correct.
6086
6087         * gnus-picon.el (gnus-picon): Remove again.
6088         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6089
6090         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6091         doing the header highlightling, so that the background colour of the
6092         picon is correct.
6093
6094         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6095         (gnus-picon): Ditto.
6096         (gnus-picon): Reinstate.  The background colour for picons is white.
6097         (gnus-picon-insert-glyph): Make the background white.
6098
6099         * nnml.el (nnml-open-nov): Don't return dead buffers.
6100
6101         * auth-source.el (auth-source-create): Query the user for whether to
6102         store the credentials.
6103
6104         * netrc.el (netrc-store-data): New function.
6105
6106         * auth-source.el (auth-source-user-or-password): Use the existing auth
6107         sources, if any, for creation.
6108
6109         * gnus.el (gnus-group-fast-parameter): Return the last matching
6110         parameter instead of the first matching parameter.
6111
6112 2010-09-26  Julien Danjou  <julien@danjou.info>
6113
6114         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6115
6116 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * mml2015.el (mml2015-use): Remove gpg support.
6119
6120         * mml1991.el (mml1991-function-alist): Remove gpg function.
6121         (mml1991-gpg-sign): Remove.
6122
6123 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6124
6125         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6126         (gnus-browse-unsubscribe-current-group): Document it.
6127         (gnus-browse-unsubscribe-group): Use it.
6128
6129 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6132         address to the To list for easier response.
6133
6134         * gnus.el (gnus-play-startup-jingle): Remove.
6135         (gnus-splash): Don't play jingle.
6136         (gnus): Silence gnus-load message.
6137
6138         * gnus-art.el (gnus-treat-play-sounds): Remove.
6139
6140         * gnus.el (gnus-play-jingle): Remove audio support.
6141
6142         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6143
6144         * earcon.el: Remove -- no users.
6145
6146         * gnus-audio.el: Remove -- no users of this package.
6147
6148         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6149
6150         * gnus-start.el (gnus-setup-news): Remove nocem support.
6151
6152         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6153
6154         * gnus.el (gnus-use-nocem): Remove.
6155
6156         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6157         Remove.
6158
6159         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6160         uses NoCeM any more.
6161
6162         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6163         (gnus-button-ctan-handler): Ditto.
6164         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6165         (gnus-button-ctan-directory-regexp): Ditto.
6166         (gnus-button-handle-ctan): Ditto.
6167         (gnus-button-tex-level): Ditto.
6168         (gnus-button-alist): Remove CTAN stuff.
6169
6170 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6173         nnimap-streaming test.
6174
6175         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6176         servers twice.
6177
6178         * nnimap.el (nnimap-open-connection): Add more error reporting when
6179         nnimap fails early.
6180
6181         * nnheader.el (nnheader-get-report-string): New function.
6182         (nnheader-get-report): Use it.
6183
6184         * gnus-int.el (gnus-check-server): Say what the error was when opening
6185         failed.
6186
6187         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6188         using streaming.
6189
6190 2010-09-25  Julien Danjou  <julien@danjou.info>
6191
6192         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6193         gnus-window-inside-pixel-edges.
6194
6195 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6198
6199         * mm-decode.el (mm-save-part): Allow saving to other directories the
6200         normal Emacs way.
6201
6202         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6203         Suggested by Jay Berkenbilt.
6204
6205         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6206         there isn't a single byte.
6207
6208         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6209         just do it.  It doesn't really seem to matter what the user responds
6210         here, I think, so it's just a confusing question.
6211
6212         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6213         non-streaming case.
6214
6215         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6216         (gnus-article-encrypt-body): Use it.
6217
6218         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6219         keystroke.
6220
6221         * nnimap.el (nnimap-find-wanted-parts-1):
6222         Use gnus-fetch-partial-articles.
6223
6224         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6225
6226         * nnimap.el (nnimap-insert-partial-structure): New function.
6227         (nnimap-get-partial-article): New function.
6228         (nnimap-request-article): Use it.
6229         (nnimap-wait-for-response): Return whether the wait was successful.
6230         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6231         retrieval wasn't successful.
6232         (nnimap-retrieve-group-data-early): Allow throttling servers.
6233         (nnimap-streaming): New variable.
6234         (nnimap-fetch-partial-articles): Remove.
6235
6236         * mm-decode.el (mm-with-part): Protect against killed buffers.
6237
6238         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6239         for prettier summary display.
6240
6241 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6242
6243         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6244
6245 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6248         apparently third-party libraries depend on it.
6249
6250         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6251         before starting negotiation.
6252
6253         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6254         privacy reasons.
6255         (gnus-treat-mail-gravatar): Ditto.
6256
6257         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6258         buffer when inserting images.  Inserting text into the headers, for
6259         instance, can make them invalid.
6260
6261 2010-09-25  Julien Danjou  <julien@danjou.info>
6262
6263         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6264         variables.
6265
6266         * nnheader.el: Remove useless variables news-reply-yank-from and
6267         news-reply-yank-message-id.
6268
6269         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6270         variables.
6271
6272         * mml1991.el: Remove useless mml1991-verbose.
6273
6274         * gnus.el: Remove useless variable gnus-use-generic-from.
6275         Remove obsolete variable gnus-topic-indentation.
6276
6277         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6278
6279         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6280
6281         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6282
6283         * gnus-group.el: Remove useless gnus-group-icon-cache.
6284         Remove useless gnus-ephemeral-group-server.
6285
6286         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6287
6288         * mml2015.el: Remove useless mml2015-verbose.
6289
6290         * mml-smime.el: Remove useless mml-smime-verbose.
6291
6292         * gnus.el: Remove useless gnus-local-domain.
6293
6294         * gnus-gravatar.el (gnus-gravatar-transform-address):
6295         Use gnus-gravatar-size.
6296
6297         * gnus-art.el: Remove useless gnus-treat-translate.
6298
6299 2010-09-24  Julien Danjou  <julien@danjou.info>
6300
6301         * gnus-sum.el: Add support for Gravatars.
6302
6303         * gnus-art.el: Add support for Gravatars.
6304
6305         * gnus-gravatar.el: Add this file.
6306
6307         * gravatar.el: Add this file.
6308
6309 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6312
6313         * gnus-group.el (gnus-group-fetch-faq): Remove.
6314
6315         * gnus.el (gnus-group-faq-directory): Remove.
6316
6317         * gnus-group.el (gnus-group-fetch-charter): Remove.
6318
6319         * gnus.el (gnus-group-charter-alist): Remove.
6320
6321         * gnus-group.el (gnus-group-archive-directory): Remove.
6322         (gnus-group-recent-archive-directory): Ditto.
6323         (gnus-group-make-archive-group): Remove.
6324
6325         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6326
6327         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6328         use the same article number for all the cached articles.
6329
6330         * nnimap.el (nnimap-command): Register the last command time so
6331         that we can use it for idling NOOPs.
6332         (nnimap-open-connection): Start the keeplive timer.
6333         (nnimap-make-process-buffer): Store all the process buffers.
6334         (nnimap-keepalive): New function.
6335
6336         * starttls.el (starttls-open-stream): Add autoload cookie.
6337
6338 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6339
6340         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6341         handling.
6342
6343 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6346         its data structures.
6347
6348         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6349         instead of the cl.el copy-list.
6350         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6351         equalp.
6352
6353 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6356         and tool-bar-local-item-from-menu.
6357
6358         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6359         mode-line-highlight face for Emacs.
6360
6361         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6362         loading gnus-sum.elc; fix comment for canlock-verify.
6363         (gnus-article-jump-to-part): Use read-number.
6364         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6365         Remove Emacs pre-21 compatible code for help-echo.
6366         (gnus-article-next-page-1): No need to adjust the number of lines.
6367         (gnus-article-describe-bindings): Always use help-buffer.
6368
6369         * gnus-audio.el (gnus-audio-inline-sound)
6370         * gnus-cus.el (gnus-custom-mode)
6371         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6372
6373         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6374
6375         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6376         compatible code.
6377
6378 2010-09-24  Glenn Morris  <rgm@gnu.org>
6379
6380         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6381         visiting the fcc file in rmail-mode.
6382
6383         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6384
6385 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * nnir.el: Silence the byte compiler.
6388
6389         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6390         alias to browse-url-url-encode-chars if any.
6391         (gnus-html-encode-url): Use it.
6392
6393 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394
6395         * gnus-start.el (gnus-use-backend-marks): New variable.
6396         (gnus-get-unread-articles-in-group): Use it.
6397
6398         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6399         makeover.
6400
6401 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6402
6403         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6404
6405 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6408         Remove.
6409         (gnus-setup-news-hook):
6410         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6411
6412         * gnus-int.el (gnus-request-update-info): Protect against backends not
6413         having the function.
6414
6415         * nnimap.el (nnimap-stream): Mention starttls.
6416         (nnimap-open-connection): Add starttls support.
6417
6418 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6419
6420         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6421
6422 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6423
6424         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6425         BODYSTRUCTUREs.
6426         (nnimap-transform-headers): Unfold quoted {42} headers.
6427
6428         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6429         the info.
6430         (gnus-get-unread-articles): Only call updatep on backends that support
6431         it.
6432
6433         * nnweb.el (nnweb-request-update-info): NOOP.
6434
6435         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6436
6437         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6438         since it only deals with marks.
6439
6440         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6441         gnus-request-marks, and make a new gnus-request-update-info.
6442
6443         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6444         the active instead of the high number, which is usually too low.
6445
6446 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6447
6448         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6449         * encrypt.el: Remove.
6450
6451 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6454         server in symbolic form.
6455
6456         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6457
6458 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6461         (nnimap-update-info): Fix up code slightly.
6462
6463         * gnus-int.el (gnus-open-server): Add tracing for performance
6464         debugging.
6465
6466         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6467         (gnus-group-insert-group-line): Pass the real group name so that it
6468         gets the right data.
6469
6470         * gnus-start.el (gnus-get-unread-articles): Don't have
6471         `gnus-get-unread-articles-in-group' update info, since that can be
6472         really slow and doesn't seem to be needed?
6473
6474 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6475
6476         * time-date.el (date-to-time): Try using parse-time-string first before
6477         using the slower timezone-make-date-arpa-standard.
6478
6479 2010-09-22  Julien Danjou  <julien@danjou.info>
6480
6481         * gnus-group.el (gnus-group-insert-group-line):
6482         Call gnus-group-highlight-line.
6483         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6484         default hook list.
6485         (gnus-group-update-eval-form): Add new function.
6486         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6487         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6488
6489 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6492         immediate, then expire all articles.
6493         (nnimap-update-info): Fix off-by-one errors.
6494         (nnimap-flags-to-marks): Would return no marks lists for group with no
6495         flags.  Instead return the other data.
6496
6497 2010-09-22  Julien Danjou  <julien@danjou.info>
6498
6499         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6500         Only return an icon.
6501         (gnus-group-insert-group-line): Compute icon to return.
6502
6503         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6504         (gnus-html-image-fetched): Only cache if
6505         gnus-html-image-automatic-caching is set.
6506         (gnus-html-image-fetched): Check for errors.
6507
6508 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6511         once per method on `g'.  This ensures that backends like nnfolder don't
6512         open all their folders.
6513
6514         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6515         (nnimap-request-list): Nix out group in the correct buffer.
6516         (nnimap-parse-flags): Implement by using `read' instead of
6517         hand-parsing.
6518         (nnimap-flags-to-marks): Pass on permanent-flags.
6519         (nnimap-make-process-buffer): Record the server name.
6520         (nnimap-parse-flags): Fix typo.
6521         (nnimap-request-scan): Run split on the server in general, not just a
6522         single group.
6523
6524         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6525         parameter, and propagate this downwards.
6526
6527         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6528         since EXAMINE changes it on the server.
6529
6530         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6531         this command might take a while.
6532
6533 2010-09-22  Julien Danjou  <julien@danjou.info>
6534
6535         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6536         harmful if you have 2 images side-by-side, they can't be properly
6537         update on text deletion.  Using text-property is safer here.
6538         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6539         data.
6540
6541 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * nnimap.el (nnimap-expunge-inbox): Remove.
6544         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6545         (nnimap-expunge): Flip default to t.
6546
6547         * gnus.el (gnus-method-to-server): Don't push things to the cache
6548         unless it's unique.
6549         (gnus-server-to-method): Ditto.
6550
6551 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6552
6553         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6554
6555 2010-09-22  Julien Danjou  <julien@danjou.info>
6556
6557         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6558         get the start of data.
6559         (gnus-html-encode-url): Add this function to encode special chars in
6560         URL.
6561         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6562         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6563
6564         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6565         default.
6566         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6567
6568         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6569         images alt-text.
6570         (gnus-html-put-image): Put alt-text as help-echo.
6571
6572 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6575         * mm-util.el (mm-decompress-buffer)
6576         * nnir.el (nnir-run-find-grep)
6577         * pop3.el (pop3-list): Use 3rd arg of split-string.
6578
6579         * time-date.el (format-seconds): Comment fix.
6580
6581         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6582         and byte-optimize-form-code-walker.
6583         (dgnushack-make-auto-load): Don't advise make-autoload.
6584
6585         * lpath.el: Remove Emacs 21 stuff.
6586
6587 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6590         outside the active range.  Suggested by Dan Christensen.
6591
6592         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6593         slightly later to avoid double-getting it.
6594
6595         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6596         previous patch.
6597
6598         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6599
6600 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6601
6602         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6603
6604 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-int.el (gnus-open-server): Give a better error message in the
6607         "go offline" case.
6608
6609         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6610         marks for nnimap, which is seldom the right thing to do.
6611
6612         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6613         (gnus-same-method-different-name): New function.
6614
6615         * nnimap.el (parse-time): Require.
6616
6617         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6618         method in the presence of many similar methods.
6619
6620         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6621
6622         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6623         nnml-inhibit-expiry.
6624
6625         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6626         find out whether methods are equal.
6627
6628         * nnimap.el (nnimap-find-expired-articles): New function.
6629         (nnimap-process-expiry-targets): New function.
6630         (nnimap-request-move-article): Request the article before looking at
6631         what the Message-ID is.  Fix found by Andrew Cohen.
6632         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6633
6634         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6635         for oldness in addition to being a predicate.
6636
6637         * nnimap.el (nnimap-request-group): When we have zero articles, return
6638         the right data to Gnus.
6639         (nnimap-request-expire-articles): Only delete articles immediately if
6640         the target is 'delete.
6641
6642         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6643         method, this would bug out.
6644
6645         * gnus-group.el (gnus-group-expunge-group): Rename from
6646         gnus-group-nnimap-expunge, and implemented as a normal interface
6647         function.
6648
6649         * gnus-int.el (gnus-request-expunge-group): New function.
6650
6651         * nnimap.el (nnimap-request-create-group): Implement.
6652         (nnimap-request-expunge-group): New function.
6653
6654 2010-09-21  Julien Danjou  <julien@danjou.info>
6655
6656         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6657         (gnus-html-cache-expired): Add new function.
6658         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6659         wethever we should display image for fetch it.
6660         Compute alt-text earlier to pass it to the fetching function too.
6661         (gnus-html-schedule-image-fetching): Change function argument to only
6662         get one image at a time, not a list.
6663         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6664         cache.
6665         (gnus-html-get-image-data): New function to retrieve image data from
6666         cache.
6667         (gnus-html-put-image): Change buffer argument to use image data rather
6668         than file, and place image above region rather than inserting a new
6669         one.  Do not take alt-text as argument, since it's useless now: we place
6670         the image above alt-text.
6671         (gnus-html-prune-cache): Remove.
6672         (gnus-html-show-images): Start to fetch image when we find one, do not
6673         push into a temporary list.
6674         (gnus-html-prefetch-images): Only fetch image if they have expired.
6675         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6676         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6677
6678 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6681
6682 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6685         spec inser "*" if the group isn't active instead of 0.
6686
6687         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6688         opening the server.
6689         (nnimap-request-delete-group): Implement group deletion.
6690         (nnimap-transform-headers): Return the size of the entire message in
6691         the Bytes header, not just the size of the first part.
6692         (nnimap-request-move-article): When moving an article from nnimap,
6693         request the article first so the accepting form has an article to
6694         accept.  Reported by Dan Christensen.
6695         (nnimap-command): Make sure that the error message doesn't error out.
6696
6697 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6698
6699         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6700         we haven't requested anything.
6701
6702 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6705         "".  Fix found by Andrew Cohen.
6706
6707         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6708         instead of -encode-string.
6709
6710 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6713
6714         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6715         by mm-subst-char-in-string.
6716
6717 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6720         waiting for the connection string.
6721
6722         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6723         arriving.
6724
6725         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6726         bogus characters.  This allows selecting certain Gmail groups.
6727
6728         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6729         (nnimap-fetch-partial-articles): New variable.
6730         (nnimap-open-connection): When looking for credentials, also use the
6731         nnimap-server-port.
6732         (nnimap-request-article): Return the group/article number, so that Gnus
6733         `^' works as expected.
6734         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6735
6736         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6737         comments.
6738         (gnus-methods-sloppily-equal): New function.
6739         (gnus): When using the development version of Gnus, load the gnus-load
6740         file.
6741
6742         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6743         `gnus-open-server' on each method before trying to scan them etc.
6744         This ensures that all the backend parameters are set correctly.
6745
6746         * nnimap.el (nnimap-authenticator): New variable.
6747         (nnimap-open-connection): Allow anonymous login.
6748         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6749         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6750
6751         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6752         patch, found by Knut Anders Hatlen.
6753
6754 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6755
6756         * gnus-agent.el (gnus-agent-batch-confirmation)
6757         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6758         to gnus-message.
6759         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6760         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6761         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6762         * gnus-int.el (gnus-open-server): Likewise.
6763         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6764         (gnus-score-check-syntax): Likewise.
6765         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6766         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6767         Likewise.
6768         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6769
6770 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6773         calling conventions so that prefetch doesn't bug out.
6774
6775 2010-09-19  Julien Danjou  <julien@danjou.info>
6776
6777         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6778         rather than `subst-char-in-region' in order to be able to replace ASCII
6779         char by UTF-8 ones.
6780
6781         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6782         than curl.
6783         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6784         the right URL and ALT text on images.
6785         (gnus-html-wash-tags): Fix tag case.
6786         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6787         (gnus-article-html): Add -o display_ins_del=2 option.
6788         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6789
6790 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6793         the extra mail headers, which sometimes seem to happen for unknown
6794         reasons.
6795
6796         * mail-parse.el (mail-header-encode-parameter): Define as
6797         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6798         (or most, perhaps?) mail readers don't understand the latter, but do
6799         understand the former.
6800
6801         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6802         to nil, so that no methods are automatically agentized.  I think this
6803         is probably what most users want.
6804
6805         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6806         from url-retrieve, for instance about invalid URLs.
6807
6808         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6809         groups that have no articles.
6810         (nnimap-request-article): Check that we really got an article when we
6811         requested one.
6812
6813         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6814         doesn't exist.
6815
6816         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6817         nntp buffer so the agent can save it.
6818         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6819         that CRLF doesn't get translated to \n.
6820         (nnimap-open-connection): Don't make 'shell commands only send \n.
6821
6822 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6823
6824         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6825         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6826         Update var name.
6827         (nnml-generate-nov-file): Use dolist.
6828         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6829         Use with-current-buffer.
6830
6831 2010-09-18  Julien Danjou  <julien@danjou.info>
6832
6833         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6834         parallel.
6835
6836 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837
6838         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6839         the range update right.
6840         (nnimap-request-group): Don't make `M-g' bug out on group with no
6841         marks.
6842         (nnoo): Require, so that other packages can require nnimap.
6843         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6844         command we're looking for.  This helps when the server sends more
6845         responses after we've gotten everything we expected.
6846         (nnimap): Add a `newlinep' field to keep track of end-of-line
6847         conventions.
6848         Don't send CRLF to things that don't want it.
6849         (nnimap-request-accept-article): Ditto.
6850
6851 2010-09-18  Julien Danjou  <julien@danjou.info>
6852
6853         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6854         than curl to retrieve images.
6855
6856 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857
6858         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6859         the marks.
6860         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6861         (nnimap-wait-for-connection): New function.
6862         (nnimap-open-connection): If we have PREAUTH, don't query for login
6863         credentials.
6864         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6865         when doing a partial update.
6866
6867 2010-09-18  Julien Danjou  <julien@danjou.info>
6868
6869         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6870         tags.
6871
6872 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * nnimap.el (nnimap-credentials): New function.
6875         (nnimap-open-connection): Use the new function to look for credentials
6876         also on the numeric equivalents of "imap" and "imaps".
6877
6878         * gnus-start.el (gnus-activate-group): Send the info to
6879         gnus-request-group.
6880
6881         * nnimap.el (nnimap-request-group): Have the "check" version of the
6882         function parse flags and update the info, so that a `M-g' get a total
6883         resync of all flags from the group.
6884
6885         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6886         to allow backends to alter the info on group selection.  Also alter all
6887         the backend -request-group functions to take the parameter.
6888
6889         * nnimap.el (nnimap-store-info): New function.
6890         (nnimap-update-info): Store the info for later usage.
6891         (nnimap-request-group): Use the stored info for the dont-check case, so
6892         that we don't retrieve all marks when we enter a group.
6893
6894         * nnimap.el: Use deffoo instead of defun for interface functions.
6895
6896         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6897         update the group info.  This makes the nndraft groups, for instance, go
6898         back to their old behaviour.
6899
6900         * gnus-sum.el (gnus-select-newsgroup): Indent.
6901
6902         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6903         in.
6904         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6905         nothing.
6906
6907         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6908         from methods that are denied.
6909
6910         * gnus-int.el (gnus-method-denied-p): New function.
6911
6912         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6913         store the password instead of netrc.
6914         (nnimap-open-connection): Don't error out when we can't make a
6915         connections.
6916
6917         * auth-source.el (auth-source-create): In the password prompt, say what
6918         we're querying for.  Also prompt for user name if that hasn't been
6919         given.
6920
6921         * nnimap.el (nnimap-with-process-buffer): Remove.
6922
6923 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6924
6925         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6926         method when we're reading from the agent.
6927
6928         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6929
6930         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6931         that's probably most useful for users.
6932
6933         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6934         "failed" all the time.
6935
6936         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6937         ...)) with (with-current-buffer ... ).
6938
6939         * nntp.el (nntp-open-server): Return whether the open was successful or
6940         not.
6941
6942         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6943         select an unread unseen article first.
6944
6945         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6946         /etc/services, supply some sensible port defaults.
6947
6948         * dgnushack.el: Define netrc-credentials.
6949
6950 2010-09-17  Julien Danjou  <julien@danjou.info>
6951
6952         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6953
6954 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6955
6956         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6957         doesn't have any parameters.
6958
6959 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6962         only upcased checks.
6963
6964         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6965
6966         * nnimap.el (nnimap-open-shell-stream): New function.
6967         (nnimap-open-connection): Use it.
6968         (nnimap-transform-headers): Get the number of lines in each message.
6969         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6970         number of lines.
6971         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6972         problem.
6973
6974         * utf7.el (utf7-encode): Autoload.
6975
6976         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6977         to allow the mail splitting to not return a default group.  This is
6978         useful for nnimap, which will leave unmatched mail in the inbox.
6979
6980         * nnimap.el: Rewritten.
6981
6982         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6983         nnimap usage.
6984
6985         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6986         if the move is internal, so that nnimap can do fast internal moves.
6987
6988         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6989         data.
6990         (gnus-read-active-for-groups): Support finishing the early retrieval of
6991         data.
6992
6993         * gnus-range.el (gnus-range-nconcat): New function.
6994
6995         * gnus-int.el (gnus-finish-retrieve-group-infos)
6996         (gnus-retrieve-group-data-early): New functions.
6997
6998 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6999
7000         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7001         (nnrss-retrieve-groups):
7002         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7003         (pop3-quit): Use with-current-buffer.
7004
7005 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7008         instead of nnheader-accept-process-output.
7009
7010         * dgnushack.el (dgnushack-compile): Add comment.
7011
7012         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7013
7014         * gnus-html.el (gnus-html-schedule-image-fetching)
7015         (gnus-html-prefetch-images): Replace process-kill-without-query by
7016         gnus-set-process-query-on-exit-flag.
7017
7018 2010-09-16  Romain Francoise  <romain@orebokech.com>
7019
7020         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7021
7022 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7025         parameter to unintern is mandatory-ish in Emacs 24.
7026
7027         * gnus-html.el (gnus-html-schedule-image-fetching)
7028         (gnus-html-prefetch-images): Check for curl before using it.
7029
7030         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7031         depend on curl, which isn't essential.
7032
7033         * imap.el: Revert back to version
7034         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7035         seem problematic.
7036
7037 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7038
7039         * gnus-registry.el (gnus-registry-install-shortcuts):
7040         Explicitly pass `obarray' to `unintern' to avoid a warning.
7041
7042 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7045         change.
7046
7047         * nnrss.el (nnrss-request-list): Remove this function and related
7048         functions, including the moreover stuff.
7049
7050 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * nnrss.el (nnrss-retrieve-groups): New function.
7053
7054 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7055
7056         * .dir-locals.el: Add no-byte-compile cookie.
7057
7058 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * time-date.el (format-seconds): Comment fix.
7061
7062         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7063         for back end that doesn't support request-scan.
7064
7065 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7068         then do request scans from the backends.
7069
7070         * netrc.el (netrc-credentials): New conveniency function.
7071
7072         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7073         avoid running a hook per line, since this takes a lot of time,
7074         profiling shows.
7075         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7076         directly if gnus-visual-p is true.
7077
7078 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7081         groups; replace mapcar with dolist which is a bit faster; pass groups
7082         info to gnus-read-active-file-1.
7083         (gnus-read-active-file-1): Scan only specified groups if the new
7084         optional arg `infos' is given.
7085
7086 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7089
7090         * pop3.el (pop3-movemail): Remove.
7091         (pop3-streaming-movemail): Rename to pop3-movemail.
7092
7093         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7094         don't restrict end-tag searches to the end of the line.
7095
7096 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7099         articles of every unchecked group to t, which means unknown since the
7100         server has never been opened.
7101
7102 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-html.el (gnus-html-show-alt-text): New command.
7105         (gnus-html-browse-image): Ditto.
7106         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7107         to browse the image directly.
7108         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7109         better.
7110
7111         * gnus-async.el (gnus-async-article-callback):
7112         Call `gnus-html-prefetch-images' unconditionally.
7113
7114         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7115         before feeding URLs to curl.
7116
7117 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7120         internal images as deletable by `W D D'.
7121
7122         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7123         (gnus-async-article-callback): Fix typo.
7124
7125 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7128         current line to work around bugs in the output from w3m.
7129
7130         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7131         for groups that want that.
7132
7133         * nntp.el (nntp-wait-for-string): Supply a timeout for
7134         accept-process-output to ensure progress.
7135
7136         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7137         level to get unread articles from, then use that for foreign groups,
7138         too.
7139
7140         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7141         confuses the rest of the function.
7142
7143         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7144         for the methods that support -retrieve-groups, too.
7145
7146         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7147
7148 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7151         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7152
7153         * pop3.el: Require cl when compiling.
7154         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7155
7156 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7159         that aren't going to be activated.
7160         (gnus-get-unread-articles): Fix up the last commit.
7161
7162         * gnus-html.el (gnus-article-html): Allow calling without specifying
7163         the handle.  In that case, dissect the buffer first.
7164
7165         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7166
7167         * nnimap.el (nnimap-open-connection): Revert the change that would look
7168         into authinfo for imaps instead of imap.
7169
7170         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7171         say that you don't want to call gnus-request-group with don-check, but
7172         do check the reponse.  This is for virtual groups only.
7173         (gnus-get-unread-articles): Count the archive groups as secondary, so
7174         that they're activated the same way as before.
7175
7176         * imap.el (imap-message-map): Removed optional buffer parameter, since
7177         no callers use it.
7178         (imap-message-get): Ditto.
7179         (imap-message-put): Ditto.
7180         (imap-mailbox-map): Ditto.
7181         (imap-mailbox-put): Ditto.
7182         (imap-mailbox-get): Ditto.
7183         (imap-mailbox-get): Revert last change for this function.
7184
7185         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7186         case-insensitively.
7187         (nnimap-debug): Remove.
7188
7189         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7190         callers to use `imap-fetch' instead.  According to the comments, this
7191         should be safe, since all other IMAP clients use the 1:* syntax.
7192         (imap-enable-exchange-bug-workaround): Remove.
7193         (imap-debug): Remove -- doesn't seem very useful.
7194
7195         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7196         mail from a file, and the file doesn't exist.
7197
7198         * imap.el (imap-log): New convenience function used throughout instead
7199         of repeating the same code all over the place.
7200
7201         * pop3.el (pop3-streaming-movemail): Return t for success.
7202
7203         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7204         .authinfo if we're using ssl connection.
7205
7206         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7207         already have if we're in a main Gnus `g' run.
7208
7209         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7210
7211 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7214
7215         * nnmh.el (nnmh-request-list-1): Bind `file'.
7216
7217         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7218         alias to set-process-query-on-exit-flag or process-kill-without-query.
7219         (pop3-open-server): Use it.
7220
7221 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7224         box to the Incoming file.  Fixes mistake in previous checkin.
7225
7226         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7227         request loop (for debugging purposes) removed.
7228
7229         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7230         culprit is more visible.
7231         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7232         (nnml-add-incremental-nov): New functions to do "incremental" nov
7233         updates, where we just append to the end of the existing nov files
7234         without reading/writing them in full.
7235
7236         * mail-source.el (mail-source-delete-crash-box): Really only check the
7237         incoming files once in a while.
7238
7239         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7240
7241         * mail-source.el (mail-source-delete-crash-box): Only check the
7242         incoming files for deletion once per day to save a lot of file
7243         accesses.
7244
7245         * pop3.el (pop3-logon): Fix up unbound variable typo.
7246
7247         * mail-source.el (pop3-streaming-movemail): Autoload.
7248
7249         * pop3.el (pop3-streaming-movemail):
7250         Respect pop3-leave-mail-on-server.
7251
7252         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7253         retrieval.
7254
7255         * pop3.el (pop3-process-filter): Remove unused function.
7256         (pop3-streaming-movemail, pop3-send-streaming-command)
7257         (pop3-wait-for-messages, pop3-write-to-file)
7258         (pop3-number-of-responses): New functions for streaming pop3
7259         retrieval.
7260
7261         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7262         come from no known methods.
7263         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7264         list.
7265
7266         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7267         message sizes.
7268         (pop3-movemail): Use erase-buffer instead of looping and deleting
7269         regions, which seems rather odd.
7270
7271         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7272         file once per `g' run.
7273
7274         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7275         directories.  This makes the draft queue directory work.
7276
7277         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7278         data from the backends, so that we only request the list of groups from
7279         each method once.  This should speed things up considerably.
7280
7281         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7282         detect that it's not implemented.
7283
7284         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7285         we actually do recurse down into the tree, but don't stat all leaf
7286         nodes.
7287
7288         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7289         then say so instead of bugging out.
7290
7291         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7292         files exist before trying to read them.
7293
7294         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7295         around <pre_int>.
7296
7297         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7298
7299         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7300
7301 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * mm-util.el (mm-image-load-path): Just return the image directories,
7304         not all directories in the path in addition to the image directories.
7305         (mm-image-load-path): Maintain a cache of the image directories so that
7306         the `g' command in Gnus doesn't have to stat dozens of directories each
7307         time.
7308
7309         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7310         (gnus-html-wash-tags): Add a new `i' command to insert images.
7311         (gnus-html-insert-image): New command and keystroke.
7312         (gnus-html-redisplay-with-images): New command and keystroke.
7313         (gnus-html-show-images): Rename command.
7314         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7315         spacers.
7316         (gnus-html-wash-tags): Decode entities at the end, so that entities
7317         inside the tags don't mess up the rest of the "parsing".
7318
7319         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7320         so that nnimap methods aren't agentized by default.  There's apparently
7321         many problems related to agent/imap behaviour.
7322
7323         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7324
7325         * gnus-html.el: Doc fix.
7326
7327 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7330         specifier-spec-list for Emacs 21.
7331
7332         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7333         glyph-width and glyph-height instead of display-graphic-p and
7334         image-size; make avoidance of displaying small images work for XEmacs.
7335
7336         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7337         for XEmacs.
7338
7339         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7340         of symbol that holds plist data.
7341         (gnus-process-plist): Remove plist of process after getting it.
7342
7343 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * message.el (message-generate-hashcash): Change default to
7346         'opportunistic if hashcash is installed.
7347
7348         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7349         (gnus-html-put-image): Only call image-size once, since it's somewhat
7350         time-consuming on remote X servers.
7351
7352 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7355         type on data, not a file name.
7356
7357         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7358         window-pixel-edges for Emacs 21.
7359
7360         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7361         decoded contents.
7362         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7363
7364 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7367         group line format, since it isn't very interesting.
7368
7369         * gnus-agent.el (gnus-agent-short-article),
7370         (gnus-agent-long-article): Increase values for these two variables,
7371         since most people are likely to have more network connection and
7372         storage than before.
7373
7374         * gnus.el (gnus-refer-article-method): Change default to 'current.
7375         When referring an article, the common behaviour is to refer it from the
7376         current select method, not the native select method.  The chances of
7377         the native select method having the message in question is rather slim
7378         these days.
7379
7380         * gnus-sum.el (gnus-auto-select-subject): Change default to
7381         `unseen-or-unread'.  I think it's likely that most people want to
7382         select an unseen article over a previously seen, but unread one.
7383
7384         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7385         means that in the article buffer none of the minor mode elements will
7386         be shown, usually, and this is not desirable in most cases.
7387
7388         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7389         that commands like `d' (and the like) go to the next line in the
7390         buffer, instead of the next unread article.  I think this is the
7391         behaviour that is most natural for most users.
7392         (gnus-single-article-buffer): Change default to nil, so that people can
7393         have as many article buffers open as they have summary buffer.  I think
7394         this is the most natural way for the groups to behave.
7395
7396         * message.el (message-generate-new-buffers): Change default to
7397         `unsent', so that all new message buffers start their names with the
7398         string "*unsent", and it's easier to find the buffers if you move from
7399         them.
7400
7401 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7404         small.  They're probably tracking images.
7405         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7406         (gnus-html-rescale-image): Yet another try at getting the image sizing
7407         right.
7408
7409         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7410         nntp-marks-file-name is nil.
7411
7412 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7413
7414         * gnus-html.el (gnus-html-wash-tags)
7415         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7416         Better logging.
7417
7418 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7421
7422         * gnus-html.el (gnus-html-wash-tags): Check the value of
7423         gnus-blocked-images in the summary buffer.
7424
7425 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7428
7429 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7432         like "a", it seems like.
7433         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7434         since it needs to be picked from the correct buffer.
7435
7436         * nnwfm.el: Remove.
7437
7438         * nnlistserv.el: Remove.
7439
7440 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7443         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7444
7445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * nnkiboze.el: Remove.
7448
7449         * nndb.el: Remove.
7450
7451         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7452         alt text.
7453         (gnus-html-rescale-image): Try to get the rescaling logic right for
7454         images that are just wide and not tall.
7455
7456         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7457         overshadow variable bindings.
7458
7459 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * gnus-html.el (gnus-html-wash-tags)
7462         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7463         Add extra logging.
7464
7465 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7468         (gnus-max-image-proportion): New variable.
7469         (gnus-html-rescale-image): New function.
7470         (gnus-html-put-image): Rescale images.
7471
7472 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7473
7474         Fix up some byte-compiler warnings.
7475         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7476         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7477         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7478         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7479         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7480         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7481         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7482
7483 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-html.el (gnus-article-html): Decode contents by charset.
7486
7487 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7490         (gnus-html-frame-width, gnus-blocked-images)
7491         * message.el (message-prune-recipient-rules): Add custom version.
7492         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7493
7494         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7495         functions.
7496
7497         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7498         gnus-process-get.
7499
7500 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7501
7502         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7503         instead of lsub directly.
7504
7505 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * nnwarchive.el: Remove.
7508
7509         * gnus-soup.el: Remove.
7510
7511         * nnsoup.el: Remove.
7512
7513         * nnultimate.el: Remove.
7514
7515         * gnus-html.el (gnus-blocked-images): New variable.
7516
7517         * message.el (message-prune-recipients): New function.
7518         (message-prune-recipient-rules): New variable.
7519
7520         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7521         guess whether a long line is natural text or not.
7522
7523         * gnus-html.el (gnus-html-schedule-image-fetching):
7524         Use gnus-process-plist and friends for compatibility.
7525
7526 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7527
7528         * gnus-html.el: Require packages that define macros used in this file.
7529         (gnus-article-mouse-face): Declare to silence byte-compiler.
7530         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7531         process-get.
7532         (gnus-html-put-image): Use plist-get to avoid getf.
7533         (gnus-html-prefetch-images): Use with-current-buffer.
7534
7535 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-ems.el: Provide compatibility functions for
7538         gnus-set-process-plist.
7539
7540         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7541         header-line-format for XEmacs 21.4.
7542
7543         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7544         * gnus.el (gnus-valid-select-methods)
7545         * message.el (message-send-mail-partially-limit)
7546         * mm-decode.el (mm-text-html-renderer)
7547         * mml.el (mml-insert-mime-headers-always)
7548         * smiley.el (smiley-regexp-alist): Bump custom version.
7549
7550 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * gnus-html.el: require mm-url.
7553         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7554         with the url to `url'.
7555         (gnus-html-wash-tags): Support cid: URLs/images.
7556
7557 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7560         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7561         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7562
7563         * gnus-move.el: Remove file, since it doesn't really work.
7564
7565         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7566         UTF-8.  This seems to fix problems with some German web feeds.
7567
7568         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7569         at the top so that the proper colours are applied.
7570
7571         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7572         don't have dots in their names.
7573
7574         * gnus-art.el (gnus-article-view-part): Doc fix.
7575
7576         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7577         XEmacs-compatible.
7578         (gnus-html-put-image): Don't do images on non-graphic displays.
7579
7580         * nnslashdot.el: Remove this unused backend.
7581
7582         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7583         actions.
7584         (gnus-undo-register-1): Revert last change.
7585
7586         * gnus-group.el (gnus-group-completing-read): Protect against not
7587         having completion-styles bound.
7588
7589         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7590         make broken recipients happier.
7591
7592         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7593
7594         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7595         point parameter.
7596
7597         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7598
7599         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7600         completion-styles for group selection.
7601
7602 2009-02-04  Andreas Schwab  <schwab@suse.de>
7603
7604         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7605         headers and regexp-quote the match if necessary.
7606
7607 2009-03-24  Miles Bader  <miles@gnu.org>
7608
7609         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7610         the blinking smiley.
7611
7612 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7613
7614         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7615         blink smiley.
7616
7617 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618
7619         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7620         where the dribbel file lives exists.
7621
7622         * message.el (message-send-mail-partially-limit): Change the default to
7623         nil, since most people don't want this.
7624
7625         * mm-url.el (mm-url-decode-entities): Also decode entities like
7626         &#x3212.
7627
7628 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7629
7630         * gnus-sum.el (gnus-summary-idna-message):
7631         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7632         Hyperlink urls in docstrings with URL `...'.
7633
7634 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7635
7636         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7637         functions.
7638
7639 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7642         say what the mouseover text should be.
7643
7644         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7645         version of the mm-w3m-safe-url-regexp variable to only download images
7646         in the groups where we want that to happen.
7647
7648         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7649
7650         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7651         easier debugging.
7652         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7653         big pictures in the article buffer.
7654
7655         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7656         gnus-article-html.
7657         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7658         w3m.
7659
7660         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7661
7662 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7665         which doesn't exist.
7666
7667         * message.el (message-inhibit-ecomplete): New variable to allow some
7668         function to inhibit ecomplete address storage.
7669         (message-resend): Disable ecomplete message storage when resending
7670         messages.
7671
7672         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7673
7674 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7677         Save excursion while copying, moving, and deleting articles in order to
7678         prevent the cursor from jumping to unforeseen place.
7679
7680 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * lpath.el: No need to bind bookmark-current-buffer,
7683         bookmark-yank-point and bookmark-make-record-function.
7684
7685 2010-08-17  Glenn Morris  <rgm@gnu.org>
7686
7687         * gnus-sync.el: Require gnus components whose functions are used.
7688
7689         * gnus-art.el (bookmark-make-record-function):
7690         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7691         Declare for compiler.
7692
7693         * mm-url.el (mml-compute-boundary): Autoload.
7694
7695 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7698
7699 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7700
7701         Typo fix "hoo4a" -> "hook".
7702
7703         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7704
7705 2010-08-14  Glenn Morris  <rgm@gnu.org>
7706
7707         * gnus-sync.el (gnus-sync): Fix defgroup version.
7708
7709 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7710
7711         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7712
7713         * gnus-sync.el: Fix docs.
7714         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7715         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7716
7717 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         Optimizations for gnus-sync.el.
7720
7721         * gnus-sync.el: Add docs about gnus-sync-backend
7722         possibilities.
7723         (gnus-sync-save): Remove unnecessary message.
7724         (gnus-sync-read): Optimize and show what groups were skipped.
7725
7726 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7727
7728         Minor bug fixes for gnus-sync.el.
7729
7730         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7731         Don't read the sync on get-new-news.
7732
7733         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7734         quiet.
7735
7736         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7737         (fix typo).
7738
7739 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7740
7741         Make saving and restoring of hidden threads work with overlays.
7742         Patch applied by Ted Zlatanov.
7743
7744         * gnus-sum.el (gnus-hidden-threads-configuration)
7745         (gnus-restore-hidden-threads-configuration): Update to deal with text
7746         properties, rather than searching for a magic character.
7747
7748 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7749
7750         New gnus-sync.el library for synchronization of marks.
7751
7752         * gnus-sync.el: New library for synchronization of marks.
7753
7754         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7755         renamed from `gnus-registry-grep-in-list'.
7756
7757         * gnus-registry.el (gnus-registry-follow-group-p):
7758         Use `gnus-grep-in-list'.
7759
7760         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7761
7762 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7765         determining charset of text fails.
7766
7767 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * nnmail.el (nnmail-get-new-mail-1): Revert.
7770
7771         * nnml.el (nnml-active-number): Make sure names of newly created groups
7772         in nnml-group-alist are encoded.
7773
7774 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7777         containing non-ASCII characters in active file for nnml back end.
7778
7779 2010-07-24  David Engster  <dengste@eml.cc>
7780
7781         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7782         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7783
7784 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7785
7786         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7787         tag (Bug#6654).
7788
7789 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7792         the article buffer, not the summary buffer.
7793
7794 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7797         Emacs 23 as well.
7798
7799 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7802         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7803
7804 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7805
7806         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7807         Patch applied by Karl Fogel.
7808
7809         * gnus-sum.el (gnus-summary-bookmark-make-record):
7810         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7811
7812 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7813
7814         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7815         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7816         C-w still not working correctly from Article buffers; Thierry's
7817         patch to fix that will be applied after this.
7818
7819         * gnus-art.el (bookmark-make-record-function): New local variable.
7820
7821         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7822         article buffer.
7823         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7824
7825 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7826
7827         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7828         on changes in bookmark.el.
7829
7830 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7833         `no-log' instead of message not to log prompt string.
7834
7835 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7836
7837         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7838         the *other* type of HTML form submission.
7839
7840 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7841
7842         * auth-source.el (auth-source-pick): If choice does not contain a
7843         questioned keyword, set the check to t.
7844
7845 2010-06-12  Romain Francoise  <romain@orebokech.com>
7846
7847         * gnus-util.el (gnus-date-get-time): Move up before first use.
7848
7849 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7852         (gnus-article-edit-part): Bind it to make last part that is substituted
7853         or deleted visible.
7854         (gnus-mime-display-single): Buttonize part of which id equals to
7855         gnus-mime-buttonized-part-id.
7856
7857 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7858
7859         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7860         (gnus-dd-mmm): Use gnus-date-get-time.
7861         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7862         simplify logic.
7863         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7864         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7865
7866 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7867
7868         * auth-source.el (top): Autoload `secrets-list-collections',
7869         `secrets-create-item', `secrets-delete-item'.
7870         (auth-sources): Fix tag string.
7871         (auth-get-source, auth-source-retrieve, auth-source-create)
7872         (auth-source-delete): New defuns.
7873         (auth-source-pick): Rewrite in order to avoid 2 passes.
7874         (auth-source-forget-user-or-password): New parameter USERNAME.
7875         (auth-source-user-or-password): New parameters CREATE-MISSING and
7876         DELETE-EXISTING.  Retrieve password interactively, if needed.
7877
7878 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7879
7880         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7881         deleting unused directories when gnus-expert-user is t.
7882
7883 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7886         for each temp file when gnus-article-browse-delete-temp is ask.
7887
7888 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7889
7890         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7891         Replace Lisp calls to delete-backward-char by calls to delete-char.
7892
7893 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7894
7895         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7896
7897 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7898
7899         * password-cache.el (password-cache-remove): Fix docstring.
7900
7901 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7904         article unless decoding article to be saved.
7905
7906 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7909         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7910         generated within the mm-with-unibyte-current-buffer macro.
7911
7912 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7915         to nil when we're in a mml-preview buffer and no group is selected.
7916
7917 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7918
7919         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7920         when catching the `C-g'.  Reported by "Leo".
7921
7922 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * message.el (message-forward-make-body-plain)
7925         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7926         multibyte-string-p.
7927
7928         * lpath.el: Revert.
7929
7930 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * message.el (message-forward-make-body-mml): Assume original message
7933         is multibyte string; error on unibyte.
7934         (message-forward-make-body-plain): Ditto; don't add excessive newline
7935         in body end.
7936
7937         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7938
7939 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7940
7941         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7942         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7943
7944 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * mm-extern.el (mm-extern-url): Don't use
7947         mm-with-unibyte-current-buffer.
7948         (mm-extern-cache-contents): Use with-current-buffer instead of
7949         save-excursion + set-buffer.
7950
7951 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * mm-util.el (mm-emacs-mule): Remove.
7954
7955 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7956
7957         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7958         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7959         change.
7960
7961 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7964         bind the default value of enable-multibyte-characters to nil.
7965
7966 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * message.el (message-forward-make-body-plain)
7969         (message-forward-make-body-mml):
7970         Don't use mm-with-unibyte-current-buffer.
7971
7972 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7973
7974         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7975
7976 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7977
7978         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7979         (Bug#5592).
7980
7981 2010-05-07  Julien Danjou  <julien@danjou.info>
7982
7983         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7984         it to mm-pipe-part.
7985
7986         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7987         it is given.
7988
7989 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * binhex.el (binhex-decode-region-internal)
7992         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7993         (dns-query)
7994         * nnweb.el (nnweb-gmane-search)
7995         * pgg-parse.el (pgg-parse-armor)
7996         * pgg.el (pgg-verify-region)
7997         * sha1.el (sha1-string-external)
7998         * uudecode.el (uudecode-decode-region-internal)
7999         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8000         XEmacs.
8001
8002         * gnus-art.el (gnus-article-browse-html-parts)
8003         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8004         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8005         make-temp-file.
8006
8007         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8008         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8009         compiling.
8010
8011         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8012         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8013         XEmacs when compiling.
8014
8015         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8016         gnus-pick-mode-off-hook for XEmacs when compiling.
8017         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8018         gnus-binary-mode-off-hook for XEmacs when compiling.
8019
8020         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8021         Return nil if char-charset is not available.
8022
8023         * imap.el (imap-disable-multibyte)
8024         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8025         macros.
8026
8027         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8028         instead of encode-coding-string.
8029
8030         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8031         'xemacs) instead of mm-emacs-mule to switch function definitions.
8032         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8033
8034         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8035         bind temporary-file-directory for XEmacs;
8036         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8037         timer-set-function for XEmacs 21.4 and SXEmacs;
8038         bind timer-list for XEmacs 21.4 and SXEmacs;
8039         fbind char-charset and find-charset-region for non-Mule XEmacs;
8040         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8041         encode-coding-region and encode-coding-string for XEmacs having no
8042         file-coding feature.
8043
8044 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8045
8046         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8047
8048 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8051         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8052
8053 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8054
8055         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8056         alias `jka-compr-delete-temp-file' no longer exists.
8057
8058 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8059
8060         Use define-minor-mode in Gnus where applicable.
8061         * mml.el (mml-mode): Use define-minor-mode.
8062         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8063         (gnus-undo-mode): Use define-minor-mode.
8064         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8065         (gnus-dead-summary-mode): Use define-minor-mode.
8066         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8067         Initialize in declaration.
8068         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8069         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8070         (gnus-mailing-list-mode): Use define-minor-mode.
8071         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8072         (gnus-draft-mode): Use define-minor-mode.
8073         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8074         (gnus-dired-mode): Use define-minor-mode.
8075
8076 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8077
8078         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8079         handles on recursive mml-to-mime translation and check them for
8080         boundary delimiter collisions.  Reported by Greg Troxel.
8081
8082 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8085
8086 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * mm-util.el (mm-find-buffer-file-coding-system):
8089         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8090
8091 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8092
8093         * message.el (message-generate-headers): Record insertion of optional
8094         headers as well.  Otherwise the check to prevent repeated insertion of
8095         optional headers is a no-op.
8096
8097 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8098
8099         * smime.el: Don't mention CVS.
8100
8101         * nnrss.el (nnrss-fetch): Don't mention CVS.
8102
8103         * nnir.el: Don't mention CVS.
8104
8105 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8106
8107         * gnus-sum.el (gnus-summary-bookmark-make-record):
8108         Add `location' field.
8109
8110 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * lpath.el: Fbind bookmark-default-handler,
8113         bookmark-get-bookmark-record, bookmark-make-record-default,
8114         bookmark-prop-get for Emacs <23 and XEmacs.
8115
8116 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8117
8118         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8119         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8120         Use with-current-buffer to silence the byte-compiler.
8121         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8122         bother to require `gnus'.
8123         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8124
8125 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8126
8127         * gnus-sum.el (gnus-summary-bookmark-make-record)
8128         (gnus-summary-bookmark-jump): New functions.
8129         (gnus-summary-mode): Setup bookmark support.
8130
8131 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8132
8133         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8134         if set.
8135
8136 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8139         gnus-article-browse-html-save-cid-image; make it work recursively for
8140         forwarded messages as well.
8141         (gnus-article-browse-html-parts): Work when prefix arg is given.
8142         (gnus-article-browse-html-article): Doc fix.
8143
8144 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8145
8146         * message.el (message-default-mail-headers):
8147         (message-default-headers): Carry the value mail-default-headers over
8148         into message-default-mail-headers, rather than message-default-headers.
8149
8150 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8151
8152         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8153         charset.
8154
8155         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8156         charset into the <meta> tag when the article is encoded to utf-8.
8157
8158 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-article-browse-delete-temp-files):
8161         Delete directories as well.
8162         (gnus-article-browse-html-parts): Work for images that do not specify
8163         file names; delete temp directory when quitting; insert header at the
8164         right place; use file: scheme for image files.
8165
8166 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8167
8168         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8169         (gnus-article-browse-html-parts): Use it to make temporary cid image
8170         files in addition to html file so that browser may display them.
8171
8172 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8175
8176 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8179
8180 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * auth-source.el (auth-sources): Change default to be simpler.
8183         Explain about Secret Service API sources.  Improve Customize options.
8184         (auth-source-pick): Change to accept any number of search parameters.
8185         Implement fallbacks iteratively, not recursively.  Add scoring on the
8186         second pass and sort by score.  Call Secret Service API when needed.
8187         (auth-source-user-or-password): Use it.  Call Secret Service API
8188         directly when needed to get the user name and the password.
8189
8190 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8191
8192         * message.el (message-interactive): Doc fix.
8193         (message-qmail-inject-args): Reflow.
8194         (message-kill-to-signature): Fix typo in docstring.
8195
8196         * smiley.el (smiley-buffer): Fix typo in docstring.
8197
8198 2010-03-24  Glenn Morris  <rgm@gnu.org>
8199
8200         * mail-source.el (gnus-message): Declare.
8201         (mail-source-delete-old-incoming): Require gnus-util.
8202
8203 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8206
8207         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8208
8209         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8210         password-cache's default if it is not bound.
8211         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8212         password-cache-expiry's default if it is not bound.
8213
8214         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8215         available in Emacs 21.
8216
8217         * lpath.el: Suppress compiler warnings for:
8218         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8219         XEmacs;
8220         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8221         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8222         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8223
8224 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8225
8226         * auth-source.el (auth-sources): Fix up definition so extra parameters
8227         are always inline.
8228
8229 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8230
8231         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8232         wasn't updated after mismatch.  Clear cached mailbox info correctly
8233         when uidvalidity changes.
8234         (nnimap-group-prefixed-name): New function to avoid some code
8235         duplication.
8236         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8237         (nnimap-request-group): Use it.
8238         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8239         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8240         with many imap folders.  This is done by caching the group status from
8241         the imap server persistently in a group parameter `imap-status'.  (This
8242         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8243         but not persistently, so every Gnus startup was still very slow.)
8244
8245 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8246
8247         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8248         delete the extra newline.  Otherwise editing of :string and :number
8249         types don't work.
8250
8251 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8252
8253         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8254         secrets.el dependency.
8255         (auth-sources): Add optional user name.  Add secrets.el configuration
8256         choice (unused right now).
8257
8258 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8259
8260         * gnus-sum.el (gnus-summary-make-menu-bar):
8261         Let `gnus-registry-install-shortcuts' fill in the functions.
8262
8263         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8264         warnings.
8265         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8266         (gnus-registry-install-shortcuts): Populate and use it in a
8267         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8268
8269 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8270
8271         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8272         In-place substitutions for the group name encoding/decoding.
8273         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8274         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8275         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8276         (nnimap-update-unseen, nnimap-request-list)
8277         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8278         (nnimap-request-set-mark, nnimap-split-to-groups)
8279         (nnimap-split-articles, nnimap-request-newgroups)
8280         (nnimap-request-create-group, nnimap-request-accept-article)
8281         (nnimap-request-delete-group, nnimap-request-rename-group)
8282         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8283         `encoded-mbx' for consistency.
8284         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8285         variable `imap-current-mailbox'.
8286
8287         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8288         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8289
8290 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8291
8292         * pop3.el (pop3-display-message-size-flag): Display message size byte
8293         counts during POP3 download.
8294         (pop3-movemail): Use it.
8295         (pop3-list): Implement listing of available messages.
8296
8297 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8298
8299         * nnir.el (nnir-get-article-nov-override-function): New function to
8300         override the normal NOV retrieval.
8301         (nnir-retrieve-headers): Use it.
8302
8303 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8304
8305         * auth-source.el (netrc-machine-user-or-password): Autoload.
8306
8307 2010-03-19  Glenn Morris  <rgm@gnu.org>
8308
8309         Stop message.el from loading about 40 libraries it doesn't always need.
8310         The general approach is to autoload rather than require, and to
8311         require in the specific functions rather than the file.  (Bug#5642)
8312
8313         * gmm-utils.el: Don't require wid-edit.
8314         (widget-create-child-value, widget-convert, widget-default-get):
8315         Autoload.
8316
8317         * gnus-util.el: Don't require time-date, netrc.
8318         (message-fetch-field, gnus-group-name-decode): Declare rather than
8319         autoloading.
8320         (gnus-fetch-field): Require message.
8321         (gnus-decode-newsgroups): Require gnus-group.
8322
8323         * ietf-drums.el: Don't require time-date.
8324
8325         * message.el: Don't require hashcash, canlock, ecomplete.
8326         Do require mail-utils.  Require nnheader only when compiling.
8327         (smtpmail-default-smtp-server): Remove declaration.
8328         (message-send-mail-function): Check smtpmail-default-smtp-server
8329         is bound rather than requiring smtpmail.
8330         (message-auto-save-directory, message-insert-signature):
8331         Use expand-file-name rather than nnheader-concat.
8332         (nnheader-insert-file-contents): Autoload.
8333         (hashcash-wait-async): Declare.
8334         (message-send-mail): Only call gnus-setup-posting-charset if
8335         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8336         (message-send-mail-with-sendmail): Require sendmail.
8337         (canlock-password, canlock-password-for-verify): Declare.
8338         (message-canlock-password): Require canlock.
8339         (nnheader-get-report): Autoload.
8340         (gnus-setup-posting-charset): Declare.
8341         (message-send-news): Require gnus-msg.
8342         (message-make-references, message-make-in-reply-to): Use mail-header-id
8343         rather than the alias mail-header-message-id.
8344         (ecomplete-add-item, ecomplete-save): Declare.
8345         (message-put-addresses-in-ecomplete): Require ecomplete.
8346         (ecomplete-display-matches): Autoload.
8347
8348         * mm-decode.el: Don't require mailcap, gnus-util.
8349         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8350         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8351         Autoload.
8352         (mailcap-mime-extensions): Declare.
8353
8354         * mm-encode.el: Don't require mailcap.
8355         (mailcap-extension-to-mime): Autoload.
8356
8357         * mml-sec.el: Don't require password-cache.
8358
8359         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8360         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8361         (mml-minibuffer-read-type): Require mailcap.
8362         (mml-preview): Require gnus-msg.
8363
8364         * mml1991.el: Require password-cache.
8365         (password-cache-expiry): Remove declaration.
8366
8367         * mml2015.el: Require password-cache.
8368         (password-cache-expiry): Remove declaration.
8369
8370         * nneething.el (mailcap): Require mailcap.
8371
8372         * nnheader.el (declare-function): Add compatibility stub.
8373         (message-remove-header): Declare rather than autoload.
8374         (nnheader-replace-header): Require message.
8375
8376         * nnimap.el (declare-function): Add compatibility stub.
8377         (netrc-parse, netrc-machine-user-or-password): Declare.
8378         (nnimap-open-connection): Require netrc.
8379
8380         * nntp.el (declare-function): Add compatibility stub.
8381         (netrc-parse, netrc-machine, netrc-get): Declare.
8382         (nntp-send-authinfo): Require netrc.
8383
8384         * rfc2047.el: Don't require qp.
8385         (quoted-printable-encode-region, quoted-printable-decode-string):
8386         Autoload.
8387
8388         * sieve-mode.el: Don't require easymenu.
8389         (easy-menu-add-item): Autoload it.
8390
8391         * spam-stat.el (time-to-number-of-days): Autoload it.
8392
8393 2010-03-19  Glenn Morris  <rgm@gnu.org>
8394
8395         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8396
8397 2010-03-18  Glenn Morris  <rgm@gnu.org>
8398
8399         * hashcash.el (declare-function): Remove duplicate definition.
8400
8401 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8402
8403         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8404         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8405         value if any backslash escapes).
8406
8407 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8410         if it is available.  (bug#5647)
8411
8412         * lpath.el: Suppress compiler warning for coding-system-from-name for
8413         Emacs 21 and XEmacs.
8414
8415 2010-03-14  Juri Linkov  <juri@jurta.org>
8416
8417         * hmac-def.el:
8418         * hmac-md5.el:
8419         * netrc.el: Fix keywords.
8420
8421 2010-02-26  Glenn Morris  <rgm@gnu.org>
8422
8423         * message.el (message-send-mail-function): Change the default, so that
8424         it inherits from a customized send-mail-function.  (Bug#5643)
8425
8426 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8427
8428         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8429         shell-command-to-string signals an error (bug#5299).
8430
8431 2010-02-24  Glenn Morris  <rgm@gnu.org>
8432
8433         * message.el (message-smtpmail-send-it)
8434         (message-send-mail-with-mailclient): Doc fixes.
8435
8436 2010-02-16  Glenn Morris  <rgm@gnu.org>
8437
8438         * message.el (message-default-mail-headers): Change the default value
8439         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8440
8441 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8444         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8445
8446 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8447
8448         * time-date.el (date-to-time): Doc fix (Bug#5408).
8449
8450 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8451
8452         * message.el (message-mail): Just pass yank-action on to message-setup.
8453         (message-setup): Handle (FUN . ARGS) form of yank-action.
8454         (message-with-reply-buffer, message-widen-reply)
8455         (message-yank-original): Handle non-buffer values of
8456         message-reply-buffer (Bug#4080).
8457         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8458
8459 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8460
8461         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8462         Fix typo in docstring.
8463
8464 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8465
8466         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8467         response.
8468
8469 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8472
8473         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8474
8475         * message.el (message-check-news-header-syntax): Protect against a
8476         string that `rfc822-addresses' returns when parsing fails.
8477
8478 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8481         (gnus-previous-char-property-change): New functions.
8482
8483         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8484
8485 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8486
8487         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8488         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8489
8490 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8491
8492         * message.el (message-exchange-point-and-mark): Rework last change to
8493         avoid using optional arg of exchange-point-and-mark, for backward
8494         compatibility.
8495
8496 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8497
8498         * message.el (message-exchange-point-and-mark):
8499         Call exchange-point-and-mark with an argument rather than setting
8500         mark-active by hand (Bug#5175).
8501
8502 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * nntp.el (nntp-service-to-port): Work for service expressed with
8505         numeric string; replace [:digit:] with [0-9] for XEmacs.
8506
8507 2009-12-17  Glenn Morris  <rgm@gnu.org>
8508
8509         * gnus-group.el (gnus-bug-group-download-format-alist):
8510         Change emacs entry to debbugs.gnu.org.  Bump :version.
8511
8512 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8515
8516 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * message.el (message-info): Explain why we use `Info-goto-node'.
8519
8520 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8523
8524 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8525
8526         * message.el (message-completion-in-region): New compatibility function.
8527         (message-expand-group): Use it.
8528
8529 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8532         with no unread article should be listed if the 2nd arg `predicate' is
8533         given.
8534
8535 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8538
8539 2009-11-29  Juri Linkov  <juri@jurta.org>
8540
8541         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8542         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8543         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8544
8545 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8546
8547         * sha1.el (sha1-string-external): default-directory "/" in case
8548         otherwise non-existent.  process-connection-type pipe for touch of
8549         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8550
8551 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8552
8553         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8554         it's comms related and sgml-mode.el has "comm" on that basis too.
8555
8556 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8559         containing tspecial characters if they have been already quoted.
8560
8561 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8562
8563         * dns-mode.el (auto-mode-alist): Purecopy string.
8564
8565 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8566
8567         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8568
8569 2009-10-24  Glenn Morris  <rgm@gnu.org>
8570
8571         * gnus-art.el (help-xref-stack-item): Define for compiler.
8572
8573 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8574
8575         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8576
8577 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8580
8581 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8584         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8585
8586 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8589         (gnus-overlays-in): New alias to overlays-in.
8590
8591         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8592         gnus-overlay-get, and gnus-delete-overlay.
8593         (gnus-summary-show-thread): Make it work as well for systems in which
8594         next-single-char-property-change is not available.
8595         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8596
8597         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8598         (gnus-overlay-get): New alias to extent-property.
8599         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8600
8601         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8602         SXEmacs.
8603
8604         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8605         SXEmacs.
8606
8607 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8610
8611 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8612
8613         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8614         and XEmacs that don't have `remove-overlays'.
8615
8616 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8617
8618         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8619         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8620         selective display.  Use overlays instead.
8621
8622 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8623
8624         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8625
8626 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8627
8628         * spam-stat.el (spam-stat-load): Fix typo in message.
8629
8630 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8631
8632         * dig.el (dig-invoke): Fix typo in docstring.
8633         (query-dig): Reflow docstring.
8634
8635 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8636
8637         * gnus-art.el (gnus-article-encrypt-body):
8638         * message.el (message-check-recipients):
8639         * mm-util.el (mm-codepage-setup):
8640         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8641         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8642
8643 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8644
8645         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8646         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8647         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8648         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8649         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8650
8651 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8652
8653         * dig.el: Add "Keywords: comm", as per net-utils.el.
8654
8655 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8656
8657         * dig.el (dig-mode): Use define-derived-mode.
8658
8659 2009-09-19  Glenn Morris  <rgm@gnu.org>
8660
8661         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8662
8663 2009-09-18  Glenn Morris  <rgm@gnu.org>
8664
8665         * gnus-diary.el (gnus-diary-check-message):
8666         * message.el (message-insert-formatted-citation-line):
8667         * nnbabyl.el (top-level):
8668         * nndiary.el (nndiary-schedule):
8669         Fix typos in condition-case handlers.
8670
8671 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8674         configuration that provides the sole article window in a frame;
8675         position point correctly after deleting a part.
8676
8677 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8678
8679         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8680         (spam-resolve-registrations-routine): Use it to unregister articles
8681         that change status.
8682
8683 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8686         with XEmacs.
8687         (parse-time-string-chars): Use it.
8688
8689 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8690
8691         * imap.el (imap-interactive-login): Better messages.
8692         (imap-open): Fix bug with renamed buffer on reconnect.
8693         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8694         for easier debugging and cleaner code.  On successful (guessed based on
8695         server capabilities) secondary authentication, set imap-state
8696         correctly.
8697         (imap-last-authenticator): Define imap-last-authenticator as a variable
8698         to avoid warnings.
8699
8700 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * nnrss.el (nnrss-request-article): Remove binding of
8703         default-enable-multibyte-characters that has gotten needless by
8704         the 2007-07-13 change in rfc2047-encode-message-header.
8705
8706         * mml.el (mml-insert-multipart): Error on the message header.
8707         (mml-insert-part): Error on the message header; position point at
8708         the end of a MIME tag.
8709
8710 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * time-date.el (autoload): Expand define-obsolete-function-alias into
8713         defalias and make-obsolete for old Emacsen that Gnus supports.
8714         (with-no-warnings): Define it for old Emacsen.
8715         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8716         is available.
8717         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8718         float-time is available; suppress compile warning for time-to-seconds.
8719
8720         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8721         (gnus-float-time): Alias to float-time if it exists.
8722
8723         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8724         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8725         float-time is available; suppress compile warning for time-to-seconds.
8726
8727         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8728         XEmacs.
8729
8730 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8731
8732         * imap.el (imap-message-map): Docstring fix.
8733
8734 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8737         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8738         Add the optional argument `encoding' that overrides the default.
8739
8740         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8741         mm-encode-buffer.
8742
8743 2009-09-04  Glenn Morris  <rgm@gnu.org>
8744
8745         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8746         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8747         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8748         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8749         * mm-util.el (mm-with-unibyte-current-buffer)
8750         (mm-find-buffer-file-coding-system):
8751         * yenc.el (yenc-decode-region): Use default-value rather than
8752         default-enable-multibyte-characters.
8753
8754 2009-09-03  Glenn Morris  <rgm@gnu.org>
8755
8756         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8757         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8758         than default-enable-multibyte-characters.
8759
8760 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8761
8762         * gnus-art.el (gnus-article-read-summary-keys):
8763         Fix gnus-buffer-configuration's value temporarily used.
8764
8765 2009-09-02  Glenn Morris  <rgm@gnu.org>
8766
8767         * gnus-util.el (gnus-float-time): New function.
8768         * gnus-delay.el (gnus-delay-article):
8769         * gnus-sum.el (gnus-thread-latest-date):
8770         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8771         * nnspool.el (nnspool-request-newgroups):
8772         Use gnus-float-time rather than time-to-seconds.
8773         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8774
8775         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8776         (gnus-header-subject-face, gnus-header-newsgroups-face)
8777         (gnus-header-name-face, gnus-header-content-face):
8778         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8779         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8780         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8781         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8782         (gnus-cite-face-11):
8783         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8784         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8785         (gnus-server-closed-face, gnus-server-denied-face)
8786         (gnus-server-offline-face):
8787         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8788         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8789         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8790         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8791         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8792         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8793         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8794         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8795         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8796         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8797         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8798         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8799         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8800         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8801         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8802         (gnus-summary-high-undownloaded-face)
8803         (gnus-summary-low-undownloaded-face)
8804         (gnus-summary-normal-undownloaded-face)
8805         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8806         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8807         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8808         (gnus-splash-face):
8809         * message.el (message-header-to-face, message-header-cc-face)
8810         (message-header-subject-face, message-header-newsgroups-face)
8811         (message-header-other-face, message-header-name-face)
8812         (message-header-xheader-face, message-separator-face)
8813         (message-cited-text-face, message-mml-face):
8814         * sieve-mode.el (sieve-control-commands-face)
8815         (sieve-action-commands-face, sieve-test-commands-face)
8816         (sieve-tagged-arguments-face):
8817         * spam.el (spam-face):
8818         Mark face aliases with "-face" in the name as obsolete.
8819
8820 2009-09-01  Glenn Morris  <rgm@gnu.org>
8821
8822         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8823         than goto-line.
8824
8825 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8828         Don't move point if the command is invoked inside the message header.
8829
8830 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8831
8832         * imap.el (imap-send-command): Simplify.
8833         (imap-wait-for-tag): point-max -> buffer-size.
8834
8835 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8836
8837         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8838         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8839         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8840         * nnir.el (nnir-swish-e-index-file):
8841         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8842         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8843         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8844         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8845         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8846         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8847
8848 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8851         Don't save excursion.
8852
8853 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8854
8855         * nnheader.el (nnheader-find-file-noselect):
8856         * mm-util.el (mm-insert-file-contents):
8857         Use (default-value 'major-mode) instead of default-major-mode.
8858
8859 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8860
8861         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8862
8863 2009-08-26  Glenn Morris  <rgm@gnu.org>
8864
8865         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8866         than placing in files.el.
8867
8868 2009-08-25  Glenn Morris  <rgm@gnu.org>
8869
8870         * nnir.el (top-level): Don't require cl at run-time.
8871         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8872         Replace cl-function substitute with gnus-replace-in-string.
8873         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8874         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8875         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8876         simplified expansions.
8877
8878 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8879
8880         * dig.el (dig): Add autoload cookie.
8881
8882 2009-08-22  Glenn Morris  <rgm@gnu.org>
8883
8884         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8885         goto-line.
8886
8887 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8888
8889         * parse-time.el (parse-time-string-chars): Save match data.
8890
8891 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8892
8893         * parse-time.el (parse-time-string-chars): Compute using character
8894         classes, to handle non-ascii characters (Bug#3190).
8895
8896 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8899
8900         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8901         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8902         (gnus-mm-display-part, gnus-mime-display-single)
8903         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8904         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8905
8906         * gnus-sum.el
8907         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8908         (gnus-summary-move-article): Add expirable mark to articles copied or
8909         moved to group that has auto-expire turned on if the option is non-nil.
8910
8911 2009-07-24  Glenn Morris  <rgm@gnu.org>
8912
8913         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8914         Fix typo.  (Bug#3903)
8915
8916 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8919         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8920         that should not be used for draft articles.
8921         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8922         that has no concern in minor mode keys.
8923         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8924         Abolish.
8925
8926 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8929         article without making inquiry to a user for unknown encoding.
8930
8931         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8932         (nnmaildir--scan): Assume i-node and device number that file-attributes
8933         returns might be cons-cell.
8934
8935         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8936
8937         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8938
8939 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8940
8941         * auth-source.el: Remove docs now in auth.texi.  Don't use
8942         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8943         `auth-source-hide-passwords' and use them.
8944
8945 2009-07-15  Glenn Morris  <rgm@gnu.org>
8946
8947         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8948
8949 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8952         excessive whitespace from the default values of title and description.
8953
8954 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8957         mail-fetch-field to fetch Content-Description header in order to
8958         exclude newlines.
8959
8960 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8961
8962         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8963         format used by GnuPG 2.0.11.
8964
8965 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8968         to deleted part.
8969
8970 2009-05-30  David Engster  <dengste@eml.cc>
8971
8972         * nnmairix.el: Remove old documentation in the commentary block.
8973         (nnmairix-request-group): Do not update active file for nnml back ends.
8974         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8975         end so that overview files are ignored.
8976         (nnmairix-update-groups): Make updating the groups more robust by using
8977         marks.
8978         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8979         with dollar characters in message-id.
8980
8981 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8984         2008-12-25 in dns.el.
8985
8986 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8987
8988         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8989         could happen if the text is only composed of spaces and/or tabs.
8990
8991 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8992
8993         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8994         when sending a queued message to avoid extra mml tags.
8995
8996 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8999
9000 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9003         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9004         rmail-toggle-header for XEmacs;
9005         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9006
9007 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-dired.el: Remove autoload for gnus-setup-message.
9010         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9011         displaying Gnus logo; always use compose-mail.
9012
9013 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9016
9017 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9020         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9021         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9022         available.
9023         (gnus-nocem-epg-verify): New function.
9024
9025 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9028
9029 2009-02-15  Glenn Morris  <rgm@gnu.org>
9030
9031         * gnus-util.el (rmail-insert-rmail-file-header)
9032         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9033         autoloads.
9034         (rmail-default-rmail-file): Remove unnecessary declaration.
9035         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9036
9037 2009-02-14  Glenn Morris  <rgm@gnu.org>
9038
9039         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9040         variable (only used in gnus-util, which declares it anyway).
9041         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9042         which was only needed by gnus-art (changed to not use it any more).
9043         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9044         only used in gnus-util, which autoloads it itself.
9045         (rmail-update-summary): Fix autoload.
9046
9047         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9048         rather than rmail-output-to-rmail-file.
9049
9050 2009-02-07  Glenn Morris  <rgm@gnu.org>
9051
9052         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9053         autoload of function that no longer exists.
9054         (rmail-toggle-header): Declare.
9055         (message-forward-rmail-make-body): Handle mbox Rmail.
9056
9057 2009-01-31  Glenn Morris  <rgm@gnu.org>
9058
9059         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9060         2009-01-09 change.
9061
9062 2009-01-31  Dave Love  <fx@gnu.org>
9063
9064         * imap.el (imap-fetch-safe): Bind debug-on-error.
9065         (imap-debug): Add imap-fetch-safe.
9066
9067 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9068
9069         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9070         (auth-source-forget-all-cached): New convenience function.
9071         (auth-source-user-or-password): Accept list of modes or a single mode.
9072
9073         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9074         auth-source modes.
9075
9076         * netrc.el (netrc-machine-user-or-password): Use list of
9077         auth-source modes.
9078
9079         * nnimap.el (nnimap-open-connection): Use list of
9080         auth-source modes.
9081
9082         * nntp.el (nntp-send-authinfo): Use list of
9083         auth-source modes.
9084
9085 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9088         now.
9089
9090 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9093         coding system in XEmacs; add a workaround for XEmacs.
9094
9095         * lpath.el: Fbind coding-system-aliasee.
9096
9097 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9100         of current-language-environment.
9101
9102 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9105         available at runtime.
9106
9107 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9110
9111 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9112
9113         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9114         the greatest positive fixnum value doesn't work under an XEmacs with
9115         bignum support; use the most-positive-fixnum constant instead,
9116         available since Emacs 21.1 with cl and XEmacs 21.1.
9117
9118 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9121         XEmacs gets not to work.
9122
9123 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * mm-util.el (mm-coding-system-priorities): Allow the value like
9126         "Japanese (UTF-8)" of current-language-environment.
9127
9128 2009-01-09  Glenn Morris  <rgm@gnu.org>
9129
9130         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9131         with last-command-event.
9132
9133 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9136         in the doc string.
9137
9138         * message.el (message-fix-before-sending): Amend comment.
9139
9140 2009-01-08  Dave Love  <fx@gnu.org>
9141
9142         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9143
9144 2009-01-07  David Engster  <dengste@eml.cc>
9145
9146         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9147         simplified server definitions by converting it via
9148         gnus-server-to-method.
9149
9150 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9153         parameter's operands.
9154
9155 2009-01-06  David Engster  <dengste@eml.cc>
9156
9157         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9158         primary select method (for gnus-group-mark-article-as-read).
9159
9160 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9161
9162         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9163         `(gnus)Face', not `(gnus)X-Face'.
9164
9165 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * mm-util.el (mm-ucs-to-char): New function.
9168
9169         * mm-url.el (mm-url-decode-entities): Use it.
9170
9171         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9172         unicode-to-char.
9173
9174 2009-01-05  Dave Love  <fx@gnu.org>
9175
9176         * time-date.el: Require cl for `declare'.
9177
9178 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9181         Dave Love.
9182
9183 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * message.el (message-fix-before-sending): Add `eight-bit' to
9186         illegible-text check.
9187
9188 2009-01-03  Michael Olson  <mwolson@gnu.org>
9189
9190         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9191         `headers' is nil.  This can occur if the IMAP server does not have
9192         permissions to read messages from a folder, but can write new messages
9193         to the folder.
9194         (nnimap-request-article-part): Do not insert `data' if it is nil.
9195
9196         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9197         characters which will confuse `read', so skip past them.
9198
9199 2009-01-01  Dave Love  <fx@gnu.org>
9200
9201         * imap.el (imap-string-to-integer): Fix typo.
9202         (imap-fetch-safe): New function.
9203         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9204
9205         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9206
9207         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9208         (imap-parse-greeting): Fix doc strings.
9209         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9210         (imap-parse-flag-list): Make messages unique.
9211         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9212
9213         * nnimap.el: Fix author email.
9214         (nnimap-split-rule): Add FIXME comment.
9215         (nnimap-debug): Fix doc string.
9216
9217 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9220
9221 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9224         nslookup if resolv.conf isn't available.
9225         (dns-query): Rename from query-dns.
9226         (dns-query-cached): Rename from query-dns-cached.
9227
9228 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9231         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9232         to check if those variables exist (first appeared in Emacs 18.50).
9233
9234 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * mm-util.el (mm-line-number-at-pos): New function.
9237
9238         * spam-report.el (spam-report-process-queue): Use it.
9239
9240 2008-12-24  David Engster  <dengste@eml.cc>
9241
9242         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9243         parameters that haven't existed as variables as buffer-local variables.
9244
9245 2008-12-23  Dave Love  <fx@gnu.org>
9246
9247         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9248         cadar.
9249
9250         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9251         imap-starttls-p.
9252         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9253
9254 2008-12-22  Dave Love  <fx@gnu.org>
9255
9256         * imap.el: Fix author email.  Doc fixes.
9257         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9258         reply.
9259
9260 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * spam-report.el (spam-report-gmane-max-requests): New constant.
9263         (spam-report-gmane-wait): New variable.
9264         (spam-report-gmane-ham, spam-report-gmane-spam)
9265         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9266         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9267         the server.
9268
9269         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9270         Add explanations.
9271
9272         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9273         nnheader-accept-process-output and nnheader-read-timeout if available.
9274         (pop3-movemail): Use it.
9275
9276         * message.el (message-check-news-body-syntax): Fix signature check if
9277         there's an attachment.
9278
9279 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * mm-util.el: Add comments to the mm- emulating functions.
9282
9283 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9286         Reported by Stephen Berman <stephen.berman@gmx.net>.
9287
9288 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * mm-util.el (mm-substring-no-properties): New function.
9291         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9292         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9293         (mm-string-to-multibyte): Doc fix.
9294
9295         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9296
9297 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * mml.el (mml-attach-file): Strip text properties from file name.
9300         (Bug#1574)
9301
9302 2008-12-16  Glenn Morris  <rgm@gnu.org>
9303
9304         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9305
9306 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9309         knows since the charset specified might be a bogus alias that
9310         mm-charset-synonym-alist provides.
9311
9312 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9315         "ISO_8859-1".
9316
9317         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9318
9319 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * mm-util.el (mm-charset-eval-alist):
9322         Define it before mm-charset-to-coding-system.
9323         (mm-charset-to-coding-system): Add optional argument `silent';
9324         define it before mm-charset-override-alist.
9325         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9326         default value if it can be used in Emacs currently running;
9327         silence mm-charset-to-coding-system.
9328
9329 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9332         `allow-override' which says whether to use `mm-charset-override-alist'.
9333         (rfc2047-decode-encoded-words): Use it.
9334
9335         * mm-util.el (mm-charset-override-alist): Fix custom type;
9336         add `(gb2312 . gbk)' to choices.
9337
9338 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9341         fast.
9342
9343         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9344
9345         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9346
9347 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9348
9349         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9350         on links.
9351
9352         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9353
9354 2008-12-03  Lute Kamstra  <lute@gnu.org>
9355
9356         * sha1.el: Remove leading * from docstrings of defcustoms,
9357         deffaces, defconsts and defuns.
9358
9359 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9362         users' addresses that don't have domain parts.
9363         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9364         rather than message-narrow-to-head since there will be the message
9365         header separator.
9366
9367 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9368
9369         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9370         since the result is inserted in a unibyte buffer anyway.
9371         (nnimap-demule-use-string-to-multibyte): Remove.
9372         (nnimap-demule): Alias it to mm-string-to-multibyte.
9373
9374 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9377         variable for debugging bug#464 and bug#1174.
9378         (nnimap-demule): Use it.
9379
9380 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9383         score calculation correctly.
9384
9385 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9386
9387         * message.el (message-send-mail): Just set the buffer to unibyte
9388         rather than use mm-with-unibyte-current-buffer which does a lot more.
9389         (message-send-mail-partially): Don't bother with
9390         mm-with-unibyte-current-buffer since it's already been made unibyte by
9391         message-send-mail.
9392
9393 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9396
9397 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9398
9399         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9400
9401 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9404         require itself and to remove `with-no-warnings'.
9405
9406 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * starttls.el (starttls-any-program-available): Get the name of the
9409         available TLS layer program.
9410         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9411         well as the host name in the "opening" message.
9412
9413         * auth-source.el (auth-source-cache, auth-source-do-cache)
9414         (auth-source-user-or-password): Cache passwords and logins by default,
9415         allow override with `auth-source-do-cache'.
9416         (auth-source-forget-user-or-password): Allow users to remove cache
9417         entries if needed.
9418
9419 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9420
9421         * md4.el (md4-buffer): Fix typo in docstring.
9422         (md4, md4-64): Doc fixes.
9423         (md4-pack-int32): Reflow docstring.
9424
9425 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9426
9427         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9428         condition-case to only the forward-sexp call.
9429
9430 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9431
9432         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9433         quotes contained.  Make it more robust regardless by an extra
9434         condition-case wrapper.
9435
9436 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9439
9440 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * nnml.el (nnml-request-expire-articles): Check if the function set to
9443         `nnmail-expiry-target' returns the symbol `delete'.
9444
9445         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9446
9447         * nnmail.el (nnmail-expiry-target): Fix custom type.
9448
9449 2008-10-02  Glenn Morris  <rgm@gnu.org>
9450
9451         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9452         Silence compiler warning.
9453
9454 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9455
9456         * tls.el (open-tls-stream): Show the actual command being
9457         executed, instead of the format string.
9458
9459 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * lpath.el: Fbind codepage-setup for Emacs 23.
9462
9463 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9464
9465         * mml.el (mml-menu): Don't assume mml2015 is bound.
9466
9467 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9470         exists.
9471
9472 2008-09-27  Glenn Morris  <rgm@gnu.org>
9473
9474         * gnus-util.el (mail-header-remove-comments): Autoload it.
9475
9476 2008-09-27  Andreas Schwab  <schwab@suse.de>
9477
9478         * gnus-util.el (gnus-split-references): Strip comments.
9479         (gnus-parent-id): Likewise.
9480
9481 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * message.el (message-confirm-send): Fix version.
9484
9485 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * message.el (message-idna-to-ascii-rhs-1): Use
9488         mail-extract-address-components rather than mail-header-parse-addresses
9489         that is an alias by default to ietf-drums-parse-addresses that does not
9490         support non-ASCII names in headers' contents.
9491
9492 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9493
9494         * message.el (message-confirm-send): Fix variable documentation to
9495         avoid the "y/n" wording.
9496
9497 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9498
9499         * message.el (message-set-auto-save-file-name): Save to a different
9500         filename so multiple messages (especially drafts) can be recovered.
9501
9502 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9503
9504         * message.el (message-confirm-send): Add appropriate version.
9505
9506 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9507
9508         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9509         defvar.
9510
9511 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9512
9513         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9514         (mm-pkcs7-enveloped-magic): Ditto.
9515
9516 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9517
9518         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9519         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9520
9521 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9522
9523         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9524         default, it's better.
9525
9526 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9527
9528         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9529         summary line gnus-number property and ignore them (with a warning
9530         message).
9531
9532 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9535         macro caddr in the interactive form since it won't be expanded.
9536
9537 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9540         `charset'; fix name of function called recursively.
9541         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9542
9543 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9546         (gnus-mime-set-charset-parameters): New function.
9547         (gnus-mime-view-part-as-charset): Use it to correctly display part
9548         specifying wrong charset.
9549
9550 2008-09-08  David Engster  <dengste@eml.cc>
9551
9552         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9553         in completing-read for back end server.
9554
9555 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9556
9557         * message.el (message-confirm-send): New variable to confirm sending a
9558         message.
9559         (message-send): Use it.
9560
9561 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9562
9563         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9564
9565 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9568
9569 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9570
9571         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9572         prevent tracking too many groups.
9573         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9574         Use it.
9575
9576 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9577
9578         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9579         moving point to the bottom of the window in order to avoid recentering.
9580
9581 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9584
9585         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9586         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9587         (gnus-article-beginning-of-window): Fix calculation.
9588
9589 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-msg.el (gnus-summary-supersede-article)
9592         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9593         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9594         message header.
9595
9596 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9597
9598         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9599         pending output coming after the status change.
9600
9601 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9602
9603         * message.el:
9604         * gnus-start.el:
9605         * gnus-registry.el: Remove VMS support.
9606
9607 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9610         macro.
9611         (rfc2104-hash): Use it.
9612
9613 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9616         (gnus-summary-sort-by-most-recent-date): New commands.
9617         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9618         and menu entries.
9619
9620 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9623         don't redisplay article for raw contents; remove plural articles stuff.
9624
9625         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9626         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9627         on gnus-summary-save-article; display results properly.
9628
9629 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * lpath.el: No need to fbind ns-focus-frame.
9632
9633 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9636
9637 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-art.el (gnus-summary-save-in-pipe):
9640         Consider gnus-save-all-headers.
9641
9642 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9643
9644         * gnus-util.el (ns-focus-frame): Remove declaration.
9645         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9646         like x.
9647
9648 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9649
9650         * rfc2104.el (rfc2104-zero): Delete defconst.
9651         (rfc2104-hex-alist): Likewise.
9652         (rfc2104-hex-to-int): Delete func.
9653         (rfc2104-hexstring-to-bitstring): Likewise.
9654         (rfc2104-nybbles): New defconst.
9655         (rfc2104-hash): Rewrite for speed.
9656
9657 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * tls.el (open-tls-stream): Make it work with the 2nd argument
9660         BUFFER that is a string but does not exist as a buffer object, as
9661         mentioned in the doc-string.
9662
9663 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9666         SXEmacs.
9667
9668 2008-07-16  Glenn Morris  <rgm@gnu.org>
9669
9670         * gnus-util.el (ns-focus-frame): Declare for compiler.
9671
9672 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9675         set as a group parameter.
9676         (gnus-summary-save-in-pipe): Work when it is called independently.
9677         (gnus-summary-pipe-to-muttprint): Don't modify
9678         gnus-summary-pipe-output-default-command.
9679
9680 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9681
9682         * message.el (message-send-mail-with-sendmail):
9683         Display the error message.
9684
9685 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-art.el (gnus-default-article-saver):
9688         Add gnus-summary-save-in-pipe to choices.
9689         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9690         gnus-summary-pipe-output-default-command as the default command.
9691         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9692         instead of gnus-last-shell-command.
9693
9694         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9695         New user option.
9696         (gnus-summary-muttprint-program): Mention the value will be changed.
9697         (gnus-summary-save-article): Force showing of all headers.
9698         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9699
9700 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9701
9702         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9703
9704 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9705
9706         * nnimap.el (nnimap-id):
9707         * sieve-manage.el (sieve-manage-open): Doc fixes.
9708
9709 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9710
9711         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9712         if available.
9713
9714 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9715
9716         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9717
9718         * nnkiboze.el (nnkiboze-generate-group):
9719         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9720
9721         * nnmairix.el: Require CL.
9722
9723 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * dgnushack.el: Autoload get-display-table and put-display-table for
9726         XEmacs 21.5.
9727
9728         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9729         21.4 and SXEmacs.
9730
9731 2008-06-15  David Engster  <dengste@eml.cc>
9732
9733         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9734
9735 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9736
9737         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9738         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9739         runtime choice under XEmacs.
9740
9741         * gnus-sum.el (gnus-summary-set-display-table):
9742         Use `gnus-put-display-table', `gnus-get-display-table',
9743         `gnus-set-display-table' for the display table, instead of `aset'.
9744
9745         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9746         Use `gnus-put-display-table', `gnus-get-display-table',
9747         `gnus-set-display-table' for the display table.
9748
9749 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * nnmairix.el: Add autoloads.
9752
9753 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * nnmairix.el (nnmairix-delete-recreate-group)
9756         (nnmairix-update-and-clear-marks): Fix error messages.
9757
9758 2008-06-14  David Engster  <dengste@eml.cc>
9759
9760         * nnmairix.el: Upgrade to version 0.6.
9761         (nnmairix-group-toggle-propmarks-this-group)
9762         (nnmairix-group-toggle-readmarks-this-group)
9763         (nnmairix-group-delete-recreate-this-group)
9764         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9765         (nnmairix-remove-tick-mark-original-article): New commands.
9766         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9767         (nnmairix-propagate-marks-to-nnmairix-groups)
9768         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9769         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9770         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9771         functions needed for marks propagation and manipulation of read marks.
9772         (nnmairix-update-groups): New function.
9773         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9774         (nnmairix-determine-original-group-from-registry)
9775         (nnmairix-determine-original-group-from-path)
9776         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9777         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9778         New helper functions.
9779         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9780         keystrokes for new commands.
9781         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9782         (nnmairix-request-group): Check allow-fast group parameter.
9783         (nnmairix-request-create-group): Set allow-fast group parameter if
9784         nnmairix-allowfast-default is set.
9785         (nnmairix-close-group): Propagate marks upon closing if needed.
9786         (nnmairix-group-toggle-threads-this-group): Use new.
9787         nnmairix-group-toggle-parameter helper function.
9788         (nnmairix-search): Better check for empty search result.
9789         (nnmairix-goto-original-article): Use new helper functions for
9790         determining original article.
9791         (nnmairix-show-original-article): Make sure message-id is in brackets.
9792         (nnmairix-call-mairix-binary): Change variable name.
9793         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9794         helper function.
9795         (nnmairix-widget-toggle-activate): Fix doc string.
9796
9797 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * nnir.el: Require edmacro when compiling with XEmacs.
9800         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9801         available in Emacs 21.
9802
9803 2008-06-11  Glenn Morris  <rgm@gnu.org>
9804
9805         * gnus-util.el (x-focus-frame):
9806         * gnus.el (image-size):
9807         * mm-decode.el (image-size): Declare.
9808
9809         * gnus-picon.el (declare-function): Add compat definition.
9810         (image-size): Declare.
9811
9812         * gnus-group.el (tool-bar-map):
9813         * gnus-sum.el (tool-bar-map): Define for compiler.
9814
9815         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9816
9817         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9818
9819         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9820         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9821         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9822         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9823         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9824         * sieve-manage.el, spam-report.el, spam.el:
9825         Remove unnecessary eval-and-compile of autoloads.
9826
9827 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9828
9829         * auth-source.el: Precise Tramp doc.
9830
9831 2008-06-07  Glenn Morris  <rgm@gnu.org>
9832
9833         * nnmairix.el: Remove unnecessary eval-when-compile.
9834
9835 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * lpath.el: Fbind propertize for XEmacs 21.4.
9838
9839 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * nnir.el: Move here from ../contrib.
9842
9843 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9844
9845         * gnus-util.el (gnus-read-shell-command): New function.
9846         * mm-decode.el (mm-pipe-part):
9847         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9848
9849 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9852
9853 2008-06-03  Glenn Morris  <rgm@gnu.org>
9854
9855         * pop3.el (nnheader-accept-process-output): Autoload it.
9856
9857 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9860         are not 2-digit hexadecimal characters that follow `%'s.
9861
9862 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * message.el (message-bogus-recipient-p): Fix type in doc string.
9865         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9866         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9867         Improve custom options.
9868         (message-bogus-recipient-p): Adjust accordingly.
9869
9870 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9871
9872         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9873         long-form month and day names.
9874
9875 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * dgnushack.el: Autoload debug, eudc-expand-inline and
9878         pgg-snarf-keys-region for XEmacs.
9879
9880         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9881
9882         * nnmairix.el: Require edmacro when compiling with XEmacs.
9883
9884 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9887         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9888
9889 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9890
9891         * auth-source.el: Add more docs.
9892
9893         * netrc.el (netrc-machine): Always match if the port is not given.
9894
9895 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9898         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9899         retrieval faster in some cases, but might make CPU usage larger.
9900         If this has any bad side effects, we might revert this change.
9901
9902         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9903         seems to make mail retrieval much, much faster.
9904         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9905         unconditionally.
9906
9907         * gnus-draft.el (gnus-group-send-queue):
9908         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9909
9910 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9913
9914         * message.el (message-bogus-address-regexp): Fix and improve custom
9915         type.
9916         (message-setup-hook): Add message-check-recipients as custom option.
9917
9918 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * message.el (message-cite-function): Remove bogus autoload which crept
9921         in during merge from v5-10.
9922
9923 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9924
9925         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9926
9927         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9928
9929         * auth-source.el: Preliminary Tramp docs.
9930         (auth-sources): Change the default auth-sources to use
9931         EPA .gpg files.
9932
9933 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9934
9935         * nntp.el: Autoload `auth-source-user-or-password'.
9936         (nntp-send-authinfo): Use it.
9937
9938         * nnimap.el: Autoload `auth-source-user-or-password'.
9939         (nnimap-open-connection): Use it.
9940
9941         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9942         for the gnus-message function.
9943         (auth-source-user-or-password): Use it.
9944
9945 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9946
9947         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9948         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9949         (rfc2104-hash): Use it.
9950
9951 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9952
9953         * gnus-art.el (gnus-article-toggle-truncate-lines):
9954         Don't use `iff' in docstring.
9955
9956 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9957
9958         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9959
9960         * gnus-util.el (gnus-extract-address-component-name)
9961         (gnus-extract-address-component-email): Convenience functions around
9962         `gnus-extract-address-components'.
9963
9964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9965         Use `gnus-extract-address-component-email' to fix bug of comparing full
9966         sender name to `user-mail-address'.
9967
9968 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9969
9970         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9971         catch/throw to optimize.
9972         (gnus-registry-find-keywords): Just use member to find a keyword.
9973
9974 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9975
9976         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9977         is current before calling gnus-server-prepare.
9978         (gnus-server-setup-buffer, gnus-server-update-server)
9979         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9980
9981 2008-05-04  Juri Linkov  <juri@jurta.org>
9982
9983         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9984         (mailcap-file-default-commands): Use mailcap-replace-in-string
9985         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9986         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9987
9988 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9989
9990         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9991
9992 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9993
9994         * gnus.el: Bump version to 0.11.
9995
9996 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9997
9998         * gnus.el: No Gnus v0.10 is released.
9999
10000 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10003         hooks.
10004         (gnus-update-read-articles): Speed up non-marks-using users.
10005         (gnus-use-marks): Define gnus-use-marks.
10006         (gnus-propagate-marks): Rename variable to something more sensible.
10007
10008 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10009
10010         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10011         (gmm-image-load-path-for-library): Fix typos in docstrings.
10012         (gmm-message): Reflow docstring.
10013
10014 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10015
10016         * mail-source.el (mail-source-set-1, mail-source-bind):
10017         Move auth-source code out of the macro to clean it up and fix bugs.
10018
10019 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10020
10021         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10022         by sender if it's equal to user-mail-address, it's likely to be
10023         useless.
10024
10025         * mail-source.el (mail-source-bind): Don't use user or password if they
10026         are not bound.  Unintern them if they are nil.  Don't use server unless
10027         it's bound, and default it to empty string otherwise.
10028
10029 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10030
10031         * mail-source.el: Load auth-source.el.
10032         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10033         get user name or password, if auth-sources is set up.
10034
10035         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10036         strategy of splitting with parent.
10037         (gnus-registry-split-fancy-with-parent)
10038         (gnus-registry-post-process-groups): Use it and fix prior
10039         bug (returning a list as the split result).
10040
10041         * auth-source.el (auth-sources): Remove server parameter.
10042         (auth-source-pick, auth-source-user-or-password)
10043         (auth-source-user-or-password-imap)
10044         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10045         (auth-source-user-or-password-sftp)
10046         (auth-source-user-or-password-smtp): Remove server parameter.
10047
10048 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10049
10050         * smime.el (smime-sign-region, smime-encrypt-region)
10051         (smime-decrypt-region):
10052         Remove redundant calls to `generate-new-buffer-name'.
10053
10054 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10055
10056         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10057         Don't use QP for message/rfc822.
10058         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10059
10060 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10061
10062         * sieve-manage.el (sieve-string-bytes): Remove.
10063         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10064         correct byte-length only if the process's coding-system is the same as
10065         the one used internally by Emacs to represent strings.
10066
10067 2008-04-22  Juri Linkov  <juri@jurta.org>
10068
10069         * mailcap.el (mailcap-file-default-commands): New function.
10070
10071 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * message.el (message-signature-separator, message-cite-function):
10074         Change custom version.
10075
10076 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10077
10078         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10079         commands.
10080         (tls-checktrust): Ditto.
10081
10082 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * mm-decode.el (mm-display-external): Make temp file read-only.
10085
10086 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10089         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10090         `C-c C-f d'.
10091
10092 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10093
10094         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10095
10096 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus.el: Bump version to 0.9.
10099
10100 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus.el: No Gnus v0.8 is released.
10103
10104 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10105
10106         * mail-source.el (mail-source-value):
10107         Prefer fboundp to functionp so it works with macros as well.
10108
10109 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10110
10111         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10112         Fix last change in case the element is not even a symbol.
10113
10114 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10115
10116         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10117         Prefer fboundp to functionp so it works with macros as well.
10118
10119 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * auth-source.el: Add docs.
10122         (auth-sources): Modify format to support server.
10123         (auth-source-pick, auth-source-user-or-password)
10124         (auth-source-user-or-password-imap)
10125         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10126         (auth-source-user-or-password-sftp)
10127         (auth-source-user-or-password-smtp): Add server parameter.
10128
10129 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10130
10131         * gnus-registry.el: Initialize the registry when gnus-registry-install
10132         is t.
10133
10134 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * compface.el (uncompface): Make buffer unibyte.
10137
10138 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10139
10140         * mail-source.el (mail-source-value):
10141         Prefer fboundp to functionp so it works with macros as well.
10142
10143 2008-04-05  Glenn Morris  <rgm@gnu.org>
10144
10145         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10146
10147 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10148
10149         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10150         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10151
10152         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10153         multibyteness after rather than before erasing it.
10154
10155         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10156         mm-with-multibyte.
10157         (gnus-request-article-this-buffer): Make sure the proper decoding is
10158         used if gnus-original-article-buffer happens to be unibyte.
10159
10160         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10161         default-enable-multibyte-characters.
10162
10163         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10164         default-enable-multibyte-characters.
10165
10166         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10167
10168         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10169
10170 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10171
10172         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10173         Fix last change in case the element is not even a symbol.
10174
10175 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10176
10177         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10178         (imap-message-copyuid-1): Use it.
10179         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10180         J. Williams in
10181         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10182
10183         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10184         imap-enable-exchange-bug-workaround.
10185         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10186
10187 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10188
10189         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10190         a 100 byte status-checks into a 2-3MB transfer for each group.
10191         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10192         to enable bug workaround or not.
10193         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10194
10195 2008-03-31  Glenn Morris  <rgm@gnu.org>
10196
10197         * message.el (mml2015-use): Declare for compiler.
10198         (message-info): Require mml2015 when appropriate.
10199
10200 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10203         whitespace.
10204
10205 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10206
10207         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10208         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10209         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10210         (nntp-service-to-port): New function.
10211         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10212         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10213         (nntp-open-netcat-stream): New function.
10214         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10215
10216 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10217
10218         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10219
10220 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10221
10222         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10223
10224 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10225
10226         * dns.el (dns-write): Use set-buffer-multibyte.
10227
10228 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10229
10230         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10231
10232 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * message.el (message-signature-separator): Change default.
10235         Improve custom type.
10236         (message-cite-function): Change default to
10237         message-cite-original-without-signature.
10238
10239         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10240         toggle.
10241
10242         * message.el (message-check-news-body-syntax): Fix signature check.
10243         (message-setup-1): Mark buffer as unmodified _after_ running
10244         message-setup-hook and handling message-alternative-emails.
10245         (message-shorten-references): Be more strict when building list of
10246         valid references to comply with GNKSA.
10247
10248         * gnus-group.el (gnus-read-ephemeral-bug-group)
10249         (gnus-read-ephemeral-debian-bug-group)
10250         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10251
10252         * message.el (message-info): Don't use booleanp which isn't supported
10253         in Emacs 21 and XEmacs.
10254
10255 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10258         gnus-group-gmane-group-download-format.
10259         (gnus-group-read-ephemeral-gmane-group): Rename from
10260         gnus-group-read-ephemeral-gmane-group.
10261         (gnus-read-ephemeral-gmane-group-url): Rename from
10262         gnus-group-read-ephemeral-gmane-group-url.
10263         (gnus-bug-group-download-format-alist): New variable.
10264         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10265         (gnus-read-ephemeral-emacs-bug-group): New commands.
10266
10267 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10270         (gnus-visible-headers): Improve custom type.
10271
10272 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * mml.el (mml-menu): Add workarounds for XEmacs.
10275
10276         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10277         X-Boundary header.
10278
10279         * message.el (message-simplify-recipients): Fix previous commit.
10280
10281 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10282
10283         * mm-util.el (mm-set-buffer-multibyte): New function.
10284         * mm-decode.el (mm-copy-to-buffer): Use it.
10285
10286         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10287         Prefer fboundp to functionp so it works with macros as well.
10288
10289 2008-03-19  Glenn Morris  <rgm@gnu.org>
10290
10291         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10292         Accidentally removed in the sync process with Emacs.
10293
10294 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * message.el (message-alter-recipients-discard-bogus-full-name):
10297         New function.
10298         (message-alter-recipients-function): New variable.
10299         (message-get-reply-headers): Use it.
10300         (message-replace-header): New helper function.
10301         (message-recipients-without-full-name): New variable.
10302         (message-simplify-recipients): New command.
10303
10304         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10305
10306         * message.el (message-info): Handle EasyPG manual.
10307
10308         * mml.el (mml-menu): Add entry for EasyPG.
10309
10310 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10311
10312         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10313         parameter.
10314
10315         * message.el (message-disassociate-draft): Specify drafts group name
10316         fully.
10317
10318 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10319
10320         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10321         Eliminate unnecessary duplicates from the match list.
10322
10323 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10326
10327         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10328
10329         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10330         args of `how-many' of which the XEmacs version doesn't take; declare
10331         Info-index-next as function.
10332
10333 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * gnus-score.el (gnus-score-headers): Fix handling of
10336         gnus-inhibit-slow-scoring.
10337
10338         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10339         string.
10340         (gnus-button-url-regexp): Improve handling of parenthesis.
10341         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10342         (gnus-button-handle-info-keystrokes): Handle index entries.
10343
10344 2008-03-15  Glenn Morris  <rgm@gnu.org>
10345
10346         * parse-time.el (parse-time-string): Simplify.
10347
10348 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10351         Incoming* files.
10352
10353 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10354
10355         * auth-source.el (auth-sources): Rename from auth-source-choices.
10356         (auth-source-pick): Use it.
10357
10358 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10359
10360         * binhex.el (binhex-decode-region-internal):
10361         * uudecode.el (uudecode-decode-region-internal):
10362         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10363         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10364         setting default-enable-multibyte-characters.
10365
10366 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10367
10368         * auth-source.el (auth-source-protocols)
10369         (auth-source-protocols-customize, auth-source-choices): Add and
10370         modified variable customizations and defaults.
10371         (auth-source-pick, auth-source-user-or-password)
10372         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10373         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10374         (auth-source-user-or-password-sftp)
10375         (auth-source-user-or-password-smtp): Use new variables and provide an
10376         interface to netrc.el.
10377
10378 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10381         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10382         Make sure the nntp port to specify is a string.
10383
10384 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10385
10386         * nntp.el: Use with-current-buffer.
10387         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10388         dubious mm-with-unibyte-current-buffer.
10389         (nntp-with-open-group-function): New function extracted from
10390         nntp-with-open-group macro.
10391         (nntp-with-open-group): Use the function, so it's easier to debug.
10392         Add indentation and debugging info.
10393         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10394         Recommend the use of the netcat alternatives.
10395
10396         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10397         Avoid mm-string-as-multibyte as well.
10398
10399         * nnweb.el (nnweb-insert-html):
10400         Remove use of nnheader-string-as-multibyte.
10401
10402         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10403         (nnheader-string-as-multibyte): Remove.
10404
10405         * mm-view.el: Use inhibit-read-only.
10406         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10407         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10408         or unibyte-string.
10409
10410         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10411         (mm-uu-yenc-extract): Use with-current-buffer.
10412
10413         * gnus-soup.el (gnus-soup-send-packet): Don't use
10414         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10415
10416         * nnmh.el: Use with-current-buffer.
10417         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10418         mm-string-as-multibyte on the output of mm-encode-coding-string.
10419
10420         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10421         (nnimap-request-move-article): Use with-current-buffer.
10422
10423         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10424         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10425         conversion uses string-make-unibyte rather than string-as-unibyte.
10426
10427         * gnus-msg.el: Use with-current-buffer.
10428
10429         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10430
10431 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10432
10433         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10434         string for caching if it is 'PIN.
10435
10436 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * lpath.el: Consider the case without Emacs/W3.
10439
10440 2008-03-08  Glenn Morris  <rgm@gnu.org>
10441
10442         * time-date.el (date-to-time, time-subtract, time-add)
10443         (safe-date-to-time): Doc fixes.
10444
10445 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * mail-source.el (mail-source-delete-old-incoming-confirm):
10448         Change default to nil.
10449         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10450
10451 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * lpath.el: Rearrange.
10454
10455         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10456         (gnus-article-goto-prev-page): Work for articles having ^L's.
10457
10458         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10459
10460         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10461
10462 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10463
10464         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10465         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10466         (gnus-bookmark-jump): Adjust some variable names.
10467
10468 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10469
10470         * auth-source.el: New package.
10471         (auth-source-choices): Add customization entry point variable.
10472
10473         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10474         bug.
10475
10476 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10477
10478         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10479         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10480         (gnus-registry-install-shortcuts): Rename from
10481         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10482         the `gnus-registry-mark-map' keymap dynamically from
10483         `gnus-registry-marks'.  The generated functions update the summary line
10484         when a registry mark is added or deleted, and will call
10485         `gnus-registry-install-p' (see the comments in the code).
10486         (gnus-registry-user-format-function-M): Use concat intelligently.
10487
10488         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10489         the registry mark functions.
10490
10491 2008-03-05  Glenn Morris  <rgm@gnu.org>
10492
10493         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10494         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10495         gnus-art.
10496         (top-level): No need to load own source when compiling.
10497
10498 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10501         Suggested by <chris.anderton@zetnet.co.uk>.
10502
10503 2008-03-04  Glenn Morris  <rgm@gnu.org>
10504
10505         * gnus-sum.el (top-level): No need to require gnus when compiling,
10506         since unconditionally required near start of file.
10507         (gnus-summary-display-while-building): Move definition before use.
10508
10509 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * gnus-registry.el (gnus-registry-user-format-function-M):
10512         Add formatting function.
10513
10514 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10515
10516         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10517         with plists.
10518         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10519         Use new format.
10520
10521 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10524         `where-is-internal' that returns a range of key sequences.
10525
10526 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10527
10528         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10529
10530         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10531         (gnus-summary-jump-to-group): Consider windows on other displayed
10532         frames as well.  Similar changes might be needed elsewhere, but that's
10533         the one I've bumped into during my use.
10534
10535         * nndoc.el (nndoc-oe-dbx-type-p):
10536         * gnus-msg.el (gnus-debug):
10537         * gnus-group.el (gnus-update-group-mark-positions):
10538         Use mm-string-to-multibyte.
10539
10540 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10543         doesn't handle NotDashEscaped.
10544
10545         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10546         (mml-dnd-attach-options): Fix typo in custom choice.
10547
10548         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10549         Change nndoc-article-type to mbox.
10550         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10551
10552         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10553         to nil, instead of html2text.
10554
10555         * imap.el (imap-debug): Add `imap-ping-server'.
10556
10557         * gnus-bookmark.el: Add FIXMEs.
10558
10559         * message.el (message-form-letter-separator)
10560         (message-send-form-letter-delay): New variables.
10561         (message-send-form-letter): Use them.  New command to send form
10562         letters.  Requested by Uwe Siart.
10563         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10564
10565 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * Update copyright years.
10568
10569 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10570
10571         Sync from EMACS_22_BASE.
10572
10573         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10574
10575 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10576
10577         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10578         empty author.
10579
10580 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10581
10582         * gnus-registry.el (gnus-registry-marks): Add variable for
10583         customization of marks and their appearance.
10584         (gnus-registry-read-mark): Use it.
10585         (gnus-registry-do-marks): Add utility function to loop through
10586         `gnus-registry-marks'.
10587         (gnus-registry-install-shortcuts-and-menus): Add function to install
10588         shortcuts and menus.
10589         (gnus-registry-initialize): Use it.
10590         (gnus-registry-default-mark): Clarify documentation.
10591
10592 2008-02-29  Glenn Morris  <rgm@gnu.org>
10593
10594         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10595         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10596         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10597         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10598         Change defcustom :version from 23.0 to 23.1.
10599
10600 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * gnus-registry.el (gnus-registry-follow-group-p)
10603         (gnus-registry-post-process-groups): Add functions to aid registry
10604         splitting and improve logging.  Clarify behavior in function
10605         documentation.
10606         (gnus-registry-split-fancy-with-parent): Use them.
10607
10608 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10609
10610         * gnus-art.el: Use with-current-buffer.
10611
10612 2008-02-27  David Engster  <dengste@eml.cc>
10613
10614         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10615         Express real group name in the response.
10616
10617 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10620         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10621         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10622         autoload gnus-registry-fetch-group when compiling.
10623         (nnmairix-request-group-with-article-number-correction):
10624         Remove unreferenced argument passed to nnmairix-call-backend.
10625
10626 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10629         (mm-uu-extract): Improve face for low color ttys.
10630         Reported by Sascha Wilde.
10631
10632 2008-02-27  Glenn Morris  <rgm@gnu.org>
10633
10634         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10635         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10636         variables to defconsts.  Convert comments to doc-strings.
10637         (nnmairix-last-server, nnmairix-current-server): Convert from free
10638         variables to defvars.  Convert comments to doc-strings.
10639         (gnus-registry-fetch-group): Autoload.
10640         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10641         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10642         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10643         caddr.
10644         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10645         nnmairix-request-group-with-article-number-correction call.
10646         (nnmairix-fast, nnmairix-group): New, less general names, for free
10647         variables passed from nnmairix-request-group to
10648         nnmairix-request-group-with-article-number-correction.  Declare.
10649         (nnmairix-request-group-with-article-number-correction):
10650         Use nnmairix-fast, nnmairix-group rather than fast, group.
10651
10652 2008-02-26  David Engster  <dengste@eml.cc>
10653
10654         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10655         version 0.5.
10656
10657 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10658
10659         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10660         instead of making an extra function call.  Don't add the current group
10661         to articles only when they have the group.  Use
10662         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10663         Reported by David <de_bb@arcor.de>.
10664
10665 2008-02-24  Miles Bader  <miles@gnu.org>
10666
10667         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10668         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10669         (mm-find-mime-charset-region):
10670         * mm-bodies.el (mm-encode-body):
10671         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10672
10673 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10676         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10677
10678 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * mail-source.el (mail-source-delete-incoming): Change default.
10681         Supplement doc string.
10682
10683         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10684
10685 2008-02-14  Glenn Morris  <rgm@gnu.org>
10686
10687         * time-date.el (format-seconds): New function.
10688
10689 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * nnmail.el (nnmail-message-id-cache-file): Derive from
10692         `gnus-home-directory'.
10693
10694 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10697         Document negative prefix.
10698
10699         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10700
10701 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702
10703         * message.el (message-unsent-separator): Add the Exim bounce
10704         separator.
10705
10706 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10707
10708         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10709         list.
10710         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10711         recipient/signer list.
10712
10713 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * Makefile.in (datarootdir): Define.
10716         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10717         name that might contain whitespace.
10718
10719 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10722         fbound (Emacs 23 unicode), signal an error.
10723
10724 2008-02-08  Glenn Morris  <rgm@gnu.org>
10725
10726         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10727
10728 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10729
10730         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10731         ports to the calls to `netrc-machine-user-or-password' in addition to
10732         "imap" and "imaps".
10733
10734 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10735
10736         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10737
10738         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10739
10740 2008-02-01  Kenichi Handa  <handa@m17n.org>
10741
10742         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10743         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10744         (rfc2104-hash): Convert the result of concat to unibyte string.
10745
10746 2008-02-01  Dave Love  <fx@gnu.org>
10747
10748         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10749         coding-system-for-read.
10750         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10751
10752 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10755         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10756         <hanche@math.ntnu.no>.
10757
10758 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10761
10762         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10763
10764 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10765
10766         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10767         * message.el (message-beginning-of-line): Use featurep instead of bound
10768         tests in order to resolve conditionals at compile time.
10769
10770 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10771
10772         * mail-source.el (mail-sources): Add `group' choice.
10773
10774         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10775         parameter `in-group' to control into which group the articles go.
10776         Add treatment of `group' mail-source.
10777
10778 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10781
10782         * mm-decode.el (mm-dissect-buffer): Decode description.
10783
10784         * mml.el (mml-to-mime): Encode message header first.
10785
10786 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10789         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10790
10791         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10792         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10793
10794 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10795
10796         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10797
10798 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10801         prefix keys.
10802         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10803         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10804         gnus-xmas.el.
10805
10806         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10807         (gnus-xmas-article-describe-bindings): New function.
10808         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10809         gnus-xmas-article-describe-bindings.
10810
10811         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10812
10813 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10816         Add new variables for article mark management.
10817         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10818         list of extra data entries which, when present, will indicate that the
10819         article ID should not be trimmed from the registry.
10820         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10821         functions.
10822         (gnus-registry-read-mark): New function to read a mark name from the
10823         user.
10824         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10825         (gnus-registry-set-article-mark-internal): New functions to add and
10826         remove marks.
10827         (gnus-registry-get-article-marks): New function to show the marks for
10828         an article, or retrieve them for further use.
10829
10830 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10833         keys when no argument is given.
10834
10835 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * imap.el (imap-ping-server): New variable.
10838         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10839         (imap-ping-server): Minor doc string fixes.
10840
10841 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10842
10843         * imap.el (imap-ping-server): New function.
10844         (imap-opened): Call imap-ping-server.
10845
10846 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * gnus-sum.el (gnus-article-sort-by-random)
10849         (gnus-thread-sort-by-random): Fix doc strings.
10850         Reported by jidanni@jidanni.org.
10851
10852 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus-art.el (gnus-article-describe-bindings): New function.
10855         (gnus-article-read-summary-keys): Use it.
10856         (gnus-article-mode-map): Bind `C-h b' to it.
10857
10858 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10861         XEmacs.
10862         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10863         Protect against non-character events.
10864
10865         * lpath.el: Fbind map-keymap for Emacs 21.
10866
10867 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10870         New command.
10871         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10872         instead of END.  Change name of the temp file.
10873         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10874         customizable.
10875
10876 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10879         bind `S W' to gnus-article-wide-reply-with-original; set default
10880         binding to gnus-article-read-summary-send-keys.
10881         (gnus-article-read-summary-keys): Fix the order of keys; display
10882         continuation keys correctly in the echo area; describe bindings
10883         correctly when keys end with `C-h'.
10884         (gnus-article-read-summary-send-keys): New function.
10885         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10886         Work for gnus-article-read-summary-send-keys; display continuation keys
10887         correctly in the echo area.
10888         (gnus-article-reply-with-original): Ignore prefix argument.
10889         (gnus-article-wide-reply-with-original): New function.
10890
10891         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10892         Emacs 21.
10893
10894 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10897         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10898
10899 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10902         (gnus-group-read-ephemeral-gmane-group): New command.
10903
10904 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10905
10906         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10907
10908 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * message.el (message-send-mail-function): Increase custom version.
10911
10912         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10913         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10914
10915 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10916
10917         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10918         for the cases where imap-authenticate is called with a nil buffer
10919         parameter.
10920
10921 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10924         html parts correctly; support forwarded messages.
10925         (gnus-article-browse-html-article): Remove work buffers.
10926
10927         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10928         compiling.
10929         (netrc-bound-and-true-p): New macro.
10930         (netrc-parse): Use it instead of bound-and-true-p that is not available
10931         in XEmacs 21.4.
10932
10933 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10934
10935         * gnus-registry.el (gnus-registry-mark-article)
10936         (gnus-registry-article-marks): Add functionality to mark articles
10937         through the Gnus registry.
10938
10939         * encrypt.el: Clarify documentation for the new pgg method.
10940         (encrypt-file-alist): Add PGG option.
10941         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10942         functionality.  Abstract password key and messaging to external
10943         functions.
10944         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10945         (encrypt-message-method-and-cipher): Add new convenience external
10946         functions.
10947         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10948         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10949
10950         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10951         (netrc-parse): Use encrypt-file-alist to determine if
10952         encrypt-find-model or encrypt-insert-file-contents should be used.
10953
10954         * encrypt.el: Clarify documentation.  Load password-cache or
10955         password, whichever one is found first, instead of autoloading.
10956
10957 2007-12-19  Glenn Morris  <rgm@gnu.org>
10958
10959         * mml.el (message-options-set, message-narrow-to-head)
10960         (message-in-body-p, message-mail-p, message-encode-message-body):
10961         Autoload.
10962         (message-remove-header, message-narrow-to-headers-or-head)
10963         (message-subscribed-p, message-make-mail-followup-to)
10964         (message-position-on-field, message-news-p)
10965         (message-options-set-recipient, message-generate-headers)
10966         (message-sort-headers): Declare as functions.
10967
10968 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10971         convention in doc string.
10972
10973 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10976         title to html parts.
10977         (gnus-article-browse-html-article): Pass message header to it.
10978
10979         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10980
10981 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10984         or password compatible with XEmacs.
10985
10986 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10989         format document.
10990         (gnus-mime-delete-part): Don't write description line if empty.
10991         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10992
10993 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
10994
10995         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10996         (gnus-summary-mark-read-and-unread-as-read)
10997         (gnus-summary-mark-current-read-and-unread-as-read)
10998         (gnus-summary-mark-unread-as-ticked): Doc fix.
10999         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11000
11001 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11004         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11005
11006 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11009         yes-or-no-p.
11010
11011 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * mm-decode.el (mm-add-meta-html-tag): New function.
11014         (mm-save-part-to-file, mm-pipe-part): Use it.
11015
11016         * gnus-art.el (gnus-article-browse-delete-temp-files):
11017         Use gnus-y-or-n-p instead of y-or-n-p.
11018         (gnus-article-browse-html-parts): Work with message/external-body; use
11019         mm-add-meta-html-tag.
11020
11021 2007-12-11  Glenn Morris  <rgm@gnu.org>
11022
11023         * gnus-cache.el: Require gnus-sum not just when compiling.
11024
11025         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11026
11027         * gnus-int.el (gnus-server-opened, gnus-status-message):
11028         Move definitions before use.
11029
11030         * mm-decode.el: Require gnus-util.
11031         (mm-remove-part): Only call delete-annotation on XEmacs.
11032
11033         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11034
11035         * nnmail.el: Require gnus-int.
11036
11037         * spam.el: Move `require's before `eval-when-compile's.
11038
11039         * gnus-ems.el (gnus-alive-p):
11040         * gnus-fun.el (message-goto-eoh):
11041         * gnus-util.el (gnus-group-name-decode):
11042         * mail-source.el (gnus-compress-sequence):
11043         * message.el (Info-goto-node, format-spec):
11044         * mm-bodies.el (message-options-get):
11045         * mm-decode.el (mm-view-pkcs7):
11046         * mm-util.el (gmm-write-region):
11047         * mml-smime.el (mml-compute-boundary)
11048         (gnus-completing-read-with-default):
11049         * mml.el (widget-button-press, gnus-make-hashtable):
11050         * mml1991.el (mm-decode-content-transfer-encoding)
11051         (mm-encode-content-transfer-encoding)
11052         (message-options-get, message-options-set):
11053         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11054         * nnfolder.el (gnus-request-group):
11055         * nnheader.el (ietf-drums-unfold-fws):
11056         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11057         * smime.el (gnus-run-mode-hooks):
11058         * spam-stat.el (gnus-message): Autoload.
11059
11060         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11061         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11062         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11063         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11064         Add declare-function compatibility definition.
11065
11066         * gnus-cache.el (nnvirtual-find-group-art):
11067         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11068         (gnus-add-image, gnus-add-wash-type):
11069         * gnus-group.el (nnkiboze-score-file):
11070         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11071         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11072         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11073         (message-tokenize-header, gnus-get-buffer-create)
11074         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11075         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11076         * gnus.el (gnus-group-decoded-name):
11077         * mail-source.el (imap-capability):
11078         * mm-bodies.el (message-options-set):
11079         * mm-decode.el (gnus-configure-windows):
11080         * mm-extern.el (message-goto-body):
11081         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11082         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11083         (epg-sub-key-validity, message-options-set):
11084         * mml.el (widget-event-point, gnus-configure-windows):
11085         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11086         * mml2015.el (epg-check-configuration, epg-configuration)
11087         (message-options-set):
11088         * nndb.el (nndb-request-article):
11089         * nnfolder.el (gnus-request-create-group):
11090         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11091         * nnmaildir.el (gnus-group-mark-article-read):
11092         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11093         * rfc1843.el (message-fetch-field):
11094         * spam.el (gnus-extract-address-components):
11095         Declare as functions.
11096
11097 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11100
11101         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11102
11103         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11104         bind show-trailing-whitespace for XEmacs.
11105
11106 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11109         new no-op macro for backward compatibility.
11110
11111         * imap.el (imap-string-to-integer): New function.
11112
11113 2007-12-09  Glenn Morris  <rgm@gnu.org>
11114
11115         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11116
11117         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11118         * message.el, mm-view.el, sieve-manage.el, smime.el:
11119         Add declare-function compatibility definition.
11120
11121         * gnus-art.el (w3-region, w3m-region, Info-menu):
11122         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11123         * gnus-sum.el (gnus-get-predicate):
11124         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11125         * message.el (mail-abbrev-in-expansion-header-p):
11126         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11127         (w3m-detect-meta-charset, w3m-region):
11128         * sieve-manage.el (password-read, password-cache-add)
11129         (password-cache-remove):
11130         * smime.el (password-read-and-add): Declare as functions.
11131
11132 2007-12-08  David Kastrup  <dak@gnu.org>
11133
11134         * gnus-sum.el (gnus-summary-simplify-subject-query):
11135         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11136         `message'.
11137
11138 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11141         it to bind idna-program, installation-directory, defined-colors, and
11142         face-attribute for XEmacs of the version that compiles defcustom forms.
11143
11144 2007-12-07  Glenn Morris  <rgm@gnu.org>
11145
11146         * gnus-art.el (article-make-date-line): Revert previous change.
11147
11148 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11151
11152 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11153
11154         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11155         Call gnus-add-to-range ranges only once with a prepared article-list.
11156
11157 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11158
11159         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11160         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11161         group names with backslashes.
11162         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11163
11164 2007-12-06  Deepak Goel  <deego3@gmail.com>
11165
11166         * gnus-art.el (article-make-date-line):
11167         * gnus-start.el (gnus-load):
11168         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11169
11170 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus-art.el (gnus-use-idna)
11173         * gnus-start.el (gnus-site-init-file)
11174         * message.el (message-use-idna)
11175         * mm-uu.el (mm-uu-hide-markers)
11176         * smiley.el (smiley-style): Revert changes that suppress warnings.
11177
11178 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11181         specify charset to html source.
11182         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11183
11184 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11187         idna-program in order to suppress byte compile warning issued by XEmacs
11188         that came to byte compile the default value section of defcustom forms
11189         recently.
11190
11191         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11192         value of installation-directory.
11193
11194         * message.el (message-use-idna): Don't directly refer to the value of
11195         idna-program.
11196
11197         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11198
11199         * smiley.el (smiley-style): Don't directly call face-attribute.
11200
11201 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11204
11205         * gnus-dired.el: Reduce Gnus dependencies.
11206         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11207         Don't require.  Use autoloads instead.
11208         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11209         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11210         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11211         (gnus-dired-mode): Adjust doc string.
11212         (gnus-dired-mail-mode): New variable.
11213         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11214         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11215         (gnus-dired-mail-buffers): New function.  Return mail or message
11216         composition buffers.
11217         (gnus-dired-attach): Use it.
11218         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11219         NO-DECODE.
11220         (gnus-dired-print): Use `gnus-print-buffer' depending on
11221         `gnus-dired-mail-mode'.
11222
11223 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * rfc2047.el (rfc2047-encoded-word-regexp)
11226         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11227         explaining what regexp patterns are for.
11228
11229 2007-12-04  Glenn Morris  <rgm@gnu.org>
11230
11231         * password.el: Move to password-cache.el.
11232
11233         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11234         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11235         * mml-smime.el (password-read, password-cache-add)
11236         (password-cache-remove):
11237         No need to autoload, since mml-sec requires password.
11238
11239         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11240         * message.el (gnus-extract-address-components):
11241         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11242
11243         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11244         password.
11245
11246 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * mailcap.el: Reduce dependencies.
11249         (mail-header-parse-content-type): Autoload.
11250         (mailcap-delete-duplicates): New alias.
11251         (mailcap-mime-info): Add optional argument NO-DECODE.
11252         (mailcap-mime-types): Use mailcap-delete-duplicates.
11253
11254         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11255
11256 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11257
11258         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11259         (imap-parse-status): Upcase status-att for servers that sends them
11260         lower-case (e.g., MS Exchange 2007).
11261
11262 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11265         function.
11266
11267         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11268         (gnus-uu-yenc-article): New function.
11269
11270         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11271
11272         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11273
11274 2007-12-02  Glenn Morris  <rgm@gnu.org>
11275
11276         * binhex.el (binhex): New custom group.
11277         (binhex-decoder-program, binhex-decoder-switches)
11278         (binhex-use-external): Move to the binhex custom group.
11279
11280         * uudecode.el (uudecode): New custom group.
11281         (uudecode-decoder-program, uudecode-decoder-switches)
11282         (uudecode-use-external): Move to the uudecode custom group.
11283
11284         * netrc.el (top-level): Don't load `encrypt' features.
11285         (netrc-parse): Don't use encrypt.
11286         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11287
11288         * encrypt.el: Remove file.
11289
11290 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11293         matches on patches.
11294
11295         * gnus-art.el (gnus-article-browse-html-article):
11296         Mention `mm-text-html-renderer' in the doc string.
11297
11298         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11299         string.  Add comments.
11300
11301         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11302         if rhs is ASCII.
11303
11304 2007-12-01  Glenn Morris  <rgm@gnu.org>
11305
11306         * mail-source.el (top-level): Require format-spec before
11307         eval-when-compile.
11308
11309 2007-11-30  Glenn Morris  <rgm@gnu.org>
11310
11311         * encrypt.el: Require password, rather than autoloading password-read.
11312
11313 2007-11-29  Glenn Morris  <rgm@gnu.org>
11314
11315         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11316         (sasl-make-client, sasl-next-step, sasl-step-data)
11317         (sasl-step-set-data): Declare as functions.
11318
11319 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11322
11323 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11324
11325         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11326         certs should be verified and what is to be done in the event of a
11327         verification failure.
11328
11329         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11330         caller can indicate whether the cache should be disregarded for this
11331         call.  This way the result of the call is reproducible at all times and
11332         can be considered a canonical server name for the supplied method.
11333         (gnus-agent-method-p): Canonicalize server names by pushing their
11334         method through `gnus-method-to-server' using the no-cache argument.
11335
11336         * gnus-srvr.el (gnus-server-insert-server-line):
11337         Call `gnus-method-to-server' with `no-cache' argument.
11338
11339         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11340         gnus-agent-possibly-synchronize-flags as this should be called when the
11341         server is actually being opened.
11342         (gnus-agent-possibly-synchronize-flags)
11343         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11344         flags file of an agentized server to the latter function.
11345
11346         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11347         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11348         after a connection has been established successfully.
11349
11350 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-art.el (article-display-face): Force to display face if called
11353         interactively; check if gnus-article-x-face-too-ugly matches author.
11354         (article-display-x-face): Display face even if From header is missing
11355         as article-display-face does.
11356
11357 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11358
11359         * hashcash.el (message-narrow-to-headers-or-head)
11360         (message-fetch-field, message-goto-eoh)
11361         (message-narrow-to-headers): Declare as functions.
11362
11363 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * mail-source.el (mail-sources): Default to fetch from file for
11366         compatibility with default of nnmail-spool-file.
11367
11368 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11371         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11372         to look for encoded word that should be encoded again.
11373         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11374         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11375         encoding pattern.
11376         (rfc2047-decode-region): Switch strict regexp and loose one according
11377         to rfc2047-allow-irregular-q-encoded-words.
11378
11379 2007-11-25  Romain Francoise  <romain@orebokech.com>
11380
11381         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11382
11383 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * tls.el (tls-program): Provide more custom choices from
11386         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11387         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11388
11389 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11392         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11393
11394         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11395         `nnmail-spool-file'.
11396
11397         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11398         `nnmail-spool-file'.
11399
11400         * gnus-move.el (gnus-change-server): Ditto.
11401
11402         * gnus-kill.el (gnus-batch-score): Ditto.
11403
11404         * gnus-cache.el (gnus-jog-cache): Ditto.
11405
11406         * gnus-msg.el (gnus-summary-reply):
11407         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11408
11409 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11412         version.  Minor improvement to doc strings.
11413         (tls-program): Add comment.
11414
11415 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11416
11417         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11418         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11419         mismatch between the hostname provided in the certificate and the name
11420         of the host connnecting to.
11421         (open-tls-stream): Use them.  Check certificates against trusted root
11422         certificates.
11423
11424 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-cache.el (gnus-cache-generate-nov-databases):
11427         Use nnml-generate-nov-databases-directory instead of
11428         nnml-generate-nov-databases-1.
11429
11430 2007-11-24  Glenn Morris  <rgm@gnu.org>
11431
11432         * message.el (message-tool-bar-retro): Update for rename
11433         mail_send.xpm->mail-send.xpm.
11434
11435 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11438         `smime-ldap-search' for Emacs 22 and up.
11439
11440 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11441
11442         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11443
11444         * message.el (message-send-mail-function): Fix error convention.
11445         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11446         (message-widen-reply, message-send-mail, message-talkative-question)
11447         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11448         (message-clone-locals, message-send-news): Use with-current-buffer.
11449         (message-insert-or-toggle-importance): Remove unused var `valid'.
11450         (message-make-references): Remove unused var `new-references'.
11451         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11452
11453 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11454
11455         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11456         (spam-split-symbolic-return-positive): Reflow docstring.
11457         (spam-backends, spam-summary-exit-behavior)
11458         (spam-mark-ham-unread-before-move-from-spam-group)
11459         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11460         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11461         (spam-clear-cache, spam-backend-check, spam-install-backend)
11462         (spam-install-statistical-backend, spam-list-of-processors)
11463         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11464         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11465         (spam-check-crm114, spam-initialize, spam-unload-hook):
11466         Fix typos in docstrings.
11467
11468 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11471         been checked if they have never been read and those group levels are
11472         higher than the one that a user specified.
11473
11474 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11477         foreign groups unless a group level is specified by a user.
11478         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11479
11480 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * message.el (message-send-mail-function): Require sendmail.
11483
11484 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11485
11486         * message.el (message-send-mail-function): Check for smtpmail too.
11487
11488         * utf7.el (utf7-encode, utf7-decode): Use coding system
11489         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11490
11491         * message.el (message-send-mail-function): New function.
11492         (message-send-mail-function): Set default using
11493         message-send-mail-function.  Adjust doc string.
11494         (message-send-mail-with-mailclient): New function.
11495
11496 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11497
11498         * smime.el (from):
11499         * rfc2047.el (message-posting-charset):
11500         * qp.el (mm-use-ultra-safe-encoding):
11501         * pop3.el (parse-time-months):
11502         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11503         * nnml.el (files):
11504         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11505         (jka-compr-compression-info-list, ange-ftp-path-format)
11506         (efs-path-regexp):
11507         * nndiary.el (files):
11508         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11509         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11510         (epg-digest-algorithm-alist, inhibit-redisplay)
11511         (password-cache-expiry):
11512         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11513         (pgg-output-buffer, password-cache-expiry):
11514         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11515         (efs-path-regexp):
11516         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11517         (inhibit-redisplay):
11518         * mm-uu.el (file-name, start-point, end-point, entry)
11519         (gnus-newsgroup-name, gnus-newsgroup-charset):
11520         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11521         (latin-unity-ucs-list):
11522         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11523         (mm-uu-binhex-decode-function):
11524         * message.el (gnus-message-group-art, gnus-list-identifiers)
11525         (rmail-enable-mime-composing, gnus-local-organization)
11526         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11527         (gnus-read-active-file, facemenu-add-face-function)
11528         (facemenu-remove-face-function, gnus-article-decoded-p)
11529         (tool-bar-mode):
11530         * mail-source.el (display-time-mail-function):
11531         * gnus-util.el (nnmail-pathname-coding-system)
11532         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11533         (gnus-original-article-buffer, gnus-user-agent)
11534         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11535         (xemacs-codename, sxemacs-codename, emacs-program-version):
11536         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11537         * gnus-start.el (gnus-agent-covered-methods)
11538         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11539         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11540         (gnus-newsgroup-headers, gnus-group-list-mode)
11541         (gnus-group-mark-positions, gnus-newsgroup-data)
11542         (gnus-newsgroup-unreads, nnoo-state-alist)
11543         (gnus-current-select-method, mail-sources)
11544         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11545         (nnmail-spool-file, gnus-cache-active-hashtb):
11546         * gnus-mh.el (mh-lib-progs):
11547         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11548         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11549         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11550         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11551         (gnus-group-buffer):
11552         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11553         (font-lock-set-defaults):
11554         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11555         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11556         (gnus-summary-post-menu, total-parts, type, condition, length):
11557         * gnus-agent.el (gnus-agent-read-agentview):
11558         * flow-fill.el (show-trailing-whitespace):
11559         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11560         eval-and-compile wrappers for byte compiler pacifiers.
11561
11562         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11563         (mm-display-inline-fontify): Check for featurep 'xemacs not
11564         extent-list.
11565
11566         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11567         itimer-list.
11568         (mm-create-image-xemacs): Only do something for XEmacs.
11569         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11570
11571         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11572
11573         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11574         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11575
11576 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11577
11578         * nnimap.el (nnimap-split-download-body):
11579         * gnus-demon.el (gnus-demon):
11580         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11581
11582 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11585         New macros.
11586         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11587         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11588         copy data from unibyte buffer to multibyte current buffer.
11589         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11590         to copy data from unibyte current buffer to multibyte buffer.
11591         (nntp-make-process-buffer): Make process buffer unibyte.
11592
11593         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11594
11595 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11596
11597         * pop3.el (pop3-open-server): Accept and process data more robustly at
11598         connexion start to avoid spurious "POP SSL connexion failed" errors.
11599
11600 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11603         read group names.
11604
11605 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11608
11609 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11612         (nnmail-save-active): Use a unibyte buffer when saving active file,
11613         which may contain non-ASCII group names.
11614
11615         * nnml.el (nnml-request-group): Decode group names in messages.
11616
11617 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * message.el (message-citation-line-function)
11620         (message-insert-formatted-citation-line): Fix spelling of
11621         `message-insert-formated-citation-line'.
11622
11623 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11626
11627 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11630         nnmail-pathname-coding-system.
11631
11632         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11633         that a user enters; decode group names in messages.
11634
11635         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11636
11637 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11640
11641         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11642
11643         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11644         risky local variable.
11645
11646         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11647
11648 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11649
11650         * encrypt.el: Improve documentation to fix function name typo.
11651         Reported by Daiki Ueno <ueno@unixuser.org>.
11652
11653 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11656         even if the point is not in the last page of an article.
11657         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11658         back to the previous page.
11659
11660 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11663
11664 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11667
11668 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11669
11670         * message.el (message-check-news-body-syntax):
11671         Avoid mm-string-as-multibyte.
11672         (message-hide-headers): Don't assume (point-min)==1.
11673
11674 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * message.el (message-remove-blank-cited-lines): Fix if remove is
11677         given.
11678         (message-bogus-address-regexp): New variable.
11679         (message-bogus-recipient-p): New function.
11680         (message-check-recipients): New command.
11681         (message-syntax-checks): Add `bogus-recipient'.
11682         (message-fix-before-sending): Add `bogus-recipient'.
11683
11684         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11685         (gnus-treat-body-boundary): Don't test window-system.
11686
11687 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11688
11689         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11690
11691 2007-10-28  Miles Bader  <miles@gnu.org>
11692
11693         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11694         at compile-time too.
11695
11696 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * gnus-msg.el (gnus-message-setup-hook):
11699         Add `message-remove-blank-cited-lines' to options.
11700
11701 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * message.el (message-remove-blank-cited-lines): New function.
11704         Suggested by Karl PlĂ€sterer.
11705
11706 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11709         mapc.
11710
11711         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11712         (top-level): Use mapc to set functions to be traced for debugging.
11713
11714         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11715         called for effect with while loop.
11716
11717         * message.el (message-talkative-question): Replace mapcar called for
11718         effect with mapc.
11719
11720         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11721         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11722         called for effect with dolist.
11723
11724         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11725
11726         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11727         gnus-extra-headers and nnmail-extra-headers.
11728
11729         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11730         called for effect with dolist.
11731         (top-level): Use mapc to set functions to be traced for debugging.
11732
11733         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11734         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11735         dolist.
11736
11737         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11738         Replace mapcar called for effect with mapc.
11739         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11740         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11741         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11742         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11743
11744         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11745         remove-if that's a cl function.
11746
11747         * webmail.el (webmail-debug): Replace mapcar called for effect with
11748         dolist.
11749
11750         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11751         with mapc.
11752
11753 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11756         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11757         with while loop.
11758
11759         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11760         functions from article-* functions.
11761         (gnus-multi-decode-header): Replace mapcar called for effect with
11762         dolist.
11763
11764         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11765         (gnus-bookmark-show-details): Replace mapcar called for effect with
11766         while loop.
11767
11768         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11769         called for effect with while loop.
11770
11771         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11772         with dolist.
11773
11774         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11775         Replace mapcar called for effect with dolist.
11776
11777         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11778
11779         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11780         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11781         Replace mapcar called for effect with dolist.
11782         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11783         mapc.
11784
11785         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11786         Replace mapcar called for effect with dolist.
11787         (gnus-topic-list): Replace mapcar called for effect with mapc.
11788
11789         * gnus.el: Use mapc instead of mapcar to add autoloads.
11790
11791 2007-10-23  Richard Stallman  <rms@gnu.org>
11792
11793         * gnus-group.el (gnus-group-highlight): Mark as risky.
11794
11795 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus.el (gnus-server-to-method): Return method found first in
11798         gnus-newsrc-alist.
11799
11800         * gnus-art.el (gnus-article-highlight-signature)
11801         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11802         button overlay without the front stickiness.
11803
11804 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11805
11806         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11807         overview buffer needed a catch to receive its throw.
11808         (gnus-agent-flush-cache): Declare as interactive to make this function
11809         easier to use.
11810
11811 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11814         `next-line'.
11815
11816 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11819         exclude address matching message-dont-reply-to-names.
11820
11821 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-util.el (gnus-string<): New function.
11824
11825         * gnus-sum.el (gnus-article-sort-by-author)
11826         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11827
11828 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11831         the frame-focus tag is set in gnus-buffer-configuration.
11832
11833 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11836         the front stickiness.
11837
11838 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11841         url pattern; remove duplicate one.
11842         (gnus-article-extend-url-button): New function.
11843         (gnus-article-add-buttons): Use it.
11844         (gnus-button-push): Use concatenated url that it makes.
11845
11846 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11847
11848         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11849
11850 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11851
11852         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11853         Don't hardcode point-min==1.
11854
11855 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11858         Fix comment about "iso8859-1".
11859
11860 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11861
11862         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11863         ones returned from the verify-function.
11864
11865         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11866         Call mml2015-extract-cleartext-signature if extraction failed.
11867
11868 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11871         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11872         failed.
11873
11874 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11877
11878 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11881         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11882         recommends to use EasyPG instead of PGG.
11883
11884         * pgg.el: Revert to revision 6.23.2.16.
11885
11886         * pgg-def.el: Revert to revision 6.6.2.14.
11887
11888         * pgg-gpg.el: Revert to revision 6.23.2.34.
11889
11890 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11891
11892         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11893         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11894         thread for both the null and zero (kill/expire thread) universal prefix
11895         cases.
11896         (gnus-summary-expire-thread): Add new function to expire a thread,
11897         using gnus-summary-kill-thread.
11898         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11899         shortcuts for gnus-summary-expire-thread.
11900         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11901         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11902
11903 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11904
11905         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11906         extras value, so an extras entry can be deleted.
11907         (gnus-registry-delete-extra-entry): Use it.
11908         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11909         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11910         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11911         storage through the gnus-registry, and provide an appropriate API for
11912         it.
11913
11914 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11917         Suggested by Leo <sdl.web@gmail.com>.
11918
11919         * gnus.el: Do.
11920
11921 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11924         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11925
11926         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11927
11928         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11929         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11930
11931 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11934         newline.
11935         (nnmbox-request-accept-article): Don't change article in source buffer;
11936         narrow to header to use message-fetch-field rather than
11937         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11938         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11939         as delimiters; make sure article ends with newline.
11940         (nnmbox-delete-mail): Correct last position of article to be deleted;
11941         ignore X-Gnus-Newsgroup header in article body.
11942         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11943         positions; make sure article ends with newline.
11944
11945         * message.el (message-display-abbrev): Don't infloop when a user
11946         inserts SPC in the beginning of header.
11947
11948         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11949         coding-system-for-read and coding-system-for-write for XEmacs having no
11950         file-coding feature.
11951
11952         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11953
11954 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11955
11956         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11957         list of groups not followed by default.  Fix type to be regexp.
11958         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11959
11960 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11961
11962         * hmac-def.el (define-hmac-function): Switch from old-style to
11963         new-style backquotes.
11964
11965         * md4.el (md4-make-step): Likewise.
11966
11967 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11970         raw-text coding system when saving .newsrc file, which may contain
11971         non-ASCII group names.
11972
11973 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-cus.el (gnus-score-extra): New widget.
11976         (gnus-score-extra-convert): New function.
11977         (gnus-score-customize): Use it for Extra.
11978
11979 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11980
11981         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11982         (mml2015-mailcrypt-clear-verify): Use it.
11983         (mml2015-gpg-clear-verify): Use it.
11984         (mml2015-pgg-clear-verify): Use it.
11985         (mml2015-epg-clear-verify): Replace the current part with the output
11986         from GnuPG; don't extract the plaintext by itself.
11987
11988         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11989         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11990         mml2015-clear-verify-function; don't touch the armor headers or
11991         dash-escaped text here.
11992
11993 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11996         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11997         parts, or application/octet-stream as a last resort.
11998         (gnus-mime-view-part-as-type): Don't toggle display.
11999         (gnus-mime-view-part-as-charset): Don't turn off display before
12000         querying charset.
12001
12002         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12003         stuff to undisplayer function in Emacs.
12004         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12005
12006         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12007         text/calendar parts.
12008
12009 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12012         decoding text/calendar parts.
12013
12014         * message.el (message-forward-make-body-mime): Always mark body as
12015         having no illegible text; remove signed-or-encrypted argument.
12016         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12017
12018         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12019         (mml-generate-mime-1): Don't encode body if it is specified to be in
12020         raw form; don't make buffer be unibyte when inserting multibyte string.
12021
12022 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12023
12024         * sha1.el: Fix up comment style.
12025         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12026         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12027
12028         * hex-util.el: Fix up comment style.
12029         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12030
12031         * gnus-salt.el: Use with-current-buffer.
12032         (gnus-pick-setup-message): Fix long-standing typo.
12033
12034 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * imap.el (imap-logout-timeout): New variable.
12037         (imap-logout, imap-logout-wait): New functions.
12038         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12039
12040         * nnimap.el (nnimap-logout-timeout): New server variable.
12041         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12042         nnimap-logout-timeout.
12043
12044         * gnus-art.el (gnus-article-summary-command-nosave)
12045         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12046
12047 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus.el (gnus-maximum-newsgroup): New variable.
12050
12051         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12052         according to gnus-maximum-newsgroup.
12053
12054         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12055         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12056         Limit the range of articles according to gnus-maximum-newsgroup.
12057
12058 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12059
12060         * gnus-art.el (gnus-sticky-article): Fix problems described in
12061         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12062         Don't perform gnus-configure-windows here; reuse existing sticky
12063         article buffer.
12064
12065         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12066         it doesn't exist in gnus-article-mode.
12067
12068 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12071         (gnus-agent-decoded-group-name): New function.
12072         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12073         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12074
12075 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12076
12077         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12078         Add binding for gnus-sticky-article.
12079         (gnus-summary-exit): Don't kill sticky article buffers.
12080
12081         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12082         article buffer.
12083         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12084         (gnus-kill-sticky-article-buffers): New commands.
12085
12086 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * nntp.el (nntp-xref-number-is-evil): New server variable.
12089         (nntp-find-group-and-number): If it is non-nil, don't trust article
12090         numbers in the Xref header.
12091
12092 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-agent.el (gnus-agent-read-group): New function.
12095         (gnus-agent-flush-group, gnus-agent-expire-group)
12096         (gnus-agent-regenerate-group): Use it.
12097         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12098         nnmail-pathname-coding-system.
12099
12100 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12103
12104         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12105         that are unread as unread, and also as selected so that information of
12106         marks having been changed by a user may be updated when exiting group.
12107
12108 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12111
12112 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12115         calculated ignoring signature parts to gnus-treat-article.
12116
12117 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12120         a point here in order to keep the window start.
12121         (gnus-insert-mime-security-button): Make a button overlay without the
12122         front stickiness.
12123         (gnus-mime-display-security): Goto the end of a button.
12124
12125         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12126
12127 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12130         group-name-at-point.
12131         (gnus-group-completing-read): New function that offers decoded
12132         non-ASCII group names for completion.
12133         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12134         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12135         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12136         (gnus-group-fetch-control): Use it.
12137         (gnus-fetch-group): Use group-name-at-point for the initial value
12138         rather than the default value; use gnus-alive-p.
12139
12140         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12141         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12142         (gnus-summary-post-news): Use gnus-group-completing-read.
12143
12144         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12145         (gnus-read-move-group-name): Decode group name for completion.
12146
12147 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12148
12149         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12150         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12151         Yamaoka slightly modified the code).
12152
12153 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12156         (nnmail-split-incoming): Bind it.
12157
12158         * nnml.el (nnml-group-name-charset): New function.
12159         (nnml-decoded-group-name): Use it; don't decode group name if
12160         nnmail-group-names-not-encoded-p is non-nil.
12161         (nnml-encoded-group-name): New function.
12162         (nnml-group-pathname): Inline nnml-decoded-group-name.
12163         (nnml-request-expire-articles): Decode group name in message.
12164         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12165         nnmail-pathname-coding-system.
12166         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12167         not decoded ones according to nnmail-group-names-not-encoded-p.
12168         (nnml-generate-active-info): Use nnml-encoded-group-name.
12169
12170 2007-08-08  Glenn Morris  <rgm@gnu.org>
12171
12172         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12173         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12174         doc-strings and comments.
12175
12176 2007-07-25  Glenn Morris  <rgm@gnu.org>
12177
12178         * Relicense all FSF files to GPLv3 or later.
12179
12180 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-sum.el (gnus-summary-move-article):
12183         Make gnus-summary-respool-article work.
12184
12185 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12188         string.
12189
12190 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12191
12192         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12193         that should be ignored when comparing distant RSS articles with local
12194         ones.
12195         (nnrss-make-hash-index): New function.  Create a hash index according
12196         to the ignored fields.
12197         (nnrss-check-group): Use it.
12198
12199 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12202
12203         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12204
12205         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12206         the new optional argument ENCODED is non-nil.
12207         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12208         coding system for encoding group name.
12209         (gnus-group-make-rss-group): Pass un-encoded group name to
12210         gnus-group-make-group.
12211         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12212         encoded.
12213
12214         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12215         Encode group name to which articles are moved or copied.
12216         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12217         coding system for encoding Newsgroup, Followup-To and Xref headers.
12218
12219         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12220         marks; use nnheader-file-coding-system to write a file.
12221         (nnagent-retrieve-headers): Bind file-name-coding-system to
12222         nnmail-pathname-coding-system.
12223
12224         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12225
12226         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12227         (nnml-request-article, nnml-request-create-group)
12228         (nnml-request-rename-group, nnml-find-id)
12229         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12230         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12231         (nnml-save-marks): Use nnml-group-pathname instead of
12232         nnmail-group-pathname.
12233
12234         (nnml-request-create-group, nnml-request-expire-articles)
12235         (nnml-request-move-article, nnml-request-delete-group)
12236         (nnml-deletable-article-p, nnml-possibly-create-directory)
12237         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12238         (nnml-open-marks): Bind file-name-coding-system to
12239         nnmail-pathname-coding-system.
12240
12241         (nnml-request-article): Pass server argument to nnml-find-group-number.
12242         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12243         Pass server argument to nnml-possibly-create-directory.
12244         (nnml-request-accept-article): Pass server argument to
12245         nnml-active-number and nnml-save-mail.
12246         (nnml-find-group-number): Pass server argument to nnml-find-id.
12247         (nnml-request-update-info): Pass server argument to
12248         nnml-marks-changed-p.
12249
12250         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12251         (nnml-save-mail, nnml-active-number): Add server argument.
12252
12253         (nnml-request-delete-group): Warn if group is missing.
12254         (nnml-get-nov-buffer): Decode group name.
12255         (nnml-generate-active-info): Encode group name.
12256         (nnml-open-marks): Decode group name in messages.
12257
12258 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12261         if it is not specified.
12262         (gnus-article-pipe-part, gnus-article-save-part)
12263         (gnus-article-interactively-view-part, gnus-article-copy-part)
12264         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12265         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12266         (gnus-article-replace-part, gnus-article-delete-part)
12267         (gnus-article-view-part-as-type): Pass raw prefix argument to
12268         gnus-article-part-wrapper.
12269
12270 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-agent.el (gnus-agent-save-active):
12273         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12274
12275         * gnus-cache.el (gnus-cache-save-buffers)
12276         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12277         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12278         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12279         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12280         (gnus-cache-generate-active, gnus-cache-rename-group)
12281         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12282         (gnus-cache-update-overview-total-fetched-for):
12283         Bind file-name-coding-system to nnmail-pathname-coding-system.
12284         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12285         New variables.
12286         (gnus-cache-decoded-group-name): New function.
12287         (gnus-cache-file-name): Use it.
12288         (gnus-cache-generate-active): Use non-decoded group name for active.
12289
12290         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12291         right place.
12292         (gnus-write-active-file): Don't break non-ASCII group names.
12293
12294         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12295         nnmail-pathname-coding-system.
12296
12297         * lpath.el: Bind default-file-name-coding-system,
12298         file-name-coding-system and language-info-alist for XEmacs.
12299
12300         * gnus-uu.el (gnus-uu-decode-save): Typo.
12301
12302 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12305
12306 2007-07-14  David Kastrup  <dak@gnu.org>
12307
12308         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12309         finishing actions if we did not edit the article.
12310
12311 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12314         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12315         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12316         (gnus-agent-flush-group, gnus-agent-flush-cache)
12317         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12318         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12319         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12320         (gnus-agent-regenerate-group)
12321         (gnus-agent-update-files-total-fetched-for)
12322         (gnus-agent-update-view-total-fetched-for):
12323         Bind file-name-coding-system to nnmail-pathname-coding-system.
12324         (gnus-agent-group-pathname): Don't encode file names by
12325         nnmail-pathname-coding-system.
12326         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12327         coding-system-for-write instead of buffer-file-coding-system to
12328         gnus-agent-file-coding-system.
12329
12330         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12331         Decode group name.
12332
12333         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12334
12335         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12336         (gnus-read-newsrc-el-file): Make group names unibyte.
12337
12338         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12339         nnmail-pathname-coding-system.
12340
12341         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12342         (nnrss-request-delete-group): Bind file-name-coding-system to
12343         nnmail-pathname-coding-system.
12344         (nnrss-read-server-data, nnrss-read-group-data):
12345         Bind file-name-coding-system correctly.
12346         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12347
12348         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12349         (nntp-server-to-method-cache): New variable.
12350         (nntp-group-pathname): New function that decodes non-ASCII group names.
12351         (nntp-possibly-create-directory, nntp-marks-changed-p)
12352         (nntp-save-marks, nntp-open-marks): Use it.
12353         (nntp-possibly-create-directory, nntp-open-marks):
12354         Bind file-name-coding-system to nnmail-pathname-coding-system.
12355         (nntp-open-marks): Decode group names when bootstrapping marks.
12356
12357         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12358         Newsgroups and Folowup-To headers.
12359
12360 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12363         (gnus-server-closed-face, gnus-server-denied-face)
12364         (gnus-server-offline-face): Remove variable.
12365         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12366
12367         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12368         of modifying message-stack directly for XEmacs.
12369
12370         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12371         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12372         if the coding-system argument is nil for XEmacs.
12373
12374         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12375         mm-charset-override-alist.
12376
12377         * rfc2047.el: Don't require base64; require rfc2045 for the function
12378         rfc2045-encode-string.
12379         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12380         to quote the parameter value.
12381
12382 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12385         form in gnus-group-name-charset-method-alist.
12386
12387         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12388         overrides the default layout edit-form.
12389
12390         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12391
12392         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12393
12394 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12397         as unfetched articles.
12398
12399 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12402
12403 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12406         original back end that keeps marks in the local system.
12407
12408 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12411         arg of pop-to-buffer for XEmacs.
12412         (gnus-article-read-summary-keys): Ditto; don't restore window
12413         configuration if summary command ends up with neither article buffer
12414         nor summary buffer; describe bindings if summary keys end with C-h.
12415
12416 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * message.el (message-fix-before-sending): Skip raw message part to be
12419         forwarded while checking illegible text.
12420         (message-forward-make-body-mime, message-forward-make-body):
12421         Mark signed or encrypted raw message as having no illegible text.
12422
12423 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12426         (gnus-message-with-timestamp-1): New macro.
12427         (gnus-message-with-timestamp): New function.
12428         (gnus-message): Use them.
12429
12430         * nnheader.el (nnheader-message): Use them.
12431
12432 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12435         .newsrc.eld file.
12436
12437 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-agent.el (gnus-agent-fetch-headers)
12440         (gnus-agent-retrieve-headers):
12441         Bind gnus-decode-encoded-address-function to identity.
12442
12443         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12444         available also when the server returns simply a dot.
12445
12446         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12447
12448 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12451
12452 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-ems.el (gnus-x-splash): Make it work.
12455
12456         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12457         from being used.
12458
12459         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12460
12461 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12464         4th and the 5th arguments.
12465
12466         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12467         the front stickiness.
12468         (gnus-article-summary-command-nosave): Correct the order of the
12469         arguments passed to pop-to-buffer.
12470         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12471         summary command ends up with the article buffer.
12472
12473         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12474         the same faces.
12475
12476 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12477
12478         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12479
12480 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12481
12482         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12483         * gnus-sum.el (gnus-summary-highlight):
12484         * pgg.el (pgg-sign-region, pgg-sign):
12485         * mail-source.el (mail-source-delete-old-incoming-confirm):
12486         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12487
12488 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-art.el (gnus-mime-view-part-externally)
12491         (gnus-mime-view-part-internally): Fix predicate function passed to
12492         completing-read.
12493
12494         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12495
12496         * gnus.el (gnus-update-message-archive-method): Add :version.
12497
12498 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus.el (gnus-update-message-archive-method): New variable.
12501
12502         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12503         according to gnus-message-archive-method if
12504         gnus-update-message-archive-method is non-nil.
12505
12506 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12509         Suggested by Loic Dachary <loic@dachary.org>.
12510         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12511
12512 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * message.el (message-pop-to-buffer): Add switch-function argument.
12515         (message-mail): Pass switch-function argument to it.
12516
12517 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12520         Improve doc string.
12521
12522 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12525         (gnus-header-content)
12526         * gnus-cite.el (gnus-cite-10)
12527         * gnus-srvr.el (gnus-server-closed)
12528         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12529         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12530         (gnus-group-mail-3-empty, gnus-group-mail-low)
12531         (gnus-group-mail-low-empty, gnus-splash)
12532         * message.el (message-header-to, message-header-cc)
12533         (message-header-subject, message-header-other, message-header-name)
12534         (message-header-xheader, message-separator, message-cited-text)
12535         (message-mml): Lighten colors of faces used for dark background.
12536
12537 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12538
12539         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12540         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12541
12542 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * message.el (message-narrow-to-headers-or-head):
12545         Ignore mail-header-separator in the body.
12546
12547 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12550         same as window size.
12551
12552 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12553
12554         * message.el (message-font-lock-keywords): Use message-header-xheader
12555         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12556         ahead of the anything pattern, to get it recognised.
12557
12558 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12561         spam.el loads uses it in the compiled defadvice form.
12562
12563 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12564
12565         * gnus-sum.el (gnus-articles-to-read)
12566         (gnus-summary-insert-old-articles): Don't truncate group name for
12567         `read-string'.
12568
12569         * gnus-util.el (gnus-limit-string): Delete this function.
12570
12571         * gnus-sum.el (gnus-simplify-subject-fully):
12572         Use `truncate-string-to-width' instead.
12573
12574 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12575
12576         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12577         Tell if, on summary exit, the next group has to be selected.
12578         (gnus-summary-exit): Use it.
12579
12580 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12583         non-break space.
12584
12585 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12588         Check if group is not a directory.
12589         (nnfolder-request-expire-articles): Don't delete articles if the target
12590         group is not available.
12591
12592         * nnml.el (nnml-request-create-group): Properly check if group is not a
12593         file.
12594         (nnml-request-expire-articles): Don't delete articles if the target
12595         group is not available.
12596
12597         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12598         Don't quote characters that are within parentheses.
12599
12600 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12603         (gnus-handle-ephemeral-exit): Select article according to it.
12604
12605 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * message.el (message-insert-formated-citation-line): Remove newline.
12608         (message-citation-line-format): Add final \n here so that the user can
12609         avoid a blank line.
12610
12611 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12612
12613         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12614         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12615         Update lanl/arXiv support.
12616
12617 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus.el: Bump version number.
12620
12621 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622
12623         * gnus.el (gnus-version-number): Bump version.
12624
12625 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12626
12627         * gnus.el: No Gnus v0.6 is released.
12628
12629 2007-04-27  Didier Verna  <didier@xemacs.org>
12630
12631         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12632         * gmm-utils.el (gmm-regexp-concat): ... here.
12633         * message.el: Don't require 'gnus-util.
12634         (message-dont-reply-to-names): Handle name change above.
12635         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12636
12637 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12640         since the initial value varies according to the system.
12641
12642 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12645
12646 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12647
12648         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12649
12650 2007-04-24  Didier Verna  <didier@xemacs.org>
12651
12652         Improve the type of gnus-ignored-from-addresses.
12653         * gnus-util.el (gnus-orify-regexp): New function.
12654         * message.el (gnus-util): Require it.
12655         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12656         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12657         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12658
12659 2007-04-24  Didier Verna  <didier@xemacs.org>
12660
12661         * gnus-sum.el:
12662         * gnus-utils.el: Fix some trailing whitespaces.
12663
12664 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12667         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12668         article's Message-ID; refer parent article in summary buffer.
12669
12670         * message.el (message-bounce): Call mime-to-mml.
12671
12672         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12673         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12674         optimize and/or forms properly.
12675
12676 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12679         URL.
12680
12681 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12684
12685 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12688         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12689         displayed of multipart/alternative part if it is invoked from summary
12690         buffer.
12691
12692         * mm-view.el (mm-inline-text-html-render-with-w3m)
12693         (mm-inline-text-html-render-with-w3m-standalone)
12694         (mm-inline-render-with-function): Use mail-parse-charset by default.
12695
12696 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12697
12698         * parse-time.el (parse-time-string-chars): Check if CHAR
12699         is less than the length of parse-time-syntax.
12700
12701 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12704         from gnus-newsgroup-processable.
12705
12706 2007-04-16  Didier Verna  <didier@xemacs.org>
12707
12708         * gnus-msg.el (gnus-configure-posting-styles):
12709         Handle message-signature-directory properly with :file syntax.
12710         Reported by "Leo".
12711
12712 2007-04-11  Didier Verna  <didier@xemacs.org>
12713
12714         New user option: message-signature-directory.
12715         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12716         * message.el (message-insert-signature): Ditto.
12717         * message.el (message-signature-file): Doc update.
12718         * message.el (message-signature-directory): New.
12719
12720 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-msg.el (gnus-inews-yank-articles):
12723         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12724
12725 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * message.el (message-yank-original): Make sure cited text ends with
12728         newline; don't exchange point and mark.
12729
12730 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12731
12732         * tls.el (open-tls-stream): Properly handle case where there
12733         is no associated buffer.
12734
12735 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12736
12737         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12738         message-yank-original, make sure (< mark TEXT point).
12739
12740 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * message.el (message-fill-column): New variable.
12743         (message-mode): Use it.  Add comment on a possible new hook.
12744
12745         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12746         (nnmail-get-new-mail): Reformat.
12747
12748         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12749
12750         * gmm-utils.el: Fix Commentary.
12751         (gmm-tool-bar-from-list): Fix typo in doc string.
12752
12753 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12754
12755         * message.el (message-yank-original): Don't switch point and mark
12756         unnecessarily to put point and mark as documented.
12757
12758 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12759
12760         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12761         from the message heads.
12762
12763 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12764
12765         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12766         article buffer does not have a window.  This may not be the best
12767         solution but is certainly better than setting the start of the null,
12768         that is the current, window.
12769
12770 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12773         (gnus-draft-setup): Run it.
12774
12775         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12776         gnus-score-fast-scoring.  Allow regexp.
12777         (gnus-score-headers): Use it.
12778
12779         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12780         XEmacs.
12781
12782         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12783         string.
12784         (gnus-button-alist): Also catch `<f1> k ...'.
12785         (gnus-treat-display-x-face): Fix doc string.
12786
12787 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12788
12789         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12790         evaluation of gnus-extended-version to ensure correct generation of the
12791         User-Agent header when message-generate-headers-first is used.
12792
12793 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12794
12795         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12796         hashcash-path is nil.  Don't call callback with incorrect number of
12797         parameters if val is 0.
12798
12799 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12800
12801         * message.el (message-required-news-headers):
12802         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12803
12804 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12805
12806         * tls.el (open-tls-stream): In handshake-waiting loop,
12807         don't wait more if there is output available to process.
12808
12809 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12810
12811         * tls.el (tls-program): Doc fix.
12812
12813 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * message.el (message-generate-new-buffers): Change the meaning of the
12816         nil value; add `standard' to the choices; treat t as `unique'; improve
12817         doc string.
12818         (gnus-select-frame-set-input-focus): Autoload.
12819         (message-buffer-name): Search for the existing message buffer if
12820         message-generate-new-buffers is nil or `standard'; treat the value t of
12821         message-generate-new-buffers as `unique'.
12822         (message-pop-to-buffer): Raise the frame already displaying the message
12823         buffer; clear the echo area after querying.
12824         (message-setup): Pass the `continue' argument to compose-mail.
12825         (message-mail): Prefer `switch-function' if it is given; search for the
12826         existing message buffer if the `continue' argument is non-nil; pass
12827         continue and switch-function arguments to compose-mail by way of
12828         message-setup.
12829         (message-mail-other-window): Adjust argument of message-setup.
12830         (message-mail-other-frame): Ditto.
12831
12832 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12835         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12836         to turn font-lock on when turning gnus-message-citation-mode on.
12837
12838 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12839
12840         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12841         (mml-smime-function-alist): New variable; add epg as the backend.
12842         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12843         mml-smime- functions instead.
12844         * mm-view.el: Require smime.
12845
12846 2007-03-05  Didier Verna  <didier@xemacs.org>
12847
12848         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12849         instead of just inheritance for posting styles.
12850         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12851
12852 2007-02-24  Chris Moore  <dooglus@gmail.com>
12853
12854         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12855         * pgg-pgp.el (pgg-pgp-encrypt-region):
12856         * pgg-gpg.el (pgg-gpg-encrypt-region):
12857         Check pgg-encrypt-for-me if no other recipients.
12858
12859 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12860
12861         * tls.el (tls-certtool-program): Fix custom type.
12862
12863 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12866         and point-at-eol instead of line-(beginning|end)-position.
12867
12868         * assistant.el (assistant-parse-buffer): Ditto.
12869
12870         * netrc.el (netrc-parse-services): Ditto.
12871
12872 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12873
12874         * mml2015.el (mml2015-epg-find-usable-key): New function.
12875         (mml2015-epg-sign): Use it.
12876         (mml2015-epg-encrypt): Use it.
12877
12878 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * message.el (message-make-in-reply-to): Quote name containing
12881         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12882         if there are special characters.  Reported by NAKAJI Hiroyuki
12883         <nakaji@jp.freebsd.org>.
12884
12885 2007-02-27  Didier Verna  <didier@xemacs.org>
12886
12887         Include the group parameters as well as the topic ones in the
12888         inheritance filter process.
12889         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12890         argument GROUP-PARAMS-LIST.
12891         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12892
12893 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * nntp.el (nntp-never-echoes-commands)
12896         (nntp-open-connection-functions-never-echo-commands): New variables.
12897         (nntp-send-command): Use them.
12898
12899 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12900
12901         * mml2015.el (mml2015-epg-verify): Simplify.
12902
12903 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mml.el (mml-content-disposition-alist): New user option.
12906         (mml-content-disposition): New function.
12907         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12908         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12909
12910 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12911
12912         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12913         verification.
12914
12915 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12916
12917         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12918         articles posted in the last 24 hours.
12919
12920 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12921
12922         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12923
12924 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12925
12926         * nntp.el (nntp-send-command): Don't wait for echoes when
12927         nntp-open-ssl-stream is used.
12928
12929 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12932         (gnus-message-add-citation-keywords)
12933         (gnus-message-remove-citation-keywords): Remove.
12934         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12935         directly, make the variables in font-lock-defaults buffer-local, add
12936         gnus-message-citation-keywords to them and then update the value of
12937         font-lock-keywords.
12938
12939 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * message.el (message-cite-original-1): Don't call
12942         gnus-article-highlight-citation.
12943
12944         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12945         citations; fix line count.
12946
12947 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12950         (gnus-message-add-citation-keywords)
12951         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12952         versions of font-lock-add-keywords and font-lock-remove-keywords to
12953         work with XEmacs correctly.
12954
12955 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-cite.el (gnus-cite-face-list): Set the values of
12958         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12959         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12960         (gnus-message-cite-prefix-regexp): New variable.
12961         (gnus-message-search-citation-line): Use it; protect against long
12962         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12963         the 0th match data for Emacs.
12964         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12965         (gnus-message-add-citation-keywords): Append keywords rather than
12966         prepending; emulate font-lock-add-keywords if it is not available.
12967         (gnus-message-remove-citation-keywords):
12968         Emulate font-lock-remove-keywords if it is not available.
12969
12970         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12971
12972         * message.el (message-cite-prefix-regexp): Set the value of
12973         gnus-message-cite-prefix-regexp.
12974
12975 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12976
12977         * nnweb.el (nnweb-google-parse-1): Update parser.
12978
12979 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12980
12981         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12982
12983 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12984
12985         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12986         regexp.
12987
12988 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12991         string-to-multibyte.
12992         (uudecode-decode-region-internal): Use it.
12993
12994         * lpath.el: Fbind string-as-multibyte for XEmacs.
12995
12996 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12999         Fix custom choice.
13000
13001         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13002
13003 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13004
13005         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13006
13007         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13008         `write-region' to respect `mm-inhibit-file-name-handlers'.
13009
13010 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13013         Use gnus-home-directory instead of "~/" or "$HOME".
13014
13015 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13016
13017         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13018         to mention filename.
13019         Add comments at beginning regarding usage.
13020         (encrypt-write-file-contents): Change interactive so a string is
13021         acceptable.  If the file has no associated model, show an error instead
13022         of a nonsense prompt.
13023
13024 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13025
13026         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13027         Thanks to Yoshihiko Yamada for kind notification of this typo.
13028
13029 2007-01-12  Kenichi Handa  <handa@m17n.org>
13030
13031         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13032         multibyte buffer.
13033
13034 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * gnus-score.el (gnus-score-fast-scoring): New variable.
13037         (gnus-score-headers): Use it.
13038
13039         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13040
13041         * message.el (message-cite-original-1):
13042         Call gnus-article-highlight-citation if requested.
13043         (message-make-from): Allow name and address as optional arguments.
13044
13045         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13046
13047         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13048         bugs to doc string.
13049         (gnus-button-alist): Add mid\\|message-id.
13050         (gnus-button-fetch-group): Extend for use in
13051         `browse-url-browser-function'.
13052         (gnus-button-url-regexp): Try to catch paired parentheses like in
13053         Wikipedia URLs.
13054
13055         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13056         Suggested by Simon Krahnke <overlord@gmx.li>.
13057
13058 2007-01-13  Romain Francoise  <romain@orebokech.com>
13059
13060         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13061         Update copyright.
13062
13063 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13064
13065         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13066
13067 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13068
13069         * gnus-registry.el (gnus-registry-unfollowed-groups)
13070         (gnus-registry-split-fancy-with-parent): Fix documentation.
13071
13072 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13073
13074         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13075         from nnweb groups.
13076
13077 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13078
13079         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13080         Xref urls.  Erase buffer before requesting head.
13081
13082         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13083
13084 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13087         customizable.
13088
13089 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13090
13091         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13092         no signing key is found.
13093         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13094         no encrypting and/or signing key is found.
13095
13096 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13099
13100 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13101
13102         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13103         headers read from disk with the ones newly found in the current search.
13104         This should no longer cause problems, because the article numbers in
13105         Gmane's `nov.php' output are ignored since the previous change.
13106
13107 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13108
13109         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13110
13111 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13114         replace-regexp-in-string; bind url-version; fbind display-images-p and
13115         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13116         find-face and set-itimer-function for Emacs; bind itimer-list for
13117         Emacs.
13118
13119         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13120
13121 2007-01-01  Romain Francoise  <romain@orebokech.com>
13122
13123         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13124
13125 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13126
13127         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13128         `define-minor-mode' macro definition expanded properly.
13129         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13130         exclude it there.
13131
13132         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13133         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13134         `fboundp' test.
13135         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13136         This is OK to autoload in (S)XEmacs now.
13137
13138 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13141         keystroke.
13142         (gnus-summary-limit-to-singletons): Fix typo.
13143
13144         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13145         else fails.
13146
13147 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13148
13149         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13150         docstring.
13151
13152         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13153         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13154         (gnus-summary-insert-dormant-articles): Fix typo in message.
13155
13156 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13159         nil for XEmacs.
13160         (gnus-message-citation-mode): Don't autoload in XEmacs.
13161
13162         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13163
13164 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
13165
13166         * nnimap.el (nnimap-expunge-search-string):
13167         Mention nnimap-search-uids-not-since-is-evil in docstring.
13168
13169 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * spam.el: Revert to make-obsolete-variable because
13172         define-obsolete-variable-alias is not supported in Emacs 21.
13173
13174         * spam.el (spam-ifile-path, spam-ifile-database-path)
13175         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13176         make-obsolete-variable.
13177         (spam-bsfilter-path, spam-bsfilter-program)
13178         (spam-spamassassin-path, spam-spamassassin-program)
13179         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13180         Don't use "path" inappropriately.
13181         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13182         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13183         variable names.
13184
13185 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13186
13187         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13188         summary buffer.
13189
13190         * password.el (password-cache-remove): Use clear-string to burn
13191         password, if available.
13192
13193 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13196
13197         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13198
13199         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13200         (gnus-message-highlight-citation): Move defcustom here from
13201         gnus-cite.el.
13202         (gnus-message-citation-mode): Autoload.
13203
13204         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13205         checks to make it compile with XEmacs.
13206         (gnus-message-citation-mode): New minor mode.
13207         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13208         (gnus-message-highlight-citation): New variables.
13209         (gnus-message-search-citation-line)
13210         (gnus-message-add-citation-keywords)
13211         (gnus-message-remove-citation-keywords)
13212         (turn-on-gnus-message-citation-mode)
13213         (turn-off-gnus-message-citation-mode): New functions.
13214
13215 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13216
13217         * gnus-cite.el: Enable highlighting of different citation levels in
13218         message-mode.
13219
13220 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * message.el (message-make-fqdn): Fix comment.
13223         (message-bogus-system-names): Add ".local".
13224
13225         * spam.el (spam-ifile-path, spam-ifile-program)
13226         (spam-ifile-database-path, spam-ifile-database)
13227         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13228         Don't use "path" inappropriately.
13229         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13230         strings.
13231         (spam-check-ifile, spam-ifile-register-with-ifile)
13232         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13233         Use new variable names.
13234
13235         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13236         (gnus-treat-display-smileys): Simplify using
13237         gnus-image-type-available-p.
13238
13239         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13240         available.
13241
13242         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13243         Use `display-images-p' if available.
13244
13245 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13248         one after turning on the buffer's multibyteness instead of decoding
13249         them directly in the unibyte buffer that causes unexpected conversion
13250         in Emacs 23 (unicode).
13251
13252 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13253
13254         * message.el (message-generate-hashcash): Fix custom type.
13255
13256 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13259
13260 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13263         disconnect icons.  Add help text.
13264
13265 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13268         negated to be consistent with the others we handle.
13269
13270 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13271
13272         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13273         version of gnus-summary-buffer to something, so that we can use two
13274         article buffers at the same time.
13275
13276 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13277
13278         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13279         trigger all the extra headers.
13280         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13281         sorting.
13282
13283 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13284
13285         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13286         solid groups.
13287
13288 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13289
13290         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13291
13292 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * legacy-gnus-agent.el: Add Copyright notice.
13295
13296 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13297
13298         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13299
13300 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13301
13302         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13303
13304         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13305         to make it work reliably in CVS Emacs.
13306         (gnus-summary-limit-strange-charsets-predicate)
13307         (gnus-summary-limit-to-predicate): New functions.
13308
13309 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13310
13311         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13312         specifying array size.
13313         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13314         array if it is too small.
13315         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13316         (gnus-sort-threads-loop): New function.
13317
13318 2006-12-06  Chris Moore  <dooglus@gmail.com>
13319
13320         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13321         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13322
13323 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
13324
13325         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13326         options.
13327
13328 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13329
13330         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13331         DOS-ing the recipient.
13332
13333         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13334         the headers when creating the mapping to avoid mismappings.
13335         (nnweb-gmane-create-mapping): Always nix out old mapping.
13336
13337 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13340         and mm-verify-option to never.
13341
13342 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * message.el (message-signed-or-encrypted-p): New function.
13345         (message-forward-make-body): Use it.
13346
13347         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13348         Replace encode-coding-string with mm-encode-coding-string.
13349
13350 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * nneething.el (nneething-decode-file-name):
13353         Replace decode-coding-string with mm-decode-coding-string.
13354
13355         * gnus-int.el (gnus-open-server): Say failed server's name.
13356
13357 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13358
13359         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13360         strings to a single string.  Quote `errors-file-name'.
13361         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13362         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13363         Adjust calls.  Use `shell-quote-argument'.
13364
13365 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13366
13367         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13368         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13369
13370         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13371         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13372         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13373         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13374         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13375         (gnus-subscribe-newsgroup, gnus-1):
13376         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13377         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13378         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13379         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13380
13381 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382
13383         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13384         keystroke.
13385         (gnus-summary-limit-to-bodies): Implement headersp.
13386
13387 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13390
13391 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13394
13395 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13396
13397         * message.el (message-generate-hashcash): Expand range of values to
13398         include `opportunistic'.
13399         (message-send-mail): Use it.
13400
13401 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13402
13403         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13404         and comment it.
13405
13406         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13407
13408 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * gnus-util.el (gnus-extract-address-components): Improve comment.
13411
13412 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-util.el (gnus-extract-address-components): Work with address in
13415         which the name portion contains @.
13416
13417         * lpath.el: Fbind custom-autoload.
13418
13419 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gnus.el (gnus-start): Move custom group up.
13422         (gnus-select-method): Don't autoload, but make it available for
13423         `customize-variable'.
13424         (gnus-getenv-nntpserver): Don't autoload.
13425
13426 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13427
13428         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13429
13430 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * message.el (message-sendmail-extra-arguments): New variable.
13433         (message-send-mail-with-sendmail): Use it.
13434
13435 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13438         mm-with-unibyte-current-buffer to make string unibyte.
13439
13440         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13441         mm-string-as-multibyte.
13442
13443 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13444
13445         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13446         Reported by Werner Koch <wk@gnupg.org>.
13447
13448 2006-11-14  Daiki Ueno  <ueno@p360>
13449
13450         * mml2015.el: Autoload epa-select-keys when compiling.
13451
13452 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13453
13454         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13455         message-options.
13456         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13457
13458 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13459
13460         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13461         EasyPG (< 0.0.6).
13462         (mml2015-always-trust): New user option.
13463         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13464         prompt.
13465
13466 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * nntp.el (nntp-authinfo-force): New variable.
13469         (nntp-send-authinfo): Use it.
13470
13471 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13474         decode encoded words.  Improve prompt.  Add comment about forwarding.
13475         (message-replacement-char): Move up.
13476
13477 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13478
13479         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13480         instead of gnus-intersection because arguments of gnus-sorted-nunion
13481         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13482
13483 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13486         (message-simplify-subject-functions):
13487         Enable message-strip-subject-encoded-words by default.
13488
13489 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * message.el (message-strip-subject-encoded-words): New function.
13492         (message-simplify-subject-functions): New variable.
13493         (message-simplify-subject): Use it.  Fix typo in doc string.
13494         Support message-strip-subject-encoded-words.
13495
13496 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13497
13498         * gnus-diary.el (gnus-diary-delay-format-function):
13499         * nndiary.el (nndiary-reminders):
13500         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13501
13502 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * gnus-art.el (article-hide-boring-headers): Fetch date from
13505         gnus-original-article-buffer to avoid problems with localized date
13506         strings.
13507
13508 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13511
13512 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13515         New variables.
13516         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13517         (mm-charset-synonym-alist): Move some entries to
13518         mm-codepage-iso-8859-list.
13519         (mm-charset-synonym-alist, mm-charset-override-alist):
13520         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13521
13522 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13525
13526 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13529         with Emacs 21 and XEmacs.
13530
13531 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13532
13533         * spam.el (spam-parse-address): New function for better parsing,
13534         catching errors, etc.
13535         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13536
13537 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * mm-view.el: Add interactive arg to html2text autoload.
13540
13541 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13544
13545 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13548         New variables.
13549         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13550         (mm-charset-synonym-alist): Move some entries to
13551         mm-codepage-iso-8859-list.
13552
13553         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13554
13555 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * message.el (message-citation-line-format)
13558         (message-insert-formated-citation-line): Fix implementation of %E, %N
13559         and %n according to the doc string.
13560
13561 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13564         Use car-safe to avoid bad parses.
13565
13566 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13569         names.
13570
13571         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13572
13573 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13576         header.
13577
13578         * message.el (message-draft-headers): Add Date.
13579         (message-headers-to-generate): Fix typo in docstring.
13580
13581         * nndraft.el (nndraft-required-headers): New variable.
13582         (nndraft-generate-headers): Use it.
13583
13584         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13585
13586 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13587
13588         * gnus-registry.el (gnus-registry-wash-for-keywords)
13589         (gnus-registry-find-keywords): New functions to allow easy searching of
13590         articles that are in the registry.
13591
13592 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13593
13594         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13595         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13596         Reported by Damien Elmes <damien@repose.cx>.
13597
13598 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus.el (gnus-mime): Remove unused custom group.
13601
13602 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13603
13604         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13605         "blank line" when searching for end of armor headers.
13606
13607 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gmm-utils.el (gmm-write-region): Fix variable name.
13610
13611 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gmm-utils.el (gmm-write-region): New function based on compatibility
13614         code from `mm-make-temp-file'.
13615
13616         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13617
13618         * nnmaildir.el (nnmaildir--update-nov)
13619         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13620         Use `gmm-write-region'.
13621
13622 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13625         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13626
13627         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13628
13629         * message.el (message-replacement-char): New variable.
13630         (message-fix-before-sending): Use it.
13631         (message-simplify-subject): New function to remove duplicate code.
13632         (message-reply, message-followup): Use it.
13633
13634         * gnus-sum.el (gnus-summary-make-menu-bar):
13635         Clarify gnus-summary-limit-to-articles.
13636
13637 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-util.el (gnus-with-local-quit): New macro.
13640
13641         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13642
13643 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13644
13645         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13646         ignore non-string data.
13647
13648 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13651         non-string data (needs to be done in the registry too).
13652
13653 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13654
13655         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13656         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13657         (gnus-registry-split-fancy-with-parent)
13658         (gnus-registry-fetch-simplified-message-subject-fast)
13659         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13660         Remove text properties on ingress into the registry and when it's saved.
13661         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13662         registry from entries with no groups.
13663
13664 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13667         function to remove string properties.
13668
13669 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gmm-utils.el (gmm): Adjust custom version.
13672
13673         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13674         Adjust custom version.
13675
13676         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13677
13678 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-art.el (gnus-insert-prev-page-button)
13681         (gnus-insert-next-page-button): Simplify.  Reformat.
13682
13683 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13684
13685         * gnus-art.el (gnus-insert-prev-page-button)
13686         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13687
13688 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13689
13690         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13691
13692 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13693
13694         * gnus-art.el (gnus-insert-mime-button)
13695         (gnus-insert-mime-security-button):
13696         Apply gnus-article-button-face to MIME and security buttons.
13697
13698 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13701         readable.
13702
13703 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13706
13707 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13708
13709         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13710         `browse-url-of-file' instead of `browse-url'.
13711
13712 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13713
13714         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13715         regexp.  Articles containing quotation were cut prematurely.
13716
13717 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * message.el (message-cite-original-1): Use nobody by default for the
13720         value of From header.
13721         (message-reply): Ditto.
13722
13723 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13724
13725         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13726         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13727         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13728
13729 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13732         mails in the doc string.  Add some URLs in comment.
13733         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13734
13735 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13738         backslashes handling and the way to find boundaries of quoted strings.
13739
13740 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13741
13742         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13743         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13744         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13745         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13746
13747 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13750         doc string.
13751         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13752
13753 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * lpath.el: Fbind epg-check-configuration.
13756
13757 2006-09-06  Simon Josefsson  <jas@extundo.com>
13758
13759         * mml2015.el (mml2015-use): Doc fix, mention epg.
13760
13761 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13762
13763         * mml2015.el (mml2015-use): Default to epg, if available.
13764
13765 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13766
13767         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13768         message-sender.
13769         (mml1991-epg-encrypt): Ditto.
13770         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13771         message-sender.
13772         (mml2015-epg-encrypt): Ditto.
13773
13774 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13775
13776         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13777         several common directories.
13778
13779 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13780
13781         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13782         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13783
13784 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (article-decode-encoded-words): Make it fast.
13787
13788 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13791
13792         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13793         in quoted string into `\'.
13794
13795 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13798         Use standard-syntax-table.
13799
13800 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * gnus-art.el (gnus-decode-address-function): New variable.
13803         (article-decode-encoded-words): Use it to decode headers which are
13804         assumed to contain addresses.
13805         (gnus-mime-delete-part): Remove useless `or'.
13806
13807         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13808         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13809         (gnus-nov-parse-line): Use it to decode From header.
13810         (gnus-get-newsgroup-headers): Ditto.
13811         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13812
13813         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13814         (mail-decode-encoded-address-string): New alias.
13815
13816         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13817         New function.
13818         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13819         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13820         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13821         (rfc2047-decode-string): Ditto.
13822         (rfc2047-decode-address-region): New function.
13823         (rfc2047-decode-address-string): New function.
13824
13825 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * message.el (message-caesar-buffer-body): Allow rotating headers.
13828
13829         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13830
13831         * message.el (message-insert-formated-citation-line): Fix %f.
13832         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13833
13834 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13837         (gnus-bookmark-mouse-available-p): New macro.
13838         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13839         (gnus-bookmark-bmenu-show-infos): Use it.
13840         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13841         (gnus-bookmark-bmenu-hide-infos): Ditto.
13842         (gnus-bookmark-remove-properties): New function.
13843         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13844         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13845         (gnus-bookmark-write-file): Bind coding-system-for-write.
13846         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13847         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13848         group before selecting it.
13849         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13850         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13851         quit-window if it is not available; use gnus-mouse-2 and bind it to
13852         gnus-bookmark-bmenu-select-by-mouse.
13853         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13854         (gnus-bookmark-bmenu-select-by-mouse): New function.
13855
13856 2006-08-13  Romain Francoise  <romain@orebokech.com>
13857
13858         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13859         space.
13860
13861 2006-08-10  Romain Francoise  <romain@orebokech.com>
13862
13863         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13864         (dns-mode-soa-auto-increment-serial): New user option.
13865         (dns-mode-soa-maybe-increment-serial): New function.
13866         (dns-mode): Add the latter to `write-contents-functions'.
13867
13868 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * compface.el (uncompface): Use binary rather than raw-text-unix.
13871
13872 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * compface.el (uncompface): Make sure the eol conversion doesn't take
13875         place when communicating with the external programs.
13876         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13877
13878 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13881
13882 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13883
13884         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13885         Make it more robust by parsing author and date independently.
13886
13887 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13890
13891 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13892
13893         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13894         first matching secret key.
13895         (mml2015-epg-encrypt): Ditto.
13896
13897         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13898         first matching secret key.
13899         (mml1991-epg-encrypt): Ditto.
13900
13901         * mml2015.el (mml2015-encrypt-to-self): New user option.
13902         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13903         mml2015-epg-encrypt-to-self is set.
13904
13905         * mml1991.el (mml1991-encrypt-to-self): New variable.
13906         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13907         mml1991-epg-encrypt-to-self is set.
13908
13909         * mml2015.el (mml2015-signers): New user option.
13910         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13911         (mml2015-epg-encrypt): Allow to select signing keys.
13912
13913         * mml1991.el (mml1991-signers): New variable.
13914         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13915         (mml1991-epg-encrypt): Allow to select signing keys.
13916
13917 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * nnheader.el (nnheader-insert-head): Make it work even if the file
13920         uses CRLF for the line-break code.
13921
13922 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13923
13924         * mml2015.el: Require mml-sec instead of password.
13925         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13926         (mml2015-cache-passphrase): Inherit the default value from
13927         mml-secure-cache-passphrase.
13928         (mml2015-passphrase-cache-expiry): Inherit the default value from
13929         mml-secure-passphrase-cache-expiry.
13930
13931         * mml1991.el: Require mml-sec instead of password.
13932         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13933         (mml1991-cache-passphrase): Inherit the default value from
13934         mml-secure-cache-passphrase.
13935         (mml1991-passphrase-cache-expiry): Inherit the default value from
13936         mml-secure-passphrase-cache-expiry.
13937
13938         * mml-sec.el: Require password.
13939         (mml-secure-verbose): New user option.
13940         (mml-secure-cache-passphrase): New user option.
13941         (mml-secure-passphrase-cache-expiry): New user option.
13942
13943 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13944
13945         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13946         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13947         andreas@altroot.de (Andreas Vögele).
13948
13949         FIXME: Use `tiny change'?
13950
13951 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13952
13953         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13954         workaround for the url package included with Emacs.
13955
13956         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13957
13958 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13961         correctly.  This fixes a bug caused by the 2006-05-12 change.
13962
13963 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13964
13965         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13966         some information about the error when saying that the `bogus' mail
13967         group will be used.
13968
13969 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13972         string.
13973
13974 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13975
13976         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13977
13978 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13979
13980         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13981
13982 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13983
13984         * mml1991.el (mml1991-function-alist): Add epg.
13985         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13986         (mml1991-epg-encrypt): New functions.
13987
13988 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13989
13990         * mml2015.el (mml2015-verbose): New variable.
13991         (mml2015-cache-passphrase): Ditto.
13992         (mml2015-passphrase-cache-expiry): Ditto.
13993         (mml2015-function-alist): Add epg.
13994         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13995         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13996         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13997         New functions.
13998
13999 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14000
14001         * message.el (message-cite-original-1): Preserve region when removing
14002         quoted text due to X-No-Archive in order to avoid bogus attribution
14003         when citing multiple messages.
14004
14005 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14006
14007         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14008         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14009
14010 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-diary.el (gnus-user-format-function-d)
14013         (gnus-user-format-function-D): Autoload.
14014
14015         * imap.el (Commentary): Fix typo.
14016
14017         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14018         2006-04-22 contribution.
14019
14020 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14021
14022         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14023         It didn't really fix the bogosity I'm seeing with solid web groups.
14024
14025 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14026
14027         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14028         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14029         created using server names.  If we use the feature without declaring
14030         it, Gnus does not properly manage server and group state.
14031
14032         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14033         bound.
14034
14035 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14036
14037         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14038         looking up the method using GROUP's prefix before inventing a new one.
14039         It is used on killed/unknown groups in various places where returning
14040         an all-new method isn't expected by the caller.
14041
14042         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14043         and match semantics of gnus-group-real-prefix.
14044
14045 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * nnmail.el (nnmail-broken-references-mailers): New variable.
14048         (nnmail-ignore-broken-references): New function generalizing
14049         nnmail-fix-eudora-headers.
14050         (nnmail-fix-eudora-headers): Now obsolete.
14051
14052         * gnus-art.el (gnus-button-handle-custom):
14053         Support `customize-apropos*'.
14054
14055 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14056
14057         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14058
14059         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14060         articles.
14061
14062 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * message.el (message-cite-reply-above): New variable.
14065         (message-yank-original): Use it.
14066
14067 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14070
14071 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14074         as read.
14075
14076         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14077
14078 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14081         (gnus-bookmark-default-file): Use gnus-directory.
14082         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14083         Remove "*" in doc string.
14084         (gnus-bookmark-write-file): Simplify.
14085         (gnus-bookmark-maybe-sort-alist): Use `when'.
14086         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14087         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14088         Add FIXME about Emacs 21 and XEmacs compatibility.
14089         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14090         compatibility.
14091         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14092         compatibility.
14093         (gnus-bookmark-menu-heading): Fix version.
14094
14095 2006-06-19  Bastien Guerry  <bzg@altern.org>
14096
14097         * gnus-bookmark.el: New file.
14098
14099 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * message.el (message-syntax-checks): Doc fix.
14102
14103 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14104
14105         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14106         unsubscribed groups as if they were killed ones.  It causes duplicate
14107         entries in gnus-newsrc-alist.
14108
14109 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * message.el (message-syntax-checks): Doc fix.
14112         (message-send-mail): Add check for continuation headers.
14113         (message-check-news-header-syntax): Fix regexp used to check for
14114         continuation headers.
14115
14116 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14119
14120 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14123
14124 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14127         default-truncate-lines.
14128
14129 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14132         to fill the utf-8 entry.
14133
14134         * lpath.el: Fbind unicode-precedence-list.
14135
14136 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14137
14138         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14139
14140 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14141
14142         * gnus-agent.el (directory-files-and-attributes): Move all the way
14143         forward (the third and final move).
14144         (gnus-agent-read-agentview): Trap reconstruction errors due to
14145         nonexistent directory.  Handle by returning nil.
14146
14147 2006-05-30  Didier Verna  <didier@xemacs.org>
14148
14149         * message.el (message-dont-reply-to-names): Update the custom type.
14150         * message.el (message-dont-reply-to-names): New defsubst: potentially
14151         convert a list of regexps into a single one.
14152         * message.el (message-get-reply-headers): Use it.
14153         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14154
14155 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-agent.el (directory-files-and-attributes): Move forward.
14158
14159 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14160
14161         * gnus-ml.el (gnus-mailing-list-subscribe)
14162         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14163         (gnus-mailing-list-message): Fix doc strings.
14164
14165 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14166
14167         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14168         of doing it manually.
14169
14170 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14173         comment.
14174
14175 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14176
14177         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14178         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14179         (gnus-agent-read-local): All symbols allocated in my-obarray.
14180         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14181         (gnus-agent-regenerate-group): Check numeric names to see if they are
14182         messages or groups.
14183         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14184         better way of do this...)
14185
14186         * gnus-cache.el (gnus-agent-total-fetched-for):
14187         Ignore 'dummy.group' (there should be a better way of do this...)
14188
14189 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14192         (gnus-saved-headers): Ditto.
14193         (gnus-default-article-saver): Mention functions may have properties.
14194         (gnus-article-save): Override gnus-save-all-headers and
14195         gnus-saved-headers by :headers property which saver function may have.
14196         (gnus-summary-save-in-file): Add :headers property.
14197         (gnus-summary-write-to-file): Ditto.
14198
14199         * gnus-sum.el (gnus-summary-save-article): Bind
14200         gnus-prompt-before-saving to t when saving many articles in a file;
14201         always show all headers.
14202
14203         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14204
14205 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14208         marks.
14209
14210         * message.el (message-indent-citation): Add optional arguments to allow
14211         using it outside of message buffers.
14212
14213         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14214         (gnus-article-treat-unfold-headers): Use it.
14215         (gnus-article-truncate-lines): New variable.
14216         (gnus-article-mode): Use it.
14217         (gnus-article-toggle-truncate-lines): New function.
14218
14219         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14220         Add gnus-article-toggle-truncate-lines.
14221
14222         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14223         coding system in XEmacs, use binary.
14224
14225 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14228         after-load-alist.
14229
14230         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14231         this function should save decoded articles.
14232         (gnus-summary-write-to-file): Use property to specify this function
14233         should save decoded articles and specify gnus-summary-save-in-file
14234         should be used to save articles other than the first one when saving
14235         many articles.
14236         (gnus-summary-save-body-in-file): Use property to specify this
14237         function should save decoded articles.
14238         (gnus-summary-write-body-to-file): Use property to specify this
14239         function should save decoded articles and specify
14240         gnus-summary-save-body-in-file should be used to save articles other
14241         than the first one when saving many articles.
14242
14243         * gnus-sum.el (gnus-summary-save-article): Simplify.
14244
14245 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-art.el (gnus-default-article-saver):
14248         Add gnus-summary-write-body-to-file.
14249         (gnus-article-save-coding-system): Don't use coding system object
14250         in XEmacs.
14251         (gnus-read-save-file-name): Add optional `dir-var' argument which
14252         specifies directory in which files are saved; work even if optional
14253         `variable' argument is not specified.
14254         (gnus-summary-write-to-file): Read file name.
14255         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14256         (gnus-summary-write-body-to-file): New function.
14257
14258         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14259         (gnus-summary-local-variables): Add it.
14260         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14261         (gnus-summary-save-article): Remove optional `decode' argument;
14262         determine whether to decode articles by the value of
14263         gnus-default-article-saver; when saving many files using
14264         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14265         it first and use gnus-summary-save-in-file or
14266         gnus-summary-save-body-in-file thereafter unless
14267         gnus-prompt-before-saving is always; move point to article which
14268         will be saved.
14269         (gnus-summary-save-article-file): Revert.
14270         (gnus-summary-write-article-file): Revert.
14271         (gnus-summary-save-article-body-file): Revert.
14272         (gnus-summary-write-article-body-file): New function.
14273
14274 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * gnus-art.el (gnus-default-article-saver): Doc fix.
14277         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14278         from gnus-summary-save-article-coding-system, and default to a
14279         certain coding system.
14280         (gnus-output-to-file): Add coding cookie and encode text according
14281         to gnus-article-save-coding-system; don't use mm-append-to-file.
14282
14283         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14284         gnus-art.el and rename to gnus-article-save-coding-system.
14285         (gnus-summary-save-article): Require gnus-art; don't show all
14286         headers if it decodes articles; don't add coding cookie here;
14287         don't bind mm-text-coding-system-for-write.
14288         (gnus-summary-save-article-file): Save decoded articles.
14289         (gnus-summary-write-article-file): When saving many files, use
14290         gnus-summary-write-to-file first and gnus-summary-save-in-file
14291         thereafter unless gnus-prompt-before-saving is always.
14292         (gnus-summary-save-article-body-file): Save decoded articles.
14293
14294         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14295
14296 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * nnrss.el (nnrss-check-group): Bind hash-index.
14299
14300 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
14301
14302         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14303         its hash index.  Store this hash in `nnrss-group-data'.
14304         (nnrss-read-group-data): Update accordingly.
14305
14306 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14309         entry.
14310
14311         * gnus-sum.el (gnus-summary-make-menu-bar):
14312         Add gnus-article-browse-html-article.
14313
14314 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14315
14316         * gnus-sum.el (gnus-summary-mime-map):
14317         Add gnus-article-browse-html-article.
14318
14319         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14320
14321 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14324         suitable coding systems in customize.
14325
14326 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * mail-source.el (mail-sources): Fix custom type.
14329
14330 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14333         (gnus-summary-expire-articles-now): Shorten prompt.
14334
14335         * gmm-utils.el (wid-edit): Require.
14336         (defun-gmm): Rename from `gmm-defun-compat'.
14337         (gmm-image-search-load-path): Use it.
14338         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14339
14340 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-sum.el (gnus-summary-save-article-coding-system):
14343         New variable.
14344         (gnus-summary-save-article): Add optional `decode' argument.
14345         If it is set and gnus-summary-save-article-coding-system is non-nil,
14346         save decoded article.
14347         (gnus-summary-write-article-file): Save decoded article if
14348         gnus-summary-save-article-coding-system is non-nil.
14349
14350         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14351         type.
14352
14353 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14356
14357 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14360         first to test gnus-single-article-buffer which may be buffer-local.
14361
14362         * gnus-sum.el (gnus-summary-setup-buffer):
14363         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14364         group; make gnus-article-buffer, gnus-article-current, and
14365         gnus-original-article-buffer always buffer-local.
14366         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14367         group.
14368         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14369
14370 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * nnml.el (nnml-request-compact-group): Compressed files might not
14373         have .gz extension.
14374
14375 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14376
14377         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14378         (mm-copy-to-buffer): Use with-current-buffer.
14379         (mm-display-part): Simplify.
14380         (mm-inlinable-p): Add optional arg `type'.
14381
14382 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14383
14384         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14385         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14386         Try harder to show the attachment internally or externally using
14387         gnus-mime-view-part-as-type.
14388
14389 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * message.el (message-from-style, message-signature-separator)
14392         (message-user-organization-file, message-send-mail-function)
14393         (message-citation-line-function, message-yank-prefix)
14394         (message-indent-citation-function, message-signature)
14395         (message-signature-file, message-signature-insert-empty-line):
14396         Remove autoloads.
14397
14398         * gnus-art.el (gnus-buttonized-mime-types):
14399         Remove "multipart/signed".  Revert 2006-04-26 change.
14400
14401 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14402
14403         * gnus.el (gnus-version-number): Bump version.
14404
14405 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14406
14407         * gnus.el: No Gnus v0.5 is released.
14408
14409 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14410
14411         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14412         fetching articles by message-id.
14413
14414 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14415
14416         * message.el (hashcash): Require hashcash as normal.
14417
14418         * ecomplete.el (ecomplete-highlight-match-line):
14419         Use point-at-eol.
14420         (ecomplete-highlight-match-line): Use `highlight', because that
14421         face exists in both Emacs and XEmacs.
14422
14423         * message.el (message-display-abbrev): Use point-at-bol.
14424
14425         * mail-source.el: Don't require timer/timer-funcs.
14426
14427         * gnus-async.el: Ditto.
14428
14429         * password.el: Ditto.
14430
14431         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14432
14433         * mm-url.el: Ditto.
14434
14435         * gnus-xmas.el: Don't require timer-funcs.
14436
14437         * mm-util.el: Require timer/timer-funcs.
14438
14439 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14440
14441         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14442         Close.
14443
14444 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14447         unibyte after clear-decrypt function runs.
14448
14449         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14450         returns as a unibyte string.
14451
14452 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * lpath.el: Revert.
14455
14456         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14457         (pgg-gpg-process-sentinel): Revert.
14458
14459         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14460         (pgg-pgp-lookup-key): Revert.
14461
14462         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14463         (pgg-pgp5-lookup-key): Revert.
14464
14465         * pgg.el (pgg-fetch-key): Revert.
14466
14467 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * lpath.el: Fbind string-as-multibyte for XEmacs.
14470
14471         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14472         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14473         (mml1991-pgg-encrypt): Ditto.
14474
14475         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14476         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14477         a multibyte buffer.
14478
14479         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14480         (pgg-pgp-lookup-key): Ditto.
14481
14482         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14483         (pgg-pgp5-lookup-key): Ditto.
14484
14485         * pgg.el (pgg-fetch-key): Ditto.
14486
14487 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * message.el (message-user-organization-file): Check several
14490         locations of the organization file.
14491
14492         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14493         Add gnus-article-view-part-as-type.
14494
14495         * gnus-art.el (gnus-article-view-part-as-type): New function.
14496
14497         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14498         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14499
14500         * mml.el: Simplify autoload.
14501         (mml-mode): defvar dnd-protocol-alist instead of using
14502         symbol-value.
14503         (mml-default-directory): New variable.
14504         (mml-minibuffer-read-file): Use it.
14505         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14506
14507         * message.el (message-citation-line-format): New variable.
14508         (message-insert-formated-citation-line): New function.
14509         (message-citation-line-function):
14510         Add `message-insert-formated-citation-line' to custom type.
14511
14512         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14513         to doc string.
14514
14515         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14516         depending on mm-verify-option.
14517
14518 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14521         binding pgg-* variables; reimplement the section which prevents
14522         MIME header from being signed.
14523         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14524         pgg-text-mode; remove a blank line at the top of body.
14525
14526         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14527         lines at the top of body; use gnus-newsgroup-charset if there's no
14528         Charset header.
14529
14530 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * message.el (message-self-insert-commands): Doc fix.
14533
14534         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14535         (mm-uu-pgp-encrypted-test): Ditto.
14536         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14537         between header and body; return application/pgp-encrypted handle
14538         if decryption failed; decode decrypted body by charset.
14539
14540         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14541         element match to application/pgp-*.
14542
14543 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14544
14545         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14546         HTML.
14547
14548 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14549
14550         * mail-source.el (mail-source-call-script): Message the error
14551         string.
14552
14553 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14554
14555         * gnus-util.el (gnus-byte-compile): Use it.
14556
14557 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14558
14559         * gnus-util.el (kill-empty-logs): New function.
14560
14561 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14562
14563         * message.el (message-mail-alias-type): Doc fix.
14564         (message-mail-alias-type-p): New function.
14565         (message-send): Use it.
14566         (message-mode): Ditto.
14567         (message-strip-forbidden-properties): Ditto.
14568
14569         * ecomplete.el (ecomplete-database-file-coding-system):
14570         New variable.
14571         (ecomplete-save): Use it.
14572         (ecomplete-setup): Use it.
14573
14574 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * message.el (message-self-insert-commands): New variable.
14577         (message-strip-forbidden-properties): Use it.
14578
14579 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14580
14581         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14582         that doesn't make XEmacs choke.
14583
14584 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * gnus-util.el (gnus-replace-in-string):
14587         Prefer replace-regexp-in-string over of replace-in-string.
14588
14589 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus-util.el (gnus-select-frame-set-input-focus):
14592         Use select-frame-set-input-focus if it is available in XEmacs; use
14593         definition defined in Emacs 22 for old Emacsen.
14594
14595         * dgnushack.el: Autoload unmorse-region for XEmacs.
14596
14597         * lpath.el: Bind cursor-in-non-selected-windows and
14598         select-frame-set-input-focus for XEmacs.
14599
14600 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14603
14604 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14605
14606         * gnus-registry.el (gnus-registry-cache-save): Remove text
14607         properties when saving via the temp buffer.
14608
14609 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * message.el (message-generate-hashcash): Honor custom type.
14612
14613 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14614
14615         * message.el (message-generate-hashcash): Default to non-nil when
14616         hashcash is found.
14617
14618         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14619         (gnus-refer-thread-limit): Increase default to 500.
14620
14621         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14622
14623         * flow-fill.el (fill-flowed): Allow delete-space.
14624
14625 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14628         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14629         Remove autoloads.
14630
14631 2006-04-18  Simon Josefsson  <jas@extundo.com>
14632
14633         * message.el (message-generate-hashcash): Default to.
14634
14635 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14638         concatenating segments rather than before concatenating them.
14639
14640 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14643
14644 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14645
14646         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14647
14648         * message.el (message-forward-make-body-plain):
14649         Allow message-forward-ignored-headers to be a list.
14650         (message-remove-ignored-headers): Factor out into function.
14651         (message-forward-make-body-mml): Use it.
14652
14653         * imap.el (imap-quote-specials): New function.
14654         (imap-login-auth): Quote specials.
14655
14656         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14657         (rfc2231-parse-string): Allow concatanation of parameters that
14658         aren't contiguous.  The test case is
14659           (mail-header-parse-content-type "message/external-body;
14660             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14661             access-type=LOCAL-FILE;
14662             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14663
14664 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14665
14666         * nntp.el (nntp-accept-process-output): Return the value of
14667         `nnheader-accept-process-output'.
14668
14669 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14670
14671         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14672         (gnus-button-alist): Recognize more diff formats.
14673         (gnus-button-patch): Strip directory.
14674
14675 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14678         Emacs 22 when setting focus.
14679
14680 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14681
14682         * gnus-art.el (gnus-article-treat-types): Do treatment of
14683         text/x-verbatim parts.
14684         (gnus-button-patch): New command.
14685
14686         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14687         addresses that contain invalid characters.
14688
14689 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14690
14691         * message.el (message-put-addresses-in-ecomplete):
14692         Use gnus-replace-in-string.
14693         (message-is-yours-p): Use the more correct
14694         mail-header-parse-address instead of
14695         mail-extract-address-components.
14696         (message-put-addresses-in-ecomplete): Fix typo.
14697
14698         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14699         keystroke.
14700
14701         * gnus-art.el (gnus-treatment-function-alist): Change order of
14702         newsgroups/generic header folding to avoid double-folding.
14703
14704         * message.el (message-hidden-headers): Add X-Draft-From.
14705
14706         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14707         New command.
14708         (gnus-summary-repeat-search-article-backward): New command.
14709
14710         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14711         groups in the parent topic.
14712
14713 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14714
14715         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14716         (spam-extra-header-to-number): Return the CRM114 number as a
14717         number instead of a string.
14718
14719 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14720
14721         * gnus-art.el (gnus-face-properties-alist): Move here from
14722         gnus-fun.
14723
14724         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14725
14726 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14727
14728         * message.el (message-strip-forbidden-properties): Only display on
14729         self-insert-command.
14730
14731         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14732         reindent.
14733         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14734
14735 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14736
14737         * smiley.el (smiley-style): Fix typo.
14738
14739 2006-03-23  Kenichi Handa  <handa@m17n.org>
14740
14741         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14742         instead of set-buffer-multibyte.
14743
14744 2006-03-23  Kenichi Handa  <handa@m17n.org>
14745
14746         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14747         buffer and then decode the buffer text if necessary.
14748         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14749         first, and after mm-encode-body, change the buffer to unibyte.
14750
14751 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14752
14753         * hashcash.el (hashcash-insert-payment-async-2):
14754         Use message-goto-eoh instead of doing it manually.
14755         (mail-add-payment): Use message-narrow-to-header instead of trying
14756         to do the same itself.
14757
14758         * message.el (message-hidden-headers): Add Face.
14759
14760         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14761         reparenting code.
14762         (gnus-summary-reparent-children): Refactored out code.
14763         (gnus-summary-thread-map): New keystroke.
14764         (gnus-summary-reparent-children): Make into command.
14765
14766         * smiley.el (smiley-style): Default to `medium' if using a large
14767         font.
14768
14769         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14770         does it itself.
14771
14772         * message.el (message-point-in-header-p): Simplify definition.
14773
14774 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14775
14776         * nnagent.el (nnagent-request-set-mark): Silence log file
14777         writing.
14778         (nnagent-request-set-mark): Use write-region instead of
14779         append-to-file.
14780
14781         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14782         strange select method.
14783
14784         * ecomplete.el (ecomplete-display-matches): Get highlightling
14785         right.
14786         (ecomplete-display-matches): Use literals.
14787         (ecomplete-display-matches): Disable message logging.
14788
14789         * message.el (message-display-abbrev): Small optimization.
14790
14791         * ecomplete.el (ecomplete-display-matches): Allow automatic
14792         display.
14793
14794         * message.el (message-strip-forbidden-properties):
14795         Display abbrevs.
14796         (message-display-abbrev): Get automatic display right.
14797
14798         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14799         keystrokes.
14800
14801 2006-04-13  Romain Francoise  <romain@orebokech.com>
14802
14803         TODO: Backport to v5-10!
14804
14805         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14806         Move here (and rename) from gnus-registry.el.
14807
14808         * gnus-registry.el: Require gnus-util.
14809         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14810
14811 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * gnus-group.el (gnus-group-catchup-current):
14814         Change if-then-else-if-then-else into cond.
14815         (gnus-group-catchup): Indent.
14816         (group-name-at-point): New function.
14817         (gnus-fetch-group): Provide default from thing at point.
14818
14819 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * message.el (message-display-abbrev): Fix regexp.
14822
14823         * ecomplete.el (ecomplete-highlight-match-line):
14824         Reimplement choosing.
14825         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14826         dead variables.
14827
14828         * message.el (message-newline-and-indent): Remove debugging.
14829         (message-display-abbrev): Use new implementation.
14830
14831 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gnus-art.el (gnus-article-mode):
14834         Set cursor-in-non-selected-windows to nil.
14835
14836         * smiley.el: Revert previous change.
14837         (smiley-data-directory): defvar it before using it in the
14838         defcustom of `smiley-style'.
14839
14840 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14841
14842         * message.el (message-newline-and-indent): New function.
14843
14844         * ecomplete.el: Implement more bits.
14845
14846         * message.el (message-put-addresses-in-ecomplete): Clean up the
14847         string.
14848
14849         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14850
14851         * gnus-sum.el (gnus-summary-save-parts):
14852         Bind gnus-summary-save-parts-counter and use it to make unique file
14853         names.
14854
14855         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14856
14857         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14858         parameter to say whether to actually parse the individual
14859         addresses.
14860
14861         * message.el (message-put-addresses-in-ecomplete): New function.
14862         (ecomplete): Require.
14863         (message-mail-alias-type): Add ecomplete as an option.
14864
14865 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14866
14867         * flow-fill.el (fill-flowed): Remove trailing space from blank
14868         quoted lines.
14869
14870 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14871
14872         * smiley.el (smiley-style): Move definition later to avoid a
14873         compilation warning.
14874
14875 2006-04-12  Kenichi Handa  <handa@m17n.org>
14876
14877         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14878         buffer and then decode the buffer text if necessary.
14879         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14880         first, and after mm-encode-body, change the buffer to unibyte.
14881         Use mm-disable-multibyte instead of set-buffer-multibyte.
14882
14883 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14886         Content-Type header instead of Content-Disposition header.
14887         (gnus-mime-inline-part): Ditto.
14888         (gnus-mime-view-part-as-charset): Ignore charset that the part
14889         specifies.
14890
14891         * mm-decode.el (mm-display-part): Work with external parts and
14892         usual parts similarly.
14893
14894         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14895         instead of gnus-display-mime.
14896
14897         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14898         instead of with-temp-buffer.
14899
14900         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14901         tag to summarized topics part in order to encode non-ASCII text.
14902
14903 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * smiley.el (smiley-style): New variable.
14906         (smiley-directory): New function.
14907         (smiley-data-directory): Derive from `smiley-style' using
14908         `smiley-directory'.
14909         (smiley-regexp-alist): Add new entries.
14910
14911         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14912         (gnus-article-browse-delete-temp): Add :version.
14913
14914 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
14915
14916         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14917         the sieve region.
14918
14919 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * gnus.el (gnus-version-number): Bump version.
14922
14923 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * gnus.el: No Gnus v0.4 is released.
14926
14927 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928
14929         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14930         layout.
14931
14932         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14933         unknown charset.
14934
14935         * message.el (message-header-synonyms): Add Original-To to the
14936         default.
14937
14938         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14939         optional parameter.
14940
14941 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-fun.el (gnus): Require it for gnus-directory.
14944
14945 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14948
14949 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14950
14951         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14952
14953 2006-04-05  Simon Josefsson  <jas@extundo.com>
14954
14955         * password.el (password-reset): New function.
14956
14957 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14958
14959         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14960         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14961
14962 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14963
14964         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14965         Some whitespace was matched into the url, which broke browsing hits
14966         > 100 when mm-url-use-external was nil.
14967
14968 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14971         Check gnus-extra-headers for 'Newsgroups.
14972
14973         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14974         bound.
14975
14976 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14977
14978         * pgg-gpg.el: Clean up process buffers every time gpg processes
14979         complete.
14980
14981 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14984         doc string.
14985
14986 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14987
14988         * pgg-gpg.el (pgg-gpg-process-filter)
14989         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14990
14991         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14992         lines, temporary fix.
14993
14994 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14997
14998 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14999
15000         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15001         default-enable-multibyte-characters.  This reverts the change from
15002         revision 6.17 which is no longer necessary because the passphrase
15003         is sent separately now.  GnuPG messages are unreadable under
15004         multibyte locales with default-enable-multibyte-characters set to
15005         nil.
15006
15007 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * message.el (message-tool-bar-gnome): Move "spell".
15010
15011 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15014         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15015         instead.
15016
15017 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15018
15019         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15020         Improve newsgroups handling for NNTP overviews which don't include
15021         Newsgroups.
15022
15023 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15024
15025         * message.el (message-resend): Bind message-generate-hashcash to nil.
15026
15027 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15028
15029         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15030         when searching for already-paid recipients.
15031
15032 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15033
15034         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15035         passphrases when it is not needed.
15036         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15037         passphrase stuff from gpg, should only be necessary when you use
15038         gpg with a smartcard.
15039
15040 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * mml.el (mml-insert-mime): Ignore cached contents of
15043         message/external-body part.
15044
15045         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15046         (mm-insert-part): Ditto.
15047
15048 2006-03-23  Simon Josefsson  <jas@extundo.com>
15049
15050         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15051         Reiner.
15052         (pgg-gpg-use-agent-p): Use it again.
15053
15054 2006-03-23  Simon Josefsson  <jas@extundo.com>
15055
15056         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15057         older emacsen.
15058         (pgg-gpg-use-agent-p): Don't use it.
15059
15060 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15063         if we can.
15064
15065 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15066
15067         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15068         (pgg-gpg-update-agent): New function.
15069         (pgg-gpg-use-agent-p): New function.
15070         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15071         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15072         (pgg-gpg-sign-region): Use it.
15073
15074 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15077         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15078
15079 2006-03-21  Simon Josefsson  <jas@extundo.com>
15080
15081         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15082         <wilde@sha-bang.de>.
15083         (pgg-gpg-use-agent): New variable.
15084         (pgg-gpg-process-region): Use it.
15085         (pgg-gpg-encrypt-region): Likewise.
15086         (pgg-gpg-encrypt-symmetric-region): Likewise.
15087         (pgg-gpg-decrypt-region): Likewise.
15088         (pgg-gpg-sign-region): Likewise.
15089         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15090
15091 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15094
15095         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15096         Add comment on version.
15097
15098 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * smiley.el: Add missing test smiley.
15101
15102 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * mm-decode.el (mm-with-part): New macro.
15105         (mm-get-part): Use it; work with message/external-body as well.
15106         (mm-save-part): Treat name and filename equally.
15107
15108         * mm-extern.el (mm-extern-cache-contents): New function.
15109         (mm-inline-external-body): Use it; force the part to be displayed;
15110         move undisplayer added to the cached handle to the parent.
15111
15112         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15113         (gnus-mime-view-part-as-type): Work with message/external-body.
15114
15115         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15116
15117 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15120         images in image-load-path.  [Sync with image.el, revision 1.60, in
15121         Emacs.]
15122
15123 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15126         path rather than symbol.  Always return list of directories.
15127         Guarantee that image directory comes first.  [Sync with image.el,
15128         revision 1.59, in Emacs.]
15129
15130         * message.el (message-make-tool-bar): Adjust to new API of
15131         `gmm-image-load-path-for-library'.
15132
15133         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15134
15135         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15136
15137 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15138
15139         * gnus-art.el (gnus-article-only-boring-p):
15140         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15141         intangible text.
15142         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15143
15144 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15147         Use `defun' instead of `gmm-defun-compat'.
15148
15149 2006-03-14  Simon Josefsson  <jas@extundo.com>
15150
15151         * message.el (message-unique-id): Don't use message-number-base36
15152         if (user-uid) is a float.
15153         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15154
15155 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15158
15159         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15160         empty line between a part and a message part.
15161
15162 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * smiley.el: Add more test smileys.
15165         (smiley-data-directory, smiley-regexp-alist)
15166         (gnus-smiley-file-types): Fix doc strings.
15167         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15168         adding new elements.
15169         (smiley-mouse-map): Unused code.  Make it a comment.
15170
15171 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15174         scan latest NoCeM messages instead of old ones.
15175         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15176         delimiters that are recently used.
15177         (gnus-nocem-load-cache): Add autoload cookie.
15178
15179         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15180
15181         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15182         level which is larger than gnus-use-nocem is specified.
15183
15184         * gnus-group.el (gnus-group-get-new-news): Ditto.
15185
15186 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-util.el (gnus-tool-bar-update): New function.
15189
15190         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15191         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15192
15193         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15194
15195         * gnus-group.el (gnus-group-redraw-when-idle)
15196         (gnus-group-redraw-check): Remove.
15197         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15198
15199 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15202         if optional last element is specified in splits (FIELD VALUE...).
15203
15204 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15207         to gmm-image-load-path-for-library.  Call with no-error argument.
15208         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15209
15210         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15211
15212         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15213
15214         * gmm-utils.el (gmm-image-load-path): Remove alias.
15215
15216 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gmm-utils.el (gmm-image-load-path): Add alias.
15219
15220         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15221         nnml-generate-nov-databases-1.
15222         (nnml-generate-nov-databases): Use it.
15223         (nnml-generate-nov-databases-directory): Document no-active
15224         argument.
15225
15226         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15227         directory if path is t.  Add no-error.
15228
15229         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15230         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15231
15232         * gnus-art.el (gnus-article-browse-delete-temp-files):
15233         Simplify resetting gnus-article-browse-html-temp-list.
15234
15235         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15236         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15237         Add example to docstring.  Rename local variables.  Move error
15238         checks to default case in cond and simplify.
15239
15240 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15243         handle is multipart when calling it recursively.
15244         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15245
15246 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15247
15248         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15249         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15250
15251 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15254         is loaded.
15255
15256         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15257         loaded.
15258
15259 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15260
15261         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15262         to "Emacs 23 (unicode)" in doc string.
15263
15264         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15265         "Emacs 23 (unicode)" in comment.
15266
15267 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15270
15271         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15272         characters 160 through 255 in Emacs 23.
15273
15274 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15277         gnus-article-browse-html-temp.
15278         (gnus-article-browse-delete-temp): Make it customizable.
15279         Add `file'.  Adjust doc string.
15280         (gnus-article-browse-delete-temp-files): Add argument.
15281         Allow query for each file.  Adjust doc string.
15282         (gnus-article-browse-html-parts):
15283         Add `gnus-article-browse-delete-temp-files' to
15284         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15285
15286 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15287
15288         * gnus-art.el (gnus-article-browse-html-temp)
15289         (gnus-article-browse-delete-temp): New variables.
15290         (gnus-article-browse-delete-temp-files): New function.
15291         (gnus-article-browse-html-parts): Use it.
15292
15293 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15296
15297         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15298         string.
15299
15300         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15301         gnus-summary-insert-new-articles when unplugged.
15302         Remove gnus-summary-search-article-forward.
15303
15304         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15305         display-visual-class instead of display-color-cells.
15306
15307 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * dgnushack.el: Autoload customize-group for XEmacs.
15310
15311         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15312         message/* containing non-ASCII text properly.
15313
15314 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * message.el: Require gmm-utils, remove autoloads.
15317         (message-tool-bar): Set default based on
15318         gmm-tool-bar-style.
15319         (message-tool-bar-gnome): Add gmm-customize-mode.
15320
15321         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15322         gmm-tool-bar-style.
15323         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15324
15325         * gnus-group.el (gnus-group-tool-bar): Set default based on
15326         gmm-tool-bar-style.
15327         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15328
15329         * gmm-utils.el (gmm-image-directory): Rename variable from
15330         gmm-image-load-path.
15331         (gmm-image-load-path): Use gmm-image-directory.
15332         (gmm-customize-mode): New function.
15333         (gmm-tool-bar-style): New variable.
15334
15335         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15336         gnus-group-redraw-line-number.
15337         (gnus-group-redraw-check): Simplify.
15338         (gnus-group-tool-bar-update): Remove redraw check.
15339         (gnus-group-make-tool-bar): Add redraw check.
15340
15341 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15342
15343         * gnus-art.el (gnus-button): Add missing parentheses.
15344
15345 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * lpath.el: Fbind line-number-at-pos.
15348
15349 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15352
15353 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * gnus-art.el (gnus-button): New face.
15356         (gnus-article-button-face): Use it.
15357
15358         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15359         Add gnus-summary-next-page.  Re-order.
15360
15361         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15362         next-node are now included.
15363         (gnus-group-redraw-line-number): New internal variable.
15364         (gnus-group-redraw-check): Helper function for updating the tool
15365         bar.
15366         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15367
15368         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15369
15370         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15371         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15372         Use it to match format of Spamassassin 3.0 and later.
15373         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15374         (spam-check-bogofilter)
15375         (spam-bogofilter-register-with-bogofilter): Fix args of
15376         `gnus-error' calls.
15377
15378 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15381         unnecessary interaction when sending queued mails.
15382         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15383
15384 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15385
15386         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15387         first or last are nil.
15388
15389 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15390
15391         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15392
15393 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15394
15395         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15396
15397 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398
15399         * dns.el (query-dns): Protect more against buggy tcp output.
15400
15401 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15404         nov.php.
15405
15406 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15407
15408         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15409         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15410         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15411         output on the server side.
15412         (nnweb-google-create-mapping): Update regexps and add some
15413         progress indication.
15414
15415 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * gnus-group.el (gnus-group-tool-bar-gnome):
15418         Fix gnus-agent-toggle-plugged.  Re-order icons.
15419         (gnus-group-tool-bar-gnome):
15420         Add gnus-group-{prev,next}-unread-group.
15421         (gnus-group-tool-bar-gnome): Re-order icons.
15422
15423         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15424         Move gnus-summary-insert-new-articles.
15425
15426         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15427         Fix comments.
15428
15429         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15430         also available in Emacs 21.3.
15431
15432         * message.el (message-fix-before-sending): Change "Emacs 22" to
15433         "Emacs 23 (unicode)" in comment.
15434
15435         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15436         "Emacs 23 (unicode)" in comment.
15437
15438         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15439         comment.
15440         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15441
15442         * mm-view.el (mm-fill-flowed): Add :version.
15443
15444 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15447         and load-path.
15448
15449 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * message.el: Autoload gmm-image-load-path.
15452         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15453         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15454         consitency.
15455
15456         * gmm-utils.el (gmm-image-load-path): Also search in
15457         "../etc/images".  Don't set gmm-image-load-path if we don't find
15458         the image.
15459
15460 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gmm-utils.el (gmm-image-load-path): Don't make
15463         `gmm-image-load-path' include subdirectories which the second arg
15464         `image' might specify.
15465
15466         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15467         subdirectory to icon file names.
15468
15469         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15470
15471 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15472
15473         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15474         gmm-image-load-path calls.
15475
15476         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15477
15478         * message.el (message-make-tool-bar): Ditto.
15479
15480         * mml.el (mml-preview): Add comment concerning tool bar icons.
15481
15482         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15483         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15484
15485         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15486         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15487
15488         * message.el (message-tool-bar-gnome): Use new icon names.
15489         (message-make-tool-bar): Use `gmm-image-load-path'.
15490
15491         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15492         New functions from MH-E.
15493         (gmm-image-load-path): New variable from MH-E.
15494         (gmm-image-load-path): New function from MH-E.  Add arguments
15495         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15496         *-image-load-path-called-flag.
15497
15498 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15499
15500         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15501
15502 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15503
15504         * nnimap.el (nnimap-request-move-article): Change folder back to
15505         source group before deleting.
15506
15507 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15510
15511         * gnus-art.el (mm-url-insert-file-contents-external):
15512         Autoload mm-url.
15513
15514         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15515
15516 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15519         coding system which mm-charset-to-coding-system returns for a
15520         given charset is valid.
15521
15522 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15523
15524         * html2text.el (html2text-remove-tag-list):
15525         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15526
15527 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15528
15529         * gnus-cus.el: Revert 2005-10-17 change.
15530
15531 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-art.el (article-strip-banner):
15534         Call article-really-strip-banner only when the regexp match is made.
15535
15536 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-art.el (article-strip-banner):
15539         Use gnus-extract-address-components instead of
15540         mail-header-parse-addresses to make it work with non-ASCII text;
15541         remove mail-encode-encoded-word-string.
15542
15543         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15544         values which are surrounded with \"...\"; make it never cause a
15545         Lisp error; give up parsing of parameters if it failed in
15546         extracting type.
15547
15548 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
15549
15550         * smime.el (smime-cert-by-ldap-1): Fix bug where
15551         `smime-ldap-search' returns results without userCertificates.
15552
15553 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15556
15557 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * spam.el (spam-check-spamassassin-headers): Adapt format for
15560         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15561         <ari@mbf.ocn.ne.jp>.
15562         (spam-list-of-processors): Add spam-use-gmane.
15563
15564 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15567         make-temp-file; make it work with XEmacs as well.
15568
15569         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15570         mm-make-temp-file.
15571
15572         * mm-decode.el (mm-display-external): Use the 3rd arg of
15573         mm-make-temp-file.
15574         (mm-create-image-xemacs): Ditto.
15575
15576 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15579         with message-narrow-to-headers.
15580         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15581         (gnus-draft-check-draft-articles): New function.
15582         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15583
15584 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * gnus-art.el (gnus-article-browse-html-parts):
15587         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15588         Don't use suffix argument for mm-make-temp-file for Emacs 21
15589         compatibility.  Remove useless `format'.
15590
15591 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15592
15593         * nnweb.el (nnweb-google-wash-article): Update regexps.
15594         (nnweb-group-alist): Use defvoo instead of defvar.
15595
15596 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15599         re-loading nn* modules.
15600
15601 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15604         for `tool-bar-mode' and don't check it's default-value.
15605
15606         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15607
15608         * message.el (message-make-tool-bar): Ditto.
15609
15610         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15611         `substring'.  Shorten tmp-file name.
15612
15613         * gnus.el: Remove bogus comment.
15614
15615 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15616
15617         * gnus-art.el (gnus-article-browse-html-parts): New function.
15618         (gnus-article-browse-html-article): New function for viewing html
15619         articles with a browser.
15620
15621 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15622
15623         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15624         in elisp.
15625         (pgg-gpg-encrypt-symmetric-region): Ditto.
15626         (pgg-gpg-sign-region): Ditto.
15627
15628         * pgg-def.el (pgg-text-mode): New variable.
15629
15630         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15631         (mml2015-pgg-encrypt): Ditto.
15632
15633         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15634         (mml1991-pgg-encrypt): Ditto.
15635
15636 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * nnfolder.el (nnfolder-insert-newsgroup-line):
15639         Use message-make-date instead of current-time-string.
15640
15641         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15642         to gnus-decoded which mm-uu might set.
15643
15644 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15647         don't decode quoted parameters; remove misimported Emacs code.
15648         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15649         (rfc2231-decode-encoded-string): Don't use split-string which
15650         behaves differently according to Emacs version; use
15651         mm-decode-coding-region to convert charset to coding-system.
15652         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15653         (rfc2231-encode-string): Remove misimported Emacs code.
15654
15655 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15658         when calling mail-header-parse-content-type.
15659         (article-de-quoted-unreadable): Ditto.
15660         (article-de-base64-unreadable): Ditto.
15661         (article-wash-html): Ditto.
15662
15663         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15664         calling mail-header-parse-content-type and
15665         mail-header-parse-content-disposition.
15666         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15667         mail-header-parse-content-type.
15668
15669         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15670         insert charset and format parameters; encode description after
15671         inserting it to buffer.
15672         (mml-insert-parameter): Fold lines properly even if a parameter is
15673         segmented into two or more lines; change the max column to 76.
15674
15675         * rfc1843.el (rfc1843-decode-article-body): Don't use
15676         ignore-errors when calling mail-header-parse-content-type.
15677
15678         * rfc2231.el (rfc2231-parse-string): Return at least type if
15679         possible; don't cause an error even if it fails in parsing of
15680         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15681         (rfc2231-encode-string): Don't break lines at the beginning, leave
15682         it to mml-insert-parameter.
15683
15684         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15685         calling mail-header-parse-content-type.
15686
15687 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * spam-report.el (spam-report-gmane-use-article-number):
15690         Improve doc string.
15691         (spam-report-gmane-internal): Check if a suitable header was found
15692         in the article.
15693
15694 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15697         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15698
15699 2006-02-05  Romain Francoise  <romain@orebokech.com>
15700
15701         Update copyright notices of all files in the gnus directory.
15702
15703 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15704
15705         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15706
15707 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15710         segmented lines of parameter value to cope with Thunderbird 1.5
15711         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15712         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15713         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15714
15715 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15716
15717         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15718         parts.
15719
15720 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15721
15722         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15723         there's only one active file for all servers.
15724         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15725         solid groups.  Gnus might have used a FAST request to select the group.
15726         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15727         and nnweb-search redundantly in the active file.
15728         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15729         (nnweb-request-create-group): Don't use ARGS.
15730         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15731         initialisations.  Let nnoo do the work.
15732
15733 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15736         Say the part has been decoded.
15737
15738         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15739
15740 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15741
15742         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15743         mailcap-viewer-test-cache when there's no 'test clause, since that
15744         will invert the meaning of a "nil" test previously determined by
15745         mailcap-mailcap-entry-passes-test.
15746
15747 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15750         compiling.
15751
15752         * gnus-sum.el: Ditto.
15753
15754         * message.el: Don't bind tool-bar-map when compiling.
15755
15756 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15759
15760 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15761
15762         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15763         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15764         current Google Groups.
15765
15766 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15769         and tool-bar-mode.
15770
15771         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15772         and tool-bar-mode.
15773
15774         * message.el (message-tool-bar-update): Simplify.
15775         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15776
15777         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15778         gnus-summary-buffer.
15779         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15780         gnus-summary-reply.
15781
15782         * gmm-utils.el (gmm): Add :version.
15783
15784 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * Makefile.in (clean): New rule.
15787         (distclean): Use it.
15788
15789 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15790
15791         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15792         Don't autoload.
15793
15794 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gmm-utils.el (gmm-verbose): Add :group.
15797
15798 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * message.el: Change some comments WRT tool-bars.
15801
15802         * gnus-sum.el (gnus-summary-tool-bar)
15803         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15804         (gnus-summary-tool-bar-zap-list): New variables.
15805         (gnus-summary-make-tool-bar): Complete rewrite using
15806         `gmm-tool-bar-from-list'.
15807
15808         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15809         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15810         New variables.
15811         (gnus-group-make-tool-bar): Complete rewrite using
15812         `gmm-tool-bar-from-list'.
15813         (gnus-group-tool-bar-update): New function.
15814
15815         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15816
15817 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15820         is dissected into a single part of which the type is the same as
15821         the given one; decode charset.
15822
15823 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15824
15825         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15826         into alists as symbol not string, since that's what
15827         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15828         look for.
15829
15830 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15831
15832         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15833         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15834
15835         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15836
15837 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15840         (gnus-xmas-mime-security-button-menu): New function.
15841
15842         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15843         (gnus-mime-security-button-menu): New definition.
15844         (gnus-mime-security-button-map): Use them.
15845         (gnus-mime-security-button-menu): New function.
15846         (gnus-insert-mime-security-button): Addition to help echo.
15847         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15848         (gnus-mime-security-pipe-part): New functions.
15849
15850         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15851         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15852
15853         * mm-decode.el (mm-handle-set-disposition): Remove.
15854         (mm-handle-set-description): Remove.
15855
15856 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15859         (mm-w3m-standalone-supports-m17n-p): New function.
15860         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15861         w3m usage.
15862
15863         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15864         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15865
15866 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * message.el (message-tool-bar-zap-list):
15869         Use gmm-tool-bar-zap-list as custom type.
15870         (message-tool-bar-update): New function.
15871         (message-tool-bar, message-tool-bar-gnome)
15872         (message-tool-bar-retro): Add message-tool-bar-update.
15873         (message-tool-bar-gnome): Add flyspell-buffer.
15874
15875         * gnus-util.el (gnus-error): Describe `args'.
15876
15877         * gmm-utils.el (gmm-error): Describe `args'.
15878         (gmm-tool-bar-zap-list): New widget.
15879         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15880
15881 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15884         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15885         the number of recursive calls.
15886
15887         * mm-decode.el (mm-handle-set-disposition): New macro.
15888         (mm-handle-set-description): New macro.
15889
15890 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15893         encoding.
15894
15895 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * message.el (message-tool-bar-zap-list, message-tool-bar)
15898         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15899         (message-tool-bar-local-item-from-menu): Remove.
15900         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15901         (message-make-tool-bar): New function.
15902         (message-mode): Use `message-make-tool-bar'.
15903
15904         * gmm-utils.el: New file.
15905         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15906         (gmm-lazy): New widget copied from `nnmail.el'.
15907         (gmm-tool-bar-from-list): New function for creating customizable
15908         tool bars.
15909         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15910         output.
15911         (gmm): Add :prefix to defgroup.
15912
15913 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15914
15915         * gmm-utils.el (gmm-widget-p): New function.
15916
15917 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * mml.el (mml-attach-file): Describe `description' in doc string.
15920         (mml-menu): Add Emacs MIME manual and PGG manual.
15921
15922 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15923
15924         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15925
15926 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15927
15928         * nntp.el (nntp-end-of-line): Doc fix.
15929
15930 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15931
15932         * imap.el (imap-open): Handle case where buffer is a buffer
15933         object.
15934
15935 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15936
15937         * gnus-delay.el (gnus-delay): Don't autoload.
15938         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15939         to be re-loaded when customizing the `gnus-delay' group.
15940
15941 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15942
15943         * message.el (message-insert-citation-line): Use newlines.
15944
15945 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15946
15947         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15948         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15949         these routines, so the passphrase can be managed externally and
15950         passed in to the system.
15951         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15952         pgg-add-passphrase-to-cache function.
15953
15954         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15955         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15956         these routines, so the passphrase can be managed externally and
15957         passed in to the system.
15958         (pgg-pgp5-sign-region): Use new name of
15959         pgg-add-passphrase-to-cache function.
15960
15961 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15962
15963         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15964         part of the decoded armor to find the key-identifier.
15965         (pgg-gpg-lookup-key-owner): New function to return the
15966         human-readable identifier of a key owner.
15967         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15968         itself.
15969         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15970         the key value) if we have a key and can match it against a secret
15971         key.  Also, added a note pointing out fact that the prompt only
15972         indicates the first matching key.
15973
15974         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15975         pgg-decrypt-region.
15976         (pgg-add-passphrase-to-cache): Rename from
15977         `pgg-add-passphrase-cache' to reduce confusion (all callers
15978         changed).
15979         (pgg-remove-passphrase-from-cache): Rename from
15980         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15981         changed).
15982         (pgg-read-passphrase, pgg-add-passphrase-cache)
15983         (pgg-remove-passphrase-cache): Add informative docstrings.
15984         (pgg-decrypt): Convey provided passphrase in subordinate call to
15985         pgg-decrypt-region.
15986
15987 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15988
15989         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15990         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15991         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15992         'passphrase' argument, so the passphrase can be managed externally
15993         and then passed in to the system.
15994
15995         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15996         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15997         so the passphrase cache can be used reliably with identifiers
15998         besides a pgp packet's key id.
15999
16000         * pgg-gpg.el (pgg-gpg-encrypt-region)
16001         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16002         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16003         these routines, so the passphrase can be managed externally and
16004         passed in to the system.
16005
16006         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16007         'notruncate' argument, so the passphrase cache can be used
16008         reliably with identifiers besides a pgp packet's key id.
16009
16010 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16011
16012         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16013         symmetric encryption.
16014         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16015         encrypted session key.
16016         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16017         message ask for the passphrase in a proper way.
16018
16019         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16020         New user commands for symmetric encryption.
16021
16022 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16025
16026         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16027
16028 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16029
16030         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16031
16032 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * mm-decode.el (mm-inlined-types): Add application/pgp.
16035         (mm-automatic-display): Ditto.
16036
16037         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16038         part as text.
16039
16040 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * nnrss.el: Update copyright.
16043         (nnrss-opml-import): Query whether to subscribe to each entry.
16044
16045         * gnus-art.el:
16046         * gnus-sum.el:
16047         * gnus-xmas.el:
16048         * messagexmas.el:
16049         * mm-uu.el:
16050         * mm-view.el: Update copyright.
16051
16052 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * message.el (message-info): New function.
16055         (message-mode-menu): Add it.
16056         Update copyright.
16057
16058         * ChangeLog: Fix and update copyright.
16059
16060 2006-01-13  Romain Francoise  <romain@orebokech.com>
16061
16062         * message.el (message-forward-subject-name-subject): Prefer the
16063         address to 'nowhere' if the sender has no name.
16064         Fix typo.  Update copyright year.
16065
16066 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-art.el (article-wash-html):
16069         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16070         (gnus-article-wash-html-with-w3m-standalone): New function.
16071
16072         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16073         mm-inline-text-html-render-with-w3m-standalone.
16074         (mm-text-html-washer-alist): Map w3m-standalone to
16075         gnus-article-wash-html-with-w3m-standalone.
16076         (mm-inline-text-html-render-with-w3m-standalone): New function.
16077
16078 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16081         Improve LaTeX.
16082
16083 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16086         (nnrss-request-article): Render text/plain parts as HTML.
16087
16088         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16089         the buffer.
16090
16091 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16094         custom definition of `gnus-posting-styles'.
16095
16096         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16097         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16098
16099 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16102         Use nntp for bug archive.
16103
16104 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16107         parts.
16108         (nnrss-normalize-date): New function converts ISO 8601 date into
16109         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16110         (nnrss-check-group): Use it.
16111
16112 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16115
16116         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16117         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16118         (nnrss-insert-w3): Ditto.
16119
16120 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16123         the articles to be forwarded including the case where neither a
16124         number of articles nor a region is specified.
16125
16126 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * nnrss.el (nnrss-request-article): Fix last change; fill
16129         text/plain parts.
16130
16131 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16134         in text/plain part.
16135         (nnrss-check-group): Don't add excessive newline to dc:subject.
16136
16137 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16138
16139         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16140         article.
16141
16142 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16145         (nnml-use-compressed-files, nnml-save-mail): Support other
16146         comression programs such as bzip2.
16147
16148 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16149
16150         * dns.el (query-dns): Make sure we check the buffer size before
16151         removing tcp headers.
16152
16153 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16156         remove MIME buttons associated with multipart/alternative parts.
16157         (gnus-mime-display-alternative): Tag buttons using `article-type'
16158         text property.
16159
16160         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16161         associated with multipart/alternative parts.
16162
16163         * gnus-art.el (gnus-signature-separator): Fix custom type.
16164
16165         * mm-decode.el (mm-inlined-types): Fix custom type.
16166         (mm-keep-viewer-alive-types): Ditto.
16167         (mm-automatic-display): Ditto.
16168         (mm-attachment-override-types): Ditto.
16169         (mm-inline-override-types): Ditto.
16170         (mm-automatic-external-display): Ditto.
16171
16172 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * spam-report.el (spam-report-user-mail-address)
16175         (spam-report-user-agent): New variables.
16176         (spam-report-url-ping-plain): Use spam-report-user-agent.
16177
16178 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16179
16180         * gnus-art.el (gnus-button-handle-custom): Do not just use
16181         `customize-apropos' for any "M-x customize-*" button but the
16182         function called for.  Accept both the function name and its
16183         argument in order to achieve this.
16184         (gnus-button-alist): Remove support for "custom:" URL's.
16185         Pass function name to `gnus-button-handle-custom' in case of "M-x
16186         customize-*" buttons.
16187
16188 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16191         multipart/alternative and add xref to mm-discouraged-alternatives
16192         in doc string.
16193
16194         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16195         gnus-buttonized-mime-types in doc string.
16196
16197 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16200         Suggest image/.* in the doc string.
16201
16202 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16205         message-marks (Debian bug #342521).
16206
16207 2005-12-12  Simon Josefsson  <jas@extundo.com>
16208
16209         * password.el (password-read-from-cache): Add.
16210         (password-read): Use it.
16211
16212 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * rfc2047.el (rfc2047-charset-to-coding-system):
16215         Recognize us-ascii as a MIME charset.
16216
16217         * mm-bodies.el (mm-decode-content-transfer-encoding):
16218         Protect against the case where the 2nd arg TYPE is nil.
16219
16220 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * pop3.el (pop3-stream-type): Fix custom version.
16223
16224         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16225
16226 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16227
16228         * mm-decode.el (mm-display-external): Add missing cdr.
16229
16230 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16233         RFC1524) if it is in mailcap or add a suffix according to
16234         mailcap-mime-extensions when generating a temp filename; postpone
16235         deleting a temp file for 2 seconds for some wrappers, shell
16236         scripts, and so on, which might exit right after having started a
16237         viewer command as a background job.
16238
16239 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * nntp.el (nntp-marks-directory): Fix custom group.
16242
16243         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16244         steps when < 10.
16245
16246         * gnus-start.el (gnus-no-server-1):
16247         Mention `gnus-level-default-subscribed' in doc string.
16248
16249 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16250
16251         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16252         parens.
16253
16254 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-xmas.el (gnus-use-toolbar): Revert.
16257         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16258         gnus-use-toolbar is default.
16259
16260         * messagexmas.el (message-use-toolbar): Revert.
16261         (message-setup-toolbar): Use global default-toolbar if
16262         message-use-toolbar is default.
16263
16264 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16267         according to default-toolbar-visible-p.
16268
16269         * messagexmas.el (message-use-toolbar): Ditto.
16270
16271 2005-11-26  Dave Love  <fx@gnu.org>
16272
16273         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16274         (tls-program, tls-success): Provide openssl alternative.
16275
16276         * starttls.el: Doc fixes.
16277         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16278         SERVICE to PORT.
16279
16280         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16281         port null or service name.
16282         (starttls-negotiate): Autoload.
16283
16284 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * message.el (message-kill-to-signature): Fix interactive spec.
16287
16288 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * pop3.el (pop3-open-server): Recognize a string as a service name.
16291
16292 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16293
16294         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16295
16296 2005-11-23  Dave Love  <fx@gnu.org>
16297
16298         Add pop3s, pop3/starttls.
16299
16300         * pop3.el (pop3-authentication-scheme): Clarify doc.
16301         (open-tls-stream, starttls-open-stream): Autoload.
16302         (pop3-stream-type): New.
16303         (pop3-open-server): Use it.
16304
16305         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16306         for POP.
16307         (mail-source-keyword-map): Add :stream for POP.
16308         (mail-source-fetch-pop): Use pop3-stream-type.
16309
16310 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16313         of current-time-string.
16314
16315 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16316
16317         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16318         date header.
16319
16320 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16321
16322         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16323         it can seriously impact performance as it bypasses the agent's
16324         local caches.
16325
16326 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16327
16328         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16329         must be explicitly online rather than "not explicitly offline" for
16330         its flags to be synchronized.
16331
16332         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16333         that gnus-uu-unmark-thread will function correctly.
16334
16335         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16336         1024K is instead displayed as 1M.
16337
16338 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16339
16340         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16341
16342 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16343
16344         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16345
16346 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16347
16348         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16349         error message to display actual error condition.
16350         (gnus-agent-save-local): Avoid saving symbols that are bound to
16351         nil as they simply result in a warning message in
16352         gnus-agent-read-local.
16353
16354 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16357         rather than make-variable-buffer-local for file-precious-flag.
16358
16359 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16360
16361         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16362         for duplicates which are removed.  The invalid sort check then
16363         triggers a rescan after the sort as sorting may have moved
16364         duplicate entries such that they can be cheaply detected.
16365
16366 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16369
16370 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16371
16372         * gnus-agent.el (gnus-agent-article-alist-save-format):
16373         Change internal variable to a custom variable.  Change default value
16374         from compressed(2) to uncompressed(1).
16375         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16376         support for uncompressed agentview files.  Taken together, reading
16377         the agentview file should now be 6-7 times faster.
16378
16379 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16380
16381         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16382         as a buffer-local variable.  This avoids creating truncated
16383         dribble files as a result of a hang up, eg.
16384
16385 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16386
16387         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16388         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16389         XEmacs.
16390
16391 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * gnus-start.el (gnus-start-draft-setup):
16394         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16395
16396         * gnus.el (gnus-splash): Change custom group.
16397         (gnus-group-get-parameter, gnus-group-parameter-value):
16398         Describe allow-list argument.
16399
16400         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16401         string.
16402
16403 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * gnus-art.el (gnus-default-article-saver): Add user-defined
16406         `function' to custom type.
16407
16408 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16409
16410         * imap.el (imap-open): Handle case where buffer is a buffer
16411         object.
16412
16413 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16416         long lines.
16417         (gnus-cache-delete-group): Wrap doc strings.
16418
16419         * gnus-agent.el (gnus-agent-rename-group)
16420         (gnus-agent-delete-group): Wrap doc strings.
16421
16422 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * messagexmas.el (message-use-toolbar): Change the valid values
16425         into default, top, bottom, left, and right.
16426         (message-toolbar-thickness): New variable.
16427         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16428         well.
16429         (message-setup-toolbar): Make it work.
16430
16431         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16432         (gnus-use-toolbar): Change the valid values into default, top,
16433         bottom, left, and right.
16434         (gnus-toolbar-thickness): New variable.
16435         (gnus-xmas-setup-toolbar): New function.
16436         (gnus-xmas-setup-group-toolbar): Use it.
16437         (gnus-xmas-setup-summary-toolbar): Use it.
16438
16439 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16440
16441         * gnus-start.el (gnus-1): Add "native" to
16442         gnus-predefined-server-alist.
16443
16444         * gnus.el (gnus-method-to-server): Don't add "native" to the
16445         lists here, because that leads to problems when
16446         gnus-select-method is bound.
16447
16448 2005-11-09  Simon Josefsson  <jas@extundo.com>
16449
16450         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16451         use (not sort-by-date) instead.
16452
16453 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16454
16455         * gnus-delay.el (gnus-delay-group): Don't autoload.
16456         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16457         to be re-loaded when customizing the `gnus-delay' group.
16458
16459 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16460
16461         * message.el: Revert last changes.
16462         (message-insert-citation-line): Use newlines.
16463
16464 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16465
16466         * message.el (message-courtesy-message)
16467         (message-mark-insert-begin, message-mark-insert-end)
16468         (message-elide-ellipsis, message-cancel-message)
16469         (message-add-header, message-change-subject)
16470         (message-cross-post-followup-to-header)
16471         (message-cross-post-insert-note, message-reduce-to-to-cc)
16472         (message-widen-reply, message-delete-not-region)
16473         (message-kill-to-signature, message-insert-signature)
16474         (message-insert-importance-high, message-insert-importance-low)
16475         (message-insert-or-toggle-importance)
16476         (message-insert-disposition-notification-to)
16477         (message-indent-citation, message-yank-original)
16478         (message-cite-original-without-signature, message-cite-original)
16479         (message-insert-citation-line, message-position-on-field)
16480         (message-fix-before-sending, message-send-mail-partially)
16481         (message-send-mail, message-send-mail-with-sendmail)
16482         (message-send-mail-with-qmail, message-send-news)
16483         (message-check-news-header-syntax, message-generate-headers)
16484         (message-insert-courtesy-copy, message-fill-address)
16485         (message-fill-header, message-shorten-references)
16486         (message-setup-1, message-cancel-news)
16487         (message-forward-make-body-plain, message-forward-make-body-mime)
16488         (message-forward-make-body-mml, message-encode-message-body)
16489         (message-forward-make-body-digest-plain)
16490         (message-forward-make-body-digest-mime)
16491         (message-use-alternative-email-as-from): Insert `hard-newline'
16492         instead of ordinary newlines.
16493
16494 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * message.el (message-generate-headers): Downcase the argument
16497         given to message-check-element.
16498
16499 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16500
16501         * nntp.el (nntp-authinfo-rejected): New error condition.
16502         (nntp-wait-for): Use new error condition to signal authentication
16503         error.
16504         (nntp-retrieve-data): Rethrow new error condition to break out of
16505         recursive call to nntp-send-authinfo.
16506
16507 2005-11-08  Romain Francoise  <romain@orebokech.com>
16508
16509         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16510         (gnus-summary-exit-map): Bind to `Z p'.
16511         (gnus-summary-make-menu-bar): Add menu item.
16512
16513 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16516         (gnus-treat-*): Add `first' in all doc strings.
16517
16518         * gnus-group.el (gnus-group-compact-group): Fix typo.
16519
16520 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus.el (gnus-parameters-case-fold-search): New variable.
16523         (gnus-parameters-get-parameter): Use it.
16524
16525         * gnus-score.el (gnus-home-score-file): Doc fix.
16526
16527 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16528
16529         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16530
16531 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * mm-util.el (mm-special-display-p): New function.
16534
16535         * mml.el (mml-preview): Use it; doc fix.
16536
16537 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16538
16539         * imap.el (imap-open): Handle case where buffer is a buffer object.
16540
16541 2005-10-29  Romain Francoise  <romain@orebokech.com>
16542
16543         * message.el (message-fix-before-sending): Fix comment.
16544
16545 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16546
16547         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16548
16549 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16550
16551         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16552         Used in gnus-score.el.
16553
16554 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16557
16558 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16561         whitespace removed in revision 7.8.  Use concatenated string to
16562         protect trailing whitespace.
16563
16564 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
16565
16566         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16567         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16568         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16569         Courier IMAP ("some version from 2004").  Mostly based on similar
16570         code in the same function.
16571
16572 2005-10-26  Didier Verna  <didier@xemacs.org>
16573
16574         * gnus-group.el (gnus-group-compact-group): Invalidate original
16575         article buffer.
16576         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16577         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16578         NOV database and in article itself.
16579         Invalidate article backlog.
16580
16581 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16584
16585 2005-10-26  Simon Josefsson  <jas@extundo.com>
16586
16587         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16588         part of 2004-07-25 change.
16589
16590 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * message.el (message-display-completion-list): New function.
16593         (message-expand-group): Use it; make sure the Completions buffer
16594         is modifiable.
16595 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16596
16597         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16598         user-mail-name is an empty string.
16599
16600 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16603         depending on gnus-score-decay-constant.
16604
16605         * encrypt.el (encrypt-insert-file-contents)
16606         (encrypt-write-file-contents): Don't use `gnus-message'.
16607
16608         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16609         arguments.
16610         (mm-uu-type-alist): Add message-marks and insert-marks.
16611         Pass arguments to mm-uu-verbatim-marks-extract.
16612         (mm-uu-hide-markers): New variable.
16613         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16614
16615         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16616         (gnus-convert-image-to-face-command): Use "convert" by default to
16617         allow other input image formats.
16618         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16619         accordingly.
16620
16621 2005-10-23  Simon Josefsson  <jas@extundo.com>
16622
16623         * imap.el (imap-gssapi-program): Align command line parameters
16624         with latest GNU SASL.
16625         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16626
16627 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16628
16629         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16630         HTML.
16631         (nnslashdot-request-article): Ditto.
16632
16633         * lpath.el (featurep): Add nobreak-char-display.
16634
16635 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16636
16637         * mail-source.el (mail-source-fetch-pop): Require pop3.
16638         (mail-source-check-pop): Ditto.
16639
16640 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16643         errors.
16644
16645 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16648         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16649
16650         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16651
16652         * mm-bodies.el (mm-decode-string):
16653         Call `mm-charset-to-coding-system' with allow-override argument.
16654
16655 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16658         (rfc2047-charset-to-coding-system): New function.
16659         (rfc2047-decode-encoded-words): New function.
16660         (rfc2047-decode-region): Use them.
16661         (rfc2047-decode-cte): Remove.
16662         (rfc2047-parse-and-decode): Remove.
16663         (rfc2047-decode): Remove.
16664
16665 2005-10-15  Kenichi Handa  <handa@m17n.org>
16666
16667         * rfc2047.el (rfc2047-decode-cte): New function.
16668         (rfc2047-decode-region): Change the way to decode successive
16669         encoded-words: decode B- or Q-encoding in each encoded-word,
16670         concatenate them, and decode it as charset.
16671
16672 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * lpath.el: Fbind codepage-setup for XEmacs.
16675
16676 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16677
16678         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16679         widget-move-and-invoke.
16680         (gnus-custom-mode): Use gnus-custom-map.
16681
16682 2005-10-15  Bill Wohler  <wohler@newt.com>
16683
16684         * message.el (message-tool-bar-map): Rename image file from
16685         mail_send to mail/send.
16686
16687 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16688
16689         * message.el (message-expand-group): Pass the common
16690         prefix substring of completion to `display-completion-list'.
16691
16692 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * mml-sec.el (mml-secure-method): New internal variable.
16695         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16696         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16697         New functions using mml-secure-method.
16698
16699         * mml.el (mml-mode-map): Add key bindings for those functions.
16700         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16701         Harder <harder@myrealbox.com>.
16702         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16703         Goto end of message if point is the headers of the message.
16704
16705         * message.el (message-in-body-p): New function.
16706
16707         * assistant.el: Autoload gnus-util and netrc.
16708
16709         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16710         Use `mm-charset-override-alist' only when decoding.
16711
16712         * mm-bodies.el (mm-decode-body):
16713         Call `mm-charset-to-coding-system' with allow-override argument.
16714
16715         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16716         `filename' from Content-Disposition if Content-Type doesn't
16717         provide `name'.
16718         (gnus-mime-view-part-as-type): Set default instead of
16719         initial-input.
16720
16721 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16722
16723         * format-spec.el (format-spec): Propagate text properties of % spec.
16724
16725 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * gnus-art.el (gnus-treat-predicate): Add `first'.
16728
16729 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16730
16731         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16732         (mm-charset-override-alist): New variable.
16733         (mm-charset-to-coding-system): Use it.
16734         (mm-codepage-setup): New helper function.
16735         (mm-charset-eval-alist): New variable.
16736         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16737         Warn about unknown charsets.
16738
16739         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16740
16741 2005-10-04  David Hansen  <david.hansen@gmx.net>
16742
16743         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16744         (nnrss-check-group): Ditto.
16745
16746 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16749         Rename x-gnus-verbatim to x-verbatim.
16750         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16751
16752         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16753         x-verbatim.
16754
16755         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16756
16757         * gnus-util.el (gnus-remove-duplicates): Remove.
16758
16759         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16760         instead of gnus-remove-duplicates.
16761
16762         * message.el (message-remove-duplicates): Remove.
16763         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16764         message-remove-duplicates.
16765
16766         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16767         available, else use implementation from `delete-dups'.
16768
16769         * message.el (message-insert-expires): New function.
16770         (message-mode-map): Add key binding.
16771         (message-mode-field-menu): Add menu entry.
16772         (message-mode): Document it.
16773         (message-make-expires-date): Use `message-make-date'.
16774
16775 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16776
16777         * message.el (message-make-expires-date): New function.
16778
16779 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * Makefile.in (list-installed-shadows): New entry.
16782         (install): Use it.
16783         (remove-installed-shadows): New entry.
16784
16785         * dgnushack.el (dgnushack-default-load-path): New variable.
16786         (dgnushack-find-lisp-shadows): New function.
16787         (dgnushack-remove-lisp-shadows): New function.
16788
16789 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * Makefile.in (install-el-elc): New entry.
16792         (install): Use it so that .el files are necessarily installed.
16793
16794 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16797
16798 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16799
16800         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16801         function rather than the diff-mode.el package.
16802         (mm-display-external): Use with-current-buffer.
16803         (mm-viewer-completion-map, mm-viewer-completion-map):
16804         Move initialization inside declaration.
16805
16806 2005-09-29  Simon Josefsson  <jas@extundo.com>
16807
16808         * spam.el: Load hashcash when compiling, to avoid warnings.
16809         Don't autoload mail-check-payment.
16810         (spam-check-hashcash): Define unconditionally, since hashcash.el
16811         is part of Gnus now.  Ignore errors from payment checking.
16812
16813 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * message.el (message-bold-region, message-unbold-region):
16816         Rename from `bold-region' and `unbold-region'.
16817
16818         * message.el: Remove useless autoloads.
16819
16820 2005-09-28  Simon Josefsson  <jas@extundo.com>
16821
16822         * message.el (message-use-idna): Default to t.
16823         (message-use-idna): Test whether encoding works too.  Doc fix.
16824
16825 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * nntp.el (nntp-warn-about-losing-connection): Remove.
16828
16829 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16832         customizable.  Change default value.
16833         (mm-uu-diff-groups-regexp): Change default value.
16834         (mm-uu-type-alist): Add doc string.
16835         (mm-uu-configure): Add doc string.  Make it interactive.
16836         (mm-uu-tex-groups-regexp): New variable.
16837         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16838         (mm-uu-type-alist): Add LaTeX documents.
16839         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16840         of "text/verbatim".
16841         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16842
16843         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16844         instead of "text/verbatim".
16845
16846         * message.el (message-mark-inserted-region)
16847         (message-mark-insert-file): Use slrn style marks when called with
16848         prefix argument.
16849
16850 2005-09-27  Simon Josefsson  <jas@extundo.com>
16851
16852         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16853
16854 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
16855
16856         * message.el (message-remove-duplicates): New function.
16857         Implementation borrowed from `gnus-remove-duplicates'.
16858         (message-idna-to-ascii-rhs): Also encode idna addresses in
16859         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16860         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16861         only ask about the same idna domain once per header and also tell
16862         in what header to replace the idna domain.
16863
16864         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16865         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16866         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16867         a header is decoded and not just the last one.
16868
16869 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16872         has been decoded.
16873
16874         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16875         (mm-insert-part): Don't modify text if it has been decoded.
16876
16877         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16878         decoded.
16879
16880         * mm-view.el (mm-inline-text): Don't strip text props unless
16881         decoding enriched or richtext parts.
16882
16883 2005-09-25  Romain Francoise  <romain@orebokech.com>
16884
16885         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16886         * gnus-start.el (gnus-subscribe-interactively):
16887         * gnus-uu.el (gnus-uu-grab-articles):
16888         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16889         space.
16890
16891 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16892
16893         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16894         * mm-view.el (mm-view-pkcs7-decrypt):
16895         * gnus-sum.el (gnus-summary-limit-to-extra)
16896         (gnus-summary-respool-article, gnus-read-move-group-name):
16897         * gnus-score.el (gnus-summary-increase-score):
16898         * gnus-util.el (gnus-completing-read-with-default):
16899         * gnus-art.el (gnus-read-save-file-name)
16900         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16901         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16902         * message.el (message-check-news-header-syntax):
16903         Follow convention for reading with the minibuffer.
16904
16905 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * spam-report.el (spam-report-url-ping-plain):
16908         Use gnus-extended-version as User-Agent.
16909
16910         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16911         default value is nil.
16912
16913         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16914         (mm-uu-verbatim-marks-extract): New function.
16915         (mm-uu-extract): New face.
16916         (mm-uu-copy-to-buffer): Use it.
16917
16918         * spam-report.el (spam-report-gmane-ham): Rename from
16919         `spam-report-gmane-unspam'.
16920         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16921         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16922
16923         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16924         Autoload.
16925         (spam-report-gmane-unregister-routine):
16926         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16927
16928 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16929
16930         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16931         (spam-report-gmane-unregister-routine): Add support for gmane
16932         unregistration.
16933
16934         * spam-report.el (spam-report-gmane-unspam)
16935         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16936         (spam-report-gmane): Change to take a single article and do unspam
16937         registration.
16938
16939 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16940
16941         * mm-url.el (mm-url-decode-entities): Fix regexp.
16942
16943 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16944
16945         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16946         default to nil, to be able to use Gnus at all.  If the default
16947         switches to something else, then the function should be fixed not
16948         be exceedingly slow.
16949
16950 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16951
16952         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16953         fail hard.
16954
16955         * spam-report.el: Add better Keywords line.
16956
16957         * spam.el: Add Maintainer and better Keywords line.
16958
16959 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * gnus-art.el (gnus-article-replace-part)
16962         (gnus-mime-replace-part): New functions.
16963         (gnus-mime-action-alist, gnus-mime-button-commands)
16964         (gnus-mime-save-part-and-strip): Add file argument.
16965         (gnus-article-part-wrapper): Add interactive argument.
16966
16967         * gnus-sum.el (gnus-summary-mime-map):
16968         Add `gnus-article-replace-part'.
16969
16970 2005-09-19  Didier Verna  <didier@xemacs.org>
16971
16972         The nnml compaction feature:
16973         * nnml.el (nnml-request-compact-group): New function.
16974         * nnml.el (nnml-request-compact): New function.
16975         * gnus-int.el (gnus-request-compact-group): New function.
16976         * gnus-int.el (gnus-request-compact): New function.
16977         * gnus-group.el (gnus-group-compact-group): New function.
16978         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16979         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16980         * gnus-srvr.el (gnus-server-compact-server): New function.
16981         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16982         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16983
16984 2005-09-18  Deepak Goel  <deego@gnufans.org>
16985
16986         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16987         format spec.
16988
16989 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16992
16993 2005-09-15  Romain Francoise  <romain@orebokech.com>
16994
16995         * message.el (message-fill-paragraph): Clarify docstring.
16996
16997 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-art.el (gnus-mime-display-part): Protect against broken
17000         MIME messages.
17001
17002 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17005         before parsing header.
17006
17007 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17008
17009         * html2text.el (html2text-replace-list): Add new entities.
17010
17011 2005-09-11  Romain Francoise  <romain@orebokech.com>
17012
17013         * message.el (message-alternative-emails): Improve docstring.
17014         (message-setup-1): Call `message-use-alternative-email-as-from'
17015         after `message-setup-hook' to give it precedence over posting
17016         styles, etc.
17017         (message-use-alternative-email-as-from): Add docstring.
17018         Remove the original From header if present.
17019
17020         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17021         (nnml-save-mail): Use it.
17022
17023         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17024         articles.  Add new argument `silent'.
17025         (gnus-uu-mark-all): Report the total number of marked articles.
17026
17027 2005-09-10  Romain Francoise  <romain@orebokech.com>
17028
17029         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17030         (gnus-uu-mark-series): Likewise.
17031
17032 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * spam-report.el (spam-report-gmane): Fix generation of spam
17035         report URL.
17036
17037 2005-09-10  Simon Josefsson  <jas@extundo.com>
17038
17039         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17040         t, based on discussion on the ding list with Robert Epprecht
17041         <epprecht@solnet.ch>.
17042
17043 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17044
17045         * spam-report.el (spam-report-gmane): Make it work without
17046         X-Report-Spam header.  Gmane now only provides Archived-At.
17047         This is only used if `spam-report-gmane-use-article-number' is nil.
17048         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17049
17050         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17051         make `gnus-summary-sort-by-recipient' work with threading.
17052
17053         * nnweb.el (nnweb-google-wash-article): Print a message if article
17054         is not available.
17055
17056 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17057
17058         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17059         change.  Decode text/* parts content before displaying.
17060
17061 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17064
17065 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17068
17069         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17070         url-package-name, url-package-version,
17071         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17072         w3m-display-inline-images, and w3m-minor-mode-map.
17073
17074 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * message.el (message-tab-body-function): Fix mismatched custom type.
17077
17078         * gnus.el (gnus-group-change-level-function): Ditto.
17079
17080         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17081
17082         * gnus-art.el (gnus-signature-limit)
17083         (gnus-article-mime-part-function): Ditto.
17084
17085 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * mml.el (mml-mode): Silence the byte compiler.
17088
17089         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17090         using `(sit-for 0)' before moving the point to the specified part;
17091         skip unbuttonized parts.
17092         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17093         return to the summary window if gnus-auto-select-part is non-nil.
17094
17095 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17098         New variables.
17099         (mml-dnd-attach-file, mml-mode): Use them.
17100
17101         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17102         Make fetching article by MID work again for Google Groups.
17103         Add FIXME concerning gnus-group-make-web-group.
17104
17105         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17106         Don't depend on Gnus by using mail-extract-address-components if
17107         gnus-extract-address-components is not bound.
17108
17109 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17110
17111         * gnus-art.el (gnus-mime-display-security): Don't display the
17112         signature, but only the signed part.
17113
17114 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17117
17118         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17119         list, not listp.
17120
17121 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17122
17123         * mm-encode.el (mm-encode-content-transfer-encoding):
17124         Likewise when encoding.
17125
17126         * mm-bodies.el (mm-decode-content-transfer-encoding):
17127         De-canonicalize CRLF for all text content types, not just
17128         text/plain.
17129
17130 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17133         valid article; point arrow and cursor at the MIME button.
17134
17135 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17138         Suggested by Dan Christensen <jdc@uwo.ca>.
17139
17140         * mm-decode.el (mm-save-part): Enable change of prompt.
17141
17142 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17143
17144         * gnus-msg.el (gnus-inews-add-send-actions):
17145         Make `message-post-method' lambda parameter ARG `&optional'.
17146
17147 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * gnus-sum.el (gnus-summary-mime-map):
17150         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17151         gnus-article-jump-to-part.
17152
17153         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17154         (gnus-article-edit-part): Use it.
17155         (gnus-article-part-wrapper): Add no-handle argument.
17156         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17157         New functions.
17158
17159 2005-08-29  Romain Francoise  <romain@orebokech.com>
17160
17161         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17162         docstring.
17163         (gnus-face-from-file): Likewise.
17164
17165 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17168         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17169         non-nil.
17170         (gnus-auto-select-part): New variable.
17171         (gnus-article-jump-to-part): New function.
17172         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17173         (gnus-mime-delete-part): Allow selecting specified part after
17174         deleting or stripping parts.
17175         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17176         part if argument is bogus.
17177
17178 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17179
17180         * gnus-art.el (w3m-minor-mode-map):
17181         * gnus-spec.el (gnus-newsrc-file-version):
17182         * gnus-util.el (nnmail-active-file-coding-system)
17183         (gnus-original-article-buffer, gnus-user-agent):
17184         * gnus.el (gnus-ham-process-destinations)
17185         (gnus-parameter-ham-marks-alist)
17186         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17187         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17188         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17189         * mm-decode.el (gnus-current-window-configuration):
17190         * mm-extern.el (gnus-article-mime-handles):
17191         * mm-url.el (url-current-object, url-package-name)
17192         (url-package-version):
17193         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17194         (smime-keys, w3m-cid-retrieve-function-alist)
17195         (w3m-current-buffer, w3m-display-inline-images)
17196         (w3m-minor-mode-map):
17197         * mml-smime.el (gnus-extract-address-components):
17198         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17199         (gnus-newsrc-hashtb, message-default-charset)
17200         (message-deletable-headers, message-options)
17201         (message-posting-charset, message-required-mail-headers)
17202         (message-required-news-headers):
17203         * mml1991.el (mc-pgp-always-sign):
17204         * mml2015.el (mc-pgp-always-sign):
17205         * nnheader.el (nnmail-extra-headers):
17206         * rfc1843.el (gnus-decode-encoded-word-function)
17207         (gnus-decode-header-function, gnus-newsgroup-name):
17208         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17209
17210 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17211
17212         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17213         the end of the date treatments.
17214
17215 2005-08-15  Simon Josefsson  <jas@extundo.com>
17216
17217         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17218         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17219         Capello and Romain Francoise.
17220         (pgg-fetch-key-function): Remove, not used?
17221         (pgg-insert-url-with-w3): Require url, to get
17222         url-insert-file-contents regardless of where it is defined.
17223
17224 2005-08-13  Romain Francoise  <romain@orebokech.com>
17225
17226         * message.el (message-cite-original-1): New function.
17227         (message-cite-original): Use it.
17228         (message-cite-original-without-signature): Ditto.
17229
17230 2005-08-08  Romain Francoise  <romain@orebokech.com>
17231
17232         * message.el (message-yank-empty-prefix): New variable.
17233         (message-indent-citation): Use it.
17234         (message-cite-original-without-signature): Respect X-No-Archive.
17235
17236 2005-08-08  Simon Josefsson  <jas@extundo.com>
17237
17238         * pgg.el: Autoload url-insert-file-contents instead of loading
17239         w3/url.
17240         (pgg-insert-url-with-w3): Don't load url here.
17241
17242 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17243
17244         * message.el (message-kill-to-signature): Don't insert newline at
17245         bol.
17246         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17247
17248 2005-08-06  Romain Francoise  <romain@orebokech.com>
17249
17250         * message.el (message-user-fqdn): Fix typo in docstring.
17251
17252 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17253
17254         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17255
17256         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17257
17258 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * mm-bodies.el (mm-encode-body): Use coding system rather than
17261         charset to encode text.
17262
17263         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17264         number of charsets if utf-8 is available (XEmacs).
17265
17266 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17267
17268         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17269         taken from `gnus-button-mid-or-mail-regexp'.
17270         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17271         (gnus-button-alist): Improve regexp for domain part of the MIDs
17272         for news:localpart@domain buttons.
17273         (gnus-button-ctan-directory-regexp): Update.
17274
17275 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * sieve-manage.el (sieve-manage-interactive-login):
17278         Use make-local-variable rather than make-variable-buffer-local.
17279         (sieve-manage-open): Ditto.
17280         (sieve-manage-authenticate): Ditto.
17281
17282         * mml.el (mml-generate-mime-1): Make the content type default to
17283         text/plain if the filename is not specified.
17284
17285 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17288         instead of insert-buffer.
17289
17290         * message.el (message-yank-original): Ditto; set the mark at the
17291         end of the yanked message.
17292
17293 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17296         lines to scroll rather than to stop it.
17297
17298         * mml.el (mml-generate-default-type): Add doc string.
17299         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17300         default to application/octet-stream when determining the content
17301         type if it is not specified for the part or the mml contents; add
17302         a comment about mml-generate-default-type.
17303
17304 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17307         make it default to application/octet-stream when determining the
17308         content type if it is not specified for the external contents.
17309
17310 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17313         segmented parameter but also other parameters might be there.
17314
17315 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * mm-decode.el (mm-display-external): Delete temp file, directory
17318         and buffer immediately if the external process is exited.
17319
17320 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17323         fewer lines than that of scroll-margin.
17324         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17325
17326 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-art.el (gnus-article-next-page): Revert.
17329         (gnus-article-beginning-of-window): New macro.
17330         (gnus-article-next-page-1): Use it.
17331         (gnus-article-prev-page): Ditto.
17332         (gnus-article-edit-part): Use insert-buffer-substring instead of
17333         insert-buffer.
17334         (gnus-article-edit-exit): Ditto.
17335
17336         * gnus-util.el (gnus-beginning-of-window): Remove.
17337         (gnus-end-of-window): Remove.
17338
17339         * lpath.el: Don't bind header-line-format and scroll-margin.
17340
17341 2005-07-25  Simon Josefsson  <jas@extundo.com>
17342
17343         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17344         to have the url package without w3.  Reported by Daiki Ueno
17345         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17346
17347 2005-07-20  Didier Verna  <didier@xemacs.org>
17348
17349         * gnus-diary.el: Remove the description comment (nndiary is now
17350         properly documented in the Gnus manual).
17351         Fix the spelling of "Back End".
17352         * nndiary.el: Ditto.
17353         Fix the copyright notice.
17354
17355 2005-07-18  Romain Francoise  <romain@orebokech.com>
17356
17357         * gnus-sum.el (gnus-summary-to-prefix)
17358         (gnus-summary-newsgroup-prefix): New variables.
17359         (gnus-summary-from-or-to-or-newsgroups): Use them.
17360
17361 2005-07-17  Romain Francoise  <romain@orebokech.com>
17362
17363         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17364         space as it's generally not especially interesting to the user.
17365
17366 2005-07-16  Romain Francoise  <romain@orebokech.com>
17367
17368         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17369         nil to avoid prompting and file modification if one of the
17370         messages at the top of the nnfolder file contains a copyright
17371         notice.
17372         Update copyright notice.
17373
17374         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17375         instead of `current-time-string' as the latter creates a time
17376         string that is not RFC 2822 compliant (it lacks the zone).
17377         Update copyright notice.
17378
17379 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17380
17381         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17382         for text/rtf.  Display default in prompt.  Pass default for M-n.
17383
17384         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17385
17386 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17387
17388         * gnus-msg.el (gnus-button-mailto):
17389         Remove save-selected-window-window hackery because it relies on
17390         save-selected-window internals.
17391
17392 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17395         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17396         (gnus-article-prev-page): Ditto.
17397
17398         * gnus-util.el (gnus-beginning-of-window): New function.
17399         (gnus-end-of-window): New function.
17400
17401         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17402
17403 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17404
17405         * gnus-score.el (gnus-score-edit-all-score):
17406         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17407         gnus-message.
17408
17409 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17410
17411         * gnus-msg.el (gnus-button-mailto):
17412         Remove save-selected-window-window hackery because it relies on
17413         save-selected-window internals.
17414
17415 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17418         add-minor-mode.
17419         (gnus-binary-mode): Ditto.
17420
17421         * gnus-topic.el (gnus-topic-mode): Ditto.
17422
17423 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17424
17425         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17426         (gnus-article-prev-page): Take scroll-margin into consideration.
17427
17428 2005-07-04  Lute Kamstra  <lute@gnu.org>
17429
17430         Update FSF's address in GPL notices.
17431
17432 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17433
17434         * gnus.el (gnus-exit):
17435         * gnus-group.el (gnus-group-icons):
17436         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17437
17438         * gnus-nocem.el (gnus-nocem):
17439         * message.el (message-various, message-buffers, message-sending)
17440         (message-interface, message-forwarding, message-insertion)
17441         (message-headers, message-news, message-mail):
17442         * pgg-gpg.el (pgg-gpg):
17443         * pgg-parse.el (pgg-parse):
17444         * pgg-pgp.el (pgg-pgp):
17445         * pgg-pgp5.el (pgg-pgp5):
17446         * pop3.el (pop3): Finish `defgroup' description with period.
17447
17448 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * gnus-art.el (article-display-face): Improve the efficiency.
17451         (article-display-x-face): Ditto; remove grey x-face stuff.
17452
17453 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-art.el (article-display-face): Correct the position in
17456         which Faces are inserted.
17457
17458 2005-06-29  Didier Verna  <didier@xemacs.org>
17459
17460         * gnus-art.el (article-display-face): Display faces in correct
17461         order.
17462
17463 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17466         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17467         (gnus-nocem-check-article): Fetch the Type header.
17468         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17469         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17470         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17471         make sure gnus-nocem-hashtb is initialized.
17472         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17473         (gnus-nocem-unwanted-article-p): Ditto.
17474
17475         * pgg.el (pgg-verify): Return the verification result.
17476
17477 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17478
17479         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17480         is ascii.
17481
17482 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17483
17484         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17485         `show-nonbreak-escape'.
17486
17487 2005-06-23  Lute Kamstra  <lute@gnu.org>
17488
17489         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17490
17491         * dig.el (dig-mode):
17492         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17493
17494 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17495
17496         * nnimap.el (nnimap-split-download-body): Fix spellings.
17497
17498 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17499
17500         * gnus-art.el (gnus-article-encrypt-body):
17501         * gnus-cus.el (gnus-score-customize):
17502         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17503         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17504
17505 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
17506
17507         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17508         header by looking for magic "MII" at the beginnig.
17509
17510 2005-06-16  Miles Bader  <miles@gnu.org>
17511
17512         * gnus-xmas.el (gnus-xmas-group-startup-message):
17513         Use renamed gnus-splash face.
17514
17515         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17516         (assistant-field-face): New backward-compatibility alias for renamed
17517         face.
17518         (assistant-render-text): Use renamed assistant-field face.
17519
17520         * spam.el (spam): Remove "-face" suffix from face name.
17521         (spam-face): New backward-compatibility alias for renamed face.
17522         (spam-face, spam-initialize): Use renamed spam face.
17523
17524         * message.el (message-header-to, message-header-cc)
17525         (message-header-subject, message-header-newsgroups)
17526         (message-header-other, message-header-name)
17527         (message-header-xheader, message-separator, message-cited-text)
17528         (message-mml): Remove "-face" suffix from face names.
17529         (message-header-to-face, message-header-cc-face)
17530         (message-header-subject-face, message-header-newsgroups-face)
17531         (message-header-other-face, message-header-name-face)
17532         (message-header-xheader-face, message-separator-face)
17533         (message-cited-text-face, message-mml-face):
17534         New backward-compatibility aliases for renamed faces.
17535         (message-font-lock-keywords): Use renamed message faces.
17536
17537         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17538         (sieve-test-commands, sieve-tagged-arguments):
17539         Remove "-face" suffix from face names.
17540         (sieve-control-commands-face, sieve-action-commands-face)
17541         (sieve-test-commands-face, sieve-tagged-arguments-face):
17542         New backward-compatibility aliases for renamed faces.
17543         (sieve-control-commands-face, sieve-action-commands-face)
17544         (sieve-test-commands-face, sieve-tagged-arguments-face):
17545         Use renamed sieve faces.
17546
17547         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17548         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17549         (gnus-group-news-3-empty, gnus-group-news-4)
17550         (gnus-group-news-4-empty, gnus-group-news-5)
17551         (gnus-group-news-5-empty, gnus-group-news-6)
17552         (gnus-group-news-6-empty, gnus-group-news-low)
17553         (gnus-group-news-low-empty, gnus-group-mail-1)
17554         (gnus-group-mail-1-empty, gnus-group-mail-2)
17555         (gnus-group-mail-2-empty, gnus-group-mail-3)
17556         (gnus-group-mail-3-empty, gnus-group-mail-low)
17557         (gnus-group-mail-low-empty, gnus-summary-selected)
17558         (gnus-summary-cancelled, gnus-summary-high-ticked)
17559         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17560         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17561         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17562         (gnus-summary-low-undownloaded)
17563         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17564         (gnus-summary-low-unread, gnus-summary-normal-unread)
17565         (gnus-summary-high-read, gnus-summary-low-read)
17566         (gnus-summary-normal-read, gnus-splash):
17567         Remove "-face" suffix from face names.
17568         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17569         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17570         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17571         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17572         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17573         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17574         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17575         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17576         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17577         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17578         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17579         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17580         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17581         (gnus-summary-normal-ticked-face)
17582         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17583         (gnus-summary-normal-ancient-face)
17584         (gnus-summary-high-undownloaded-face)
17585         (gnus-summary-low-undownloaded-face)
17586         (gnus-summary-normal-undownloaded-face)
17587         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17588         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17589         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17590         (gnus-splash-face):
17591         New backward-compatibility aliases for renamed faces.
17592         (gnus-group-startup-message): Use renamed gnus faces.
17593
17594         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17595         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17596         (gnus-server-agent): Remove "-face" suffix from face names.
17597         (gnus-server-agent-face, gnus-server-opened-face)
17598         (gnus-server-closed-face, gnus-server-denied-face)
17599         (gnus-server-offline-face):
17600         New backward-compatibility aliases for renamed faces.
17601         (gnus-server-agent-face, gnus-server-opened-face)
17602         (gnus-server-closed-face, gnus-server-denied-face)
17603         (gnus-server-offline-face): Use renamed gnus faces.
17604
17605         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17606         Remove "-face" suffix from face names.
17607         (gnus-picon-xbm-face, gnus-picon-face):
17608         New backward-compatibility aliases for renamed faces.
17609
17610         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17611         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17612         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17613         (gnus-cite-11): Remove "-face" suffix from face names.
17614         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17615         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17616         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17617         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17618         New backward-compatibility aliases for renamed faces.
17619         (gnus-cite-attribution-face, gnus-cite-face-list)
17620         (gnus-article-boring-faces): Use renamed gnus faces.
17621
17622         * gnus-art.el (gnus-signature, gnus-header-from)
17623         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17624         (gnus-header-content): Remove "-face" suffix from face names.
17625         (gnus-signature-face, gnus-header-from-face)
17626         (gnus-header-subject-face, gnus-header-newsgroups-face)
17627         (gnus-header-name-face, gnus-header-content-face):
17628         New backward-compatibility aliases for renamed faces.
17629         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17630
17631         * gnus-sum.el (gnus-summary-selected-face)
17632         (gnus-summary-highlight): Use renamed gnus faces.
17633         * gnus-group.el (gnus-group-highlight): Likewise.
17634
17635 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17636
17637         * gnus-sieve.el (gnus-sieve-article-add-rule):
17638         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17639         * spam-stat.el (spam-stat-buffer-change-to-spam)
17640         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17641
17642         * message.el (message-is-yours-p):
17643         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17644
17645 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * mm-view.el (mm-inline-text): Withdraw the last change.
17648
17649 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17652         executing enriched-decode.
17653
17654 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17657         charset of tar files.
17658
17659 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17660
17661         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17662
17663 2005-06-04  Lute Kamstra  <lute@gnu.org>
17664
17665         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17666         information is never recorded.
17667
17668 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17669
17670         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17671
17672 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * pop3.el (pop3-apop): Run md5 in the binary mode.
17675
17676         * starttls.el (starttls-set-process-query-on-exit-flag):
17677         Use eval-and-compile.
17678
17679 2005-05-31  Simon Josefsson  <jas@extundo.com>
17680
17681         * smime.el (smime-replace-in-string): Define.
17682         (smime-cert-by-ldap-1): Use it.
17683
17684 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * gnus-art.el (article-display-x-face): Replace
17687         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17688
17689         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17690         set-process-query-on-exit-flag or process-kill-without-query.
17691
17692         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17693         loop instead of replace-regexp.
17694
17695         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17696         instead of process-kill-without-query if it is available.
17697
17698         * lpath.el: Fbind ldap-search-entries.
17699
17700         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17701         instead of find-file-hooks if it is available.
17702
17703         * mml1991.el: Bind pgg-default-user-id when compiling.
17704
17705         * mml2015.el: Bind pgg-default-user-id when compiling.
17706
17707         * nndraft.el (nndraft-request-associate-buffer):
17708         Use write-contents-functions instead of write-contents-hooks if it is
17709         available.
17710
17711         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17712         instead of find-file-hooks if it is available.
17713
17714         * nntp.el (nntp-open-connection): Replace
17715         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17716         (nntp-open-ssl-stream): Ditto.
17717         (nntp-open-tls-stream): Ditto.
17718
17719         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17720         set-process-query-on-exit-flag or process-kill-without-query.
17721         (starttls-open-stream-gnutls): Use it instead of
17722         process-kill-without-query.
17723         (starttls-open-stream): Ditto.
17724
17725 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17726
17727         * smime.el (smime-cert-by-ldap-1): Don't use
17728         replace-regexp-in-string.
17729
17730 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
17731
17732         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17733
17734         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17735         in PEM format.  Adjust to the XEmacs compatibility.
17736
17737 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17738
17739         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17740         by `string-to-number'.
17741         * gnus-agent.el (gnus-agent-regenerate-group)
17742         (gnus-agent-fetch-articles): Ditto.
17743         * gnus-art.el (gnus-button-fetch-group): Ditto.
17744         * gnus-cache.el (gnus-cache-generate-active)
17745         (gnus-cache-articles-in-group): Ditto.
17746         * gnus-group.el (gnus-group-set-current-level)
17747         (gnus-group-insert-group-line): Ditto.
17748         * gnus-score.el (gnus-score-set-expunge-below)
17749         (gnus-score-set-mark-below, gnus-summary-score-effect)
17750         (gnus-summary-score-entry): Ditto.
17751         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17752         (gnus-soup-pack): Ditto.
17753         * gnus-spec.el (gnus-xmas-format): Ditto.
17754         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17755         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17756         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17757         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17758         * nndb.el (nndb-get-remote-expire-response): Ditto.
17759         * nndiary.el (nndiary-parse-schedule-value)
17760         (nndiary-string-to-number, nndiary-request-replace-article)
17761         (nndiary-request-article): Ditto.
17762         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17763         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17764         * nneething.el (nneething-make-head): Ditto.
17765         * nnfolder.el (nnfolder-request-article)
17766         (nnfolder-retrieve-headers): Ditto.
17767         * nnheader.el (nnheader-file-to-number): Ditto.
17768         * nnkiboze.el (nnkiboze-request-article): Ditto.
17769         * nnmail.el (nnmail-process-unix-mail-format)
17770         (nnmail-process-babyl-mail-format): Ditto.
17771         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17772         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17773         (nnmh-request-create-group, nnmh-request-list-1)
17774         (nnmh-request-group, nnmh-request-article): Ditto.
17775         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17776         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17777         * nnsoup.el (nnsoup-make-active): Ditto.
17778         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17779         * nntp.el (nntp-find-group-and-number)
17780         (nntp-retrieve-headers-with-xover): Ditto.
17781         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17782         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17783         (pgg-format-key-identifier): Ditto.
17784         * pop3.el (pop3-last, pop3-stat): Ditto.
17785         * qp.el (quoted-printable-decode-region): Ditto.
17786
17787         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17788         of concat.
17789
17790 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17793
17794         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17795
17796         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17797
17798         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17799
17800         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17801
17802         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17803
17804         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17805         (gnus-carpal-mode): Ditto.
17806
17807         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17808         (gnus-browse-mode): Ditto.
17809
17810         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17811
17812         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17813
17814 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17815
17816         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17817
17818 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-util.el (gnus-run-mode-hooks): New function.
17821
17822         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17823
17824         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17825         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17826
17827 2005-05-27  Lute Kamstra  <lute@gnu.org>
17828
17829         * dns-mode.el (dns-mode): Specify customization group.
17830
17831 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17832
17833         * gnus-agent.el (gnus-agent-make-mode-line-string):
17834         Use mode-line-highlight as mouse-face.
17835
17836 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * canlock.el (canlock): Change the parent group to news.
17839
17840         * deuglify.el (gnus-outlook-deuglify): Add :group.
17841
17842         * dig.el (dig): Add :group.
17843
17844         * dns-mode.el (dns-mode): Add :group.
17845
17846         * encrypt.el (encrypt): Add :group.
17847
17848         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17849         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17850         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17851         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17852         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17853
17854         * gnus-diary.el (gnus-diary): Add :group.
17855
17856         * gnus.el (gnus-group-news-1-face): Add :group.
17857         (gnus-group-news-1-empty-face): Ditto.
17858         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17859         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17860         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17861         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17862         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17863         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17864         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17865         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17866         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17867         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17868         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17869         (gnus-summary-high-ticked-face): Ditto.
17870         (gnus-summary-low-ticked-face): Ditto.
17871         (gnus-summary-normal-ticked-face): Ditto.
17872         (gnus-summary-high-ancient-face): Ditto.
17873         (gnus-summary-low-ancient-face): Ditto.
17874         (gnus-summary-normal-ancient-face): Ditto.
17875         (gnus-summary-high-undownloaded-face): Ditto.
17876         (gnus-summary-low-undownloaded-face): Ditto.
17877         (gnus-summary-normal-undownloaded-face): Ditto.
17878         (gnus-summary-high-unread-face): Ditto.
17879         (gnus-summary-low-unread-face): Ditto.
17880         (gnus-summary-normal-unread-face): Ditto.
17881         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17882         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17883
17884         * hashcash.el (hashcash): New custom group.
17885         (hashcash-default-payment): Add :group.
17886         (hashcash-payment-alist): Ditto.
17887         (hashcash-default-accept-payment): Ditto.
17888         (hashcash-accept-resources): Ditto.
17889         (hashcash-path): Ditto.
17890         (hashcash-extra-generate-parameters): Ditto.
17891         (hashcash-double-spend-database): Ditto.
17892         (hashcash-in-news): Ditto.
17893
17894         * message.el (message-minibuffer-local-map): Add :group.
17895
17896         * netrc.el (netrc): Add :group.
17897
17898         * sieve-manage.el (sieve-manage-log): Add :group.
17899         (sieve-manage-default-user): Diito.
17900         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17901         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17902         (sieve-manage-authenticators): Ditto.
17903         (sieve-manage-authenticator-alist): Ditto.
17904         (sieve-manage-default-port): Ditto.
17905
17906         * sieve-mode.el (sieve-control-commands-face): Add :group.
17907         (sieve-action-commands-face): Ditto.
17908         (sieve-test-commands-face): Ditto.
17909         (sieve-tagged-arguments-face): Ditto.
17910
17911         * smime.el (smime): Add :group.
17912
17913         * spam-report.el (spam-report): Add :group.
17914
17915         * spam.el (spam, spam-face): Add :group.
17916
17917 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17918
17919         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17920         return \n.\n.\n at the end of articles.  Protect against that.
17921         (nntp-with-open-group): Allow debugging.
17922
17923         * nnheader.el (mail-header-set-extra): Make into a function
17924         because I just could't understand how to quote the list properly.
17925
17926         * dns.el (query-dns-cached): New function.
17927
17928 2005-05-26  Lute Kamstra  <lute@gnu.org>
17929
17930         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17931
17932 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17935
17936         * gnus-art.el: Don't autoload mail-extract-address-components.
17937
17938         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17939         eval-and-compile to evaluate it.
17940
17941         * hashcash.el: Don't autoload executable-find.
17942
17943         * nndb.el: Don't declare the nndb back end two or more times; don't
17944         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17945
17946         * nntp.el: Autoload format-spec instead of format; use
17947         eval-and-compile to evaluate autoload forms.
17948
17949 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17950
17951         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17952
17953 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17954
17955         * gnus.el (gnus-version-number): Bump version.
17956
17957 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17958
17959         * gnus.el: No Gnus v0.3 is released.
17960
17961 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17962
17963         * lpath.el (featurep): Bind show-nonbreak-escape.
17964
17965 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * gnus-art.el (gnus-article-edit-part): Disable undo.
17968
17969 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17972         gnus-article-date-lapsed-new-header is t if date timer is active;
17973         skip headers in which the original date value is empty.
17974         (gnus-article-save-original-date): Redefine it as a macro.
17975         (gnus-display-mime): Use it.
17976
17977 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-art.el (article-date-ut): Support converting date in
17980         forwarded parts as well.
17981         (gnus-article-save-original-date): New function.
17982         (gnus-display-mime): Use it.
17983
17984 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17985
17986         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17987         enclosure element of <item>.
17988
17989 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * message.el (message-kill-buffer-query): Rename from
17992         `message-kill-buffer-query-if-modified'.  Add :version.
17993
17994 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17997         window layout.
17998
17999 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * mml.el: Autoload dnd when compiling.
18002
18003 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18004
18005         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18006         x-dnd-*.
18007
18008 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * qp.el (quoted-printable-encode-region): Save excursion.
18011
18012 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18013
18014         * message.el (message-kill-buffer-query-if-modified): Add new variable
18015         so the user can kill a modified message buffer quickly.
18016         (message-kill-buffer): Use it.
18017
18018 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * lpath.el: Fbind display-time-event-handler; don't fbind
18021         string-to-multibyte.
18022
18023         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18024
18025 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18028         contained in text because xml.el decodes entities) with LFs.
18029
18030 2005-04-11  Lute Kamstra  <lute@gnu.org>
18031
18032         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18033         differently.
18034
18035 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18036
18037         * mm-util.el (mm-detect-coding-region): Typo.
18038
18039 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18042
18043 2005-04-06  Deepak Goel  <deego@gnufans.org>
18044
18045         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18046         user-function allow user modifications of the scores.
18047         (spam-stat-score-buffer-user): New function, to allow
18048         user-computed modifications to the score.
18049         (spam-stat-score-buffer-user-functions): List of additional
18050         scoring functions.
18051         (spam-stat-error-holder): Global temporary error holder.
18052         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18053         variable.
18054
18055 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18056
18057         * gnus-registry.el (gnus-registry-clean-empty-function)
18058         (gnus-registry-trim, gnus-registry-fetch-groups)
18059         (gnus-registry-delete-group): Groups that match
18060         `gnus-registry-ignored-groups' are removed from the registry
18061         entries, not just ignored for splitting.  This helps clean up the
18062         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18063         to get all the groups a message ID is in.
18064
18065         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18066         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18067         (spam-stat-score-buffer-user-functions): Add :number custom type.
18068
18069 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18072         argument in XEmacs.
18073
18074         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18075         (nnrss-request-group): Decode group name first.
18076         (nnrss-request-article): Make a text/plain article if mml-to-mime
18077         failed.
18078         (nnrss-get-encoding): Return a compatible encoding according to
18079         nnrss-compatible-encoding-alist.
18080         (nnrss-find-el): Use consp instead of listp.
18081         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18082
18083 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18086         which Emacs 20 doesn't support.
18087         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18088
18089 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18092         silence the byte compiler inside the defun.
18093
18094         * gnus-demon.el (parse-time-string): Add autoload.
18095
18096         * gnus-delay.el (parse-time-string): Add autoload.
18097
18098         * gnus-art.el (parse-time-string): Add autoload.
18099
18100         * nnultimate.el (parse-time): Require for `parse-time-string'.
18101
18102 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18103
18104         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18105
18106         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18107
18108         * smime.el (smime-ldap-host-list): Add :version.
18109
18110 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18113         pass it to `gnus-browse-read-group'.
18114         (gnus-browse-read-group): Add NUMBER argument and pass it to
18115         `gnus-group-read-ephemeral-group'.
18116
18117         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18118         argument and pass it to `gnus-group-read-group'.
18119
18120 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18121
18122         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18123         mm-xemacs-find-mime-charset-1 if we have the mule feature
18124         available at runtime.
18125
18126 2005-03-25  Werner Lemberg  <wl@gnu.org>
18127
18128         * nnmaildir.el: Replace `illegal' with `invalid'.
18129
18130 2005-03-23  Lute Kamstra  <lute@gnu.org>
18131
18132         * time-date.el: Add comment on time value formats.
18133         Don't require parse-time.
18134         (with-decoded-time-value): New macro.
18135         (encode-time-value): New function.
18136         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18137         (days-to-time): Return a valid time value when arg is huge.
18138         (time-since): Use time-subtract.
18139         (time-to-number-of-days): Use time-to-seconds.
18140
18141 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18142
18143         * gnus-start.el (gnus-display-time-event-handler):
18144         Check display-time-timer at runtime rather than only at load time
18145         in case display-time-mode is turned off in the mean time.
18146
18147 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18150         used.
18151
18152         * nneething.el (nneething-map-file-directory): Derive from
18153         `gnus-directory'.
18154
18155         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18156         the To/Cc button.
18157
18158 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18159
18160         * nnmaildir.el (nnmaildir-request-accept-article):
18161         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18162
18163 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18164
18165         * gnus-async.el: Require timer-funcs at compile time when in
18166         XEmacs for `run-with-idle-timer'.
18167
18168 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18169
18170         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18171         autoloaded function.
18172
18173 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18174
18175         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18176
18177 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
18178
18179         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18180
18181 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18182
18183         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18184         Add gnus-expert-user to default.
18185
18186 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18187
18188         * nnimap.el (nnimap-open-server): Ditto.
18189
18190         * imap.el (imap-authenticate): Fix typo.
18191
18192 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18193
18194         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18195         buffer (since IMAP server might return FETCH response out of
18196         order, and the nntp buffer must be sorted).
18197
18198 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18199
18200         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18201         comparison on string.
18202
18203         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18204         (gnus-agent-score): Rename category keywords to match gnus-cus.
18205         (gnus-agent-summary-fetch-series): Modify to protect against
18206         gnus-agent-summary-fetch-group clearing processable flags.
18207         (gnus-agent-synchronize-group-flags): Update live group buffer as
18208         synchronization may occur due to the user toggle the plugged
18209         status.
18210         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18211         successfully downloaded.
18212         (gnus-agent-expire-group-1): Avoid using markers when the overview
18213         is in ascending order; greatly improves performance.
18214         (gnus-agent-regenerate-group):
18215         Use gnus-agent-synchronize-group-flags to reset read status in both
18216         gnus and server.
18217         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18218
18219 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * message.el: Don't autoload former message-utils variables.
18222         (message-strip-subject-trailing-was): Change doc string.
18223
18224         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18225         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18226         (nnweb-google-search): Add "hl=en" here.
18227         (nnweb-google-parse-1, nnweb-google-create-mapping):
18228         Don't hardcode URL.
18229
18230 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * message.el (message-get-reply-headers, message-followup):
18233         Mention related variables `message-use-followup-to' and
18234         `message-use-mail-followup-to', in the information buffer.
18235
18236         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18237         of broken groups(-beta).google.com.
18238
18239 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18240
18241         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18242         parameter to invoked gnus-request-move-article; remove the
18243         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18244         all at once instead of once per article.
18245         (gnus-summary-remove-process-mark): Accept a list of articles as
18246         well as a single article for processing.
18247
18248         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18249         parameter.
18250
18251         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18252
18253         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18254
18255         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18256         parameter.
18257
18258         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18259         parameter.
18260
18261         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18262         parameter and remove the gnus-sum-hint-move-is-internal variable.
18263
18264         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18265         parameter.
18266
18267         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18268         parameter.
18269
18270         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18271         parameter.
18272
18273         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18274
18275         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18276         parameter.
18277
18278         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18279         parameter.
18280
18281 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18282
18283         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18284         a more conservative way.
18285
18286 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18287
18288         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18289         buffer, so it moves the window's cursor.
18290
18291 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
18292
18293         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18294         `mm-dissect-multipart' and receive the from field as an (optional)
18295         argument from `mm-dissect-multipart'.
18296         (mm-dissect-multipart): Receive the from field as an argument and
18297         pass it on when we call `mm-dissect-buffer' on MIME parts.
18298         Fixes verification/decryption of signed/encrypted MIME parts.
18299
18300 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18301
18302         * gnus-sum.el (gnus-summary-move-article):
18303         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18304         whatever it calls (right now, only nnimap-request-move article
18305         respects it).
18306
18307         * nnimap.el (nnimap-request-move-article):
18308         When gnus-sum-hint-move-is-internal is set, don't do the extra
18309         nnimap-request-article.
18310
18311 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18314
18315         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18316         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18317
18318         * gnus-sum.el (gnus-summary-caesar-message):
18319         Apply `gnus-treat-article' after rotation.
18320
18321         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18322         doc string.
18323
18324 2005-02-22  Simon Josefsson  <jas@extundo.com>
18325
18326         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18327         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
18328         <arne@arnested.dk>.
18329         (encrypt): Add password-cache and password-cache-expiry as group
18330         members.
18331
18332 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
18333
18334         * smime.el (smime-ldap-host-list): Doc fix.
18335         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18336         cache) password.
18337         (smime-sign-region): Use it.
18338         (smime-decrypt-region): Use it.
18339         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18340         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18341         fails.
18342         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18343         certificate from DER to PEM format rather than calling openssl.
18344
18345         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18346
18347         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18348         for signing/encryption.
18349
18350         * mml.el (mml-parse-1): Use them.
18351
18352 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
18353
18354         * nnrss.el (nnrss-verbose): Remove.
18355         (nnrss-request-group): Use `nnheader-message' instead.
18356
18357 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18358
18359         * nnrss.el (nnrss-verbose): New variable.
18360         (nnrss-request-group): Make it say nnrss is requesting a group.
18361
18362 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18363
18364         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18365         Handle news URL with given port correctly.
18366
18367 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18370         containing special characters.
18371
18372         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18373
18374         * mml.el (mime-to-mml): Ditto.
18375
18376         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18377         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18378         (rfc2047-decode-region): Quote decoded words containing special
18379         characters when rfc2047-quote-decoded-words-containing-tspecials
18380         is non-nil.
18381
18382 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18385
18386         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18387
18388 2005-02-15  Simon Josefsson  <jas@extundo.com>
18389
18390         * nnimap.el (nnimap-debug): Doc fix.
18391
18392         * imap.el (imap-debug): Doc fix.
18393
18394 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18397
18398 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18399
18400         * gnus.el (spam-contents): Improve docs for spam-contents
18401         parameter in its variable incarnation.
18402
18403 2005-02-14  Simon Josefsson  <jas@extundo.com>
18404
18405         * smime-ldap.el: Use require instead of load-library for ldap.
18406         (smime-ldap-search): Indent.
18407         (smime-ldap-search-internal): Shorten line.
18408
18409         * smime.el (smime-cert-by-dns): Add doc-string.
18410         (smime-cert-by-ldap-1): Indent.
18411
18412         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18413         mml-smime-get-dns-ldap.
18414         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18415
18416 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
18417
18418         * smime.el: Require smime-ldap.
18419         (smime-ldap-host-list): New variable.
18420         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18421
18422         * mml-smime.el (mml-smime-encrypt-query): New function.
18423         (mml-smime-encrypt-query): Use it.
18424
18425         * smime-ldap.el: New file.
18426
18427 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18428
18429         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18430
18431 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18432
18433         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18434         argument in doc string.  Make query for type more clear.
18435
18436 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18437
18438         * gnus.el (gnus-group-startup-message): Search for gnus images in
18439         etc/images/gnus.
18440         * mm-util.el (mm-image-load-path): Likewise.
18441         * smiley.el (smiley-data-directory): Search for smilies in
18442         etc/images/smilies.
18443
18444 2005-02-09  Kim F. Storm  <storm@cua.dk>
18445
18446         Change Emacs release version from 21.4 to 22.1 throughout.
18447         Change Emacs development version from 21.3.50 to 22.0.50.
18448
18449 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18452
18453         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18454         non-Mule XEmacs as well.
18455         (mm-decompress-buffer): Signal an error intentionally if it does
18456         not decompress compressed data because auto-compression-mode is
18457         disabled.
18458
18459 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18460
18461         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18462         an ID in the registry even if it has no groups.
18463
18464 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18467         merge it into mm-decompress-buffer.
18468         (gnus-mime-copy-part): Use the MIME part charset, the value which
18469         a user specified or gnus-newsgroup-charset for decoding, like
18470         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18471         save-buffer what was used.  Suggested by Kevin Ryde
18472         <user42@zip.com.au>.
18473         (gnus-mime-inline-part): Allow the name parameter as well as the
18474         filename parameter; force decompressing of compressed data; always
18475         display contents being not decoded as unibyte.
18476
18477         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18478         as well as the filename parameter.
18479
18480         * mm-util.el (mm-decompress-buffer):
18481         Merge gnus-mime-jka-compr-maybe-uncompress.
18482         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18483         of compressed data.
18484
18485 2005-02-08  Simon Josefsson  <jas@extundo.com>
18486
18487         * imap.el (imap-log): Doc fix.
18488
18489 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18492         the coding cookies; decompress compressed parts.
18493
18494         * mml.el (mml-generate-mime-1): Add the charset parameter according
18495         to the value which a user specified manually or the coding cookie.
18496
18497         * mm-util.el (mm-string-to-multibyte): New function.
18498         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18499         (mm-coding-system-to-mime-charset): New function.
18500         (mm-decompress-buffer): New function.
18501         (mm-find-buffer-file-coding-system): New function.
18502
18503         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18504         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18505         parts.
18506
18507 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18508
18509         * mm-view.el (mm-display-inline-fontify): Decode a part according
18510         to the charset parameter.
18511
18512 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18515         prefix arg is neither nil nor a number, as info specifies.
18516
18517 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18520         timestamps.
18521
18522 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18523
18524         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18525         groups error checking and notify user.
18526
18527 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18528
18529         * message.el (message-send-mail-function): Check existence of
18530         sendmail-program first before using default value
18531         `message-send-mail-with-sendmail'.  Otherwise use more generic
18532         `smtpmail-send-it'.
18533
18534 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * nntp.el (nntp-request-update-info): Always return nil.
18537
18538 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18539
18540         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18541
18542 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18543
18544         * message.el (message-beginning-of-line): Change the behavior when
18545         invoked between BOL and : so that it first moves backward.
18546
18547 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18550         article buffer when editing of the article is discarded.
18551         (gnus-article-prepare): Revert.
18552
18553 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-art.el (gnus-article-prepare):
18556         Remove message-strip-forbidden-properties from the local hook.
18557
18558 2005-01-27  Simon Josefsson  <jas@extundo.com>
18559
18560         * password.el (password-cache-add): Only start one timer per key.
18561         Reported by Derek Atkins <warlord@MIT.EDU>.
18562
18563 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18564
18565         * run-at-time.el: Remove.  It is no longer needed as
18566         timer-funcs.el in the xemacs-base package has a working version of
18567         `run-at-time'.
18568
18569         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18570
18571         * password.el: Require timer-funcs instead of run-at-time in
18572         XEmacs.
18573         Remove `password-run-at-time' macro.
18574         (password-cache-add): Use `run-at-time' instead of
18575         `password-run-at-time'.
18576
18577         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18578         Remove `nnheader-cancel-function-timers' alias,
18579         `cancel-function-timers' exists in XEmacs in timer-funcs.
18580
18581         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18582         for `run-with-idle-timer'.
18583
18584         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18585         for `run-at-time'.
18586
18587         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18588         for `with-timeout'.
18589
18590         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18591         the same as for XEmacs 21.4.
18592         No need to ignore `run-with-idle-timer', this function exists in
18593         XEmacs now in timer-funcs.el in the xemacs-base package.
18594         (dgnushack-compile): No need to delete
18595         run-at-time.el from the list of files to compile because it
18596         doesn't exist anymore.
18597
18598 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18601         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18602
18603 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18604
18605         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18606         sensitively.
18607
18608 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18609
18610         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18611
18612 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18615         which will be inserted according to the multibyteness of a buffer
18616         rather than the type of contents.  Suggested by ARISAWA Akihiro
18617         <ari@mbf.ocn.ne.jp>.
18618
18619         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18620         of string which old xml.el may return rather than a string.
18621
18622 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18625
18626 2005-01-16  Simon Josefsson  <jas@extundo.com>
18627
18628         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18629         idn/idna.el isn't available.
18630         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18631         <michael@waxrat.com>.
18632
18633         * hashcash.el: Remove non-FSF copyright header.
18634
18635         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18636         (hashcash-generate-payment): Use it.
18637         (hashcash-generate-payment-async): Use it.
18638
18639 2005-01-15  Simon Josefsson  <jas@extundo.com>
18640
18641         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18642         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18643
18644         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18645         gnus-summary-idna-message.
18646         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18647         (gnus-summary-idna-message): New function.
18648
18649 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18652         gnus-novice-user.
18653
18654 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * nnrss.el (nnrss-request-delete-group): Delete entries in
18657         nnrss-group-alist as well.
18658         (nnrss-save-server-data): Insert newline.
18659
18660 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * gnus.el (gnus-user-agent): Use list of symbols instead of
18663         symbols.  Display full version number for (S)XEmacs.
18664         Optionally display (S)XEmacs codename.
18665
18666         * gnus-util.el (gnus-emacs-version): Update for new
18667         `gnus-user-agent'.
18668
18669         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18670         Gnus version.
18671
18672 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18675         which is unreadable in some setups.
18676
18677 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * gnus-spec.el (gnus-update-format-specifications): Flush the
18680         group format spec cache if it doesn't support decoded group names.
18681
18682 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18685         Allow to apply decay on score files matching a regexp.
18686
18687 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18690         compatibility in %g and %c.
18691
18692 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18695         name for only %g and %c.
18696         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18697         of gnus-tmp-group to decoded group name.
18698         (gnus-group-make-rss-group): Exclude `/'s from group names.
18699
18700 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * nnrss.el (nnrss-get-encoding): Fix regexp.
18703
18704 2004-12-27  Simon Josefsson  <jas@extundo.com>
18705
18706         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18707         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18708         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18709
18710 2004-12-17  Kim F. Storm  <storm@cua.dk>
18711
18712         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18713
18714         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18715
18716 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18717
18718         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18719
18720 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18721
18722         * nnrss.el: Require rfc2047 and mml.
18723         (nnrss-file-coding-system): New variable.
18724         (nnrss-format-string): Redefine it as an inline function.
18725         (nnrss-decode-group-name): New function.
18726         (nnrss-string-as-multibyte): Remove.
18727         (nnrss-retrieve-headers): Decode group name; don't use
18728         nnrss-format-string.
18729         (nnrss-request-group): Decode group name.
18730         (nnrss-request-article): Decode group name; allow a Message-ID as
18731         well as an article number; don't use nnrss-format-string; encode a
18732         Message-ID string which may contain non-ASCII characters; use
18733         mml-to-mime to compose a MIME article.
18734         (nnrss-request-expire-articles): Decode group name.
18735         (nnrss-request-delete-group): Decode group name.
18736         (nnrss-fetch): Clarify error message.
18737         (nnrss-read-server-data): Use insert-file-contents instead of load;
18738         bind file-name-coding-system; use multibyte buffer.
18739         (nnrss-save-server-data): Bind coding-system-for-write to the
18740         value of nnrss-file-coding-system; bind file-name-coding-system;
18741         add coding cookie.
18742         (nnrss-read-group-data): Use insert-file-contents instead of load;
18743         bind file-name-coding-system; use multibyte buffer.
18744         (nnrss-save-group-data): Bind coding-system-for-write to the
18745         value of nnrss-file-coding-system; bind file-name-coding-system.
18746         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18747         make it work with non-ASCII text.
18748         (nnrss-find-el): Make it work with old xml.el as well.
18749
18750 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18751
18752         * nnrss.el (nnrss-get-encoding): New function.
18753         (nnrss-fetch): Use unibyte buffer initially; bind
18754         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18755         decode contents according to the encoding attribute.
18756         (nnrss-save-group-data): Add coding cookie.
18757         (nnrss-mime-encode-string): New function.
18758         (nnrss-check-group): Use it to encode subject and author.
18759
18760 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18763         imaginary variable.
18764
18765 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18768         correctly even if there are wide characters.
18769
18770 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18771
18772         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18773         downcased symbol names; make a new cache instead of reusing
18774         bbdb-hashtable.
18775
18776 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18779         concatenating segments rather than before concatenating them.
18780         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18781
18782         * message.el (message-get-reply-headers): Bind `extra'.
18783
18784 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * message.el (message-extra-wide-headers): New variable.
18787         (message-get-reply-headers): Use it.
18788
18789 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18792         (gnus-agent-group-pathname): Ditto.
18793
18794         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18795
18796         * gnus-group.el (gnus-group-make-group): Decode group name.
18797         (gnus-group-make-rss-group): Register the group data after opening
18798         the nnrss group.
18799
18800 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18801
18802         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18803         by expiry now get marked as read.
18804
18805 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18808
18809 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18810
18811         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18812         unify Latin characters in XEmacs.
18813         (mm-find-mime-charset-region): Use it.
18814
18815 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * gnus-util.el (gnus-delete-directory): New function.
18818
18819         * gnus-agent.el (gnus-agent-delete-group): Use it.
18820
18821         * gnus-cache.el (gnus-cache-delete-group): Use it.
18822
18823 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18826         names.
18827
18828 2004-12-16  Simon Josefsson  <jas@extundo.com>
18829
18830         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18831
18832 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18835
18836         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18837         (gnus-group-set-current-level): Decode group name.
18838
18839 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18840
18841         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18842         failed.
18843
18844 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * gnus-group.el (gnus-group-delete-group): Decode group name.
18847         (gnus-group-make-rss-group): Encode group name.
18848         (gnus-group-catchup-current): Decode group name.
18849         (gnus-group-kill-group): Decode group name.
18850
18851 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18852
18853         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18854
18855 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * gnus-group.el (gnus-group-make-rss-group):
18858         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18859
18860         * gnus-start.el (gnus-setup-news): Honor user's setting to
18861         gnus-message-archive-method.  Suggested by Lute Kamstra
18862         <lute@gnu.org>.
18863
18864 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18865
18866         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18867         global counterparts of the buffer-local variables.
18868
18869 2004-11-16  Romain Francoise  <romain@orebokech.com>
18870
18871         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18872         counterparts of the buffer-local variables.
18873
18874 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * message.el (message-forbidden-properties): Fix typo in doc
18877         string.
18878
18879 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18880
18881         * gnus-util.el (gnus-replace-in-string): Add doc string.
18882
18883         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18884         to avoid problems when splitting mails with many recipients.
18885
18886 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18887
18888         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18889         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18890
18891 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18892
18893         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18894         if there is no hashtable in memory or file modification time is
18895         newer than cached timestamp.
18896
18897 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18898
18899         * gnus-sum.el (gnus-summary-limit-to-recipient):
18900         Implement not-matching option.
18901
18902 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18905         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18906         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18907         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18908         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18909         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18910
18911 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * message.el (message-forward-make-body-mml): Remove headers
18914         according to message-forward-ignored-headers if a message is decoded.
18915
18916 2004-12-02  Romain Francoise  <romain@orebokech.com>
18917
18918         * message.el (message-forward-make-body-plain): Always remove
18919         headers according to message-forward-ignored-headers.
18920
18921 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18922
18923         * spam.el (spam-summary-prepare-exit): Remove the
18924         gnus-summary-limit pop for now, it has problems with ham marks for
18925         me.
18926
18927 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18928
18929         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18930         correctly.
18931
18932 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18933
18934         * format-spec.el (format-spec): Message the char.
18935
18936 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18937
18938         * gnus-art.el (gnus-split-methods): Reformat comments.
18939
18940         * spam.el (spam-summary-prepare-exit): Remove article limits
18941         before exiting the summary buffer.
18942
18943 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18946         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18947
18948         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18949         order to silence the byte compiler.
18950
18951         * spam.el: Fix the way to silence the byte compiler, which
18952         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18953         bbdb-search-simple, spam-BBDB-register-routine,
18954         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18955         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18956         spam-stat-buffer-is-spam, spam-stat-load,
18957         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18958         spam-stat-save and spam-stat-split-fancy.
18959
18960 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18963         which may confuse users.
18964         (canlock-password-for-verify): Ditto.
18965
18966         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18967
18968         * gnus-art.el (gnus-emphasis-alist): Ditto.
18969
18970         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18971
18972         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18973
18974         * gnus-start.el (gnus-save-killed-list): Ditto.
18975
18976         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18977         (gnus-sum-thread-tree-root): Ditto.
18978         (gnus-sum-thread-tree-false-root): Ditto.
18979         (gnus-sum-thread-tree-single-indent): Ditto.
18980
18981         * message.el (message-courtesy-message): Ditto.
18982         (message-archive-note): Ditto.
18983         (message-subscribed-address-file): Ditto.
18984         (message-user-fqdn): Ditto.
18985
18986         * spam-report.el (spam-report-gmane-regex): Ditto.
18987
18988         * spam.el (spam-blackhole-good-server-regex): Ditto.
18989
18990 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * mml.el (mml-preview): Widen the message buffer before copying
18993         the contents to the preview buffer; sort headers before previewing.
18994
18995         * message.el (message-hidden-headers): Fix the way to avoid a bug
18996         in the `repeat' widget in Emacs 21.3 or earlier.
18997
18998 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * message.el (message-hidden-headers): Default to "^References:".
19001         Improve customization type.  Suggested by Reiner Steib
19002         <Reiner.Steib@gmx.de>.
19003
19004 2004-11-25  Romain Francoise  <romain@orebokech.com>
19005
19006         * message.el (message-strip-forbidden-properties): Remove check for
19007         obsolete `message-hidden' text property, hidden headers are not
19008         accessible in the buffer anymore.
19009
19010 2004-11-22  Romain Francoise  <romain@orebokech.com>
19011
19012         * message.el (message-header-format-alist): Add `From' in list
19013         so that it can be sorted.
19014         (message-fix-before-sending): Widen and sort headers before
19015         sending.
19016         (message-hide-headers): Use narrowing to hide headers by moving
19017         them to the top of the buffer and narrowing to the region
19018         underneath.
19019
19020 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19021
19022         * message.el (message-strip-forbidden-properties):
19023         Bind buffer-read-only (etc) to nil.
19024
19025 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19028         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19029
19030 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19031
19032         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19033
19034 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * dns.el (query-dns): Use sit-for to time instead of
19037         accept-process-output, since that doesn't seem to work on udp
19038         sockets.
19039
19040 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19043
19044 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19045
19046         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19047         doc string.  Improve doc string.
19048
19049 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19050
19051         * nntp.el (nntp-request-update-info): Return nil if
19052         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19053         may not call gnus-activate-group which uselessly issues the GROUP
19054         commands for all nntp groups and wastes time.  Reported by Romain
19055         Francoise <romain@orebokech.com>.
19056
19057         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19058
19059 2004-11-15  Simon Josefsson  <jas@extundo.com>
19060
19061         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19062         headers separately.
19063         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
19064         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19065
19066 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-start.el (gnus-convert-old-newsrc):
19069         Assign legacy-gnus-agent to 5.10.7.
19070
19071 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19072
19073         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19074         start of the lines.
19075
19076 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19077
19078         * hashcash.el (hashcash-default-payment): Change default to 20.
19079         (hashcash-default-accept-payment): Change default to 20.
19080         (hashcash-process-alist): New variable.
19081         (hashcash-generate-payment-async): Add.
19082         (hashcash-already-paid-p): Add.
19083         (hashcash-insert-payment): Don't generate payments twice.
19084         (hashcash-insert-payment-async): Add.
19085         (hashcash-insert-payment-async-2): Add.
19086         (hashcash-cancel-async): Add.
19087         (hashcash-wait-async): Add.
19088         (hashcash-processes-running-p): Add.
19089         (hashcash-wait-or-cancel): Add.
19090         (mail-add-payment): New optional argument.  Conditionally start
19091         asynchronous calculation.
19092         (mail-add-payment-async): Add.
19093
19094         * message.el (message-send-mail): Wait for asynchronous hashcash
19095         results.  Don't clobber existing X-Hashcash headers.
19096         (message-setup-1): Call mail-add-payment-async when
19097         message-generate-hashcash is non-nil.
19098
19099 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19100
19101         * message.el (message-use-alternative-email-as-from): Examine the
19102         From header as well; use message-make-from in order to include a
19103         user's full name.
19104
19105 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19108         default; improve customization type.
19109         (gnus-emphasis-custom-with-format): New macro.
19110         (gnus-emphasis-custom-value-to-external): New function.
19111         (gnus-emphasis-custom-value-to-internal): New function.
19112
19113 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19114
19115         * dns.el (query-dns): Resolve reverse addresses.
19116
19117 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19118
19119         * gnus-group.el (gnus-group-get-new-news): Use it.
19120
19121         * gnus-start.el (gnus-check-reasonable-setup): New function.
19122
19123 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19126         "Args out of range" error.  Reported by Arnaud Giersch
19127         <arnaud.giersch@free.fr>.
19128
19129 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19130
19131         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19132
19133 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19134
19135         * spam.el (spam group): Add :version.
19136
19137         * pgg-def.el (pgg group): Add :version.
19138
19139 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-art.el (gnus-article-edit-article): Don't associate the
19142         article buffer with a draft file.  This is a temporary measure
19143         against the 2004-08-22 change to gnus-article-edit-mode.
19144
19145 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19148         (html2text-format-tags): Remove unused variable `attr'.
19149
19150 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19153
19154         * tls.el (tls-process-connection-type, tls-success)
19155         (tls-certtool-program): Add :version.
19156
19157         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19158         (starttls-extra-arguments, starttls-process-connection-type)
19159         (starttls-connect, starttls-failure, starttls-success): Add :version.
19160
19161         * spam-stat.el (spam-stat): Add :version.
19162
19163         * sieve.el (sieve): Add :version.
19164
19165         * sha1.el (sha1): Add :version.
19166         (sha1-use-external): Remove redundant version.
19167
19168         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19169         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19170         (nnmail-split-fancy-match-partial-words)
19171         (nnmail-split-lowercase-expanded): Add :version.
19172
19173         * nndiary.el (nndiary): Add :version.
19174
19175         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19176
19177         * mml-sec.el (mml-default-sign-method)
19178         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19179         Add :version.
19180
19181         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19182
19183         * mm-url.el (mm-url-use-external, mm-url-program)
19184         (mm-url-arguments): Add :version.
19185
19186         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19187         (mm-attachment-file-modes, mm-decrypt-option)
19188         (mm-w3m-safe-url-regexp): Add :version.
19189
19190         * message.el (message-cite-prefix-regexp)
19191         (message-sendmail-envelope-from, message-minibuffer-local-map)
19192         (message-user-fqdn, message-completion-alist): Add :version.
19193
19194         * gnus-win.el (gnus-configure-windows-hook)
19195         (gnus-use-frames-on-any-display): Add :version.
19196
19197         * gnus-art.el (gnus-article-address-banner-alist)
19198         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19199         (gnus-treat-from-picon, gnus-treat-mail-picon)
19200         (gnus-treat-x-pgp-sig): Add :version.
19201
19202         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19203         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19204         (gnus-summary-article-delete-hook)
19205         (gnus-summary-display-while-building): Add :version.
19206
19207         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19208         (gnus-get-top-new-news-hook): Add :version.
19209
19210         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19211         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19212
19213         * gnus-registry.el (gnus-registry): Add :version.
19214
19215         * gnus-spec.el (gnus-use-correct-string-widths)
19216         (gnus-make-format-preserve-properties): Add :version.
19217
19218         * gnus.el (gnus-group-charter-alist)
19219         (gnus-group-fetch-control-use-browse-url)
19220         (gnus-install-group-spam-parameters): Add :version.
19221
19222         * gnus-diary.el (gnus-diary): Add :version.
19223
19224         * gnus-delay.el (gnus-delay): Add :version.
19225
19226         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19227         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19228         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19229         Add :version.
19230
19231         * gnus-agent.el (gnus-agent-max-fetch-size)
19232         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19233         (gnus-agent-prompt-send-queue): Add :version.
19234
19235         * deuglify.el (gnus-outlook-deuglify): Add :version.
19236
19237         * html2text.el: Beautify code.  Improve doc strings.
19238         Some checkdoc cleanup.
19239         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19240
19241 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19242
19243         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19244
19245 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19246
19247         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19248         when package is loaded.
19249
19250         * spam.el (spam-summary-score-preferred-header): Add global preference
19251         for people who want to override the default SpamAssassin over
19252         Bogofilter preference (when both are set).
19253         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19254         (spam-user-format-function-S):
19255         Check spam-summary-score-preferred-header.
19256         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19257         (spam-user-format-function-S): Format the score correctly.
19258
19259 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19262         signature file.  Suggested by Manoj Srivastava
19263         <srivasta@golden-gryphon.com>.
19264
19265         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19266         iso-2022-jp even in the Japanese language environment.
19267         Suggested by Jason Rumney <jasonr@gnu.org>.
19268
19269 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19272         use the same characters as the dummy marks; make it free from
19273         getting affected by the language environment.
19274         (gnus-summary-read-group-1): Update mark positions only when the
19275         format spec is updated.
19276
19277         * gnus-spec.el (gnus-update-format-specifications): Return a list
19278         of updated types.
19279
19280 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19283         of boundp to check if display-warning is available.
19284
19285 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19286
19287         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19288
19289 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * nnspool.el (nnspool-spool-directory): Use news-path if the
19292         news-directory variable is not bound.
19293
19294         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19295         function instead of display-warning if it is not available.
19296
19297 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19298
19299         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19300         v5-10: Use `point-at-bol'.
19301
19302 2004-10-26  Simon Josefsson  <jas@extundo.com>
19303
19304         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19305         <chenggao@gmail.com>.
19306
19307 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19310         instead.
19311
19312 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19313
19314         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19315         to remove a server from the nnimap-server-buffer-alist.
19316         (nnimap-open-connection, nnimap-close-server): Use it.
19317
19318         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19319
19320 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19323         running the major-mode function.
19324
19325 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19328         dummy marks in the right way.
19329
19330 2004-10-18  David Edmondson  <dme@dme.org>
19331
19332         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19333         excessively.
19334
19335 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19336
19337         * gnus-util.el (gnus-split-references): Accept a nil references
19338         string and go on blissfully.
19339
19340         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19341         cases where the references string is non-nil but has no references.
19342
19343         * encrypt.el: Add autoload tags.
19344
19345         * spam.el (spam-resolve-registrations-routine): Remove article
19346         from unregistration list too.  Reported by David Hanak
19347         <dhanak@isis.vanderbilt.edu>
19348
19349 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19352         nil.  Change custom type.
19353
19354 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19355
19356         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19357
19358         * gnus-sum.el (gnus-summary-move-article): Use it.
19359
19360 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19361
19362         * encrypt.el: Add autoload cookies.
19363
19364         * spam.el (spam-backend-article-list-property)
19365         (spam-backend-get-article-todo-list)
19366         (spam-backend-put-article-todo-list)
19367         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19368         Resolve registrations separately.
19369         (spam-register-routine): Format comments.
19370         (spam-unregister-routine, spam-register-routine): Always call with
19371         specific-articles, no default list.
19372         (spam-summary-prepare-exit): Use the spam-classifications function.
19373
19374         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19375         gnus-encrypt.el.
19376
19377         * encrypt.el: Copied from gnus-encrypt.el.
19378
19379         * gnus-encrypt.el: Commented that it's obsolete.
19380
19381 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19384         (gnus-score-save): Use it.
19385
19386         * message.el (message-bury): Use `window-dedicated-p'.
19387
19388 2004-10-15  Simon Josefsson  <jas@extundo.com>
19389
19390         * pop3.el (top-level): Don't require nnheader.
19391         (pop3-read-timeout): Add.
19392         (pop3-accept-process-output): Add.
19393         (pop3-read-response, pop3-retr): Use it.
19394
19395 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19396
19397         * spam.el (spam-register-routine): Move comment.
19398         (spam-verify-bogofilter): Use 'unknown for the initial
19399         spam-bogofilter-valid state, not 'never.
19400
19401         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19402         for netrc-machine.
19403
19404         * nnimap.el (nnimap-open-connection):
19405         Use netrc-machine-user-or-password.
19406
19407 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19408
19409         * gnus-registry.el (gnus-registry-unload-hook):
19410         Set as a variable with add-hook.
19411
19412         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19413         of news-path.
19414
19415         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19416
19417         * spam.el: Delete duplicate `provide'.
19418         (spam-unload-hook): Set as a variable with add-hook.
19419
19420 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19421
19422         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19423         in the doc string.
19424
19425         * message.el (message-ignored-news-headers)
19426         (message-ignored-supersedes-headers)
19427         (message-ignored-resent-headers)
19428         (message-forward-ignored-headers): Improve custom type.
19429
19430 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * message.el (message-tokenize-header): Fix 2004-09-06 change
19433         which used point-min in the wrong place.
19434
19435 2004-10-12  Simon Josefsson  <jas@extundo.com>
19436
19437         * tls.el (tls-certtool-program): New variable.
19438         (tls-certificate-information): New function, based on
19439         ssl-certificate-information.
19440
19441 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * compface.el: Move the version of ELisp-based uncompface program
19444         to the contrib directory because of the copyright problem.
19445
19446 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19447
19448         * message.el (message-kill-buffer): Raise the current frame.
19449
19450 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19451
19452         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19453
19454         * gnus.el (message-y-or-n-p): Autoload.
19455
19456         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19457         (pop3-password-required, pop3-authentication-scheme)
19458         (pop3-leave-mail-on-server): Make customizable.
19459         (pop3): New custom group.
19460         (pop3-retr): Remove `sleep-for' statements.
19461         Suggested by Dave Love <fx@gnu.org>.
19462
19463         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19464         Windows/DOS.
19465
19466         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19467         (imap-parse-body): Fix incorrect use of `assert'.
19468         Suggested by Dave Love <fx@gnu.org>.
19469
19470         * mml.el (mml-minibuffer-read-disposition): Require match.
19471         Suggested by Dave Love <fx@gnu.org>.
19472
19473 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19474
19475         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19476         doc string.
19477
19478 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19481
19482 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19483
19484         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19485         instead of calling `mm-insert-inline', to decode text/* parts
19486         before displaying them.
19487
19488 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * mm-uu.el (mm-uu-text-plain-type): New variable.
19491         (mm-uu-pgp-signed-extract-1): Use it.
19492         (mm-uu-pgp-encrypted-extract-1): Use it.
19493         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19494         bind mm-uu-text-plain-type with that value.
19495         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19496         mm-uu-dissect.
19497
19498 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus-group.el (gnus-update-group-mark-positions):
19501         * gnus-sum.el (gnus-update-summary-mark-positions):
19502         * message.el (message-check-news-body-syntax):
19503         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19504         of string-as-multibyte.
19505
19506 2004-10-05  Juri Linkov  <juri@jurta.org>
19507
19508         * gnus-group.el (gnus-update-group-mark-positions):
19509         * gnus-sum.el (gnus-update-summary-mark-positions):
19510         * message.el (message-check-news-body-syntax):
19511         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19512         8-bit unibyte values to a multibyte string for search functions.
19513
19514 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19517         (mm-uu-dissect-text-parts): New function.
19518
19519         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19520         dissect text parts.
19521
19522         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19523         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19524
19525         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19526
19527         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19528         Use gnus-current-topics instead of gnus-current-topic.
19529
19530 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19531
19532         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19533
19534 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19535
19536         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19537         where approriate.
19538
19539         * nnml.el (nnml-generate-active-info): do.
19540
19541         * nndiary.el (nndiary-generate-active-info): do.
19542
19543         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19544         (gnus-topic-move): do.
19545
19546         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19547         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19548
19549         * gnus-srvr.el (gnus-server-prepare)
19550         (gnus-server-open-all-servers): do.
19551
19552         * gnus-msg.el (gnus-summary-cancel-article)
19553         (gnus-summary-resend-message)
19554         (gnus-summary-mail-crosspost-complaint): do.
19555
19556         * gnus-move.el (gnus-change-server): do.
19557
19558         * gnus-group.el (gnus-group-unmark-all-groups)
19559         (gnus-group-set-current-level): do.
19560
19561 2004-10-04  Simon Josefsson  <jas@extundo.com>
19562
19563         * message.el (message-generate-hashcash): Doc fix.
19564
19565 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19566
19567         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19568         avoid infinite recursion via gnus-get-function.
19569
19570 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19571
19572         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19573
19574         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19575
19576         * nnmail.el (nnmail-split-history): do.
19577
19578         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19579         (nnml-request-delete-group): do.
19580
19581         * nnslashdot.el (nnslashdot-read-groups): do.
19582
19583         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19584         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19585
19586         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19587         (nnspool-sift-nov-with-sed): Use last.
19588         (nnspool-retrieve-headers-with-nov): Use mapc.
19589         (nnspool-request-newgroups): Use dolist.
19590         (nnspool-request-group): Use last.
19591
19592         * nntp.el (nntp-read-server-type): Use dolist.
19593
19594         * nnvirtual.el (nnvirtual-create-mapping)
19595         (nnvirtual-update-read-and-marked): Use dolist.
19596         (nnvirtual-convert-headers): Simplify.
19597
19598 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19599
19600         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19601         Add support for sync'ing tick marks.
19602
19603 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19606         there's no visible header.
19607
19608 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19609
19610         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19611         When necessary, pass full group name to gnus-request-set-marks.
19612
19613 2004-10-01  Simon Josefsson  <jas@extundo.com>
19614
19615         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19616         acroread.
19617
19618 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19619
19620         * spam-report.el (spam-report-gmane): Fix interactive.
19621
19622         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19623
19624         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19625         when writing file.
19626         (gnus-agent-synchronize-flags): Don't default to being
19627         interactive.
19628
19629 2004-09-30  Simon Josefsson  <jas@extundo.com>
19630
19631         * message.el (message-generate-hashcash): Add.
19632         (message-send-mail): Use it, call mail-add-payment.
19633
19634 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19635
19636         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19637
19638 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19639
19640         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19641         gnus-requst-update-info with explicit code to sync the in-memory
19642         info read flags with the marks being sync'd to the backend.
19643
19644         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19645
19646 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19647
19648         * spam.el (spam-verify-bogofilter): Add new function.
19649         (spam-check-bogofilter)
19650         (spam-bogofilter-register-with-bogofilter): Use it.
19651         (spam-verify-bogofilter): Add small fixes.
19652
19653 2004-09-28  Simon Josefsson  <jas@extundo.com>
19654
19655         * hashcash.el (hashcash-generate-payment): Revert.
19656
19657 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19658
19659         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19660         Use gnus-extract-references instead of gnus-split-references.
19661
19662         * gnus-util.el (gnus-extract-references): Add new function, analogous
19663         to gnus-split-references but extracts only the message-ID without
19664         anything extra.
19665
19666         * hashcash.el (hashcash-generate-payment)
19667         (hashcash-check-payment): Do the right thing if hashcash-path is
19668         nil (because the hashcash program could not be found).
19669
19670         * spam.el (spam-use-hashcash): Remove comment.
19671
19672 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19673
19674         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19675         (gnus-cache-enter-article, gnus-cache-remove-article)
19676         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19677
19678         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19679
19680         * gnus-art.el (article-hide-boring-headers)
19681         (article-translate-strings, article-display-face)
19682         (gnus-article-mime-match-handle-first)
19683         (gnus-article-highlight-headers)
19684         (gnus-article-add-buttons-to-head): do.
19685
19686 2004-09-27  Simon Josefsson  <jas@extundo.com>
19687
19688         * hashcash.el: New version, from
19689         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19690         ../contrib/.
19691
19692 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19693
19694         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19695
19696 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19697
19698         * gnus-dup.el (gnus-dup-open): Use mapc.
19699         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19700
19701         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19702         Reported by Stefan Wiens <s.wi@gmx.net>.
19703
19704         * gnus.el (gnus-shutdown): Use dolist.
19705
19706         * gnus-undo.el (gnus-undo): Use mapc.
19707
19708         * nnrss.el (nnrss-generate-active): do.
19709
19710         * message.el (message-cite-original-without-signature)
19711         (message-cite-original): Use mapc.
19712         (message-do-actions, message-make-forward-subject): Use dolist.
19713
19714 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19715
19716         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19717         deletion to remove entire duplicate line.  Fixes merged article
19718         number bug.
19719
19720 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19721
19722         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19723         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19724         first ask if you want to open a server and then, even when you
19725         responded with no, asking if you want to synchronize the server's
19726         flags.
19727         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19728         multi-line expressions.
19729         (gnus-agent-synchronize-group-flags): New internal function.
19730         Updates marks in memory (in the info structure) AND in the
19731         backend.
19732
19733         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19734
19735         * nnagent.el (nnagent-request-set-mark):
19736         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19737         method, to ensure that synchronization updates marks in the
19738         backend and in the info (in memory) structure.
19739
19740 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19743         convention fully; don't miss the root article of a thread; make
19744         the X-Draft-From header with correct article numbers.
19745
19746 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19747
19748         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19749         unless plugged.  Disable the agent so that an open failure causes
19750         an error.
19751
19752         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19753         Revert 2004-09-21 change.  The backend must be opened while
19754         synchronizing flags even when the backend stores the flags
19755         locally.
19756
19757 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19760         in `header' match.  Reported by Svend Tollak Munkejord.
19761
19762         * message.el (message-cite-original): Fix use of
19763         `message-cite-articles-with-x-no-archive'.
19764
19765 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19768         (gnus-window-to-buffer): Ditto.
19769
19770         * mml.el (mml-preview-buffer): New variable.
19771         (mml-preview): Manage window layout with gnus-buffer-configuration.
19772
19773         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19774         X-Draft-From header even if those articles aren't quoted.
19775
19776 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19777
19778         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19779         (gnus-request-set-mark, gnus-request-update-mark): Use new
19780         g-s-t-u-l-m to decide to use backend even when unplugged.
19781
19782 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19785         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19786
19787 2004-09-20  Simon Josefsson  <jas@extundo.com>
19788
19789         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19790         "utf-16-le".
19791
19792 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19793
19794         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19795
19796 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19797
19798         * uudecode.el (uudecode-use-external): Add :version.
19799
19800         * smime.el (smime-CA-file, smime-encrypt-cipher)
19801         (smime-dns-server): Add :version.
19802
19803         * smiley.el (gnus-smiley-file-types): Add :version.
19804
19805         * sha1.el (sha1-use-external): Add :version.
19806
19807         * pgg-def.el (pgg-query-keyserver): Add :version.
19808
19809         * nnmail.el (nnmail-fancy-expiry-targets)
19810         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19811         Add :version.
19812
19813         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19814         (nnimap-retrieve-groups-asynchronous): Add :version.
19815         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19816
19817         * mml.el (mml-content-disposition-parameters)
19818         (mml-insert-mime-headers-always): Add :version.
19819
19820         * mm-util.el (mm-coding-system-priorities): Add :version.
19821
19822         * mm-decode.el (mm-inline-text-html-with-images)
19823         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19824         (mm-verify-option): Add :version.
19825         (mm-text-html-renderer): Change :version.
19826
19827         * message.el (message-fcc-externalize-attachments)
19828         (message-required-headers, message-draft-headers)
19829         (message-subject-trailing-was-query)
19830         (message-subject-trailing-was-ask-regexp)
19831         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19832         (message-mark-insert-end, message-archive-header)
19833         (message-archive-note, message-cross-post-default)
19834         (message-cross-post-note, message-followup-to-note)
19835         (message-cross-post-note-function, message-use-mail-followup-to)
19836         (message-subscribed-address-functions)
19837         (message-subscribed-address-file, message-subscribed-addresses)
19838         (message-subscribed-regexps, message-allow-no-recipients)
19839         (message-yank-cited-prefix, message-signature-insert-empty-line)
19840         (message-hidden-headers, message-hierarchical-addresses)
19841         (message-mail-user-agent, message-use-idna)
19842         (message-valid-fqdn-regexp)
19843         (message-strip-special-text-properties, message-header-synonyms)
19844         (message-beginning-of-line, message-tab-body-function): Add :version.
19845         (message-insert-canlock, message-wide-reply-confirm-recipients):
19846         Change :version.
19847
19848         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19849         and :version.
19850         (mail-source-delete-old-incoming-confirm)
19851         (mail-source-movemail-program): Add :version.
19852
19853         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19854         (gnus-agent-cache, gnus-agent): Change :version.
19855
19856         * gnus-util.el (gnus-use-byte-compile): Change :version.
19857
19858         * gnus-sum.el (gnus-summary-make-false-root-always)
19859         (gnus-summary-default-high-score)
19860         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19861         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19862         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19863         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19864         (gnus-sum-thread-tree-single-indent)
19865         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19866         (gnus-sum-thread-tree-leaf-with-other)
19867         (gnus-sum-thread-tree-single-leaf): Add :version.
19868         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19869         (gnus-article-loose-mime): Change :version.
19870
19871         * gnus-start.el (gnus-backup-startup-file)
19872         (gnus-save-startup-file-via-temp-buffer): Add :version.
19873
19874         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19875         (gnus-server-offline-face): Add :version.
19876
19877         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19878
19879         * gnus-msg.el (gnus-gcc-externalize-attachments)
19880         (gnus-debug-files, gnus-debug-exclude-variables)
19881         (gnus-discouraged-post-methods): Change :version.
19882         (gnus-confirm-mail-reply-to-news)
19883         (gnus-confirm-treat-mail-like-news): Add :version.
19884
19885         * gnus-int.el (gnus-server-unopen-status): Add :version.
19886
19887         * gnus-group.el (gnus-group-jump-to-group-prompt)
19888         (gnus-large-ephemeral-newsgroup)
19889         (gnus-fetch-old-ephemeral-headers): Add :version.
19890
19891         * gnus-fun.el (gnus-x-face-directory)
19892         (gnus-convert-pbm-to-x-face-command)
19893         (gnus-convert-image-to-x-face-command)
19894         (gnus-convert-image-to-face-command): Add :version.
19895
19896         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19897
19898         * gnus-cite.el (gnus-cite-blank-line-after-header)
19899         (gnus-article-boring-faces): Add :version.
19900
19901         * gnus-art.el (gnus-buttonized-mime-types)
19902         (gnus-inhibit-mime-unbuttonizing)
19903         (gnus-treat-display-face)
19904         (gnus-treat-body-boundary): Change :version.
19905         (gnus-body-boundary-delimiter, gnus-picon-databases)
19906         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19907         (gnus-treat-date-english, gnus-treat-fold-headers)
19908         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19909         (gnus-treat-mail-picon, gnus-treat-wash-html)
19910         (gnus-article-encrypt-protocol)
19911         (gnus-use-idna, gnus-article-over-scroll)
19912         (gnus-mime-display-multipart-alternative-as-mixed)
19913         (gnus-mime-display-multipart-related-as-mixed)
19914         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19915         (gnus-ctan-url, gnus-button-ctan-handler)
19916         (gnus-button-handle-ctan-bogus-regexp)
19917         (gnus-button-ctan-directory-regexp)
19918         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19919         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19920         (gnus-button-man-level, gnus-button-emacs-level)
19921         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19922
19923         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19924         (gnus-agent-go-online): Change :version.
19925         (gnus-agent-expire-unagentized-dirs)
19926         (gnus-agent-auto-agentize-methods): Add :version.
19927
19928         * flow-fill.el (fill-flowed-display-column)
19929         (fill-flowed-encode-column): Add :version.
19930
19931         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19932         (gnus-outlook-deuglify-unwrap-max)
19933         (gnus-outlook-deuglify-cite-marks)
19934         (gnus-outlook-deuglify-unwrap-stop-chars)
19935         (gnus-outlook-deuglify-no-wrap-chars)
19936         (gnus-outlook-deuglify-attrib-cut-regexp)
19937         (gnus-outlook-deuglify-attrib-verb-regexp)
19938         (gnus-outlook-deuglify-attrib-end-regexp)
19939         (gnus-outlook-display-hook): Add :version.
19940
19941         * binhex.el (binhex-use-external): Add :version.
19942
19943 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19944
19945         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19946         and `invisible'.
19947
19948 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19949
19950         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19951         in gnus-registry-trim.
19952
19953 2004-09-13  Simon Josefsson  <jas@extundo.com>
19954
19955         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19956
19957         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19958
19959         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19960         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19961         <yamaoka@jpl.org>.
19962         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19963         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19964         <yamaoka@jpl.org>.
19965
19966         * sieve.el (sieve-manage-mode): Ditto.
19967
19968 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19971
19972 2004-09-11  Simon Josefsson  <jas@extundo.com>
19973
19974         * dns-mode.el: Add.
19975
19976         * mm-view.el (mm-display-dns-inline): Add.
19977
19978         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19979         (mm-automatic-display): Ditto.
19980
19981         * mailcap.el (mailcap-mime-data): Add text/dns.
19982         (mailcap-mime-extensions): Map .soa to text/dns.
19983
19984 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19985
19986         * gnus-art.el (article-decode-mime-words, article-babel)
19987         (gnus-article-highlight-signature, gnus-article-add-buttons)
19988         (gnus-signature-toggle): Remove unnecessary bindings of
19989         `inhibit-read-only' inherited from v5.10 merge.
19990
19991 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19992
19993         * nntp.el (nntp): New customization group.
19994         (nntp-authinfo-file): Add customization group.
19995
19996         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19997
19998         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19999
20000         * gnus.el (to-address, to-list, subscribed)
20001         (large-newsgroup-initial): Ditto.
20002
20003         * flow-fill.el (fill-flowed-display-column)
20004         (fill-flowed-encode-column): Ditto.
20005
20006 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20007
20008         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20009         Use point-min rather than 1.
20010         (message-send-mail): Use buffer-size rather than point-max.
20011
20012         * gnus-sum.el (gnus-summary-search-article-forward):
20013         Signal a specific `search-failed' rather than a generic `error'.
20014
20015         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20016         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20017         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20018
20019 2004-09-10  Simon Josefsson  <jas@extundo.com>
20020
20021         * nndb.el (require): Remove tcp and duplicate cl.
20022
20023 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * gnus-agent.el (directory-files-and-attributes): Move forward.
20026
20027 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20028
20029         * gnus-agent.el (directory-files-and-attributes):
20030         Optionally defined to support XEmacs.
20031
20032 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20033
20034         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20035         to avoid run-time CL dependencies.
20036         (gnus-agent-unfetch-articles): New function.
20037         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20038         article numbers even when local .overview file is missing.
20039         (gnus-agent-read-article-number): New function.  Only accepts
20040         27-bit article numbers.
20041         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20042         Use gnus-agent-read-article-number.
20043         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20044         from backend while recognizing that article numbers in .overview
20045         must be valid.
20046         (gnus-agent-update-files-total-fetched-for):
20047         Use directory-files-and-attributes to improve performance.
20048         * gnus-int.el (gnus-request-move-article):
20049         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20050         improve performance.
20051
20052         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20053         some users confused by references to .newsrc when they only have a
20054         .newsrc.eld file.
20055         (gnus-convert-mark-converter-prompt)
20056         (gnus-convert-converter-needs-prompt): Fix use of property list.
20057         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20058         New function.  Used internally to only display 'gnus converting
20059         files' message when actually necessary.
20060
20061         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20062         methods now autoloaded.
20063
20064 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20065
20066         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20067         identifiers.
20068
20069 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * gnus-picon.el: Fix indentation and closing parenthesis.
20072
20073 2004-09-01  Simon Josefsson  <jas@extundo.com>
20074
20075         * message.el (message-canlock-generate): Require sha1, not
20076         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20077         to require within a function.  Sadly, if sha1.el isn't loaded, the
20078         let binding in m-c-g will hide the defcustom definition, which is
20079         bad.)
20080
20081         * canlock.el: Require sha1, not sha1-el.
20082
20083         * message.el: Don't autoload sha1 (there is a autoload cookie in
20084         sha1.el).
20085
20086         * sha1-el.el: Rename to sha1.el.
20087
20088 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20089
20090         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20091
20092 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20093
20094         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20095
20096 2004-08-30  Kim F. Storm  <storm@cua.dk>
20097
20098         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20099
20100         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20101         Add :group 'nnimap.
20102
20103 2004-08-30  Andreas Schwab  <schwab@suse.de>
20104
20105         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20106         ?* and ?\;.
20107
20108         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20109         and ?\' to symbol instead of whitespace.
20110
20111 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20112
20113         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20114
20115         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20116         instead of re-search-forward.
20117
20118         * gnus-uu.el (gnus-uu-save-article): Ditto.
20119         (gnus-uu-post-encode-uuencode): Ditto.
20120
20121         * html2text.el (html2text-clean-list-items): Ditto.
20122         (html2text-clean-dtdd): Ditto.
20123         (html2text-format-tags): Ditto.
20124
20125         * message.el (message-send-mail-with-sendmail): Fix regexp.
20126         (message-fill-field-general): Use search-forward instead of
20127         re-search-forward.
20128         (unbold-region): Ditto.
20129
20130         * nnrss.el (nnrss-request-article): Ditto.
20131
20132         * nnslashdot.el (nnslashdot-request-article): Ditto.
20133
20134         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20135
20136         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20137         "Unrecognized menu descriptor" error in XEmacs.
20138
20139 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20140
20141         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20142         parent article of a sparse article in the thread hashtb.
20143
20144 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20145
20146         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20147         (nnmail-expand-newtext): Lowercase expanded entries if
20148         nnmail-split-lowercase-expanded is non-nil.
20149
20150 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20153
20154         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20155         of gnus-tmp-news-method into string under XEmacs.  It will be
20156         passed to gnus-correct-length which takes only a string argument.
20157
20158 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * gnus-util.el (gnus-bind-print-variables): New macro.
20161         (gnus-prin1): Use it.
20162         (gnus-prin1-to-string): Use it.
20163         (gnus-pp): New function.
20164         (gnus-pp-to-string): New function.
20165
20166         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20167         Replace pp-to-string with gnus-pp-to-string.
20168         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20169         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20170         * gnus-msg.el (gnus-debug): Ditto.
20171         * gnus-score.el (gnus-score-save): Ditto.
20172         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20173         gnus-pp-to-string.
20174         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20175         with gnus-pp.
20176         * score-mode.el (gnus-score-pretty-print): Ditto.
20177         * webmail.el (webmail-debug): Ditto.
20178
20179 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * gnus-art.el (article-display-face, article-display-x-face):
20182         Use buffer-read-only.
20183
20184 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20185
20186         * gnus-art.el (article-hide-list-identifiers):
20187         Bind inhibit-read-only as t.
20188
20189 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20190
20191         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20192
20193 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20194
20195         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20196         (gnus-narrow-to-page): Don't assume point-min == 1.
20197         (gnus-article-edit-mode): Derive from message-mode.
20198
20199         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20200         point-min == 1.
20201
20202         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20203         Disable incorrect use of `assert'.
20204
20205         * message.el (message-mode): Set comment-start-skip.
20206
20207
20208 2004-08-22  Sam Steingold  <sds@gnu.org>
20209
20210         * pop3.el (pop3-leave-mail-on-server): New user variable.
20211         (pop3-movemail): Delete mail only when it is nil.
20212
20213 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20216
20217         * mml.el (mml-preview): Use `pop-to-buffer'.
20218
20219         * message.el (message-goto-mail-followup-to): Insert after "To".
20220         (message-carefully-insert-headers): Add comment.
20221
20222         * gnus.el: Remove unused variable `gnus-article-check-size'.
20223
20224         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20225
20226         * gnus-art.el (gnus-button-alist):
20227         Improve `gnus-button-handle-library' entry.
20228
20229 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20230
20231         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20232         Use downcase, since XEmacs capitalizes error messages differently.
20233
20234 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20235
20236         * nntp.el: Add (require 'gnus) due to reference to
20237         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20238
20239 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20240
20241         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20242         Bind `mm-fill-flowed'.
20243
20244         * mm-decode.el (mm-dissect-singlepart): Check it.
20245
20246 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20247
20248         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20249         'imap' for netrc parsing.
20250
20251 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20252
20253         * mailcap.el (mailcap-mime-data): Mark as risky.
20254
20255 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20258         may be included in the encoded word.
20259         (rfc2047-encode): Don't append a space if the encoded word
20260         includes close parenthesis.
20261
20262 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20265         of text within parentheses.
20266
20267 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20268
20269         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20270         (gnus-encrypt-write-file-contents): Make the password key the file
20271         name PLUS the cipher, not just the cipher.  Also remove failed
20272         passwords from the cache.
20273
20274 2004-08-06  Simon Josefsson  <jas@extundo.com>
20275
20276         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20277         Doc fix.
20278
20279 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20280
20281         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20282         LWSP.
20283
20284 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20285
20286         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20287         Try to append in-reply-to: data to the references: header.
20288
20289         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20290         (netrc-parse): Use gnus-encrypt.el functions.
20291
20292         * gnus-encrypt.el: Add new file for encryption support; currently
20293         does only a few GPG ciphers and an internal XOR cipher.
20294
20295         * password.el: Add comments on using password-read-and-add.
20296         (password-read-and-add): Add function to read and add the
20297         password to the cache at once.
20298
20299 2004-07-28  Simon Josefsson  <jas@extundo.com>
20300
20301         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20302         parameter (but don't use it, for now).
20303
20304         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20305         instead of hard coding to nil.
20306
20307 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20310         as mm-inline-image-xemacs does.
20311
20312 2004-07-26  Simon Josefsson  <jas@extundo.com>
20313
20314         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20315         Revert part of 2004-07-17 change below.
20316
20317 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20320         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20321
20322 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20323
20324         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20325         quotes that actually start with ">" at the beginning of the
20326         lines.
20327
20328 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20329
20330         * rfc2047.el (rfc2047-encode-region): Fix last change.
20331         (rfc2047-encode-parameter): Remove useless concat.
20332
20333 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20336         encode special characters; fix some kind of misconfigured headers;
20337         signal a real error if debug-on-quit or debug-on-error is non-nil.
20338         (rfc2047-encode-max-chars): New variable.
20339         (rfc2047-encode-1): Use it.
20340         (rfc2047-encode-parameter): New function.
20341
20342         * mml.el (mml-insert-parameter): Remove an excessive space.
20343
20344 2004-07-17  Simon Josefsson  <jas@extundo.com>
20345
20346         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20347         Kai Grossjohann <kai@emptydomain.de>.
20348         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20349         (gnus-group-make-menu-bar): Ditto.
20350
20351         * gnus-util.el (gnus-group-server): Add.
20352
20353 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20354
20355         * message.el (message-clone-locals): Clone sendmail and smtp
20356         variables.
20357
20358 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20359
20360         * rfc2047.el (rfc2047-encode-region): Fix last change.
20361
20362 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20365         characters as non-special.
20366
20367 2004-07-09  Simon Josefsson  <jas@extundo.com>
20368
20369         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20370         Users will lose all flag changes made while unplugged with
20371         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20372         good default.  See numerous reports on ding mailing list.
20373
20374 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20377         add generate-head-function and generate-article-function to the
20378         rfc822-forward entry.
20379         (nndoc-rfc822-forward-generate-article): New function.
20380         (nndoc-rfc822-forward-generate-head): New function.
20381
20382         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20383
20384 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20385
20386         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20387         respect display group parameter and gnus-summary-expunge-below.
20388         (gnus-articles-to-read): Remove unused reference to display group
20389         parameter.
20390
20391 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20392
20393         * nnheader.el (nnheader-uniquify-message-id): New experimental
20394         variable.
20395         (nnheader-nov-read-message-id): Use it.
20396
20397         * spam-report.el (spam-report-gmane): Add interactive.
20398
20399 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20400
20401         * mm-encode.el (mm-content-transfer-encoding-defaults):
20402         Use qp-or-base64 for the application/* types.
20403
20404 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20405
20406         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20407
20408 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20409
20410         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20411         trim value.
20412
20413 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20414
20415         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20416         New macro and function.
20417         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20418
20419 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20420
20421         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20422         after-load-alist.
20423
20424 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20425
20426         * gnus-group.el (gnus-group-get-new-news-this-group):
20427         Don't update info that isn't there.
20428
20429 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20430
20431         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20432         entry.
20433
20434 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * mm-view.el (mm-inline-render-with-function): Use multibyte
20437         buffer; decode html source by charset.
20438
20439         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20440
20441         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20442         Mule-UCS is loaded under XEmacs.
20443         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20444
20445 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20446
20447         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20448
20449 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * mm-util.el (mm-coding-system-p): Return a coding-system.
20452         (mm-mime-mule-charset-alist): Use shift_jis instead of
20453         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20454         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20455         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20456         instead of japanese-shift-jis and iso-latin-1 respectively in
20457         order to share the default value with both Emacs and XEmacs-mule.
20458         (mm-mule-charset-to-mime-charset):
20459         Make mm-coding-system-priorities effective.
20460         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20461         while predicating of candidates upon the priorities.
20462
20463 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * gnus-sum.el (gnus-summary-make-menu-bar):
20466         Add gnus-uu-invert-processable.
20467
20468         * gnus.el: Autoload gnus-uu-invert-processable.
20469
20470 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * mm-util.el (mm-with-multibyte-buffer): New macro.
20473
20474         * rfc2047.el (rfc2047-encode-string): Use it.
20475         (rfc2047-encode-region): Move point to the end of the region after
20476         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20477
20478 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20481         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20482
20483 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20484
20485         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20486         (gnus-cite-parse): Ignore quoted envelope From_.
20487         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20488
20489 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20490
20491         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20492         invalid addresses.
20493
20494 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20495
20496         * spam.el: Change section markers, revise TODO list.
20497         (spam-backends): Make new master list of all installed backends.
20498         (spam-summary-exit-behavior): Add new variable to determine how
20499         messages moves are done at summary exit.
20500         (spam-move-spam-nonspam-groups-only)
20501         (spam-process-ham-in-nonham-groups)
20502         (spam-process-ham-in-spam-groups): Remove variables, the
20503         spam-summary-exit-behavior variable should be used to manage this
20504         behavior.
20505         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20506         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20507         and spam-old-spam-articles.
20508         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20509         Add empty variables, placeholders for the backends they represent.
20510         (spam-set-difference): Move, unchanged.
20511         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20512         unless the user has a processor variable.
20513         (spam-classifications, spam-classification-valid-p)
20514         (spam-backend-properties, spam-backend-property-valid-p)
20515         (spam-backend-function-type-valid-p)
20516         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20517         (spam-report-articles-gmane, spam-report-articles-resend):
20518         Remove functions, they are not needed.
20519         (spam-install-backend-super, spam-backend-list)
20520         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20521         (spam-backend-function, spam-backend-ham-registration-function)
20522         (spam-backend-spam-registration-function)
20523         (spam-backend-ham-unregistration-function)
20524         (spam-backend-spam-unregistration-function)
20525         (spam-backend-statistical-p, spam-backend-mover-p)
20526         (spam-install-backend-alias, spam-install-checkonly-backend)
20527         (spam-install-mover-backend, spam-install-nocheck-backend)
20528         (spam-install-backend, spam-install-statistical-backend)
20529         (spam-install-statistical-checkonly-backend): Add backend installation
20530         support.
20531         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20532         (spam-group-processor-p): Use the new backend code and respect the
20533         summary exit behavior.
20534         (spam-mark-spam-as-expired-and-move-routine): Remove.
20535         (spam-summary-prepare): Change to use the new spam-old-articles
20536         variable.
20537         (spam-copy-or-move-routine, spam-copy-spam-routine)
20538         (spam-move-spam-routine, spam-copy-ham-routine)
20539         (spam-move-ham-routine): Add code to copy/move ham or spam.
20540         (spam-fetch-field-fast): Improve doc and code, plus allow the
20541         'number request.
20542         (spam-list-of-checks, spam-list-of-statistical-checks):
20543         Remove variables.
20544         (spam-split, spam-find-spam): Use the new backend code.
20545         (spam-registration-functions): Remove variable.
20546         (spam-unregister-routine): Add convenience wrapper.
20547         (spam-log-undo-registration, spam-register-routine)
20548         (spam-log-processing-to-registry)
20549         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20550         where possible.
20551         (spam-check-gmane-xref, spam-check-regex-headers)
20552         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20553         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20554         (spam-check-bogofilter-headers, spam-check-spamoracle)
20555         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20556         (spam-check-crm114-headers): Use the spam-split-group that
20557         spam-split prepares, no need to determine it every time.
20558
20559         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20560         to the nnheader-parse-naked-head call.
20561
20562         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20563
20564         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20565         the nnheader-nov-read-message-id call.
20566
20567 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20570         gnus-activate-group twice.  Suggested by Markus Peter
20571         <warp@spin.de>.
20572
20573 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * gnus-art.el (gnus-article-time-format): Exchange the order of
20576         day and month in the default value; fix customization type.
20577         (article-date-ut): Use add-text-properties.
20578         (article-make-date-line): Use message-make-date instead of
20579         current-time-string.
20580
20581         * message.el (message-fetch-field): Don't use set-text-properties.
20582         (message-make-date): Simplify.
20583
20584         * messagexmas.el (message-xmas-make-date): New function.
20585         (message-xmas-redefine): Defalias message-make-date to it.
20586
20587 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20590         (rfc2047-encode-region): Treat text within parentheses as special;
20591         show the original text when error has occurred.
20592
20593         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20594         already-computed method to gnus-activate-group.
20595
20596         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20597         same select-methods identical Lisp objects.
20598
20599         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20600         object when modifying the info.
20601
20602 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20605         gnus-opened-servers since it has never been opened with the new
20606         configuration yet.
20607
20608 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20611         arg to nnheader-generate-fake-message-id.
20612
20613 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20614
20615         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20616         number and build a fake message ID localized to a group and
20617         article number (so it's repeatable from that point on).
20618         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20619         ID format.
20620
20621         * gnus-sum.el (gnus-get-newsgroup-headers):
20622         Call nnheader-generate-fake-message-id with the article number.
20623
20624 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20625
20626         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20627         end-of-buffer.
20628
20629 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20630
20631         * message.el (message-ignored-supersedes-headers): Add Approved.
20632
20633 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20636         goto-char.
20637         (rfc2047-encode): Fold the line before encoding.
20638
20639 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20640
20641         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20642         folding -- not all headers can be folded, and this should be done
20643         by the message composition mode.  Probably.  I think.
20644
20645 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20648         fast.
20649
20650         * gnus-ems.el (gnus-remove-image): Don't use
20651         message-text-with-property; remove only the image found first.
20652
20653         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20654         found first.
20655
20656 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20659
20660 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * message.el (message-text-with-property): Make it fast and accept
20663         optional arguments.
20664         (message-strip-forbidden-properties): Use it.
20665         (message-fix-before-sending): Follow the m-t-w-p change.
20666
20667         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20668
20669 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * gnus-art.el (article-hide-headers): Don't change the buffer
20672         mistakenly when performing mml-preview even if
20673         gnus-single-article-buffer is nil.
20674
20675 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20676
20677         * message.el (message-expand-name-databases): New user option.
20678         (message-expand-name): Use it.
20679
20680 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20681
20682         * spam.el (spam-report-articles-resend)
20683         (spam-report-resend-register-routine): Allow ham reporting.
20684         (spam-report-resend-register-ham-routine): Add wrapper.
20685         (spam-registration-functions): Add ham resending functions.
20686         (spam-list-of-processors): Add ham resend processor.
20687
20688         * gnus.el (ham-resend-to): Add new group parameter.
20689         (spam-process): Add ham resend option.
20690
20691         * spam-report.el (spam-report-resend): Allow reporting ham.
20692         (spam-report-resend-ham): Add wrapper.
20693
20694 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20695
20696         * message.el (message-cite-articles-with-x-no-archive):
20697         New variable.
20698         (message-cite-original): Use it.
20699
20700 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20701
20702         * message.el (message-cite-original): Respect X-No-Archive.
20703
20704 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * gnus-art.el (article-hide-headers): Refer to the values for
20707         gnus-ignored-headers and gnus-visible-headers in the summary
20708         buffer since a user may have set them as group parameters.
20709
20710 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20711
20712         * assistant.el (assistant-node-name): Add convenience function.
20713         (assistant-render-text, assistant-render-node): Add error handling,
20714         plus handle multiple next nodes.
20715         (assistant-find-next-node): Comment out for now.
20716         (assistant-find-next-nodes): Add function, returns list of next
20717         nodes.
20718
20719 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20720
20721         * mail-source.el (mail-source-directory): Fix doc-string.
20722
20723 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20724
20725         * assistant.el (assistant-render-text, assistant-eval): Add :set
20726         widget type, which is different because it takes and returns a
20727         list.  Much hilarity ensues.
20728
20729 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20730
20731         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20732
20733         * gnus-group.el (gnus-group-get-new-news-this-group):
20734         Add doc-string.
20735
20736         * gnus-start.el (gnus-activate-group): Add doc-string.
20737
20738 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20739
20740         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20741
20742 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20743
20744         * assistant.el (assistant-render-text): Try to add a :set
20745         widget, more to come.
20746
20747         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20748         strings.
20749         (spam-report-articles-resend)
20750         (spam-register-routine): Do registration iff any articles warrant
20751         it.
20752         (spam-summary-prepare-exit): Change log message for nil group
20753         destinations.
20754
20755 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20756
20757         * spam.el (spam-report-resend-register-routine):
20758         Allow spam-report-resend-to to be a group parameter or a global value.
20759
20760 2004-05-26  Simon Josefsson  <jas@extundo.com>
20761
20762         * starttls.el: Merge with my GNUTLS based starttls.el.
20763         (starttls-gnutls-program, starttls-use-gnutls)
20764         (starttls-extra-arguments, starttls-process-connection-type)
20765         (starttls-connect, starttls-failure, starttls-success):
20766         New variables.
20767         (starttls-program, starttls-extra-args): Doc fix.
20768         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20769         New functions.
20770         (starttls-negotiate, starttls-open-stream):
20771         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20772         function if it is set.
20773
20774 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20775
20776         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20777         structured fields.
20778
20779 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20782
20783 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20784
20785         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20786         Add variable.
20787         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20788         assigning the spam-mark to new messages.
20789
20790 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
20791
20792         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20793
20794 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20795
20796         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20797
20798         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20799         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20800         default.
20801
20802 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20803
20804         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20805         correct data.
20806
20807 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20808
20809         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20810         (spam-group-processor-p): Fix function.
20811         (spam-group-processor-multiple-p)
20812         (spam-group-spam-processor-report-gmane-p)
20813         (spam-group-spam-processor-report-resend-p)
20814         (spam-group-spam-processor-bogofilter-p)
20815         (spam-group-spam-processor-blacklist-p)
20816         (spam-group-spam-processor-ifile-p)
20817         (spam-group-ham-processor-ifile-p)
20818         (spam-group-spam-processor-spamoracle-p)
20819         (spam-group-spam-processor-crm114-p)
20820         (spam-group-ham-processor-bogofilter-p)
20821         (spam-group-spam-processor-stat-p)
20822         (spam-group-ham-processor-stat-p)
20823         (spam-group-ham-processor-whitelist-p)
20824         (spam-group-ham-processor-BBDB-p)
20825         (spam-group-ham-processor-spamoracle-p)
20826         (spam-group-ham-processor-copy-p): Remove functions with some
20827         prejudice against unneeded code.
20828         (spam-report-articles-resend)
20829         (spam-report-resend-register-routine): Allow the group/topic
20830         spam-resend-to value to override spam-report-resend-to.
20831         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20832         properly now.
20833
20834         * gnus.el (spam-resend-to): Add group/topic parameter.
20835         (spam-process): Move the OBSOLETE processors to the end of the
20836         choices.
20837
20838 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20839
20840         * spam-report.el (spam-report-resend-to, spam-report-resend):
20841         Start with resend-to set to nil, and then ask the user if necessary.
20842         (spam-report-resend): spam-report-resend takes a list of articles, not
20843         separate article numbers.
20844
20845 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20848         addition to emacs-w3m.
20849
20850 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20851
20852         * assistant.el (assistant-authinfo-data): New function.
20853         (assistant-eval): Eval for entire assistant.
20854
20855         * netrc.el (netrc-services-file): New variable.
20856         (netrc-parse-services): New function.
20857         (netrc-find-service-name): New function.
20858         (netrc-find-service-number): New function.
20859         (netrc-port-equal): New function.
20860         (netrc-machine): Use it.
20861
20862         * nnimap.el (nnimap-open-connection): Use netrc.
20863
20864         * gnus-util.el (gnus-netrc-get): Remove aliases.
20865
20866         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20867
20868         * assistant.el (wid-edit): Fix compilation.
20869
20870         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20871
20872 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20873
20874         * gnus-util.el (gnus-set-file-modes): New function.  (small
20875         patch).
20876
20877 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20878
20879         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20880
20881         * assistant.el (assistant-render-node): Fix up rendering and
20882         read-only text.
20883         (assistant-render-node): Reset.
20884         (assistant-make-read-only): Not sticky.
20885
20886 2004-05-20  Danny Siu  <dsiu@adobe.com>
20887
20888         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20889         centered even when gnus-auto-center-summary is t.
20890
20891 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20892
20893         * dns.el (dns-get-txt-answer): New function.
20894         (dns-read-txt): Ditto.
20895         (query-dns): Use it.
20896
20897 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20900         active for foreign groups even if the group level is higher than
20901         the specified value.
20902
20903 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20904
20905         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20906         non-active groups.
20907
20908         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20909
20910 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20911
20912         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20913
20914 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20915
20916         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20917         (spam-crm114-header, spam-crm114-spam-switch)
20918         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20919         (spam-crm114-positive-spam-header)
20920         (spam-crm114-database-directory, spam-list-of-processors)
20921         (spam-group-spam-processor-crm114-p)
20922         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20923         (spam-generic-score, spam-list-of-checks)
20924         (spam-list-of-statistical-checks, spam-registration-functions)
20925         (spam-check-crm114-headers, spam-crm114-score)
20926         (spam-check-crm114, spam-crm114-register-with-crm114)
20927         (spam-crm114-register-spam-routine)
20928         (spam-crm114-unregister-spam-routine)
20929         (spam-crm114-register-ham-routine)
20930         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20931         From asjo@koldfront.dk (Adam SjĂžgren).
20932
20933         * gnus.el: Add spam-use-crm114.
20934
20935         * spam.el (spam-list-of-processors, spam-registration-functions):
20936         Add spam-use-resend.
20937         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20938         (spam-report-articles-gmane): Add doc fix.
20939         (spam-report-articles-resend, spam-report-resend-register-routine):
20940         Add wrappers around spam-report-resend-to.
20941
20942         * spam-report.el (spam-report-resend-to, spam-report-resend):
20943         Add support for resending spam.
20944         (spam-report-gmane): Fix line length >80.
20945
20946         * gnus.el (spam-process): Add spam-use-resend.
20947
20948 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20949
20950         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20951         number of processed spam messages.
20952         (spam-ham-copy-or-move-routine): Return the number of processed
20953         ham messages.
20954         (spam-summary-prepare-exit): Use the above values to decide
20955         whether status messages shouled be displayed.
20956
20957 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20960         `rfc2047-encoding-function-alist' in order to avoid conflicting
20961         with the old version.
20962         (rfc2047-encode-region): Concatenate words containing non-ASCII
20963         characters in structured fields; don't encode space-delimited
20964         ASCII words even in unstructured fields; don't break words at
20965         char-category boundaries.
20966         (rfc2047-encode-1): New function.
20967         (rfc2047-encode): Use it; encode text so that it occupies the
20968         maximum width within 76-column; work correctly on Q encoding for
20969         iso-2022-* charsets.
20970         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20971         sure not to break a line just after the header name.
20972         (rfc2047-b-encode-region): Remove.
20973         (rfc2047-b-encode-string): New function.
20974         (rfc2047-q-encode-region): Remove.
20975         (rfc2047-q-encode-string): New function.
20976
20977         * mm-util.el (mm-replace-in-string): New function.
20978
20979 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20980
20981         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20982         Really get it right.
20983         (gnus-inews-make-draft): Really.
20984
20985 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20986
20987         * nnmh.el (nnmh-request-list-1): Don't check the link count
20988         before descending.  (small patch)
20989
20990 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20991
20992         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20993         stuff.
20994
20995         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20996         Match on real group name.
20997
20998         * gnus-art.el (gnus-signature-limit): Doc fix.
20999
21000         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21001
21002         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21003
21004 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21005
21006         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21007         isn't a string.
21008
21009 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21010
21011         * gnus-draft.el (gnus-draft-send):
21012         Bind rfc2047-encode-encoded-words.
21013
21014         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21015         (rfc2047-encodable-p): Say that =? needs encoding.
21016         (rfc2047-encode-encoded-words): New variable.
21017
21018         * gnus-group.el (gnus-group-select-group): Doc fix.
21019
21020         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21021
21022         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21023         to nil.
21024
21025         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21026
21027         * nnheader.el (nnheader-get-lines-and-char): New function.
21028
21029 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21030
21031         * gnus-msg.el (gnus-summary-followup-with-original):
21032         Document yanking of region when active.
21033
21034 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21035
21036         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21037         groups if the group level is higher than the specified value.
21038
21039 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21040
21041         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21042         (gnus-group-jump-to-group): Add prefix argument using
21043         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21044         non-active group.
21045
21046         * compface.el (uncompface): Be verbose when changing
21047         `uncompface-use-external'.
21048
21049         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21050         handle manual section.
21051
21052 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21053
21054         * gnus-art.el (gnus-button-alist): Revert previous change.
21055
21056 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21057
21058         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21059
21060 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21061
21062         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21063         whether backend can accept message.
21064
21065         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21066
21067 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21068
21069         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21070         Avoid creating directory when nntp-marks-is-evil is true.
21071         Reported by Reiner Steib.
21072
21073 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21074
21075         * gnus-picon.el (gnus-picon-style): New variable.
21076         (gnus-picon-insert-glyph): Add optional `nostring' argument.
21077         (gnus-picon-transform-address): Support `gnus-picon-style'.
21078         From Jesper Harder <harder@ifa.au.dk>.
21079
21080 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21081
21082         * message.el (message-fill-field): Return point.
21083         (message-generate-headers): Go to end of field.
21084
21085         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21086         stuff for non-living groups.
21087
21088 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21089
21090         * gnus-art.el (gnus-article-followup-with-original)
21091         (gnus-article-reply-with-original): gnus-mark-active-p ->
21092         gnus-region-active-p.
21093
21094 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21095
21096         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21097         only when there is spam or ham to be processed.
21098
21099 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21100
21101         * mail-source.el (mail-source-delete-crash-box): Refactor.
21102         (mail-source-fetch): Use it.
21103         (mail-source-fetch-file): Ditto.
21104         (mail-source-fetch-directory): Run postscript in loop.
21105         (mail-source-fetch-pop): Delete.
21106         (mail-source-fetch-maildir): Ditto.
21107         (mail-source-fetch-imap): Ditto.
21108
21109         * imap.el (imap-authenticators): Comment out sasl.
21110
21111         * message.el (message-skip-to-next-address): New function.
21112         (message-fill-header-address): Refactor.
21113         (message-fill-address): Use it.
21114         (message-delete-address): Use it.
21115         (message-fill-header-general): Refactor.
21116         (message-fill-field-address): Rename.
21117         (message-narrow-to-field): Find the start of the header.
21118         (message-header-format-alist): Don't pre-fill.
21119         (message-fill-header): Remove.
21120         (message-insert-header): New function.
21121         (message-shorten-references): Use it.
21122
21123         * rfc2047.el (rfc2047-field-value): Strip props.
21124
21125         * mail-parse.el (mail-header-make-address): New alias.
21126
21127         * ietf-drums.el (ietf-drums-make-address): New function.
21128
21129         * imap.el: Add compiler directives.
21130
21131         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21132
21133         * gnus-art.el (article-decode-idna-rhs): Don't use
21134         message-idna-inside-rhs-p.
21135
21136 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21137
21138         * message.el (message-idna-inside-rhs-p): Remove.
21139         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21140
21141         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21142         false positives.
21143
21144 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21145
21146         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21147
21148 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149
21150         * nneething.el (nneething-file-name): Don't create spurious
21151         files.
21152
21153         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21154         (gnus-inews-do-gcc): Remove sleep.
21155
21156         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21157         part under point.
21158
21159         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21160         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21161
21162 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21163
21164         * spam.el (spam-summary-prepare-exit): Fix (length).
21165
21166 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21167
21168         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21169         as expired without moving it" message when there are spam
21170         messages left.
21171
21172 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21173
21174         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21175         header is not nil.
21176
21177 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21178
21179         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21180         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21181         (nntp-marks-changed-p): New arg SERVER.
21182         (nntp-request-update-info): Adjust caller.
21183
21184 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21185
21186         * nntp.el (nntp-save-marks): Pass missing arg.
21187
21188 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21189
21190         * nntp.el: Support marks.
21191         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21192         (nntp-marks-modtime, nntp-marks-directory): New variables.
21193         (nntp-request-set-mark, nntp-request-update-info)
21194         (nntp-possibly-create-directory, nntp-marks-changed-p)
21195         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21196         New functions.
21197
21198 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21199
21200         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21201         (gnus-xmas-redefine): Rename.
21202
21203         * gnus-score.el (gnus-score-insert-help):
21204         Use gnus-select-lowest-window.
21205
21206         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21207         appt-select-lowest-window and rename to gnus-select-lowest-window.
21208
21209         * gnus.el: do.
21210
21211 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21212
21213         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21214         encodings of MIME-encoded words, in order to improve
21215         interoperability with several broken MUAs.
21216
21217 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21218
21219         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21220         tags, only when charsets are not specified in headers.
21221         (mm-inline-text-html-render-with-w3m): Ditto.
21222
21223         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21224         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21225
21226 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21227
21228         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21229         instead of MIME-decoded from fields when checking
21230         `gnus-article-address-banner-alist'.
21231
21232 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21233
21234         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21235         description rather than subject.
21236
21237 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21238
21239         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21240
21241 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21242
21243         * gnus.el (gnus-version-number): Bump.
21244
21245 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21246
21247         * gnus.el: No Gnus v0.2 is released.
21248
21249 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21250
21251         * gnus-agent.el (gnus-agent-read-agentview):
21252         Inline gnus-uncompress-range.
21253
21254 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21255
21256         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21257         `exec-installed-p'.
21258
21259 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21260
21261         * gnus.el (spam-process, spam-autodetect-methods):
21262         Add bsfilter and bsfilter-headers.
21263
21264         * spam.el (spam-bsfilter): New customize group.
21265         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21266         (spam-bsfilter-header, spam-bsfilter-probability-header)
21267         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21268         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21269         (spam-bsfilter-database-directory): New options.
21270         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21271         (spam-list-of-statistical-checks, spam-registration-functions):
21272         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21273         (spam-bsfilter-score): New command.
21274         (spam-check-bsfilter-headers, spam-check-bsfilter)
21275         (spam-bsfilter-register-with-bsfilter)
21276         (spam-bsfilter-register-spam-routine)
21277         (spam-bsfilter-unregister-spam-routine)
21278         (spam-bsfilter-register-ham-routine)
21279         (spam-bsfilter-unregister-ham-routine): New functions.
21280         (spam-generic-score): Support bsfilter; Accept an optional argument
21281         to recalcurate spam score even if scoring header has already been
21282         added.
21283         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21284         optional argument to recalcurate spam score even if scoring header
21285         has already been added.
21286
21287 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21288
21289         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21290         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21291         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21292         link is missing.
21293
21294 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21295
21296         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21297         (html2text-get-attr): Rewrite.
21298
21299         * message.el (message-setup-1): Remove redundant put-text-property
21300         on mail-header-separator.
21301
21302 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21303
21304         * gnus-registry.el (gnus-registry-cache-whitespace)
21305         (gnus-registry-action, gnus-registry-spool-action)
21306         (gnus-registry-split-fancy-with-parent): Change message levels
21307         from 5 to 3 or 7, as needed.
21308
21309         * spam.el (spam-summary-prepare-exit)
21310         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21311         (spam-split, spam-find-spam, spam-log-undo-registration)
21312         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21313         level from 5 to 6.
21314
21315 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21318         2004-03-04 change).
21319
21320 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21321
21322         * sieve-manage.el (sieve-manage-open):
21323         * nnweb.el (nnweb-insert-html):
21324         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21325         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21326         * nnspool.el (nnspool-request-group):
21327         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21328         * nnml.el (nnml-request-update-info):
21329         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21330         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21331         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21332         (nnimap-request-set-mark):
21333         * nnfolder.el (nnfolder-request-update-info):
21334         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21335         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21336         * gnus-uu.el (gnus-uu-find-articles-matching):
21337         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21338         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21339         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21340         * gnus-nocem.el (gnus-nocem-scan-groups):
21341         * gnus-int.el (gnus-start-news-server):
21342         * gnus-group.el (gnus-group-make-kiboze-group)
21343         (gnus-group-browse-foreign-server):
21344         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21345         Use mapc when appropriate.
21346
21347 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21348
21349         FIXME: Make separate entries for each person.
21350
21351         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21352         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21353         <shields@msrl.com>:
21354
21355         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21356         may need for spam sorting and scoring.
21357         (spam-user-format-function-S): Add user format function suitable for
21358         general use.
21359         (spam-article-sort-by-spam-status): Add sorting function for summary
21360         sorting.
21361         (spam-extra-header-to-number): Add function to get a score from a
21362         header.
21363         (spam-summary-score): Add function to get a numeric score from the
21364         headers.
21365         (spam-generic-score): Fix function doc, was in wrong place.
21366         (spam-initialize): Take symbols when it's run, and install the
21367         extra headers that spam-necessary-extra-headers thinks we need.
21368
21369 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21370
21371         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21372         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21373
21374 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21375
21376         * gnus-sum.el (gnus-set-global-variables)
21377         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21378         (gnus-article-get-xrefs, gnus-summary-best-group)
21379         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21380         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21381         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21382         Use with-current-buffer.
21383
21384 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21385
21386         * spam.el (spam-summary-prepare-exit): Simplify logic.
21387         (spam-fetch-article-header): Read the article header if it's not
21388         available.
21389         (spam-list-articles): Simplify logic.
21390         (spam-filelist-register-routine): Fix bug with unregister-list.
21391
21392         * gnus-registry.el: Fix comments at beginning.
21393
21394 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21395
21396         * message.el (message-cater-to-broken-inn): Remove.
21397         (message-shorten-references): Make sure the total folded length of
21398         References is shorter than 998 characters to cater to a bug in INN
21399         2.3.  Also, don't pretend that references aren't folded -- this
21400         hasn't worked for a while.
21401
21402 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21403
21404         * gnus-agent.el (gnus-agentize):
21405         gnus-agent-send-mail-real-function no longer set to current value
21406         of message-send-mail-function but rather a lambda that calls
21407         message-send-mail-function.  The change makes the agent real-time
21408         responsive to user changes to message-send-mail-function.
21409
21410 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21411
21412         * legacy-gnus-agent.el
21413         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21414         help from Florian Weimer <fw@deneb.enyo.de>
21415
21416 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21417
21418         * nnmail.el (nnmail-cache-insert): Revert last change.
21419
21420 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21421
21422         * nnmail.el (nnmail-cache-insert): Always check whether
21423         nnmail-cache-ignore-groups matches a group name.
21424
21425 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21426
21427         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21428         (spam-find-spam, spam-log-processing-to-registry)
21429         (spam-log-registered-p, spam-log-unregistration-needed-p)
21430         (spam-log-undo-registration): Use gnus-message instead of
21431         gnus-error, none of these errors are fatal.
21432
21433         * gnus-registry.el (gnus-registry-clean-empty-function)
21434         (gnus-registry-clean-empty): Remove only empty entries without
21435         extra data.
21436
21437 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21438
21439         * spam-stat.el (spam-stat-buffer-change-to-spam)
21440         (spam-stat-buffer-change-to-non-spam): Change (error) to
21441         (gnus-message 8) invocation.
21442
21443 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * nntp.el (nntp-via-netcat-command): New variable.
21446         (nntp-via-netcat-switches): New variable.
21447         (nntp-open-via-rlogin-and-netcat): New function.
21448         (nntp-open-connection-function): Doc fix.
21449         (nntp-telnet-command): Doc fix.
21450         (nntp-end-of-line): Doc fix.
21451         (nntp-via-rlogin-command): Doc fix.
21452         (nntp-via-user-name): Doc fix.
21453         (nntp-via-address): Doc fix.
21454
21455 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21456
21457         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21458         error in Emacs 21.1.
21459
21460 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21461
21462         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21463
21464 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21465
21466         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21467         (gnus-agent-with-refreshed-group): New macro.
21468         (gnus-agent-rename-group): New function.
21469         (gnus-agent-delete-group): New function.
21470         (gnus-agent-save-group-info): Use gnus-command-method when
21471         `method' parameter is nil.  Don't write nil entries into the
21472         active file.
21473         (gnus-agent-get-group-info): New function.
21474         (gnus-agent-fetch-articles):
21475         Use gnus-agent-update-files-total-fetched-for to increment disk space
21476         used.
21477         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21478         Use gnus-agent-update-view-total-fetched-for to increment disk space
21479         used.
21480         (gnus-agent-get-local): Add optional parameters to avoid calling
21481         gnus-group-real-name and gnus-find-method-for-group.
21482         (gnus-agent-set-local): Delete stored entry if either min, or max,
21483         are nil.
21484         (gnus-agent-fetch-session): Reworded error/quit messages.
21485         On quit, use gnus-agent-regenerate-group to record existance of any
21486         articles fetched to disk before the quit occurred.
21487         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21488         gnus-agent-update-view-total-fetched-for, and
21489         gnus-agent-update-files-total-fetched-for to decrement disk space
21490         used.
21491         (gnus-agent-retrieve-headers):
21492         Use gnus-agent-update-view-total-fetched-for to increment disk space
21493         used.
21494         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21495         with gnus-agent-update-files-total-fetched-for to decrement disk
21496         space and fresh group buffer.
21497         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21498         (gnus-agent-need-update-total-fetched-for): New variable.
21499         (gnus-agent-update-files-total-fetched-for): New function.
21500         (gnus-agent-update-view-total-fetched-for): New function.
21501         (gnus-agent-total-fetched-for): New function.
21502
21503         * gnus-cache.el (gnus-cache-save-buffers):
21504         Use gnus-cache-update-overview-total-fetched-for to change disk space
21505         used by this group.
21506         (gnus-cache-possibly-enter-article):
21507         Use gnus-cache-update-file-total-fetched-for to increment disk space
21508         used by this group.
21509         (gnus-cache-possibly-remove-article):
21510         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21511         used by this group.
21512         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21513         (gnus-cache-rename-group): New function.
21514         (gnus-cache-delete-group): New function.
21515         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21516         (gnus-cache-need-update-total-fetched-for): New variable.
21517         (gnus-cache-with-refreshed-group): New macro.
21518         (gnus-cache-update-file-total-fetched-for): New function.
21519         (gnus-cache-update-overview-total-fetched-for): New function.
21520         (gnus-cache-rename-group-total-fetched-for): New function.
21521         (gnus-cache-delete-group-total-fetched-for): New function.
21522         (gnus-cache-total-fetched-for): New function.
21523
21524         * gnus-group.el: Require gnus-sum and autoload functions to
21525         resolve warnings when gnus-group.el compiled alone.
21526         (gnus-group-line-format): Documented new %F.
21527         (size of Fetched data) group line format; identifies disk space
21528         used by agent and cache.
21529         (gnus-group-line-format-alist): Defined new F format.
21530         (gnus-total-fetched-for): New function.
21531         (gnus-group-delete-group): No longer update
21532         gnus-cache-active-altered as gnus-request-delete-group now keeps
21533         the cache in sync.
21534         (gnus-group-list-active): Let the agent store a server's active
21535         list if currently plugged.
21536
21537         * gnus-int.el (gnus-request-delete-group):
21538         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21539         local disk in sync with the server.
21540         (gnus-request-rename-group):
21541         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21542         local disk in sync with the server.
21543
21544         * gnus-start.el (gnus-get-unread-articles):
21545         Cosmetic simplification to logic.
21546
21547         * gnus-util.el (gnus-rename-file): New function.
21548
21549 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21550
21551         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21552
21553 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21554
21555         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21556         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21557
21558 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21559
21560         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21561         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21562
21563 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21564
21565         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21566
21567 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21568
21569         * spam.el (spam-set-difference): Add function to replace
21570         gnus-set-difference in spam.el.
21571         (spam-summary-prepare-exit): Use spam-set-difference.
21572
21573 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21574
21575         * gnus-registry.el (gnus-registry-cache-file): Update to use
21576         gnus-dribble-directory OR gnus-home-directory OR ~.
21577         (gnus-registry-split-fancy-with-parent): Fix doc.
21578
21579 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * message.el (message-exchange-point-and-mark):
21582         Use message-mark-active-p.  Suggested by Jesper Harder
21583         <harder@ifa.au.dk>.
21584
21585 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * message.el (message-exchange-point-and-mark): Don't activate
21588         region if it was inactive.  Suggested by Hiroshi Fujishima
21589         <pooh@nature.tsukuba.ac.jp>.
21590
21591 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21592
21593         * gnus-art.el (article-display-face): Display Faces in the same
21594         order as X-Faces.
21595
21596 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21597
21598         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21599
21600 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21603         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21604         (gnus-article-mime-hierarchy): Remove.
21605         (gnus-article-mime-hierarchy-next): Remove.
21606         (gnus-article-mode): Revert 2004-03-19 change.
21607         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21608         (gnus-insert-mime-button): Revert 2004-03-19 change.
21609         (gnus-mime-accumulate-hierarchy): Remove.
21610         (gnus-mime-enter-multipart): Remove.
21611         (gnus-mime-leave-multipart): Remove.
21612         (gnus-mime-display-part): Revert 2004-03-19 change.
21613         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21614
21615         * mml.el (mml-preview): Revert 2004-03-19 change.
21616
21617 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21618
21619         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21620
21621 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21624         t while entering a file name using the mm-with-multibyte macro.
21625         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21626
21627         * mm-util.el (mm-with-multibyte): New macro.
21628
21629 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21632         New user option.
21633         (gnus-mime-multipart-functions): Doc and customization fix.
21634         (gnus-article-mime-hierarchy): New variable.
21635         (gnus-article-mime-hierarchy-next): New variable.
21636         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21637         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21638         gnus-article-mime-hierarchy-next to nil.
21639         (gnus-insert-mime-button): Show hierarchy numbers.
21640         (gnus-mime-accumulate-hierarchy): New function.
21641         (gnus-mime-enter-multipart): New function.
21642         (gnus-mime-leave-multipart): New function.
21643         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21644         (gnus-mime-display-alternative): Show hierarchy numbers.
21645
21646         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21647         gnus-article-mime-hierarchy-next to nil.
21648
21649 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21650
21651         * dns.el: Don't require gnus-xmas.
21652
21653 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21654
21655         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21656         inline PGP.
21657         (mml-menu): Disable mml-quote-region if mark is inactive.
21658
21659 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21660
21661         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21662         when the group's active is not available.
21663
21664 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21665
21666         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21667         error.
21668
21669 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21670
21671         * imap.el (imap-store-password): New variable.
21672         (imap-interactive-login): Use it.
21673         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21674
21675 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21678         window-start and hscroll to summary window.
21679
21680 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21681
21682         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21683         conversion message to newsrc-dribble when an actual conversion is
21684         performed.
21685
21686 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21687
21688         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21689
21690 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * mm-decode.el (mm-complicated-handles): New function reviving
21693         former definition of mm-multiple-handles.
21694
21695         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21696         (gnus-mime-delete-part): Use it.
21697
21698 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21699
21700         * gnus-agent.el (gnus-agent-read-local):
21701         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21702         avoid the implicit assumption that they will always be equal.
21703         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21704         coding-system-for-write, as the with-temp-file macro first prints
21705         to a buffer then saves the buffer.
21706
21707 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * gnus-art.el (gnus-article-edit-part): New function.
21710         (gnus-mime-save-part-and-strip): Use it; do query instead of
21711         signaling an error; don't use mm-multiple-handles.
21712         (gnus-mime-delete-part): Ditto.
21713
21714 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21715
21716         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21717         old file versions.
21718         (gnus-group-prepare-hook): Remove function that converted list
21719         form of gnus-agent-expire-days to group properties.
21720
21721         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21722         (gnus-request-accept-article): Re-indented.
21723
21724         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21725         converters to handle old agent file formats.  Add logic for a
21726         "backup before upgrading warning".
21727         (gnus-convert-mark-converter-prompt): Developers can mark
21728         functions as needing (default), or not needing,
21729         gnus-convert-old-newsrc's "backup before upgrading warning".
21730         (gnus-convert-converter-needs-prompt): Tests whether the user
21731         should be protected from potentially irreversable changes by the
21732         function.
21733
21734         * legacy-gnus-agent.el: New.  Provides converters that are only
21735         loaded when gnus-convert-old-newsrc needs to call them.
21736
21737 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * mail-source.el (mail-source-touch-pop): Doc fix.
21740
21741         * message.el (message-smtpmail-send-it): Doc fix.
21742
21743 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21744
21745         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21746
21747         * nnmail.el (nnmail-split-fancy): do.
21748
21749         * gnus-kill.el (gnus-kill, gnus-execute): do.
21750
21751 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21752
21753         * gnus-sum.el (gnus-widget-reversible-match)
21754         (gnus-widget-reversible-to-internal)
21755         (gnus-widget-reversible-to-external): New functions.
21756         (gnus-widget-reversible): New widget.
21757         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21758
21759 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21760
21761         * gnus-sum.el (gnus-thread-sort-functions)
21762         (gnus-article-sort-functions): Document `(not F)' items.
21763
21764 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21765
21766         * spam.el (spam-use-gmane-xref): Add new backend.
21767         (spam-gmane-xref-spam-group): Add variable to control the name of the
21768         Gmane spam group.
21769         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21770         (spam-regex-headers-spam, spam-regex-headers-ham)
21771         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21772         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21773         backends and checks.
21774         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21775
21776         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21777         an autodetect method.
21778
21779 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21780
21781         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21782         articles are being added to a group.
21783         (gnus-request-replace-article): Inform the agent that articles
21784         need to be uncached as the cached contents are no longer valid.
21785
21786 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21787
21788         * binhex.el: Don't autoload executable-find.
21789
21790         * canlock.el: Don't autoload mail-fetch-field.
21791
21792         * dgnushack.el: Autoload c-mode for XEmacs.
21793
21794         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21795
21796         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21797         rmail-dont-reply-to and rmail-output.
21798
21799         * gnus-score.el: Don't autoload ffap-string-at-point.
21800
21801         * gnus-setup.el: Don't autoload sc-cite-original.
21802
21803         * imap.el: Don't autoload base64-decode-string,
21804         base64-encode-string and md5.
21805
21806         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21807         and rmail-msg-restore-non-pruned-header.
21808
21809         * mm-decode.el: Don't autoload executable-find.
21810
21811         * mm-url.el: Don't autoload executable-find.
21812
21813         * mm-view.el: Don't autoload diff-mode.
21814
21815         * nndb.el: Don't autoload news-reply-mode, news-setup,
21816         cancel-timer and telnet.
21817
21818         * password.el: Don't autoload run-at-time for Emacs.
21819
21820         * sha1-el.el: Don't autoload executable-find.
21821
21822         * sieve-mode.el: Don't autoload c-mode.
21823
21824         * uudecode.el: Don't autoload executable-find.
21825
21826 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21827
21828         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21829         (gnus-agent-possibly-alter-active): Avoid null in numeric
21830         comparison.
21831         (gnus-agent-set-local): Refuse to save null in local object table.
21832         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21833         list of articles that will be marked as unread.
21834
21835 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21836
21837         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21838
21839 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21840
21841         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21842         language tags.
21843
21844 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21845
21846         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21847         Don't bind "obarray".
21848
21849         * gnus-sum.el (gnus-thread-sort-functions):
21850         Add `gnus-thread-sort-by-most-recent-number' and
21851         `gnus-thread-sort-by-most-recent-date'.
21852         Reported by Kai Grossjohann <kai@emptydomain.de>.
21853
21854 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21855
21856         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21857
21858 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21859
21860         * gnus-cus.el (gnus-agent-customize-category):
21861         Remove ignore-errors macro reference that required cl to be loaded at
21862         run-time.
21863
21864         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21865         single-interval range of the form (min . max).  Previously the
21866         range had to look like ((min . max)).  Likewise, return
21867         (min . max) rather than ((min . max)).
21868         (gnus-range-map): Use gnus-range-normalize to accept
21869         single-interval range.
21870
21871         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21872         the cache, but not the agent, now appear with their usual face.
21873
21874         * dgnushack.el (loaddir): New variable that is bound to the
21875         directory containing the dgnushack.el file. Use loaddir, rather
21876         than srcdir, to update load-path. Change lets dgnushack compile
21877         code in directories other than GNUS/lisp.
21878
21879 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21880
21881         * lpath.el: Don't bind w3m-safe-url-regexp.
21882
21883         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21884         w3m-safe-url-regexp variable buffer-local.
21885
21886         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21887
21888 2004-02-27  Simon Josefsson  <jas@extundo.com>
21889
21890         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21891         gnus-group-real-prefix.
21892         (gnus-summary-move-article): Use it, instead of
21893         gnus-group-real-prefix.
21894
21895 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * lpath.el: Bind w3m-safe-url-regexp.
21898
21899         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21900         w3m-safe-url-regexp variable buffer-local and set it as the value
21901         of mm-w3m-safe-url-regexp.
21902
21903         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21904
21905         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21906         parsing gnus-posting-styles when the message is not for replying.
21907
21908         * dgnushack.el: Autoload sgml-mode for XEmacs.
21909
21910         * nnrss.el (nnrss-opml-export):
21911         Use mm-set-buffer-file-coding-system instead of
21912         set-buffer-file-coding-system.
21913
21914 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21915
21916         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21917         of checkdoc.el).
21918         * nnrss.el: do.
21919         * gnus-mlspl.el: do.
21920         * gnus-ml.el: do.
21921         * gnus-srvr.el: do.
21922
21923         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21924
21925 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21926
21927         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21928         Corrections to custom-manual links.
21929
21930         * gnus-art.el (gnus-article): Ditto.
21931
21932         * mm-decode.el (mime-display, mime-security): Ditto.
21933
21934 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21935
21936         * flow-fill.el: Typo.
21937
21938 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21939
21940         * spam-wash.el: New file.
21941
21942 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21943
21944         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21945
21946 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21947
21948         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21949         to be run with new-articles as LIST1, not LIST2.
21950         (spam-registration-functions): Add spam-use-ham-copy as a nil
21951         registration backend.
21952
21953 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21954
21955         * spam-stat.el (spam-stat-washing-hook): New option.
21956         (spam-stat-buffer-words): Use it.
21957         (spam-stat-process-directory, spam-stat-test-directory):
21958         Use insert-file-contents-literally.
21959         (spam-stat-coding-system): New variable.
21960         (spam-stat-load, spam-stat-save): Use it.
21961
21962 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * spam-report.el (spam-report-plug-agent):
21965         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21966
21967 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21968
21969         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21970         Allow / in mailto URLs.
21971
21972 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21973
21974         * spam-report.el (spam-report-process-queue): Fix interactive use.
21975         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21976         (spam-report-unplug-agent): Doc fixes.
21977         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21978         (spam-report-agentize, spam-report-deagentize): Autoload.
21979
21980 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21983
21984         * message.el (message-setup-fill-variables): Add mml tags to
21985         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21986         <ajk@iu.edu>.
21987         (message-mode): Don't modify paragraph-separate there.
21988
21989 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21990
21991         * compface.el (uncompface-use-external): Default to undecided.
21992         (uncompface-use-external-threshold): New variable.
21993         (uncompface-float-time): New macro.
21994         (uncompface): Determine whether to use the external decoder if
21995         uncompface-use-external is undecided.
21996
21997 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21998
21999         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22000         after images.
22001
22002         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22003
22004 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22005
22006         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22007
22008         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22009
22010         * gnus-sum.el (gnus-summary-limit-to-age)
22011         (gnus-summary-limit-children): do.
22012
22013         * gnus-int.el (gnus-request-scan): do.
22014
22015         * gnus-group.el (gnus-group-suspend): do.
22016
22017         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22018
22019         * gnus-cite.el (gnus-cite-parse-attributions): do.
22020
22021         * gnus-agent.el (gnus-summary-set-agent-mark)
22022         (gnus-agent-regenerate-group): do.
22023
22024         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22025
22026         * binhex.el (binhex-decode-region-internal): do.
22027
22028 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22029
22030         * gnus-fun.el (gnus-face-properties-alist): New user option.
22031         (gnus-display-x-face-in-from): Use it.
22032
22033         * gnus-art.el (article-display-face): Ditto.
22034
22035         * compface.el (uncompface-use-external): Default to nil.
22036
22037 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22038
22039         * nntp.el (nntp-erase-buffer): New function.
22040         (nntp-retrieve-data, nntp-send-command)
22041         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22042         (nntp-possibly-change-group): Use it.
22043
22044         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22045         Use with-current-buffer.
22046
22047 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22048
22049         * compface.el: Merge the ELisp-based uncompface program.
22050         (compface): New customization group.
22051         (uncompface-use-external): New user option.
22052         (uncompface): Call uncompface-internal if uncompface-use-external
22053         is nil.
22054         (uncompface-internal): New function.  Note that there are also
22055         some other functions and variables added for this function.
22056
22057 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22058
22059         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22060         if necessary.
22061
22062 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22063
22064         * spam-report.el (spam-report-unplug-agent)
22065         (spam-report-plug-agent, spam-report-deagentize)
22066         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22067         Add support for the Agent in spam-report: when unplugged, report to a
22068         file; when plugged, submit all the requests.
22069
22070         * spam.el (spam-register-routine): Fix message about
22071         registration.
22072
22073 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22074
22075         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22076         dependencies.
22077         (rfc2047-encode): Use it.
22078
22079         * gnus-art.el (gnus-button-marker-list): Move before first
22080         reference.
22081
22082         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22083         (imap-parse-body): Fix format string mismatch.
22084
22085         * gnus-score.el (gnus-summary-increase-score): do.
22086
22087         * nnrss.el (nnrss-close): New function.
22088
22089 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22090
22091         * nnrss.el (nnrss-make-filename): New function.
22092         (nnrss-request-delete-group, nnrss-read-server-data)
22093         (nnrss-save-server-data, nnrss-read-group-data)
22094         (nnrss-save-group-data): Use it.
22095         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22096         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22097         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22098
22099 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22100
22101         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22102
22103 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22104
22105         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22106         files.
22107
22108         * message.el (message-generate-headers-first): Don't quote nil
22109         and t in docstrings.
22110
22111         * imap.el (imap-id): do.
22112
22113         * gnus-agent.el (gnus-agent-consider-all-articles)
22114         (gnus-agent-queue-mail): do.
22115
22116 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22117
22118         * spam-report.el (spam-report-process-queue): New function.
22119         Process requests from `spam-report-requests-file'.
22120         (spam-report-process-queue): Doc fix.
22121
22122 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22123
22124         * spam.el (spam-register-routine)
22125         (spam-log-processing-to-registry, spam-log-registered-p)
22126         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22127         Change "check" to "spam-check" for semi-clarity.
22128
22129 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22130
22131         * pop3.el: Require nnheader.
22132
22133         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22134
22135         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22136
22137         * gnus-picon.el: Require cl.
22138
22139         * gnus-fun.el: Require gnus-ems and gnus-util.
22140
22141         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22142
22143         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22144
22145         * gnus-art.el (gnus-article-edit-mode): Define before first
22146         reference.
22147
22148 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22149
22150         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22151         (gnus-uu-post-encoded): Use point-at-bol.
22152
22153         * gnus-topic.el (gnus-group-active-topic-p): do.
22154
22155         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22156
22157         * gnus-group.el (gnus-group-kill-region): do.
22158
22159         * gnus-art.el (article-date-ut): do.
22160
22161         * message.el (message-fetch-field): Remove redundant
22162         case-fold-search binding.
22163         (message-narrow-to-field): Simplify.
22164
22165 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22166
22167         * spam.el (spam-directory): Derive from `gnus-directory'.
22168
22169         * spam-report.el (spam-report-url-to-file)
22170         (spam-report-requests-file): New function and variable for offline
22171         reporting.
22172         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22173         and user defined function.
22174         (spam-report-url-ping-mm-url): Remove doubled slash.
22175
22176 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22177
22178         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22179
22180 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22181
22182         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22183         Fix format string mismatch.
22184
22185         * sieve.el (sieve-deactivate-all): do.
22186
22187         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22188
22189         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22190
22191         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22192
22193         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22194
22195 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22196
22197         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22198         the list of checks.
22199
22200 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22201
22202         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22203         padding.
22204
22205 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22206
22207         * mm-view.el (mm-fill-flowed): New variable.
22208         (mm-inline-text): Use it.
22209
22210 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22211
22212         * spam.el (spam-spamassassin-register-ham-routine)
22213         (spam-spamassassin-register-spam-routine): Fix function names.
22214
22215 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22216
22217         * gnus.el (gnus-tmp-grouplens): Remove.
22218         (gnus-summary-line-format): Remove grouplens.
22219
22220         * gnus-group.el (gnus-group-line-format): Ditto.
22221
22222         * gnus-spec.el (gnus-format-specs): Ditto.
22223         (gnus-update-format-specifications): Flush the group format spec
22224         cache if there's the grouplens stuff.
22225         (gnus-parse-simple-format): Replace %l with the empty string.
22226
22227 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22228
22229         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22230         omission.
22231
22232 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22233
22234         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22235         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22236
22237 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22238
22239         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22240         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22241         New macros and functions.
22242         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22243         Handle > NLINK_MAX messages.
22244         * nnmaildir.el (nnmaildir-request-set-mark):
22245         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22246
22247 2004-01-25  Alex Schroeder  <alex@gnu.org>
22248
22249         * spam-stat.el (spam-stat-process-directory-age): New option.
22250         (spam-stat-process-directory): Use it.
22251
22252 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22253
22254         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22255         (spam-stat-save): Accept prefix argument.
22256
22257 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22258
22259         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22260         links" error.
22261
22262 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22263
22264         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22265         the rest of the and/or forms.
22266
22267 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22268
22269         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22270         compatibility with old .newsrc.eld files.
22271
22272         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22273
22274         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22275
22276         * gnus-start.el (gnus-1): do.
22277
22278         * gnus-group.el (gnus-group-line-format-alist): do.
22279
22280         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22281
22282         * gnus-gl.el: Remove.
22283
22284 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22285
22286         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22287         marks consisting of a single range {for example, (3 . 5)} rather
22288         than a list of a single range { ((3 . 5)) }.
22289
22290 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22291
22292         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22293         Use with-current-buffer.
22294         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22295         avoid consing a string.
22296
22297         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22298         Remove obsolete entries for big5 and gb2312.
22299
22300 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22301
22302         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22303         uncompressed list.
22304
22305 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22306
22307         * spam-stat.el (spam-stat-strip-xref): New function.
22308         (spam-stat-process-directory): Use it.
22309
22310         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22311         here -- it's done in message-fetch-field.
22312
22313 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22314
22315         * gnus-agent.el (gnus-agent-queue-mail)
22316         (gnus-agent-prompt-send-queue): New variables.
22317         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22318         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22319         "nndraft:queue" along to gnus-draft-send.
22320         Use gnus-agent-prompt-send-queue.
22321         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22322         is "nndraft:queue".  Suggested by Gaute Strokkenes
22323         <gs234@srcf.ucam.org>
22324
22325         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22326         (agent-enable-undownloaded-faces): Add.
22327         (gnus-agent-cat-groups): Use eval-and-compile, not
22328         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22329         method of gnus-agent-cat-groups even when the buffer has been
22330         evaled.
22331         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22332         delete gnus-agent-save-active-1.
22333         (gnus-agent-save-groups): Delete.  Identical to
22334         gnus-agent-save-active.
22335         (gnus-agent-write-active): No longer adjust agent's copy of active
22336         file as agent's adjustments are now stored in their own
22337         file.  Remove optional parameter.
22338         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22339         servers.  Add use of min/max range limits from server's local
22340         file.
22341         (gnus-agent-save-alist): Remove unused optional argument.
22342         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22343         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22344         (gnus-agent-set-local): A per-server file that keeps min/max range
22345         limits for articles known to the agent.  Provides a fast mechanism
22346         for altering many active ranges.
22347         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22348         active file (local makes it unnecessary).
22349         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22350
22351         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22352         (agent-enable-undownloaded-faces): Add.
22353
22354         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22355         disable it when sending to "nndraft:queue".
22356         (gnus-group-send-queue): Add safety check to avoid sending queue
22357         when unplugged.
22358
22359         * gnus-group.el (gnus-group-catchup): Use new
22360         gnus-sequence-of-unread-articles, not
22361         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22362         numbers of articles.  Use gnus-range-map to avoid having to
22363         uncompress the unread list.
22364         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22365         Fix invalid ange-ftp reference.
22366
22367         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22368         (gnus-sorted-range-intersection): Intersection of two ranges
22369         without requiring that they first be uncompressed.
22370
22371         * gnus-start.el (gnus-activate-group): Unless blocked by the
22372         caller, possibly expand the active range to include both cached
22373         and agentized articles.
22374         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22375         multiple version-dependent converters.
22376         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22377         gnus-agent-save-active.
22378         (gnus-save-newsrc-file): Save dirty agent range limits.
22379
22380         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22381         gnus-agent-possibly-alter-active.
22382         (gnus-adjust-marked-articles): Faster handling of simple lists.
22383
22384 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22385
22386         * spam-stat.el (spam-stat-test-directory): New optional argument
22387         displays a list of files detected.  Suggested by Andrew Cohen
22388         <cohen@andy.bu.edu>.
22389         (spam-stat-buffer-words-with-scores): Don't narrow and change
22390         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22391
22392 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22393
22394         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22395         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22396         (spam-spamassassin-arguments)
22397         (spam-spamassassin-spam-flag-header)
22398         (spam-spamassassin-positive-spam-flag-header)
22399         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22400         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22401         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22402         (spam-list-of-processors, spam-list-of-checks)
22403         (spam-list-of-statistical-checks, spam-registration-functions)
22404         (spam-check-spamassassin-headers, spam-check-spamassassin)
22405         (spam-spamassassin-score)
22406         (spam-spamassassin-register-with-sa-learn)
22407         (spam-spamassassin-register-spam-routine)
22408         (spam-spamassassin-register-ham-routine)
22409         (spam-assassin-register-spam-routine)
22410         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22411         (spam-bogofilter-score): Fix to show article before scoring.
22412
22413 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22414
22415         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22416         default scoring function.
22417         (spam-generic-score): Call spam-spamassassin-score if
22418         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22419         spam-bogofilter-score otherwise.
22420
22421         * gnus.el (spam-process, spam-autodetect-methods):
22422         Add spamassassin and spamassassin-headers.
22423
22424 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22425
22426         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22427         Suppress unnecessary messages.
22428
22429 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22430
22431         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22432         make-hash-table.
22433
22434 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * canlock.el (base64-encode-string): Don't autoload it.
22437
22438 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22439
22440         * run-at-time.el: Remove useless (require 'itimer),
22441         eval-and-compile and (featurep 'xemacs).
22442
22443 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22444
22445         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22446         GROUP is a virtual group.
22447
22448 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22449
22450         * gnus.el: Autoload `message-y-or-n-p'.
22451
22452 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22453
22454         * pgg-parse.el: Remove unnecessary (require 'custom).
22455
22456         * pgg-def.el: do.
22457
22458         * nnmail.el: do.
22459
22460         * gnus-undo.el: do.
22461
22462         * gnus-picon.el: do.
22463
22464         * gnus-util.el: do.
22465
22466 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22467
22468         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22469
22470 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22471
22472         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22473         handle, as well as a list.
22474
22475         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22476         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22477         (mm-w3m-cid-retrieve): Simplify.
22478
22479 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22480
22481         * message.el (message-kill-to-signature): Allow prefix arg to
22482         specify number of lines to keep before signature.
22483
22484 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22485
22486         * message.el (message-kill-to-signature): Change docstring.
22487
22488 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22489
22490         * canlock.el: Always require sha1-el.
22491         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22492
22493         * message.el: Autoload sha1 only when compiling.
22494
22495         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22496         eudc-expand-inline for XEmacs.
22497
22498 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * message.el (message-canlock-generate): Require sha1-el.
22501
22502 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22503
22504         * message.el (message-expand-name): Silence the byte compiler.
22505
22506         * lpath.el: Add detect-coding-system.
22507
22508         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22509         cus-edit.
22510
22511 2004-01-13  Simon Josefsson  <jas@extundo.com>
22512
22513         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22514         Invoke gnus-score-mode.
22515         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
22516
22517         * gnus-range.el (gnus-compress-sequence): Doc fix.
22518         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22519
22520 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22521
22522         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22523
22524 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22525
22526         * spam.el (spam-get-article-as-string): Update to use
22527         gnus-request-article-this-buffer, much simpler.
22528         (spam-get-article-as-buffer): Remove.
22529
22530 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22531
22532         * message.el (message-expand-name): Use EUDC if the user uses that.
22533
22534 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22535
22536         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22537         character for the encoding to avoid consing a string.
22538
22539         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22540         unnecessarily.
22541
22542         * mm-util.el (mm-replace-chars-in-string): Remove.
22543
22544         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22545         of mm-replace-chars-in-string.
22546
22547 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22548
22549         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22550
22551         * mm-util.el (mm-subst-char-in-string): Support inplace.
22552
22553         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22554         a new string in every iteration.  Use shy groups.
22555
22556 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22557
22558         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22559         * gnus-soup.el (gnus-soup-group-brew):
22560         * gnus-msg.el (gnus-put-message):
22561         * gnus-move.el (gnus-group-move-group-to-server):
22562         * gnus-kill.el (gnus-batch-score):
22563         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22564         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22565         (gnus-group-update-group, gnus-group-read-group)
22566         (gnus-group-make-group, gnus-group-make-help-group)
22567         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22568         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22569         (gnus-group-sort-by-unread, gnus-group-catchup)
22570         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22571         (gnus-group-yank-group, gnus-group-set-info)
22572         (gnus-group-list-groups):
22573         * gnus.el (gnus-generate-new-group-name):
22574         * gnus-delay.el (gnus-delay-send-queue):
22575         * nnvirtual.el (nnvirtual-catchup-group):
22576         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22577         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22578         (gnus-group-prepare-topics, gnus-topic-check-topology):
22579         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22580         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22581         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22582         (gnus-group-make-articles-read):
22583         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22584         (gnus-group-change-level, gnus-kill-newsgroup)
22585         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22586         (gnus-get-unread-articles, gnus-make-articles-unread)
22587         (gnus-make-ascending-articles-unread): Use accessor
22588         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22589         to get group information for improved readability.
22590
22591
22592 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22593
22594         * gnus-art.el (article-decode-mime-words, article-babel)
22595         (gnus-article-highlight-signature, gnus-article-add-buttons)
22596         (gnus-signature-toggle): Use gnus-with-article-buffer.
22597
22598         * gnus-art.el (gnus-article-highlight-headers)
22599         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22600
22601         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22602         (gnus-article-set-globals, gnus-request-article-this-buffer)
22603         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22604         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22605         (gnus-mime-display-alternative): Use with-current-buffer.
22606
22607 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22608
22609         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22610         also under 80 char limit, and call gnus-error if needed.
22611         (spam-fetch-article-header): Fix - it was a
22612         buffer-local variable (gnus-newsgroup-data).
22613         (spam-find-spam): Use spam-generate-fake-headers, forget about
22614         spam-insert-fake-headers.
22615         (spam-insert-fake-headers): Remove.
22616
22617 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22618
22619         * deuglify.el (gnus-article-outlook-unwrap-lines)
22620         (gnus-outlook-rearrange-article)
22621         (gnus-outlook-repair-attribution-outlook)
22622         (gnus-outlook-repair-attribution-block)
22623         (gnus-outlook-repair-attribution-other): Remove redundant
22624         save-excursion.
22625
22626 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22627
22628         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22629         (spam-fetch-field-subject-fast)
22630         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22631         (spam-fetch-article-header): Add functions to deal with Gnus
22632         internals for fast retrieval of article header data.
22633         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22634
22635 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22636
22637         * pop3.el (pop3-md5): Remove.
22638         (pop3-apop): Replace pop3-md5 with md5.
22639
22640         * mm-bodies.el: base64 is always built-in.
22641
22642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22643         Use with-current-buffer.
22644
22645 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * canlock.el (canlock-insert-header): Remove excessive grouping in
22648         regexp.
22649
22650         * gnus-sum.el (gnus-summary-read-document): Ditto.
22651
22652         * gnus-uu.el (gnus-uu-part-number): Ditto.
22653
22654         * html2text.el (html2text-remove-tags): Ditto.
22655         (html2text-format-tags): Ditto.
22656         (html2text-format-single-elements): Ditto.
22657
22658         * mml.el (mml-parse-1): Ditto.
22659
22660 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22661
22662         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22663
22664         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22665
22666         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22667
22668         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22669
22670 2003-11-15  Simon Josefsson  <jas@extundo.com>
22671
22672         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22673         (pgg-gpg-lookup-key): Use regexp match instead of
22674         split-string (split-string is different between emacs 21.2 and
22675         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22676
22677 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22678
22679         * gnus-art.el (gnus-mime-view-all-parts)
22680         (gnus-article-part-wrapper, gnus-article-view-part):
22681         Use with-current-buffer.
22682
22683 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22684
22685         * spam.el (spam-disable-spam-split-during-ham-respool)
22686         (spam-spamoracle-database, spam-cache-lookups)
22687         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22688         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22689         (spam-group-ham-marks, spam-group-spam-marks)
22690         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22691         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22692         also add spam-use-blackholes to the statistical checks.
22693         (spam-fetch-field-fast): Add interface to fetching fields, may
22694         become a macro.
22695         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22696         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22697         (spam-insert-fake-headers): Fake an article when needed.
22698         (spam-find-spam): Fake article when possible.
22699         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22700         (spam-check-bogofilter-headers): Use message-fetch-field instead
22701         of nnmail-fetch-field.
22702
22703 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22704
22705         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22706
22707 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22708
22709         * spam.el (spam-split): Do not require spam-use-CHECK to be
22710         enabled if that check is passed to spam-split explicitly; also
22711         fix so 'spam doesn't get converted to spam-split-group when
22712         spam-split-symbolic-return is t.
22713         (spam-find-spam): Find registrations of the article and use those
22714         instead of re-running spam-split to find the spam/ham
22715         classification of the article.
22716         (spam-log-processing-to-registry, spam-log-registered-p)
22717         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22718         Use gnus-error instead of gnus-message.
22719         (spam-log-registration-type): Add function to determine the
22720         classification of a message based on registry entries; will
22721         return nil if both 'spam and 'ham are found.
22722         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22723         a reasonably fast local cache without the loading errors.
22724         (spam-cache-lookups): Set to t by default.
22725         (spam-find-spam): Don't try to guess spam-cache-lookups.
22726         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22727         spam-caches entry.
22728         (spam-filelist-build-cache, spam-filelist-check-cache):
22729         Fix caching of whitelist/blacklist entries.
22730         (spam-check-whitelist, spam-check-blacklist):
22731         Invoke spam-from-listed-p with a type, not a cache variable.
22732         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22733
22734 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22735
22736         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22737
22738         * nnmail.el (nnmail-split-fancy): do.
22739
22740         * mml.el (mml-parse): do.
22741
22742         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22743         (gnus-score-adaptive): do.
22744
22745 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22746
22747         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22748         (gnus-mime-button-map): Don't set keymap parent.
22749         (gnus-button-ctan-directory-regexp): Use shy grouping.
22750         (gnus-prev-page-map): Don't set keymap parent.
22751         (gnus-prev-page-map): Remove duplicated one.
22752         (gnus-next-page-map): Don't set keymap parent.
22753         (gnus-mime-security-button-map): Ditto.
22754
22755         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22756         version number.
22757
22758         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22759
22760 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * canlock.el (canlock-sha1-function): Remove.
22763         (canlock-sha1-function-for-verify): Remove.
22764         (canlock-openssl-program): Remove.
22765         (canlock-openssl-args): Remove.
22766         (canlock-ignore-errors): Remove.
22767         (canlock-sha1-with-openssl): Remove.
22768         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22769         (canlock-verify): Don't use canlock-ignore-errors.
22770
22771         * sha1-el.el (sha1-string-external): Make it can return a string
22772         in binary form.
22773         (sha1-region-external): Ditto.
22774         (sha1-string-internal): Ditto.
22775         (sha1-region-internal): Ditto.
22776         (sha1-region): Ditto.
22777         (sha1-string): Ditto.
22778         (sha1): Ditto.
22779
22780 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22781
22782         * spam.el (spam-report-articles-gmane): New command.
22783
22784 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22785
22786         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22787
22788         * run-at-time.el (run-at-time-saved): Remove.
22789         (run-at-time): Doc fix.
22790
22791 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22792
22793         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22794         (gnus-summary-limit-map): Add it.
22795         (gnus-summary-make-menu-bar): do.
22796
22797 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22798
22799         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22800         Make attempt at some caching support (done for BBDB only now).
22801         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22802         addresses to be checked.
22803         (spam-clear-cache-BBDB): Add function, to be invoked by
22804         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22805         (spam-check-BBDB): Check and use the caches, if
22806         spam-cache-lookups is on, remove superfluous (provide).
22807
22808 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22809
22810         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22811
22812 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22813
22814         * run-at-time.el (run-at-time-saved): Move to after the definition
22815         of `run-at-time'.
22816
22817         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22818
22819 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22820
22821         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22822         mm-w3m-local-map-property.
22823
22824         * mm-view.el (mm-w3m-mode-map): Remove.
22825         (mm-w3m-local-map-property): Remove.
22826         (mm-inline-text-html-render-with-w3m): Don't use
22827         mm-w3m-local-map-property.
22828
22829 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22830
22831         * run-at-time.el: New file.
22832
22833         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22834         under Emacs.
22835
22836         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22837         of gnus-set-text-properties.
22838
22839         * gnus-uu.el (gnus-uu-save-article): Ditto.
22840
22841         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22842
22843         * gnus-cite.el (gnus-cite-parse): Ditto.
22844
22845         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22846         of gnus-.
22847
22848         * gnus-xmas.el (run-at-time): Require run-at-time.
22849
22850         * gnus.el: Change calls to nnheader-run-at-time and
22851         password-run-at-time throughout to use run-at-time directly.
22852
22853         * password.el: Remove definition of run-at-time.
22854
22855         * nnheaderxm.el: Remove definition of run-at-time.
22856
22857 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
22858
22859         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22860         in prompt.
22861
22862 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22863
22864         * messagexmas.el (message-xmas-redefine): Alias
22865         `message-make-caesar-translation-table' to
22866         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22867         version.
22868
22869         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22870         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22871         `gnus-xmas-set-text-properties'.
22872         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22873         `gnus-xmas-completing-read'.
22874         (gnus-xmas-completing-read): Removed.
22875         (gnus-xmas-open-network-stream): Removed.
22876
22877         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22878         XEmacs version.
22879
22880         * dns.el (dns-make-network-process): Use `open-network-stream'
22881         instead of `gnus-xmas-open-network-stream'.
22882
22883         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22884
22885         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22886
22887 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22888
22889         * gnus-art.el (gnus-mime-display-alternative)
22890         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22891         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22892         Don't use gnus-local-map-property.
22893
22894         * gnus-util.el (gnus-local-map-property): Remove.
22895
22896         * mm-view.el (mm-view-pkcs7-decrypt):
22897         Replace gnus-completing-read-maybe-default with completing-read.
22898
22899         * gnus-util.el (gnus-completing-read): do.
22900         (gnus-completing-read-maybe-default): Remove.
22901
22902 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22903
22904         * password.el: Only autoload `run-at-time' if not XEmacs.
22905         Only autoload the itimer functions if XEmacs.
22906
22907 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22908
22909         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22910         XEmacsen.
22911
22912         * dgnushack.el: Autoload executable-find for XEmacs.
22913
22914 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22915
22916         * gnus-art.el (gnus-read-string): Remove.
22917         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22918         read-string.
22919
22920 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22921
22922         * netrc.el: Autoload password-read.
22923         (netrc): Add configuration group.
22924         (netrc-encoding-method, netrc-openssl-path):
22925         Add variables for encoding and decoding of files with symmetric
22926         ciphers.
22927         (netrc-encode): Add assistant function to encode a file with
22928         netrc-encoding-method.
22929         (netrc-parse): Add interactive parameter, added optional
22930         decoding if netrc-encoding-method is non-nil but otherwise
22931         behavior is standard.
22932         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22933         Do s/encode/encrypt/ everywhere.
22934
22935         * spam.el: Remove executable-find autoload.
22936
22937 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22938
22939         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22940
22941         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22942
22943 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22944
22945         * gnus-art.el (gnus-treat-ansi-sequences)
22946         (article-treat-ansi-sequences): New variable and function.
22947         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22948
22949         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22950         Use it.
22951
22952 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22953
22954         * mm-util.el (mm-quote-arg): Remove.
22955
22956         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22957         shell-quote-argument.
22958
22959         * gnus-uu.el (gnus-uu-command): do.
22960
22961         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22962
22963         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22964         with make-char.
22965
22966         * mm-util.el (mm-make-char): Remove.
22967
22968         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22969         add-minor-mode.
22970
22971         * gnus-undo.el (gnus-undo-mode): do.
22972
22973         * gnus-topic.el (gnus-topic-mode): do.
22974
22975         * gnus-sum.el (gnus-dead-summary-mode): do.
22976
22977         * gnus-start.el (gnus-slave-mode): do.
22978
22979         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22980
22981         * gnus-ml.el (gnus-mailing-list-mode): do.
22982
22983         * gnus-gl.el (gnus-grouplens-mode): do.
22984
22985         * gnus-draft.el (gnus-draft-mode): do.
22986
22987         * gnus-dired.el (gnus-dired-mode): do.
22988
22989         * gnus-ems.el (gnus-add-minor-mode): Remove.
22990
22991         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22992         Replace gnus-char-width with char-width.
22993
22994         * gnus-ems.el (gnus-char-width): Remove.
22995
22996         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22997         Replace gnus-char-width with char-width.
22998
22999         * gnus-ems.el (gnus-char-width): Remove.
23000
23001         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23002         definition.
23003         Remove Emacs 20 hash table compatibility code.
23004
23005         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23006         20 compatibility code.
23007
23008         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23009
23010         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23011
23012         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23013         Replace with point-at-{eol,bol}.
23014
23015         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23016
23017         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23018
23019         * flow-fill.el (fill-flowed-point-at-bol)
23020         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23021
23022         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23023         Replace with point-at-{eol,bol} throughout all files.
23024
23025 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23026
23027         * ntlm.el (ntlm-string-as-unibyte): New macro.
23028         (ntlm-build-auth-response): Use it.
23029
23030         Remove Emacs 20 stuff:
23031         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23032         (butlast, mapc, remove): Remove the compiler macros.
23033         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23034         of delq and copy-sequence.
23035         * gnus-art.el (popup-menu): Remove the compiler macro.
23036         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23037         Emacs 20.
23038
23039 2004-01-05  Simon Josefsson  <jas@extundo.com>
23040
23041         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23042         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23043         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23044         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23045         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23046         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23047         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23048         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23049         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23050         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23051         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23052         string-xor into ntlm-string-xor.
23053         Suggested by Jesper Harder <harder@myrealbox.com>.
23054
23055         * ntlm.el: Don't include poem.
23056
23057         * md4.el (print-int32, print-string-hexa): Remove.
23058         Suggested by Jesper Harder <harder@myrealbox.com>.
23059
23060         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23061
23062         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23063         probably breaks emacs with DL patch, but do we care? Is anyone
23064         still using the DL stuff?)
23065
23066         * sieve-manage.el: Use the password package.
23067         (sieve-manage-read-passwd): Remove.
23068         (sieve-manage-interactive-login): Use password.  Re-add
23069         condition-case around loop.
23070
23071         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23072         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23073         Use the password package.
23074
23075 2003-02-19  Simon Josefsson  <jas@extundo.com>
23076
23077         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23078         token.
23079
23080 2002-08-07  Simon Josefsson  <jas@extundo.com>
23081
23082         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23083         (sieve-manage-authenticators):
23084         (sieve-manage-authenticator-alist): Add some SASL mechs.
23085         (sieve-sasl-auth): New function.
23086         (sieve-manage-cram-md5-auth):
23087         (sieve-manage-plain-auth): Rewrite using SASL library.
23088         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23089         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23090         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23091         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23092
23093 2004-01-05  Simon Josefsson  <jas@extundo.com>
23094
23095         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23096         New files.
23097
23098 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23099
23100         * gnus-group.el (gnus-no-groups-message): Update.
23101
23102         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23103
23104 2003-11-09  Simon Josefsson  <jas@extundo.com>
23105
23106         * imap.el: Support for ID IMAP extension (RFC 2971).
23107         (imap-local-variables): Add imap-id.
23108         (imap-id): New variable.
23109         (imap-id): New function.
23110         (imap-parse-response): Parse untagged ID response.
23111         * nnimap.el (nnimap-id): New variable.
23112         (nnimap-open-connection): Use it.
23113
23114 2003-12-28  Simon Josefsson  <jas@extundo.com>
23115
23116         * gnus-score.el (gnus-score-edit-all-score): New.
23117         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23118
23119 2004-01-04  Simon Josefsson  <jas@extundo.com>
23120
23121         * password.el: Add.
23122
23123 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23124
23125         * dns.el (dns-query-types): Fix typo.
23126         (dns-query-types): New function.
23127         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23128         PTR and SOA replies, see RFC 1035.
23129
23130 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23131
23132         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23133
23134         * Move to Changelog.2.
23135
23136 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23137
23138         * gnus.el (gnus-version-number): Bump version.
23139
23140 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23141
23142         * gnus.el: No Gnus v0.1 is released.
23143
23144 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23145
23146         * gnus.el: No Gnus v0.0 is released.
23147
23148 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23149
23150         * gnus.el (gnus-version-number): Bump.
23151         (gnus-version): No.
23152
23153 See ChangeLog.2 for earlier changes.
23154
23155   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23156
23157   This file is part of GNU Emacs.
23158
23159   GNU Emacs is free software: you can redistribute it and/or modify
23160   it under the terms of the GNU General Public License as published by
23161   the Free Software Foundation, either version 3 of the License, or
23162   (at your option) any later version.
23163
23164   GNU Emacs is distributed in the hope that it will be useful,
23165   but WITHOUT ANY WARRANTY; without even the implied warranty of
23166   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23167   GNU General Public License for more details.
23168
23169   You should have received a copy of the GNU General Public License
23170   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23171
23172 ;; Local Variables:
23173 ;; coding: utf-8
23174 ;; fill-column: 79
23175 ;; add-log-time-zone-rule: t
23176 ;; End: