Fix typos.
[gnus] / lisp / ChangeLog
1 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2
3         * gnus-art.el (gnus-article-part-wrapper):
4         * html2text.el (html2text-fix-paragraphs):
5         * mm-decode.el (mm-image-fit-p):
6         * rfc2047.el (rfc2047-encode-message-header):
7         * shr-color.el (shr-color-visible-distance-min)
8         (shr-color-relative-to-absolute, set-minimum-interval)
9         (shr-color-visible): Fix typos.
10
11 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * gmm-utils.el (gmm-tool-bar-item):
14         * gnus-art.el (gnus-treat-body-boundary):
15         * gnus-diary.el (gnus-user-format-function-d):
16         * gnus-start.el (gnus-get-unread-articles):
17         * pgg-gpg.el (pgg-gpg-update-agent):
18         * smime.el (smime-cert-by-ldap-1): Spelling fix.
19
20 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21
22         * gnus-topic.el (gnus-group-prepare-topics):
23         * gnus-uu.el (gnus-extract-view):
24         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
25
26 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * spam.el: Move BBDB autoloads.
29         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
30         BBDB 2 and 3.
31         (spam-check-BBDB): Use it.
32         (spam-enter-ham-BBDB): Use it.
33
34 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35
36         * smime.el (smime-draw-buffer): Spelling fix.
37
38 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
39
40         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
41         for scanning exactly one level.
42         * gnus-start.el (gnus-get-unread-articles): Ditto.
43
44 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
47         slightly clearer.
48
49 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * gnus-sync.el: More commentary about setup.
52
53 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * message.el (message-send-and-exit): Document `arg'.
56
57 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
58
59         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
60
61 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
62
63         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
64
65         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
66         we don't use `bound-and-true-p'.
67
68 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * gnus-util.el (gnus-bound-and-true-p): Remove.
71         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
72         * nnir.el: Use it.
73         * nnmairix.el: Use it.
74
75 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * gnus-sync.el: Improve docs about CouchDB admins.
78
79         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
80         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
81         for reasons unknown.
82         * nnir.el: Use it.
83         * nnmairix.el: Use it.
84
85         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
86         * nnir.el: Ditto.
87         * nnmairix.el: Ditto.
88
89         * gnus-registry.el (gnus-registry-enabled): Default to nil.
90
91 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
92
93         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
94         not needed.  Provide xmlplistread list function to produce XML plist
95         output for non-Gnus LeSync clients.
96
97 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
100
101         * gnus-sync.el: Add LeSync synchronization backend and logic to read
102         and save against it.  Group subscriptions, read marks, other marks,
103         subscription levels, topic names, and topic offsets (the group's
104         position within the topic) are saved.  This is an experimental backend
105         and may change significantly.  Load json.el from the gnus-fallback-lib
106         if it's not available otherwise.
107         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
108
109 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
110
111         * message.el (message-completion-function): Make sure
112         message-tab-body-function is not attempted if one of
113         message-completion-alist fails to find a completion (bug#9158).
114
115 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
116
117         * mml.el (mml-quote-region): Quote <#secure> tag.
118         (mml-generate-mime-1): Unquote <#secure> tag.
119
120 2011-10-20  Chong Yidong  <cyd@gnu.org>
121
122         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
123         calling a minor mode from Lisp with nil arg enables it, so we have to
124         make the wording a bit ambiguous here).
125
126 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
129         * nnir.el (nnir-mode): Use it.
130         * nnmairix.el (nnmairix-determine-original-group-from-registry):
131         Use it.
132
133         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
134         * nnmairix.el (gnus-registry-enabled): Ditto.
135
136 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
137
138         * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
139         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
140         only while we need to find out if it should be t or nil.
141         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
142         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
143         the registry is installed.  Set it to nil when it's unloaded.
144         (gnus-registry-install-p): Provide user guidance for the initial value
145         of `gnus-registry-install' when it's 'ask, otherwise return its value.
146         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
147         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
148         * nnmairix.el (nnmairix-determine-original-group-from-registry):
149         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
150         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
151         `gnus-registry-install'.
152
153 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
154
155         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
156         previous change.
157         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
158         primary key is marked as disabled.
159
160 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
161
162         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
163         primary key is marked as disabled.
164
165 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
166
167         * html2text.el (html2text-clean-anchor): Check for quotes around
168         `href' value.
169
170 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
171
172         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
173         searching.  Drop `bbdb-cache'.
174
175 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * message.el (message-signed-or-encrypted-p): Exclude header when
178         checking if there is signed or encrypted body in text/plain message.
179
180 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
181
182         * html2text.el (html2text-get-attr): Correctly handle attribute values
183         containing "=".
184
185 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
186
187         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
188         handle bindings.
189
190 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-win.el (gnus-configure-windows): Protect against reading
193         ephemeral groups outside of Gnus.
194
195 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * shr.el (shr-tag-img): Don't get images displayed in tables.
198
199 2011-10-03  Glenn Morris  <rgm@gnu.org>
200
201         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
202         the "maintainer" version of debbugs.gnu.org reports.
203
204 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
207         make asynchronous adjacent image insertion work better.
208
209 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
210
211         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
212         documentation.
213
214 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
217         `gnus-asynchronous' isn't shadowed.
218
219 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
222
223         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
224         (nnimap-insert-partial-structure): The charset parameter isn't
225         case-sensitive.
226
227         * nnheader.el (nnheader-message-maybe): New function.
228
229         * shr.el (shr-tag-table): Render totally broken tables better.
230
231         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
232         computing the boundary.
233
234 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * pop3.el (pop3-number-of-responses): Remove.
237         (pop3-wait-for-messages): Rewrite to take linear time instead of
238         exponential time.
239
240 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
243         re-fetch images.
244
245         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
246         re-fetch images when hitting `g' in Gnus.
247
248 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * mml.el (mml-inhibit-compute-boundary): New internal variable.
251         (mml-compute-boundary): Don't check collision if it is non-nil.
252         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
253         before checking collision.
254
255 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * message.el (message-indent-citation): Really make sure there's a
258         newline at the end.
259
260         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
261         Fix suggested by John Wiegley.
262
263         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
264
265         * gnus-art.el (gnus-treat-hide-citation): Add doc.
266
267         * message.el (message-default-send-rename-function): Break out into its
268         own function.
269
270         * ecomplete.el (ecomplete-display-matches): Revert patch since it
271         doesn't work under XEmacs.
272
273         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
274         of "imaps" to word around Windows problems.
275         (nnimap-open-connection-1): Use it.
276
277         * message.el (message-indent-citation): Revert last change which made
278         `F' not work.
279
280 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
281
282         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
283         terminal as well.
284
285 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
288         because it displays images using overlays that aren't easy to copy to
289         the article buffer.
290
291 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
292
293         * message.el (message-indent-citation): Fix empty line removal at the
294         end of the citation.
295
296 2011-09-20  Julien Danjou  <julien@danjou.info>
297
298         * auth-source.el (auth-source-netrc-create): Use default value for
299         password if specified. Evaluate default.
300         (auth-source-plstore-create): Ditto.
301         (auth-source-plstore-create, auth-source-netrc-create): Fix default
302         value evaluation.
303         (auth-source-netrc-create): Typo fix.
304         (auth-source-plstore-create): Ditto.
305
306         * password-cache.el (password-cache-remove): Remove entries even if the
307         value is nil, so that password with a nil value (negative caching) is
308         possible to invalidate.
309
310         * auth-source.el (auth-source-format-cache-entry): New function.
311
312 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
315
316 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
319
320 2011-09-19  Julien Danjou  <julien@danjou.info>
321
322         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
323         which work with things that are not ASCII.
324
325 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
328
329 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
332         message level.
333
334 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
337
338 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus.el (gnus-interactive-exit): Update defcustom spec.
341
342 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
343
344         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
345         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
346
347 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
348
349         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
350         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
351         articles.
352
353 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
354
355         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
356         (message-mail-other-window, message-mail-other-frame)
357         (message-news-other-window, message-news-other-frame):
358         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
359         instead of setting buffer display varibles.
360
361 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
364
365         * gnus-sum.el (gnus-fetch-headers): Bump message level.
366
367 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
370         duplicates" to a higher level.
371
372         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
373         most egregious messages.
374
375 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
378
379 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
380
381         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
382         up the file (bug#9351).
383
384 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
387         it does with all other backends, but decode the names immediately after
388         getting them.
389
390         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
391         decoding nnimap groups.
392
393         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
394         newsrc file.  It doesn't seem like an important optimisation any more.
395
396 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
397
398         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
399         overflows.
400
401 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus.el (gnus-article-mark-lists): Remove `recent'.
404         (gnus-interactive-exit): Extend to `quiet'.
405
406         * gnus-sum.el (gnus-offer-save-summaries): Use it.
407
408         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
409         string.
410
411         * plstore.el (plstore--get-buffer): Silence compiler warnings by
412         renaming function arguments from `this'.
413
414         * gnus-sum.el (gnus-newsgroup-recent): Remove.
415
416         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
417         has been renamed.
418         (gnus-lrm-string-p): Include RLM and PDF, too.
419
420         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
421         (bug#9225).
422
423 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
424
425         Add autoload cookies for functions used by sendmail.el.
426         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
427
428         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
429
430 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus-art.el (article-date-ut): Work properly even when there are
433         things like Date header in the body; work for forwarded parts.
434
435 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
436
437         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
438         original-article-buffer.
439
440 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
441
442         * nnir.el (nnir-compose-result): Fix matching of server type.
443         (nnir-run-swish++): Ditto.
444         (nnir-run-namazu): Ditto.
445         (nnir-run-notmuch): Ditto.
446
447 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
450         (bug#9405).
451
452         * gnus-score.el (gnus-summary-increase-score): Doc clarification
453         (bug#9421).
454
455         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
456         (bug#9425).
457
458         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
459         thing (bug#9426).
460
461 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
464         the error message.
465
466 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
467
468         * message.el (message-setup-1): Return t (Bug#9392).
469
470 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
471
472         * gnus-sum.el: When adding article headers to a summary buffer also
473         update gnus-newsgroup-articles (bug#9386).
474
475 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * auth-source.el: Autoload help-mode.
478
479 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
482         names.
483
484 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
485
486         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
487         mm-replace-in-string for compatibility issues.
488         * mml2015.el (mml2015-epg-verify): Ditto.
489
490 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
493
494         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
495
496 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
499         continue on and do the clean-up phase (bug#9188).
500
501         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
502         just ignore groups that can't be opened instead of erroring out
503         (bug#9225).
504
505         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
506         nil since some many people are fuddy-duddies.
507
508         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
509         images.
510
511         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
512         instead.
513
514         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
515
516         * gnus-util.el (gnus-process-live-p): Copy over compat function.
517
518         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
519         processing.
520
521         * nntp.el (nntp-kill-buffer): Kill the process before killing the
522         buffer to avoid warnings.
523
524 2011-08-20  Simon Josefsson  <simon@josefsson.org>
525
526         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
527         specified to reduce precision.
528
529 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
532         bodystructures (bug#9314).
533
534 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
537         Make button keymap non-sticky after buttons.
538
539 2011-08-18  David Engster  <dengste@eml.cc>
540
541         * nnmairix.el (nnmairix-request-set-mark)
542         (nnmairix-goto-original-article): Remove adding of article to registry,
543         since `gnus-registry-add-group' isn't available anymore.
544         (nnmairix-determine-original-group-from-registry):
545         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
546         available anymore.
547
548 2011-08-12  Simon Josefsson  <simon@josefsson.org>
549
550         * starttls.el (starttls-any-program-available): Define as obsolete
551         function.
552
553 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
556         versions which Gnus use when appropriate.
557
558         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
559         a pretty destructive command.
560
561         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
562
563 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * message.el (message-fix-before-sending): Make a different warning
566         about NUL characters (bug#9270).
567
568         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
569         from custom (bug#9260).
570
571         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
572         things work in Emacs 22 and XEmacs, too.
573
574         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
575         default From.
576
577         * gnus-spec.el (gnus-lrm-string-p): New macro.
578         (gnus-lrm-string): New constant.
579         (gnus-summary-line-format-spec): LRM-ify the from.
580         (gnus-tilde-max-form): LRM-ify string chopping.
581
582         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
583
584         * message.el (message-is-yours-p): Allow disabling canlock checking
585         (bug#9295).
586         (message-shoot-gnksa-feet): Add `canlock-verify'.
587         (message-auto-save-directory): Use ~/ as the auto-save directory if the
588         message directory isn't writable (bug#9304).
589
590         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
591         non-world-readable.
592
593 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
596         articles.
597
598 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
599
600         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
601         copy-list.
602
603 2011-08-12  Sam Steingold  <sds@gnu.org>
604
605         * gnus-score.el (gnus-score-find-alist): Keep the score files already
606         in the reverse order to avoid modifying the cache with `nreverse'.
607         (gnus-all-score-files): Do not modify the value returned by
608         `gnus-score-find-alist' because it lives in a cache variable.
609         (gnus-current-home-score-file): No need to `nreverse' the return value
610         of `gnus-score-find-alist', it is already in the correct order.
611
612 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
613
614         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
615         type MESSAGE and subtype RFC822 is slightly different from those of
616         type TEXT.
617
618 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
619
620         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
621         allows article-referral to work from an nnir group.
622
623 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
624
625         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
626
627 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
628
629         * mml1991.el (mml1991-epg-find-usable-key)
630         (mml1991-epg-find-usable-secret-key): New function.
631         (mml1991-epg-sign): Check if signing key is usable.
632         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
633
634 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
637         server-variables only. This should fix a bug introduced with commit
638         e1889675b7f4adf057833c5513c9374134c4e053.
639         (nnir-run-query): 'nnir-search-engine should not be set from the global
640         environment.
641
642 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
643
644         * nnir.el (nnir-search-thread): Position point on referring article
645         line.
646         (nnir-warp-to-article): Clean up summary buffers.
647
648         * nnimap.el (nnimap-request-thread): Whitespace fix.
649
650 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
651
652         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
653
654 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * starttls.el (starttls-available-p): Rename from
657         `starttls-any-program-available' and changed return convention.
658
659 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
660
661         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
662         `unix-sync' unless it's defined.
663
664 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
665
666         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
667         `aref' for XEmacs compatibiltiy.
668
669 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
672
673 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
674
675         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
676         closures, quote the form properly (bug#9194).
677
678 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
681         (gnus-summary-insert-new-articles): Protect against servers that are
682         down.
683
684 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
685
686         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
687         in mm handle if none is specified.
688
689 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
690
691         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
692
693 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
694
695         * nnir.el (nnir-search-thread): New function to make an nnir group
696         based on a thread query.
697
698         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
699         of nnir in thread referral.
700         (gnus-summary-refer-thread): Use it.
701
702         * nnimap.el (nnimap-request-thread): Use it.
703
704 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * shr.el (shr-tag-comment): Ignore HTML comments.
707
708 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
709
710         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
711         argument.
712         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
713         Use `nnir-address' to handle server info rather than passing an arg.
714
715         * nnimap.el (nnimap-make-thread-query): New utility function to format
716         an imap thread search query.
717         (nnimap-request-thread): Use it.
718
719         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
720         right select-method if we are not going back to the group buffer.
721
722 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
725         enter invalid buffer configurations into the quit form (bug#9107).
726         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
727         unplugged/plugged.
728
729         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
730         keep track of which ones are unread (bug#9061).
731
732         * gnus.el (gnus-refer-article-method): Allow entering any sexp
733         (bug#9055).
734
735         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
736         (bug#9041).
737
738         * gnus-html.el (mm-util): Require (bug#9073).
739
740         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
741         (gnus-summary-refer-thread): Use it to remove duplicates in the
742         un-threaded view (bug#9053).
743         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
744
745 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
746
747         * nnir.el (nnir-read-server-parm): Use default value from global
748         variable.  Without this the default search engine parameters aren't
749         used at all.
750
751 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * message.el (message-unique-id): Don't use the undocumented return
754         value from (random t) (bug#9118).
755
756 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * message.el (message-auto-save-directory): If the ~/Mail directory
759         doesn't exist, use ~ as the auto-save directory (bug#4432).
760
761         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
762         hasn't already been started.
763
764 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
767
768         * message.el (message-reply): Work around mysterious bug where
769         `message-mode' seems to overwrite the locally bound `subject' variable.
770
771 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
772
773         * nnimap.el (nnimap-request-thread): Ensure search is performed in
774         correct group.
775
776         * gnus-int.el (gnus-request-thread): Add group argument.
777
778         * gnus-sum.el (gnus-summary-refer-thread): Use it.
779
780 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
783
784         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
785         renamed to `debbugs-gnu-*'.
786
787 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
788
789         * plstore.el: Revert the editing feature since it is not urgent.
790         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
791         (plstore-mode-decoded): Remove.
792
793 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
796         isn't very interesting any more, and it leaks potentially secret data.
797         (gnus-debug): Remove.
798
799         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
800         use of :custom-show.
801
802 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
803
804         * plstore.el: Add documentation.
805         (plstore-mode): New mode to edit plstore file.
806         (plstore-mode-toggle-display, plstore-mode-original)
807         (plstore-mode-decoded): New command.
808         (plstore--encode, plstore--decode, plstore--write-contents-functions)
809         (plstore--insert-buffer, plstore--make): New function.
810         (plstore-open, plstore-save): Simplify by using them.
811
812 2011-07-06  Glenn Morris  <rgm@gnu.org>
813
814         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
815
816 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
819         no longer is much used.
820         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
821         Articles".
822
823 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
824
825         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
826         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
827         `notmuch' backend.
828
829 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * mm-decode.el (mm-text-html-renderer): Doc fix.
832
833         * gnus-msg.el (gnus-bug): Fix the MML tag.
834
835         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
836
837 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
838
839         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
840         secondary methods if started with `gnus-no-server'.
841
842 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
843
844         * message.el (message-return-action): Fix typo in docstring.
845
846 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
849         bug reports at once.
850
851         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
852
853 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * nndraft.el: Require gnus-group.
856         (nndraft-request-list): Declare.
857
858         * nndraft.el (nndraft-update-unread-articles): Don't show group having
859         no unread article unless it matches gnus-permanently-visible-groups.
860
861         * nndraft.el (nndraft-update-unread-articles): New function.
862         (nndraft-request-associate-buffer): Use it to update the number of
863         unread articles for the nndraft groups in the group buffer when saving
864         or killing a draft message.
865
866 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
869         systems to binary before writing and reading the mbox files.
870
871         * gnus.el (gnus-summary-line-format): Link to the info node for %U
872         instead of trying to list them all (bug#8978).
873
874 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
875
876         * pop3.el (pop3-open-server): Use :end-of-capability.
877
878 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
881         the id is always a number.
882
883         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
884
885         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
886         debbugs mode, if possible.
887
888 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
889
890         * auth-source.el (auth-source-token-passphrase-callback-function):
891         Reindent.
892         (epg-context-operation): Remove unnecessary autoload.
893
894 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus.el (gnus-list-debbugs): New command.
897
898         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
899         mboxstat instead of the maintbox, since the stat seems to be fuller.
900
901         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
902         summary buffers.
903
904         * message.el (message-get-reply-headers): Delete all duplicates,
905         instead of the first.
906         (message-get-reply-headers): Ensure that we have progress while
907         deleting duplicates.
908
909         * gnus-msg.el (gnus-configure-posting-styles): Get the local
910         gnus-posting-style value from the summary buffer to make it easier to
911         make that a per-buffer conf.
912
913 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
914
915         * nnir.el (nnir-run-imap): Allow halting a search when an article is
916         found by setting `shortcut' in 'query.
917         (nnir-request-article): Use `shortcut' setting when requesting article
918         by Message-ID.
919
920 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
923         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
924         Bring the pseudo-headers back too.
925
926 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
927
928         * auth-source.el (auth-source-token-passphrase-callback-function):
929         Simplify and remove EPA dependency.
930
931 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
932
933         * nnir.el (nnir-request-article): Fix error message text.
934
935 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
936
937         * auth-source.el (plstore-delete): Autoload.
938         (auth-source-plstore-search): Support delete operation.
939         * plstore.el (plstore-delete): New function.
940
941 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
944         mark actually existing articles as unread rather than the ones that
945         active asserts.
946
947 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
948
949         * nntp.el (nntp-record-command):
950         * gnus-util.el (gnus-message-with-timestamp-1):
951         Use format-time-string rather than decoding time stamps by hand.
952         This is simpler and insulates the code from potential changes to
953         current-time format.
954
955 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
958
959 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
960
961         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
962         (plstore-save): Support public key encryption.
963         (plstore--init-from-buffer): New function.
964         (plstore-open): Use it; fix error when opening a non-existent file.
965         (plstore-revert): Use plstore--init-from-buffer.
966
967 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
968
969         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
970
971 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * mml2015.el (mml2015-use): Replace string-match-p with string-match
974         for old Emacsen.
975
976 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
977
978         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
979         is not fully working.
980
981 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * dgnushack.el: Autoload sha1 on XEmacs.
984
985         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
986         quit window configuration.
987
988         * auth-source.el (epg-context-set-passphrase-callback):
989         Remove duplicate autoload.
990
991 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
992
993         * nnir.el (nnir-request-article): Allow requesting articles by
994         Message-ID with nnimap.
995
996         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
997         current server.
998
999 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1000
1001         * auth-source.el: Autoload EPA/EPG functions.
1002         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1003         changed when EPA/EPG is not available.
1004         (auth-source-backend): Rename "arg" member to "data".
1005         (auth-source-backend-parse, auth-source-plstore-search)
1006         (auth-source-plstore-create): Use it.
1007
1008 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1009
1010         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1011         `gnus-refer-article-methods'.
1012
1013 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1014
1015         * auth-source.el: Require EPA and EPG.
1016         (auth-source-passphrase-alist): New variable.
1017         (auth-source-passphrase-callback-function)
1018         (auth-source-token-passphrase-callback-function): Callbacks for the
1019         netrc field encryption (GPG tokens).
1020         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1021         Symmetric encryption and decryption of the netrc GPG tokens.
1022         (auth-source-netrc-normalize): Use them, simplifying the closure.
1023
1024 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
1027         is available.
1028
1029 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1032         non-nil, and `nnimap-split-methods' is nil, use the former.
1033
1034 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1035
1036         * plstore.el (plstore-revert): New function.
1037         (plstore-open): Use it; hide the buffer from user.
1038
1039 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1040
1041         * auth-source.el (auth-source-backend): New member "arg".
1042         (auth-source-backend-parse): Handle new backend 'plstore.
1043         * plstore.el: New file.
1044
1045 2011-06-30  Glenn Morris  <rgm@gnu.org>
1046
1047         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1048
1049 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1052         expiring articles to.
1053
1054         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
1055         variations as ASCII (bug#5458).
1056
1057 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1060
1061 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * message.el (message-point-in-header-p): Tweak the function to default
1064         to saying that we're not in the headers if there is no separator at
1065         all.  This makes it possible to use the Message version of `M-q' in
1066         buffers with no headers (bug#7987).
1067         (message-point-in-header-p): Fix last checkin to work with an empty
1068         mail-header-separator, too.
1069
1070         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1071         again, save the choice via customize.
1072
1073 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1076
1077         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1078         ended the connection, bail out before waiting infinitely on a new
1079         connection.
1080
1081 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1082
1083         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1084         reports.
1085
1086         * gnus.el (gnus-bug-package): Use "gnus."
1087         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1088
1089 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * dgnushack.el: Make the timer warning go away on XEmacs.
1092
1093         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1094         animations going on at article exit time.
1095
1096         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1097         since removing it breaks people upgrading.
1098
1099         * shr.el (shr-put-image): Use the new interface for animating images.
1100         (shr-put-image): Animate for 60 seconds.
1101
1102         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1103         avoid compiler warnings.
1104
1105         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1106         error with `find-file-hooks' on Emacs 22.
1107         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1108         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1109         on all architectures.
1110
1111         * spam.el (spam-stat): Require in a normal fashion without binding
1112         `spam-stat-install-hooks' to avoid compilation warnings.
1113
1114         * spam-stat.el (spam-stat-install-hooks): Remove.
1115         (spam-stat-install-hooks): Don't run automatically.
1116
1117 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1118
1119         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1120         and keystroke.
1121
1122 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * auth-source.el (auth-source-netrc-cache): Move forward.
1125
1126 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * proto-stream.el (proto-stream-open-starttls): Use
1129         `gnutls-available-p' to see whether we have built-in support.
1130
1131         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1132         we already know.
1133         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1134         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1135
1136 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1139         %S format, since that looks odd.
1140         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1141         file, especially when saving.
1142
1143 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1144
1145         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1146         article found.
1147
1148 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1151         `auth-source-save-secrets' with a more sensitive alist that can be
1152         configured per file.  Experimental, so defaults to 'never.
1153         (auth-source-netrc-create): Use it.  Still experimental code.
1154         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1155         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1156
1157 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1158
1159         * auth-source.el (auth-source-save-secrets): New variable to control if
1160         secret tokens should be saved encrypted.
1161         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1162         to `auth-source-netrc-normalize'.
1163         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1164         on the EPA variables being defined.
1165         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1166         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1167         the lexical-let closure.
1168         (auth-source-netrc-create): Create "gpg:" tokens according to
1169         `auth-source-save-secrets'.
1170
1171 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * gnus-group.el (gnus-group-update-group): Add new argument
1174         `info-unchanged' that stops updating dribble buffer.
1175
1176         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1177         deletes lines matching to it in dribble buffer.
1178
1179         * gnus-agent.el (gnus-agent-fetch-group-1):
1180         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1181         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1182         * gnus-start.el (gnus-group-change-level):
1183         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1184
1185         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1186         if newsgroup info is not changed.
1187
1188         * gnus-group.el (gnus-group-get-new-news-this-group):
1189         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1190         Don't update dribble buffer.
1191
1192 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1193
1194         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1195         remove entries with groups we ignore.
1196
1197 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1200         the underline comes at the bottom.
1201
1202 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1203
1204         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1205         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1206         (gnus-registry-article-marks-to-names): Rename from
1207         `gnus-registry-user-format-function-M2'.
1208
1209 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1212         ephemeral group.
1213
1214 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * shr.el (shr-browse-image): Copy the URL if called interactively.
1217
1218 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1221         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1222         done, then unselected articles may be marked as read.
1223
1224         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1225         since not doing this seems to lead to a race condition in pop3-logon.
1226
1227         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1228         so that the call chain it correct when we call "upwards".
1229
1230         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1231         in read-only groups.
1232
1233         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1234
1235         * message.el (message-cite-reply-position): Doc string fix.
1236
1237         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1238         avoid regexp overflow.
1239         (nnimap-transform-split-mail): Ditto.
1240
1241         * pop3.el (pop3-retr): Error out if the server closes the connection.
1242
1243 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1244
1245         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1246         mm-with-unibyte-current-buffer.  The buffer should not contain any
1247         multibyte chars anyway at this stage.
1248
1249 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1252         at the end of lines.
1253
1254 2011-05-29  Julien Danjou  <julien@danjou.info>
1255
1256         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1257
1258 2011-05-27  Glenn Morris  <rgm@gnu.org>
1259
1260         * gnus-group.el (gnus-bug-group-download-format-alist):
1261         Use the "maintainer" version of debian reports as well.
1262
1263 2011-05-26  Glenn Morris  <rgm@gnu.org>
1264
1265         * gnus-group.el (gnus-bug-group-download-format-alist):
1266         Use the "maintainer" version of debbugs.gnu.org reports.
1267
1268 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1271
1272 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1273
1274         * gnus-cus.el (gnus-agent-customize-category):
1275         * gnus-delay.el (gnus-delay-send-queue):
1276         * gnus.el (gnus-other-frame):
1277         Don't quote lambda expressions with `quote'.
1278
1279 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1280
1281         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1282         the thread moves us backwards and so we loop forever.
1283
1284 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1287         whitespace in base64 data lines.
1288
1289 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1290
1291         * gnus-registry.el (gnus-registry-user-format-function-M):
1292         Use `mapconcat'.
1293         (gnus-registry-user-format-function-M2): Use to see the full text of
1294         the marks.  Make "," the mark text separator.
1295
1296         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1297         authentication with auth-source.
1298
1299 2011-05-17  Glenn Morris  <rgm@gnu.org>
1300
1301         * gnus-group.el (gnus-import-other-newsrc-file):
1302         Use insert-file-contents.
1303
1304 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1305
1306         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1307         1000 iterations.
1308
1309 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * nntp.el (nntp-open-connection): Check if process-type is available.
1312
1313 2011-05-16  Julien Danjou  <julien@danjou.info>
1314
1315         * shr.el (shr-tag-del): Add support for del tag.
1316
1317 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-html.el (gnus-html-put-image): Register a displayer.
1320
1321         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1322
1323 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1324
1325         * registry.el (prune-factor): New initialization parameter defaulting
1326         to 0.1.
1327         (registry-prune-hard): Use it.
1328
1329         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1330         0.1 expicitly.
1331
1332 2011-05-13  Glenn Morris  <rgm@gnu.org>
1333
1334         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1335         is bound, since this function requires sendmail.
1336
1337 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * registry.el (registry-usage-test): Disable pruning test.
1340
1341 2011-05-11  David Engster  <dengste@eml.cc>
1342
1343         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1344         Bind set-network-process-option for XEmacs.
1345
1346 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1347
1348         * registry.el (registry-prune-hard-candidates)
1349         (registry-prune-soft-candidates): Helper methods for registry pruning.
1350         (registry-prune): Use them.  Make the sort function optional.
1351
1352 2011-05-10  Jim Meyering  <meyering@redhat.com>
1353
1354         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1355
1356 2011-05-10  Julien Danjou  <julien@danjou.info>
1357
1358         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1359         symbol and not a list.
1360
1361 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-art.el (gnus-article-mode): Move binding of
1364         shr-put-image-function here from gnus-article-prepare-display.
1365
1366         * shr.el (shr-put-image-function): New variable.
1367         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1368         (shr-put-image): Return scaled image.
1369
1370         * gnus-art.el (gnus-shr-put-image): New function.
1371         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1372
1373         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1374         original ones, as deletable.
1375
1376 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1377
1378         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1379
1380 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1381
1382         * registry.el (registry-full): Add convenience method.  Fix logic.
1383         (registry-insert): Use it.  Fix logic here too.
1384
1385         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1386         `registry-prune' if `registry-full' returns t.
1387         (gnus-registry-handle-action)
1388         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1389         (gnus-registry-usage-test): Use it.
1390
1391 2011-05-07  Julien Danjou  <julien@danjou.info>
1392
1393         * shr.el (shr-link): Make shr-link inherit from link by default.
1394
1395 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1396
1397         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1398
1399 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1400
1401         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1402         error out because the face is not a list.
1403
1404 2011-05-05  Glenn Morris  <rgm@gnu.org>
1405
1406         * proto-stream.el (gnutls-negotiate): Fix declarations.
1407
1408         * gnus-start.el (gnus-propagate-marks): Declare.
1409
1410 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * registry.el (registry-reindex): Fix percentage message.
1413
1414         * proto-stream.el (network-stream-open-starttls): Adjust to call
1415         `gnutls-negotiate' with :process and :hostname arguments.
1416
1417 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * shr.el: Add shr-link face for links.
1420         (shr-urlify): Use it.
1421
1422         * registry.el (registry-insert): Make error message more helpful.
1423
1424 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-html.el (gnus-html-schedule-image-fetching):
1427         Use url-queue-retrieve, if it exists.
1428
1429         * shr.el (shr-tag-img): Ditto.
1430
1431         * gnus.el: Autoload more gnus-agent functions.
1432
1433         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1434         agent if we haven't already (bug#8502).
1435
1436         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1437         into the Agent, too.
1438
1439         * gnus-agent.el (gnus-agent-store-article): New function.
1440
1441         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1442         and moved from that file for reuse.
1443
1444         * pop3.el (pop3-open-server): Error messages are "-ERR".
1445
1446 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1449         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1450
1451 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1452
1453         * gnus.el: No Gnus v0.17 is released.
1454
1455 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1456
1457         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1458         buffer has moved to a different frame.
1459
1460 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1463         to get the conversion from unibyte to multibyte buffers to work on
1464         Emacs 22.
1465
1466         * nntp.el (nntp-request-article): Slight clean-up.
1467
1468 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * shr.el (shr-strike-through): New face.
1471         (shr-tag-s): Use it to provide <s> support.
1472         (shr-tag-s): Remove duplicate definition.
1473
1474 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1475
1476         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1477         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1478
1479 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1480
1481         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1482         `gnutls-negotiate'.
1483         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1484
1485 2011-04-23  Glenn Morris  <rgm@gnu.org>
1486
1487         * gnus-sum.el (gnus-extra-headers): Bump :version.
1488
1489 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * shr.el (shr-tag-sup): New function.
1492         (shr-tag-sub): Ditto.
1493
1494 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1497         for the case where `gnus-registry-ignored-groups' is a list of lists,
1498         and don't call `gnus-parameter-registry-ignore' otherwise.
1499
1500 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * nnimap.el (nnimap-user): New backend variable.
1503         (nnimap-open-connection-1): Use it.
1504         (nnimap-credentials): Accept user parameter so it's explicit what user
1505         name is desired.
1506
1507         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1508         default.
1509
1510         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1511         not gnus-registry.el.
1512
1513         * gnus-registry.el: Mention in comments how to modify
1514         `gnus-extra-headers' for proper recipient tracking and that it may
1515         already have To and Cc recently, which it does as of this commit.
1516         (gnus-registry-ignored-groups): Remove defcustom.
1517         Explain why in comments.
1518         (gnus-registry-action): Fix data-header reference to use the extra
1519         headers.  Explain in package commentary how to add To and Cc headers to
1520         the gnus-extra-headers.
1521         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1522         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1523         parameter list or a string list in `gnus-registry-ignored-groups'.
1524         Fix logic error.
1525
1526 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * shr.el (shr-expand-url): Protect against null urls.
1529
1530 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * shr.el (shr-base): New binding.
1533         (shr-tag-base): Keep track of <base>.
1534         (shr-expand-url): New function used throughout.
1535
1536 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1537
1538         * gnus-registry.el
1539         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1540         (gnus-registry-ignored-groups): New variable.
1541         (gnus-registry-ignore-group-p): Use it.
1542         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1543         set the destination group to nil (same as delete) if it's ignored.
1544
1545 2011-04-20  David Engster  <dengste@eml.cc>
1546
1547         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1548
1549         * Makefile.in (test-nntp): New rule.
1550         (check): Add it.
1551         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1552
1553 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus-registry.el (gnus-registry-action)
1556         (gnus-registry-fetch-header-fast):
1557         Don't use mail-header that looks an internal function of mailheader.el.
1558
1559 2011-04-19  Glenn Morris  <rgm@gnu.org>
1560
1561         * time-date.el (time-to-days): Remove unused local variables.
1562
1563 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-registry.el: Eliminate cl functions.
1566         (gnus-registry-sort-addresses): New function that replaces mapcan.
1567         (gnus-registry-action, gnus-registry-spool-action)
1568         (gnus-registry-split-fancy-with-parent)
1569         (gnus-registry-fetch-recipients-fast): Use it.
1570         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1571
1572         * registry.el (initialize-instance, registry-lookup)
1573         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1574         (registry-lookup-secondary-value, registry-search, registry-delete)
1575         (registry-insert, registry-reindex, registry-size, registry-prune):
1576         Use eval-and-compile.
1577
1578 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1579
1580         * registry.el (registry-reindex): New method to recreate the secondary
1581         registry indices.
1582
1583         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1584         tracked field changes.
1585         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1586         (gnus-registry-action, gnus-registry-spool-action)
1587         (gnus-registry-handle-action)
1588         (gnus-registry--split-fancy-with-parent-internal)
1589         (gnus-registry-split-fancy-with-parent)
1590         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1591         move, and delete actions, and for fancy splitting with parent.
1592         (gnus-registry-extract-addresses)
1593         (gnus-registry-fetch-recipients-fast)
1594         (gnus-registry-fetch-header-fast): Convenience functions.
1595         (gnus-registry-misc-test): ERT test of
1596         `gnus-registry-extract-addresses'.
1597
1598 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1601         Track by subject first, then sender.
1602
1603 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1604
1605         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1606
1607         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1608         Lisp.
1609
1610         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1611         (gnus-draft-send): Use it to avoid popping
1612         up frames from gnus-group-send-queue.
1613
1614 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1615
1616         * gnus-registry.el: Updated gnus-registry docs.
1617
1618 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1621         Fix logic bug.
1622         (gnus-registry-post-process-groups): Fix logging of no results and
1623         quote sender and subject.
1624
1625 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1628         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1629         gnutls-cli are too slow to be done opportunistically.
1630
1631         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1632         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1633         we had no early-data returned.
1634         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1635         two async commands to the same server at the same time.
1636
1637 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1638
1639         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1640
1641 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1644         "warning" level.
1645
1646         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1647         (mm-url-insert-file-contents): Don't set the package names.
1648
1649 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1650
1651         * gnus-registry.el (gnus-registry-action): Remove properties and
1652         simplify subject in `gnus-registry-handle-action'.
1653         (gnus-registry-spool-action): Get subject and sender from message if
1654         they are not passed in.
1655         (gnus-registry-handle-action): Remove properties and simplify subject
1656         consistently.
1657
1658 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1659
1660         * registry.el: Require CL before using defmacro*.
1661
1662 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-art.el (article-treat-date): Assume that
1665         gnus-article-date-headers may be a group parameter.
1666
1667 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1668
1669         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1670
1671         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1672         interactively so the newsrc file can contain foreign groups too.
1673         Useful for debugging but not much for users.
1674
1675 2011-04-07  David Engster  <dengste@eml.cc>
1676
1677         * registry.el (registry-usage-test): Only do
1678         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1679         lexical binding.
1680
1681 2011-04-07  David Engster  <dengste@eml.cc>
1682
1683         * Makefile.in (check, test-registry): New rules for test-suite.
1684
1685 2011-04-06  David Engster  <dengste@eml.cc>
1686
1687         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1688         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1689
1690 2011-04-06  David Engster  <dengste@eml.cc>
1691
1692         * registry.el (initialize-instance): Change :after to :AFTER to be
1693         compatible with old EIEIO version in XEmacs.
1694
1695 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1696
1697         * gnus-registry.el (gnus-registry-post-process-groups)
1698         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1699         and provide better messaging.
1700
1701 2011-04-06  David Engster  <dengste@eml.cc>
1702
1703         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1704         errors.
1705
1706         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1707         dgnushack-compile with error-on-warn enabled, and to signal an error if
1708         clean compilation failed.
1709         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1710         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1711
1712 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1715         unconditionally anyway, discarding errors.
1716         (gnus-registry-delete-entries): New convenience function.
1717         (gnus-registry-import-eld): Import from old .eld registry.
1718
1719         * registry.el: Don't use ERT if it's not available.  Load it
1720         unconditionally anyway, discarding errors.
1721
1722         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1723         version from the Claudio Bley GnuTLS patch (extra optional parameters
1724         and host name).
1725
1726 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1727
1728         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1729         fixup the parameters that can be customized by the user between
1730         save/read cycles.
1731         (gnus-registry-read): Use it.
1732         (gnus-registry-make-db): Use it.
1733         (gnus-registry-spool-action, gnus-registry-handle-action):
1734         Fix messaging.
1735         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1736         Map references to actual group names with sender and subject tracking.
1737         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1738         (gnus-registry-usage-test): Add subject lookup test.
1739
1740         * registry.el (registry-db, initialize-instance): Set up constructor
1741         instead of :initform arguments for the sake of older Emacsen.
1742         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1743         pre-lexbind merge bug.
1744         (registry-usage-test): Use it.
1745         (initialize-instance, registry-db): Move the non-function initforms
1746         back to the class definition.
1747
1748 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * registry.el: New library to manage gnus-registry-style data.
1751
1752         * gnus-registry.el: Use it (major rewrite).
1753
1754         * nnregistry.el: Use it.
1755
1756         * spam.el: Use it.
1757
1758 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1761         marks on non-selected articles.
1762
1763 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1764
1765         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1766         parameter to open-protocol-stream.
1767
1768 2011-04-01  Julien Danjou  <julien@danjou.info>
1769
1770         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1771         fundamental-mode.
1772
1773 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1776         servers.
1777
1778 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1781         made marks not propagate, again.
1782
1783 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1784
1785         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1786         Make this the default type.
1787         (proto-stream-open-plain): Rename from proto-stream-open-default.
1788         (open-protocol-stream, proto-stream-open-starttls)
1789         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1790         with `plain'.
1791
1792         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1793         value.
1794
1795         * nntp.el (nntp-open-connection-function): Document the fact that some
1796         values are not functions but are instead handled specially.
1797         Recognize nntp-open-plain-stream value.
1798         (nntp-open-connection): Recognize that value.
1799
1800 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1803         where it seems to be needed.
1804
1805 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1808         stuff.
1809
1810         * gnus-score.el (gnus-score-string): Fix calling convention of
1811         `gnus-simplify-buffer-fuzzy' after last patches.
1812
1813         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1814         server for articles we didn't get any headers for.  This is a sanity
1815         check.
1816
1817 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1818
1819         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1820         new CAPABILITY, use it.
1821
1822 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1825         downloading anything.
1826
1827         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1828
1829 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1830
1831         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1832         colors.
1833         (gnus-splash-svg-color-symbols): New function.
1834
1835 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1838         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1839         (gnus-simplify-subject-fuzzy): Use the local
1840         gnus-simplify-subject-fuzzy-regex instead of the global one.
1841         This makes using this variable in group parameters work.
1842
1843 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * gnus-registry.el (gnus-registry-unfollowed-groups):
1846         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1847         archive:sent-YYYY-MM-DD groups).
1848         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1849         tracking if there are more than `gnus-registry-max-track-groups'
1850         matches.
1851
1852 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1853
1854         * message.el (message--yank-original-internal): New function to do the
1855         insertion cleanly inside eval in `message-yank-original'.
1856         (message-yank-original): Use it.
1857
1858 2011-03-29  Julien Danjou  <julien@danjou.info>
1859
1860         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1861         local variables disabled rather than `normal-mode'.
1862
1863 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1864
1865         * imap.el (imap-shell-open, imap-process-connection-type):
1866         Use imap-process-connection-type for 'shell' streams as well as
1867         Kerberos, SSL, other subprocesses.
1868
1869 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1870
1871         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1872         with open-network-stream.
1873         (proto-stream-always-use-starttls): Option removed.
1874         (open-protocol-stream): Return a process object by default.  Provide a
1875         new parameter :return-list specifying a list-type return value, which
1876         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1877         :type `network' to `try-starttls', and `network-only' to `default'.
1878         Make `default' the default, for compatibility with open-network-stream.
1879         Handle the no-parameter case exactly as open-network-stream, with no
1880         additional stream processing.  Search plists using plist-get.
1881         Explicitly add :end-of-commend parameter if it is missing.
1882         (proto-stream-open-default): Rename from
1883         proto-stream-open-network-only.  Return 'default as the type.
1884         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1885         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1886         failed.  Always return a list with a (possibly dead) process as the
1887         first element, for compatibility with open-network-stream.
1888         (proto-stream-open-tls): Use plist-get.  Always return a list.
1889         (proto-stream-open-shell): Return `default' as connection type.
1890         (proto-stream-capability-open): Use plist-get.
1891         (proto-stream-eoc): Function deleted.
1892
1893         * nnimap.el (nnimap-stream, nnimap-open-connection)
1894         (nnimap-open-connection-1): Handle renaming of :type parameter for
1895         open-protocol-stream.
1896         (nnimap-open-connection-1): Pass a :return-list parameter
1897         open-protocol-stream to obtain a list return value.  Parse this list
1898         using plist-get.
1899
1900         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1901         for open-protocol-stream.  Accept open-protocol-stream return value
1902         that is a subprocess object instead of a list.  Handle the case of a
1903         dead returned process.
1904
1905 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1906
1907         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1908
1909         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1910
1911 2011-03-21  Julien Danjou  <julien@danjou.info>
1912
1913         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1914         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1915         query.
1916         (mm-inline-text): Render normal text with fontification whenever
1917         possible.
1918
1919         * gnus-sum.el (gnus-summary-save-parts-1):
1920         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1921         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1922         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1923         Use `mm-handle-filename'.
1924
1925         * mm-util.el (mm-handle-filename): New function, return the filename of
1926         an handle.
1927
1928 2011-03-18  Julien Danjou  <julien@danjou.info>
1929
1930         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1931         (gnus-buffer-live-p): Check that buffer is not nil.
1932
1933 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1934
1935         * gnus.el: No Gnus v0.15 is released.
1936
1937 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1940         avoid warning on XEmacs.
1941
1942         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1943         on XEmacs.
1944
1945         * gnus-art.el: Require mouse, which the build bot seems to say is
1946         needed.
1947
1948         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1949
1950         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1951         XEmacs, since it doesn't have url-retrieve-synchronously.
1952
1953         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1954         since assoc-string doesn't exist in XEmacs.
1955
1956 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1957
1958         * gnus-group.el (gnus-group-list-ticked): New function.
1959         (gnus-group-make-menu-bar): Provide a menu entry for it.
1960         (gnus-group-list-map): Provide a binding for it.
1961
1962 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * shr.el (shr-visit-file): New command.
1965
1966         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1967
1968 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1969
1970         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1971         servers.
1972
1973 2011-03-16  Julien Danjou  <julien@danjou.info>
1974
1975         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1976         inline.
1977
1978         * gnus-art.el (article-hide-list-identifiers):
1979         Use gnus-group-get-list-identifiers.
1980
1981         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1982         (gnus-summary-remove-list-identifiers):
1983         Use gnus-group-get-list-identifiers to get regexp.
1984         (gnus-select-newsgroup, gnus-summary-insert-subject)
1985         (gnus-summary-insert-articles):
1986         Call gnus-summary-remove-list-identifiers unconditionally.
1987
1988 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
1991         we're selecting a group with unread articles.
1992
1993         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1994
1995         * gssapi.el: New file separated out from imap.el to provide a general
1996         Kerberos 5 connection facility for Emacs.
1997
1998         * message.el (message-elide-ellipsis): Document the format spec
1999         ellipsis.
2000
2001 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2002
2003         * message.el (message-elide-region): Allow the ellipsis to say how many
2004         lines were removed.
2005
2006 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2009         window configurations containing buffers that are now dead.
2010
2011         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2012         parsing to avoid integer overflows.
2013         (nnimap-parse-flags): Simplify the last change.
2014         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2015         too large for 32-bit Emacsen.
2016
2017 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2018
2019         * auth-source.el (auth-source-netrc-create):
2020         * message.el (message-yank-original): Fix use of `case'.
2021
2022 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2023
2024         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2025         XEmacs, which was one character too wide.
2026
2027 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2028
2029         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2030         default number of articles to display.
2031         (gnus-articles-to-read): Use pretty names for prompt.
2032
2033 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-int.el (gnus-open-server): Ditto.
2036
2037         * gnus-start.el (gnus-activate-group): Give a backtrace if
2038         debug-on-quit is set and the user hits `C-g'.
2039         (gnus-read-active-file): Ditto.
2040
2041         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2042
2043 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2044
2045         * message.el (message-yank-original): Use cond instead of CL case.
2046
2047 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2048
2049         * auth-source.el (auth-source-netrc-create): Use usual format for the
2050         default in prompts.
2051
2052 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * lpath.el: Fbind read-char-choice for XEmacs.
2055
2056 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2057
2058         * auth-source.el (auth-source-netrc-create): Show the default in the
2059         prompt when prompting for token creation.
2060
2061 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * auth-source.el (auth-source-format-prompt): Always convert the value
2064         to a string to avoid evaluating non-string arguments.
2065         (auth-source-netrc-create): Offer default properly, not as initial
2066         content in `read-string'.
2067         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2068         of line to determine if we've been run before.  If so, don't run again,
2069         but print a trivial message to indicate the cache was hit instead.
2070
2071 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2072
2073         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2074         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2075         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2076         Gnus.
2077
2078 2011-03-11  Julien Danjou  <julien@danjou.info>
2079
2080         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2081         modified file".
2082
2083 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2084
2085         * auth-source.el (auth-source-read-char-choice): New function to read a
2086         character choice using `dropdown-list', `read-char-choice', or
2087         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2088         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2089         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2090         (auth-source-netrc-saver): Use it.
2091         (auth-source-pick-first-password): New convenience function.
2092
2093 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2094
2095         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2096         parameter in the credentials.
2097         (nnimap-open-connection-1): Use it after a successful login.
2098         (nnimap-credentials): Add IMAP-specific user and password prompt.
2099
2100         * auth-source.el (auth-source-search): Add :require parameter, taking a
2101         list.  Document it and the :save-function return token.  Pass :require
2102         down.  Change the CREATED message from a warning to a debug statement.
2103         (auth-source-search-backends): Pass :require down.
2104         (auth-source-netrc-search): Pass :require down.
2105         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2106         Change save prompt to indicate all modifications saved here are
2107         deletions.
2108         (auth-source-netrc-create): Take user login name as default in user
2109         prompt.  Move all the save functionality to a lexically bound function
2110         under the :save-function token in the returned list.  Set up clearer
2111         default prompts for user, host, port, and secret.
2112         (auth-source-netrc-saver): New function, intended to be wrapped for
2113         :save-function.
2114
2115 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2118         lines to be spaces instead.
2119
2120 2011-03-07  Julien Danjou  <julien@danjou.info>
2121
2122         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2123         (sieve-sasl-auth): Check that auth-source-search did return something,
2124         or just return an empty string.
2125
2126 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2127
2128         * gnus.el (gnus-interactive): Use read-directory-name.
2129
2130         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2131         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2132         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2133         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2134         Likewise.
2135
2136         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2137
2138 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2141         onto the list of killed groups, too.  This makes killed nnimap groups,
2142         for instance, more reliably not reappear.
2143
2144         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2145         the parent.
2146
2147         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2148
2149         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2150         really have server-side marks.
2151
2152         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2153         since most backends do not usefully have server-side marks.
2154         (gnus-update-read-articles): Propagate marks to all backends that
2155         really have server-side marks.
2156
2157 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2158
2159         * message.el (message-cite-reply-position, message-cite-style):
2160         New variables.
2161         (message-yank-original): Use the new citation styles.
2162
2163 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2164
2165         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2166         buffer-local issue); don't mark it buffer-local when running under
2167         XEmacs.
2168
2169 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2170
2171         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2172         numbers too big to be `read'.
2173
2174 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2175
2176         * password-cache.el (password-in-cache-p): Add autoload.
2177
2178         * message.el (message-options): Make buffer-local two ways to attempt
2179         to fix a XEmacs bug.
2180
2181 2011-03-02  Julien Danjou  <julien@danjou.info>
2182
2183         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2184
2185 2011-03-01  Julien Danjou  <julien@danjou.info>
2186
2187         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2188         group.
2189         (article-hide-list-identifiers): Use list-identifier group parameter.
2190
2191 2011-02-28  Julien Danjou  <julien@danjou.info>
2192
2193         * sieve.el (sieve-buffer-script-name): New local variable to store
2194         sieve script name.
2195         (sieve-edit-script): Store sieve script name.
2196         (sieve-upload): Use sieve script name when uploading.
2197         (sieve-upload): Use substitute-command-keys.
2198         (sieve-edit-script): Use substitute-command-keys.
2199         (sieve-refresh-scriptlist): Use substitute-command-keys.
2200         (sieve-manage-mode-map): Define keymap properly.
2201         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2202         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2203         Remove commented code about cvs.
2204         (sieve-manage-quit): New function.
2205         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2206
2207 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2210
2211 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * auth-source.el (auth-source-search): Cache empty result sets.
2214
2215         * password-cache.el (password-in-cache-p): Convenience function to
2216         check if a key is in the cache, even if the value is nil.
2217
2218         * auth-source.el (auth-source-save-behavior): New variable to replace
2219         `auth-source-never-create'.
2220         (auth-source-netrc-create): Use it.
2221         (auth-source-never-save): Remove.
2222
2223 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * nnimap.el (nnimap-stream): Doc fix.
2226         (nnimap-open-connection-1): Reverse the order of the ports to that the
2227         prompted-for port is first.
2228
2229         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2230         retrieval by the no-group selection.
2231
2232         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2233         numerical parameters.
2234
2235 2011-02-25  Julien Danjou  <julien@danjou.info>
2236
2237         * gnus-gravatar.el: Use gnus-with-article-buffer.
2238
2239         * gnus-art.el (gnus-with-article-buffer): Check that the
2240         gnus-article-buffer is alive.
2241
2242 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * auth-source.el (auth-source-creation-prompts): New variable to manage
2245         creation-time prompts.
2246         (auth-source-search): Document it.
2247         (auth-source-format-prompt): Add utility function.
2248         (auth-source-netrc-create): Don't default the user name to
2249         user-login-name.  Use `auth-source-creation-prompts' and some default
2250         prompts for user, host, port, and password (the default generic prompt
2251         remains ugly).
2252         (auth-source-never-save): Add customizable option to never save info.
2253         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2254         mode excursion.
2255
2256 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2259         argument that XEmacs doesn't support.
2260
2261         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2262         compiled for Emacsen having no `libxml-parse-html-region' support.
2263
2264         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2265
2266         * lpath.el: Bind buffer-save-without-query for XEmacs.
2267
2268 2011-02-23  Julien Danjou  <julien@danjou.info>
2269
2270         * gnus-art.el (article-make-date-line): Ignore errors if time is
2271         invalid and not convertible.
2272         (article-make-date-line): Only add lapsed time if time is not nil.
2273
2274 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2275
2276         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2277         `read-char-choice' for backwards compatibility.
2278         (auth-source-netrc-element-or-first): New function to DTRT for
2279         parameter extraction.
2280         (auth-source-netrc-create): Use it and fix multiple parameter print
2281         bug.  Use the default passed from above (given-default) or the
2282         built-in (user-login-name for :user).
2283
2284 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-start.el (gnus-dribble-read-file):
2287         Set buffer-save-without-query, since we always want to save the dribble
2288         file, probably.
2289
2290         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2291         nnimap.
2292
2293         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2294         -summary- since it's a user-visible variable.
2295
2296         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2297         first time you use the new Gnus.
2298
2299 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         * auth-source.el: Don't load netrc.el.
2302         (auth-sources): Search ~/.netrc as well by default.
2303         (auth-source-debug): Add 'trivia option for extra output.
2304         (auth-source-do-trivia): Use it.
2305         (auth-source-search): Simplify logic to use
2306         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2307         appropriate.  Don't keep a running count at this level.  Layer :create
2308         and :delete options appropriately on the first and second passes.
2309         Don't track the backend with the search results.
2310         (auth-source-search-backends): New function to search a list of
2311         backends for a processed spec.
2312         (auth-source-netrc-parse): Cache all netrc files, making
2313         auth-source-netrc-cache an alist keyed by the file name and using the
2314         file mtime as the caching criterion.  Keep the obfuscated data secret
2315         with a lexical bind.
2316         (auth-source-netrc-search): Don't calculate the length of the results
2317         unnecessarily.
2318         (auth-source-search-backends): Fix bug.
2319         (auth-source-netrc-create): Rework prompts.
2320
2321 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2322
2323         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2324         Lower case names of search constraints.
2325         (nnir-run-query): Cache and reuse search constraints for all imap
2326         servers.
2327
2328 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2331         after exit.
2332         (gnus-setup-message): Define missing variable from last checkin.
2333
2334         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2335         value, show the raw article.
2336
2337 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2338
2339         * gnus.el: No Gnus v0.13 is released.
2340
2341 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2344         auth-source now accepts numbers.
2345
2346         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2347         spec, too.
2348         (auth-source-ensure-strings): New function.
2349
2350         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2351         (gnus-article-setup-buffer): Always restart the date timer so that user
2352         changes to the frequency is respected.
2353
2354         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2355         port numbers, so make sure it gets that if nnimap-server-port is
2356         explicit.
2357
2358 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2359
2360         * nnimap.el (nnimap-inbox): Doc fix.
2361
2362 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2363
2364         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2365         Autoload.  Add optional arg FRAME, and pass it to color-values.
2366         (color-complement): Caller changed.  Doc fix.
2367         (color-gradient): Rewrite for better clarity and efficiency.
2368
2369 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2370
2371         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2372         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2373         color-lab-to-srgb.
2374
2375 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2376
2377         * color.el: First part of merge from hexrgb.el.
2378         (color-rgb-to-hex): Rename from color-rgb->hex.
2379         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2380         saturation to zero if the value is too small.
2381         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2382         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2383         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2384         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2385         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2386         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2387         (color-cie-de2000): Doc fix.
2388
2389 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2390
2391         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2392         given method as in the group name if we're using an extended method.
2393         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2394         command, if we're using that, instead of waiting for the beginning.
2395
2396         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2397         we're sure to get unique server names, and we don't output two async
2398         commands in the same buffer.  This fixes an NNTP hang for some users.
2399
2400 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2401
2402         * gnus.el: No Gnus v0.11 is released.
2403
2404 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2407         summary buffer before reading going to the next buffer.  This avoids
2408         putting the point in the group buffer if you `C-g' the command.
2409
2410         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2411         cache (for now) to make ~/.authinfo.gpg files usable.
2412
2413         * nnfolder.el (copyright-update): Define for the compiler.
2414
2415         * auth-source.el (auth-source-search): Fix unbound variable.
2416
2417 2011-02-19  Glenn Morris  <rgm@gnu.org>
2418
2419         * gnus.el (gnus-meta): Doc fix.
2420
2421 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2422
2423         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2424         in case it's not yet loaded.
2425
2426 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2429         line we're waiting for.
2430
2431 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2432
2433         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2434         face with line-width greater than zero will cause RET in gnus summary
2435         buffer to scroll down article page-wise because auto vscroll happens,
2436         it should be temporalily disabled when doing a scroll-up.
2437
2438 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2439
2440         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2441         outputs from the server.
2442
2443 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2444
2445         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2446         later so that bbdb can hook in easier.
2447
2448 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2449
2450         * auth-source.el (auth-source-search): Don't try to create credentials
2451         if the caller doesn't want that.
2452         (auth-source-search): If we don't find a match, don't bug out on
2453         non-bound variables.
2454         (auth-source-search): Only ask a single backend to create the
2455         credentials.
2456
2457         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2458         logging.
2459         (nnimap-credentials): Protect against auth-source-search returning nil.
2460         (nnimap-request-list): Protect against not being able to open the
2461         server.
2462
2463 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2464
2465         * auth-source.el (auth-source-search): Do a two-phase search, one with
2466         no :create to get the responses from all backends.
2467
2468         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2469         when getting credentials.
2470
2471         * gnus-util.el (gnus-delete-duplicates): New function.
2472
2473 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2474
2475         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2476         a creation default, pass the whole port list down.  It will be
2477         completed.
2478
2479         * auth-source.el (auth-source-search): Updated docs to talk about
2480         multiple creation choices.
2481         (auth-source-netrc-create): Accept a list as a value (from the search
2482         parameters) and do completion on that list.  Keep a separate netrc line
2483         with the password obscured for showing the user.
2484
2485         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2486         first choice to `auth-source-search' so it will be used for entry
2487         creation instead of the server's Gnus-specific name.
2488         (nnimap-credentials): Rely on the auth-source library to select which
2489         port is actually wanted in the new netrc entry, so don't override
2490         `auth-source-creation-defaults'.
2491
2492         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2493         :protocol and accept a missing user, host, or port as a wildcard match.
2494         (auth-source-debug): Default to off.
2495
2496         (auth-source-netrc-search, auth-source-netrc-create)
2497         (auth-source-secrets-search, auth-source-secrets-create)
2498         (auth-source-user-or-password, auth-source-backend, auth-sources)
2499         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2500         instead of :protocol.
2501
2502         * nnimap.el (nnimap-credentials): Pass a port default to
2503         `auth-source-search' in case an entry needs to be created.
2504         (nnimap-open-connection-1): Use :port instead of :protocol.
2505
2506 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * auth-source.el: Bind load-path when loading EIEIO from
2509         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2510         21.4 doesn't support, to `require'.
2511         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2512         delete-dups that is not available in XEmacs 21.4.
2513
2514 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2515
2516         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2517         as EIEIO must also be loaded when auth-source.el is being
2518         byte-compiled.
2519
2520 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2521
2522         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2523
2524         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2525
2526         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2527
2528         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2529
2530         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2531
2532         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2533
2534         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2535
2536         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2537         necessary.
2538
2539 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2542         nil means that nnimap doesn't get updated.
2543
2544 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2545
2546         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2547         result when the user doesn't want to write to the file.
2548         (auth-source-netrc-search): Expect a synthetic result and proceed
2549         accordingly.
2550         (auth-source-cache-expiry): New variable to override
2551         `password-cache-expiry'.
2552         (auth-source-remember): Use it.
2553
2554         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2555         parameter.  Create entry if necessary by using :create t.
2556         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2557
2558 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2559
2560         * auth-source.el (auth-source-debug): Enable by default and don't
2561         mention the obsolete `auth-source-hide-passwords'.
2562         (auth-source-do-warn): New function to debug unconditionally.
2563         (auth-source-do-debug): Use it.
2564         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2565         and for Secrets API entries when the secrets.el library is not
2566         available.
2567
2568 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2571         (gnus-summary-exit): Kill the correct article buffer on exit from a
2572         `C-d' group.
2573
2574         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2575         gnus-propagate-marks.
2576
2577         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2578         before killing the buffers so that a non-full window conf gets handled
2579         correctly.
2580         (gnus-summary-exit): Ditto.
2581         (gnus-summary-read-group-1): Ditto.
2582
2583         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2584         async code again so that we can debug it properly.
2585
2586         * message.el (message-reply): Take an optional switch-buffer parameter
2587         so that Gnus window confs are respected better.
2588
2589 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2592         `plist-get' to accept non-list parameters (XEmacs issue).
2593         Fix docstring.
2594         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2595         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2596         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2597         Login collection is "Login" and not "login".
2598
2599 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2602         multiple headers.
2603
2604         * nnimap.el (nnimap-inhibit-logging): New variable.
2605         (nnimap-log-command): Don't log login commands.
2606
2607         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2608         to have more parameters.
2609
2610         * nnimap.el (nnimap-send-command): Mark the command time for each
2611         command, so that we don't get NOOPs stepping on our toes.
2612
2613         * gnus-art.el (article-date-ut): Get the date from the Date header on
2614         `t'.
2615
2616 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * auth-source.el (auth-source-search): Use copy-sequence instead of
2619         the cl.el copy-list.
2620
2621 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * imap.el: Bring it back (revert
2624         84d800cd31de3064f0ed39617d725709a2f8f42f).
2625
2626 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2627
2628         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2629         Improve prompt.
2630
2631 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2634         washing status from the default format.  It isn't very informative.
2635
2636 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2637
2638         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2639         Fix Gcc processing on imap.
2640
2641 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2642
2643         * imap.el: Remove file.  All the functionality is in nnimap.el.
2644
2645 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2646
2647         * message.el (message-bury): Don't pop up a new window when selected
2648         window is dedicated.
2649
2650 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2651
2652         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2653
2654 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * sieve-manage.el: Autoload `auth-source-search'.
2657         (sieve-sasl-auth): Use it.
2658
2659 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * nnimap.el: Autoload `auth-source-forget+'.
2662         (nnimap-open-connection-1): Use it if the connection fails.
2663
2664         * auth-source.el: Require `password-cache'.
2665         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2666         obsolete.
2667         (auth-source-magic): Marker for `password-cache' keys.
2668         (auth-source-do-cache): Update docstring.
2669         (auth-source-search): Use and check cache.
2670         (auth-source-forget-all-cached, auth-source-remember)
2671         (auth-source-recall, auth-source-forget, auth-source-forget+)
2672         (auth-source-specmatchp): Caching support functions.
2673         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2674         Remove and obsolete.
2675         (auth-source-user-or-password): Remove caching to further discourage
2676         using it.  Always hide passwords.
2677
2678         * password-cache.el (password-cache-remove): Accept secrets that are
2679         not strings.
2680
2681 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2682
2683         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2684         code for now, since it doesn't work for all users.
2685
2686 2011-02-09  Julien Danjou  <julien@danjou.info>
2687
2688         * message.el (message-options): Make message-options really buffer
2689         local.
2690
2691 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * mail-source.el: Autoload `auth-source-search'.
2694         (mail-source-keyword-map): Note order matters.
2695         (mail-source-set-1): Get all the mail-source source values and
2696         defaults and search auth-source on those if needed.  This can all
2697         probably be simplified.
2698
2699         * nnimap.el: Autoload `auth-source-search'.
2700         (nnimap-credentials): Use it.
2701         (nnimap-open-connection-1): Ask for the virtual server and physical
2702         address in one shot.
2703
2704         * nntp.el: Autoload `auth-source-search'.
2705         (nntp-send-authinfo): Use it.  Note TODO.
2706
2707 2011-02-08  Julien Danjou  <julien@danjou.info>
2708
2709         * shr.el (shr-tag-body): Add support for text attribute in body
2710         markups.
2711
2712         * message.el (message-options): Make message-options a local variable.
2713
2714 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * auth-source.el (auth-source-secrets-search)
2717         (auth-source-user-or-password): Use `append' instead of `nconc'.
2718         (auth-source-user-or-password): Build return list better and protect
2719         against nil :secret.
2720
2721 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2722
2723         * nnimap.el (nnimap-update-info): Refactor slightly.
2724         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2725         (nnimap-update-info): Clean up slightly.
2726         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2727         characters.
2728         (nnimap-process-quirk): Rename function to avoid collision.
2729         (nnimap-update-info): Fix macrology bug-out.
2730         (nnimap-update-info): Simplify split history test.
2731
2732 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2733
2734         * auth-source.el (top): Require 'eieio unconditionally.
2735         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2736         (auth-source-secrets-search): Limit search when `max' is greater than
2737         number of results.
2738
2739 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2742         part not returning any data.
2743
2744         * proto-stream.el (open-protocol-stream): Document the return value.
2745
2746 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2747
2748         * auth-source.el (auth-source-secrets-search): Add examples.
2749
2750 2011-02-06  Julien Danjou  <julien@danjou.info>
2751
2752         * message.el (message-setup-1): Handle message-generate-headers-first
2753         set to t.
2754
2755 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2756
2757         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2758         API with a string "secrets:collection-name" and with 'default.
2759         (auth-source-backend-parse): Parse "secrets:collection-name" and
2760         'default.  Recurse on parses instead of repeating code.  Use the
2761         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2762         message when ignoring a source.
2763         (auth-source-search): List ignored search keys at the top level.
2764         (auth-source-netrc-create): Use `case' instead of `cond'.
2765         (auth-source-secrets-search): Created with TODOs.
2766         (auth-source-secrets-create): Created with TODOs.
2767         (auth-source-retrieve, auth-source-create, auth-source-delete)
2768         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2769         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2770         (auth-source-user-or-password-sftp)
2771         (auth-source-user-or-password-smtp): Remove.
2772         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2773         around `auth-source-search'.  Not tested thoroughly.
2774
2775 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * auth-source.el: Bring in assoc and eioeio libraries.
2778         (secrets-enabled): New variable to track the status of the Secrets API.
2779         (auth-source-backend): New EIOEIO class to represent a backend.
2780         (auth-source-creation-defaults): New variable to set prompt defaults
2781         during token creation (see the `auth-source-search' docstring for
2782         details).
2783         (auth-sources): Simplify to allow a simple string as a netrc backend
2784         spec.
2785         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2786         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2787         (auth-source-search): Main auth-source API entry point.
2788         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2789         (auth-source-search-collection): Helper function for searching.
2790         (auth-source-netrc-parse, auth-source-netrc-normalize)
2791         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2792         Supports search, create, and delete.
2793         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2794         backend stubs.
2795         (auth-source-user-or-password): Call `auth-source-search' but it's not
2796         ready yet.
2797
2798 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2799
2800         * message.el (message-setup-1): Remove the read-only stuff, since it
2801         doesn't work under XEmacs, for some reason.
2802
2803         * gnus-sum.el (gnus-user-date): Rename back from
2804         gnus-summary-user-date since user code refers to it.
2805
2806         * shr.el (shr-render-td): Store the actual background color used.
2807
2808         * message.el (message-setup-1): Don't bind the constant
2809         -forbidden-properties.
2810         (message-setup-1): Revert previous change, since it needs to bind the
2811         props to insert them.
2812         (message-resend): Allow removing the read-only separator line.
2813
2814 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2815
2816         * nnimap.el (nnimap-request-accept-article): Give an error message if
2817         the APPEND wasn't successful.
2818
2819 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2820
2821         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2822         that have no groups.
2823
2824 2011-02-03  Julien Danjou  <julien@danjou.info>
2825
2826         * gnus-draft.el: Remove progn around gnus-draft-setup.
2827
2828 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2829
2830         * gnus-start.el (gnus-read-active-for-groups): This function is never
2831         called with a nil `infos', so clean that up.
2832         (gnus-get-unread-articles): Request active files from primary/secondary
2833         methods that have no groups (yet).
2834
2835 2011-02-03  Julien Danjou  <julien@danjou.info>
2836
2837         * message.el (message-setup-1): Always generate References first.
2838         (message-mail): Return the return value of message-setup, not always t.
2839         (message-setup-1): Insert mail-header-separator with read-only and
2840         intangible properties set.
2841
2842         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2843         user-date in docstring.
2844
2845         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2846
2847         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2848         docstring.
2849
2850         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2851         defcustom, with type and group. Move from gnus-util.el. Rename to
2852         gnus-summary-user-date-format-alist.
2853
2854 2011-02-03  Glenn Morris  <rgm@gnu.org>
2855
2856         * nnimap.el (gnus-fetch-headers): Declare.
2857
2858         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2859
2860 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2861
2862         * message.el (message-forward-make-body-digest-plain)
2863         (message-followup, message-reply): Clean up things noted by Stefan.
2864
2865         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2866         gnus-article-update-date-headers is nil.
2867         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2868         it didn't really work with defcustom.
2869         (article-update-date-lapsed): Make sure the window start doesn't move,
2870         either.
2871
2872 2011-02-01  Julien Danjou  <julien@danjou.info>
2873
2874         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2875         format.
2876
2877         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2878         standard in Emacs nowadays.
2879
2880         * color.el (color-gradient): Add a color-gradient function.
2881
2882 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2883
2884         * message.el (message-expand-name): Don't trust the return value of
2885         bbdb-complete-name.
2886         (message-check-news-header-syntax): Remove unused var `start'.
2887         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2888         (message-inhibit-body-encoding): Move to before first use.
2889         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2890         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2891         (Organization, Message-ID, Date, mh-previous-window-config):
2892         Defvar the vars using dynamic scoping.
2893
2894 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2895
2896         * shr.el (shr-render-td): Only do colors at the final rendering.
2897         Should be slightly faster.
2898         (shr-insert-table): Fix up TD background colors when doing the
2899         vertical padding.
2900
2901         * gnus-art.el (article-date-ut): Protect against articles with no Date
2902         header.
2903         (article-update-date-lapsed): Don't use current-column to find the
2904         horizontal position.  It's fragile in the presence of \003 characters.
2905
2906         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2907
2908 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2909
2910         * gnus-art.el (article-transform-date): Rewrite to still work when
2911         there are several rfc2822 parts.
2912         (article-transform-date): Fix infinite recursion.
2913         (article-date-ut): Replace infinitely many Date headers with a single
2914         one when called interactively.
2915
2916         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2917         secure manner.
2918
2919         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2920         move around by not using save-window-excursion.  It seems to work...
2921
2922 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-art.el (article-make-date-line): Work for user-defined format.
2925
2926 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2927
2928         * nntp.el (nntp-retrieve-group-data-early)
2929         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2930         fetching functions.
2931
2932         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2933         thoroughly for all backends that have no known groups.  This should
2934         allow new nnml methods to retrieve mail.
2935
2936         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2937         that Gnus doesn't know exists again.
2938
2939         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2940         (gnus-treat-date-ut): Ditto.
2941         (gnus-article-update-date-header): Rename.
2942         (gnus-treat-date-local): Remove.
2943         (gnus-treat-date-english): Remove.
2944         (gnus-treat-date-lapsed): Remove.
2945         (gnus-treat-date-combined-lapsed): Remove.
2946         (gnus-treat-date-original): Remove.
2947         (gnus-treat-date-iso8601): Remove.
2948         (gnus-treat-date-user-defined): Remove.
2949         (gnus-article-date-headers): New variable to control all the date
2950         header options.
2951         (article-date-ut): Rewrite to allow using the new way to format date
2952         headers(s).
2953
2954 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2955
2956         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2957         method.
2958         (nnmail-article-group): A better test for fanciness.
2959
2960         * nnimap.el (nnimap-request-head): Protect against not finding the
2961         article by Message-ID.
2962
2963 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2966         keep point at the "same place".
2967
2968 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2971         data if the group is unactivated.
2972
2973 2011-01-28  Julien Danjou  <julien@danjou.info>
2974
2975         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2976         (gnus-all-windows-visible-p): Remove old compatibility code.
2977         (gnus-window-top-edge): Add docstring.
2978
2979         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2980
2981 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2984         older request-update-info.
2985
2986         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2987
2988 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2989
2990         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2991         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2992
2993 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2996         groups.  This makes the nndraft:queue group pop up if it's not already
2997         there.
2998
2999         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3000         messages" logic, which was reversed.
3001
3002         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3003         the "same place" even if point is on the line being replaced.
3004         (article-update-date-lapsed): Allow updating both the combined lapsed
3005         and the lapsed headers.
3006         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3007         (article-make-date-line): Limit the number of segments dynamically to
3008         avoid too-long lines.
3009
3010 2011-01-27  Julien Danjou  <julien@danjou.info>
3011
3012         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3013         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3014
3015 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3018         Use plist-get instead of the cl function getf.
3019
3020 2011-01-27  Glenn Morris  <rgm@gnu.org>
3021
3022         * gnus-util.el (float-time): Get rid of compiler warning, again.
3023
3024 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3025
3026         * shr.el (shr-put-color): Special-case background colors: Do put them
3027         at the blank parts at the front of the lines.
3028
3029         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3030         exit hook to nix out all data on readedness on group exit.
3031
3032         * gnus-util.el (float-time): If float-time is bound, always use it on
3033         all Emacsen.  It's unclear why the subrp check was there.
3034         (time-date): Require to make some autoload issues on XEmacs go away.
3035
3036         * shr.el (shr-put-color): Don't do the box padding in tables, since
3037         they're already padded.
3038
3039 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-art.el (gnus-article-next-page): When the last line of the
3042         article is displayed, scroll down once more instead of going to the
3043         next article at once.
3044         (article-lapsed-string): Refactor out and allow specifying how many
3045         segments you want.
3046         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3047         (gnus-article-update-lapsed-header): New variable.
3048
3049         * shr.el: Revert change that made headings use different-sized faces.
3050         The Emacs display engine isn't advanced enough that, for instance,
3051         tables can comfortably use differently-sized faces.
3052
3053 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3054
3055         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3056         used.
3057         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3058         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3059         we're using an encrypted connection.
3060
3061         * proto-stream.el: Alter the interface functions to also return the
3062         actual stream type used: network or tls.
3063
3064 2011-01-25  Julien Danjou  <julien@danjou.info>
3065
3066         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3067         (mm-display-javascript-inline): New function.
3068
3069         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3070         viewing function.
3071
3072 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * shr.el (shr-expand-newlines): Fix variable name.
3075
3076 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3077
3078         * shr.el (shr-expand-newlines): Make nested boxes work.
3079
3080 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3081
3082         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
3083         backgrounds.
3084         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3085         in a more sensible manner.
3086
3087 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3088
3089         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3090         if EPG is loaded.
3091
3092 2011-01-24  Julien Danjou  <julien@danjou.info>
3093
3094         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3095         tags.
3096
3097 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3100         commands.
3101
3102         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3103         in the article buffer.
3104         (gnus-gravatar-insert): Use blank space from the current buffer to
3105         avoid breaking text properties.  This makes X-Sent updating work again.
3106
3107         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3108
3109 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3110
3111         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3112         fix the bug in url-http.el instead.
3113
3114         * shr.el (shr-image-fetched): Ditto.
3115
3116         * shr.el (shr-image-fetched): Avoid having point move in the article
3117         buffer.
3118
3119         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3120         buffer after being called.  It's apparently being killed by url.el, and
3121         killing it made point move to end-of-buffer in a random buffer.
3122
3123         * shr.el (shr-image-fetched): Ditto.
3124
3125 2011-01-23  Julien Danjou  <julien@danjou.info>
3126
3127         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3128
3129         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3130         text/x-org.
3131
3132 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3133
3134         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3135         (i.e., nnimap) returning nil as the article number.
3136
3137 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3138
3139         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3140         "DelSp" parameter in RFC3676.
3141
3142 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3143
3144         * message.el (message-check-recipients): Display the encoded version of
3145         the bogus address if they differ.
3146
3147         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3148         after sending.
3149
3150         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3151
3152         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3153
3154         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3155         group buffer after sending the queue.
3156
3157         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3158
3159 2011-01-22  Julien Danjou  <julien@danjou.info>
3160
3161         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3162
3163 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3164
3165         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3166         nested related parts.
3167
3168         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3169         unexpired articles.  This fixes the regression that led expiry marks to
3170         disappear from nnfolder groups.
3171
3172 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3173
3174         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3175         Don't confuse the "ret" of "retrograde" with RET.
3176
3177 2011-01-21  Julien Danjou  <julien@danjou.info>
3178
3179         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3180         than mm-insert-inline.
3181
3182 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3185         Widen article buffer.
3186
3187 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3188
3189         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3190         the temp buffer.
3191         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3192
3193 2011-01-20  Julien Danjou  <julien@danjou.info>
3194
3195         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3196
3197         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3198         than mm-insert-inline to insert inline part: this respect
3199         mm-inline-media-tests displayers.
3200
3201         * mm-view.el (mm-display-shell-script-inline): New function.
3202
3203         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3204
3205         * mm-uu.el (mm-uu-type-alist): Add org block.
3206         (mm-uu-org-src-code-block-extract): New function.
3207
3208         * mm-view.el (mm-display-org-inline): New function.
3209
3210         * mm-decode.el (mm-automatic-display): Add text/org.
3211
3212         * mailcap.el (mailcap-mime-extensions): Add .org.
3213
3214 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3217         gnus-article-add-buttons.
3218
3219 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3220
3221         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3222         From header with a date and "nobody" as the sender.
3223
3224 2011-01-19  Julien Danjou  <julien@danjou.info>
3225
3226         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3227         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3228         if you have the same regexp several times.
3229         (gnus-button-push): Fix matching when regexp is symbol.
3230
3231 2011-01-15  Glenn Morris  <rgm@gnu.org>
3232
3233         * message.el (message-mail): A compose-mail function should
3234         accept headers as strings.
3235
3236 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3237
3238         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3239         Add :vert-only tags.
3240         (message-mail): New arg RETURN-ACTION.
3241         (message-return-action): New var.
3242         (message-bury): Use it.
3243         (message-mode): Make it buffer-local.
3244         (message-send-and-exit): Always call message-bury.
3245
3246         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3247         message-mail.
3248
3249 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * nnimap.el (nnimap-convert-partial-article): Protect against
3252         zero-length body parts.
3253
3254         * mm-decode.el (mm-preferred-alternative-precedence):
3255         Discourage showing empty parts.
3256
3257         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3258         and stuff if the backend didn't return the article number.  This fixes
3259         an Exchange-related nnimap bug.
3260
3261         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3262         group window, because it does the wrong thing when a separate frame
3263         displays the group buffer.
3264
3265         * proto-stream.el (open-protocol-stream): Protect against the low-level
3266         transport functions returning nil.
3267
3268 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3269
3270         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3271         (mml2015-epg-find-usable-secret-key): New function.
3272         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3273         mml2015-epg-find-usable-key (Bug#7797).
3274         (mml2015-epg-encrypt): Ditto.
3275
3276 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * dgnushack.el (rot13-string): Fix the way to get the argument.
3279
3280 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3283
3284 2011-01-03  Glenn Morris  <rgm@gnu.org>
3285
3286         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3287
3288         * sieve.el (sieve-open-server): Give a more explicit error if
3289         sieve-manage-open returns nil.  (Bug#7720)
3290
3291 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3292
3293         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3294
3295 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3298         This avoids sending passwords in plain text over non-encrypted
3299         channels.
3300
3301         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3302
3303         * nnimap.el (nnimap-login): Refactored out into own function, and
3304         implement CRAM-MD5.
3305         (nnimap-wait-for-line): Refactored out.
3306
3307         * mm-view.el (mml-smime): Require.
3308
3309 2010-12-20  David Engster  <deng@eml.cc>
3310
3311         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3312         use EPG to decrypt S/MIME messages instead of openssl.
3313
3314 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3317
3318         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3319         status is the group clearly is unreachable.
3320
3321         * auth-source.el (auth-source-create): Add the optional second
3322         parameter to `local-variable-p' to be compatible with XEmacs.
3323
3324 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3325
3326         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3327         work when using a compressed nnml folder.
3328
3329 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3332         backends after sanitising on entry, because this never makes sense:
3333         If the articles have gone missing, then the data no longer exists on
3334         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3335         overwrite anything anyway.
3336
3337         * shr.el (shr-insert-document): Bind shr-width dynamically to
3338         window-width if it's nil.
3339
3340 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3341
3342         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3343         with the meaning of using the full emacs window width for rendering.
3344
3345 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3346
3347         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3348         case when sender is not given.
3349
3350 2010-12-23  Julien Danjou  <julien@danjou.info>
3351
3352         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3353         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3354         the addresses, otherwise we might misplaced the gravatar.
3355
3356 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3357
3358         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3359         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3360         obsolete in Emacs.
3361
3362 2010-12-20  Julien Danjou  <julien@danjou.info>
3363
3364         * gnus-util.el (gnus-rescale-image): Revert last change.
3365
3366 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3367
3368         * binhex.el: Improve commentary (Bug#7482).
3369
3370 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * gnus-group.el (gnus-group-delete-articles): New command.
3373
3374 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3375
3376         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3377
3378 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3381         here, since it's up to the backends to do CRLF removal if their
3382         protocol has it.
3383
3384         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3385
3386 2010-12-17  Julien Danjou  <julien@danjou.info>
3387
3388         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3389         they are from file. Can also scale up.
3390
3391 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3392
3393         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3394         gnus-use-agent.
3395         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3396
3397         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3398
3399 2010-12-17  Julien Danjou  <julien@danjou.info>
3400
3401         * gravatar.el (gravatar-retrieve-synchronously): New function.
3402         (gravatar-get-data): Make more robust.
3403
3404 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3407
3408 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3411         to really consider the last line.
3412
3413 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3414
3415         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3416         list of recipient keys, or use symmetric encryption if not a list.
3417         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3418         EPA override, replacing the call to `netrc-store-data'.
3419
3420 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3421
3422         * gnus-srvr.el: Avoid passing nil regexp argument to
3423         delete-matching-lines.
3424
3425 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3428         fetching stops when Gnus exits.
3429
3430         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3431         function.
3432         (nnfolder-request-expire-articles): Save all the buffers after doing
3433         expiry.
3434
3435         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3436         the last article", since that led to serious performance regressions
3437         when expiring nnml groups.
3438
3439 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3440
3441         * nnir.el: Improve customizations.
3442
3443 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3446
3447         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3448         group has been killed.
3449         (gnus-group-yank-group): Ditto.
3450
3451         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3452
3453         * nnimap.el (nnimap-request-update-group-status): New function.
3454
3455         * gnus-int.el (gnus-request-update-group-status): New interface
3456         function.
3457
3458         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3459         copying read-ness to the backends.
3460
3461         * nnimap.el (nnimap-quirk): New function.
3462         (nnimap-retrieve-group-data-early): Use it.
3463         (nnimap-quirks): New alist.
3464
3465 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3468         don't delete it within indentation.
3469
3470 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3473         previous line.
3474
3475 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3478         QRESYNC command by deleting a superfluous space which broke Cyrus
3479         servers.  This change will break other servers that are buggy the other
3480         way around.
3481
3482 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         * spam.el: Reindent and fix long lines.
3485         (spam-copy-or-move-routine): Exclude invalid move destinations.
3486
3487 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3488
3489         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3490         installed the registry.
3491
3492 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3495
3496 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3497
3498         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3499         groupname doesn't contain "gmane".
3500
3501 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3504         and netrc-bound-and-true-p bindings.
3505         (netrc-parse): Cache the netrc contents.
3506
3507         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3508         (gnus-1): Don't create the nndrafts group twice.
3509         (gnus-setup-news): There's no need to read the active file here, since
3510         that's done again later on a per-backend basis.
3511         (gnus-start-draft-setup): Make sure that the new group is started out
3512         empty.
3513
3514         * gnus-agent.el (gnus-agentize): Don't create the queue group
3515         automatically on startup.  It'll be created later, if needed.
3516
3517         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3518         of automatically subscribed groups.
3519         (gnus-auto-subscribed-categories): New variable.
3520         (gnus-matches-options-n): Use it.
3521         (gnus-default-subscribed-newsgroups): Remove unused variable.
3522         (gnus-start-draft-setup): Message a bit less.
3523
3524 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3525
3526         * nnir.el (nnir-run-imap): Return article list in order of increasing
3527         UID.
3528
3529 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-sum.el (gnus-summary-enter-digest-group):
3532         Mention gnus-auto-select-on-ephemeral-exit.
3533
3534         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3535         convention of the network-only option.
3536
3537 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * proto-stream.el (proto-stream-open-network-only): New function to
3540         have a way to specify non-STARTTLS upgrade connections.
3541
3542 2010-12-10  Julien Danjou  <julien@danjou.info>
3543
3544         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3545         email address is nil.
3546
3547         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3548
3549 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3550
3551         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3552         deletion.
3553         (nnir-run-imap): Only need to parse list once.
3554
3555 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * shr.el (shr-tag-script): Ignore <script>.
3558         (shr-tag-label): Add <label> support.
3559
3560 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3563
3564         * shr.el (shr-image-displayer): Work for images lined side by side.
3565
3566 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3567
3568         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3569         parameter, since XEmacs doesn't accept t as a parameter.
3570
3571 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3572
3573         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3574         ids.
3575         (nnir-run-gmane): Simplify groupspec formatting.
3576         (nnir-request-expire-articles): New function.
3577
3578 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3581         overflow, possibly.
3582
3583         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3584         (shr-render-td): Handle td style="" better.
3585         (shr-tag-table): Use the color from the style sheet.
3586         (shr-render-td): Make sure we copy over all the overlays, too.
3587
3588 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3589
3590         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3591         (nnir-request-article): Improve article retrieval.
3592
3593 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * mm-util.el (mm-extra-numeric-entities): New variable.
3596
3597         * mm-url.el (mm-url-decode-entities):
3598         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3599
3600         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3601
3602 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3603
3604         * message.el: Use completion-at-point.
3605         (message-completion-function): New fun, extracted from message-tab.
3606         (message-mode): Use it for completion-at-point-functions.
3607         (message-tab): Use it and completion-at-point.
3608
3609 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3612         character if a non-breakable character follows.
3613
3614 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3617         any stream.
3618
3619         * shr.el (shr-tag-font): Colorize the region.
3620         (shr-tag-body): Ditto.
3621         (shr-tag-font): Actually let the styles be inherited instead of
3622         overwriting them.
3623         (shr-tag-font): Get the background color right.
3624         (shr-tag-style): Ignore all <style> tags for the moment.
3625
3626         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3627         a Message-ID to avoid having nnimap depend on gnus-sum.
3628
3629         * shr.el (shr-descend): Only colorize something if we have a node that
3630         sets colors.
3631
3632 2010-12-06  Julien Danjou  <julien@danjou.info>
3633
3634         * shr.el (shr-render-td): Render td content with shr-descend, so style
3635         will be applied to <td> too.
3636         (shr-colorize-region): Colorize region even if we only have a background.
3637         (shr-tag-body): Fix color and background color inheritance.
3638         Do not recolorize after shr-generic.
3639         (shr-tag-font): Let shr-generic colorize via inheritance.
3640
3641 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3644
3645 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3646
3647         * nnir.el (nnir-request-move-article): Remove obsolete code.
3648
3649 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3652
3653 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * gnus-sum.el (gnus-summary-respool-article): The completion function
3656         expects a list instead of an alist.
3657
3658         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3659         string as the parameter.
3660
3661         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3662
3663         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3664         styles.
3665         (shr-colorize-region): New function.
3666         (shr-insert-background-overlay): Remove.
3667         (shr-render-td): Background setting should be taken care of on a higher
3668         level.
3669         (shr-tag-body): Use post-hoc colorizations.
3670         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3671         (shr-put-color-1): Don't overwrite old colors.
3672         (shr-colorize-region): When the background color isn't explicit, use
3673         a fixed background.
3674
3675         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3676         nnmail variables.
3677
3678 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3679
3680         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3681         unless necessary.
3682
3683 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3684
3685         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3686         server.
3687
3688 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3691         so that TAB works.
3692
3693         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3694         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3695
3696         * shr.el (shr-urlify): Show the URL before the title to avoid
3697         misleading URLs.
3698
3699 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3700
3701         * shr.el (shr-urlify): Display the title in <a> tags.
3702
3703 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3704
3705         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3706
3707 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3708
3709         * nnir.el: Rearrange code to allow macros to be autoloaded by
3710         gnus-sum.el.
3711         (nnir-retrieve-headers-override-function): Make this variable
3712         customizable.
3713         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3714
3715         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3716         from nnir.el.
3717
3718 2010-12-03  Julien Danjou  <julien@danjou.info>
3719
3720         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3721
3722 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3725         allow optional argument `environment'.
3726
3727 2010-12-03  Glenn Morris  <rgm@gnu.org>
3728
3729         * mm-extern.el (message-goto-body): Update declaration.
3730
3731 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-util.el (gnus-macroexpand-all): New function.
3734
3735         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3736         instead of macroexpand-all that is unavailable in XEmacs.
3737
3738 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3739
3740         * nnir.el (nnir-summary-line-format): New variable.
3741         (nnir-mode): Use it.
3742         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3743         (nnir-article-ids): Reimplement as defsubst.
3744         (nnir-retrieve-headers): Don't mangle the subject header.
3745         (nnir-run-imap): Use 100 as RSV score.
3746         (nnir-run-find-grep): Fix for full server searching.
3747         (nnir-run-gmane): Better restriction to gmane groups.
3748
3749         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3750         summary buffers.
3751
3752 2010-12-02  Julien Danjou  <julien@danjou.info>
3753
3754         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3755
3756         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3757
3758         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3759         support.
3760
3761 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3762
3763         * nnir.el: Update to handle the registry better.
3764         (autoload): Silence byte-compiler.
3765         (nnir-open-server): Add a hook for nnir groups.
3766         (nnir-request-move-article): Don't mangle the header. Better to use
3767         formating variables (which will be added in the future).
3768         (nnir-registry-action): Update the registry using the original article
3769         group name.
3770         (nnir-mode): Install nnir-specific hooks for updating the registry.
3771
3772         * gnus-sum.el
3773         (gnus-article-original-subject,gnus-newsgroup-original-name):
3774         Remove obsolete variables.
3775         (gnus-summary-move-article): Remove use of obsolete variables.
3776         (gnus-summary-local-variables): Make move and delete hooks local to
3777         summary buffers.
3778
3779 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * rtree.el: New file.
3782
3783 2010-12-01  Julien Danjou  <julien@danjou.info>
3784
3785         * message.el (message-user-organization): Do not use
3786         gnus-local-organization.
3787
3788         * gnus.el: Remove gnus-local-organization.
3789
3790         * gnus-msg.el: Remove nastygram thing.
3791
3792 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3795         funcall.
3796
3797 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3800         names.
3801
3802         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3803         characters.
3804
3805         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3806         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3807         Suggested by Štěpán Němec <stepnem@gmail.com>.
3808         (gnus-gravatar-transform-address): Use mail-extract-address-components
3809         that supports non-ASCII names rather than mail-header-parse-addresses.
3810
3811 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * proto-stream.el (open-protocol-stream): All starttls connections are
3814         handled by the network handler.
3815
3816 2010-11-30  Julien Danjou  <julien@danjou.info>
3817
3818         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3819         (nnimap-open-connection-1): Fix PREAUTH.
3820
3821         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3822
3823 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3826         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3827         (shr-insert): Use them.
3828         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3829
3830 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3831
3832         * nnir.el (nnir-request-move-article): Bail out if original group
3833         doesn't support article moves.
3834         (nnir-get-active): Improve active list retrieval.
3835
3836 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3839
3840 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3841
3842         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3843         seem to accept strings-with-numbers as port numbers,
3844
3845 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3846
3847         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3848         change the registry.
3849
3850 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3853         delete-dups that is not available in XEmacs 21.4.
3854
3855         * mm-util.el (mm-delete-duplicates): Add comment.
3856
3857 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3858
3859         * nnir.el (nnir-ignored-newsgroups): New variable.
3860         (nnir-get-active): Use it.
3861
3862 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * proto-stream.el (proto-stream-open-network): Add some comments.
3865
3866         * nntp.el (nntp-open-connection): Provide a :success condition.
3867
3868         * nnimap.el (nnimap-open-connection-1): Ditto.
3869
3870         * proto-stream.el (proto-stream-open-network): See what the response to
3871         the STARTTLS command is.
3872
3873         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3874         backwards compatibility).
3875         (nnimap-open-connection-1): Really respect nnimap-server-port.
3876
3877         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3878         TLS upgrades we don't really care about the identity of the peer.
3879         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3880         that what we've checked for.
3881         (proto-stream-always-use-starttls): Only default to t if
3882         open-gnutls-stream exists.
3883         (proto-stream-open-network): If STARTTLS failed, then just open a
3884         normal connection.
3885         (proto-stream-open-network): Wait until the greeting before doing
3886         STARTTLS.
3887
3888         * nntp.el (nntp-open-connection): Report what the connection error is.
3889
3890         * proto-stream.el (open-protocol-stream): Rename from
3891         open-proto-stream.
3892
3893 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * nnimap.el (nnimap-stream): Change default to `undecided'.
3896         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3897         first, and then network.
3898         (nnimap-open-connection-1): Respect nnimap-server-port.
3899         (nnimap-open-connection): Be more backwards-compatible.
3900
3901         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3902         (proto-stream-open-starttls): De-duplicate the starttls code.
3903         (proto-stream-open-starttls): Folded back into the main function.
3904         (proto-stream-open-network): Fix typo in the gnutls path.
3905         (proto-stream-command): Refactor out.
3906
3907         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3908
3909         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3910         starttls.el STARTTLS.
3911
3912         * color.el (color-lab->srgb): Fix function call name.
3913
3914         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3915         if we're using tls.el.
3916         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3917         built in, then don't try to establish a STARTTLS connection.
3918
3919         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3920         servers.
3921
3922         * proto-stream.el (open-proto-stream): Use network, not stream.
3923         (open-proto-stream): Add a way to specify what the end of a command is.
3924
3925         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3926         connections types.
3927         (nntp-open-network-stream): Remove.
3928         (nntp-open-ssl-stream): Remove.
3929         (nntp-open-tls-stream): Remove.
3930         (nntp-ssl-program): Remove.
3931
3932         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3933
3934 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3935
3936         * nnir.el: Fix typos.
3937         (nnir-retrieve-headers-override-function): Rename variable to reflect
3938         new semantics.
3939         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3940         macros.
3941         (nnir-request-article, nnir-request-move-article): Use them.
3942         (nnir-categorize): New function.
3943         (nnir-run-query): Use it.
3944         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3945         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3946         sorted.
3947         (nnir-group-full-name): Use gnus-group-full-name instead.
3948         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3949         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3950
3951 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3954
3955         * proto-stream.el: New library to provide protocol-specific
3956         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3957         protocols.
3958         (open-proto-stream): Complete the documentation.
3959         (proto-stream-open-network): Fix some typos.
3960
3961         * nnimap.el (nnimap-open-connection): Use it.
3962
3963 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3964
3965         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3966         negotiation.
3967
3968 2010-11-26  Julien Danjou  <julien@danjou.info>
3969
3970         * color.el: Rename various rgb functions to srgb.
3971
3972 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3975         names.
3976
3977 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * shr.el (shr-insert): Revert last change.
3980         (shr-find-fill-point): Never leave point being at bol;
3981         relax the kinsoku limitation when rendering tables.
3982
3983 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3986         results from -accept-article.
3987
3988         * shr-color.el: Require cl when compiling.
3989
3990         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3991         checkin.
3992
3993         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3994
3995         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3996
3997         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3998         'add and 'delete to set backend marks.
3999
4000         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4001
4002         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4003
4004         * nntp.el (nntp-request-set-mark): Use it.
4005
4006         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4007
4008         * nnml.el (nnml-request-set-mark): Ditto.
4009
4010         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4011         introduces regressions in article selection.
4012         (nnimap-find-uid-response): New function.
4013         (nnimap-request-accept-article): Use the UID returned, if any.
4014         (nnimap-request-move-article): Use the UID returned, if any.
4015         (nnimap-get-groups): Reimplement to work with folded lines.
4016         (nnimap-find-uid-response): The UID is the last element in the list.
4017         (nnimap-request-set-mark): Extend syntax with 'set.
4018
4019         * nnml.el (nnml-request-set-mark): Ditto.
4020
4021         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4022
4023         * nntp.el (nntp-request-set-mark): Ditto.
4024
4025 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * message.el (message-called-interactively-p): A temporary macro.
4028         (message-goto-body): Use it temporarily.
4029
4030 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4033         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4034         (nnimap-last-response-string): Fix last unfolding fix.
4035
4036 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * shr.el (shr-insert): Fix the way to fold lines.
4039
4040 2010-11-25  Julien Danjou  <julien@danjou.info>
4041
4042         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4043
4044         * color.el: Rename from color-lab.el
4045         (color-rgb->hex): Add.
4046         (color-complement): Add.
4047         (color-complement-hex): Add.
4048
4049         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4050
4051 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * shr-color.el (shr-color-visible): Don't bug out if the color names
4054         don't exist.
4055
4056 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4059         assuming that article displaying or another mml-preview may be
4060         interrupted for an error or for the like.
4061
4062         * shr.el (shr-get-background): Fix argument name.
4063
4064 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4067
4068         * gnus-sum.el (gnus-summary-include-articles): New function.
4069
4070         * message.el (message-goto-body): called-interactively-p needs a
4071         parameter, so use `any'.
4072
4073         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4074         clear marks before moving, since they're synced from the Gnus side
4075         first.
4076
4077         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4078         (gnus-summary-move-article): Copy over all marks before moving, so that
4079         IMAP doesn't think a new article has arrived.
4080
4081 2010-11-24  Julien Danjou  <julien@danjou.info>
4082
4083         * shr.el (shr-insert-background-overlay): Fix typo.
4084         (shr-render-td): Copy the background before rendering.
4085
4086         * shr-color.el (shr-color-visible): Fix docstring.
4087
4088         * shr.el (shr-tag-table): Add bgcolor support.
4089         (shr-render-td): Add bgcolor support.
4090         (shr-get-background): Add.
4091         (shr-insert-foreground-overlay): Use shr-get-background.
4092
4093         * message.el (message-goto-body): Use called-interactively-p.
4094         (message-in-body-p): message-goto-body returns point.
4095
4096 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4099         Fixes something or other in Emacs 23, and is backwards compatible.
4100
4101         * message.el (message-goto-body): Remove the <#secure special-casing,
4102         which is too special.
4103
4104         * shr.el (shr-parse-style): Drop !important from styles.
4105
4106 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4107
4108         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4109         this function to return incorrect results when calling it with an
4110         explicit article argument different from
4111         (gnus-summary-article-number).
4112
4113 2010-11-24  Julien Danjou  <julien@danjou.info>
4114
4115         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4116         (shr-tag-body): Add background support.
4117         (shr-descend): Add background support.
4118         (shr-tag-title): Add.
4119
4120         * shr-color.el (shr-color-visible): Really return original background
4121         if fixed.
4122
4123 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * shr.el (shr-color-check): Protect against non-existent color names.
4126
4127 2010-11-24  Julien Danjou  <julien@danjou.info>
4128
4129         * color-lab.el: Require 'cl when compiling.
4130
4131         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4132
4133         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4134         matched part.
4135
4136         * color-lab.el: Fix all expt calls to use float type.
4137
4138 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4141         expression to shr-color-check as is.
4142
4143         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4144
4145         * color-lab.el: Add coding cookie.
4146         (float-pi): Use eval-and-compile.
4147
4148         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4149         compiled for Emacsen having no `libxml-parse-html-region' support.
4150
4151 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * shr.el (shr-insert-color-overlay): Split stuff like
4154         "#444444 !important" to find the real color.
4155         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4156         parse <font color="red"> entries.
4157
4158 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4159
4160         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4161         point when parsing headers.
4162
4163         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4164         is positioned properly when parsing headers.
4165
4166 2010-11-23  Julien Danjou  <julien@danjou.info>
4167
4168         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4169
4170         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4171
4172         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4173
4174         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4175         Use shr-color-hue-to-rgb.
4176         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4177
4178 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * shr.el (shr-color->hexadecimal): Autoload.
4181         (shr-descend): Add color to all tags.
4182
4183 2010-11-22  Julien Danjou  <julien@danjou.info>
4184
4185         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4186         shr-color->hexadecimal.
4187
4188         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4189         RGB() or HSL() color representation.
4190
4191         * shr.el (shr-tag-font): Add.
4192         (shr-tag-color-check): New function to get better colors.
4193         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4194         tag-span.
4195
4196         * shr-color.el: New file.
4197
4198         * color-lab.el: New file.
4199
4200         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4201
4202 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4203
4204         * nnir.el: Fix typo in comments.
4205         (nnir-run-imap): Simplify code. No need to reverse artlist.
4206         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4207
4208 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4211
4212         * nnimap.el (nnimap-get-capabilities): Refactor out.
4213         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4214
4215 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4216
4217         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4218         appearing when `mm-uu-hide-markers' is nil.
4219
4220 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnimap.el (nnimap-unselect-group): Make into its own function.
4223         (nnimap-request-rename-group): Unselect group before renaming.
4224         This had gotten lost somewhere.
4225         (nnimap-request-accept-article): Keep track of examined groups, and
4226         unselect the group before APPENDing to read-only groups.
4227         (nnimap-request-move-article): Clear flags before moving so that they
4228         can be re-set later.
4229
4230 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4233         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4234
4235 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * gnus-art.el (gnus-mime-display-single)
4238         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
4239         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4240         parameter.
4241
4242 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4245         (shr-table-vertical-line): New variable.
4246         (shr-insert-table): Use it.
4247
4248 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-html.el (gnus-html-wash-images): Don't display images if
4251         gnus-inhibit-images is non-nil; register displayer for cid images.
4252         (gnus-html-display-image): Work for cid image.
4253         (gnus-html-insert-image): Allow arguments.
4254         (gnus-html-put-image): Inhibit read-only.
4255         (gnus-html-prefetch-images): Don't prefetch images if
4256         gnus-inhibit-images is non-nil.
4257
4258 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259
4260         * shr.el (shr-put-image): Break lines when inserting big pictures.
4261
4262 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4263
4264         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4265         sender, thanks Katsumi Yamaoka.
4266
4267 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4268
4269         * nnir.el (nnir-run-imap): Reverse the article list for each group
4270         rather than the whole list.
4271
4272 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * shr.el (shr-image-displayer): Protect function against non-existent
4275         image source.
4276
4277         * gnus-art.el (gnus-inhibit-images): New user option.
4278         (gnus-mime-display-single): Don't display image if it is non-nil.
4279
4280         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4281         gnus-inhibit-images.
4282
4283         * shr.el (shr-image-displayer): New function.
4284         (shr-tag-img): Use it.
4285
4286 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4287
4288         * mml2015.el (mml2015-epg-sign): Use From header.
4289
4290 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4293
4294         * gnus-util.el (gnus-find-text-property-region): Return markers.
4295
4296         * shr.el (shr-tag-img): Put a displayer in the text property.
4297
4298         * gnus-util.el (gnus-find-text-property-region): New utility function.
4299
4300         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4301         (gnus-html-show-images): Remove.
4302
4303         * gnus-art.el (gnus-article-show-images): New, more general function.
4304
4305         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4306         image url text properties.
4307
4308         * shr.el: Ditto.
4309
4310         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4311         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4312
4313 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4316         work for two or more articles.
4317
4318 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4321         divide an image that's in an html article to two or more when washing
4322         non-ASCII characters in alt text of it.
4323
4324 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4327         smime-decrypt-region using function argument.
4328         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4329
4330         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4331
4332         * smime.el (smime-decrypt-region): Catch it.
4333
4334 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4335
4336         * smime.el (smime-mode-map): Move initialization into declaration.
4337         (gnus-run-mode-hooks): Don't autoload.
4338         (smime-mode): Use define-derived-mode.
4339
4340 2010-11-11  Glenn Morris  <rgm@gnu.org>
4341
4342         * smime.el (from): Restrict declaration to XEmacs.
4343
4344         * nnir.el (gnus-group-topic-name): Autoload.
4345
4346 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * shr.el (shr-insert): Don't break long line if it is because of
4349         kinsoku-bol characters in the line end.
4350
4351 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4352
4353         * nnir.el (nnir-request-move-article): Fix to provide original group
4354         and subject.
4355         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4356         been retrieved.
4357
4358         * gnus-sum.el (gnus-summary-move-article): Use original group and
4359         subject for virtual articles such as those in an nnir summary buffer.
4360
4361 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4364         least 21.5).
4365
4366         * smime.el (from): Declare it again for XEmacs.
4367
4368 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * message.el (message-resend): Don't disable encoding unless it's
4371         already encoded.
4372
4373         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4374         low-numbered articles.
4375
4376 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * rfc2047.el (rfc2047-syntax-table): Simplify.
4379
4380         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4381
4382         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4383         set-char-table-range for XEmacs.
4384
4385 2010-11-10  Glenn Morris  <rgm@gnu.org>
4386
4387         * time-date.el (time-to-seconds): Always an alias on Emacs,
4388         never a real function.
4389         (with-no-warnings): Remove compat stub, now unused.
4390         (time-less-p): Doc fix.
4391         (time-to-number-of-days): Simplify.
4392
4393         * smime.el (from): Remove unused declaration.
4394
4395         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4396         (gnus-float-time): On Emacs, always an alias.
4397
4398         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4399         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4400
4401 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * dgnushack.el: Don't use ignore-errors in the top level form since it
4404         is unavailable in XEmacs even if cl is loaded.
4405
4406         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4407
4408 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * shr.el (browse-url-mailto): Autoload.
4411
4412         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4413
4414         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4415         regexp doesn't need quoting.
4416
4417 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4418
4419         * message.el (message-subject-trailing-was-ask-regexp)
4420         (message-subject-trailing-was-regexp): Match was: in addition to was.
4421
4422 2010-11-09  Glenn Morris  <rgm@gnu.org>
4423
4424         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4425         (nnbabyl-check-mbox): Use point-at-bol.
4426
4427 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4430
4431         * message.el (message-mailto): New function.
4432         (message-mailto): Should accept other parameters.
4433         (message-mailto): Remove since it duplicates browse-url-mailto
4434         functionality.
4435
4436 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4439         methods.
4440         (gnus-read-active-file): Ditto.
4441
4442         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4443         ": " from the prompt.
4444         (gnus-group-make-group): Ditto.
4445
4446 2010-11-07  Glenn Morris  <rgm@gnu.org>
4447
4448         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4449         (gnus-bookmark-kill-line): Use point-at-eol.
4450
4451 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4454         asterisks in From header.
4455
4456 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4459         string to avoid making the From headers syntactically invalid.
4460
4461         * message.el (message-send-mail): Don't insert courtesy messages if the
4462         message already has List-Post and List-ID messages.
4463
4464 2010-11-06  Glenn Morris  <rgm@gnu.org>
4465
4466         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4467         `condition', `type', `length' a prefix.
4468         (gnus-treat-predicate): Update for above name changes.
4469
4470 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4471
4472         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4473         binding.  Handled by `gnus-summary-refer-thread' instead.
4474         (nnir-warp-to-article): New backend function.
4475
4476         * nnimap.el (nnimap-request-thread): Force dependency updating.
4477
4478         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4479         (gnus-summary-refer-thread): Rework to improve thread-referral.
4480
4481         * gnus-int.el (gnus-warp-to-article): New function.
4482
4483         * gnus-sum.el (gnus-summary-article-map): Bind it.
4484
4485 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4486
4487         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4488         gnus-summary-refer-thread.
4489
4490         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4491         headers.
4492         (gnus-summary-limit-include-thread): Prevent articles in thread from
4493         being cut in gnus-cut-threads.
4494         (gnus-summary-refer-thread): Limit retrieved headers to those in
4495         thread.
4496
4497 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * message.el (message-send-mail): Use the value of
4500         message-courtesy-message from the message buffer.
4501
4502         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4503
4504         * shr.el (shr-browse-url): Implement mailto: URLs.
4505
4506         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4507         "raw".
4508
4509         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4510         if it's already selected.
4511
4512         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4513
4514 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4517         to measure the length and truncate alt text.
4518
4519 2010-11-03  Glenn Morris  <rgm@gnu.org>
4520
4521         * nndiary.el (nndiary-generate-nov-databases-1)
4522         (nndiary-generate-active-info): Rename dynamic variable `files' to
4523         something less generic.
4524
4525 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4526
4527         * nnir.el (nnir-request-move-article): Call the underlying backend to
4528         move articles from nnir.
4529
4530 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4533
4534 2010-11-02  Julien Danjou  <julien@danjou.info>
4535
4536         * nnir.el: Remove wais support.
4537
4538 2010-11-02  Glenn Morris  <rgm@gnu.org>
4539
4540         * gnus-html.el: Reorder requirements to quieten compiler.
4541
4542 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4545         properly for XEmacs as well.
4546         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4547         (gnus-article-natural-long-line-p): Use window-width rather than
4548         frame-width.
4549
4550 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4551
4552         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4553         (nnir-read-parms): Don't modify query.
4554         (nnir-run-query): Add ability to search topic on current line.
4555         (nnir-get-active): Clean up.
4556
4557 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4560         degenerate articles.
4561
4562         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4563         (gnus-print-buffer): Just print the buffer as is, without any copying
4564         to a buffer and then re-highlighting.
4565
4566         * nnimap.el (nnimap-request-group): Store the new updated info.
4567         (nnimap-request-group): Select the group when we don't know whether it
4568         exists or not.
4569
4570         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4571         groups.
4572
4573         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4574         groups.
4575
4576         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4577         groups.
4578
4579         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4580         long-lines case by only filling the long lines.
4581
4582         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4583         (bug #7311).
4584
4585 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * shr.el: No need to declare `declare-function' since shr.el is for
4588         only Emacsen that provide `libxml-parse-html-region'.
4589
4590         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4591         effective only in a file it is referred to.
4592
4593 2010-11-01  Glenn Morris  <rgm@gnu.org>
4594
4595         * mm-util.el (gnus-completing-read): Autoload.
4596         (mm-read-coding-system): Simplify Emacs definition.
4597
4598         * nnmail.el (gnus-activate-group):
4599         * nnimap.el (gnutls-negotiate):
4600         * nntp.el (netrc-parse): Fix declarations.
4601
4602 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4605         string-match-p in Emacs >=23.
4606
4607         * gnus-msg.el (gnus-configure-posting-styles)
4608         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4609
4610 2010-11-01  Glenn Morris  <rgm@gnu.org>
4611
4612         * nnir.el (declare-function): Add compat stub.
4613         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4614         (nnir-run-gmane): Require 'mm-url.
4615
4616         * mm-util.el (mm-string-to-multibyte): Simplify.
4617
4618         * shr.el (declare-function): Add compat stub.
4619         (url-cache-create-filename): Declare.
4620         (mm-disable-multibyte, widget-convert-button): Autoload.
4621
4622         * smime.el (ldap-search): Declare.
4623         (smime-cert-by-ldap-1): Require ldap on Emacs.
4624
4625         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4626         (nnimap-keepalive): Use gnus-float-time.
4627
4628         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4629         (mail-source-delete-crash-box): Use gnus-float-time.
4630
4631         * gnus-dired.el (gnus-completing-read): Autoload.
4632
4633         * mm-view.el (gnus-rescale-image): Autoload.
4634
4635         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4636
4637         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4638
4639         * sieve-manage.el: Require 'cl when compiling.
4640
4641         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4642         (gnus-iswitchb-completing-read): Require iswitchb.
4643         (gnus-select-frame-set-input-focus): Silence compiler.
4644
4645 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * message.el (message-subject-trailing-was-query): Change default to t,
4648         since I think that's what most people want.
4649
4650         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4651         appending for easier debugging.
4652         (nnimap-wait-for-connection): Take a regexp.
4653         (nnimap-request-accept-article): Wait for the continuation line before
4654         sending anything unless we're streaming.
4655
4656         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4657         leave the header washing to take place.
4658
4659 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4660
4661         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4662         regular expression match and replace in posting styles.
4663
4664 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4665
4666         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4667         an entire server.
4668         (nnir-get-active): New function.
4669         (nnir-run-imap): Use it.
4670         (nnir-run-gmane): Who knew, gmane search returns an article score!
4671
4672         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4673         server on the current line with nnir.
4674
4675 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676
4677         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4678         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4679         left edge.
4680         (gnus-article-foldable-buffer): Skip past the prefix when determining
4681         raggedness.
4682
4683         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4684         the raw article, and change `C-u g' to show the article without doing
4685         treatments.
4686
4687         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4688         on to `gnus-treat-article'.
4689         (gnus-inhibit-article-treatments): New variable.
4690
4691         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4692
4693         * gnus-art.el (gnus-treatment-function-alist): Have
4694         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4695         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4696         sections.
4697
4698         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4699         parameter.
4700         (gnus-article-fill-cited-long-lines): New function.
4701         (gnus-article-fill-cited-article): Allow filling only long sections.
4702
4703         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4704         and non-punctuation (like after the apostrophe in "'We").
4705
4706         * gnus-sum.el (gnus-summary-select-article): Make sure
4707         gnus-original-article-buffer is alive.
4708
4709         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4710         reflect the order they're in in the digest.
4711
4712         * gnus.el (gnus-group-startup-message): Move point to the start of the
4713         buffer.
4714
4715         * nnimap.el (nnimap-capability): New function.
4716         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4717         is set.
4718
4719 2010-10-31  David Engster  <dengste@eml.cc>
4720
4721         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4722         conform with changes to gnus-completing-read.
4723
4724 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4727
4728 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4729
4730         * nnir.el: Move defvar, defcustom around to keep file organized
4731         and keep byte-compiler quiet.
4732         (nnir-read-parms): Accept search-engine as arg.
4733         (nnir-run-query): Pass search-engine as arg.
4734         (nnir-search-engine): Remove.
4735
4736 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * shr.el (shr-generic): The text nodes should be text, not :text.
4739
4740         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4741         later in the file.
4742
4743 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4744
4745         * nnir.el: General clean up.  Allow searching with multiple engines.
4746         Allow separate extra-parameters for each engine.
4747         Batch queries when possible.
4748         (nnir-imap-default-search-key,nnir-method-default-engines):
4749         Add customize interface.
4750         (nnir-run-gmane): New engine.
4751         (nnir-engines): Use it.  Qualify all prompts with engine name.
4752         (nnir-search-engine): Remove global variable.
4753         (nnir-run-hyrex): Restore for now.
4754         (nnir-extra-parms,nnir-search-history): New variables.
4755         (gnus-group-make-nnir-group): Use them.
4756         (nnir-group-server): Remove in favor of gnus-group-server.
4757         (nnir-request-group): Avoid searching twice.
4758         (nnir-sort-groups-by-server): New function.
4759
4760 2010-10-30  Julien Danjou  <julien@danjou.info>
4761
4762         * gnus-group.el: Remove gnus-group-fetch-control.
4763
4764         * gnus-start.el (gnus-find-new-newsgroups):
4765         Remove gnus-check-first-time-used.
4766
4767         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4768
4769 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4770
4771         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4772         set on groups that don't have \* permanentflags.
4773
4774 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4777         control the background color.
4778         (shr-tag-img): Ignore very small web bug type images.
4779         (shr-put-image): Add help-echo alt texts to the images.
4780         (shr-tag-video): Show the video poster image.
4781
4782 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * shr.el (shr-table-depth): New variable.
4785         (shr-tag-table-1): Only insert the images after the top-level table.
4786
4787         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4788
4789         * gnus-util.el (gnus-list-memq-of-list): New function.
4790
4791         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4792         selected.
4793         (nnimap-unsplittable-articles): New slot.
4794         (nnimap-new-articles): Use it.
4795
4796 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4797
4798         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4799         move to the previous line on `M-g'.
4800
4801 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4804         *-request-group, which seems unnecessary.
4805
4806         * nnimap.el (nnimap-quote-specials): Function copied over from
4807         imap.el.
4808         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4809         they support that.  Suggested by Tom Regner.
4810
4811 2010-10-29  Julien Danjou  <julien@danjou.info>
4812
4813         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4814         defalias.
4815         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4816
4817         * gnus.el: Remove `gnus-nntp-service' variable.
4818         (gnus-secondary-servers): Make obsolete.
4819         (gnus-nntp-server): Make obsolete.
4820
4821         * gnus-start.el (gnus-1): Remove x-splash calls.
4822
4823         * gnus-ems.el (gnus-x-splash): Remove.
4824
4825         * gnus.el (gnus-group-startup-message): Simplify/update code.
4826
4827         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4828         definition.
4829
4830         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4831         capability before doing anything.
4832         (gnus-group-insert-group-line): Remove useless
4833         gnus-group-remove-excess-properties.
4834
4835 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4838
4839 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4842         config after reselecting.
4843
4844 2010-10-28  Julien Danjou  <julien@danjou.info>
4845
4846         * shr.el (shr-put-image): Use point even if only inserting text.
4847         (shr-put-image): Save excursion when inserting alt text on non-graphic
4848         display, so the behavior is the same when we are on a graphic display.
4849
4850         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4851
4852 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4855         (gnus-mime-copy-part): Check coding system, not charset.
4856         (gnus-mime-view-part-externally): Never remove part.
4857         (gnus-mime-view-part-internally): Don't remove part here.
4858         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4859         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4860         multipart/alternative.
4861
4862         * mm-decode.el (mm-display-part): Take optional arg `force'.
4863
4864 2010-10-26  Julien Danjou  <julien@danjou.info>
4865
4866         * gnus-group.el (gnus-group-default-list-level): Add this function to
4867         compute the default list level.
4868         (gnus-group-default-list-level): Add possibility to use a function.
4869
4870 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4873
4874         * gnus-group.el (gnus-group-completing-read)
4875         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4876         gnus-replace-in-string.
4877
4878 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * shr.el (shr-tag-div): Add.
4881
4882         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4883
4884 2010-10-25  Julien Danjou  <julien@danjou.info>
4885
4886         * gnus-util.el: Remove `gnus-with-local-quit'.
4887
4888         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4889
4890 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4893         the original article buffer.
4894
4895 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * nnimap.el (nnimap-request-head): New function.
4898         (nnimap-request-move-article): Try to be slighly faster by not
4899         requesting the entire message when moving.
4900         (nnimap-transform-headers): Don't bug out on bodiless articles.
4901         (nnimap-send-command): Have no outstanding messages if the IMAP server
4902         doesn't support streaming.
4903         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4904
4905 2010-10-24  Julien Danjou  <julien@danjou.info>
4906
4907         * message.el (message-default-headers): Fix type.
4908
4909 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4912         prefetching images.
4913
4914         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4915         backend for unknown groups.  This is mainly useful for nnimap groups.
4916
4917         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4918         group isn't covered by the agent.
4919
4920 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4921
4922         * nnir.el (nnir-method-default-engines): New variable.
4923         (nnir-run-query): Use it.
4924         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4925         (gnus-summary-nnir-goto-thread): Change group if needed.
4926
4927         * gnus-group.el (gnus-group-group-map): Add key binding for
4928         gnus-group-make-nnir-group.
4929
4930 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * shr.el (shr-tag-object): Add.
4933
4934         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4935         original article buffer live.
4936         (gnus-summary-select-article-buffer):
4937         Mention gnus-widen-article-buffer.
4938
4939 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * shr.el (shr-tag-strong): Add.
4942
4943 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4946         group names.  They mess up the group buffer badly.
4947
4948         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4949
4950         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4951         instead of the summary one.
4952
4953 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * mml.el (mml-preview): Work properly when editing article.
4956
4957         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4958         gnus-have-read-active-file if it's already been in.
4959
4960 2010-10-22  Tom Tromey  <tromey@redhat.com>
4961
4962         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4963         gnus-group-completing-read.
4964
4965 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * message.el (message-mode-map): Don't bind M-; to comment region, to
4968         allow the global comment-dwim to work.
4969
4970 2010-10-21  Julien Danjou  <julien@danjou.info>
4971
4972         * message.el (message-setup-1): Allow message-default-headers to be a
4973         function.
4974
4975 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * shr.el (shr-tag-table): Simplify.
4978
4979 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4982         to avoid trying to snarf invalid stuff.
4983
4984         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4985
4986         * gnus.el (gnus-message-archive-group): Quote value.
4987         (gnus-message-archive-group): Mark as changed.
4988
4989         * shr.el (shr-add-font): Don't put the font properties on the newline
4990         or the indentation.
4991
4992         * message.el (message-fix-before-sending): Change options when sending
4993         non-printable characters.
4994
4995         * gnus.el (gnus-message-archive-method): Change the default to
4996         monthly outgoing groups.
4997
4998         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4999         that have gotten new numbers.
5000
5001         * nnimap.el (nnimap-request-replace-article): New function.
5002
5003 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5006         (nnrss-request-article): Don't use special html washing code.
5007
5008 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * shr.el (shr-tag-table): Remove useless nconc.
5011
5012 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-art.el (article-wash-html): Simplify and remove the charset
5015         stuff.  Use the normal html rendering code instead of the special html
5016         washing code.
5017
5018         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5019         `gnus-w3m' symbols.
5020         (mm-text-html-washer-alist): Remove.
5021
5022         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5023         (mm-inline-media-tests): Remove use.
5024         (mm-text-html-renderer): Change default to the `shr' symbol.
5025
5026         * mm-view.el (mm-inline-text-html): Remove use.
5027
5028         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5029         `gnus-blocked-images' to be a function.
5030         (gnus-article-wash-function): Remove.
5031
5032 2010-10-20  Julien Danjou  <julien@danjou.info>
5033
5034         * spam.el (spam-list-of-processors): Mark as obsolete.
5035
5036         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5037         (nnimap-insert-partial-structure): Fix boundary detection.
5038
5039 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5040
5041         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5042         run file-truename on remote files.  This can be expensive and even
5043         prevent one from editing drafts if some unrelated buffer has a stale
5044         connection.
5045
5046 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5049         kinsoku-eol regardless of shr-kinsoku-shorten.
5050         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5051         (shr-tag-table): Support caption, thead, and tfoot.
5052
5053 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5056         lines.
5057         (shr-save-contents): New command and keystroke.
5058
5059         * nndoc.el (nndoc-type-alist): Add git support.
5060         (nndoc-git-type-p): New function.
5061         (nndoc-transform-git-article): Ditto.
5062         (nndoc-transform-git-headers): Ditto.
5063         (nndoc-transform-git-headers): Generate Subject headers.
5064
5065         * shr.el (shr-parse-style): New function.
5066         (shr-tag-span): Ditto.
5067
5068         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5069         to `G G' to avoid collisions.
5070
5071 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * shr.el: Load kinsoku if necessary.
5074         (shr-kinsoku-shorten): New internal variable.
5075         (shr-find-fill-point): Make kinsoku shorten text line if
5076         shr-kinsoku-shorten is bound to non-nil.
5077         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5078         shr-indentation too when testing if table is wider than frame width.
5079         (shr-insert-table): Use `string-width' instead of `length' to measure
5080         text width.
5081         (shr-insert-table-ruler): Make sure indentation is done at bol.
5082
5083 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5084
5085         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5086         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5087         undecoded network data.
5088
5089 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5092         name in the mode line spec so that the mode line menu works
5093         (bug #2431).
5094
5095         * message.el (message-get-reply-headers): If we're fed `to-address',
5096         then always use that.
5097
5098         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5099         aren't so wide as to need to switch off the edit menu.
5100
5101         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5102         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5103
5104         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5105         `M-g'.
5106         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5107         the permanent marks.
5108
5109 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5110
5111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5112         Splitting according to references/in-reply-to obeys the ignore-groups
5113         variable, while splitting by sender and subject do not.
5114
5115 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5118         alist, so that we can look for non-Unicode chars.
5119         (article-translate-strings): Allow both character and string maps.
5120
5121 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * shr.el (shr-insert): Don't insert space behind a wide character
5124         categorized as kinsoku-bol, or between characters both categorized as
5125         nospace.
5126
5127 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5128
5129         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5130         headers to gnus-newsgroup-headers.
5131
5132 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * shr.el (shr-tag-img): Don't align images -- since we're not
5135         rescaling, this often leads to ugly displays.
5136
5137 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5138
5139         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5140         duplicates.
5141
5142 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5143
5144         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5145         call.
5146
5147 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * gnus.el: Autoload gnus-html-show-images.
5150
5151         * nnimap.el: Use nnheader-message throughout.
5152
5153         * shr.el (shr-tag-img): Ignore images with no data.
5154
5155 2010-10-15  Julien Danjou  <julien@danjou.info>
5156
5157         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5158         a possibility to disable format=flow encoding when using hard newlines.
5159
5160 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * shr.el (shr-insert): Remove space inserted before or after a
5163         breakable character or at the beginning or the end of a line.
5164         (shr-find-fill-point): Do kinsoku; find the second best point or give
5165         it up if there's no breakable point.
5166
5167 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * nnimap.el (nnimap-open-connection): Message when opening connection
5170         for debugging purposes.
5171
5172         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5173         on every setup buffer call to allow this to change from article to
5174         article.
5175
5176         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5177         buffers where we have a wide table.
5178
5179 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5180
5181         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5182         uses *-request-thread.
5183
5184 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5187         incantation, which is no longer valid.
5188
5189 2010-10-14  Julien Danjou  <julien@danjou.info>
5190
5191         * shr.el: Fix defcustom type (char -> character).
5192
5193 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5196         programs.
5197
5198 2010-10-14  Julien Danjou  <julien@danjou.info>
5199
5200         * shr.el (shr-tag-a): Use url-link as widget type.
5201
5202         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5203         `gnus-group-get-icon'.
5204
5205 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5208         This should make server editing work better.
5209
5210         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5211
5212         * tls.el (tls-program): Remove spurious %s from openssl.
5213
5214         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5215         (nnimap-parse-flags): Fix regexp.
5216
5217         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5218         probably work for CJVK text, too.
5219
5220         * nnimap.el (nnimap-extend-tls-programs): Remove.
5221         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5222
5223         * tls.el (tls-starttls-switches): Remove starttls hack.
5224         (open-tls-stream): Ditto.
5225         (tls-find-starttls-argument): Ditto.
5226
5227 2010-10-13  Julien Danjou  <julien@danjou.info>
5228
5229         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5230         responses.
5231
5232 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5235
5236         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5237         anything in Emacs.
5238
5239         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5240
5241 2010-10-13  Julien Danjou  <julien@danjou.info>
5242
5243         * shr.el (shr-width): Make shr-width a defcustom with default to
5244         fill-column.
5245         (shr-tag-img): Use shr-width rather than fill-column.
5246
5247 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * dgnushack.el (byte-optimize-apply)
5250         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5251
5252         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5253         position when (X-)Faces exist.
5254         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5255         avatars when called interactively.
5256
5257 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5260         gnus-article-x-face-too-ugly is bound.
5261
5262 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5265
5266         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5267         mailbox that doesn't exist.
5268
5269 2010-10-12  Julien Danjou  <julien@danjou.info>
5270
5271         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5272         (shr-get-image-data): Encode URL properly when fetching from cache.
5273         (shr-tag-img): Use aligned-to spaces to align correctly images.
5274
5275         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5276         before inserting the Gravatar.
5277
5278         * shr.el (shr-tag-img): Add align attribute support for <img>.
5279
5280 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-gravatar.el (gnus-art): Require.
5283
5284         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5285         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5286         Remove long obsoleted functions.
5287
5288 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5291
5292         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5293
5294         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5295         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5296         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5297         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5298         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5299         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5300         * sieve-manage.el, smime.el, spam.el:
5301         Fix comment for declare-function.
5302
5303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * nnimap.el (nnimap-request-rename-group): Select group read-only
5306         before renaming it.
5307
5308         * shr.el (shr-insert): Fix up the white space only regexp.
5309
5310         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5311         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5312
5313         * shr.el (shr-current-column): New function.
5314         (shr-find-fill-point): New function.
5315
5316 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5317
5318         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5319         numbers.
5320
5321 2010-10-11  Julien Danjou  <julien@danjou.info>
5322
5323         * shr.el (shr-hr-line): Add.
5324         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5325         display hr lines.
5326         (shr-max-columns): Do not change state to nil if we just inserting
5327         spaces.
5328
5329 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5332         select the last group.
5333
5334 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5335
5336         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5337
5338 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5339
5340         * dig.el (dig-mode-map): Declare and define in one step.
5341
5342 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5345         for Gnus.
5346         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5347         (nnimap-update-qresync-info): Mark \Seen articles as read.
5348
5349         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5350         non-variable, too.
5351
5352         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5353         available.
5354         (nnimap-update-info): Rely more on the current active than the param
5355         active to avoid marking articles as read too much.
5356
5357         * auth-source.el (auth-source-create): Use (user-login-name) for the
5358         user name default.
5359
5360         * nnimap.el (nnimap-update-info): If the server doesn't return any
5361         useful info, just use the previous info.
5362         (nnimap-update-info): Prefer old info over start-article.
5363         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5364
5365 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5366
5367         * nnir.el (autoload): Clean up autoloads.
5368         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5369         Use key rather than value.
5370         (nnir-imap-search-other): New variable.
5371         (nnir-read-parm): Use it.
5372         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5373         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5374
5375 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5376
5377         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5378         the process, too.
5379
5380 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * spam.el (gnus-summary-mode-map): Bind to "$".
5383         Suggested by Russ Allbery.
5384
5385         * shr.el: Rework the way things are indented by <li> slightly.
5386
5387         * gnus.el (gnus-group-set-parameter): Fix typo.
5388
5389         * nnimap.el: Start implementing QRESYNC support.
5390
5391 2010-10-09  Julien Danjou  <julien@danjou.info>
5392
5393         * nnir.el (nnir-engines): Fix too many arguments.
5394
5395 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5398         group is the "last", so that the backends like nnfolder actually save
5399         their folders.
5400
5401         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5402         try to use that for the tls stream.
5403         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5404         UIDVALIDITY and find out which groups are read-only and not.
5405         (nnimap-get-flags): Use the same marks parsing code as the rest of
5406         nnimap.
5407
5408 2010-10-09  Julien Danjou  <julien@danjou.info>
5409
5410         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5411
5412         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5413         retrieving gravatars.
5414
5415         * shr.el (shr-table-corner): Add.
5416         (shr-table-line): Add.
5417         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5418
5419 2010-10-08  Julien Danjou  <julien@danjou.info>
5420
5421         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5422
5423 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5426
5427         * gnus-sum.el (gnus-mark-article-as-unread)
5428         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5429         (gnus-summary-set-bookmark): Use it.
5430
5431         * gnus-msg.el (gnus-setup-message): Use it.
5432
5433         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5434
5435         * gnus.el (gnus-group-remove-parameter): Use it.
5436
5437         * gnus-group.el (gnus-group-make-web-group): Use it.
5438
5439         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5440
5441         * nnregistry.el: Update docs to mention manual.
5442
5443         * gnus-registry.el: Update docs to mention nnregistry.el.
5444         (gnus-registry-initialize): Don't install nnregistry refer method
5445         automatically.
5446         (gnus-registry-install-nnregistry): Remove it.
5447
5448 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * shr.el (shr-insert): Don't insert double spaces.
5451
5452 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-gravatar.el (gnus-treat-from-gravatar)
5455         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5456         called interactively.
5457
5458         * gnus-art.el (gnus-mime-view-part-externally)
5459         (gnus-mime-view-part-internally): Make predicate function passed to
5460         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5461         of a mime type.
5462
5463         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5464
5465 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * shr.el (require): Require cl when compiling.
5468         (shr-tag-hr): New function.
5469
5470         * nnimap.el (nnimap-update-info): Remove double setting of high.
5471         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5472         This makes nnimap work properly on Courier again.
5473
5474         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5475         the variable for backwards compatibility.
5476
5477         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5478         the file name before using to avoid setting mm-default-directory to
5479         nil.
5480
5481         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5482         bidning gnus-agent variables.
5483
5484         * shr.el (shr-render-td): Use a cache for the table rendering function
5485         to avoid getting an exponential rendering behavior in nested tables.
5486         (shr-insert): Rework the line-breaking algorithm.
5487         (shr-insert): Don't leave trailing spaces.
5488         (shr-insert-table): Also insert empty TDs.
5489         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5490
5491 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5492
5493         * gnus-sum.el (gnus-number): Rename from `number'.
5494         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5495         (gnus-summary-limit-children): Update uses correspondingly.
5496
5497 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5500         (gnus-gravatar-transform-address): Don't show avatars of people of
5501         which mail addresses match gnus-gravatar-too-ugly.
5502
5503 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * shr.el (shr-table-widths): Expand TD elements to fill available
5506         space.
5507
5508 2010-10-07  Julien Danjou  <julien@danjou.info>
5509
5510         * nnimap.el (nnimap-request-rename-group): Add this method.
5511
5512 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5515         name from XEmacs' function-arglist.
5516
5517         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5518         gravatar under XEmacs.
5519
5520 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * auth-source.el: Update docs with TODO items.
5523
5524         * gnus-sync.el: Update docs to explain state and plans.
5525
5526         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5527         Hooks for mark updates.
5528         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5529
5530         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5531         hooks with arguments, which is needed for mark update hooks.
5532
5533 2010-10-06  Julien Danjou  <julien@danjou.info>
5534
5535         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5536         was matched.
5537
5538         * sieve-manage.el: Update example in `Commentary'.
5539
5540         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5541
5542         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5543         not 2000.
5544         (sieve-manage-authenticate): Re-add function.
5545
5546 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * shr.el (shr-insert): Get 'space transition right.
5549         (shr-render-td): Only delete space at the end of the TD.
5550
5551         * nnimap.el (nnimap-open-connection): Prepare to support
5552         open-gnutls-stream.
5553
5554         * shr.el: Rearrange function order to be more logical.
5555
5556 2010-10-06  Julien Danjou  <julien@danjou.info>
5557
5558         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5559         (nnrss-discover-feed): Remove 404 URL in docstring.
5560
5561         * nnir.el: Fix Swish-E URL.
5562         Fix Namazu URL.
5563
5564         * message.el (message-change-subject): Remove 404 URL in a comment.
5565
5566 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5569         called interactively.
5570
5571         * gnus-util.el (gnus-remove-if): Allow hash table.
5572         (gnus-remove-if-not): New function.
5573
5574         * gnus-art.el (gnus-mime-view-part-as-type)
5575         * gnus-score.el (gnus-summary-score-effect)
5576         * gnus-sum.el (gnus-read-move-group-name):
5577         Replace remove-if-not with gnus-remove-if-not.
5578
5579         * gnus-group.el (gnus-group-completing-read):
5580         Regard collection as a hash table if it is not a list.
5581
5582 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5585
5586         * shr.el: Document the table-rendering algorithm.
5587
5588 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5591         for Emacsen having no `libxml-parse-html-region' support.
5592
5593 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5596         invalid URLs.
5597
5598         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5599         line-broken.
5600         (shr-tag-img): Ignore image fetching errors.
5601         (shr-overlays-in-region): Compute overlay positions correctly.
5602
5603         * mm-decode.el (mm-shr): Require shr.
5604
5605         * gnus-art.el (gnus-blocked-images): Move variable here.
5606
5607         * shr.el (shr-insert-table): Bind free variable.
5608
5609         * mm-decode.el (mm-shr): Bind shr-content-function.
5610
5611         * shr.el (shr-content-function): New variable.
5612
5613         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5614         added for symmetry.
5615
5616         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5617
5618         * gnus-group.el (gnus-group-make-group): Doc fix.
5619
5620         * nnimap.el (nnimap-request-newgroups): Return success.
5621
5622         * shr.el (shr-find-elements): New function.
5623         (shr-tag-table): Put all the images after the table.
5624         (shr-tag-table): Really inhibit images inside the table.
5625         (shr-collect-overlays): Copy over overlays from the TD elements to the
5626         main document.
5627
5628         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5629         gnus-blocked-images.
5630
5631 2010-10-05  Julien Danjou  <julien@danjou.info>
5632
5633         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5634
5635         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5636         (gnus-html-maximum-image-size): Add this function.
5637         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5638
5639         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5640         server-value of the capability is nil.
5641
5642 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * shr.el (shr-tag-em): Add <EM> tag.
5645
5646 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5647
5648         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5649         customizable.
5650
5651         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5652         handing broken links to browse-url.
5653
5654 2010-10-05  Julien Danjou  <julien@danjou.info>
5655
5656         * gnus-util.el (gnus-emacs-completing-read)
5657         (gnus-iswitchb-completing-read): Use autoload rather than require.
5658
5659 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5662         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5663         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5664         iswitchb-temp-buflist for XEmacs.
5665
5666         * gnus-util.el (gnus-completing-read-function): Exclude
5667         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5668         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5669         XEmacs.
5670
5671         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5672         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5673
5674         * gnus-html.el: Don't require help-fns under XEmacs.
5675         (gnus-html-schedule-image-fetching): Work for XEmacs.
5676
5677         * mm-decode.el (mm-shr): Decode contents by charset.
5678
5679 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5682         unknown.
5683
5684         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5685         (shr-get-image-data): Ensure against the cache file missing.
5686
5687         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5688         for data.
5689
5690         * spam-report.el (spam-report-url-ping-plain): Don't query about
5691         killing the process.
5692
5693         * shr.el (shr-render-td): Protect against too-wide text.
5694
5695 2010-10-04  Julien Danjou  <julien@danjou.info>
5696
5697         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5698         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5699
5700         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5701         retrieved.
5702
5703 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * shr.el (browse-url): Require.
5706         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5707         lines.
5708         (shr-show-alt-text, shr-browse-image): New commands.
5709         (shr-browse-url, shr-copy-url): New commands.
5710
5711         * gnus-sum.el (gnus-widen-article-window): New variable.
5712         (gnus-summary-select-article-buffer): Use it.
5713
5714         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5715         without @ signs.
5716
5717 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5718
5719         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5720
5721 2010-10-04  Julien Danjou  <julien@danjou.info>
5722
5723         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5724         for XEmacs.
5725
5726 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5729
5730         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5731         (nnimap-close-server): Implement.
5732
5733         * dgnushack.el (iswitchb): Require to shut up the compiler.
5734
5735         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5736         (shr-insert): Tweak line breaking.
5737         (shr-insert): Handle <pre> better.
5738         (shr-tag-li): Get <li> indentation right.
5739         (shr-tag-li): Get <li> indentation even righter.
5740         (shr-tag-blockquote): Ensure paragraph start.
5741         (shr-make-table): Tweak table generation.
5742         (shr-make-table): Fix typo.
5743
5744         * shr.el: Implement table rendering.
5745
5746 2010-10-04  Julien Danjou  <julien@danjou.info>
5747
5748         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5749
5750 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * shr.el (shr-insert): Use string anchors instead of line anchors.
5753
5754 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * shr.el: Add headings.
5757         (shr-ensure-paragraph): Actually work.
5758         (shr-tag-li): Make <ul> prettier.
5759         (shr-insert): Get white space at the beginning/end of elements right.
5760         (shr-tag-p): Collapse subsequent <p>s.
5761         (shr-ensure-paragraph): Don't insert double line feeds after blank
5762         lines.
5763         (shr-insert): \t is also space.
5764         (shr-tag-s): Fix "s" tag name function.
5765         (shr-tag-s): Fix face prop name.
5766
5767 2010-10-03  Julien Danjou  <julien@danjou.info>
5768
5769         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5770
5771         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5772         gnus-window-inside-pixel-edges.
5773
5774         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5775         gnus-ems.
5776
5777         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5778
5779         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5780         function.
5781
5782         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5783         resize choice.
5784
5785 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5788         beginning of the buffer.
5789
5790         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5791         article buffer again.
5792
5793         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5794
5795         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5796         when it's at the start of the buffer.
5797
5798         * shr.el (shr-tag-blockquote): Convert name.
5799         (shr-rescale-image): Use the right image-size variant.
5800
5801         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5802         buffer isn't shown, then select the current article first instead of
5803         bugging out.
5804         (gnus-summary-select-article-buffer): Show both the article and summary
5805         buffers again.
5806
5807         * shr.el (shr-fontize-cont): Protect against regions with no text.
5808         Rename tag functions to shr-tag-* for enhanced security.
5809         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5810
5811 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5812
5813         * shr.el (shr-insert):
5814         * pop3.el (pop3-movemail):
5815         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5816         loaded.
5817
5818 2010-10-03  Glenn Morris  <rgm@gnu.org>
5819
5820         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5821
5822         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5823
5824         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5825
5826         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5827
5828         * gnus-util.el (gnus-make-local-hook): Simplify.
5829
5830 2010-10-02  Julien Danjou  <julien@danjou.info>
5831
5832         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5833         (gnus-ido-completing-read): New function.
5834         (gnus-emacs-completing-read): New function.
5835         (gnus-completing-read): Use gnus-completing-read-function.
5836         Add gnus-completing-read-function.
5837
5838 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * shr.el (shr-insert-document): Autoload.
5841         (shr-img): Be silent.
5842         (shr-insert): Add a newline after every picture before text.
5843         (shr-add-font): Use overlays for combining faces.
5844         (shr-insert): Pass upwards the text start point.
5845
5846         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5847         possible.
5848         (mm-shr): New function.
5849
5850 2010-10-02  Julien Danjou  <julien@danjou.info>
5851
5852         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5853         should go backward.
5854
5855 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5856
5857         * shr.el (shr): Fix typo in provide call.
5858
5859 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * shr.el: New file.
5862
5863         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5864
5865         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5866         completing read.
5867
5868 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5871         we're being queried about.  Suggested by Dan Jacobson.
5872
5873         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5874         Suggested by Jason Eisner.
5875
5876         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5877         table, too.  Suggested by Stefan Wiens.
5878         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5879         the table unnecessary.  Suggested by Stefan Wiens.
5880
5881         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5882         longer needed, and probably doesn't work either, as pointed out by
5883         Stefan Wiens.
5884         (gnus-summary-exit): Remove call to the clearing function.
5885         (gnus-summary-exit-no-update): Ditto.
5886
5887         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5888         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5889         Reported by Stefan Monnier.
5890         (gnus-summary-save-in-rmail): Ditto.
5891
5892         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5893         article buffer, instead of both the article buffer and the summary
5894         buffer.  Sort of suggested by Dan Jacobson.
5895
5896         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5897
5898         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5899         Suggested by Dan Jacobson.
5900
5901         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5902         documentation clearer.
5903
5904         * message.el (message-shorten-references): Comment on the number "21".
5905         Suggested by Stefan Monnier.
5906
5907         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5908         Suggested by Dan Jacobson.
5909
5910         * gnus.el (gnus-large-newsgroup):
5911         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5912
5913         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5914         externalize attachments.  Bug reported by Steve Wen.
5915
5916         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5917         really message anything to the user.
5918
5919         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5920         directly.
5921
5922         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5923         messages in empty groups.
5924
5925 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5926
5927         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5928         non-UIDNEXT group.
5929
5930 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5933         not the value from the collection.
5934
5935         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5936         values.  This sometimes happens on some groups that have no info.
5937         (nnimap-request-newgroups): New function.
5938
5939 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5940
5941         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5942         check into `gnus-registry-initialize'.
5943         (gnus-registry-initialize): Ditto.
5944         Fix and extend header docs.
5945
5946 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947
5948         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5949         regexp backtrace overflows.
5950
5951         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5952         for starttls that tls.el implements; i.e. openssl.
5953
5954         * tls.el (tls-starttls-switches): Give up on using starttls with
5955         gnutls-cli.
5956         (tls-program): Add --insecure to be consistent with the defaults from
5957         openssl s_client.  Now all three commands are insecure.
5958
5959 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * lpath.el: Bind completion-styles-alist for XEmacs.
5962
5963         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5964         (gravatar-create-image): New function that's an alias to
5965         gnus-xmas-create-image, gnus-create-image, or create-image.
5966         (gravatar-data->image): Use it.
5967
5968 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5971         install the nnregistry refer method.
5972         (gnus-registry-install-hooks): Use it.
5973         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5974         unfollowed groups.
5975
5976 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5977
5978         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5979         expanding threads.
5980
5981 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * nnir.el: Use the server names without suffixes (bug #7009).
5984
5985         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5986         unencrypted to STARTTLS, if possible.
5987
5988 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5989
5990         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5991         headers before superseding.
5992
5993 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * nnrss.el (nnrss-use-local): Add documentation.
5996
5997         * nnimap.el (nnimap-extend-tls-programs): New function.
5998         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5999         (nnimap-wait-for-connection): Accept the greeting from the stupid
6000         output from openssl s_client -starttls, too.
6001
6002         * tls.el (tls-starttls-switches): New variable.
6003         (tls-find-starttls-argument): Use it.
6004         (open-tls-stream): Ditto.
6005
6006         * netrc.el (netrc-credentials): Return the value of the "default" entry.
6007         (netrc-machine): Ditto.
6008
6009         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6010         article number.
6011         (nnimap-split-fancy): New variable.
6012         (nnimap-split-incoming-mail): Use it.
6013
6014         * nntp.el (nntp-server-list-active-group): Document.
6015
6016         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6017         SELECT to get the message-id.
6018
6019         * mail-source.el (mail-sources): Remove webmail support.
6020         (defvar): Ditto.
6021         (mail-source-fetcher-alist): Ditto.
6022         (mail-source-fetch-webmail): Remove.
6023
6024         * webmail.el: Remove -- doesn't seem relevant any more.
6025
6026         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6027
6028         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6029         the \r.
6030
6031 2010-09-30  Julien Danjou  <julien@danjou.info>
6032
6033         * gnus-agent.el (gnus-agent-add-group): Fix call to
6034         gnus-completing-read.
6035
6036 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * nndoc.el (nndoc-retrieve-groups): New function.
6039
6040         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6041         `default', use nnmail-split-methods.
6042         (nnimap-request-article): Downcase the NILs so that they are nil.
6043
6044         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6045         symbol.
6046
6047         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6048         code, since if the user has requested network, that's what they ought
6049         to get.
6050         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6051         (nnimap-split-rule): Mark as obsolete.
6052
6053         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6054         New variable.
6055
6056         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6057         correct slot, too.
6058
6059 2010-09-29  Julien Danjou  <julien@danjou.info>
6060
6061         * gnus.el (gnus-local-domain): Declare variable obsolete.
6062
6063         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6064         Fix history computing.
6065         (gnus-ido-completing-read): Require ido.
6066
6067 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6070         build Gnus.
6071
6072         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6073         when interpreting the structures.
6074         (nnimap-request-accept-article): Add \r\n to the lines to make this
6075         work with Cyrus.
6076
6077         * nndraft.el (nndraft-request-expire-articles): Use the group name
6078         instead if "nndraft".  Fix found by Nils Ackermann.
6079
6080 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6081
6082         * nnregistry.el: Add.
6083
6084 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6085
6086         * nnmail.el (group, group-art-list, group-art):
6087         Remove unneeded directives.
6088
6089 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6092         (mm-mime-charset)
6093         * rfc2047.el (rfc2047-syntax-table)
6094         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6095
6096         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6097         rather than `insert-file-contents' and `eval-region'.
6098
6099         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6100         construction.
6101
6102         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6103
6104         * time-date.el: No need to require cl for Emacs 21.
6105
6106 2010-09-29  Julien Danjou  <julien@danjou.info>
6107
6108         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6109         replacement of `gnus-gravatar-relief' to mimic
6110         `gnus-faces-properties-alist'.
6111         Add :version property.
6112
6113 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * mail-source.el (mail-source-report-new-mail)
6116         * message.el (message-default-mail-headers)
6117         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6118
6119         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6120
6121 2010-09-28  Julien Danjou  <julien@danjou.info>
6122
6123         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6124         mail-address contains the same string as real-name.
6125
6126         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6127         non-blank in header, otherwise it'll get stripped.
6128
6129         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6130         real-name, and then for mail address rather than doing : or , search.
6131
6132 2010-09-27  Julien Danjou  <julien@danjou.info>
6133
6134         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6135         right completing-read function.
6136         (gnus-use-ido): New variable
6137         (gnus-completing-read-with-default): Remove.
6138         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6139         (gnus-agent-add-group):
6140         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6141         * mm-view.el (mm-view-pkcs7-decrypt):
6142         * mm-util.el (mm-codepage-setup):
6143         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6144         * mml-smime.el (mml-smime-openssl-sign-query):
6145         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6146         (mml-insert-multipart):
6147         * gnus-msg.el (gnus-summary-yank-message):
6148         * gnus-int.el (gnus-start-news-server):
6149         * mm-decode.el (mm-interactively-view-part):
6150         * gnus-dired.el (gnus-dired-attach):
6151         * gnus.el (gnus-read-method):
6152         * gnus-bookmark.el (gnus-bookmark-jump):
6153         * gnus-art.el (gnus-mime-view-part-as-type)
6154         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6155         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6156         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6157         * nnmairix.el (nnmairix-create-server-and-default-group)
6158         (nnmairix-update-groups, nnmairix-get-server)
6159         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6160         (nnmairix-get-group-from-file-path):
6161         * nnrss.el (nnrss-find-rss-via-syndic8):
6162         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6163         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6164         (gnus-group-browse-foreign-server):
6165         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6166         (gnus-summary-execute-command, gnus-summary-respool-article)
6167         (gnus-read-move-group-name):
6168         * gnus-score.el (gnus-summary-increase-score)
6169         (gnus-summary-score-effect):
6170         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6171
6172 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6175         x-focus-frame.
6176
6177         * nnimap.el (auth-source-forget-user-or-password)
6178         (auth-source-user-or-password): Autoload.
6179
6180         * message.el (message-from-style, message-interactive)
6181         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6182         (message-yank-prefix, message-indentation-spaces, message-signature)
6183         (message-signature-file): Add comment.
6184
6185 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6188         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6189         new articles.
6190
6191         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6192         parts.
6193         (nnimap-request-article): Work with the t setting, too.
6194
6195         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6196         that you don't get flashes of other buffers.
6197         (gnus-summary-show-complete-article): Intern before setting.
6198
6199 2010-09-27  David Engster  <dengste@eml.cc>
6200
6201         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6202         well as HEADERS.
6203         (nnmairix-retrieve-headers): Provide new argument for the above.
6204
6205 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * gnus-sum.el (gnus-summary-move-article): Don't alter
6208         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6209         group.
6210
6211         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6212
6213         * message.el (message-cite-prefix-regexp): Revert my last edit.
6214
6215         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6216         variable instead of the Gnus variable.
6217
6218         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6219
6220         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6221
6222         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6223         since some servers don't like it.
6224         (nnimap-open-connection): Forget credentials if the server says the
6225         password was wrong.
6226         (nnimap-parse-line): Protect against invalid data.
6227
6228         * gnus-sum.el (gnus-summary-move-article): Add comment.
6229         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6230         nothing alters it while scanning for new messages.
6231
6232         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6233         which may or may not help.
6234         (nnimap-open-connection): If we're doing a stream connection, and then
6235         discover we're on a STARTTLS-capable server, then open a STARTTLS
6236         connection instead.
6237
6238 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * nnimap.el (utf7): Require.
6241
6242         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6243         prefix.
6244
6245 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6246
6247         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6248
6249 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * nnimap.el (nnimap-request-accept-article): Message the error on
6252         error.
6253
6254 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6257
6258 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * nndoc.el (nndoc-request-list): Return success always.
6261
6262         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6263         `fetch-old' -- we only want to fetch the articles we've requested.
6264         The rest are in the agent, probably.
6265         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6266         disappeared server" to something low.  It's not important.
6267
6268         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6269         arrived before the FETCH data.
6270
6271         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6272         target here, because we don't know the Gnus name of the group.
6273
6274         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6275         for the correct group.
6276
6277         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6278
6279         * gnus.el (gnus): Give a final warning after startup.
6280
6281         * gnus-util.el (gnus-action-message-log): New variable.
6282         (gnus-message): Use it.
6283         (gnus-final-warning): New function.
6284
6285         * nnimap.el (nnimap-open-connection): Record the greeting.
6286         (nnimap): Add greeting.
6287
6288 2010-09-26  Julien Danjou  <julien@danjou.info>
6289
6290         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6291         arguments.
6292         (gnus-html-wash-images): Fix spec computing to include start/end.
6293
6294         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6295
6296 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6299         deletion.
6300         (nnimap-retrieve-headers): Don't select the group, because that's
6301         already done by nnimap-possibly-change-group.
6302
6303         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6304         (gnus-picon-transform-address): Use it.
6305
6306         * mail-source.el (mail-source-value): Revert previous patch.
6307
6308         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6309         on failure.
6310         (nnimap-open-connection): Look up both virtual and physical server name
6311         credentials.
6312
6313         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6314
6315 2009-02-07  Dave Love  <fx@gnu.org>
6316
6317         * tls.el (open-tls-stream): Don't query killing process.
6318
6319 2009-02-08  Dave Love  <fx@gnu.org>
6320
6321         * gnus-win.el (gnus-window-to-buffer-helper)
6322         (gnus-all-windows-visible-p): Function needn't be a symbol.
6323
6324         * mail-source.el (mail-source-value): Function needn't be a symbol.
6325
6326 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * message.el (message-cite-prefix-regexp): Remove } from the cite
6329         prefix.
6330
6331         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6332         highlight again, so that the highlight is correct.
6333
6334         * gnus-picon.el (gnus-picon): Remove again.
6335         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6336
6337         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6338         doing the header highlightling, so that the background color of the
6339         picon is correct.
6340
6341         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6342         (gnus-picon): Ditto.
6343         (gnus-picon): Reinstate.  The background color for picons is white.
6344         (gnus-picon-insert-glyph): Make the background white.
6345
6346         * nnml.el (nnml-open-nov): Don't return dead buffers.
6347
6348         * auth-source.el (auth-source-create): Query the user for whether to
6349         store the credentials.
6350
6351         * netrc.el (netrc-store-data): New function.
6352
6353         * auth-source.el (auth-source-user-or-password): Use the existing auth
6354         sources, if any, for creation.
6355
6356         * gnus.el (gnus-group-fast-parameter): Return the last matching
6357         parameter instead of the first matching parameter.
6358
6359 2010-09-26  Julien Danjou  <julien@danjou.info>
6360
6361         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6362
6363 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * mml2015.el (mml2015-use): Remove gpg support.
6366
6367         * mml1991.el (mml1991-function-alist): Remove gpg function.
6368         (mml1991-gpg-sign): Remove.
6369
6370 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6371
6372         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6373         (gnus-browse-unsubscribe-current-group): Document it.
6374         (gnus-browse-unsubscribe-group): Use it.
6375
6376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6379         address to the To list for easier response.
6380
6381         * gnus.el (gnus-play-startup-jingle): Remove.
6382         (gnus-splash): Don't play jingle.
6383         (gnus): Silence gnus-load message.
6384
6385         * gnus-art.el (gnus-treat-play-sounds): Remove.
6386
6387         * gnus.el (gnus-play-jingle): Remove audio support.
6388
6389         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6390
6391         * earcon.el: Remove -- no users.
6392
6393         * gnus-audio.el: Remove -- no users of this package.
6394
6395         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6396
6397         * gnus-start.el (gnus-setup-news): Remove nocem support.
6398
6399         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6400
6401         * gnus.el (gnus-use-nocem): Remove.
6402
6403         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6404         Remove.
6405
6406         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6407         uses NoCeM any more.
6408
6409         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6410         (gnus-button-ctan-handler): Ditto.
6411         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6412         (gnus-button-ctan-directory-regexp): Ditto.
6413         (gnus-button-handle-ctan): Ditto.
6414         (gnus-button-tex-level): Ditto.
6415         (gnus-button-alist): Remove CTAN stuff.
6416
6417 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6420         nnimap-streaming test.
6421
6422         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6423         servers twice.
6424
6425         * nnimap.el (nnimap-open-connection): Add more error reporting when
6426         nnimap fails early.
6427
6428         * nnheader.el (nnheader-get-report-string): New function.
6429         (nnheader-get-report): Use it.
6430
6431         * gnus-int.el (gnus-check-server): Say what the error was when opening
6432         failed.
6433
6434         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6435         using streaming.
6436
6437 2010-09-25  Julien Danjou  <julien@danjou.info>
6438
6439         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6440         gnus-window-inside-pixel-edges.
6441
6442 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6443
6444         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6445
6446         * mm-decode.el (mm-save-part): Allow saving to other directories the
6447         normal Emacs way.
6448
6449         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6450         Suggested by Jay Berkenbilt.
6451
6452         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6453         there isn't a single byte.
6454
6455         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6456         just do it.  It doesn't really seem to matter what the user responds
6457         here, I think, so it's just a confusing question.
6458
6459         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6460         non-streaming case.
6461
6462         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6463         (gnus-article-encrypt-body): Use it.
6464
6465         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6466         keystroke.
6467
6468         * nnimap.el (nnimap-find-wanted-parts-1):
6469         Use gnus-fetch-partial-articles.
6470
6471         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6472
6473         * nnimap.el (nnimap-insert-partial-structure): New function.
6474         (nnimap-get-partial-article): New function.
6475         (nnimap-request-article): Use it.
6476         (nnimap-wait-for-response): Return whether the wait was successful.
6477         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6478         retrieval wasn't successful.
6479         (nnimap-retrieve-group-data-early): Allow throttling servers.
6480         (nnimap-streaming): New variable.
6481         (nnimap-fetch-partial-articles): Remove.
6482
6483         * mm-decode.el (mm-with-part): Protect against killed buffers.
6484
6485         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6486         for prettier summary display.
6487
6488 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6489
6490         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6491
6492 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6495         apparently third-party libraries depend on it.
6496
6497         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6498         before starting negotiation.
6499
6500         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6501         privacy reasons.
6502         (gnus-treat-mail-gravatar): Ditto.
6503
6504         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6505         buffer when inserting images.  Inserting text into the headers, for
6506         instance, can make them invalid.
6507
6508 2010-09-25  Julien Danjou  <julien@danjou.info>
6509
6510         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6511         variables.
6512
6513         * nnheader.el: Remove useless variables news-reply-yank-from and
6514         news-reply-yank-message-id.
6515
6516         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6517         variables.
6518
6519         * mml1991.el: Remove useless mml1991-verbose.
6520
6521         * gnus.el: Remove useless variable gnus-use-generic-from.
6522         Remove obsolete variable gnus-topic-indentation.
6523
6524         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6525
6526         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6527
6528         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6529
6530         * gnus-group.el: Remove useless gnus-group-icon-cache.
6531         Remove useless gnus-ephemeral-group-server.
6532
6533         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6534
6535         * mml2015.el: Remove useless mml2015-verbose.
6536
6537         * mml-smime.el: Remove useless mml-smime-verbose.
6538
6539         * gnus.el: Remove useless gnus-local-domain.
6540
6541         * gnus-gravatar.el (gnus-gravatar-transform-address):
6542         Use gnus-gravatar-size.
6543
6544         * gnus-art.el: Remove useless gnus-treat-translate.
6545
6546 2010-09-24  Julien Danjou  <julien@danjou.info>
6547
6548         * gnus-sum.el: Add support for Gravatars.
6549
6550         * gnus-art.el: Add support for Gravatars.
6551
6552         * gnus-gravatar.el: Add this file.
6553
6554         * gravatar.el: Add this file.
6555
6556 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6559
6560         * gnus-group.el (gnus-group-fetch-faq): Remove.
6561
6562         * gnus.el (gnus-group-faq-directory): Remove.
6563
6564         * gnus-group.el (gnus-group-fetch-charter): Remove.
6565
6566         * gnus.el (gnus-group-charter-alist): Remove.
6567
6568         * gnus-group.el (gnus-group-archive-directory): Remove.
6569         (gnus-group-recent-archive-directory): Ditto.
6570         (gnus-group-make-archive-group): Remove.
6571
6572         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6573
6574         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6575         use the same article number for all the cached articles.
6576
6577         * nnimap.el (nnimap-command): Register the last command time so
6578         that we can use it for idling NOOPs.
6579         (nnimap-open-connection): Start the keeplive timer.
6580         (nnimap-make-process-buffer): Store all the process buffers.
6581         (nnimap-keepalive): New function.
6582
6583         * starttls.el (starttls-open-stream): Add autoload cookie.
6584
6585 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6586
6587         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6588         handling.
6589
6590 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591
6592         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6593         its data structures.
6594
6595         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6596         instead of the cl.el copy-list.
6597         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6598         equalp.
6599
6600 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6603         and tool-bar-local-item-from-menu.
6604
6605         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6606         mode-line-highlight face for Emacs.
6607
6608         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6609         loading gnus-sum.elc; fix comment for canlock-verify.
6610         (gnus-article-jump-to-part): Use read-number.
6611         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6612         Remove Emacs pre-21 compatible code for help-echo.
6613         (gnus-article-next-page-1): No need to adjust the number of lines.
6614         (gnus-article-describe-bindings): Always use help-buffer.
6615
6616         * gnus-audio.el (gnus-audio-inline-sound)
6617         * gnus-cus.el (gnus-custom-mode)
6618         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6619
6620         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6621
6622         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6623         compatible code.
6624
6625 2010-09-24  Glenn Morris  <rgm@gnu.org>
6626
6627         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6628         visiting the fcc file in rmail-mode.
6629
6630         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6631
6632 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * nnir.el: Silence the byte compiler.
6635
6636         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6637         alias to browse-url-url-encode-chars if any.
6638         (gnus-html-encode-url): Use it.
6639
6640 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * gnus-start.el (gnus-use-backend-marks): New variable.
6643         (gnus-get-unread-articles-in-group): Use it.
6644
6645         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6646         makeover.
6647
6648 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6649
6650         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6651
6652 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6653
6654         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6655         Remove.
6656         (gnus-setup-news-hook):
6657         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6658
6659         * gnus-int.el (gnus-request-update-info): Protect against backends not
6660         having the function.
6661
6662         * nnimap.el (nnimap-stream): Mention starttls.
6663         (nnimap-open-connection): Add starttls support.
6664
6665 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6666
6667         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6668
6669 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6672         BODYSTRUCTUREs.
6673         (nnimap-transform-headers): Unfold quoted {42} headers.
6674
6675         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6676         the info.
6677         (gnus-get-unread-articles): Only call updatep on backends that support
6678         it.
6679
6680         * nnweb.el (nnweb-request-update-info): NOOP.
6681
6682         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6683
6684         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6685         since it only deals with marks.
6686
6687         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6688         gnus-request-marks, and make a new gnus-request-update-info.
6689
6690         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6691         the active instead of the high number, which is usually too low.
6692
6693 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6694
6695         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6696         * encrypt.el: Remove.
6697
6698 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6699
6700         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6701         server in symbolic form.
6702
6703         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6704
6705 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6708         (nnimap-update-info): Fix up code slightly.
6709
6710         * gnus-int.el (gnus-open-server): Add tracing for performance
6711         debugging.
6712
6713         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6714         (gnus-group-insert-group-line): Pass the real group name so that it
6715         gets the right data.
6716
6717         * gnus-start.el (gnus-get-unread-articles): Don't have
6718         `gnus-get-unread-articles-in-group' update info, since that can be
6719         really slow and doesn't seem to be needed?
6720
6721 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6722
6723         * time-date.el (date-to-time): Try using parse-time-string first before
6724         using the slower timezone-make-date-arpa-standard.
6725
6726 2010-09-22  Julien Danjou  <julien@danjou.info>
6727
6728         * gnus-group.el (gnus-group-insert-group-line):
6729         Call gnus-group-highlight-line.
6730         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6731         default hook list.
6732         (gnus-group-update-eval-form): Add new function.
6733         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6734         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6735
6736 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6739         immediate, then expire all articles.
6740         (nnimap-update-info): Fix off-by-one errors.
6741         (nnimap-flags-to-marks): Would return no marks lists for group with no
6742         flags.  Instead return the other data.
6743
6744 2010-09-22  Julien Danjou  <julien@danjou.info>
6745
6746         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6747         Only return an icon.
6748         (gnus-group-insert-group-line): Compute icon to return.
6749
6750         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6751         (gnus-html-image-fetched): Only cache if
6752         gnus-html-image-automatic-caching is set.
6753         (gnus-html-image-fetched): Check for errors.
6754
6755 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6758         once per method on `g'.  This ensures that backends like nnfolder don't
6759         open all their folders.
6760
6761         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6762         (nnimap-request-list): Nix out group in the correct buffer.
6763         (nnimap-parse-flags): Implement by using `read' instead of
6764         hand-parsing.
6765         (nnimap-flags-to-marks): Pass on permanent-flags.
6766         (nnimap-make-process-buffer): Record the server name.
6767         (nnimap-parse-flags): Fix typo.
6768         (nnimap-request-scan): Run split on the server in general, not just a
6769         single group.
6770
6771         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6772         parameter, and propagate this downwards.
6773
6774         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6775         since EXAMINE changes it on the server.
6776
6777         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6778         this command might take a while.
6779
6780 2010-09-22  Julien Danjou  <julien@danjou.info>
6781
6782         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6783         harmful if you have 2 images side-by-side, they can't be properly
6784         update on text deletion.  Using text-property is safer here.
6785         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6786         data.
6787
6788 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789
6790         * nnimap.el (nnimap-expunge-inbox): Remove.
6791         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6792         (nnimap-expunge): Flip default to t.
6793
6794         * gnus.el (gnus-method-to-server): Don't push things to the cache
6795         unless it's unique.
6796         (gnus-server-to-method): Ditto.
6797
6798 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6801
6802 2010-09-22  Julien Danjou  <julien@danjou.info>
6803
6804         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6805         get the start of data.
6806         (gnus-html-encode-url): Add this function to encode special chars in
6807         URL.
6808         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6809         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6810
6811         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6812         default.
6813         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6814
6815         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6816         images alt-text.
6817         (gnus-html-put-image): Put alt-text as help-echo.
6818
6819 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6822         * mm-util.el (mm-decompress-buffer)
6823         * nnir.el (nnir-run-find-grep)
6824         * pop3.el (pop3-list): Use 3rd arg of split-string.
6825
6826         * time-date.el (format-seconds): Comment fix.
6827
6828         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6829         and byte-optimize-form-code-walker.
6830         (dgnushack-make-auto-load): Don't advise make-autoload.
6831
6832         * lpath.el: Remove Emacs 21 stuff.
6833
6834 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6837         outside the active range.  Suggested by Dan Christensen.
6838
6839         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6840         slightly later to avoid double-getting it.
6841
6842         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6843         previous patch.
6844
6845         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6846
6847 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6848
6849         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6850
6851 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * gnus-int.el (gnus-open-server): Give a better error message in the
6854         "go offline" case.
6855
6856         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6857         marks for nnimap, which is seldom the right thing to do.
6858
6859         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6860         (gnus-same-method-different-name): New function.
6861
6862         * nnimap.el (parse-time): Require.
6863
6864         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6865         method in the presence of many similar methods.
6866
6867         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6868
6869         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6870         nnml-inhibit-expiry.
6871
6872         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6873         find out whether methods are equal.
6874
6875         * nnimap.el (nnimap-find-expired-articles): New function.
6876         (nnimap-process-expiry-targets): New function.
6877         (nnimap-request-move-article): Request the article before looking at
6878         what the Message-ID is.  Fix found by Andrew Cohen.
6879         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6880
6881         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6882         for oldness in addition to being a predicate.
6883
6884         * nnimap.el (nnimap-request-group): When we have zero articles, return
6885         the right data to Gnus.
6886         (nnimap-request-expire-articles): Only delete articles immediately if
6887         the target is 'delete.
6888
6889         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6890         method, this would bug out.
6891
6892         * gnus-group.el (gnus-group-expunge-group): Rename from
6893         gnus-group-nnimap-expunge, and implemented as a normal interface
6894         function.
6895
6896         * gnus-int.el (gnus-request-expunge-group): New function.
6897
6898         * nnimap.el (nnimap-request-create-group): Implement.
6899         (nnimap-request-expunge-group): New function.
6900
6901 2010-09-21  Julien Danjou  <julien@danjou.info>
6902
6903         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6904         (gnus-html-cache-expired): Add new function.
6905         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6906         wethever we should display image for fetch it.
6907         Compute alt-text earlier to pass it to the fetching function too.
6908         (gnus-html-schedule-image-fetching): Change function argument to only
6909         get one image at a time, not a list.
6910         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6911         cache.
6912         (gnus-html-get-image-data): New function to retrieve image data from
6913         cache.
6914         (gnus-html-put-image): Change buffer argument to use image data rather
6915         than file, and place image above region rather than inserting a new
6916         one.  Do not take alt-text as argument, since it's useless now: we place
6917         the image above alt-text.
6918         (gnus-html-prune-cache): Remove.
6919         (gnus-html-show-images): Start to fetch image when we find one, do not
6920         push into a temporary list.
6921         (gnus-html-prefetch-images): Only fetch image if they have expired.
6922         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6923         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6924
6925 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6928
6929 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6932         spec inser "*" if the group isn't active instead of 0.
6933
6934         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6935         opening the server.
6936         (nnimap-request-delete-group): Implement group deletion.
6937         (nnimap-transform-headers): Return the size of the entire message in
6938         the Bytes header, not just the size of the first part.
6939         (nnimap-request-move-article): When moving an article from nnimap,
6940         request the article first so the accepting form has an article to
6941         accept.  Reported by Dan Christensen.
6942         (nnimap-command): Make sure that the error message doesn't error out.
6943
6944 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6945
6946         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6947         we haven't requested anything.
6948
6949 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6952         "".  Fix found by Andrew Cohen.
6953
6954         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6955         instead of -encode-string.
6956
6957 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6960
6961         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6962         by mm-subst-char-in-string.
6963
6964 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6967         waiting for the connection string.
6968
6969         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6970         arriving.
6971
6972         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6973         bogus characters.  This allows selecting certain Gmail groups.
6974
6975         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6976         (nnimap-fetch-partial-articles): New variable.
6977         (nnimap-open-connection): When looking for credentials, also use the
6978         nnimap-server-port.
6979         (nnimap-request-article): Return the group/article number, so that Gnus
6980         `^' works as expected.
6981         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6982
6983         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6984         comments.
6985         (gnus-methods-sloppily-equal): New function.
6986         (gnus): When using the development version of Gnus, load the gnus-load
6987         file.
6988
6989         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6990         `gnus-open-server' on each method before trying to scan them etc.
6991         This ensures that all the backend parameters are set correctly.
6992
6993         * nnimap.el (nnimap-authenticator): New variable.
6994         (nnimap-open-connection): Allow anonymous login.
6995         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6996         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6997
6998         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6999         patch, found by Knut Anders Hatlen.
7000
7001 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7002
7003         * gnus-agent.el (gnus-agent-batch-confirmation)
7004         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7005         to gnus-message.
7006         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7007         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7008         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7009         * gnus-int.el (gnus-open-server): Likewise.
7010         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7011         (gnus-score-check-syntax): Likewise.
7012         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7013         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7014         Likewise.
7015         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7016
7017 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7020         calling conventions so that prefetch doesn't bug out.
7021
7022 2010-09-19  Julien Danjou  <julien@danjou.info>
7023
7024         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7025         rather than `subst-char-in-region' in order to be able to replace ASCII
7026         char by UTF-8 ones.
7027
7028         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7029         than curl.
7030         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7031         the right URL and ALT text on images.
7032         (gnus-html-wash-tags): Fix tag case.
7033         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7034         (gnus-article-html): Add -o display_ins_del=2 option.
7035         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7036
7037 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7040         the extra mail headers, which sometimes seem to happen for unknown
7041         reasons.
7042
7043         * mail-parse.el (mail-header-encode-parameter): Define as
7044         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7045         (or most, perhaps?) mail readers don't understand the latter, but do
7046         understand the former.
7047
7048         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7049         to nil, so that no methods are automatically agentized.  I think this
7050         is probably what most users want.
7051
7052         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7053         from url-retrieve, for instance about invalid URLs.
7054
7055         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7056         groups that have no articles.
7057         (nnimap-request-article): Check that we really got an article when we
7058         requested one.
7059
7060         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7061         doesn't exist.
7062
7063         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7064         nntp buffer so the agent can save it.
7065         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7066         that CRLF doesn't get translated to \n.
7067         (nnimap-open-connection): Don't make 'shell commands only send \n.
7068
7069 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7070
7071         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7072         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7073         Update var name.
7074         (nnml-generate-nov-file): Use dolist.
7075         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7076         Use with-current-buffer.
7077
7078 2010-09-18  Julien Danjou  <julien@danjou.info>
7079
7080         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7081         parallel.
7082
7083 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7086         the range update right.
7087         (nnimap-request-group): Don't make `M-g' bug out on group with no
7088         marks.
7089         (nnoo): Require, so that other packages can require nnimap.
7090         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7091         command we're looking for.  This helps when the server sends more
7092         responses after we've gotten everything we expected.
7093         (nnimap): Add a `newlinep' field to keep track of end-of-line
7094         conventions.
7095         Don't send CRLF to things that don't want it.
7096         (nnimap-request-accept-article): Ditto.
7097
7098 2010-09-18  Julien Danjou  <julien@danjou.info>
7099
7100         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7101         than curl to retrieve images.
7102
7103 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7106         the marks.
7107         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7108         (nnimap-wait-for-connection): New function.
7109         (nnimap-open-connection): If we have PREAUTH, don't query for login
7110         credentials.
7111         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7112         when doing a partial update.
7113
7114 2010-09-18  Julien Danjou  <julien@danjou.info>
7115
7116         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7117         tags.
7118
7119 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * nnimap.el (nnimap-credentials): New function.
7122         (nnimap-open-connection): Use the new function to look for credentials
7123         also on the numeric equivalents of "imap" and "imaps".
7124
7125         * gnus-start.el (gnus-activate-group): Send the info to
7126         gnus-request-group.
7127
7128         * nnimap.el (nnimap-request-group): Have the "check" version of the
7129         function parse flags and update the info, so that a `M-g' get a total
7130         resync of all flags from the group.
7131
7132         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7133         to allow backends to alter the info on group selection.  Also alter all
7134         the backend -request-group functions to take the parameter.
7135
7136         * nnimap.el (nnimap-store-info): New function.
7137         (nnimap-update-info): Store the info for later usage.
7138         (nnimap-request-group): Use the stored info for the dont-check case, so
7139         that we don't retrieve all marks when we enter a group.
7140
7141         * nnimap.el: Use deffoo instead of defun for interface functions.
7142
7143         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7144         update the group info.  This makes the nndraft groups, for instance, go
7145         back to their old behavior.
7146
7147         * gnus-sum.el (gnus-select-newsgroup): Indent.
7148
7149         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7150         in.
7151         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7152         nothing.
7153
7154         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7155         from methods that are denied.
7156
7157         * gnus-int.el (gnus-method-denied-p): New function.
7158
7159         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7160         store the password instead of netrc.
7161         (nnimap-open-connection): Don't error out when we can't make a
7162         connections.
7163
7164         * auth-source.el (auth-source-create): In the password prompt, say what
7165         we're querying for.  Also prompt for user name if that hasn't been
7166         given.
7167
7168         * nnimap.el (nnimap-with-process-buffer): Remove.
7169
7170 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7173         method when we're reading from the agent.
7174
7175         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7176
7177         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7178         that's probably most useful for users.
7179
7180         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7181         "failed" all the time.
7182
7183         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7184         ...)) with (with-current-buffer ... ).
7185
7186         * nntp.el (nntp-open-server): Return whether the open was successful or
7187         not.
7188
7189         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7190         select an unread unseen article first.
7191
7192         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7193         /etc/services, supply some sensible port defaults.
7194
7195         * dgnushack.el: Define netrc-credentials.
7196
7197 2010-09-17  Julien Danjou  <julien@danjou.info>
7198
7199         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7200
7201 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7202
7203         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7204         doesn't have any parameters.
7205
7206 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7209         only upcased checks.
7210
7211         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7212
7213         * nnimap.el (nnimap-open-shell-stream): New function.
7214         (nnimap-open-connection): Use it.
7215         (nnimap-transform-headers): Get the number of lines in each message.
7216         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7217         number of lines.
7218         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7219         problem.
7220
7221         * utf7.el (utf7-encode): Autoload.
7222
7223         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7224         to allow the mail splitting to not return a default group.  This is
7225         useful for nnimap, which will leave unmatched mail in the inbox.
7226
7227         * nnimap.el: Rewritten.
7228
7229         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7230         nnimap usage.
7231
7232         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7233         if the move is internal, so that nnimap can do fast internal moves.
7234
7235         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7236         data.
7237         (gnus-read-active-for-groups): Support finishing the early retrieval of
7238         data.
7239
7240         * gnus-range.el (gnus-range-nconcat): New function.
7241
7242         * gnus-int.el (gnus-finish-retrieve-group-infos)
7243         (gnus-retrieve-group-data-early): New functions.
7244
7245 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7246
7247         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7248         (nnrss-retrieve-groups):
7249         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7250         (pop3-quit): Use with-current-buffer.
7251
7252 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7255         instead of nnheader-accept-process-output.
7256
7257         * dgnushack.el (dgnushack-compile): Add comment.
7258
7259         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7260
7261         * gnus-html.el (gnus-html-schedule-image-fetching)
7262         (gnus-html-prefetch-images): Replace process-kill-without-query by
7263         gnus-set-process-query-on-exit-flag.
7264
7265 2010-09-16  Romain Francoise  <romain@orebokech.com>
7266
7267         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7268
7269 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7272         parameter to unintern is mandatory-ish in Emacs 24.
7273
7274         * gnus-html.el (gnus-html-schedule-image-fetching)
7275         (gnus-html-prefetch-images): Check for curl before using it.
7276
7277         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7278         depend on curl, which isn't essential.
7279
7280         * imap.el: Revert back to version
7281         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7282         seem problematic.
7283
7284 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7285
7286         * gnus-registry.el (gnus-registry-install-shortcuts):
7287         Explicitly pass `obarray' to `unintern' to avoid a warning.
7288
7289 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7292         change.
7293
7294         * nnrss.el (nnrss-request-list): Remove this function and related
7295         functions, including the moreover stuff.
7296
7297 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnrss.el (nnrss-retrieve-groups): New function.
7300
7301 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7302
7303         * .dir-locals.el: Add no-byte-compile cookie.
7304
7305 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * time-date.el (format-seconds): Comment fix.
7308
7309         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7310         for back end that doesn't support request-scan.
7311
7312 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7313
7314         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7315         then do request scans from the backends.
7316
7317         * netrc.el (netrc-credentials): New conveniency function.
7318
7319         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7320         avoid running a hook per line, since this takes a lot of time,
7321         profiling shows.
7322         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7323         directly if gnus-visual-p is true.
7324
7325 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7328         groups; replace mapcar with dolist which is a bit faster; pass groups
7329         info to gnus-read-active-file-1.
7330         (gnus-read-active-file-1): Scan only specified groups if the new
7331         optional arg `infos' is given.
7332
7333 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334
7335         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7336
7337         * pop3.el (pop3-movemail): Remove.
7338         (pop3-streaming-movemail): Rename to pop3-movemail.
7339
7340         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7341         don't restrict end-tag searches to the end of the line.
7342
7343 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7346         articles of every unchecked group to t, which means unknown since the
7347         server has never been opened.
7348
7349 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * gnus-html.el (gnus-html-show-alt-text): New command.
7352         (gnus-html-browse-image): Ditto.
7353         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7354         to browse the image directly.
7355         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7356         better.
7357
7358         * gnus-async.el (gnus-async-article-callback):
7359         Call `gnus-html-prefetch-images' unconditionally.
7360
7361         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7362         before feeding URLs to curl.
7363
7364 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7367         internal images as deletable by `W D D'.
7368
7369         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7370         (gnus-async-article-callback): Fix typo.
7371
7372 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7375         current line to work around bugs in the output from w3m.
7376
7377         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7378         for groups that want that.
7379
7380         * nntp.el (nntp-wait-for-string): Supply a timeout for
7381         accept-process-output to ensure progress.
7382
7383         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7384         level to get unread articles from, then use that for foreign groups,
7385         too.
7386
7387         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7388         confuses the rest of the function.
7389
7390         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7391         for the methods that support -retrieve-groups, too.
7392
7393         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7394
7395 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7398         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7399
7400         * pop3.el: Require cl when compiling.
7401         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7402
7403 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7406         that aren't going to be activated.
7407         (gnus-get-unread-articles): Fix up the last commit.
7408
7409         * gnus-html.el (gnus-article-html): Allow calling without specifying
7410         the handle.  In that case, dissect the buffer first.
7411
7412         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7413
7414         * nnimap.el (nnimap-open-connection): Revert the change that would look
7415         into authinfo for imaps instead of imap.
7416
7417         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7418         say that you don't want to call gnus-request-group with don-check, but
7419         do check the reponse.  This is for virtual groups only.
7420         (gnus-get-unread-articles): Count the archive groups as secondary, so
7421         that they're activated the same way as before.
7422
7423         * imap.el (imap-message-map): Removed optional buffer parameter, since
7424         no callers use it.
7425         (imap-message-get): Ditto.
7426         (imap-message-put): Ditto.
7427         (imap-mailbox-map): Ditto.
7428         (imap-mailbox-put): Ditto.
7429         (imap-mailbox-get): Ditto.
7430         (imap-mailbox-get): Revert last change for this function.
7431
7432         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7433         case-insensitively.
7434         (nnimap-debug): Remove.
7435
7436         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7437         callers to use `imap-fetch' instead.  According to the comments, this
7438         should be safe, since all other IMAP clients use the 1:* syntax.
7439         (imap-enable-exchange-bug-workaround): Remove.
7440         (imap-debug): Remove -- doesn't seem very useful.
7441
7442         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7443         mail from a file, and the file doesn't exist.
7444
7445         * imap.el (imap-log): New convenience function used throughout instead
7446         of repeating the same code all over the place.
7447
7448         * pop3.el (pop3-streaming-movemail): Return t for success.
7449
7450         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7451         .authinfo if we're using ssl connection.
7452
7453         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7454         already have if we're in a main Gnus `g' run.
7455
7456         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7457
7458 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7461
7462         * nnmh.el (nnmh-request-list-1): Bind `file'.
7463
7464         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7465         alias to set-process-query-on-exit-flag or process-kill-without-query.
7466         (pop3-open-server): Use it.
7467
7468 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7471         box to the Incoming file.  Fixes mistake in previous checkin.
7472
7473         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7474         request loop (for debugging purposes) removed.
7475
7476         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7477         culprit is more visible.
7478         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7479         (nnml-add-incremental-nov): New functions to do "incremental" nov
7480         updates, where we just append to the end of the existing nov files
7481         without reading/writing them in full.
7482
7483         * mail-source.el (mail-source-delete-crash-box): Really only check the
7484         incoming files once in a while.
7485
7486         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7487
7488         * mail-source.el (mail-source-delete-crash-box): Only check the
7489         incoming files for deletion once per day to save a lot of file
7490         accesses.
7491
7492         * pop3.el (pop3-logon): Fix up unbound variable typo.
7493
7494         * mail-source.el (pop3-streaming-movemail): Autoload.
7495
7496         * pop3.el (pop3-streaming-movemail):
7497         Respect pop3-leave-mail-on-server.
7498
7499         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7500         retrieval.
7501
7502         * pop3.el (pop3-process-filter): Remove unused function.
7503         (pop3-streaming-movemail, pop3-send-streaming-command)
7504         (pop3-wait-for-messages, pop3-write-to-file)
7505         (pop3-number-of-responses): New functions for streaming pop3
7506         retrieval.
7507
7508         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7509         come from no known methods.
7510         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7511         list.
7512
7513         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7514         message sizes.
7515         (pop3-movemail): Use erase-buffer instead of looping and deleting
7516         regions, which seems rather odd.
7517
7518         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7519         file once per `g' run.
7520
7521         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7522         directories.  This makes the draft queue directory work.
7523
7524         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7525         data from the backends, so that we only request the list of groups from
7526         each method once.  This should speed things up considerably.
7527
7528         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7529         detect that it's not implemented.
7530
7531         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7532         we actually do recurse down into the tree, but don't stat all leaf
7533         nodes.
7534
7535         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7536         then say so instead of bugging out.
7537
7538         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7539         files exist before trying to read them.
7540
7541         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7542         around <pre_int>.
7543
7544         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7545
7546         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7547
7548 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * mm-util.el (mm-image-load-path): Just return the image directories,
7551         not all directories in the path in addition to the image directories.
7552         (mm-image-load-path): Maintain a cache of the image directories so that
7553         the `g' command in Gnus doesn't have to stat dozens of directories each
7554         time.
7555
7556         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7557         (gnus-html-wash-tags): Add a new `i' command to insert images.
7558         (gnus-html-insert-image): New command and keystroke.
7559         (gnus-html-redisplay-with-images): New command and keystroke.
7560         (gnus-html-show-images): Rename command.
7561         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7562         spacers.
7563         (gnus-html-wash-tags): Decode entities at the end, so that entities
7564         inside the tags don't mess up the rest of the "parsing".
7565
7566         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7567         so that nnimap methods aren't agentized by default.  There's apparently
7568         many problems related to agent/imap behavior.
7569
7570         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7571
7572         * gnus-html.el: Doc fix.
7573
7574 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7577         specifier-spec-list for Emacs 21.
7578
7579         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7580         glyph-width and glyph-height instead of display-graphic-p and
7581         image-size; make avoidance of displaying small images work for XEmacs.
7582
7583         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7584         for XEmacs.
7585
7586         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7587         of symbol that holds plist data.
7588         (gnus-process-plist): Remove plist of process after getting it.
7589
7590 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591
7592         * message.el (message-generate-hashcash): Change default to
7593         'opportunistic if hashcash is installed.
7594
7595         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7596         (gnus-html-put-image): Only call image-size once, since it's somewhat
7597         time-consuming on remote X servers.
7598
7599 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7602         type on data, not a file name.
7603
7604         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7605         window-pixel-edges for Emacs 21.
7606
7607         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7608         decoded contents.
7609         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7610
7611 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7614         group line format, since it isn't very interesting.
7615
7616         * gnus-agent.el (gnus-agent-short-article),
7617         (gnus-agent-long-article): Increase values for these two variables,
7618         since most people are likely to have more network connection and
7619         storage than before.
7620
7621         * gnus.el (gnus-refer-article-method): Change default to 'current.
7622         When referring an article, the common behavior is to refer it from the
7623         current select method, not the native select method.  The chances of
7624         the native select method having the message in question is rather slim
7625         these days.
7626
7627         * gnus-sum.el (gnus-auto-select-subject): Change default to
7628         `unseen-or-unread'.  I think it's likely that most people want to
7629         select an unseen article over a previously seen, but unread one.
7630
7631         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7632         means that in the article buffer none of the minor mode elements will
7633         be shown, usually, and this is not desirable in most cases.
7634
7635         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7636         that commands like `d' (and the like) go to the next line in the
7637         buffer, instead of the next unread article.  I think this is the
7638         behavior that is most natural for most users.
7639         (gnus-single-article-buffer): Change default to nil, so that people can
7640         have as many article buffers open as they have summary buffer.  I think
7641         this is the most natural way for the groups to behave.
7642
7643         * message.el (message-generate-new-buffers): Change default to
7644         `unsent', so that all new message buffers start their names with the
7645         string "*unsent", and it's easier to find the buffers if you move from
7646         them.
7647
7648 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7651         small.  They're probably tracking images.
7652         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7653         (gnus-html-rescale-image): Yet another try at getting the image sizing
7654         right.
7655
7656         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7657         nntp-marks-file-name is nil.
7658
7659 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * gnus-html.el (gnus-html-wash-tags)
7662         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7663         Better logging.
7664
7665 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666
7667         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7668
7669         * gnus-html.el (gnus-html-wash-tags): Check the value of
7670         gnus-blocked-images in the summary buffer.
7671
7672 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7673
7674         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7675
7676 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7679         like "a", it seems like.
7680         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7681         since it needs to be picked from the correct buffer.
7682
7683         * nnwfm.el: Remove.
7684
7685         * nnlistserv.el: Remove.
7686
7687 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7690         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7691
7692 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * nnkiboze.el: Remove.
7695
7696         * nndb.el: Remove.
7697
7698         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7699         alt text.
7700         (gnus-html-rescale-image): Try to get the rescaling logic right for
7701         images that are just wide and not tall.
7702
7703         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7704         overshadow variable bindings.
7705
7706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7707
7708         * gnus-html.el (gnus-html-wash-tags)
7709         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7710         Add extra logging.
7711
7712 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7715         (gnus-max-image-proportion): New variable.
7716         (gnus-html-rescale-image): New function.
7717         (gnus-html-put-image): Rescale images.
7718
7719 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7720
7721         Fix up some byte-compiler warnings.
7722         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7723         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7724         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7725         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7726         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7727         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7728         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7729
7730 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-html.el (gnus-article-html): Decode contents by charset.
7733
7734 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7737         (gnus-html-frame-width, gnus-blocked-images)
7738         * message.el (message-prune-recipient-rules): Add custom version.
7739         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7740
7741         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7742         functions.
7743
7744         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7745         gnus-process-get.
7746
7747 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7748
7749         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7750         instead of lsub directly.
7751
7752 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * nnwarchive.el: Remove.
7755
7756         * gnus-soup.el: Remove.
7757
7758         * nnsoup.el: Remove.
7759
7760         * nnultimate.el: Remove.
7761
7762         * gnus-html.el (gnus-blocked-images): New variable.
7763
7764         * message.el (message-prune-recipients): New function.
7765         (message-prune-recipient-rules): New variable.
7766
7767         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7768         guess whether a long line is natural text or not.
7769
7770         * gnus-html.el (gnus-html-schedule-image-fetching):
7771         Use gnus-process-plist and friends for compatibility.
7772
7773 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7774
7775         * gnus-html.el: Require packages that define macros used in this file.
7776         (gnus-article-mouse-face): Declare to silence byte-compiler.
7777         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7778         process-get.
7779         (gnus-html-put-image): Use plist-get to avoid getf.
7780         (gnus-html-prefetch-images): Use with-current-buffer.
7781
7782 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-ems.el: Provide compatibility functions for
7785         gnus-set-process-plist.
7786
7787         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7788         header-line-format for XEmacs 21.4.
7789
7790         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7791         * gnus.el (gnus-valid-select-methods)
7792         * message.el (message-send-mail-partially-limit)
7793         * mm-decode.el (mm-text-html-renderer)
7794         * mml.el (mml-insert-mime-headers-always)
7795         * smiley.el (smiley-regexp-alist): Bump custom version.
7796
7797 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * gnus-html.el: require mm-url.
7800         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7801         with the url to `url'.
7802         (gnus-html-wash-tags): Support cid: URLs/images.
7803
7804 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7807         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7808         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7809
7810         * gnus-move.el: Remove file, since it doesn't really work.
7811
7812         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7813         UTF-8.  This seems to fix problems with some German web feeds.
7814
7815         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7816         at the top so that the proper colors are applied.
7817
7818         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7819         don't have dots in their names.
7820
7821         * gnus-art.el (gnus-article-view-part): Doc fix.
7822
7823         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7824         XEmacs-compatible.
7825         (gnus-html-put-image): Don't do images on non-graphic displays.
7826
7827         * nnslashdot.el: Remove this unused backend.
7828
7829         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7830         actions.
7831         (gnus-undo-register-1): Revert last change.
7832
7833         * gnus-group.el (gnus-group-completing-read): Protect against not
7834         having completion-styles bound.
7835
7836         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7837         make broken recipients happier.
7838
7839         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7840
7841         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7842         point parameter.
7843
7844         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7845
7846         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7847         completion-styles for group selection.
7848
7849 2009-02-04  Andreas Schwab  <schwab@suse.de>
7850
7851         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7852         headers and regexp-quote the match if necessary.
7853
7854 2009-03-24  Miles Bader  <miles@gnu.org>
7855
7856         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7857         the blinking smiley.
7858
7859 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7860
7861         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7862         blink smiley.
7863
7864 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7867         where the dribbel file lives exists.
7868
7869         * message.el (message-send-mail-partially-limit): Change the default to
7870         nil, since most people don't want this.
7871
7872         * mm-url.el (mm-url-decode-entities): Also decode entities like
7873         &#x3212.
7874
7875 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7876
7877         * gnus-sum.el (gnus-summary-idna-message):
7878         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7879         Hyperlink urls in docstrings with URL `...'.
7880
7881 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7882
7883         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7884         functions.
7885
7886 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7889         say what the mouseover text should be.
7890
7891         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7892         version of the mm-w3m-safe-url-regexp variable to only download images
7893         in the groups where we want that to happen.
7894
7895         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7896
7897         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7898         easier debugging.
7899         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7900         big pictures in the article buffer.
7901
7902         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7903         gnus-article-html.
7904         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7905         w3m.
7906
7907         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7908
7909 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7910
7911         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7912         which doesn't exist.
7913
7914         * message.el (message-inhibit-ecomplete): New variable to allow some
7915         function to inhibit ecomplete address storage.
7916         (message-resend): Disable ecomplete message storage when resending
7917         messages.
7918
7919         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7920
7921 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7924         Save excursion while copying, moving, and deleting articles in order to
7925         prevent the cursor from jumping to unforeseen place.
7926
7927 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * lpath.el: No need to bind bookmark-current-buffer,
7930         bookmark-yank-point and bookmark-make-record-function.
7931
7932 2010-08-17  Glenn Morris  <rgm@gnu.org>
7933
7934         * gnus-sync.el: Require gnus components whose functions are used.
7935
7936         * gnus-art.el (bookmark-make-record-function):
7937         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7938         Declare for compiler.
7939
7940         * mm-url.el (mml-compute-boundary): Autoload.
7941
7942 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7945
7946 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         Typo fix "hoo4a" -> "hook".
7949
7950         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7951
7952 2010-08-14  Glenn Morris  <rgm@gnu.org>
7953
7954         * gnus-sync.el (gnus-sync): Fix defgroup version.
7955
7956 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7959
7960         * gnus-sync.el: Fix docs.
7961         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7962         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7963
7964 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         Optimizations for gnus-sync.el.
7967
7968         * gnus-sync.el: Add docs about gnus-sync-backend
7969         possibilities.
7970         (gnus-sync-save): Remove unnecessary message.
7971         (gnus-sync-read): Optimize and show what groups were skipped.
7972
7973 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         Minor bug fixes for gnus-sync.el.
7976
7977         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7978         Don't read the sync on get-new-news.
7979
7980         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7981         quiet.
7982
7983         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7984         (fix typo).
7985
7986 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7987
7988         Make saving and restoring of hidden threads work with overlays.
7989         Patch applied by Ted Zlatanov.
7990
7991         * gnus-sum.el (gnus-hidden-threads-configuration)
7992         (gnus-restore-hidden-threads-configuration): Update to deal with text
7993         properties, rather than searching for a magic character.
7994
7995 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         New gnus-sync.el library for synchronization of marks.
7998
7999         * gnus-sync.el: New library for synchronization of marks.
8000
8001         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8002         renamed from `gnus-registry-grep-in-list'.
8003
8004         * gnus-registry.el (gnus-registry-follow-group-p):
8005         Use `gnus-grep-in-list'.
8006
8007         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8008
8009 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8012         determining charset of text fails.
8013
8014 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * nnmail.el (nnmail-get-new-mail-1): Revert.
8017
8018         * nnml.el (nnml-active-number): Make sure names of newly created groups
8019         in nnml-group-alist are encoded.
8020
8021 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8024         containing non-ASCII characters in active file for nnml back end.
8025
8026 2010-07-24  David Engster  <dengste@eml.cc>
8027
8028         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8029         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8030
8031 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8032
8033         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8034         tag (Bug#6654).
8035
8036 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8039         the article buffer, not the summary buffer.
8040
8041 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8044         Emacs 23 as well.
8045
8046 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
8049         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
8050
8051 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8052
8053         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8054         Patch applied by Karl Fogel.
8055
8056         * gnus-sum.el (gnus-summary-bookmark-make-record):
8057         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8058
8059 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8060
8061         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8062         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8063         C-w still not working correctly from Article buffers; Thierry's
8064         patch to fix that will be applied after this.
8065
8066         * gnus-art.el (bookmark-make-record-function): New local variable.
8067
8068         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8069         article buffer.
8070         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8071
8072 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8073
8074         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8075         on changes in bookmark.el.
8076
8077 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
8080         `no-log' instead of message not to log prompt string.
8081
8082 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8083
8084         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8085         the *other* type of HTML form submission.
8086
8087 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8088
8089         * auth-source.el (auth-source-pick): If choice does not contain a
8090         questioned keyword, set the check to t.
8091
8092 2010-06-12  Romain Francoise  <romain@orebokech.com>
8093
8094         * gnus-util.el (gnus-date-get-time): Move up before first use.
8095
8096 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8099         (gnus-article-edit-part): Bind it to make last part that is substituted
8100         or deleted visible.
8101         (gnus-mime-display-single): Buttonize part of which id equals to
8102         gnus-mime-buttonized-part-id.
8103
8104 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8105
8106         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8107         (gnus-dd-mmm): Use gnus-date-get-time.
8108         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8109         simplify logic.
8110         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8111         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8112
8113 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8114
8115         * auth-source.el (top): Autoload `secrets-list-collections',
8116         `secrets-create-item', `secrets-delete-item'.
8117         (auth-sources): Fix tag string.
8118         (auth-get-source, auth-source-retrieve, auth-source-create)
8119         (auth-source-delete): New defuns.
8120         (auth-source-pick): Rewrite in order to avoid 2 passes.
8121         (auth-source-forget-user-or-password): New parameter USERNAME.
8122         (auth-source-user-or-password): New parameters CREATE-MISSING and
8123         DELETE-EXISTING.  Retrieve password interactively, if needed.
8124
8125 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8126
8127         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8128         deleting unused directories when gnus-expert-user is t.
8129
8130 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8133         for each temp file when gnus-article-browse-delete-temp is ask.
8134
8135 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8136
8137         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8138         Replace Lisp calls to delete-backward-char by calls to delete-char.
8139
8140 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8141
8142         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8143
8144 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8145
8146         * password-cache.el (password-cache-remove): Fix docstring.
8147
8148 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8151         article unless decoding article to be saved.
8152
8153 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
8156         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8157         generated within the mm-with-unibyte-current-buffer macro.
8158
8159 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8162         to nil when we're in a mml-preview buffer and no group is selected.
8163
8164 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8165
8166         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8167         when catching the `C-g'.  Reported by "Leo".
8168
8169 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * message.el (message-forward-make-body-plain)
8172         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8173         multibyte-string-p.
8174
8175         * lpath.el: Revert.
8176
8177 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * message.el (message-forward-make-body-mml): Assume original message
8180         is multibyte string; error on unibyte.
8181         (message-forward-make-body-plain): Ditto; don't add excessive newline
8182         in body end.
8183
8184         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8185
8186 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8187
8188         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8189         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8190
8191 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * mm-extern.el (mm-extern-url): Don't use
8194         mm-with-unibyte-current-buffer.
8195         (mm-extern-cache-contents): Use with-current-buffer instead of
8196         save-excursion + set-buffer.
8197
8198 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * mm-util.el (mm-emacs-mule): Remove.
8201
8202 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8203
8204         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8205         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8206         change.
8207
8208 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8211         bind the default value of enable-multibyte-characters to nil.
8212
8213 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * message.el (message-forward-make-body-plain)
8216         (message-forward-make-body-mml):
8217         Don't use mm-with-unibyte-current-buffer.
8218
8219 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8220
8221         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8222
8223 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8224
8225         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8226         (Bug#5592).
8227
8228 2010-05-07  Julien Danjou  <julien@danjou.info>
8229
8230         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8231         it to mm-pipe-part.
8232
8233         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8234         it is given.
8235
8236 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * binhex.el (binhex-decode-region-internal)
8239         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
8240         (dns-query)
8241         * nnweb.el (nnweb-gmane-search)
8242         * pgg-parse.el (pgg-parse-armor)
8243         * pgg.el (pgg-verify-region)
8244         * sha1.el (sha1-string-external)
8245         * uudecode.el (uudecode-decode-region-internal)
8246         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8247         XEmacs.
8248
8249         * gnus-art.el (gnus-article-browse-html-parts)
8250         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8251         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8252         make-temp-file.
8253
8254         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8255         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8256         compiling.
8257
8258         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8259         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8260         XEmacs when compiling.
8261
8262         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8263         gnus-pick-mode-off-hook for XEmacs when compiling.
8264         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8265         gnus-binary-mode-off-hook for XEmacs when compiling.
8266
8267         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8268         Return nil if char-charset is not available.
8269
8270         * imap.el (imap-disable-multibyte)
8271         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8272         macros.
8273
8274         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8275         instead of encode-coding-string.
8276
8277         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8278         'xemacs) instead of mm-emacs-mule to switch function definitions.
8279         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8280
8281         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8282         bind temporary-file-directory for XEmacs;
8283         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8284         timer-set-function for XEmacs 21.4 and SXEmacs;
8285         bind timer-list for XEmacs 21.4 and SXEmacs;
8286         fbind char-charset and find-charset-region for non-Mule XEmacs;
8287         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8288         encode-coding-region and encode-coding-string for XEmacs having no
8289         file-coding feature.
8290
8291 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8292
8293         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8294
8295 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8298         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8299
8300 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8301
8302         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8303         alias `jka-compr-delete-temp-file' no longer exists.
8304
8305 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8306
8307         Use define-minor-mode in Gnus where applicable.
8308         * mml.el (mml-mode): Use define-minor-mode.
8309         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8310         (gnus-undo-mode): Use define-minor-mode.
8311         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8312         (gnus-dead-summary-mode): Use define-minor-mode.
8313         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8314         Initialize in declaration.
8315         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8316         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8317         (gnus-mailing-list-mode): Use define-minor-mode.
8318         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8319         (gnus-draft-mode): Use define-minor-mode.
8320         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8321         (gnus-dired-mode): Use define-minor-mode.
8322
8323 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8324
8325         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8326         handles on recursive mml-to-mime translation and check them for
8327         boundary delimiter collisions.  Reported by Greg Troxel.
8328
8329 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8332
8333 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8334
8335         * mm-util.el (mm-find-buffer-file-coding-system):
8336         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8337
8338 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8339
8340         * message.el (message-generate-headers): Record insertion of optional
8341         headers as well.  Otherwise the check to prevent repeated insertion of
8342         optional headers is a no-op.
8343
8344 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8345
8346         * smime.el: Don't mention CVS.
8347
8348         * nnrss.el (nnrss-fetch): Don't mention CVS.
8349
8350         * nnir.el: Don't mention CVS.
8351
8352 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8353
8354         * gnus-sum.el (gnus-summary-bookmark-make-record):
8355         Add `location' field.
8356
8357 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * lpath.el: Fbind bookmark-default-handler,
8360         bookmark-get-bookmark-record, bookmark-make-record-default,
8361         bookmark-prop-get for Emacs <23 and XEmacs.
8362
8363 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8364
8365         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8366         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8367         Use with-current-buffer to silence the byte-compiler.
8368         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8369         bother to require `gnus'.
8370         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8371
8372 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8373
8374         * gnus-sum.el (gnus-summary-bookmark-make-record)
8375         (gnus-summary-bookmark-jump): New functions.
8376         (gnus-summary-mode): Setup bookmark support.
8377
8378 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8379
8380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8381         if set.
8382
8383 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8386         gnus-article-browse-html-save-cid-image; make it work recursively for
8387         forwarded messages as well.
8388         (gnus-article-browse-html-parts): Work when prefix arg is given.
8389         (gnus-article-browse-html-article): Doc fix.
8390
8391 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8392
8393         * message.el (message-default-mail-headers):
8394         (message-default-headers): Carry the value mail-default-headers over
8395         into message-default-mail-headers, rather than message-default-headers.
8396
8397 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8398
8399         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8400         charset.
8401
8402         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8403         charset into the <meta> tag when the article is encoded to utf-8.
8404
8405 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-art.el (gnus-article-browse-delete-temp-files):
8408         Delete directories as well.
8409         (gnus-article-browse-html-parts): Work for images that do not specify
8410         file names; delete temp directory when quitting; insert header at the
8411         right place; use file: scheme for image files.
8412
8413 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8414
8415         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8416         (gnus-article-browse-html-parts): Use it to make temporary cid image
8417         files in addition to html file so that browser may display them.
8418
8419 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8422
8423 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8424
8425         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8426
8427 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8428
8429         * auth-source.el (auth-sources): Change default to be simpler.
8430         Explain about Secret Service API sources.  Improve Customize options.
8431         (auth-source-pick): Change to accept any number of search parameters.
8432         Implement fallbacks iteratively, not recursively.  Add scoring on the
8433         second pass and sort by score.  Call Secret Service API when needed.
8434         (auth-source-user-or-password): Use it.  Call Secret Service API
8435         directly when needed to get the user name and the password.
8436
8437 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8438
8439         * message.el (message-interactive): Doc fix.
8440         (message-qmail-inject-args): Reflow.
8441         (message-kill-to-signature): Fix typo in docstring.
8442
8443         * smiley.el (smiley-buffer): Fix typo in docstring.
8444
8445 2010-03-24  Glenn Morris  <rgm@gnu.org>
8446
8447         * mail-source.el (gnus-message): Declare.
8448         (mail-source-delete-old-incoming): Require gnus-util.
8449
8450 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8453
8454         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8455
8456         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8457         password-cache's default if it is not bound.
8458         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8459         password-cache-expiry's default if it is not bound.
8460
8461         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8462         available in Emacs 21.
8463
8464         * lpath.el: Suppress compiler warnings for:
8465         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8466         XEmacs;
8467         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8468         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8469         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8470
8471 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8472
8473         * auth-source.el (auth-sources): Fix up definition so extra parameters
8474         are always inline.
8475
8476 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8477
8478         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8479         wasn't updated after mismatch.  Clear cached mailbox info correctly
8480         when uidvalidity changes.
8481         (nnimap-group-prefixed-name): New function to avoid some code
8482         duplication.
8483         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8484         (nnimap-request-group): Use it.
8485         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8486         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8487         with many imap folders.  This is done by caching the group status from
8488         the imap server persistently in a group parameter `imap-status'.  (This
8489         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8490         but not persistently, so every Gnus startup was still very slow.)
8491
8492 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8493
8494         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8495         delete the extra newline.  Otherwise editing of :string and :number
8496         types don't work.
8497
8498 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8501         secrets.el dependency.
8502         (auth-sources): Add optional user name.  Add secrets.el configuration
8503         choice (unused right now).
8504
8505 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8506
8507         * gnus-sum.el (gnus-summary-make-menu-bar):
8508         Let `gnus-registry-install-shortcuts' fill in the functions.
8509
8510         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8511         warnings.
8512         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8513         (gnus-registry-install-shortcuts): Populate and use it in a
8514         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8515
8516 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8517
8518         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8519         In-place substitutions for the group name encoding/decoding.
8520         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8521         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8522         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8523         (nnimap-update-unseen, nnimap-request-list)
8524         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8525         (nnimap-request-set-mark, nnimap-split-to-groups)
8526         (nnimap-split-articles, nnimap-request-newgroups)
8527         (nnimap-request-create-group, nnimap-request-accept-article)
8528         (nnimap-request-delete-group, nnimap-request-rename-group)
8529         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8530         `encoded-mbx' for consistency.
8531         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8532         variable `imap-current-mailbox'.
8533
8534         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8535         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8536
8537 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8538
8539         * pop3.el (pop3-display-message-size-flag): Display message size byte
8540         counts during POP3 download.
8541         (pop3-movemail): Use it.
8542         (pop3-list): Implement listing of available messages.
8543
8544 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8545
8546         * nnir.el (nnir-get-article-nov-override-function): New function to
8547         override the normal NOV retrieval.
8548         (nnir-retrieve-headers): Use it.
8549
8550 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8551
8552         * auth-source.el (netrc-machine-user-or-password): Autoload.
8553
8554 2010-03-19  Glenn Morris  <rgm@gnu.org>
8555
8556         Stop message.el from loading about 40 libraries it doesn't always need.
8557         The general approach is to autoload rather than require, and to
8558         require in the specific functions rather than the file.  (Bug#5642)
8559
8560         * gmm-utils.el: Don't require wid-edit.
8561         (widget-create-child-value, widget-convert, widget-default-get):
8562         Autoload.
8563
8564         * gnus-util.el: Don't require time-date, netrc.
8565         (message-fetch-field, gnus-group-name-decode): Declare rather than
8566         autoloading.
8567         (gnus-fetch-field): Require message.
8568         (gnus-decode-newsgroups): Require gnus-group.
8569
8570         * ietf-drums.el: Don't require time-date.
8571
8572         * message.el: Don't require hashcash, canlock, ecomplete.
8573         Do require mail-utils.  Require nnheader only when compiling.
8574         (smtpmail-default-smtp-server): Remove declaration.
8575         (message-send-mail-function): Check smtpmail-default-smtp-server
8576         is bound rather than requiring smtpmail.
8577         (message-auto-save-directory, message-insert-signature):
8578         Use expand-file-name rather than nnheader-concat.
8579         (nnheader-insert-file-contents): Autoload.
8580         (hashcash-wait-async): Declare.
8581         (message-send-mail): Only call gnus-setup-posting-charset if
8582         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8583         (message-send-mail-with-sendmail): Require sendmail.
8584         (canlock-password, canlock-password-for-verify): Declare.
8585         (message-canlock-password): Require canlock.
8586         (nnheader-get-report): Autoload.
8587         (gnus-setup-posting-charset): Declare.
8588         (message-send-news): Require gnus-msg.
8589         (message-make-references, message-make-in-reply-to): Use mail-header-id
8590         rather than the alias mail-header-message-id.
8591         (ecomplete-add-item, ecomplete-save): Declare.
8592         (message-put-addresses-in-ecomplete): Require ecomplete.
8593         (ecomplete-display-matches): Autoload.
8594
8595         * mm-decode.el: Don't require mailcap, gnus-util.
8596         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8597         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8598         Autoload.
8599         (mailcap-mime-extensions): Declare.
8600
8601         * mm-encode.el: Don't require mailcap.
8602         (mailcap-extension-to-mime): Autoload.
8603
8604         * mml-sec.el: Don't require password-cache.
8605
8606         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8607         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8608         (mml-minibuffer-read-type): Require mailcap.
8609         (mml-preview): Require gnus-msg.
8610
8611         * mml1991.el: Require password-cache.
8612         (password-cache-expiry): Remove declaration.
8613
8614         * mml2015.el: Require password-cache.
8615         (password-cache-expiry): Remove declaration.
8616
8617         * nneething.el (mailcap): Require mailcap.
8618
8619         * nnheader.el (declare-function): Add compatibility stub.
8620         (message-remove-header): Declare rather than autoload.
8621         (nnheader-replace-header): Require message.
8622
8623         * nnimap.el (declare-function): Add compatibility stub.
8624         (netrc-parse, netrc-machine-user-or-password): Declare.
8625         (nnimap-open-connection): Require netrc.
8626
8627         * nntp.el (declare-function): Add compatibility stub.
8628         (netrc-parse, netrc-machine, netrc-get): Declare.
8629         (nntp-send-authinfo): Require netrc.
8630
8631         * rfc2047.el: Don't require qp.
8632         (quoted-printable-encode-region, quoted-printable-decode-string):
8633         Autoload.
8634
8635         * sieve-mode.el: Don't require easymenu.
8636         (easy-menu-add-item): Autoload it.
8637
8638         * spam-stat.el (time-to-number-of-days): Autoload it.
8639
8640 2010-03-19  Glenn Morris  <rgm@gnu.org>
8641
8642         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8643
8644 2010-03-18  Glenn Morris  <rgm@gnu.org>
8645
8646         * hashcash.el (declare-function): Remove duplicate definition.
8647
8648 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8649
8650         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8651         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8652         value if any backslash escapes).
8653
8654 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8657         if it is available.  (bug#5647)
8658
8659         * lpath.el: Suppress compiler warning for coding-system-from-name for
8660         Emacs 21 and XEmacs.
8661
8662 2010-03-14  Juri Linkov  <juri@jurta.org>
8663
8664         * hmac-def.el:
8665         * hmac-md5.el:
8666         * netrc.el: Fix keywords.
8667
8668 2010-02-26  Glenn Morris  <rgm@gnu.org>
8669
8670         * message.el (message-send-mail-function): Change the default, so that
8671         it inherits from a customized send-mail-function.  (Bug#5643)
8672
8673 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8674
8675         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8676         shell-command-to-string signals an error (bug#5299).
8677
8678 2010-02-24  Glenn Morris  <rgm@gnu.org>
8679
8680         * message.el (message-smtpmail-send-it)
8681         (message-send-mail-with-mailclient): Doc fixes.
8682
8683 2010-02-16  Glenn Morris  <rgm@gnu.org>
8684
8685         * message.el (message-default-mail-headers): Change the default value
8686         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8687
8688 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8691         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8692
8693 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8694
8695         * time-date.el (date-to-time): Doc fix (Bug#5408).
8696
8697 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8698
8699         * message.el (message-mail): Just pass yank-action on to message-setup.
8700         (message-setup): Handle (FUN . ARGS) form of yank-action.
8701         (message-with-reply-buffer, message-widen-reply)
8702         (message-yank-original): Handle non-buffer values of
8703         message-reply-buffer (Bug#4080).
8704         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8705
8706 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8707
8708         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8709         Fix typo in docstring.
8710
8711 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8712
8713         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8714         response.
8715
8716 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8719
8720         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8721
8722         * message.el (message-check-news-header-syntax): Protect against a
8723         string that `rfc822-addresses' returns when parsing fails.
8724
8725 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8728         (gnus-previous-char-property-change): New functions.
8729
8730         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8731
8732 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8733
8734         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8735         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8736
8737 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8738
8739         * message.el (message-exchange-point-and-mark): Rework last change to
8740         avoid using optional arg of exchange-point-and-mark, for backward
8741         compatibility.
8742
8743 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8744
8745         * message.el (message-exchange-point-and-mark):
8746         Call exchange-point-and-mark with an argument rather than setting
8747         mark-active by hand (Bug#5175).
8748
8749 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * nntp.el (nntp-service-to-port): Work for service expressed with
8752         numeric string; replace [:digit:] with [0-9] for XEmacs.
8753
8754 2009-12-17  Glenn Morris  <rgm@gnu.org>
8755
8756         * gnus-group.el (gnus-bug-group-download-format-alist):
8757         Change emacs entry to debbugs.gnu.org.  Bump :version.
8758
8759 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8762
8763 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * message.el (message-info): Explain why we use `Info-goto-node'.
8766
8767 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8770
8771 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8772
8773         * message.el (message-completion-in-region): New compatibility function.
8774         (message-expand-group): Use it.
8775
8776 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8779         with no unread article should be listed if the 2nd arg `predicate' is
8780         given.
8781
8782 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8785
8786 2009-11-29  Juri Linkov  <juri@jurta.org>
8787
8788         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8789         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8790         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8791
8792 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8793
8794         * sha1.el (sha1-string-external): default-directory "/" in case
8795         otherwise non-existent.  process-connection-type pipe for touch of
8796         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8797
8798 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8799
8800         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8801         it's comms related and sgml-mode.el has "comm" on that basis too.
8802
8803 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8806         containing tspecial characters if they have been already quoted.
8807
8808 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8809
8810         * dns-mode.el (auto-mode-alist): Purecopy string.
8811
8812 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8813
8814         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8815
8816 2009-10-24  Glenn Morris  <rgm@gnu.org>
8817
8818         * gnus-art.el (help-xref-stack-item): Define for compiler.
8819
8820 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8821
8822         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8823
8824 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8827
8828 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8831         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8832
8833 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8836         (gnus-overlays-in): New alias to overlays-in.
8837
8838         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8839         gnus-overlay-get, and gnus-delete-overlay.
8840         (gnus-summary-show-thread): Make it work as well for systems in which
8841         next-single-char-property-change is not available.
8842         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8843
8844         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8845         (gnus-overlay-get): New alias to extent-property.
8846         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8847
8848         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8849         SXEmacs.
8850
8851         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8852         SXEmacs.
8853
8854 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8857
8858 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8859
8860         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8861         and XEmacs that don't have `remove-overlays'.
8862
8863 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8864
8865         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8866         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8867         selective display.  Use overlays instead.
8868
8869 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8870
8871         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8872
8873 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8874
8875         * spam-stat.el (spam-stat-load): Fix typo in message.
8876
8877 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8878
8879         * dig.el (dig-invoke): Fix typo in docstring.
8880         (query-dig): Reflow docstring.
8881
8882 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8883
8884         * gnus-art.el (gnus-article-encrypt-body):
8885         * message.el (message-check-recipients):
8886         * mm-util.el (mm-codepage-setup):
8887         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8888         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8889
8890 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8891
8892         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8893         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8894         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8895         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8896         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8897
8898 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8899
8900         * dig.el: Add "Keywords: comm", as per net-utils.el.
8901
8902 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8903
8904         * dig.el (dig-mode): Use define-derived-mode.
8905
8906 2009-09-19  Glenn Morris  <rgm@gnu.org>
8907
8908         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8909
8910 2009-09-18  Glenn Morris  <rgm@gnu.org>
8911
8912         * gnus-diary.el (gnus-diary-check-message):
8913         * message.el (message-insert-formatted-citation-line):
8914         * nnbabyl.el (top-level):
8915         * nndiary.el (nndiary-schedule):
8916         Fix typos in condition-case handlers.
8917
8918 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8921         configuration that provides the sole article window in a frame;
8922         position point correctly after deleting a part.
8923
8924 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8925
8926         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8927         (spam-resolve-registrations-routine): Use it to unregister articles
8928         that change status.
8929
8930 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8933         with XEmacs.
8934         (parse-time-string-chars): Use it.
8935
8936 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8937
8938         * imap.el (imap-interactive-login): Better messages.
8939         (imap-open): Fix bug with renamed buffer on reconnect.
8940         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8941         for easier debugging and cleaner code.  On successful (guessed based on
8942         server capabilities) secondary authentication, set imap-state
8943         correctly.
8944         (imap-last-authenticator): Define imap-last-authenticator as a variable
8945         to avoid warnings.
8946
8947 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * nnrss.el (nnrss-request-article): Remove binding of
8950         default-enable-multibyte-characters that has gotten needless by
8951         the 2007-07-13 change in rfc2047-encode-message-header.
8952
8953         * mml.el (mml-insert-multipart): Error on the message header.
8954         (mml-insert-part): Error on the message header; position point at
8955         the end of a MIME tag.
8956
8957 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * time-date.el (autoload): Expand define-obsolete-function-alias into
8960         defalias and make-obsolete for old Emacsen that Gnus supports.
8961         (with-no-warnings): Define it for old Emacsen.
8962         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8963         is available.
8964         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8965         float-time is available; suppress compile warning for time-to-seconds.
8966
8967         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8968         (gnus-float-time): Alias to float-time if it exists.
8969
8970         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8971         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8972         float-time is available; suppress compile warning for time-to-seconds.
8973
8974         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8975         XEmacs.
8976
8977 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * imap.el (imap-message-map): Docstring fix.
8980
8981 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8984         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8985         Add the optional argument `encoding' that overrides the default.
8986
8987         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8988         mm-encode-buffer.
8989
8990 2009-09-04  Glenn Morris  <rgm@gnu.org>
8991
8992         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8993         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8994         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8995         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8996         * mm-util.el (mm-with-unibyte-current-buffer)
8997         (mm-find-buffer-file-coding-system):
8998         * yenc.el (yenc-decode-region): Use default-value rather than
8999         default-enable-multibyte-characters.
9000
9001 2009-09-03  Glenn Morris  <rgm@gnu.org>
9002
9003         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9004         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9005         than default-enable-multibyte-characters.
9006
9007 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9008
9009         * gnus-art.el (gnus-article-read-summary-keys):
9010         Fix gnus-buffer-configuration's value temporarily used.
9011
9012 2009-09-02  Glenn Morris  <rgm@gnu.org>
9013
9014         * gnus-util.el (gnus-float-time): New function.
9015         * gnus-delay.el (gnus-delay-article):
9016         * gnus-sum.el (gnus-thread-latest-date):
9017         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9018         * nnspool.el (nnspool-request-newgroups):
9019         Use gnus-float-time rather than time-to-seconds.
9020         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9021
9022         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9023         (gnus-header-subject-face, gnus-header-newsgroups-face)
9024         (gnus-header-name-face, gnus-header-content-face):
9025         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9026         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9027         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9028         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9029         (gnus-cite-face-11):
9030         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9031         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9032         (gnus-server-closed-face, gnus-server-denied-face)
9033         (gnus-server-offline-face):
9034         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9035         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9036         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9037         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9038         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9039         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9040         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9041         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9042         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9043         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9044         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9045         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9046         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9047         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9048         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9049         (gnus-summary-high-undownloaded-face)
9050         (gnus-summary-low-undownloaded-face)
9051         (gnus-summary-normal-undownloaded-face)
9052         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9053         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9054         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9055         (gnus-splash-face):
9056         * message.el (message-header-to-face, message-header-cc-face)
9057         (message-header-subject-face, message-header-newsgroups-face)
9058         (message-header-other-face, message-header-name-face)
9059         (message-header-xheader-face, message-separator-face)
9060         (message-cited-text-face, message-mml-face):
9061         * sieve-mode.el (sieve-control-commands-face)
9062         (sieve-action-commands-face, sieve-test-commands-face)
9063         (sieve-tagged-arguments-face):
9064         * spam.el (spam-face):
9065         Mark face aliases with "-face" in the name as obsolete.
9066
9067 2009-09-01  Glenn Morris  <rgm@gnu.org>
9068
9069         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9070         than goto-line.
9071
9072 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9075         Don't move point if the command is invoked inside the message header.
9076
9077 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9078
9079         * imap.el (imap-send-command): Simplify.
9080         (imap-wait-for-tag): point-max -> buffer-size.
9081
9082 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9083
9084         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9085         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9086         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9087         * nnir.el (nnir-swish-e-index-file):
9088         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9089         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9090         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9091         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9092         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9093         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9094
9095 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9098         Don't save excursion.
9099
9100 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9101
9102         * nnheader.el (nnheader-find-file-noselect):
9103         * mm-util.el (mm-insert-file-contents):
9104         Use (default-value 'major-mode) instead of default-major-mode.
9105
9106 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9107
9108         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9109
9110 2009-08-26  Glenn Morris  <rgm@gnu.org>
9111
9112         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9113         than placing in files.el.
9114
9115 2009-08-25  Glenn Morris  <rgm@gnu.org>
9116
9117         * nnir.el (top-level): Don't require cl at run-time.
9118         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9119         Replace cl-function substitute with gnus-replace-in-string.
9120         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9121         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9122         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9123         simplified expansions.
9124
9125 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9126
9127         * dig.el (dig): Add autoload cookie.
9128
9129 2009-08-22  Glenn Morris  <rgm@gnu.org>
9130
9131         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9132         goto-line.
9133
9134 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9135
9136         * parse-time.el (parse-time-string-chars): Save match data.
9137
9138 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9139
9140         * parse-time.el (parse-time-string-chars): Compute using character
9141         classes, to handle non-ascii characters (Bug#3190).
9142
9143 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9146
9147         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9148         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9149         (gnus-mm-display-part, gnus-mime-display-single)
9150         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9151         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9152
9153         * gnus-sum.el
9154         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9155         (gnus-summary-move-article): Add expirable mark to articles copied or
9156         moved to group that has auto-expire turned on if the option is non-nil.
9157
9158 2009-07-24  Glenn Morris  <rgm@gnu.org>
9159
9160         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9161         Fix typo.  (Bug#3903)
9162
9163 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9166         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9167         that should not be used for draft articles.
9168         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9169         that has no concern in minor mode keys.
9170         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9171         Abolish.
9172
9173 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9176         article without making inquiry to a user for unknown encoding.
9177
9178         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9179         (nnmaildir--scan): Assume i-node and device number that file-attributes
9180         returns might be cons-cell.
9181
9182         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9183
9184         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9185
9186 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * auth-source.el: Remove docs now in auth.texi.  Don't use
9189         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9190         `auth-source-hide-passwords' and use them.
9191
9192 2009-07-15  Glenn Morris  <rgm@gnu.org>
9193
9194         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9195
9196 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9199         excessive whitespace from the default values of title and description.
9200
9201 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9204         mail-fetch-field to fetch Content-Description header in order to
9205         exclude newlines.
9206
9207 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9208
9209         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9210         format used by GnuPG 2.0.11.
9211
9212 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9215         to deleted part.
9216
9217 2009-05-30  David Engster  <dengste@eml.cc>
9218
9219         * nnmairix.el: Remove old documentation in the commentary block.
9220         (nnmairix-request-group): Do not update active file for nnml back ends.
9221         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9222         end so that overview files are ignored.
9223         (nnmairix-update-groups): Make updating the groups more robust by using
9224         marks.
9225         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9226         with dollar characters in message-id.
9227
9228 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9231         2008-12-25 in dns.el.
9232
9233 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9234
9235         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9236         could happen if the text is only composed of spaces and/or tabs.
9237
9238 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9239
9240         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9241         when sending a queued message to avoid extra mml tags.
9242
9243 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9246
9247 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9250         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9251         rmail-toggle-header for XEmacs;
9252         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9253
9254 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-dired.el: Remove autoload for gnus-setup-message.
9257         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9258         displaying Gnus logo; always use compose-mail.
9259
9260 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9263
9264 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9267         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9268         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9269         available.
9270         (gnus-nocem-epg-verify): New function.
9271
9272 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9275
9276 2009-02-15  Glenn Morris  <rgm@gnu.org>
9277
9278         * gnus-util.el (rmail-insert-rmail-file-header)
9279         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9280         autoloads.
9281         (rmail-default-rmail-file): Remove unnecessary declaration.
9282         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9283
9284 2009-02-14  Glenn Morris  <rgm@gnu.org>
9285
9286         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9287         variable (only used in gnus-util, which declares it anyway).
9288         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9289         which was only needed by gnus-art (changed to not use it any more).
9290         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9291         only used in gnus-util, which autoloads it itself.
9292         (rmail-update-summary): Fix autoload.
9293
9294         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9295         rather than rmail-output-to-rmail-file.
9296
9297 2009-02-07  Glenn Morris  <rgm@gnu.org>
9298
9299         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9300         autoload of function that no longer exists.
9301         (rmail-toggle-header): Declare.
9302         (message-forward-rmail-make-body): Handle mbox Rmail.
9303
9304 2009-01-31  Glenn Morris  <rgm@gnu.org>
9305
9306         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9307         2009-01-09 change.
9308
9309 2009-01-31  Dave Love  <fx@gnu.org>
9310
9311         * imap.el (imap-fetch-safe): Bind debug-on-error.
9312         (imap-debug): Add imap-fetch-safe.
9313
9314 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9315
9316         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9317         (auth-source-forget-all-cached): New convenience function.
9318         (auth-source-user-or-password): Accept list of modes or a single mode.
9319
9320         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9321         auth-source modes.
9322
9323         * netrc.el (netrc-machine-user-or-password): Use list of
9324         auth-source modes.
9325
9326         * nnimap.el (nnimap-open-connection): Use list of
9327         auth-source modes.
9328
9329         * nntp.el (nntp-send-authinfo): Use list of
9330         auth-source modes.
9331
9332 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9333
9334         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9335         now.
9336
9337 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9340         coding system in XEmacs; add a workaround for XEmacs.
9341
9342         * lpath.el: Fbind coding-system-aliasee.
9343
9344 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9347         of current-language-environment.
9348
9349 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9352         available at runtime.
9353
9354 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9357
9358 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9359
9360         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9361         the greatest positive fixnum value doesn't work under an XEmacs with
9362         bignum support; use the most-positive-fixnum constant instead,
9363         available since Emacs 21.1 with cl and XEmacs 21.1.
9364
9365 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9368         XEmacs gets not to work.
9369
9370 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * mm-util.el (mm-coding-system-priorities): Allow the value like
9373         "Japanese (UTF-8)" of current-language-environment.
9374
9375 2009-01-09  Glenn Morris  <rgm@gnu.org>
9376
9377         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9378         with last-command-event.
9379
9380 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9383         in the doc string.
9384
9385         * message.el (message-fix-before-sending): Amend comment.
9386
9387 2009-01-08  Dave Love  <fx@gnu.org>
9388
9389         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9390
9391 2009-01-07  David Engster  <dengste@eml.cc>
9392
9393         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9394         simplified server definitions by converting it via
9395         gnus-server-to-method.
9396
9397 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9400         parameter's operands.
9401
9402 2009-01-06  David Engster  <dengste@eml.cc>
9403
9404         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9405         primary select method (for gnus-group-mark-article-as-read).
9406
9407 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9408
9409         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9410         `(gnus)Face', not `(gnus)X-Face'.
9411
9412 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-util.el (mm-ucs-to-char): New function.
9415
9416         * mm-url.el (mm-url-decode-entities): Use it.
9417
9418         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9419         unicode-to-char.
9420
9421 2009-01-05  Dave Love  <fx@gnu.org>
9422
9423         * time-date.el: Require cl for `declare'.
9424
9425 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9428         Dave Love.
9429
9430 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * message.el (message-fix-before-sending): Add `eight-bit' to
9433         illegible-text check.
9434
9435 2009-01-03  Michael Olson  <mwolson@gnu.org>
9436
9437         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9438         `headers' is nil.  This can occur if the IMAP server does not have
9439         permissions to read messages from a folder, but can write new messages
9440         to the folder.
9441         (nnimap-request-article-part): Do not insert `data' if it is nil.
9442
9443         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9444         characters which will confuse `read', so skip past them.
9445
9446 2009-01-01  Dave Love  <fx@gnu.org>
9447
9448         * imap.el (imap-string-to-integer): Fix typo.
9449         (imap-fetch-safe): New function.
9450         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9451
9452         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9453
9454         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9455         (imap-parse-greeting): Fix doc strings.
9456         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9457         (imap-parse-flag-list): Make messages unique.
9458         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9459
9460         * nnimap.el: Fix author email.
9461         (nnimap-split-rule): Add FIXME comment.
9462         (nnimap-debug): Fix doc string.
9463
9464 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9467
9468 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9471         nslookup if resolv.conf isn't available.
9472         (dns-query): Rename from query-dns.
9473         (dns-query-cached): Rename from query-dns-cached.
9474
9475 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9478         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9479         to check if those variables exist (first appeared in Emacs 18.50).
9480
9481 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * mm-util.el (mm-line-number-at-pos): New function.
9484
9485         * spam-report.el (spam-report-process-queue): Use it.
9486
9487 2008-12-24  David Engster  <dengste@eml.cc>
9488
9489         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9490         parameters that haven't existed as variables as buffer-local variables.
9491
9492 2008-12-23  Dave Love  <fx@gnu.org>
9493
9494         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9495         cadar.
9496
9497         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9498         imap-starttls-p.
9499         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9500
9501 2008-12-22  Dave Love  <fx@gnu.org>
9502
9503         * imap.el: Fix author email.  Doc fixes.
9504         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9505         reply.
9506
9507 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * spam-report.el (spam-report-gmane-max-requests): New constant.
9510         (spam-report-gmane-wait): New variable.
9511         (spam-report-gmane-ham, spam-report-gmane-spam)
9512         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9513         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9514         the server.
9515
9516         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9517         Add explanations.
9518
9519         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9520         nnheader-accept-process-output and nnheader-read-timeout if available.
9521         (pop3-movemail): Use it.
9522
9523         * message.el (message-check-news-body-syntax): Fix signature check if
9524         there's an attachment.
9525
9526 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * mm-util.el: Add comments to the mm- emulating functions.
9529
9530 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9533         Reported by Stephen Berman <stephen.berman@gmx.net>.
9534
9535 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * mm-util.el (mm-substring-no-properties): New function.
9538         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9539         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9540         (mm-string-to-multibyte): Doc fix.
9541
9542         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9543
9544 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * mml.el (mml-attach-file): Strip text properties from file name.
9547         (Bug#1574)
9548
9549 2008-12-16  Glenn Morris  <rgm@gnu.org>
9550
9551         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9552
9553 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9556         knows since the charset specified might be a bogus alias that
9557         mm-charset-synonym-alist provides.
9558
9559 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9562         "ISO_8859-1".
9563
9564         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9565
9566 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * mm-util.el (mm-charset-eval-alist):
9569         Define it before mm-charset-to-coding-system.
9570         (mm-charset-to-coding-system): Add optional argument `silent';
9571         define it before mm-charset-override-alist.
9572         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9573         default value if it can be used in Emacs currently running;
9574         silence mm-charset-to-coding-system.
9575
9576 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9579         `allow-override' which says whether to use `mm-charset-override-alist'.
9580         (rfc2047-decode-encoded-words): Use it.
9581
9582         * mm-util.el (mm-charset-override-alist): Fix custom type;
9583         add `(gb2312 . gbk)' to choices.
9584
9585 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9588         fast.
9589
9590         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9591
9592         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9593
9594 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9595
9596         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9597         on links.
9598
9599         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9600
9601 2008-12-03  Lute Kamstra  <lute@gnu.org>
9602
9603         * sha1.el: Remove leading * from docstrings of defcustoms,
9604         deffaces, defconsts and defuns.
9605
9606 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9609         users' addresses that don't have domain parts.
9610         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9611         rather than message-narrow-to-head since there will be the message
9612         header separator.
9613
9614 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9615
9616         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9617         since the result is inserted in a unibyte buffer anyway.
9618         (nnimap-demule-use-string-to-multibyte): Remove.
9619         (nnimap-demule): Alias it to mm-string-to-multibyte.
9620
9621 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9624         variable for debugging bug#464 and bug#1174.
9625         (nnimap-demule): Use it.
9626
9627 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9630         score calculation correctly.
9631
9632 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9633
9634         * message.el (message-send-mail): Just set the buffer to unibyte
9635         rather than use mm-with-unibyte-current-buffer which does a lot more.
9636         (message-send-mail-partially): Don't bother with
9637         mm-with-unibyte-current-buffer since it's already been made unibyte by
9638         message-send-mail.
9639
9640 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9641
9642         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9643
9644 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9647
9648 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9651         require itself and to remove `with-no-warnings'.
9652
9653 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9654
9655         * starttls.el (starttls-any-program-available): Get the name of the
9656         available TLS layer program.
9657         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9658         well as the host name in the "opening" message.
9659
9660         * auth-source.el (auth-source-cache, auth-source-do-cache)
9661         (auth-source-user-or-password): Cache passwords and logins by default,
9662         allow override with `auth-source-do-cache'.
9663         (auth-source-forget-user-or-password): Allow users to remove cache
9664         entries if needed.
9665
9666 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9667
9668         * md4.el (md4-buffer): Fix typo in docstring.
9669         (md4, md4-64): Doc fixes.
9670         (md4-pack-int32): Reflow docstring.
9671
9672 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9673
9674         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9675         condition-case to only the forward-sexp call.
9676
9677 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9678
9679         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9680         quotes contained.  Make it more robust regardless by an extra
9681         condition-case wrapper.
9682
9683 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9686
9687 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * nnml.el (nnml-request-expire-articles): Check if the function set to
9690         `nnmail-expiry-target' returns the symbol `delete'.
9691
9692         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9693
9694         * nnmail.el (nnmail-expiry-target): Fix custom type.
9695
9696 2008-10-02  Glenn Morris  <rgm@gnu.org>
9697
9698         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9699         Silence compiler warning.
9700
9701 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9702
9703         * tls.el (open-tls-stream): Show the actual command being
9704         executed, instead of the format string.
9705
9706 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * lpath.el: Fbind codepage-setup for Emacs 23.
9709
9710 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9711
9712         * mml.el (mml-menu): Don't assume mml2015 is bound.
9713
9714 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9717         exists.
9718
9719 2008-09-27  Glenn Morris  <rgm@gnu.org>
9720
9721         * gnus-util.el (mail-header-remove-comments): Autoload it.
9722
9723 2008-09-27  Andreas Schwab  <schwab@suse.de>
9724
9725         * gnus-util.el (gnus-split-references): Strip comments.
9726         (gnus-parent-id): Likewise.
9727
9728 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * message.el (message-confirm-send): Fix version.
9731
9732 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * message.el (message-idna-to-ascii-rhs-1): Use
9735         mail-extract-address-components rather than mail-header-parse-addresses
9736         that is an alias by default to ietf-drums-parse-addresses that does not
9737         support non-ASCII names in headers' contents.
9738
9739 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9740
9741         * message.el (message-confirm-send): Fix variable documentation to
9742         avoid the "y/n" wording.
9743
9744 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9745
9746         * message.el (message-set-auto-save-file-name): Save to a different
9747         filename so multiple messages (especially drafts) can be recovered.
9748
9749 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9750
9751         * message.el (message-confirm-send): Add appropriate version.
9752
9753 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9756         defvar.
9757
9758 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9759
9760         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9761         (mm-pkcs7-enveloped-magic): Ditto.
9762
9763 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9764
9765         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9766         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9767
9768 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9769
9770         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9771         default, it's better.
9772
9773 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9774
9775         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9776         summary line gnus-number property and ignore them (with a warning
9777         message).
9778
9779 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9782         macro caddr in the interactive form since it won't be expanded.
9783
9784 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9787         `charset'; fix name of function called recursively.
9788         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9789
9790 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9793         (gnus-mime-set-charset-parameters): New function.
9794         (gnus-mime-view-part-as-charset): Use it to correctly display part
9795         specifying wrong charset.
9796
9797 2008-09-08  David Engster  <dengste@eml.cc>
9798
9799         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9800         in completing-read for back end server.
9801
9802 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9803
9804         * message.el (message-confirm-send): New variable to confirm sending a
9805         message.
9806         (message-send): Use it.
9807
9808 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9809
9810         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9811
9812 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9815
9816 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9817
9818         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9819         prevent tracking too many groups.
9820         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9821         Use it.
9822
9823 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9824
9825         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9826         moving point to the bottom of the window in order to avoid recentering.
9827
9828 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9831
9832         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9833         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9834         (gnus-article-beginning-of-window): Fix calculation.
9835
9836 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-msg.el (gnus-summary-supersede-article)
9839         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9840         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9841         message header.
9842
9843 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9844
9845         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9846         pending output coming after the status change.
9847
9848 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9849
9850         * message.el:
9851         * gnus-start.el:
9852         * gnus-registry.el: Remove VMS support.
9853
9854 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9857         macro.
9858         (rfc2104-hash): Use it.
9859
9860 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9863         (gnus-summary-sort-by-most-recent-date): New commands.
9864         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9865         and menu entries.
9866
9867 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9870         don't redisplay article for raw contents; remove plural articles stuff.
9871
9872         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9873         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9874         on gnus-summary-save-article; display results properly.
9875
9876 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * lpath.el: No need to fbind ns-focus-frame.
9879
9880 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9883
9884 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-art.el (gnus-summary-save-in-pipe):
9887         Consider gnus-save-all-headers.
9888
9889 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9890
9891         * gnus-util.el (ns-focus-frame): Remove declaration.
9892         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9893         like x.
9894
9895 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9896
9897         * rfc2104.el (rfc2104-zero): Delete defconst.
9898         (rfc2104-hex-alist): Likewise.
9899         (rfc2104-hex-to-int): Delete func.
9900         (rfc2104-hexstring-to-bitstring): Likewise.
9901         (rfc2104-nybbles): New defconst.
9902         (rfc2104-hash): Rewrite for speed.
9903
9904 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * tls.el (open-tls-stream): Make it work with the 2nd argument
9907         BUFFER that is a string but does not exist as a buffer object, as
9908         mentioned in the doc-string.
9909
9910 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9913         SXEmacs.
9914
9915 2008-07-16  Glenn Morris  <rgm@gnu.org>
9916
9917         * gnus-util.el (ns-focus-frame): Declare for compiler.
9918
9919 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9922         set as a group parameter.
9923         (gnus-summary-save-in-pipe): Work when it is called independently.
9924         (gnus-summary-pipe-to-muttprint): Don't modify
9925         gnus-summary-pipe-output-default-command.
9926
9927 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9928
9929         * message.el (message-send-mail-with-sendmail):
9930         Display the error message.
9931
9932 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-art.el (gnus-default-article-saver):
9935         Add gnus-summary-save-in-pipe to choices.
9936         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9937         gnus-summary-pipe-output-default-command as the default command.
9938         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9939         instead of gnus-last-shell-command.
9940
9941         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9942         New user option.
9943         (gnus-summary-muttprint-program): Mention the value will be changed.
9944         (gnus-summary-save-article): Force showing of all headers.
9945         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9946
9947 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9948
9949         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9950
9951 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9952
9953         * nnimap.el (nnimap-id):
9954         * sieve-manage.el (sieve-manage-open): Doc fixes.
9955
9956 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9957
9958         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9959         if available.
9960
9961 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9962
9963         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9964
9965         * nnkiboze.el (nnkiboze-generate-group):
9966         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9967
9968         * nnmairix.el: Require CL.
9969
9970 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * dgnushack.el: Autoload get-display-table and put-display-table for
9973         XEmacs 21.5.
9974
9975         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9976         21.4 and SXEmacs.
9977
9978 2008-06-15  David Engster  <dengste@eml.cc>
9979
9980         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9981
9982 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9983
9984         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9985         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9986         runtime choice under XEmacs.
9987
9988         * gnus-sum.el (gnus-summary-set-display-table):
9989         Use `gnus-put-display-table', `gnus-get-display-table',
9990         `gnus-set-display-table' for the display table, instead of `aset'.
9991
9992         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9993         Use `gnus-put-display-table', `gnus-get-display-table',
9994         `gnus-set-display-table' for the display table.
9995
9996 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * nnmairix.el: Add autoloads.
9999
10000 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * nnmairix.el (nnmairix-delete-recreate-group)
10003         (nnmairix-update-and-clear-marks): Fix error messages.
10004
10005 2008-06-14  David Engster  <dengste@eml.cc>
10006
10007         * nnmairix.el: Upgrade to version 0.6.
10008         (nnmairix-group-toggle-propmarks-this-group)
10009         (nnmairix-group-toggle-readmarks-this-group)
10010         (nnmairix-group-delete-recreate-this-group)
10011         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10012         (nnmairix-remove-tick-mark-original-article): New commands.
10013         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10014         (nnmairix-propagate-marks-to-nnmairix-groups)
10015         (nnmairix-only-use-registry, nnmairix-allowfast-default)
10016         (nnmairix-marks-cache, nnmairix-version-output): New variables.
10017         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10018         functions needed for marks propagation and manipulation of read marks.
10019         (nnmairix-update-groups): New function.
10020         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10021         (nnmairix-determine-original-group-from-registry)
10022         (nnmairix-determine-original-group-from-path)
10023         (nnmairix-get-group-from-file-path, nnmairix-map-range)
10024         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10025         New helper functions.
10026         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10027         keystrokes for new commands.
10028         (nnmairix-delete-and-create-on-change): Doc string cleanup.
10029         (nnmairix-request-group): Check allow-fast group parameter.
10030         (nnmairix-request-create-group): Set allow-fast group parameter if
10031         nnmairix-allowfast-default is set.
10032         (nnmairix-close-group): Propagate marks upon closing if needed.
10033         (nnmairix-group-toggle-threads-this-group): Use new.
10034         nnmairix-group-toggle-parameter helper function.
10035         (nnmairix-search): Better check for empty search result.
10036         (nnmairix-goto-original-article): Use new helper functions for
10037         determining original article.
10038         (nnmairix-show-original-article): Make sure message-id is in brackets.
10039         (nnmairix-call-mairix-binary): Change variable name.
10040         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10041         helper function.
10042         (nnmairix-widget-toggle-activate): Fix doc string.
10043
10044 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * nnir.el: Require edmacro when compiling with XEmacs.
10047         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10048         available in Emacs 21.
10049
10050 2008-06-11  Glenn Morris  <rgm@gnu.org>
10051
10052         * gnus-util.el (x-focus-frame):
10053         * gnus.el (image-size):
10054         * mm-decode.el (image-size): Declare.
10055
10056         * gnus-picon.el (declare-function): Add compat definition.
10057         (image-size): Declare.
10058
10059         * gnus-group.el (tool-bar-map):
10060         * gnus-sum.el (tool-bar-map): Define for compiler.
10061
10062         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10063
10064         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10065
10066         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10067         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10068         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10069         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10070         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10071         * sieve-manage.el, spam-report.el, spam.el:
10072         Remove unnecessary eval-and-compile of autoloads.
10073
10074 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10075
10076         * auth-source.el: Precise Tramp doc.
10077
10078 2008-06-07  Glenn Morris  <rgm@gnu.org>
10079
10080         * nnmairix.el: Remove unnecessary eval-when-compile.
10081
10082 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * lpath.el: Fbind propertize for XEmacs 21.4.
10085
10086 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * nnir.el: Move here from ../contrib.
10089
10090 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10091
10092         * gnus-util.el (gnus-read-shell-command): New function.
10093         * mm-decode.el (mm-pipe-part):
10094         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10095
10096 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10099
10100 2008-06-03  Glenn Morris  <rgm@gnu.org>
10101
10102         * pop3.el (nnheader-accept-process-output): Autoload it.
10103
10104 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10107         are not 2-digit hexadecimal characters that follow `%'s.
10108
10109 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * message.el (message-bogus-recipient-p): Fix type in doc string.
10112         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10113         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10114         Improve custom options.
10115         (message-bogus-recipient-p): Adjust accordingly.
10116
10117 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10118
10119         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10120         long-form month and day names.
10121
10122 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * dgnushack.el: Autoload debug, eudc-expand-inline and
10125         pgg-snarf-keys-region for XEmacs.
10126
10127         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10128
10129         * nnmairix.el: Require edmacro when compiling with XEmacs.
10130
10131 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10134         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10135
10136 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10137
10138         * auth-source.el: Add more docs.
10139
10140         * netrc.el (netrc-machine): Always match if the port is not given.
10141
10142 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10145         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10146         retrieval faster in some cases, but might make CPU usage larger.
10147         If this has any bad side effects, we might revert this change.
10148
10149         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10150         seems to make mail retrieval much, much faster.
10151         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10152         unconditionally.
10153
10154         * gnus-draft.el (gnus-group-send-queue):
10155         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10156
10157 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10160
10161         * message.el (message-bogus-address-regexp): Fix and improve custom
10162         type.
10163         (message-setup-hook): Add message-check-recipients as custom option.
10164
10165 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * message.el (message-cite-function): Remove bogus autoload which crept
10168         in during merge from v5-10.
10169
10170 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10171
10172         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10173
10174         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10175
10176         * auth-source.el: Preliminary Tramp docs.
10177         (auth-sources): Change the default auth-sources to use
10178         EPA .gpg files.
10179
10180 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10181
10182         * nntp.el: Autoload `auth-source-user-or-password'.
10183         (nntp-send-authinfo): Use it.
10184
10185         * nnimap.el: Autoload `auth-source-user-or-password'.
10186         (nnimap-open-connection): Use it.
10187
10188         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10189         for the gnus-message function.
10190         (auth-source-user-or-password): Use it.
10191
10192 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10193
10194         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10195         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10196         (rfc2104-hash): Use it.
10197
10198 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10199
10200         * gnus-art.el (gnus-article-toggle-truncate-lines):
10201         Don't use `iff' in docstring.
10202
10203 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10204
10205         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10206
10207         * gnus-util.el (gnus-extract-address-component-name)
10208         (gnus-extract-address-component-email): Convenience functions around
10209         `gnus-extract-address-components'.
10210
10211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10212         Use `gnus-extract-address-component-email' to fix bug of comparing full
10213         sender name to `user-mail-address'.
10214
10215 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10216
10217         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10218         catch/throw to optimize.
10219         (gnus-registry-find-keywords): Just use member to find a keyword.
10220
10221 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10222
10223         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10224         is current before calling gnus-server-prepare.
10225         (gnus-server-setup-buffer, gnus-server-update-server)
10226         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10227
10228 2008-05-04  Juri Linkov  <juri@jurta.org>
10229
10230         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10231         (mailcap-file-default-commands): Use mailcap-replace-in-string
10232         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10233         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10234
10235 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10236
10237         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10238
10239 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10240
10241         * gnus.el: Bump version to 0.11.
10242
10243 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10244
10245         * gnus.el: No Gnus v0.10 is released.
10246
10247 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10250         hooks.
10251         (gnus-update-read-articles): Speed up non-marks-using users.
10252         (gnus-use-marks): Define gnus-use-marks.
10253         (gnus-propagate-marks): Rename variable to something more sensible.
10254
10255 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10256
10257         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10258         (gmm-image-load-path-for-library): Fix typos in docstrings.
10259         (gmm-message): Reflow docstring.
10260
10261 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10262
10263         * mail-source.el (mail-source-set-1, mail-source-bind):
10264         Move auth-source code out of the macro to clean it up and fix bugs.
10265
10266 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10267
10268         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10269         by sender if it's equal to user-mail-address, it's likely to be
10270         useless.
10271
10272         * mail-source.el (mail-source-bind): Don't use user or password if they
10273         are not bound.  Unintern them if they are nil.  Don't use server unless
10274         it's bound, and default it to empty string otherwise.
10275
10276 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * mail-source.el: Load auth-source.el.
10279         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10280         get user name or password, if auth-sources is set up.
10281
10282         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10283         strategy of splitting with parent.
10284         (gnus-registry-split-fancy-with-parent)
10285         (gnus-registry-post-process-groups): Use it and fix prior
10286         bug (returning a list as the split result).
10287
10288         * auth-source.el (auth-sources): Remove server parameter.
10289         (auth-source-pick, auth-source-user-or-password)
10290         (auth-source-user-or-password-imap)
10291         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10292         (auth-source-user-or-password-sftp)
10293         (auth-source-user-or-password-smtp): Remove server parameter.
10294
10295 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10296
10297         * smime.el (smime-sign-region, smime-encrypt-region)
10298         (smime-decrypt-region):
10299         Remove redundant calls to `generate-new-buffer-name'.
10300
10301 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10302
10303         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10304         Don't use QP for message/rfc822.
10305         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10306
10307 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10308
10309         * sieve-manage.el (sieve-string-bytes): Remove.
10310         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10311         correct byte-length only if the process's coding-system is the same as
10312         the one used internally by Emacs to represent strings.
10313
10314 2008-04-22  Juri Linkov  <juri@jurta.org>
10315
10316         * mailcap.el (mailcap-file-default-commands): New function.
10317
10318 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * message.el (message-signature-separator, message-cite-function):
10321         Change custom version.
10322
10323 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10324
10325         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10326         commands.
10327         (tls-checktrust): Ditto.
10328
10329 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * mm-decode.el (mm-display-external): Make temp file read-only.
10332
10333 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10336         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10337         `C-c C-f d'.
10338
10339 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10340
10341         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10342
10343 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus.el: Bump version to 0.9.
10346
10347 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gnus.el: No Gnus v0.8 is released.
10350
10351 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10352
10353         * mail-source.el (mail-source-value):
10354         Prefer fboundp to functionp so it works with macros as well.
10355
10356 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10357
10358         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10359         Fix last change in case the element is not even a symbol.
10360
10361 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10362
10363         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10364         Prefer fboundp to functionp so it works with macros as well.
10365
10366 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10367
10368         * auth-source.el: Add docs.
10369         (auth-sources): Modify format to support server.
10370         (auth-source-pick, auth-source-user-or-password)
10371         (auth-source-user-or-password-imap)
10372         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10373         (auth-source-user-or-password-sftp)
10374         (auth-source-user-or-password-smtp): Add server parameter.
10375
10376 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10377
10378         * gnus-registry.el: Initialize the registry when gnus-registry-install
10379         is t.
10380
10381 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * compface.el (uncompface): Make buffer unibyte.
10384
10385 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10386
10387         * mail-source.el (mail-source-value):
10388         Prefer fboundp to functionp so it works with macros as well.
10389
10390 2008-04-05  Glenn Morris  <rgm@gnu.org>
10391
10392         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10393
10394 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10395
10396         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10397         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10398
10399         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10400         multibyteness after rather than before erasing it.
10401
10402         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10403         mm-with-multibyte.
10404         (gnus-request-article-this-buffer): Make sure the proper decoding is
10405         used if gnus-original-article-buffer happens to be unibyte.
10406
10407         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10408         default-enable-multibyte-characters.
10409
10410         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10411         default-enable-multibyte-characters.
10412
10413         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10414
10415         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10416
10417 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10418
10419         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10420         Fix last change in case the element is not even a symbol.
10421
10422 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10423
10424         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10425         (imap-message-copyuid-1): Use it.
10426         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10427         J. Williams in
10428         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10429
10430         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10431         imap-enable-exchange-bug-workaround.
10432         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10433
10434 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10435
10436         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10437         a 100 byte status-checks into a 2-3MB transfer for each group.
10438         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10439         to enable bug workaround or not.
10440         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10441
10442 2008-03-31  Glenn Morris  <rgm@gnu.org>
10443
10444         * message.el (mml2015-use): Declare for compiler.
10445         (message-info): Require mml2015 when appropriate.
10446
10447 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10450         whitespace.
10451
10452 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10453
10454         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10455         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10456         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10457         (nntp-service-to-port): New function.
10458         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10459         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10460         (nntp-open-netcat-stream): New function.
10461         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10462
10463 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10464
10465         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10466
10467 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10468
10469         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10470
10471 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10472
10473         * dns.el (dns-write): Use set-buffer-multibyte.
10474
10475 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10476
10477         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10478
10479 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * message.el (message-signature-separator): Change default.
10482         Improve custom type.
10483         (message-cite-function): Change default to
10484         message-cite-original-without-signature.
10485
10486         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10487         toggle.
10488
10489         * message.el (message-check-news-body-syntax): Fix signature check.
10490         (message-setup-1): Mark buffer as unmodified _after_ running
10491         message-setup-hook and handling message-alternative-emails.
10492         (message-shorten-references): Be more strict when building list of
10493         valid references to comply with GNKSA.
10494
10495         * gnus-group.el (gnus-read-ephemeral-bug-group)
10496         (gnus-read-ephemeral-debian-bug-group)
10497         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10498
10499         * message.el (message-info): Don't use booleanp which isn't supported
10500         in Emacs 21 and XEmacs.
10501
10502 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10505         gnus-group-gmane-group-download-format.
10506         (gnus-group-read-ephemeral-gmane-group): Rename from
10507         gnus-group-read-ephemeral-gmane-group.
10508         (gnus-read-ephemeral-gmane-group-url): Rename from
10509         gnus-group-read-ephemeral-gmane-group-url.
10510         (gnus-bug-group-download-format-alist): New variable.
10511         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10512         (gnus-read-ephemeral-emacs-bug-group): New commands.
10513
10514 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10517         (gnus-visible-headers): Improve custom type.
10518
10519 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * mml.el (mml-menu): Add workarounds for XEmacs.
10522
10523         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10524         X-Boundary header.
10525
10526         * message.el (message-simplify-recipients): Fix previous commit.
10527
10528 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10529
10530         * mm-util.el (mm-set-buffer-multibyte): New function.
10531         * mm-decode.el (mm-copy-to-buffer): Use it.
10532
10533         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10534         Prefer fboundp to functionp so it works with macros as well.
10535
10536 2008-03-19  Glenn Morris  <rgm@gnu.org>
10537
10538         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10539         Accidentally removed in the sync process with Emacs.
10540
10541 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * message.el (message-alter-recipients-discard-bogus-full-name):
10544         New function.
10545         (message-alter-recipients-function): New variable.
10546         (message-get-reply-headers): Use it.
10547         (message-replace-header): New helper function.
10548         (message-recipients-without-full-name): New variable.
10549         (message-simplify-recipients): New command.
10550
10551         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10552
10553         * message.el (message-info): Handle EasyPG manual.
10554
10555         * mml.el (mml-menu): Add entry for EasyPG.
10556
10557 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10558
10559         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10560         parameter.
10561
10562         * message.el (message-disassociate-draft): Specify drafts group name
10563         fully.
10564
10565 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10566
10567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10568         Eliminate unnecessary duplicates from the match list.
10569
10570 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10573
10574         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10575
10576         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10577         args of `how-many' of which the XEmacs version doesn't take; declare
10578         Info-index-next as function.
10579
10580 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * gnus-score.el (gnus-score-headers): Fix handling of
10583         gnus-inhibit-slow-scoring.
10584
10585         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10586         string.
10587         (gnus-button-url-regexp): Improve handling of parenthesis.
10588         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10589         (gnus-button-handle-info-keystrokes): Handle index entries.
10590
10591 2008-03-15  Glenn Morris  <rgm@gnu.org>
10592
10593         * parse-time.el (parse-time-string): Simplify.
10594
10595 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10598         Incoming* files.
10599
10600 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * auth-source.el (auth-sources): Rename from auth-source-choices.
10603         (auth-source-pick): Use it.
10604
10605 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10606
10607         * binhex.el (binhex-decode-region-internal):
10608         * uudecode.el (uudecode-decode-region-internal):
10609         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10610         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10611         setting default-enable-multibyte-characters.
10612
10613 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10614
10615         * auth-source.el (auth-source-protocols)
10616         (auth-source-protocols-customize, auth-source-choices): Add and
10617         modified variable customizations and defaults.
10618         (auth-source-pick, auth-source-user-or-password)
10619         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10620         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10621         (auth-source-user-or-password-sftp)
10622         (auth-source-user-or-password-smtp): Use new variables and provide an
10623         interface to netrc.el.
10624
10625 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10628         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10629         Make sure the nntp port to specify is a string.
10630
10631 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10632
10633         * nntp.el: Use with-current-buffer.
10634         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10635         dubious mm-with-unibyte-current-buffer.
10636         (nntp-with-open-group-function): New function extracted from
10637         nntp-with-open-group macro.
10638         (nntp-with-open-group): Use the function, so it's easier to debug.
10639         Add indentation and debugging info.
10640         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10641         Recommend the use of the netcat alternatives.
10642
10643         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10644         Avoid mm-string-as-multibyte as well.
10645
10646         * nnweb.el (nnweb-insert-html):
10647         Remove use of nnheader-string-as-multibyte.
10648
10649         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10650         (nnheader-string-as-multibyte): Remove.
10651
10652         * mm-view.el: Use inhibit-read-only.
10653         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10654         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10655         or unibyte-string.
10656
10657         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10658         (mm-uu-yenc-extract): Use with-current-buffer.
10659
10660         * gnus-soup.el (gnus-soup-send-packet): Don't use
10661         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10662
10663         * nnmh.el: Use with-current-buffer.
10664         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10665         mm-string-as-multibyte on the output of mm-encode-coding-string.
10666
10667         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10668         (nnimap-request-move-article): Use with-current-buffer.
10669
10670         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10671         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10672         conversion uses string-make-unibyte rather than string-as-unibyte.
10673
10674         * gnus-msg.el: Use with-current-buffer.
10675
10676         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10677
10678 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10679
10680         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10681         string for caching if it is 'PIN.
10682
10683 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * lpath.el: Consider the case without Emacs/W3.
10686
10687 2008-03-08  Glenn Morris  <rgm@gnu.org>
10688
10689         * time-date.el (date-to-time, time-subtract, time-add)
10690         (safe-date-to-time): Doc fixes.
10691
10692 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * mail-source.el (mail-source-delete-old-incoming-confirm):
10695         Change default to nil.
10696         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10697
10698 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * lpath.el: Rearrange.
10701
10702         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10703         (gnus-article-goto-prev-page): Work for articles having ^L's.
10704
10705         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10706
10707         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10708
10709 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10710
10711         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10712         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10713         (gnus-bookmark-jump): Adjust some variable names.
10714
10715 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10716
10717         * auth-source.el: New package.
10718         (auth-source-choices): Add customization entry point variable.
10719
10720         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10721         bug.
10722
10723 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10724
10725         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10726         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10727         (gnus-registry-install-shortcuts): Rename from
10728         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10729         the `gnus-registry-mark-map' keymap dynamically from
10730         `gnus-registry-marks'.  The generated functions update the summary line
10731         when a registry mark is added or deleted, and will call
10732         `gnus-registry-install-p' (see the comments in the code).
10733         (gnus-registry-user-format-function-M): Use concat intelligently.
10734
10735         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10736         the registry mark functions.
10737
10738 2008-03-05  Glenn Morris  <rgm@gnu.org>
10739
10740         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10741         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10742         gnus-art.
10743         (top-level): No need to load own source when compiling.
10744
10745 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10748         Suggested by <chris.anderton@zetnet.co.uk>.
10749
10750 2008-03-04  Glenn Morris  <rgm@gnu.org>
10751
10752         * gnus-sum.el (top-level): No need to require gnus when compiling,
10753         since unconditionally required near start of file.
10754         (gnus-summary-display-while-building): Move definition before use.
10755
10756 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10757
10758         * gnus-registry.el (gnus-registry-user-format-function-M):
10759         Add formatting function.
10760
10761 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10762
10763         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10764         with plists.
10765         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10766         Use new format.
10767
10768 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10771         `where-is-internal' that returns a range of key sequences.
10772
10773 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10774
10775         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10776
10777         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10778         (gnus-summary-jump-to-group): Consider windows on other displayed
10779         frames as well.  Similar changes might be needed elsewhere, but that's
10780         the one I've bumped into during my use.
10781
10782         * nndoc.el (nndoc-oe-dbx-type-p):
10783         * gnus-msg.el (gnus-debug):
10784         * gnus-group.el (gnus-update-group-mark-positions):
10785         Use mm-string-to-multibyte.
10786
10787 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10790         doesn't handle NotDashEscaped.
10791
10792         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10793         (mml-dnd-attach-options): Fix typo in custom choice.
10794
10795         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10796         Change nndoc-article-type to mbox.
10797         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10798
10799         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10800         to nil, instead of html2text.
10801
10802         * imap.el (imap-debug): Add `imap-ping-server'.
10803
10804         * gnus-bookmark.el: Add FIXMEs.
10805
10806         * message.el (message-form-letter-separator)
10807         (message-send-form-letter-delay): New variables.
10808         (message-send-form-letter): Use them.  New command to send form
10809         letters.  Requested by Uwe Siart.
10810         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10811
10812 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * Update copyright years.
10815
10816 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         Sync from EMACS_22_BASE.
10819
10820         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10821
10822 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10823
10824         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10825         empty author.
10826
10827 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10828
10829         * gnus-registry.el (gnus-registry-marks): Add variable for
10830         customization of marks and their appearance.
10831         (gnus-registry-read-mark): Use it.
10832         (gnus-registry-do-marks): Add utility function to loop through
10833         `gnus-registry-marks'.
10834         (gnus-registry-install-shortcuts-and-menus): Add function to install
10835         shortcuts and menus.
10836         (gnus-registry-initialize): Use it.
10837         (gnus-registry-default-mark): Clarify documentation.
10838
10839 2008-02-29  Glenn Morris  <rgm@gnu.org>
10840
10841         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10842         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10843         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10844         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10845         Change defcustom :version from 23.0 to 23.1.
10846
10847 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10848
10849         * gnus-registry.el (gnus-registry-follow-group-p)
10850         (gnus-registry-post-process-groups): Add functions to aid registry
10851         splitting and improve logging.  Clarify behavior in function
10852         documentation.
10853         (gnus-registry-split-fancy-with-parent): Use them.
10854
10855 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10856
10857         * gnus-art.el: Use with-current-buffer.
10858
10859 2008-02-27  David Engster  <dengste@eml.cc>
10860
10861         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10862         Express real group name in the response.
10863
10864 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10867         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10868         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10869         autoload gnus-registry-fetch-group when compiling.
10870         (nnmairix-request-group-with-article-number-correction):
10871         Remove unreferenced argument passed to nnmairix-call-backend.
10872
10873 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10876         (mm-uu-extract): Improve face for low color ttys.
10877         Reported by Sascha Wilde.
10878
10879 2008-02-27  Glenn Morris  <rgm@gnu.org>
10880
10881         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10882         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10883         variables to defconsts.  Convert comments to doc-strings.
10884         (nnmairix-last-server, nnmairix-current-server): Convert from free
10885         variables to defvars.  Convert comments to doc-strings.
10886         (gnus-registry-fetch-group): Autoload.
10887         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10888         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10889         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10890         caddr.
10891         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10892         nnmairix-request-group-with-article-number-correction call.
10893         (nnmairix-fast, nnmairix-group): New, less general names, for free
10894         variables passed from nnmairix-request-group to
10895         nnmairix-request-group-with-article-number-correction.  Declare.
10896         (nnmairix-request-group-with-article-number-correction):
10897         Use nnmairix-fast, nnmairix-group rather than fast, group.
10898
10899 2008-02-26  David Engster  <dengste@eml.cc>
10900
10901         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10902         version 0.5.
10903
10904 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10905
10906         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10907         instead of making an extra function call.  Don't add the current group
10908         to articles only when they have the group.  Use
10909         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10910         Reported by David <de_bb@arcor.de>.
10911
10912 2008-02-24  Miles Bader  <miles@gnu.org>
10913
10914         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10915         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10916         (mm-find-mime-charset-region):
10917         * mm-bodies.el (mm-encode-body):
10918         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10919
10920 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10923         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10924
10925 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * mail-source.el (mail-source-delete-incoming): Change default.
10928         Supplement doc string.
10929
10930         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10931
10932 2008-02-14  Glenn Morris  <rgm@gnu.org>
10933
10934         * time-date.el (format-seconds): New function.
10935
10936 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * nnmail.el (nnmail-message-id-cache-file): Derive from
10939         `gnus-home-directory'.
10940
10941 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10944         Document negative prefix.
10945
10946         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10947
10948 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * message.el (message-unsent-separator): Add the Exim bounce
10951         separator.
10952
10953 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10954
10955         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10956         list.
10957         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10958         recipient/signer list.
10959
10960 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * Makefile.in (datarootdir): Define.
10963         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10964         name that might contain whitespace.
10965
10966 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10969         fbound (Emacs 23 unicode), signal an error.
10970
10971 2008-02-08  Glenn Morris  <rgm@gnu.org>
10972
10973         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10974
10975 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10976
10977         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10978         ports to the calls to `netrc-machine-user-or-password' in addition to
10979         "imap" and "imaps".
10980
10981 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10982
10983         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10984
10985         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10986
10987 2008-02-01  Kenichi Handa  <handa@m17n.org>
10988
10989         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10990         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10991         (rfc2104-hash): Convert the result of concat to unibyte string.
10992
10993 2008-02-01  Dave Love  <fx@gnu.org>
10994
10995         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10996         coding-system-for-read.
10997         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10998
10999 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus.el (gnus-group-startup-message): Add `find-image' call before
11002         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
11003         <hanche@math.ntnu.no>.
11004
11005 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11008
11009         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11010
11011 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
11012
11013         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11014         * message.el (message-beginning-of-line): Use featurep instead of bound
11015         tests in order to resolve conditionals at compile time.
11016
11017 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
11018
11019         * mail-source.el (mail-sources): Add `group' choice.
11020
11021         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11022         parameter `in-group' to control into which group the articles go.
11023         Add treatment of `group' mail-source.
11024
11025 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11028
11029         * mm-decode.el (mm-dissect-buffer): Decode description.
11030
11031         * mml.el (mml-to-mime): Encode message header first.
11032
11033 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11036         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11037
11038         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
11039         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
11040
11041 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11044
11045 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11048         prefix keys.
11049         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11050         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11051         gnus-xmas.el.
11052
11053         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
11054         (gnus-xmas-article-describe-bindings): New function.
11055         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
11056         gnus-xmas-article-describe-bindings.
11057
11058         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
11059
11060 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11061
11062         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11063         Add new variables for article mark management.
11064         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11065         list of extra data entries which, when present, will indicate that the
11066         article ID should not be trimmed from the registry.
11067         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11068         functions.
11069         (gnus-registry-read-mark): New function to read a mark name from the
11070         user.
11071         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11072         (gnus-registry-set-article-mark-internal): New functions to add and
11073         remove marks.
11074         (gnus-registry-get-article-marks): New function to show the marks for
11075         an article, or retrieve them for further use.
11076
11077 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11080         keys when no argument is given.
11081
11082 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * imap.el (imap-ping-server): New variable.
11085         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11086         (imap-ping-server): Minor doc string fixes.
11087
11088 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11089
11090         * imap.el (imap-ping-server): New function.
11091         (imap-opened): Call imap-ping-server.
11092
11093 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * gnus-sum.el (gnus-article-sort-by-random)
11096         (gnus-thread-sort-by-random): Fix doc strings.
11097         Reported by jidanni@jidanni.org.
11098
11099 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-art.el (gnus-article-describe-bindings): New function.
11102         (gnus-article-read-summary-keys): Use it.
11103         (gnus-article-mode-map): Bind `C-h b' to it.
11104
11105 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11108         XEmacs.
11109         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11110         Protect against non-character events.
11111
11112         * lpath.el: Fbind map-keymap for Emacs 21.
11113
11114 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11117         New command.
11118         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11119         instead of END.  Change name of the temp file.
11120         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11121         customizable.
11122
11123 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11126         bind `S W' to gnus-article-wide-reply-with-original; set default
11127         binding to gnus-article-read-summary-send-keys.
11128         (gnus-article-read-summary-keys): Fix the order of keys; display
11129         continuation keys correctly in the echo area; describe bindings
11130         correctly when keys end with `C-h'.
11131         (gnus-article-read-summary-send-keys): New function.
11132         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11133         Work for gnus-article-read-summary-send-keys; display continuation keys
11134         correctly in the echo area.
11135         (gnus-article-reply-with-original): Ignore prefix argument.
11136         (gnus-article-wide-reply-with-original): New function.
11137
11138         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11139         Emacs 21.
11140
11141 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11144         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11145
11146 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11149         (gnus-group-read-ephemeral-gmane-group): New command.
11150
11151 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11152
11153         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11154
11155 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * message.el (message-send-mail-function): Increase custom version.
11158
11159         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11160         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11161
11162 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11163
11164         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11165         for the cases where imap-authenticate is called with a nil buffer
11166         parameter.
11167
11168 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11171         html parts correctly; support forwarded messages.
11172         (gnus-article-browse-html-article): Remove work buffers.
11173
11174         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11175         compiling.
11176         (netrc-bound-and-true-p): New macro.
11177         (netrc-parse): Use it instead of bound-and-true-p that is not available
11178         in XEmacs 21.4.
11179
11180 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11181
11182         * gnus-registry.el (gnus-registry-mark-article)
11183         (gnus-registry-article-marks): Add functionality to mark articles
11184         through the Gnus registry.
11185
11186         * encrypt.el: Clarify documentation for the new pgg method.
11187         (encrypt-file-alist): Add PGG option.
11188         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11189         functionality.  Abstract password key and messaging to external
11190         functions.
11191         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11192         (encrypt-message-method-and-cipher): Add new convenience external
11193         functions.
11194         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11195         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11196
11197         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11198         (netrc-parse): Use encrypt-file-alist to determine if
11199         encrypt-find-model or encrypt-insert-file-contents should be used.
11200
11201         * encrypt.el: Clarify documentation.  Load password-cache or
11202         password, whichever one is found first, instead of autoloading.
11203
11204 2007-12-19  Glenn Morris  <rgm@gnu.org>
11205
11206         * mml.el (message-options-set, message-narrow-to-head)
11207         (message-in-body-p, message-mail-p, message-encode-message-body):
11208         Autoload.
11209         (message-remove-header, message-narrow-to-headers-or-head)
11210         (message-subscribed-p, message-make-mail-followup-to)
11211         (message-position-on-field, message-news-p)
11212         (message-options-set-recipient, message-generate-headers)
11213         (message-sort-headers): Declare as functions.
11214
11215 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11218         convention in doc string.
11219
11220 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11223         title to html parts.
11224         (gnus-article-browse-html-article): Pass message header to it.
11225
11226         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11227
11228 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11231         or password compatible with XEmacs.
11232
11233 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11236         format document.
11237         (gnus-mime-delete-part): Don't write description line if empty.
11238         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11239
11240 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
11241
11242         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11243         (gnus-summary-mark-read-and-unread-as-read)
11244         (gnus-summary-mark-current-read-and-unread-as-read)
11245         (gnus-summary-mark-unread-as-ticked): Doc fix.
11246         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11247
11248 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11251         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11252
11253 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11256         yes-or-no-p.
11257
11258 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * mm-decode.el (mm-add-meta-html-tag): New function.
11261         (mm-save-part-to-file, mm-pipe-part): Use it.
11262
11263         * gnus-art.el (gnus-article-browse-delete-temp-files):
11264         Use gnus-y-or-n-p instead of y-or-n-p.
11265         (gnus-article-browse-html-parts): Work with message/external-body; use
11266         mm-add-meta-html-tag.
11267
11268 2007-12-11  Glenn Morris  <rgm@gnu.org>
11269
11270         * gnus-cache.el: Require gnus-sum not just when compiling.
11271
11272         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11273
11274         * gnus-int.el (gnus-server-opened, gnus-status-message):
11275         Move definitions before use.
11276
11277         * mm-decode.el: Require gnus-util.
11278         (mm-remove-part): Only call delete-annotation on XEmacs.
11279
11280         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11281
11282         * nnmail.el: Require gnus-int.
11283
11284         * spam.el: Move `require's before `eval-when-compile's.
11285
11286         * gnus-ems.el (gnus-alive-p):
11287         * gnus-fun.el (message-goto-eoh):
11288         * gnus-util.el (gnus-group-name-decode):
11289         * mail-source.el (gnus-compress-sequence):
11290         * message.el (Info-goto-node, format-spec):
11291         * mm-bodies.el (message-options-get):
11292         * mm-decode.el (mm-view-pkcs7):
11293         * mm-util.el (gmm-write-region):
11294         * mml-smime.el (mml-compute-boundary)
11295         (gnus-completing-read-with-default):
11296         * mml.el (widget-button-press, gnus-make-hashtable):
11297         * mml1991.el (mm-decode-content-transfer-encoding)
11298         (mm-encode-content-transfer-encoding)
11299         (message-options-get, message-options-set):
11300         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11301         * nnfolder.el (gnus-request-group):
11302         * nnheader.el (ietf-drums-unfold-fws):
11303         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11304         * smime.el (gnus-run-mode-hooks):
11305         * spam-stat.el (gnus-message): Autoload.
11306
11307         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11308         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11309         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11310         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11311         Add declare-function compatibility definition.
11312
11313         * gnus-cache.el (nnvirtual-find-group-art):
11314         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11315         (gnus-add-image, gnus-add-wash-type):
11316         * gnus-group.el (nnkiboze-score-file):
11317         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11318         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11319         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11320         (message-tokenize-header, gnus-get-buffer-create)
11321         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11322         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11323         * gnus.el (gnus-group-decoded-name):
11324         * mail-source.el (imap-capability):
11325         * mm-bodies.el (message-options-set):
11326         * mm-decode.el (gnus-configure-windows):
11327         * mm-extern.el (message-goto-body):
11328         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11329         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11330         (epg-sub-key-validity, message-options-set):
11331         * mml.el (widget-event-point, gnus-configure-windows):
11332         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11333         * mml2015.el (epg-check-configuration, epg-configuration)
11334         (message-options-set):
11335         * nndb.el (nndb-request-article):
11336         * nnfolder.el (gnus-request-create-group):
11337         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11338         * nnmaildir.el (gnus-group-mark-article-read):
11339         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11340         * rfc1843.el (message-fetch-field):
11341         * spam.el (gnus-extract-address-components):
11342         Declare as functions.
11343
11344 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11347
11348         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11349
11350         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11351         bind show-trailing-whitespace for XEmacs.
11352
11353 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11356         new no-op macro for backward compatibility.
11357
11358         * imap.el (imap-string-to-integer): New function.
11359
11360 2007-12-09  Glenn Morris  <rgm@gnu.org>
11361
11362         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11363
11364         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11365         * message.el, mm-view.el, sieve-manage.el, smime.el:
11366         Add declare-function compatibility definition.
11367
11368         * gnus-art.el (w3-region, w3m-region, Info-menu):
11369         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11370         * gnus-sum.el (gnus-get-predicate):
11371         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11372         * message.el (mail-abbrev-in-expansion-header-p):
11373         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11374         (w3m-detect-meta-charset, w3m-region):
11375         * sieve-manage.el (password-read, password-cache-add)
11376         (password-cache-remove):
11377         * smime.el (password-read-and-add): Declare as functions.
11378
11379 2007-12-08  David Kastrup  <dak@gnu.org>
11380
11381         * gnus-sum.el (gnus-summary-simplify-subject-query):
11382         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11383         `message'.
11384
11385 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11388         it to bind idna-program, installation-directory, defined-colors, and
11389         face-attribute for XEmacs of the version that compiles defcustom forms.
11390
11391 2007-12-07  Glenn Morris  <rgm@gnu.org>
11392
11393         * gnus-art.el (article-make-date-line): Revert previous change.
11394
11395 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11398
11399 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11400
11401         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11402         Call gnus-add-to-range ranges only once with a prepared article-list.
11403
11404 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11405
11406         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11407         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11408         group names with backslashes.
11409         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11410
11411 2007-12-06  Deepak Goel  <deego3@gmail.com>
11412
11413         * gnus-art.el (article-make-date-line):
11414         * gnus-start.el (gnus-load):
11415         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11416
11417 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-art.el (gnus-use-idna)
11420         * gnus-start.el (gnus-site-init-file)
11421         * message.el (message-use-idna)
11422         * mm-uu.el (mm-uu-hide-markers)
11423         * smiley.el (smiley-style): Revert changes that suppress warnings.
11424
11425 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11428         specify charset to html source.
11429         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11430
11431 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11434         idna-program in order to suppress byte compile warning issued by XEmacs
11435         that came to byte compile the default value section of defcustom forms
11436         recently.
11437
11438         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11439         value of installation-directory.
11440
11441         * message.el (message-use-idna): Don't directly refer to the value of
11442         idna-program.
11443
11444         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11445
11446         * smiley.el (smiley-style): Don't directly call face-attribute.
11447
11448 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11451
11452         * gnus-dired.el: Reduce Gnus dependencies.
11453         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11454         Don't require.  Use autoloads instead.
11455         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11456         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11457         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11458         (gnus-dired-mode): Adjust doc string.
11459         (gnus-dired-mail-mode): New variable.
11460         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11461         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11462         (gnus-dired-mail-buffers): New function.  Return mail or message
11463         composition buffers.
11464         (gnus-dired-attach): Use it.
11465         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11466         NO-DECODE.
11467         (gnus-dired-print): Use `gnus-print-buffer' depending on
11468         `gnus-dired-mail-mode'.
11469
11470 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * rfc2047.el (rfc2047-encoded-word-regexp)
11473         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11474         explaining what regexp patterns are for.
11475
11476 2007-12-04  Glenn Morris  <rgm@gnu.org>
11477
11478         * password.el: Move to password-cache.el.
11479
11480         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11481         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11482         * mml-smime.el (password-read, password-cache-add)
11483         (password-cache-remove):
11484         No need to autoload, since mml-sec requires password.
11485
11486         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11487         * message.el (gnus-extract-address-components):
11488         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11489
11490         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11491         password.
11492
11493 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * mailcap.el: Reduce dependencies.
11496         (mail-header-parse-content-type): Autoload.
11497         (mailcap-delete-duplicates): New alias.
11498         (mailcap-mime-info): Add optional argument NO-DECODE.
11499         (mailcap-mime-types): Use mailcap-delete-duplicates.
11500
11501         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11502
11503 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11504
11505         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11506         (imap-parse-status): Upcase status-att for servers that sends them
11507         lower-case (e.g., MS Exchange 2007).
11508
11509 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11510
11511         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11512         function.
11513
11514         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11515         (gnus-uu-yenc-article): New function.
11516
11517         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11518
11519         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11520
11521 2007-12-02  Glenn Morris  <rgm@gnu.org>
11522
11523         * binhex.el (binhex): New custom group.
11524         (binhex-decoder-program, binhex-decoder-switches)
11525         (binhex-use-external): Move to the binhex custom group.
11526
11527         * uudecode.el (uudecode): New custom group.
11528         (uudecode-decoder-program, uudecode-decoder-switches)
11529         (uudecode-use-external): Move to the uudecode custom group.
11530
11531         * netrc.el (top-level): Don't load `encrypt' features.
11532         (netrc-parse): Don't use encrypt.
11533         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11534
11535         * encrypt.el: Remove file.
11536
11537 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11540         matches on patches.
11541
11542         * gnus-art.el (gnus-article-browse-html-article):
11543         Mention `mm-text-html-renderer' in the doc string.
11544
11545         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11546         string.  Add comments.
11547
11548         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11549         if rhs is ASCII.
11550
11551 2007-12-01  Glenn Morris  <rgm@gnu.org>
11552
11553         * mail-source.el (top-level): Require format-spec before
11554         eval-when-compile.
11555
11556 2007-11-30  Glenn Morris  <rgm@gnu.org>
11557
11558         * encrypt.el: Require password, rather than autoloading password-read.
11559
11560 2007-11-29  Glenn Morris  <rgm@gnu.org>
11561
11562         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11563         (sasl-make-client, sasl-next-step, sasl-step-data)
11564         (sasl-step-set-data): Declare as functions.
11565
11566 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11569
11570 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11571
11572         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11573         certs should be verified and what is to be done in the event of a
11574         verification failure.
11575
11576         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11577         caller can indicate whether the cache should be disregarded for this
11578         call.  This way the result of the call is reproducible at all times and
11579         can be considered a canonical server name for the supplied method.
11580         (gnus-agent-method-p): Canonicalize server names by pushing their
11581         method through `gnus-method-to-server' using the no-cache argument.
11582
11583         * gnus-srvr.el (gnus-server-insert-server-line):
11584         Call `gnus-method-to-server' with `no-cache' argument.
11585
11586         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11587         gnus-agent-possibly-synchronize-flags as this should be called when the
11588         server is actually being opened.
11589         (gnus-agent-possibly-synchronize-flags)
11590         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11591         flags file of an agentized server to the latter function.
11592
11593         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11594         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11595         after a connection has been established successfully.
11596
11597 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-art.el (article-display-face): Force to display face if called
11600         interactively; check if gnus-article-x-face-too-ugly matches author.
11601         (article-display-x-face): Display face even if From header is missing
11602         as article-display-face does.
11603
11604 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11605
11606         * hashcash.el (message-narrow-to-headers-or-head)
11607         (message-fetch-field, message-goto-eoh)
11608         (message-narrow-to-headers): Declare as functions.
11609
11610 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * mail-source.el (mail-sources): Default to fetch from file for
11613         compatibility with default of nnmail-spool-file.
11614
11615 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11618         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11619         to look for encoded word that should be encoded again.
11620         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11621         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11622         encoding pattern.
11623         (rfc2047-decode-region): Switch strict regexp and loose one according
11624         to rfc2047-allow-irregular-q-encoded-words.
11625
11626 2007-11-25  Romain Francoise  <romain@orebokech.com>
11627
11628         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11629
11630 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * tls.el (tls-program): Provide more custom choices from
11633         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11634         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11635
11636 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11639         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11640
11641         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11642         `nnmail-spool-file'.
11643
11644         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11645         `nnmail-spool-file'.
11646
11647         * gnus-move.el (gnus-change-server): Ditto.
11648
11649         * gnus-kill.el (gnus-batch-score): Ditto.
11650
11651         * gnus-cache.el (gnus-jog-cache): Ditto.
11652
11653         * gnus-msg.el (gnus-summary-reply):
11654         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11655
11656 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11659         version.  Minor improvement to doc strings.
11660         (tls-program): Add comment.
11661
11662 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11663
11664         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11665         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11666         mismatch between the hostname provided in the certificate and the name
11667         of the host connnecting to.
11668         (open-tls-stream): Use them.  Check certificates against trusted root
11669         certificates.
11670
11671 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * gnus-cache.el (gnus-cache-generate-nov-databases):
11674         Use nnml-generate-nov-databases-directory instead of
11675         nnml-generate-nov-databases-1.
11676
11677 2007-11-24  Glenn Morris  <rgm@gnu.org>
11678
11679         * message.el (message-tool-bar-retro): Update for rename
11680         mail_send.xpm->mail-send.xpm.
11681
11682 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11685         `smime-ldap-search' for Emacs 22 and up.
11686
11687 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11688
11689         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11690
11691         * message.el (message-send-mail-function): Fix error convention.
11692         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11693         (message-widen-reply, message-send-mail, message-talkative-question)
11694         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11695         (message-clone-locals, message-send-news): Use with-current-buffer.
11696         (message-insert-or-toggle-importance): Remove unused var `valid'.
11697         (message-make-references): Remove unused var `new-references'.
11698         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11699
11700 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11701
11702         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11703         (spam-split-symbolic-return-positive): Reflow docstring.
11704         (spam-backends, spam-summary-exit-behavior)
11705         (spam-mark-ham-unread-before-move-from-spam-group)
11706         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11707         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11708         (spam-clear-cache, spam-backend-check, spam-install-backend)
11709         (spam-install-statistical-backend, spam-list-of-processors)
11710         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11711         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11712         (spam-check-crm114, spam-initialize, spam-unload-hook):
11713         Fix typos in docstrings.
11714
11715 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11718         been checked if they have never been read and those group levels are
11719         higher than the one that a user specified.
11720
11721 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11724         foreign groups unless a group level is specified by a user.
11725         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11726
11727 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * message.el (message-send-mail-function): Require sendmail.
11730
11731 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * message.el (message-send-mail-function): Check for smtpmail too.
11734
11735         * utf7.el (utf7-encode, utf7-decode): Use coding system
11736         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11737
11738         * message.el (message-send-mail-function): New function.
11739         (message-send-mail-function): Set default using
11740         message-send-mail-function.  Adjust doc string.
11741         (message-send-mail-with-mailclient): New function.
11742
11743 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11744
11745         * smime.el (from):
11746         * rfc2047.el (message-posting-charset):
11747         * qp.el (mm-use-ultra-safe-encoding):
11748         * pop3.el (parse-time-months):
11749         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11750         * nnml.el (files):
11751         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11752         (jka-compr-compression-info-list, ange-ftp-path-format)
11753         (efs-path-regexp):
11754         * nndiary.el (files):
11755         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11756         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11757         (epg-digest-algorithm-alist, inhibit-redisplay)
11758         (password-cache-expiry):
11759         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11760         (pgg-output-buffer, password-cache-expiry):
11761         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11762         (efs-path-regexp):
11763         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11764         (inhibit-redisplay):
11765         * mm-uu.el (file-name, start-point, end-point, entry)
11766         (gnus-newsgroup-name, gnus-newsgroup-charset):
11767         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11768         (latin-unity-ucs-list):
11769         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11770         (mm-uu-binhex-decode-function):
11771         * message.el (gnus-message-group-art, gnus-list-identifiers)
11772         (rmail-enable-mime-composing, gnus-local-organization)
11773         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11774         (gnus-read-active-file, facemenu-add-face-function)
11775         (facemenu-remove-face-function, gnus-article-decoded-p)
11776         (tool-bar-mode):
11777         * mail-source.el (display-time-mail-function):
11778         * gnus-util.el (nnmail-pathname-coding-system)
11779         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11780         (gnus-original-article-buffer, gnus-user-agent)
11781         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11782         (xemacs-codename, sxemacs-codename, emacs-program-version):
11783         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11784         * gnus-start.el (gnus-agent-covered-methods)
11785         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11786         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11787         (gnus-newsgroup-headers, gnus-group-list-mode)
11788         (gnus-group-mark-positions, gnus-newsgroup-data)
11789         (gnus-newsgroup-unreads, nnoo-state-alist)
11790         (gnus-current-select-method, mail-sources)
11791         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11792         (nnmail-spool-file, gnus-cache-active-hashtb):
11793         * gnus-mh.el (mh-lib-progs):
11794         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11795         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11796         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11797         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11798         (gnus-group-buffer):
11799         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11800         (font-lock-set-defaults):
11801         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11802         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11803         (gnus-summary-post-menu, total-parts, type, condition, length):
11804         * gnus-agent.el (gnus-agent-read-agentview):
11805         * flow-fill.el (show-trailing-whitespace):
11806         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11807         eval-and-compile wrappers for byte compiler pacifiers.
11808
11809         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11810         (mm-display-inline-fontify): Check for featurep 'xemacs not
11811         extent-list.
11812
11813         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11814         itimer-list.
11815         (mm-create-image-xemacs): Only do something for XEmacs.
11816         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11817
11818         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11819
11820         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11821         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11822
11823 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11824
11825         * nnimap.el (nnimap-split-download-body):
11826         * gnus-demon.el (gnus-demon):
11827         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11828
11829 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11832         New macros.
11833         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11834         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11835         copy data from unibyte buffer to multibyte current buffer.
11836         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11837         to copy data from unibyte current buffer to multibyte buffer.
11838         (nntp-make-process-buffer): Make process buffer unibyte.
11839
11840         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11841
11842 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11843
11844         * pop3.el (pop3-open-server): Accept and process data more robustly at
11845         connexion start to avoid spurious "POP SSL connexion failed" errors.
11846
11847 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11850         read group names.
11851
11852 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11855
11856 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11859         (nnmail-save-active): Use a unibyte buffer when saving active file,
11860         which may contain non-ASCII group names.
11861
11862         * nnml.el (nnml-request-group): Decode group names in messages.
11863
11864 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * message.el (message-citation-line-function)
11867         (message-insert-formatted-citation-line): Fix spelling of
11868         `message-insert-formated-citation-line'.
11869
11870 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11873
11874 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11877         nnmail-pathname-coding-system.
11878
11879         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11880         that a user enters; decode group names in messages.
11881
11882         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11883
11884 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11887
11888         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11889
11890         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11891         risky local variable.
11892
11893         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11894
11895 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11896
11897         * encrypt.el: Improve documentation to fix function name typo.
11898         Reported by Daiki Ueno <ueno@unixuser.org>.
11899
11900 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11903         even if the point is not in the last page of an article.
11904         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11905         back to the previous page.
11906
11907 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11910
11911 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11914
11915 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11916
11917         * message.el (message-check-news-body-syntax):
11918         Avoid mm-string-as-multibyte.
11919         (message-hide-headers): Don't assume (point-min)==1.
11920
11921 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * message.el (message-remove-blank-cited-lines): Fix if remove is
11924         given.
11925         (message-bogus-address-regexp): New variable.
11926         (message-bogus-recipient-p): New function.
11927         (message-check-recipients): New command.
11928         (message-syntax-checks): Add `bogus-recipient'.
11929         (message-fix-before-sending): Add `bogus-recipient'.
11930
11931         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11932         (gnus-treat-body-boundary): Don't test window-system.
11933
11934 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11935
11936         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11937
11938 2007-10-28  Miles Bader  <miles@gnu.org>
11939
11940         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11941         at compile-time too.
11942
11943 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-msg.el (gnus-message-setup-hook):
11946         Add `message-remove-blank-cited-lines' to options.
11947
11948 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * message.el (message-remove-blank-cited-lines): New function.
11951         Suggested by Karl Plästerer.
11952
11953 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11956         mapc.
11957
11958         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11959         (top-level): Use mapc to set functions to be traced for debugging.
11960
11961         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11962         called for effect with while loop.
11963
11964         * message.el (message-talkative-question): Replace mapcar called for
11965         effect with mapc.
11966
11967         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11968         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11969         called for effect with dolist.
11970
11971         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11972
11973         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11974         gnus-extra-headers and nnmail-extra-headers.
11975
11976         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11977         called for effect with dolist.
11978         (top-level): Use mapc to set functions to be traced for debugging.
11979
11980         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11981         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11982         dolist.
11983
11984         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11985         Replace mapcar called for effect with mapc.
11986         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11987         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11988         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11989         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11990
11991         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11992         remove-if that's a cl function.
11993
11994         * webmail.el (webmail-debug): Replace mapcar called for effect with
11995         dolist.
11996
11997         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11998         with mapc.
11999
12000 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12003         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12004         with while loop.
12005
12006         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12007         functions from article-* functions.
12008         (gnus-multi-decode-header): Replace mapcar called for effect with
12009         dolist.
12010
12011         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12012         (gnus-bookmark-show-details): Replace mapcar called for effect with
12013         while loop.
12014
12015         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12016         called for effect with while loop.
12017
12018         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12019         with dolist.
12020
12021         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12022         Replace mapcar called for effect with dolist.
12023
12024         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12025
12026         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12027         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12028         Replace mapcar called for effect with dolist.
12029         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12030         mapc.
12031
12032         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12033         Replace mapcar called for effect with dolist.
12034         (gnus-topic-list): Replace mapcar called for effect with mapc.
12035
12036         * gnus.el: Use mapc instead of mapcar to add autoloads.
12037
12038 2007-10-23  Richard Stallman  <rms@gnu.org>
12039
12040         * gnus-group.el (gnus-group-highlight): Mark as risky.
12041
12042 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus.el (gnus-server-to-method): Return method found first in
12045         gnus-newsrc-alist.
12046
12047         * gnus-art.el (gnus-article-highlight-signature)
12048         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12049         button overlay without the front stickiness.
12050
12051 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
12052
12053         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12054         overview buffer needed a catch to receive its throw.
12055         (gnus-agent-flush-cache): Declare as interactive to make this function
12056         easier to use.
12057
12058 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12061         `next-line'.
12062
12063 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12066         exclude address matching message-dont-reply-to-names.
12067
12068 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-util.el (gnus-string<): New function.
12071
12072         * gnus-sum.el (gnus-article-sort-by-author)
12073         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12074
12075 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12078         the frame-focus tag is set in gnus-buffer-configuration.
12079
12080 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-art.el (gnus-article-add-button): Make a button overlay without
12083         the front stickiness.
12084
12085 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12088         url pattern; remove duplicate one.
12089         (gnus-article-extend-url-button): New function.
12090         (gnus-article-add-buttons): Use it.
12091         (gnus-button-push): Use concatenated url that it makes.
12092
12093 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
12094
12095         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12096
12097 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12098
12099         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12100         Don't hardcode point-min==1.
12101
12102 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12105         Fix comment about "iso8859-1".
12106
12107 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12108
12109         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12110         ones returned from the verify-function.
12111
12112         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12113         Call mml2015-extract-cleartext-signature if extraction failed.
12114
12115 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12116
12117         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12118         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12119         failed.
12120
12121 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12124
12125 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12128         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12129         recommends to use EasyPG instead of PGG.
12130
12131         * pgg.el: Revert to revision 6.23.2.16.
12132
12133         * pgg-def.el: Revert to revision 6.6.2.14.
12134
12135         * pgg-gpg.el: Revert to revision 6.23.2.34.
12136
12137 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12138
12139         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12140         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12141         thread for both the null and zero (kill/expire thread) universal prefix
12142         cases.
12143         (gnus-summary-expire-thread): Add new function to expire a thread,
12144         using gnus-summary-kill-thread.
12145         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12146         shortcuts for gnus-summary-expire-thread.
12147         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12148         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12149
12150 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12151
12152         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12153         extras value, so an extras entry can be deleted.
12154         (gnus-registry-delete-extra-entry): Use it.
12155         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12156         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12157         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12158         storage through the gnus-registry, and provide an appropriate API for
12159         it.
12160
12161 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12164         Suggested by Leo <sdl.web@gmail.com>.
12165
12166         * gnus.el: Do.
12167
12168 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12171         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12172
12173         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12174
12175         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12176         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12177
12178 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12181         newline.
12182         (nnmbox-request-accept-article): Don't change article in source buffer;
12183         narrow to header to use message-fetch-field rather than
12184         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12185         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12186         as delimiters; make sure article ends with newline.
12187         (nnmbox-delete-mail): Correct last position of article to be deleted;
12188         ignore X-Gnus-Newsgroup header in article body.
12189         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12190         positions; make sure article ends with newline.
12191
12192         * message.el (message-display-abbrev): Don't infloop when a user
12193         inserts SPC in the beginning of header.
12194
12195         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12196         coding-system-for-read and coding-system-for-write for XEmacs having no
12197         file-coding feature.
12198
12199         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12200
12201 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12202
12203         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12204         list of groups not followed by default.  Fix type to be regexp.
12205         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12206
12207 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12208
12209         * hmac-def.el (define-hmac-function): Switch from old-style to
12210         new-style backquotes.
12211
12212         * md4.el (md4-make-step): Likewise.
12213
12214 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12217         raw-text coding system when saving .newsrc file, which may contain
12218         non-ASCII group names.
12219
12220 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-cus.el (gnus-score-extra): New widget.
12223         (gnus-score-extra-convert): New function.
12224         (gnus-score-customize): Use it for Extra.
12225
12226 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12227
12228         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12229         (mml2015-mailcrypt-clear-verify): Use it.
12230         (mml2015-gpg-clear-verify): Use it.
12231         (mml2015-pgg-clear-verify): Use it.
12232         (mml2015-epg-clear-verify): Replace the current part with the output
12233         from GnuPG; don't extract the plaintext by itself.
12234
12235         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12236         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12237         mml2015-clear-verify-function; don't touch the armor headers or
12238         dash-escaped text here.
12239
12240 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12243         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12244         parts, or application/octet-stream as a last resort.
12245         (gnus-mime-view-part-as-type): Don't toggle display.
12246         (gnus-mime-view-part-as-charset): Don't turn off display before
12247         querying charset.
12248
12249         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12250         stuff to undisplayer function in Emacs.
12251         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12252
12253         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12254         text/calendar parts.
12255
12256 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12259         decoding text/calendar parts.
12260
12261         * message.el (message-forward-make-body-mime): Always mark body as
12262         having no illegible text; remove signed-or-encrypted argument.
12263         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12264
12265         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12266         (mml-generate-mime-1): Don't encode body if it is specified to be in
12267         raw form; don't make buffer be unibyte when inserting multibyte string.
12268
12269 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12270
12271         * sha1.el: Fix up comment style.
12272         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12273         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12274
12275         * hex-util.el: Fix up comment style.
12276         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12277
12278         * gnus-salt.el: Use with-current-buffer.
12279         (gnus-pick-setup-message): Fix long-standing typo.
12280
12281 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * imap.el (imap-logout-timeout): New variable.
12284         (imap-logout, imap-logout-wait): New functions.
12285         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12286
12287         * nnimap.el (nnimap-logout-timeout): New server variable.
12288         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12289         nnimap-logout-timeout.
12290
12291         * gnus-art.el (gnus-article-summary-command-nosave)
12292         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12293
12294 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus.el (gnus-maximum-newsgroup): New variable.
12297
12298         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12299         according to gnus-maximum-newsgroup.
12300
12301         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12302         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12303         Limit the range of articles according to gnus-maximum-newsgroup.
12304
12305 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12306
12307         * gnus-art.el (gnus-sticky-article): Fix problems described in
12308         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12309         Don't perform gnus-configure-windows here; reuse existing sticky
12310         article buffer.
12311
12312         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12313         it doesn't exist in gnus-article-mode.
12314
12315 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12318         (gnus-agent-decoded-group-name): New function.
12319         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12320         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12321
12322 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12323
12324         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12325         Add binding for gnus-sticky-article.
12326         (gnus-summary-exit): Don't kill sticky article buffers.
12327
12328         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12329         article buffer.
12330         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12331         (gnus-kill-sticky-article-buffers): New commands.
12332
12333 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * nntp.el (nntp-xref-number-is-evil): New server variable.
12336         (nntp-find-group-and-number): If it is non-nil, don't trust article
12337         numbers in the Xref header.
12338
12339 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-agent.el (gnus-agent-read-group): New function.
12342         (gnus-agent-flush-group, gnus-agent-expire-group)
12343         (gnus-agent-regenerate-group): Use it.
12344         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12345         nnmail-pathname-coding-system.
12346
12347 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12350
12351         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12352         that are unread as unread, and also as selected so that information of
12353         marks having been changed by a user may be updated when exiting group.
12354
12355 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12358
12359 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12362         calculated ignoring signature parts to gnus-treat-article.
12363
12364 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12367         a point here in order to keep the window start.
12368         (gnus-insert-mime-security-button): Make a button overlay without the
12369         front stickiness.
12370         (gnus-mime-display-security): Goto the end of a button.
12371
12372         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12373
12374 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12377         group-name-at-point.
12378         (gnus-group-completing-read): New function that offers decoded
12379         non-ASCII group names for completion.
12380         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12381         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12382         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12383         (gnus-group-fetch-control): Use it.
12384         (gnus-fetch-group): Use group-name-at-point for the initial value
12385         rather than the default value; use gnus-alive-p.
12386
12387         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12388         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12389         (gnus-summary-post-news): Use gnus-group-completing-read.
12390
12391         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12392         (gnus-read-move-group-name): Decode group name for completion.
12393
12394 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12395
12396         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12397         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12398         Yamaoka slightly modified the code).
12399
12400 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12403         (nnmail-split-incoming): Bind it.
12404
12405         * nnml.el (nnml-group-name-charset): New function.
12406         (nnml-decoded-group-name): Use it; don't decode group name if
12407         nnmail-group-names-not-encoded-p is non-nil.
12408         (nnml-encoded-group-name): New function.
12409         (nnml-group-pathname): Inline nnml-decoded-group-name.
12410         (nnml-request-expire-articles): Decode group name in message.
12411         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12412         nnmail-pathname-coding-system.
12413         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12414         not decoded ones according to nnmail-group-names-not-encoded-p.
12415         (nnml-generate-active-info): Use nnml-encoded-group-name.
12416
12417 2007-08-08  Glenn Morris  <rgm@gnu.org>
12418
12419         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12420         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12421         doc-strings and comments.
12422
12423 2007-07-25  Glenn Morris  <rgm@gnu.org>
12424
12425         * Relicense all FSF files to GPLv3 or later.
12426
12427 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-sum.el (gnus-summary-move-article):
12430         Make gnus-summary-respool-article work.
12431
12432 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12435         string.
12436
12437 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12438
12439         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12440         that should be ignored when comparing distant RSS articles with local
12441         ones.
12442         (nnrss-make-hash-index): New function.  Create a hash index according
12443         to the ignored fields.
12444         (nnrss-check-group): Use it.
12445
12446 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12449
12450         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12451
12452         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12453         the new optional argument ENCODED is non-nil.
12454         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12455         coding system for encoding group name.
12456         (gnus-group-make-rss-group): Pass un-encoded group name to
12457         gnus-group-make-group.
12458         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12459         encoded.
12460
12461         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12462         Encode group name to which articles are moved or copied.
12463         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12464         coding system for encoding Newsgroup, Followup-To and Xref headers.
12465
12466         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12467         marks; use nnheader-file-coding-system to write a file.
12468         (nnagent-retrieve-headers): Bind file-name-coding-system to
12469         nnmail-pathname-coding-system.
12470
12471         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12472
12473         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12474         (nnml-request-article, nnml-request-create-group)
12475         (nnml-request-rename-group, nnml-find-id)
12476         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12477         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12478         (nnml-save-marks): Use nnml-group-pathname instead of
12479         nnmail-group-pathname.
12480
12481         (nnml-request-create-group, nnml-request-expire-articles)
12482         (nnml-request-move-article, nnml-request-delete-group)
12483         (nnml-deletable-article-p, nnml-possibly-create-directory)
12484         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12485         (nnml-open-marks): Bind file-name-coding-system to
12486         nnmail-pathname-coding-system.
12487
12488         (nnml-request-article): Pass server argument to nnml-find-group-number.
12489         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12490         Pass server argument to nnml-possibly-create-directory.
12491         (nnml-request-accept-article): Pass server argument to
12492         nnml-active-number and nnml-save-mail.
12493         (nnml-find-group-number): Pass server argument to nnml-find-id.
12494         (nnml-request-update-info): Pass server argument to
12495         nnml-marks-changed-p.
12496
12497         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12498         (nnml-save-mail, nnml-active-number): Add server argument.
12499
12500         (nnml-request-delete-group): Warn if group is missing.
12501         (nnml-get-nov-buffer): Decode group name.
12502         (nnml-generate-active-info): Encode group name.
12503         (nnml-open-marks): Decode group name in messages.
12504
12505 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12508         if it is not specified.
12509         (gnus-article-pipe-part, gnus-article-save-part)
12510         (gnus-article-interactively-view-part, gnus-article-copy-part)
12511         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12512         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12513         (gnus-article-replace-part, gnus-article-delete-part)
12514         (gnus-article-view-part-as-type): Pass raw prefix argument to
12515         gnus-article-part-wrapper.
12516
12517 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-agent.el (gnus-agent-save-active):
12520         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12521
12522         * gnus-cache.el (gnus-cache-save-buffers)
12523         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12524         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12525         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12526         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12527         (gnus-cache-generate-active, gnus-cache-rename-group)
12528         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12529         (gnus-cache-update-overview-total-fetched-for):
12530         Bind file-name-coding-system to nnmail-pathname-coding-system.
12531         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12532         New variables.
12533         (gnus-cache-decoded-group-name): New function.
12534         (gnus-cache-file-name): Use it.
12535         (gnus-cache-generate-active): Use non-decoded group name for active.
12536
12537         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12538         right place.
12539         (gnus-write-active-file): Don't break non-ASCII group names.
12540
12541         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12542         nnmail-pathname-coding-system.
12543
12544         * lpath.el: Bind default-file-name-coding-system,
12545         file-name-coding-system and language-info-alist for XEmacs.
12546
12547         * gnus-uu.el (gnus-uu-decode-save): Typo.
12548
12549 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12552
12553 2007-07-14  David Kastrup  <dak@gnu.org>
12554
12555         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12556         finishing actions if we did not edit the article.
12557
12558 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12561         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12562         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12563         (gnus-agent-flush-group, gnus-agent-flush-cache)
12564         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12565         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12566         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12567         (gnus-agent-regenerate-group)
12568         (gnus-agent-update-files-total-fetched-for)
12569         (gnus-agent-update-view-total-fetched-for):
12570         Bind file-name-coding-system to nnmail-pathname-coding-system.
12571         (gnus-agent-group-pathname): Don't encode file names by
12572         nnmail-pathname-coding-system.
12573         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12574         coding-system-for-write instead of buffer-file-coding-system to
12575         gnus-agent-file-coding-system.
12576
12577         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12578         Decode group name.
12579
12580         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12581
12582         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12583         (gnus-read-newsrc-el-file): Make group names unibyte.
12584
12585         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12586         nnmail-pathname-coding-system.
12587
12588         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12589         (nnrss-request-delete-group): Bind file-name-coding-system to
12590         nnmail-pathname-coding-system.
12591         (nnrss-read-server-data, nnrss-read-group-data):
12592         Bind file-name-coding-system correctly.
12593         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12594
12595         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12596         (nntp-server-to-method-cache): New variable.
12597         (nntp-group-pathname): New function that decodes non-ASCII group names.
12598         (nntp-possibly-create-directory, nntp-marks-changed-p)
12599         (nntp-save-marks, nntp-open-marks): Use it.
12600         (nntp-possibly-create-directory, nntp-open-marks):
12601         Bind file-name-coding-system to nnmail-pathname-coding-system.
12602         (nntp-open-marks): Decode group names when bootstrapping marks.
12603
12604         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12605         Newsgroups and Folowup-To headers.
12606
12607 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12610         (gnus-server-closed-face, gnus-server-denied-face)
12611         (gnus-server-offline-face): Remove variable.
12612         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12613
12614         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12615         of modifying message-stack directly for XEmacs.
12616
12617         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12618         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12619         if the coding-system argument is nil for XEmacs.
12620
12621         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12622         mm-charset-override-alist.
12623
12624         * rfc2047.el: Don't require base64; require rfc2045 for the function
12625         rfc2045-encode-string.
12626         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12627         to quote the parameter value.
12628
12629 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12632         form in gnus-group-name-charset-method-alist.
12633
12634         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12635         overrides the default layout edit-form.
12636
12637         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12638
12639         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12640
12641 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12644         as unfetched articles.
12645
12646 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12649
12650 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12653         original back end that keeps marks in the local system.
12654
12655 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12658         arg of pop-to-buffer for XEmacs.
12659         (gnus-article-read-summary-keys): Ditto; don't restore window
12660         configuration if summary command ends up with neither article buffer
12661         nor summary buffer; describe bindings if summary keys end with C-h.
12662
12663 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * message.el (message-fix-before-sending): Skip raw message part to be
12666         forwarded while checking illegible text.
12667         (message-forward-make-body-mime, message-forward-make-body):
12668         Mark signed or encrypted raw message as having no illegible text.
12669
12670 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12673         (gnus-message-with-timestamp-1): New macro.
12674         (gnus-message-with-timestamp): New function.
12675         (gnus-message): Use them.
12676
12677         * nnheader.el (nnheader-message): Use them.
12678
12679 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12682         .newsrc.eld file.
12683
12684 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-agent.el (gnus-agent-fetch-headers)
12687         (gnus-agent-retrieve-headers):
12688         Bind gnus-decode-encoded-address-function to identity.
12689
12690         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12691         available also when the server returns simply a dot.
12692
12693         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12694
12695 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12698
12699 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-ems.el (gnus-x-splash): Make it work.
12702
12703         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12704         from being used.
12705
12706         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12707
12708 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12711         4th and the 5th arguments.
12712
12713         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12714         the front stickiness.
12715         (gnus-article-summary-command-nosave): Correct the order of the
12716         arguments passed to pop-to-buffer.
12717         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12718         summary command ends up with the article buffer.
12719
12720         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12721         the same faces.
12722
12723 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12724
12725         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12726
12727 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12728
12729         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12730         * gnus-sum.el (gnus-summary-highlight):
12731         * pgg.el (pgg-sign-region, pgg-sign):
12732         * mail-source.el (mail-source-delete-old-incoming-confirm):
12733         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12734
12735 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-mime-view-part-externally)
12738         (gnus-mime-view-part-internally): Fix predicate function passed to
12739         completing-read.
12740
12741         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12742
12743         * gnus.el (gnus-update-message-archive-method): Add :version.
12744
12745 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus.el (gnus-update-message-archive-method): New variable.
12748
12749         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12750         according to gnus-message-archive-method if
12751         gnus-update-message-archive-method is non-nil.
12752
12753 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12756         Suggested by Loic Dachary <loic@dachary.org>.
12757         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12758
12759 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * message.el (message-pop-to-buffer): Add switch-function argument.
12762         (message-mail): Pass switch-function argument to it.
12763
12764 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12767         Improve doc string.
12768
12769 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12772         (gnus-header-content)
12773         * gnus-cite.el (gnus-cite-10)
12774         * gnus-srvr.el (gnus-server-closed)
12775         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12776         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12777         (gnus-group-mail-3-empty, gnus-group-mail-low)
12778         (gnus-group-mail-low-empty, gnus-splash)
12779         * message.el (message-header-to, message-header-cc)
12780         (message-header-subject, message-header-other, message-header-name)
12781         (message-header-xheader, message-separator, message-cited-text)
12782         (message-mml): Lighten colors of faces used for dark background.
12783
12784 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12785
12786         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12787         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12788
12789 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * message.el (message-narrow-to-headers-or-head):
12792         Ignore mail-header-separator in the body.
12793
12794 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12797         same as window size.
12798
12799 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12800
12801         * message.el (message-font-lock-keywords): Use message-header-xheader
12802         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12803         ahead of the anything pattern, to get it recognised.
12804
12805 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12808         spam.el loads uses it in the compiled defadvice form.
12809
12810 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12811
12812         * gnus-sum.el (gnus-articles-to-read)
12813         (gnus-summary-insert-old-articles): Don't truncate group name for
12814         `read-string'.
12815
12816         * gnus-util.el (gnus-limit-string): Delete this function.
12817
12818         * gnus-sum.el (gnus-simplify-subject-fully):
12819         Use `truncate-string-to-width' instead.
12820
12821 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12822
12823         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12824         Tell if, on summary exit, the next group has to be selected.
12825         (gnus-summary-exit): Use it.
12826
12827 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12830         non-break space.
12831
12832 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12835         Check if group is not a directory.
12836         (nnfolder-request-expire-articles): Don't delete articles if the target
12837         group is not available.
12838
12839         * nnml.el (nnml-request-create-group): Properly check if group is not a
12840         file.
12841         (nnml-request-expire-articles): Don't delete articles if the target
12842         group is not available.
12843
12844         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12845         Don't quote characters that are within parentheses.
12846
12847 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12850         (gnus-handle-ephemeral-exit): Select article according to it.
12851
12852 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * message.el (message-insert-formated-citation-line): Remove newline.
12855         (message-citation-line-format): Add final \n here so that the user can
12856         avoid a blank line.
12857
12858 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12859
12860         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12861         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12862         Update lanl/arXiv support.
12863
12864 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus.el: Bump version number.
12867
12868 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869
12870         * gnus.el (gnus-version-number): Bump version.
12871
12872 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12873
12874         * gnus.el: No Gnus v0.6 is released.
12875
12876 2007-04-27  Didier Verna  <didier@xemacs.org>
12877
12878         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12879         * gmm-utils.el (gmm-regexp-concat): ... here.
12880         * message.el: Don't require 'gnus-util.
12881         (message-dont-reply-to-names): Handle name change above.
12882         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12883
12884 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12887         since the initial value varies according to the system.
12888
12889 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12892
12893 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12894
12895         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12896
12897 2007-04-24  Didier Verna  <didier@xemacs.org>
12898
12899         Improve the type of gnus-ignored-from-addresses.
12900         * gnus-util.el (gnus-orify-regexp): New function.
12901         * message.el (gnus-util): Require it.
12902         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12903         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12904         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12905
12906 2007-04-24  Didier Verna  <didier@xemacs.org>
12907
12908         * gnus-sum.el:
12909         * gnus-utils.el: Fix some trailing whitespaces.
12910
12911 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12914         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12915         article's Message-ID; refer parent article in summary buffer.
12916
12917         * message.el (message-bounce): Call mime-to-mml.
12918
12919         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12920         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12921         optimize and/or forms properly.
12922
12923 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12926         URL.
12927
12928 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12931
12932 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12935         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12936         displayed of multipart/alternative part if it is invoked from summary
12937         buffer.
12938
12939         * mm-view.el (mm-inline-text-html-render-with-w3m)
12940         (mm-inline-text-html-render-with-w3m-standalone)
12941         (mm-inline-render-with-function): Use mail-parse-charset by default.
12942
12943 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12944
12945         * parse-time.el (parse-time-string-chars): Check if CHAR
12946         is less than the length of parse-time-syntax.
12947
12948 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12951         from gnus-newsgroup-processable.
12952
12953 2007-04-16  Didier Verna  <didier@xemacs.org>
12954
12955         * gnus-msg.el (gnus-configure-posting-styles):
12956         Handle message-signature-directory properly with :file syntax.
12957         Reported by "Leo".
12958
12959 2007-04-11  Didier Verna  <didier@xemacs.org>
12960
12961         New user option: message-signature-directory.
12962         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12963         * message.el (message-insert-signature): Ditto.
12964         * message.el (message-signature-file): Doc update.
12965         * message.el (message-signature-directory): New.
12966
12967 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-msg.el (gnus-inews-yank-articles):
12970         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12971
12972 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * message.el (message-yank-original): Make sure cited text ends with
12975         newline; don't exchange point and mark.
12976
12977 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12978
12979         * tls.el (open-tls-stream): Properly handle case where there
12980         is no associated buffer.
12981
12982 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12983
12984         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12985         message-yank-original, make sure (< mark TEXT point).
12986
12987 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * message.el (message-fill-column): New variable.
12990         (message-mode): Use it.  Add comment on a possible new hook.
12991
12992         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12993         (nnmail-get-new-mail): Reformat.
12994
12995         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12996
12997         * gmm-utils.el: Fix Commentary.
12998         (gmm-tool-bar-from-list): Fix typo in doc string.
12999
13000 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
13001
13002         * message.el (message-yank-original): Don't switch point and mark
13003         unnecessarily to put point and mark as documented.
13004
13005 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13008         from the message heads.
13009
13010 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
13011
13012         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13013         article buffer does not have a window.  This may not be the best
13014         solution but is certainly better than setting the start of the null,
13015         that is the current, window.
13016
13017 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-draft.el (gnus-draft-setup-hook): New hook.
13020         (gnus-draft-setup): Run it.
13021
13022         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13023         gnus-score-fast-scoring.  Allow regexp.
13024         (gnus-score-headers): Use it.
13025
13026         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13027         XEmacs.
13028
13029         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13030         string.
13031         (gnus-button-alist): Also catch `<f1> k ...'.
13032         (gnus-treat-display-x-face): Fix doc string.
13033
13034 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13035
13036         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13037         evaluation of gnus-extended-version to ensure correct generation of the
13038         User-Agent header when message-generate-headers-first is used.
13039
13040 2007-03-24  Simon Josefsson  <simon@josefsson.org>
13041
13042         * hashcash.el (hashcash-generate-payment-async): Don't crash if
13043         hashcash-path is nil.  Don't call callback with incorrect number of
13044         parameters if val is 0.
13045
13046 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13047
13048         * message.el (message-required-news-headers):
13049         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13050
13051 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
13052
13053         * tls.el (open-tls-stream): In handshake-waiting loop,
13054         don't wait more if there is output available to process.
13055
13056 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
13057
13058         * tls.el (tls-program): Doc fix.
13059
13060 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * message.el (message-generate-new-buffers): Change the meaning of the
13063         nil value; add `standard' to the choices; treat t as `unique'; improve
13064         doc string.
13065         (gnus-select-frame-set-input-focus): Autoload.
13066         (message-buffer-name): Search for the existing message buffer if
13067         message-generate-new-buffers is nil or `standard'; treat the value t of
13068         message-generate-new-buffers as `unique'.
13069         (message-pop-to-buffer): Raise the frame already displaying the message
13070         buffer; clear the echo area after querying.
13071         (message-setup): Pass the `continue' argument to compose-mail.
13072         (message-mail): Prefer `switch-function' if it is given; search for the
13073         existing message buffer if the `continue' argument is non-nil; pass
13074         continue and switch-function arguments to compose-mail by way of
13075         message-setup.
13076         (message-mail-other-window): Adjust argument of message-setup.
13077         (message-mail-other-frame): Ditto.
13078
13079 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13082         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13083         to turn font-lock on when turning gnus-message-citation-mode on.
13084
13085 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
13086
13087         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13088         (mml-smime-function-alist): New variable; add epg as the backend.
13089         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13090         mml-smime- functions instead.
13091         * mm-view.el: Require smime.
13092
13093 2007-03-05  Didier Verna  <didier@xemacs.org>
13094
13095         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13096         instead of just inheritance for posting styles.
13097         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13098
13099 2007-02-24  Chris Moore  <dooglus@gmail.com>
13100
13101         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13102         * pgg-pgp.el (pgg-pgp-encrypt-region):
13103         * pgg-gpg.el (pgg-gpg-encrypt-region):
13104         Check pgg-encrypt-for-me if no other recipients.
13105
13106 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13107
13108         * tls.el (tls-certtool-program): Fix custom type.
13109
13110 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13113         and point-at-eol instead of line-(beginning|end)-position.
13114
13115         * assistant.el (assistant-parse-buffer): Ditto.
13116
13117         * netrc.el (netrc-parse-services): Ditto.
13118
13119 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13120
13121         * mml2015.el (mml2015-epg-find-usable-key): New function.
13122         (mml2015-epg-sign): Use it.
13123         (mml2015-epg-encrypt): Use it.
13124
13125 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * message.el (message-make-in-reply-to): Quote name containing
13128         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13129         if there are special characters.  Reported by NAKAJI Hiroyuki
13130         <nakaji@jp.freebsd.org>.
13131
13132 2007-02-27  Didier Verna  <didier@xemacs.org>
13133
13134         Include the group parameters as well as the topic ones in the
13135         inheritance filter process.
13136         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13137         argument GROUP-PARAMS-LIST.
13138         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13139
13140 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * nntp.el (nntp-never-echoes-commands)
13143         (nntp-open-connection-functions-never-echo-commands): New variables.
13144         (nntp-send-command): Use them.
13145
13146 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13147
13148         * mml2015.el (mml2015-epg-verify): Simplify.
13149
13150 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * mml.el (mml-content-disposition-alist): New user option.
13153         (mml-content-disposition): New function.
13154         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13155         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13156
13157 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13158
13159         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13160         verification.
13161
13162 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13163
13164         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13165         articles posted in the last 24 hours.
13166
13167 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13168
13169         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13170
13171 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
13172
13173         * nntp.el (nntp-send-command): Don't wait for echoes when
13174         nntp-open-ssl-stream is used.
13175
13176 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13179         (gnus-message-add-citation-keywords)
13180         (gnus-message-remove-citation-keywords): Remove.
13181         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13182         directly, make the variables in font-lock-defaults buffer-local, add
13183         gnus-message-citation-keywords to them and then update the value of
13184         font-lock-keywords.
13185
13186 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * message.el (message-cite-original-1): Don't call
13189         gnus-article-highlight-citation.
13190
13191         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13192         citations; fix line count.
13193
13194 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13197         (gnus-message-add-citation-keywords)
13198         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13199         versions of font-lock-add-keywords and font-lock-remove-keywords to
13200         work with XEmacs correctly.
13201
13202 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-cite.el (gnus-cite-face-list): Set the values of
13205         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13206         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13207         (gnus-message-cite-prefix-regexp): New variable.
13208         (gnus-message-search-citation-line): Use it; protect against long
13209         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13210         the 0th match data for Emacs.
13211         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13212         (gnus-message-add-citation-keywords): Append keywords rather than
13213         prepending; emulate font-lock-add-keywords if it is not available.
13214         (gnus-message-remove-citation-keywords):
13215         Emulate font-lock-remove-keywords if it is not available.
13216
13217         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13218
13219         * message.el (message-cite-prefix-regexp): Set the value of
13220         gnus-message-cite-prefix-regexp.
13221
13222 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13223
13224         * nnweb.el (nnweb-google-parse-1): Update parser.
13225
13226 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13227
13228         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13229
13230 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13231
13232         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13233         regexp.
13234
13235 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13238         string-to-multibyte.
13239         (uudecode-decode-region-internal): Use it.
13240
13241         * lpath.el: Fbind string-as-multibyte for XEmacs.
13242
13243 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13246         Fix custom choice.
13247
13248         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13249
13250 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13251
13252         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13253
13254         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13255         `write-region' to respect `mm-inhibit-file-name-handlers'.
13256
13257 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13260         Use gnus-home-directory instead of "~/" or "$HOME".
13261
13262 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13263
13264         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13265         to mention filename.
13266         Add comments at beginning regarding usage.
13267         (encrypt-write-file-contents): Change interactive so a string is
13268         acceptable.  If the file has no associated model, show an error instead
13269         of a nonsense prompt.
13270
13271 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13272
13273         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13274         Thanks to Yoshihiko Yamada for kind notification of this typo.
13275
13276 2007-01-12  Kenichi Handa  <handa@m17n.org>
13277
13278         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13279         multibyte buffer.
13280
13281 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * gnus-score.el (gnus-score-fast-scoring): New variable.
13284         (gnus-score-headers): Use it.
13285
13286         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13287
13288         * message.el (message-cite-original-1):
13289         Call gnus-article-highlight-citation if requested.
13290         (message-make-from): Allow name and address as optional arguments.
13291
13292         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13293
13294         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13295         bugs to doc string.
13296         (gnus-button-alist): Add mid\\|message-id.
13297         (gnus-button-fetch-group): Extend for use in
13298         `browse-url-browser-function'.
13299         (gnus-button-url-regexp): Try to catch paired parentheses like in
13300         Wikipedia URLs.
13301
13302         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13303         Suggested by Simon Krahnke <overlord@gmx.li>.
13304
13305 2007-01-13  Romain Francoise  <romain@orebokech.com>
13306
13307         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13308         Update copyright.
13309
13310 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13311
13312         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13313
13314 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13315
13316         * gnus-registry.el (gnus-registry-unfollowed-groups)
13317         (gnus-registry-split-fancy-with-parent): Fix documentation.
13318
13319 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320
13321         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13322         from nnweb groups.
13323
13324 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13325
13326         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13327         Xref urls.  Erase buffer before requesting head.
13328
13329         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13330
13331 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13334         customizable.
13335
13336 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13337
13338         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13339         no signing key is found.
13340         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13341         no encrypting and/or signing key is found.
13342
13343 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13346
13347 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13348
13349         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13350         headers read from disk with the ones newly found in the current search.
13351         This should no longer cause problems, because the article numbers in
13352         Gmane's `nov.php' output are ignored since the previous change.
13353
13354 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13355
13356         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13357
13358 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13361         replace-regexp-in-string; bind url-version; fbind display-images-p and
13362         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13363         find-face and set-itimer-function for Emacs; bind itimer-list for
13364         Emacs.
13365
13366         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13367
13368 2007-01-01  Romain Francoise  <romain@orebokech.com>
13369
13370         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13371
13372 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13373
13374         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13375         `define-minor-mode' macro definition expanded properly.
13376         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13377         exclude it there.
13378
13379         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13380         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13381         `fboundp' test.
13382         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13383         This is OK to autoload in (S)XEmacs now.
13384
13385 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13386
13387         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13388         keystroke.
13389         (gnus-summary-limit-to-singletons): Fix typo.
13390
13391         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13392         else fails.
13393
13394 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13395
13396         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13397         docstring.
13398
13399         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13400         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13401         (gnus-summary-insert-dormant-articles): Fix typo in message.
13402
13403 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13406         nil for XEmacs.
13407         (gnus-message-citation-mode): Don't autoload in XEmacs.
13408
13409         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13410
13411 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13412
13413         * nnimap.el (nnimap-expunge-search-string):
13414         Mention nnimap-search-uids-not-since-is-evil in docstring.
13415
13416 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * spam.el: Revert to make-obsolete-variable because
13419         define-obsolete-variable-alias is not supported in Emacs 21.
13420
13421         * spam.el (spam-ifile-path, spam-ifile-database-path)
13422         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13423         make-obsolete-variable.
13424         (spam-bsfilter-path, spam-bsfilter-program)
13425         (spam-spamassassin-path, spam-spamassassin-program)
13426         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13427         Don't use "path" inappropriately.
13428         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13429         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13430         variable names.
13431
13432 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13433
13434         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13435         summary buffer.
13436
13437         * password.el (password-cache-remove): Use clear-string to burn
13438         password, if available.
13439
13440 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13443
13444         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13445
13446         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13447         (gnus-message-highlight-citation): Move defcustom here from
13448         gnus-cite.el.
13449         (gnus-message-citation-mode): Autoload.
13450
13451         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13452         checks to make it compile with XEmacs.
13453         (gnus-message-citation-mode): New minor mode.
13454         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13455         (gnus-message-highlight-citation): New variables.
13456         (gnus-message-search-citation-line)
13457         (gnus-message-add-citation-keywords)
13458         (gnus-message-remove-citation-keywords)
13459         (turn-on-gnus-message-citation-mode)
13460         (turn-off-gnus-message-citation-mode): New functions.
13461
13462 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13463
13464         * gnus-cite.el: Enable highlighting of different citation levels in
13465         message-mode.
13466
13467 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * message.el (message-make-fqdn): Fix comment.
13470         (message-bogus-system-names): Add ".local".
13471
13472         * spam.el (spam-ifile-path, spam-ifile-program)
13473         (spam-ifile-database-path, spam-ifile-database)
13474         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13475         Don't use "path" inappropriately.
13476         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13477         strings.
13478         (spam-check-ifile, spam-ifile-register-with-ifile)
13479         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13480         Use new variable names.
13481
13482         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13483         (gnus-treat-display-smileys): Simplify using
13484         gnus-image-type-available-p.
13485
13486         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13487         available.
13488
13489         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13490         Use `display-images-p' if available.
13491
13492 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13495         one after turning on the buffer's multibyteness instead of decoding
13496         them directly in the unibyte buffer that causes unexpected conversion
13497         in Emacs 23 (unicode).
13498
13499 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13500
13501         * message.el (message-generate-hashcash): Fix custom type.
13502
13503 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13506
13507 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13510         disconnect icons.  Add help text.
13511
13512 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13515         negated to be consistent with the others we handle.
13516
13517 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13518
13519         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13520         version of gnus-summary-buffer to something, so that we can use two
13521         article buffers at the same time.
13522
13523 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13526         trigger all the extra headers.
13527         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13528         sorting.
13529
13530 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13531
13532         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13533         solid groups.
13534
13535 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13536
13537         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13538
13539 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * legacy-gnus-agent.el: Add Copyright notice.
13542
13543 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13544
13545         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13546
13547 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13548
13549         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13550
13551         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13552         to make it work reliably in CVS Emacs.
13553         (gnus-summary-limit-strange-charsets-predicate)
13554         (gnus-summary-limit-to-predicate): New functions.
13555
13556 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13557
13558         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13559         specifying array size.
13560         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13561         array if it is too small.
13562         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13563         (gnus-sort-threads-loop): New function.
13564
13565 2006-12-06  Chris Moore  <dooglus@gmail.com>
13566
13567         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13568         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13569
13570 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13571
13572         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13573         options.
13574
13575 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13576
13577         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13578         DOS-ing the recipient.
13579
13580         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13581         the headers when creating the mapping to avoid mismappings.
13582         (nnweb-gmane-create-mapping): Always nix out old mapping.
13583
13584 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13587         and mm-verify-option to never.
13588
13589 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * message.el (message-signed-or-encrypted-p): New function.
13592         (message-forward-make-body): Use it.
13593
13594         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13595         Replace encode-coding-string with mm-encode-coding-string.
13596
13597 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * nneething.el (nneething-decode-file-name):
13600         Replace decode-coding-string with mm-decode-coding-string.
13601
13602         * gnus-int.el (gnus-open-server): Say failed server's name.
13603
13604 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13605
13606         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13607         strings to a single string.  Quote `errors-file-name'.
13608         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13609         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13610         Adjust calls.  Use `shell-quote-argument'.
13611
13612 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13613
13614         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13615         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13616
13617         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13618         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13619         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13620         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13621         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13622         (gnus-subscribe-newsgroup, gnus-1):
13623         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13624         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13625         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13626         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13627
13628 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13629
13630         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13631         keystroke.
13632         (gnus-summary-limit-to-bodies): Implement headersp.
13633
13634 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13635
13636         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13637
13638 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13641
13642 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13643
13644         * message.el (message-generate-hashcash): Expand range of values to
13645         include `opportunistic'.
13646         (message-send-mail): Use it.
13647
13648 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13649
13650         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13651         and comment it.
13652
13653         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13654
13655 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * gnus-util.el (gnus-extract-address-components): Improve comment.
13658
13659 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-util.el (gnus-extract-address-components): Work with address in
13662         which the name portion contains @.
13663
13664         * lpath.el: Fbind custom-autoload.
13665
13666 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus.el (gnus-start): Move custom group up.
13669         (gnus-select-method): Don't autoload, but make it available for
13670         `customize-variable'.
13671         (gnus-getenv-nntpserver): Don't autoload.
13672
13673 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13676
13677 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * message.el (message-sendmail-extra-arguments): New variable.
13680         (message-send-mail-with-sendmail): Use it.
13681
13682 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13685         mm-with-unibyte-current-buffer to make string unibyte.
13686
13687         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13688         mm-string-as-multibyte.
13689
13690 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13691
13692         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13693         Reported by Werner Koch <wk@gnupg.org>.
13694
13695 2006-11-14  Daiki Ueno  <ueno@p360>
13696
13697         * mml2015.el: Autoload epa-select-keys when compiling.
13698
13699 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13700
13701         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13702         message-options.
13703         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13704
13705 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13706
13707         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13708         EasyPG (< 0.0.6).
13709         (mml2015-always-trust): New user option.
13710         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13711         prompt.
13712
13713 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * nntp.el (nntp-authinfo-force): New variable.
13716         (nntp-send-authinfo): Use it.
13717
13718 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13721         decode encoded words.  Improve prompt.  Add comment about forwarding.
13722         (message-replacement-char): Move up.
13723
13724 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13725
13726         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13727         instead of gnus-intersection because arguments of gnus-sorted-nunion
13728         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13729
13730 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13733         (message-simplify-subject-functions):
13734         Enable message-strip-subject-encoded-words by default.
13735
13736 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * message.el (message-strip-subject-encoded-words): New function.
13739         (message-simplify-subject-functions): New variable.
13740         (message-simplify-subject): Use it.  Fix typo in doc string.
13741         Support message-strip-subject-encoded-words.
13742
13743 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13744
13745         * gnus-diary.el (gnus-diary-delay-format-function):
13746         * nndiary.el (nndiary-reminders):
13747         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13748
13749 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * gnus-art.el (article-hide-boring-headers): Fetch date from
13752         gnus-original-article-buffer to avoid problems with localized date
13753         strings.
13754
13755 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13758
13759 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13762         New variables.
13763         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13764         (mm-charset-synonym-alist): Move some entries to
13765         mm-codepage-iso-8859-list.
13766         (mm-charset-synonym-alist, mm-charset-override-alist):
13767         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13768
13769 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13772
13773 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13776         with Emacs 21 and XEmacs.
13777
13778 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13779
13780         * spam.el (spam-parse-address): New function for better parsing,
13781         catching errors, etc.
13782         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13783
13784 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * mm-view.el: Add interactive arg to html2text autoload.
13787
13788 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13791
13792 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13795         New variables.
13796         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13797         (mm-charset-synonym-alist): Move some entries to
13798         mm-codepage-iso-8859-list.
13799
13800         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13801
13802 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * message.el (message-citation-line-format)
13805         (message-insert-formated-citation-line): Fix implementation of %E, %N
13806         and %n according to the doc string.
13807
13808 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13811         Use car-safe to avoid bad parses.
13812
13813 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13816         names.
13817
13818         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13819
13820 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13823         header.
13824
13825         * message.el (message-draft-headers): Add Date.
13826         (message-headers-to-generate): Fix typo in docstring.
13827
13828         * nndraft.el (nndraft-required-headers): New variable.
13829         (nndraft-generate-headers): Use it.
13830
13831         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13832
13833 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * gnus-registry.el (gnus-registry-wash-for-keywords)
13836         (gnus-registry-find-keywords): New functions to allow easy searching of
13837         articles that are in the registry.
13838
13839 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13842         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13843         Reported by Damien Elmes <damien@repose.cx>.
13844
13845 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus.el (gnus-mime): Remove unused custom group.
13848
13849 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13850
13851         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13852         "blank line" when searching for end of armor headers.
13853
13854 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gmm-utils.el (gmm-write-region): Fix variable name.
13857
13858 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gmm-utils.el (gmm-write-region): New function based on compatibility
13861         code from `mm-make-temp-file'.
13862
13863         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13864
13865         * nnmaildir.el (nnmaildir--update-nov)
13866         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13867         Use `gmm-write-region'.
13868
13869 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13872         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13873
13874         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13875
13876         * message.el (message-replacement-char): New variable.
13877         (message-fix-before-sending): Use it.
13878         (message-simplify-subject): New function to remove duplicate code.
13879         (message-reply, message-followup): Use it.
13880
13881         * gnus-sum.el (gnus-summary-make-menu-bar):
13882         Clarify gnus-summary-limit-to-articles.
13883
13884 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-util.el (gnus-with-local-quit): New macro.
13887
13888         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13889
13890 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13891
13892         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13893         ignore non-string data.
13894
13895 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13898         non-string data (needs to be done in the registry too).
13899
13900 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13901
13902         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13903         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13904         (gnus-registry-split-fancy-with-parent)
13905         (gnus-registry-fetch-simplified-message-subject-fast)
13906         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13907         Remove text properties on ingress into the registry and when it's saved.
13908         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13909         registry from entries with no groups.
13910
13911 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13912
13913         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13914         function to remove string properties.
13915
13916 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gmm-utils.el (gmm): Adjust custom version.
13919
13920         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13921         Adjust custom version.
13922
13923         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13924
13925 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-art.el (gnus-insert-prev-page-button)
13928         (gnus-insert-next-page-button): Simplify.  Reformat.
13929
13930 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13931
13932         * gnus-art.el (gnus-insert-prev-page-button)
13933         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13934
13935 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13936
13937         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13938
13939 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13940
13941         * gnus-art.el (gnus-insert-mime-button)
13942         (gnus-insert-mime-security-button):
13943         Apply gnus-article-button-face to MIME and security buttons.
13944
13945 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13948         readable.
13949
13950 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13953
13954 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13955
13956         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13957         `browse-url-of-file' instead of `browse-url'.
13958
13959 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13960
13961         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13962         regexp.  Articles containing quotation were cut prematurely.
13963
13964 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * message.el (message-cite-original-1): Use nobody by default for the
13967         value of From header.
13968         (message-reply): Ditto.
13969
13970 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13971
13972         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13973         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13974         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13975
13976 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13979         mails in the doc string.  Add some URLs in comment.
13980         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13981
13982 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13985         backslashes handling and the way to find boundaries of quoted strings.
13986
13987 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13988
13989         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13990         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13991         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13992         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13993
13994 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13997         doc string.
13998         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13999
14000 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * lpath.el: Fbind epg-check-configuration.
14003
14004 2006-09-06  Simon Josefsson  <jas@extundo.com>
14005
14006         * mml2015.el (mml2015-use): Doc fix, mention epg.
14007
14008 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14009
14010         * mml2015.el (mml2015-use): Default to epg, if available.
14011
14012 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
14013
14014         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14015         message-sender.
14016         (mml1991-epg-encrypt): Ditto.
14017         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14018         message-sender.
14019         (mml2015-epg-encrypt): Ditto.
14020
14021 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
14022
14023         * message.el (message-send-mail-with-sendmail): Look for sendmail in
14024         several common directories.
14025
14026 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
14027
14028         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14029         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14030
14031 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-art.el (article-decode-encoded-words): Make it fast.
14034
14035 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14038
14039         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14040         in quoted string into `\'.
14041
14042 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14045         Use standard-syntax-table.
14046
14047 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-art.el (gnus-decode-address-function): New variable.
14050         (article-decode-encoded-words): Use it to decode headers which are
14051         assumed to contain addresses.
14052         (gnus-mime-delete-part): Remove useless `or'.
14053
14054         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14055         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14056         (gnus-nov-parse-line): Use it to decode From header.
14057         (gnus-get-newsgroup-headers): Ditto.
14058         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14059
14060         * mail-parse.el (mail-decode-encoded-address-region): New alias.
14061         (mail-decode-encoded-address-string): New alias.
14062
14063         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14064         New function.
14065         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14066         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14067         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14068         (rfc2047-decode-string): Ditto.
14069         (rfc2047-decode-address-region): New function.
14070         (rfc2047-decode-address-string): New function.
14071
14072 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * message.el (message-caesar-buffer-body): Allow rotating headers.
14075
14076         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14077
14078         * message.el (message-insert-formated-citation-line): Fix %f.
14079         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14080
14081 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14084         (gnus-bookmark-mouse-available-p): New macro.
14085         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14086         (gnus-bookmark-bmenu-show-infos): Use it.
14087         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14088         (gnus-bookmark-bmenu-hide-infos): Ditto.
14089         (gnus-bookmark-remove-properties): New function.
14090         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14091         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14092         (gnus-bookmark-write-file): Bind coding-system-for-write.
14093         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14094         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14095         group before selecting it.
14096         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14097         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14098         quit-window if it is not available; use gnus-mouse-2 and bind it to
14099         gnus-bookmark-bmenu-select-by-mouse.
14100         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14101         (gnus-bookmark-bmenu-select-by-mouse): New function.
14102
14103 2006-08-13  Romain Francoise  <romain@orebokech.com>
14104
14105         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14106         space.
14107
14108 2006-08-10  Romain Francoise  <romain@orebokech.com>
14109
14110         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14111         (dns-mode-soa-auto-increment-serial): New user option.
14112         (dns-mode-soa-maybe-increment-serial): New function.
14113         (dns-mode): Add the latter to `write-contents-functions'.
14114
14115 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * compface.el (uncompface): Use binary rather than raw-text-unix.
14118
14119 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * compface.el (uncompface): Make sure the eol conversion doesn't take
14122         place when communicating with the external programs.
14123         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14124
14125 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14128
14129 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14130
14131         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14132         Make it more robust by parsing author and date independently.
14133
14134 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14137
14138 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14139
14140         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14141         first matching secret key.
14142         (mml2015-epg-encrypt): Ditto.
14143
14144         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14145         first matching secret key.
14146         (mml1991-epg-encrypt): Ditto.
14147
14148         * mml2015.el (mml2015-encrypt-to-self): New user option.
14149         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14150         mml2015-epg-encrypt-to-self is set.
14151
14152         * mml1991.el (mml1991-encrypt-to-self): New variable.
14153         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14154         mml1991-epg-encrypt-to-self is set.
14155
14156         * mml2015.el (mml2015-signers): New user option.
14157         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14158         (mml2015-epg-encrypt): Allow to select signing keys.
14159
14160         * mml1991.el (mml1991-signers): New variable.
14161         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14162         (mml1991-epg-encrypt): Allow to select signing keys.
14163
14164 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * nnheader.el (nnheader-insert-head): Make it work even if the file
14167         uses CRLF for the line-break code.
14168
14169 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14170
14171         * mml2015.el: Require mml-sec instead of password.
14172         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14173         (mml2015-cache-passphrase): Inherit the default value from
14174         mml-secure-cache-passphrase.
14175         (mml2015-passphrase-cache-expiry): Inherit the default value from
14176         mml-secure-passphrase-cache-expiry.
14177
14178         * mml1991.el: Require mml-sec instead of password.
14179         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14180         (mml1991-cache-passphrase): Inherit the default value from
14181         mml-secure-cache-passphrase.
14182         (mml1991-passphrase-cache-expiry): Inherit the default value from
14183         mml-secure-passphrase-cache-expiry.
14184
14185         * mml-sec.el: Require password.
14186         (mml-secure-verbose): New user option.
14187         (mml-secure-cache-passphrase): New user option.
14188         (mml-secure-passphrase-cache-expiry): New user option.
14189
14190 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14191             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14192
14193         * pgg-def.el (pgg-truncate-key-identifier):
14194         Truncate the key ID to 8 letters from the end.
14195
14196 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14197
14198         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14199         workaround for the url package included with Emacs.
14200
14201         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14202
14203 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14206         correctly.  This fixes a bug caused by the 2006-05-12 change.
14207
14208 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14209
14210         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14211         some information about the error when saying that the `bogus' mail
14212         group will be used.
14213
14214 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14217         string.
14218
14219 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14220
14221         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14222
14223 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14224
14225         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14226
14227 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14228
14229         * mml1991.el (mml1991-function-alist): Add epg.
14230         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14231         (mml1991-epg-encrypt): New functions.
14232
14233 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14234
14235         * mml2015.el (mml2015-verbose): New variable.
14236         (mml2015-cache-passphrase): Ditto.
14237         (mml2015-passphrase-cache-expiry): Ditto.
14238         (mml2015-function-alist): Add epg.
14239         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14240         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14241         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14242         New functions.
14243
14244 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14245
14246         * message.el (message-cite-original-1): Preserve region when removing
14247         quoted text due to X-No-Archive in order to avoid bogus attribution
14248         when citing multiple messages.
14249
14250 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14251
14252         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14253         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14254
14255 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-diary.el (gnus-user-format-function-d)
14258         (gnus-user-format-function-D): Autoload.
14259
14260         * imap.el (Commentary): Fix typo.
14261
14262         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14263         2006-04-22 contribution.
14264
14265 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14266
14267         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14268         It didn't really fix the bogosity I'm seeing with solid web groups.
14269
14270 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14271
14272         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14273         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14274         created using server names.  If we use the feature without declaring
14275         it, Gnus does not properly manage server and group state.
14276
14277         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14278         bound.
14279
14280 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14281
14282         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14283         looking up the method using GROUP's prefix before inventing a new one.
14284         It is used on killed/unknown groups in various places where returning
14285         an all-new method isn't expected by the caller.
14286
14287         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14288         and match semantics of gnus-group-real-prefix.
14289
14290 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * nnmail.el (nnmail-broken-references-mailers): New variable.
14293         (nnmail-ignore-broken-references): New function generalizing
14294         nnmail-fix-eudora-headers.
14295         (nnmail-fix-eudora-headers): Now obsolete.
14296
14297         * gnus-art.el (gnus-button-handle-custom):
14298         Support `customize-apropos*'.
14299
14300 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14303
14304         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14305         articles.
14306
14307 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * message.el (message-cite-reply-above): New variable.
14310         (message-yank-original): Use it.
14311
14312 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14315
14316 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14319         as read.
14320
14321         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14322
14323 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14326         (gnus-bookmark-default-file): Use gnus-directory.
14327         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14328         Remove "*" in doc string.
14329         (gnus-bookmark-write-file): Simplify.
14330         (gnus-bookmark-maybe-sort-alist): Use `when'.
14331         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14332         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14333         Add FIXME about Emacs 21 and XEmacs compatibility.
14334         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14335         compatibility.
14336         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14337         compatibility.
14338         (gnus-bookmark-menu-heading): Fix version.
14339
14340 2006-06-19  Bastien Guerry  <bzg@altern.org>
14341
14342         * gnus-bookmark.el: New file.
14343
14344 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * message.el (message-syntax-checks): Doc fix.
14347
14348 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14349
14350         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14351         unsubscribed groups as if they were killed ones.  It causes duplicate
14352         entries in gnus-newsrc-alist.
14353
14354 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * message.el (message-syntax-checks): Doc fix.
14357         (message-send-mail): Add check for continuation headers.
14358         (message-check-news-header-syntax): Fix regexp used to check for
14359         continuation headers.
14360
14361 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14364
14365 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14368
14369 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14372         default-truncate-lines.
14373
14374 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14377         to fill the utf-8 entry.
14378
14379         * lpath.el: Fbind unicode-precedence-list.
14380
14381 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14382
14383         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14384
14385 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14386
14387         * gnus-agent.el (directory-files-and-attributes): Move all the way
14388         forward (the third and final move).
14389         (gnus-agent-read-agentview): Trap reconstruction errors due to
14390         nonexistent directory.  Handle by returning nil.
14391
14392 2006-05-30  Didier Verna  <didier@xemacs.org>
14393
14394         * message.el (message-dont-reply-to-names): Update the custom type.
14395         * message.el (message-dont-reply-to-names): New defsubst: potentially
14396         convert a list of regexps into a single one.
14397         * message.el (message-get-reply-headers): Use it.
14398         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14399
14400 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-agent.el (directory-files-and-attributes): Move forward.
14403
14404 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14405
14406         * gnus-ml.el (gnus-mailing-list-subscribe)
14407         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14408         (gnus-mailing-list-message): Fix doc strings.
14409
14410 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14411
14412         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14413         of doing it manually.
14414
14415 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14418         comment.
14419
14420 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14421
14422         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14423         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14424         (gnus-agent-read-local): All symbols allocated in my-obarray.
14425         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14426         (gnus-agent-regenerate-group): Check numeric names to see if they are
14427         messages or groups.
14428         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14429         better way of do this...)
14430
14431         * gnus-cache.el (gnus-agent-total-fetched-for):
14432         Ignore 'dummy.group' (there should be a better way of do this...)
14433
14434 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14437         (gnus-saved-headers): Ditto.
14438         (gnus-default-article-saver): Mention functions may have properties.
14439         (gnus-article-save): Override gnus-save-all-headers and
14440         gnus-saved-headers by :headers property which saver function may have.
14441         (gnus-summary-save-in-file): Add :headers property.
14442         (gnus-summary-write-to-file): Ditto.
14443
14444         * gnus-sum.el (gnus-summary-save-article): Bind
14445         gnus-prompt-before-saving to t when saving many articles in a file;
14446         always show all headers.
14447
14448         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14449
14450 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14453         marks.
14454
14455         * message.el (message-indent-citation): Add optional arguments to allow
14456         using it outside of message buffers.
14457
14458         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14459         (gnus-article-treat-unfold-headers): Use it.
14460         (gnus-article-truncate-lines): New variable.
14461         (gnus-article-mode): Use it.
14462         (gnus-article-toggle-truncate-lines): New function.
14463
14464         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14465         Add gnus-article-toggle-truncate-lines.
14466
14467         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14468         coding system in XEmacs, use binary.
14469
14470 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14473         after-load-alist.
14474
14475         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14476         this function should save decoded articles.
14477         (gnus-summary-write-to-file): Use property to specify this function
14478         should save decoded articles and specify gnus-summary-save-in-file
14479         should be used to save articles other than the first one when saving
14480         many articles.
14481         (gnus-summary-save-body-in-file): Use property to specify this
14482         function should save decoded articles.
14483         (gnus-summary-write-body-to-file): Use property to specify this
14484         function should save decoded articles and specify
14485         gnus-summary-save-body-in-file should be used to save articles other
14486         than the first one when saving many articles.
14487
14488         * gnus-sum.el (gnus-summary-save-article): Simplify.
14489
14490 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-art.el (gnus-default-article-saver):
14493         Add gnus-summary-write-body-to-file.
14494         (gnus-article-save-coding-system): Don't use coding system object
14495         in XEmacs.
14496         (gnus-read-save-file-name): Add optional `dir-var' argument which
14497         specifies directory in which files are saved; work even if optional
14498         `variable' argument is not specified.
14499         (gnus-summary-write-to-file): Read file name.
14500         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14501         (gnus-summary-write-body-to-file): New function.
14502
14503         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14504         (gnus-summary-local-variables): Add it.
14505         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14506         (gnus-summary-save-article): Remove optional `decode' argument;
14507         determine whether to decode articles by the value of
14508         gnus-default-article-saver; when saving many files using
14509         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14510         it first and use gnus-summary-save-in-file or
14511         gnus-summary-save-body-in-file thereafter unless
14512         gnus-prompt-before-saving is always; move point to article which
14513         will be saved.
14514         (gnus-summary-save-article-file): Revert.
14515         (gnus-summary-write-article-file): Revert.
14516         (gnus-summary-save-article-body-file): Revert.
14517         (gnus-summary-write-article-body-file): New function.
14518
14519 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * gnus-art.el (gnus-default-article-saver): Doc fix.
14522         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14523         from gnus-summary-save-article-coding-system, and default to a
14524         certain coding system.
14525         (gnus-output-to-file): Add coding cookie and encode text according
14526         to gnus-article-save-coding-system; don't use mm-append-to-file.
14527
14528         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14529         gnus-art.el and rename to gnus-article-save-coding-system.
14530         (gnus-summary-save-article): Require gnus-art; don't show all
14531         headers if it decodes articles; don't add coding cookie here;
14532         don't bind mm-text-coding-system-for-write.
14533         (gnus-summary-save-article-file): Save decoded articles.
14534         (gnus-summary-write-article-file): When saving many files, use
14535         gnus-summary-write-to-file first and gnus-summary-save-in-file
14536         thereafter unless gnus-prompt-before-saving is always.
14537         (gnus-summary-save-article-body-file): Save decoded articles.
14538
14539         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14540
14541 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * nnrss.el (nnrss-check-group): Bind hash-index.
14544
14545 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14546
14547         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14548         its hash index.  Store this hash in `nnrss-group-data'.
14549         (nnrss-read-group-data): Update accordingly.
14550
14551 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14554         entry.
14555
14556         * gnus-sum.el (gnus-summary-make-menu-bar):
14557         Add gnus-article-browse-html-article.
14558
14559 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14560
14561         * gnus-sum.el (gnus-summary-mime-map):
14562         Add gnus-article-browse-html-article.
14563
14564         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14565
14566 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14569         suitable coding systems in customize.
14570
14571 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * mail-source.el (mail-sources): Fix custom type.
14574
14575 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14578         (gnus-summary-expire-articles-now): Shorten prompt.
14579
14580         * gmm-utils.el (wid-edit): Require.
14581         (defun-gmm): Rename from `gmm-defun-compat'.
14582         (gmm-image-search-load-path): Use it.
14583         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14584
14585 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-sum.el (gnus-summary-save-article-coding-system):
14588         New variable.
14589         (gnus-summary-save-article): Add optional `decode' argument.
14590         If it is set and gnus-summary-save-article-coding-system is non-nil,
14591         save decoded article.
14592         (gnus-summary-write-article-file): Save decoded article if
14593         gnus-summary-save-article-coding-system is non-nil.
14594
14595         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14596         type.
14597
14598 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14601
14602 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14605         first to test gnus-single-article-buffer which may be buffer-local.
14606
14607         * gnus-sum.el (gnus-summary-setup-buffer):
14608         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14609         group; make gnus-article-buffer, gnus-article-current, and
14610         gnus-original-article-buffer always buffer-local.
14611         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14612         group.
14613         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14614
14615 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * nnml.el (nnml-request-compact-group): Compressed files might not
14618         have .gz extension.
14619
14620 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14621
14622         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14623         (mm-copy-to-buffer): Use with-current-buffer.
14624         (mm-display-part): Simplify.
14625         (mm-inlinable-p): Add optional arg `type'.
14626
14627 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14628
14629         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14630         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14631         Try harder to show the attachment internally or externally using
14632         gnus-mime-view-part-as-type.
14633
14634 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * message.el (message-from-style, message-signature-separator)
14637         (message-user-organization-file, message-send-mail-function)
14638         (message-citation-line-function, message-yank-prefix)
14639         (message-indent-citation-function, message-signature)
14640         (message-signature-file, message-signature-insert-empty-line):
14641         Remove autoloads.
14642
14643         * gnus-art.el (gnus-buttonized-mime-types):
14644         Remove "multipart/signed".  Revert 2006-04-26 change.
14645
14646 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14647
14648         * gnus.el (gnus-version-number): Bump version.
14649
14650 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14651
14652         * gnus.el: No Gnus v0.5 is released.
14653
14654 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14655
14656         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14657         fetching articles by message-id.
14658
14659 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14660
14661         * message.el (hashcash): Require hashcash as normal.
14662
14663         * ecomplete.el (ecomplete-highlight-match-line):
14664         Use point-at-eol.
14665         (ecomplete-highlight-match-line): Use `highlight', because that
14666         face exists in both Emacs and XEmacs.
14667
14668         * message.el (message-display-abbrev): Use point-at-bol.
14669
14670         * mail-source.el: Don't require timer/timer-funcs.
14671
14672         * gnus-async.el: Ditto.
14673
14674         * password.el: Ditto.
14675
14676         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14677
14678         * mm-url.el: Ditto.
14679
14680         * gnus-xmas.el: Don't require timer-funcs.
14681
14682         * mm-util.el: Require timer/timer-funcs.
14683
14684 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14685
14686         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14687         Close.
14688
14689 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14692         unibyte after clear-decrypt function runs.
14693
14694         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14695         returns as a unibyte string.
14696
14697 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * lpath.el: Revert.
14700
14701         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14702         (pgg-gpg-process-sentinel): Revert.
14703
14704         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14705         (pgg-pgp-lookup-key): Revert.
14706
14707         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14708         (pgg-pgp5-lookup-key): Revert.
14709
14710         * pgg.el (pgg-fetch-key): Revert.
14711
14712 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * lpath.el: Fbind string-as-multibyte for XEmacs.
14715
14716         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14717         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14718         (mml1991-pgg-encrypt): Ditto.
14719
14720         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14721         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14722         a multibyte buffer.
14723
14724         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14725         (pgg-pgp-lookup-key): Ditto.
14726
14727         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14728         (pgg-pgp5-lookup-key): Ditto.
14729
14730         * pgg.el (pgg-fetch-key): Ditto.
14731
14732 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * message.el (message-user-organization-file): Check several
14735         locations of the organization file.
14736
14737         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14738         Add gnus-article-view-part-as-type.
14739
14740         * gnus-art.el (gnus-article-view-part-as-type): New function.
14741
14742         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14743         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14744
14745         * mml.el: Simplify autoload.
14746         (mml-mode): defvar dnd-protocol-alist instead of using
14747         symbol-value.
14748         (mml-default-directory): New variable.
14749         (mml-minibuffer-read-file): Use it.
14750         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14751
14752         * message.el (message-citation-line-format): New variable.
14753         (message-insert-formated-citation-line): New function.
14754         (message-citation-line-function):
14755         Add `message-insert-formated-citation-line' to custom type.
14756
14757         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14758         to doc string.
14759
14760         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14761         depending on mm-verify-option.
14762
14763 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14766         binding pgg-* variables; reimplement the section which prevents
14767         MIME header from being signed.
14768         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14769         pgg-text-mode; remove a blank line at the top of body.
14770
14771         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14772         lines at the top of body; use gnus-newsgroup-charset if there's no
14773         Charset header.
14774
14775 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * message.el (message-self-insert-commands): Doc fix.
14778
14779         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14780         (mm-uu-pgp-encrypted-test): Ditto.
14781         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14782         between header and body; return application/pgp-encrypted handle
14783         if decryption failed; decode decrypted body by charset.
14784
14785         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14786         element match to application/pgp-*.
14787
14788 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14789
14790         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14791         HTML.
14792
14793 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14794
14795         * mail-source.el (mail-source-call-script): Message the error
14796         string.
14797
14798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14799
14800         * gnus-util.el (gnus-byte-compile): Use it.
14801
14802 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14803
14804         * gnus-util.el (kill-empty-logs): New function.
14805
14806 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14807
14808         * message.el (message-mail-alias-type): Doc fix.
14809         (message-mail-alias-type-p): New function.
14810         (message-send): Use it.
14811         (message-mode): Ditto.
14812         (message-strip-forbidden-properties): Ditto.
14813
14814         * ecomplete.el (ecomplete-database-file-coding-system):
14815         New variable.
14816         (ecomplete-save): Use it.
14817         (ecomplete-setup): Use it.
14818
14819 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * message.el (message-self-insert-commands): New variable.
14822         (message-strip-forbidden-properties): Use it.
14823
14824 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14825
14826         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14827         that doesn't make XEmacs choke.
14828
14829 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-util.el (gnus-replace-in-string):
14832         Prefer replace-regexp-in-string over of replace-in-string.
14833
14834 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-util.el (gnus-select-frame-set-input-focus):
14837         Use select-frame-set-input-focus if it is available in XEmacs; use
14838         definition defined in Emacs 22 for old Emacsen.
14839
14840         * dgnushack.el: Autoload unmorse-region for XEmacs.
14841
14842         * lpath.el: Bind cursor-in-non-selected-windows and
14843         select-frame-set-input-focus for XEmacs.
14844
14845 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14848
14849 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * gnus-registry.el (gnus-registry-cache-save): Remove text
14852         properties when saving via the temp buffer.
14853
14854 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * message.el (message-generate-hashcash): Honor custom type.
14857
14858 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14859
14860         * message.el (message-generate-hashcash): Default to non-nil when
14861         hashcash is found.
14862
14863         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14864         (gnus-refer-thread-limit): Increase default to 500.
14865
14866         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14867
14868         * flow-fill.el (fill-flowed): Allow delete-space.
14869
14870 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14873         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14874         Remove autoloads.
14875
14876 2006-04-18  Simon Josefsson  <jas@extundo.com>
14877
14878         * message.el (message-generate-hashcash): Default to.
14879
14880 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14883         concatenating segments rather than before concatenating them.
14884
14885 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14888
14889 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14890
14891         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14892
14893         * message.el (message-forward-make-body-plain):
14894         Allow message-forward-ignored-headers to be a list.
14895         (message-remove-ignored-headers): Factor out into function.
14896         (message-forward-make-body-mml): Use it.
14897
14898         * imap.el (imap-quote-specials): New function.
14899         (imap-login-auth): Quote specials.
14900
14901         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14902         (rfc2231-parse-string): Allow concatanation of parameters that
14903         aren't contiguous.  The test case is
14904           (mail-header-parse-content-type "message/external-body;
14905             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14906             access-type=LOCAL-FILE;
14907             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14908
14909 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14910
14911         * nntp.el (nntp-accept-process-output): Return the value of
14912         `nnheader-accept-process-output'.
14913
14914 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14915
14916         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14917         (gnus-button-alist): Recognize more diff formats.
14918         (gnus-button-patch): Strip directory.
14919
14920 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14921
14922         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14923         Emacs 22 when setting focus.
14924
14925 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * gnus-art.el (gnus-article-treat-types): Do treatment of
14928         text/x-verbatim parts.
14929         (gnus-button-patch): New command.
14930
14931         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14932         addresses that contain invalid characters.
14933
14934 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935
14936         * message.el (message-put-addresses-in-ecomplete):
14937         Use gnus-replace-in-string.
14938         (message-is-yours-p): Use the more correct
14939         mail-header-parse-address instead of
14940         mail-extract-address-components.
14941         (message-put-addresses-in-ecomplete): Fix typo.
14942
14943         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14944         keystroke.
14945
14946         * gnus-art.el (gnus-treatment-function-alist): Change order of
14947         newsgroups/generic header folding to avoid double-folding.
14948
14949         * message.el (message-hidden-headers): Add X-Draft-From.
14950
14951         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14952         New command.
14953         (gnus-summary-repeat-search-article-backward): New command.
14954
14955         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14956         groups in the parent topic.
14957
14958 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14959
14960         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14961         (spam-extra-header-to-number): Return the CRM114 number as a
14962         number instead of a string.
14963
14964 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * gnus-art.el (gnus-face-properties-alist): Move here from
14967         gnus-fun.
14968
14969         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14970
14971 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14972
14973         * message.el (message-strip-forbidden-properties): Only display on
14974         self-insert-command.
14975
14976         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14977         reindent.
14978         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14979
14980 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14981
14982         * smiley.el (smiley-style): Fix typo.
14983
14984 2006-03-23  Kenichi Handa  <handa@m17n.org>
14985
14986         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14987         instead of set-buffer-multibyte.
14988
14989 2006-03-23  Kenichi Handa  <handa@m17n.org>
14990
14991         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14992         buffer and then decode the buffer text if necessary.
14993         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14994         first, and after mm-encode-body, change the buffer to unibyte.
14995
14996 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14997
14998         * hashcash.el (hashcash-insert-payment-async-2):
14999         Use message-goto-eoh instead of doing it manually.
15000         (mail-add-payment): Use message-narrow-to-header instead of trying
15001         to do the same itself.
15002
15003         * message.el (message-hidden-headers): Add Face.
15004
15005         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15006         reparenting code.
15007         (gnus-summary-reparent-children): Refactored out code.
15008         (gnus-summary-thread-map): New keystroke.
15009         (gnus-summary-reparent-children): Make into command.
15010
15011         * smiley.el (smiley-style): Default to `medium' if using a large
15012         font.
15013
15014         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15015         does it itself.
15016
15017         * message.el (message-point-in-header-p): Simplify definition.
15018
15019 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15020
15021         * nnagent.el (nnagent-request-set-mark): Silence log file
15022         writing.
15023         (nnagent-request-set-mark): Use write-region instead of
15024         append-to-file.
15025
15026         * gnus-sum.el (gnus-read-header): Fudge article number if using a
15027         strange select method.
15028
15029         * ecomplete.el (ecomplete-display-matches): Get highlightling
15030         right.
15031         (ecomplete-display-matches): Use literals.
15032         (ecomplete-display-matches): Disable message logging.
15033
15034         * message.el (message-display-abbrev): Small optimization.
15035
15036         * ecomplete.el (ecomplete-display-matches): Allow automatic
15037         display.
15038
15039         * message.el (message-strip-forbidden-properties):
15040         Display abbrevs.
15041         (message-display-abbrev): Get automatic display right.
15042
15043         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15044         keystrokes.
15045
15046 2006-04-13  Romain Francoise  <romain@orebokech.com>
15047
15048         TODO: Backport to v5-10!
15049
15050         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15051         Move here (and rename) from gnus-registry.el.
15052
15053         * gnus-registry.el: Require gnus-util.
15054         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15055
15056 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15057
15058         * gnus-group.el (gnus-group-catchup-current):
15059         Change if-then-else-if-then-else into cond.
15060         (gnus-group-catchup): Indent.
15061         (group-name-at-point): New function.
15062         (gnus-fetch-group): Provide default from thing at point.
15063
15064 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15065
15066         * message.el (message-display-abbrev): Fix regexp.
15067
15068         * ecomplete.el (ecomplete-highlight-match-line):
15069         Reimplement choosing.
15070         (ecomplete-highlight-match-line): Fix up code rewrite, remove
15071         dead variables.
15072
15073         * message.el (message-newline-and-indent): Remove debugging.
15074         (message-display-abbrev): Use new implementation.
15075
15076 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-art.el (gnus-article-mode):
15079         Set cursor-in-non-selected-windows to nil.
15080
15081         * smiley.el: Revert previous change.
15082         (smiley-data-directory): defvar it before using it in the
15083         defcustom of `smiley-style'.
15084
15085 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15086
15087         * message.el (message-newline-and-indent): New function.
15088
15089         * ecomplete.el: Implement more bits.
15090
15091         * message.el (message-put-addresses-in-ecomplete): Clean up the
15092         string.
15093
15094         * ecomplete.el (ecomplete-add-item): Chop off decimals.
15095
15096         * gnus-sum.el (gnus-summary-save-parts):
15097         Bind gnus-summary-save-parts-counter and use it to make unique file
15098         names.
15099
15100         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15101
15102         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15103         parameter to say whether to actually parse the individual
15104         addresses.
15105
15106         * message.el (message-put-addresses-in-ecomplete): New function.
15107         (ecomplete): Require.
15108         (message-mail-alias-type): Add ecomplete as an option.
15109
15110 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15111
15112         * flow-fill.el (fill-flowed): Remove trailing space from blank
15113         quoted lines.
15114
15115 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15116
15117         * smiley.el (smiley-style): Move definition later to avoid a
15118         compilation warning.
15119
15120 2006-04-12  Kenichi Handa  <handa@m17n.org>
15121
15122         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15123         buffer and then decode the buffer text if necessary.
15124         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15125         first, and after mm-encode-body, change the buffer to unibyte.
15126         Use mm-disable-multibyte instead of set-buffer-multibyte.
15127
15128 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15131         Content-Type header instead of Content-Disposition header.
15132         (gnus-mime-inline-part): Ditto.
15133         (gnus-mime-view-part-as-charset): Ignore charset that the part
15134         specifies.
15135
15136         * mm-decode.el (mm-display-part): Work with external parts and
15137         usual parts similarly.
15138
15139         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15140         instead of gnus-display-mime.
15141
15142         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15143         instead of with-temp-buffer.
15144
15145         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15146         tag to summarized topics part in order to encode non-ASCII text.
15147
15148 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * smiley.el (smiley-style): New variable.
15151         (smiley-directory): New function.
15152         (smiley-data-directory): Derive from `smiley-style' using
15153         `smiley-directory'.
15154         (smiley-regexp-alist): Add new entries.
15155
15156         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15157         (gnus-article-browse-delete-temp): Add :version.
15158
15159 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
15160
15161         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15162         the sieve region.
15163
15164 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15165
15166         * gnus.el (gnus-version-number): Bump version.
15167
15168 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus.el: No Gnus v0.4 is released.
15171
15172 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15173
15174         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15175         layout.
15176
15177         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15178         unknown charset.
15179
15180         * message.el (message-header-synonyms): Add Original-To to the
15181         default.
15182
15183         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15184         optional parameter.
15185
15186 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-fun.el (gnus): Require it for gnus-directory.
15189
15190 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15193
15194 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15195
15196         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15197
15198 2006-04-05  Simon Josefsson  <jas@extundo.com>
15199
15200         * password.el (password-reset): New function.
15201
15202 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15203
15204         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15205         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15206
15207 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15208
15209         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15210         Some whitespace was matched into the url, which broke browsing hits
15211         > 100 when mm-url-use-external was nil.
15212
15213 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15216         Check gnus-extra-headers for 'Newsgroups.
15217
15218         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15219         bound.
15220
15221 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15222
15223         * pgg-gpg.el: Clean up process buffers every time gpg processes
15224         complete.
15225
15226 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15229         doc string.
15230
15231 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15232
15233         * pgg-gpg.el (pgg-gpg-process-filter)
15234         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15235
15236         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15237         lines, temporary fix.
15238
15239 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15242
15243 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15244
15245         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15246         default-enable-multibyte-characters.  This reverts the change from
15247         revision 6.17 which is no longer necessary because the passphrase
15248         is sent separately now.  GnuPG messages are unreadable under
15249         multibyte locales with default-enable-multibyte-characters set to
15250         nil.
15251
15252 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * message.el (message-tool-bar-gnome): Move "spell".
15255
15256 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15259         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15260         instead.
15261
15262 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15263
15264         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15265         Improve newsgroups handling for NNTP overviews which don't include
15266         Newsgroups.
15267
15268 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15269
15270         * message.el (message-resend): Bind message-generate-hashcash to nil.
15271
15272 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15273
15274         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15275         when searching for already-paid recipients.
15276
15277 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15278
15279         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15280         passphrases when it is not needed.
15281         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15282         passphrase stuff from gpg, should only be necessary when you use
15283         gpg with a smartcard.
15284
15285 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * mml.el (mml-insert-mime): Ignore cached contents of
15288         message/external-body part.
15289
15290         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15291         (mm-insert-part): Ditto.
15292
15293 2006-03-23  Simon Josefsson  <jas@extundo.com>
15294
15295         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15296         Reiner.
15297         (pgg-gpg-use-agent-p): Use it again.
15298
15299 2006-03-23  Simon Josefsson  <jas@extundo.com>
15300
15301         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15302         older emacsen.
15303         (pgg-gpg-use-agent-p): Don't use it.
15304
15305 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15308         if we can.
15309
15310 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15311
15312         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15313         (pgg-gpg-update-agent): New function.
15314         (pgg-gpg-use-agent-p): New function.
15315         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15316         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15317         (pgg-gpg-sign-region): Use it.
15318
15319 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15322         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15323
15324 2006-03-21  Simon Josefsson  <jas@extundo.com>
15325
15326         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15327         <wilde@sha-bang.de>.
15328         (pgg-gpg-use-agent): New variable.
15329         (pgg-gpg-process-region): Use it.
15330         (pgg-gpg-encrypt-region): Likewise.
15331         (pgg-gpg-encrypt-symmetric-region): Likewise.
15332         (pgg-gpg-decrypt-region): Likewise.
15333         (pgg-gpg-sign-region): Likewise.
15334         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15335
15336 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15339
15340         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15341         Add comment on version.
15342
15343 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15344
15345         * smiley.el: Add missing test smiley.
15346
15347 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * mm-decode.el (mm-with-part): New macro.
15350         (mm-get-part): Use it; work with message/external-body as well.
15351         (mm-save-part): Treat name and filename equally.
15352
15353         * mm-extern.el (mm-extern-cache-contents): New function.
15354         (mm-inline-external-body): Use it; force the part to be displayed;
15355         move undisplayer added to the cached handle to the parent.
15356
15357         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15358         (gnus-mime-view-part-as-type): Work with message/external-body.
15359
15360         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15361
15362 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15365         images in image-load-path.  [Sync with image.el, revision 1.60, in
15366         Emacs.]
15367
15368 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15371         path rather than symbol.  Always return list of directories.
15372         Guarantee that image directory comes first.  [Sync with image.el,
15373         revision 1.59, in Emacs.]
15374
15375         * message.el (message-make-tool-bar): Adjust to new API of
15376         `gmm-image-load-path-for-library'.
15377
15378         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15379
15380         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15381
15382 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15383
15384         * gnus-art.el (gnus-article-only-boring-p):
15385         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15386         intangible text.
15387         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15388
15389 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15392         Use `defun' instead of `gmm-defun-compat'.
15393
15394 2006-03-14  Simon Josefsson  <jas@extundo.com>
15395
15396         * message.el (message-unique-id): Don't use message-number-base36
15397         if (user-uid) is a float.
15398         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15399
15400 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15403
15404         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15405         empty line between a part and a message part.
15406
15407 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15408
15409         * smiley.el: Add more test smileys.
15410         (smiley-data-directory, smiley-regexp-alist)
15411         (gnus-smiley-file-types): Fix doc strings.
15412         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15413         adding new elements.
15414         (smiley-mouse-map): Unused code.  Make it a comment.
15415
15416 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15419         scan latest NoCeM messages instead of old ones.
15420         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15421         delimiters that are recently used.
15422         (gnus-nocem-load-cache): Add autoload cookie.
15423
15424         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15425
15426         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15427         level which is larger than gnus-use-nocem is specified.
15428
15429         * gnus-group.el (gnus-group-get-new-news): Ditto.
15430
15431 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * gnus-util.el (gnus-tool-bar-update): New function.
15434
15435         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15436         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15437
15438         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15439
15440         * gnus-group.el (gnus-group-redraw-when-idle)
15441         (gnus-group-redraw-check): Remove.
15442         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15443
15444 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15447         if optional last element is specified in splits (FIELD VALUE...).
15448
15449 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15452         to gmm-image-load-path-for-library.  Call with no-error argument.
15453         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15454
15455         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15456
15457         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15458
15459         * gmm-utils.el (gmm-image-load-path): Remove alias.
15460
15461 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * gmm-utils.el (gmm-image-load-path): Add alias.
15464
15465         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15466         nnml-generate-nov-databases-1.
15467         (nnml-generate-nov-databases): Use it.
15468         (nnml-generate-nov-databases-directory): Document no-active
15469         argument.
15470
15471         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15472         directory if path is t.  Add no-error.
15473
15474         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15475         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15476
15477         * gnus-art.el (gnus-article-browse-delete-temp-files):
15478         Simplify resetting gnus-article-browse-html-temp-list.
15479
15480         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15481         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15482         Add example to docstring.  Rename local variables.  Move error
15483         checks to default case in cond and simplify.
15484
15485 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15488         handle is multipart when calling it recursively.
15489         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15490
15491 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15492
15493         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15494         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15495
15496 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15499         is loaded.
15500
15501         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15502         loaded.
15503
15504 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15507         to "Emacs 23 (unicode)" in doc string.
15508
15509         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15510         "Emacs 23 (unicode)" in comment.
15511
15512 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15515
15516         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15517         characters 160 through 255 in Emacs 23.
15518
15519 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15522         gnus-article-browse-html-temp.
15523         (gnus-article-browse-delete-temp): Make it customizable.
15524         Add `file'.  Adjust doc string.
15525         (gnus-article-browse-delete-temp-files): Add argument.
15526         Allow query for each file.  Adjust doc string.
15527         (gnus-article-browse-html-parts):
15528         Add `gnus-article-browse-delete-temp-files' to
15529         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15530
15531 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15532
15533         * gnus-art.el (gnus-article-browse-html-temp)
15534         (gnus-article-browse-delete-temp): New variables.
15535         (gnus-article-browse-delete-temp-files): New function.
15536         (gnus-article-browse-html-parts): Use it.
15537
15538 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15541
15542         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15543         string.
15544
15545         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15546         gnus-summary-insert-new-articles when unplugged.
15547         Remove gnus-summary-search-article-forward.
15548
15549         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15550         display-visual-class instead of display-color-cells.
15551
15552 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * dgnushack.el: Autoload customize-group for XEmacs.
15555
15556         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15557         message/* containing non-ASCII text properly.
15558
15559 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * message.el: Require gmm-utils, remove autoloads.
15562         (message-tool-bar): Set default based on
15563         gmm-tool-bar-style.
15564         (message-tool-bar-gnome): Add gmm-customize-mode.
15565
15566         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15567         gmm-tool-bar-style.
15568         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15569
15570         * gnus-group.el (gnus-group-tool-bar): Set default based on
15571         gmm-tool-bar-style.
15572         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15573
15574         * gmm-utils.el (gmm-image-directory): Rename variable from
15575         gmm-image-load-path.
15576         (gmm-image-load-path): Use gmm-image-directory.
15577         (gmm-customize-mode): New function.
15578         (gmm-tool-bar-style): New variable.
15579
15580         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15581         gnus-group-redraw-line-number.
15582         (gnus-group-redraw-check): Simplify.
15583         (gnus-group-tool-bar-update): Remove redraw check.
15584         (gnus-group-make-tool-bar): Add redraw check.
15585
15586 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15587
15588         * gnus-art.el (gnus-button): Add missing parentheses.
15589
15590 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * lpath.el: Fbind line-number-at-pos.
15593
15594 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15597
15598 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-art.el (gnus-button): New face.
15601         (gnus-article-button-face): Use it.
15602
15603         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15604         Add gnus-summary-next-page.  Re-order.
15605
15606         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15607         next-node are now included.
15608         (gnus-group-redraw-line-number): New internal variable.
15609         (gnus-group-redraw-check): Helper function for updating the tool
15610         bar.
15611         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15612
15613         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15614
15615         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15616         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15617         Use it to match format of Spamassassin 3.0 and later.
15618         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15619         (spam-check-bogofilter)
15620         (spam-bogofilter-register-with-bogofilter): Fix args of
15621         `gnus-error' calls.
15622
15623 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15626         unnecessary interaction when sending queued mails.
15627         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15628
15629 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15632         first or last are nil.
15633
15634 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15635
15636         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15637
15638 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15641
15642 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * dns.el (query-dns): Protect more against buggy tcp output.
15645
15646 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15649         nov.php.
15650
15651 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15652
15653         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15654         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15655         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15656         output on the server side.
15657         (nnweb-google-create-mapping): Update regexps and add some
15658         progress indication.
15659
15660 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-group.el (gnus-group-tool-bar-gnome):
15663         Fix gnus-agent-toggle-plugged.  Re-order icons.
15664         (gnus-group-tool-bar-gnome):
15665         Add gnus-group-{prev,next}-unread-group.
15666         (gnus-group-tool-bar-gnome): Re-order icons.
15667
15668         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15669         Move gnus-summary-insert-new-articles.
15670
15671         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15672         Fix comments.
15673
15674         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15675         also available in Emacs 21.3.
15676
15677         * message.el (message-fix-before-sending): Change "Emacs 22" to
15678         "Emacs 23 (unicode)" in comment.
15679
15680         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15681         "Emacs 23 (unicode)" in comment.
15682
15683         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15684         comment.
15685         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15686
15687         * mm-view.el (mm-fill-flowed): Add :version.
15688
15689 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15692         and load-path.
15693
15694 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * message.el: Autoload gmm-image-load-path.
15697         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15698         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15699         consitency.
15700
15701         * gmm-utils.el (gmm-image-load-path): Also search in
15702         "../etc/images".  Don't set gmm-image-load-path if we don't find
15703         the image.
15704
15705 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gmm-utils.el (gmm-image-load-path): Don't make
15708         `gmm-image-load-path' include subdirectories which the second arg
15709         `image' might specify.
15710
15711         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15712         subdirectory to icon file names.
15713
15714         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15715
15716 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15717
15718         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15719         gmm-image-load-path calls.
15720
15721         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15722
15723         * message.el (message-make-tool-bar): Ditto.
15724
15725         * mml.el (mml-preview): Add comment concerning tool bar icons.
15726
15727         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15728         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15729
15730         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15731         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15732
15733         * message.el (message-tool-bar-gnome): Use new icon names.
15734         (message-make-tool-bar): Use `gmm-image-load-path'.
15735
15736         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15737         New functions from MH-E.
15738         (gmm-image-load-path): New variable from MH-E.
15739         (gmm-image-load-path): New function from MH-E.  Add arguments
15740         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15741         *-image-load-path-called-flag.
15742
15743 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15744
15745         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15746
15747 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15748
15749         * nnimap.el (nnimap-request-move-article): Change folder back to
15750         source group before deleting.
15751
15752 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15755
15756         * gnus-art.el (mm-url-insert-file-contents-external):
15757         Autoload mm-url.
15758
15759         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15760
15761 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15764         coding system which mm-charset-to-coding-system returns for a
15765         given charset is valid.
15766
15767 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15768
15769         * html2text.el (html2text-remove-tag-list):
15770         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15771
15772 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15773
15774         * gnus-cus.el: Revert 2005-10-17 change.
15775
15776 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * gnus-art.el (article-strip-banner):
15779         Call article-really-strip-banner only when the regexp match is made.
15780
15781 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-art.el (article-strip-banner):
15784         Use gnus-extract-address-components instead of
15785         mail-header-parse-addresses to make it work with non-ASCII text;
15786         remove mail-encode-encoded-word-string.
15787
15788         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15789         values which are surrounded with \"...\"; make it never cause a
15790         Lisp error; give up parsing of parameters if it failed in
15791         extracting type.
15792
15793 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15794
15795         * smime.el (smime-cert-by-ldap-1): Fix bug where
15796         `smime-ldap-search' returns results without userCertificates.
15797
15798 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15801
15802 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * spam.el (spam-check-spamassassin-headers): Adapt format for
15805         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15806         <ari@mbf.ocn.ne.jp>.
15807         (spam-list-of-processors): Add spam-use-gmane.
15808
15809 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15812         make-temp-file; make it work with XEmacs as well.
15813
15814         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15815         mm-make-temp-file.
15816
15817         * mm-decode.el (mm-display-external): Use the 3rd arg of
15818         mm-make-temp-file.
15819         (mm-create-image-xemacs): Ditto.
15820
15821 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15824         with message-narrow-to-headers.
15825         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15826         (gnus-draft-check-draft-articles): New function.
15827         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15828
15829 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * gnus-art.el (gnus-article-browse-html-parts):
15832         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15833         Don't use suffix argument for mm-make-temp-file for Emacs 21
15834         compatibility.  Remove useless `format'.
15835
15836 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15837
15838         * nnweb.el (nnweb-google-wash-article): Update regexps.
15839         (nnweb-group-alist): Use defvoo instead of defvar.
15840
15841 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15844         re-loading nn* modules.
15845
15846 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15849         for `tool-bar-mode' and don't check it's default-value.
15850
15851         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15852
15853         * message.el (message-make-tool-bar): Ditto.
15854
15855         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15856         `substring'.  Shorten tmp-file name.
15857
15858         * gnus.el: Remove bogus comment.
15859
15860 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15861
15862         * gnus-art.el (gnus-article-browse-html-parts): New function.
15863         (gnus-article-browse-html-article): New function for viewing html
15864         articles with a browser.
15865
15866 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15867
15868         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15869         in elisp.
15870         (pgg-gpg-encrypt-symmetric-region): Ditto.
15871         (pgg-gpg-sign-region): Ditto.
15872
15873         * pgg-def.el (pgg-text-mode): New variable.
15874
15875         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15876         (mml2015-pgg-encrypt): Ditto.
15877
15878         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15879         (mml1991-pgg-encrypt): Ditto.
15880
15881 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * nnfolder.el (nnfolder-insert-newsgroup-line):
15884         Use message-make-date instead of current-time-string.
15885
15886         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15887         to gnus-decoded which mm-uu might set.
15888
15889 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15892         don't decode quoted parameters; remove misimported Emacs code.
15893         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15894         (rfc2231-decode-encoded-string): Don't use split-string which
15895         behaves differently according to Emacs version; use
15896         mm-decode-coding-region to convert charset to coding-system.
15897         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15898         (rfc2231-encode-string): Remove misimported Emacs code.
15899
15900 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15903         when calling mail-header-parse-content-type.
15904         (article-de-quoted-unreadable): Ditto.
15905         (article-de-base64-unreadable): Ditto.
15906         (article-wash-html): Ditto.
15907
15908         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15909         calling mail-header-parse-content-type and
15910         mail-header-parse-content-disposition.
15911         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15912         mail-header-parse-content-type.
15913
15914         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15915         insert charset and format parameters; encode description after
15916         inserting it to buffer.
15917         (mml-insert-parameter): Fold lines properly even if a parameter is
15918         segmented into two or more lines; change the max column to 76.
15919
15920         * rfc1843.el (rfc1843-decode-article-body): Don't use
15921         ignore-errors when calling mail-header-parse-content-type.
15922
15923         * rfc2231.el (rfc2231-parse-string): Return at least type if
15924         possible; don't cause an error even if it fails in parsing of
15925         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15926         (rfc2231-encode-string): Don't break lines at the beginning, leave
15927         it to mml-insert-parameter.
15928
15929         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15930         calling mail-header-parse-content-type.
15931
15932 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * spam-report.el (spam-report-gmane-use-article-number):
15935         Improve doc string.
15936         (spam-report-gmane-internal): Check if a suitable header was found
15937         in the article.
15938
15939 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15942         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15943
15944 2006-02-05  Romain Francoise  <romain@orebokech.com>
15945
15946         Update copyright notices of all files in the gnus directory.
15947
15948 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15949
15950         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15951
15952 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15955         segmented lines of parameter value to cope with Thunderbird 1.5
15956         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15957         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15958         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15959
15960 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15961
15962         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15963         parts.
15964
15965 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15966
15967         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15968         there's only one active file for all servers.
15969         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15970         solid groups.  Gnus might have used a FAST request to select the group.
15971         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15972         and nnweb-search redundantly in the active file.
15973         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15974         (nnweb-request-create-group): Don't use ARGS.
15975         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15976         initialisations.  Let nnoo do the work.
15977
15978 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15981         Say the part has been decoded.
15982
15983         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15984
15985 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15986
15987         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15988         mailcap-viewer-test-cache when there's no 'test clause, since that
15989         will invert the meaning of a "nil" test previously determined by
15990         mailcap-mailcap-entry-passes-test.
15991
15992 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15995         compiling.
15996
15997         * gnus-sum.el: Ditto.
15998
15999         * message.el: Don't bind tool-bar-map when compiling.
16000
16001 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16004
16005 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16006
16007         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16008         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16009         current Google Groups.
16010
16011 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16014         and tool-bar-mode.
16015
16016         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16017         and tool-bar-mode.
16018
16019         * message.el (message-tool-bar-update): Simplify.
16020         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16021
16022         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16023         gnus-summary-buffer.
16024         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16025         gnus-summary-reply.
16026
16027         * gmm-utils.el (gmm): Add :version.
16028
16029 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * Makefile.in (clean): New rule.
16032         (distclean): Use it.
16033
16034 2006-01-26  Steve Youngs  <steve@sxemacs.org>
16035
16036         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16037         Don't autoload.
16038
16039 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gmm-utils.el (gmm-verbose): Add :group.
16042
16043 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * message.el: Change some comments WRT tool-bars.
16046
16047         * gnus-sum.el (gnus-summary-tool-bar)
16048         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16049         (gnus-summary-tool-bar-zap-list): New variables.
16050         (gnus-summary-make-tool-bar): Complete rewrite using
16051         `gmm-tool-bar-from-list'.
16052
16053         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16054         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16055         New variables.
16056         (gnus-group-make-tool-bar): Complete rewrite using
16057         `gmm-tool-bar-from-list'.
16058         (gnus-group-tool-bar-update): New function.
16059
16060         * message.el (message-mode-field-menu): Add "Show hidden Headers".
16061
16062 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16065         is dissected into a single part of which the type is the same as
16066         the given one; decode charset.
16067
16068 2006-01-21  Kevin Ryde  <user42@zip.com.au>
16069
16070         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16071         into alists as symbol not string, since that's what
16072         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16073         look for.
16074
16075 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16078         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16079
16080         * message.el (message-tool-bar-gnome): Use gmm-ignore.
16081
16082 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
16085         (gnus-xmas-mime-security-button-menu): New function.
16086
16087         * gnus-art.el (gnus-mime-security-button-commands): New variable.
16088         (gnus-mime-security-button-menu): New definition.
16089         (gnus-mime-security-button-map): Use them.
16090         (gnus-mime-security-button-menu): New function.
16091         (gnus-insert-mime-security-button): Addition to help echo.
16092         (gnus-mime-security-run-function, gnus-mime-security-save-part)
16093         (gnus-mime-security-pipe-part): New functions.
16094
16095         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16096         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16097
16098         * mm-decode.el (mm-handle-set-disposition): Remove.
16099         (mm-handle-set-description): Remove.
16100
16101 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16104         (mm-w3m-standalone-supports-m17n-p): New function.
16105         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16106         w3m usage.
16107
16108         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16109         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16110
16111 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16112
16113         * message.el (message-tool-bar-zap-list):
16114         Use gmm-tool-bar-zap-list as custom type.
16115         (message-tool-bar-update): New function.
16116         (message-tool-bar, message-tool-bar-gnome)
16117         (message-tool-bar-retro): Add message-tool-bar-update.
16118         (message-tool-bar-gnome): Add flyspell-buffer.
16119
16120         * gnus-util.el (gnus-error): Describe `args'.
16121
16122         * gmm-utils.el (gmm-error): Describe `args'.
16123         (gmm-tool-bar-zap-list): New widget.
16124         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16125
16126 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16129         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16130         the number of recursive calls.
16131
16132         * mm-decode.el (mm-handle-set-disposition): New macro.
16133         (mm-handle-set-description): New macro.
16134
16135 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16138         encoding.
16139
16140 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * message.el (message-tool-bar-zap-list, message-tool-bar)
16143         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16144         (message-tool-bar-local-item-from-menu): Remove.
16145         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16146         (message-make-tool-bar): New function.
16147         (message-mode): Use `message-make-tool-bar'.
16148
16149         * gmm-utils.el: New file.
16150         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16151         (gmm-lazy): New widget copied from `nnmail.el'.
16152         (gmm-tool-bar-from-list): New function for creating customizable
16153         tool bars.
16154         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16155         output.
16156         (gmm): Add :prefix to defgroup.
16157
16158 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16159
16160         * gmm-utils.el (gmm-widget-p): New function.
16161
16162 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * mml.el (mml-attach-file): Describe `description' in doc string.
16165         (mml-menu): Add Emacs MIME manual and PGG manual.
16166
16167 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16168
16169         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16170
16171 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16172
16173         * nntp.el (nntp-end-of-line): Doc fix.
16174
16175 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16176
16177         * imap.el (imap-open): Handle case where buffer is a buffer
16178         object.
16179
16180 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16181
16182         * gnus-delay.el (gnus-delay): Don't autoload.
16183         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16184         to be re-loaded when customizing the `gnus-delay' group.
16185
16186 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16187
16188         * message.el (message-insert-citation-line): Use newlines.
16189
16190 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16191
16192         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16193         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16194         these routines, so the passphrase can be managed externally and
16195         passed in to the system.
16196         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16197         pgg-add-passphrase-to-cache function.
16198
16199         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16200         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16201         these routines, so the passphrase can be managed externally and
16202         passed in to the system.
16203         (pgg-pgp5-sign-region): Use new name of
16204         pgg-add-passphrase-to-cache function.
16205
16206 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16207
16208         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16209         part of the decoded armor to find the key-identifier.
16210         (pgg-gpg-lookup-key-owner): New function to return the
16211         human-readable identifier of a key owner.
16212         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16213         itself.
16214         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16215         the key value) if we have a key and can match it against a secret
16216         key.  Also, added a note pointing out fact that the prompt only
16217         indicates the first matching key.
16218
16219         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16220         pgg-decrypt-region.
16221         (pgg-add-passphrase-to-cache): Rename from
16222         `pgg-add-passphrase-cache' to reduce confusion (all callers
16223         changed).
16224         (pgg-remove-passphrase-from-cache): Rename from
16225         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16226         changed).
16227         (pgg-read-passphrase, pgg-add-passphrase-cache)
16228         (pgg-remove-passphrase-cache): Add informative docstrings.
16229         (pgg-decrypt): Convey provided passphrase in subordinate call to
16230         pgg-decrypt-region.
16231
16232 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16233
16234         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16235         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16236         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16237         'passphrase' argument, so the passphrase can be managed externally
16238         and then passed in to the system.
16239
16240         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16241         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16242         so the passphrase cache can be used reliably with identifiers
16243         besides a pgp packet's key id.
16244
16245         * pgg-gpg.el (pgg-gpg-encrypt-region)
16246         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16247         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16248         these routines, so the passphrase can be managed externally and
16249         passed in to the system.
16250
16251         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16252         'notruncate' argument, so the passphrase cache can be used
16253         reliably with identifiers besides a pgp packet's key id.
16254
16255 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16256
16257         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16258         symmetric encryption.
16259         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16260         encrypted session key.
16261         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16262         message ask for the passphrase in a proper way.
16263
16264         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16265         New user commands for symmetric encryption.
16266
16267 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16270
16271         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16272
16273 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16274
16275         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16276
16277 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * mm-decode.el (mm-inlined-types): Add application/pgp.
16280         (mm-automatic-display): Ditto.
16281
16282         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16283         part as text.
16284
16285 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * nnrss.el: Update copyright.
16288         (nnrss-opml-import): Query whether to subscribe to each entry.
16289
16290         * gnus-art.el:
16291         * gnus-sum.el:
16292         * gnus-xmas.el:
16293         * messagexmas.el:
16294         * mm-uu.el:
16295         * mm-view.el: Update copyright.
16296
16297 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * message.el (message-info): New function.
16300         (message-mode-menu): Add it.
16301         Update copyright.
16302
16303         * ChangeLog: Fix and update copyright.
16304
16305 2006-01-13  Romain Francoise  <romain@orebokech.com>
16306
16307         * message.el (message-forward-subject-name-subject): Prefer the
16308         address to 'nowhere' if the sender has no name.
16309         Fix typo.  Update copyright year.
16310
16311 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * gnus-art.el (article-wash-html):
16314         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16315         (gnus-article-wash-html-with-w3m-standalone): New function.
16316
16317         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16318         mm-inline-text-html-render-with-w3m-standalone.
16319         (mm-text-html-washer-alist): Map w3m-standalone to
16320         gnus-article-wash-html-with-w3m-standalone.
16321         (mm-inline-text-html-render-with-w3m-standalone): New function.
16322
16323 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16326         Improve LaTeX.
16327
16328 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16329
16330         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16331         (nnrss-request-article): Render text/plain parts as HTML.
16332
16333         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16334         the buffer.
16335
16336 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16339         custom definition of `gnus-posting-styles'.
16340
16341         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16342         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16343
16344 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16347         Use nntp for bug archive.
16348
16349 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16352         parts.
16353         (nnrss-normalize-date): New function converts ISO 8601 date into
16354         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16355         (nnrss-check-group): Use it.
16356
16357 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16360
16361         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16362         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16363         (nnrss-insert-w3): Ditto.
16364
16365 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16368         the articles to be forwarded including the case where neither a
16369         number of articles nor a region is specified.
16370
16371 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * nnrss.el (nnrss-request-article): Fix last change; fill
16374         text/plain parts.
16375
16376 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16379         in text/plain part.
16380         (nnrss-check-group): Don't add excessive newline to dc:subject.
16381
16382 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16383
16384         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16385         article.
16386
16387 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16390         (nnml-use-compressed-files, nnml-save-mail): Support other
16391         comression programs such as bzip2.
16392
16393 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16394
16395         * dns.el (query-dns): Make sure we check the buffer size before
16396         removing tcp headers.
16397
16398 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16401         remove MIME buttons associated with multipart/alternative parts.
16402         (gnus-mime-display-alternative): Tag buttons using `article-type'
16403         text property.
16404
16405         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16406         associated with multipart/alternative parts.
16407
16408         * gnus-art.el (gnus-signature-separator): Fix custom type.
16409
16410         * mm-decode.el (mm-inlined-types): Fix custom type.
16411         (mm-keep-viewer-alive-types): Ditto.
16412         (mm-automatic-display): Ditto.
16413         (mm-attachment-override-types): Ditto.
16414         (mm-inline-override-types): Ditto.
16415         (mm-automatic-external-display): Ditto.
16416
16417 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * spam-report.el (spam-report-user-mail-address)
16420         (spam-report-user-agent): New variables.
16421         (spam-report-url-ping-plain): Use spam-report-user-agent.
16422
16423 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16424
16425         * gnus-art.el (gnus-button-handle-custom): Do not just use
16426         `customize-apropos' for any "M-x customize-*" button but the
16427         function called for.  Accept both the function name and its
16428         argument in order to achieve this.
16429         (gnus-button-alist): Remove support for "custom:" URL's.
16430         Pass function name to `gnus-button-handle-custom' in case of "M-x
16431         customize-*" buttons.
16432
16433 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16436         multipart/alternative and add xref to mm-discouraged-alternatives
16437         in doc string.
16438
16439         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16440         gnus-buttonized-mime-types in doc string.
16441
16442 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16445         Suggest image/.* in the doc string.
16446
16447 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16450         message-marks (Debian bug #342521).
16451
16452 2005-12-12  Simon Josefsson  <jas@extundo.com>
16453
16454         * password.el (password-read-from-cache): Add.
16455         (password-read): Use it.
16456
16457 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * rfc2047.el (rfc2047-charset-to-coding-system):
16460         Recognize us-ascii as a MIME charset.
16461
16462         * mm-bodies.el (mm-decode-content-transfer-encoding):
16463         Protect against the case where the 2nd arg TYPE is nil.
16464
16465 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16466
16467         * pop3.el (pop3-stream-type): Fix custom version.
16468
16469         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16470
16471 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16472
16473         * mm-decode.el (mm-display-external): Add missing cdr.
16474
16475 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16478         RFC1524) if it is in mailcap or add a suffix according to
16479         mailcap-mime-extensions when generating a temp filename; postpone
16480         deleting a temp file for 2 seconds for some wrappers, shell
16481         scripts, and so on, which might exit right after having started a
16482         viewer command as a background job.
16483
16484 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * nntp.el (nntp-marks-directory): Fix custom group.
16487
16488         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16489         steps when < 10.
16490
16491         * gnus-start.el (gnus-no-server-1):
16492         Mention `gnus-level-default-subscribed' in doc string.
16493
16494 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16495
16496         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16497         parens.
16498
16499 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-xmas.el (gnus-use-toolbar): Revert.
16502         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16503         gnus-use-toolbar is default.
16504
16505         * messagexmas.el (message-use-toolbar): Revert.
16506         (message-setup-toolbar): Use global default-toolbar if
16507         message-use-toolbar is default.
16508
16509 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16512         according to default-toolbar-visible-p.
16513
16514         * messagexmas.el (message-use-toolbar): Ditto.
16515
16516 2005-11-26  Dave Love  <fx@gnu.org>
16517
16518         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16519         (tls-program, tls-success): Provide openssl alternative.
16520
16521         * starttls.el: Doc fixes.
16522         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16523         SERVICE to PORT.
16524
16525         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16526         port null or service name.
16527         (starttls-negotiate): Autoload.
16528
16529 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * message.el (message-kill-to-signature): Fix interactive spec.
16532
16533 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * pop3.el (pop3-open-server): Recognize a string as a service name.
16536
16537 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16538
16539         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16540
16541 2005-11-23  Dave Love  <fx@gnu.org>
16542
16543         Add pop3s, pop3/starttls.
16544
16545         * pop3.el (pop3-authentication-scheme): Clarify doc.
16546         (open-tls-stream, starttls-open-stream): Autoload.
16547         (pop3-stream-type): New.
16548         (pop3-open-server): Use it.
16549
16550         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16551         for POP.
16552         (mail-source-keyword-map): Add :stream for POP.
16553         (mail-source-fetch-pop): Use pop3-stream-type.
16554
16555 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16558         of current-time-string.
16559
16560 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16561
16562         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16563         date header.
16564
16565 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16566
16567         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16568         it can seriously impact performance as it bypasses the agent's
16569         local caches.
16570
16571 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16572
16573         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16574         must be explicitly online rather than "not explicitly offline" for
16575         its flags to be synchronized.
16576
16577         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16578         that gnus-uu-unmark-thread will function correctly.
16579
16580         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16581         1024K is instead displayed as 1M.
16582
16583 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16584
16585         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16586
16587 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16588
16589         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16590
16591 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16592
16593         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16594         error message to display actual error condition.
16595         (gnus-agent-save-local): Avoid saving symbols that are bound to
16596         nil as they simply result in a warning message in
16597         gnus-agent-read-local.
16598
16599 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16602         rather than make-variable-buffer-local for file-precious-flag.
16603
16604 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16605
16606         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16607         for duplicates which are removed.  The invalid sort check then
16608         triggers a rescan after the sort as sorting may have moved
16609         duplicate entries such that they can be cheaply detected.
16610
16611 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16614
16615 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16616
16617         * gnus-agent.el (gnus-agent-article-alist-save-format):
16618         Change internal variable to a custom variable.  Change default value
16619         from compressed(2) to uncompressed(1).
16620         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16621         support for uncompressed agentview files.  Taken together, reading
16622         the agentview file should now be 6-7 times faster.
16623
16624 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16625
16626         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16627         as a buffer-local variable.  This avoids creating truncated
16628         dribble files as a result of a hang up, eg.
16629
16630 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16631
16632         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16633         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16634         XEmacs.
16635
16636 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16637
16638         * gnus-start.el (gnus-start-draft-setup):
16639         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16640
16641         * gnus.el (gnus-splash): Change custom group.
16642         (gnus-group-get-parameter, gnus-group-parameter-value):
16643         Describe allow-list argument.
16644
16645         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16646         string.
16647
16648 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * gnus-art.el (gnus-default-article-saver): Add user-defined
16651         `function' to custom type.
16652
16653 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16654
16655         * imap.el (imap-open): Handle case where buffer is a buffer
16656         object.
16657
16658 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16661         long lines.
16662         (gnus-cache-delete-group): Wrap doc strings.
16663
16664         * gnus-agent.el (gnus-agent-rename-group)
16665         (gnus-agent-delete-group): Wrap doc strings.
16666
16667 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * messagexmas.el (message-use-toolbar): Change the valid values
16670         into default, top, bottom, left, and right.
16671         (message-toolbar-thickness): New variable.
16672         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16673         well.
16674         (message-setup-toolbar): Make it work.
16675
16676         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16677         (gnus-use-toolbar): Change the valid values into default, top,
16678         bottom, left, and right.
16679         (gnus-toolbar-thickness): New variable.
16680         (gnus-xmas-setup-toolbar): New function.
16681         (gnus-xmas-setup-group-toolbar): Use it.
16682         (gnus-xmas-setup-summary-toolbar): Use it.
16683
16684 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * gnus-start.el (gnus-1): Add "native" to
16687         gnus-predefined-server-alist.
16688
16689         * gnus.el (gnus-method-to-server): Don't add "native" to the
16690         lists here, because that leads to problems when
16691         gnus-select-method is bound.
16692
16693 2005-11-09  Simon Josefsson  <jas@extundo.com>
16694
16695         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16696         use (not sort-by-date) instead.
16697
16698 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16699
16700         * gnus-delay.el (gnus-delay-group): Don't autoload.
16701         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16702         to be re-loaded when customizing the `gnus-delay' group.
16703
16704 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16705
16706         * message.el: Revert last changes.
16707         (message-insert-citation-line): Use newlines.
16708
16709 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16710
16711         * message.el (message-courtesy-message)
16712         (message-mark-insert-begin, message-mark-insert-end)
16713         (message-elide-ellipsis, message-cancel-message)
16714         (message-add-header, message-change-subject)
16715         (message-cross-post-followup-to-header)
16716         (message-cross-post-insert-note, message-reduce-to-to-cc)
16717         (message-widen-reply, message-delete-not-region)
16718         (message-kill-to-signature, message-insert-signature)
16719         (message-insert-importance-high, message-insert-importance-low)
16720         (message-insert-or-toggle-importance)
16721         (message-insert-disposition-notification-to)
16722         (message-indent-citation, message-yank-original)
16723         (message-cite-original-without-signature, message-cite-original)
16724         (message-insert-citation-line, message-position-on-field)
16725         (message-fix-before-sending, message-send-mail-partially)
16726         (message-send-mail, message-send-mail-with-sendmail)
16727         (message-send-mail-with-qmail, message-send-news)
16728         (message-check-news-header-syntax, message-generate-headers)
16729         (message-insert-courtesy-copy, message-fill-address)
16730         (message-fill-header, message-shorten-references)
16731         (message-setup-1, message-cancel-news)
16732         (message-forward-make-body-plain, message-forward-make-body-mime)
16733         (message-forward-make-body-mml, message-encode-message-body)
16734         (message-forward-make-body-digest-plain)
16735         (message-forward-make-body-digest-mime)
16736         (message-use-alternative-email-as-from): Insert `hard-newline'
16737         instead of ordinary newlines.
16738
16739 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * message.el (message-generate-headers): Downcase the argument
16742         given to message-check-element.
16743
16744 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16745
16746         * nntp.el (nntp-authinfo-rejected): New error condition.
16747         (nntp-wait-for): Use new error condition to signal authentication
16748         error.
16749         (nntp-retrieve-data): Rethrow new error condition to break out of
16750         recursive call to nntp-send-authinfo.
16751
16752 2005-11-08  Romain Francoise  <romain@orebokech.com>
16753
16754         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16755         (gnus-summary-exit-map): Bind to `Z p'.
16756         (gnus-summary-make-menu-bar): Add menu item.
16757
16758 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16759
16760         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16761         (gnus-treat-*): Add `first' in all doc strings.
16762
16763         * gnus-group.el (gnus-group-compact-group): Fix typo.
16764
16765 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus.el (gnus-parameters-case-fold-search): New variable.
16768         (gnus-parameters-get-parameter): Use it.
16769
16770         * gnus-score.el (gnus-home-score-file): Doc fix.
16771
16772 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16773
16774         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16775
16776 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * mm-util.el (mm-special-display-p): New function.
16779
16780         * mml.el (mml-preview): Use it; doc fix.
16781
16782 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16783
16784         * imap.el (imap-open): Handle case where buffer is a buffer object.
16785
16786 2005-10-29  Romain Francoise  <romain@orebokech.com>
16787
16788         * message.el (message-fix-before-sending): Fix comment.
16789
16790 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16791
16792         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16793
16794 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16795
16796         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16797         Used in gnus-score.el.
16798
16799 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16802
16803 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16804
16805         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16806         whitespace removed in revision 7.8.  Use concatenated string to
16807         protect trailing whitespace.
16808
16809 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16810
16811         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16812         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16813         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16814         Courier IMAP ("some version from 2004").  Mostly based on similar
16815         code in the same function.
16816
16817 2005-10-26  Didier Verna  <didier@xemacs.org>
16818
16819         * gnus-group.el (gnus-group-compact-group): Invalidate original
16820         article buffer.
16821         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16822         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16823         NOV database and in article itself.
16824         Invalidate article backlog.
16825
16826 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16829
16830 2005-10-26  Simon Josefsson  <jas@extundo.com>
16831
16832         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16833         part of 2004-07-25 change.
16834
16835 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * message.el (message-display-completion-list): New function.
16838         (message-expand-group): Use it; make sure the Completions buffer
16839         is modifiable.
16840 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16841
16842         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16843         user-mail-name is an empty string.
16844
16845 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16846
16847         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16848         depending on gnus-score-decay-constant.
16849
16850         * encrypt.el (encrypt-insert-file-contents)
16851         (encrypt-write-file-contents): Don't use `gnus-message'.
16852
16853         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16854         arguments.
16855         (mm-uu-type-alist): Add message-marks and insert-marks.
16856         Pass arguments to mm-uu-verbatim-marks-extract.
16857         (mm-uu-hide-markers): New variable.
16858         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16859
16860         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16861         (gnus-convert-image-to-face-command): Use "convert" by default to
16862         allow other input image formats.
16863         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16864         accordingly.
16865
16866 2005-10-23  Simon Josefsson  <jas@extundo.com>
16867
16868         * imap.el (imap-gssapi-program): Align command line parameters
16869         with latest GNU SASL.
16870         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16871
16872 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16873
16874         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16875         HTML.
16876         (nnslashdot-request-article): Ditto.
16877
16878         * lpath.el (featurep): Add nobreak-char-display.
16879
16880 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16881
16882         * mail-source.el (mail-source-fetch-pop): Require pop3.
16883         (mail-source-check-pop): Ditto.
16884
16885 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16888         errors.
16889
16890 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16893         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16894
16895         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16896
16897         * mm-bodies.el (mm-decode-string):
16898         Call `mm-charset-to-coding-system' with allow-override argument.
16899
16900 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16903         (rfc2047-charset-to-coding-system): New function.
16904         (rfc2047-decode-encoded-words): New function.
16905         (rfc2047-decode-region): Use them.
16906         (rfc2047-decode-cte): Remove.
16907         (rfc2047-parse-and-decode): Remove.
16908         (rfc2047-decode): Remove.
16909
16910 2005-10-15  Kenichi Handa  <handa@m17n.org>
16911
16912         * rfc2047.el (rfc2047-decode-cte): New function.
16913         (rfc2047-decode-region): Change the way to decode successive
16914         encoded-words: decode B- or Q-encoding in each encoded-word,
16915         concatenate them, and decode it as charset.
16916
16917 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * lpath.el: Fbind codepage-setup for XEmacs.
16920
16921 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16922
16923         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16924         widget-move-and-invoke.
16925         (gnus-custom-mode): Use gnus-custom-map.
16926
16927 2005-10-15  Bill Wohler  <wohler@newt.com>
16928
16929         * message.el (message-tool-bar-map): Rename image file from
16930         mail_send to mail/send.
16931
16932 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16933
16934         * message.el (message-expand-group): Pass the common
16935         prefix substring of completion to `display-completion-list'.
16936
16937 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16938
16939         * mml-sec.el (mml-secure-method): New internal variable.
16940         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16941         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16942         New functions using mml-secure-method.
16943
16944         * mml.el (mml-mode-map): Add key bindings for those functions.
16945         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16946         Harder <harder@myrealbox.com>.
16947         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16948         Goto end of message if point is the headers of the message.
16949
16950         * message.el (message-in-body-p): New function.
16951
16952         * assistant.el: Autoload gnus-util and netrc.
16953
16954         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16955         Use `mm-charset-override-alist' only when decoding.
16956
16957         * mm-bodies.el (mm-decode-body):
16958         Call `mm-charset-to-coding-system' with allow-override argument.
16959
16960         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16961         `filename' from Content-Disposition if Content-Type doesn't
16962         provide `name'.
16963         (gnus-mime-view-part-as-type): Set default instead of
16964         initial-input.
16965
16966 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16967
16968         * format-spec.el (format-spec): Propagate text properties of % spec.
16969
16970 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * gnus-art.el (gnus-treat-predicate): Add `first'.
16973
16974 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16977         (mm-charset-override-alist): New variable.
16978         (mm-charset-to-coding-system): Use it.
16979         (mm-codepage-setup): New helper function.
16980         (mm-charset-eval-alist): New variable.
16981         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16982         Warn about unknown charsets.
16983
16984         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16985
16986 2005-10-04  David Hansen  <david.hansen@gmx.net>
16987
16988         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16989         (nnrss-check-group): Ditto.
16990
16991 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16994         Rename x-gnus-verbatim to x-verbatim.
16995         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16996
16997         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16998         x-verbatim.
16999
17000         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17001
17002         * gnus-util.el (gnus-remove-duplicates): Remove.
17003
17004         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17005         instead of gnus-remove-duplicates.
17006
17007         * message.el (message-remove-duplicates): Remove.
17008         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17009         message-remove-duplicates.
17010
17011         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17012         available, else use implementation from `delete-dups'.
17013
17014         * message.el (message-insert-expires): New function.
17015         (message-mode-map): Add key binding.
17016         (message-mode-field-menu): Add menu entry.
17017         (message-mode): Document it.
17018         (message-make-expires-date): Use `message-make-date'.
17019
17020 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17021
17022         * message.el (message-make-expires-date): New function.
17023
17024 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * Makefile.in (list-installed-shadows): New entry.
17027         (install): Use it.
17028         (remove-installed-shadows): New entry.
17029
17030         * dgnushack.el (dgnushack-default-load-path): New variable.
17031         (dgnushack-find-lisp-shadows): New function.
17032         (dgnushack-remove-lisp-shadows): New function.
17033
17034 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * Makefile.in (install-el-elc): New entry.
17037         (install): Use it so that .el files are necessarily installed.
17038
17039 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17042
17043 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17044
17045         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17046         function rather than the diff-mode.el package.
17047         (mm-display-external): Use with-current-buffer.
17048         (mm-viewer-completion-map, mm-viewer-completion-map):
17049         Move initialization inside declaration.
17050
17051 2005-09-29  Simon Josefsson  <jas@extundo.com>
17052
17053         * spam.el: Load hashcash when compiling, to avoid warnings.
17054         Don't autoload mail-check-payment.
17055         (spam-check-hashcash): Define unconditionally, since hashcash.el
17056         is part of Gnus now.  Ignore errors from payment checking.
17057
17058 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * message.el (message-bold-region, message-unbold-region):
17061         Rename from `bold-region' and `unbold-region'.
17062
17063         * message.el: Remove useless autoloads.
17064
17065 2005-09-28  Simon Josefsson  <jas@extundo.com>
17066
17067         * message.el (message-use-idna): Default to t.
17068         (message-use-idna): Test whether encoding works too.  Doc fix.
17069
17070 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * nntp.el (nntp-warn-about-losing-connection): Remove.
17073
17074 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17077         customizable.  Change default value.
17078         (mm-uu-diff-groups-regexp): Change default value.
17079         (mm-uu-type-alist): Add doc string.
17080         (mm-uu-configure): Add doc string.  Make it interactive.
17081         (mm-uu-tex-groups-regexp): New variable.
17082         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17083         (mm-uu-type-alist): Add LaTeX documents.
17084         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17085         of "text/verbatim".
17086         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17087
17088         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17089         instead of "text/verbatim".
17090
17091         * message.el (message-mark-inserted-region)
17092         (message-mark-insert-file): Use slrn style marks when called with
17093         prefix argument.
17094
17095 2005-09-27  Simon Josefsson  <jas@extundo.com>
17096
17097         * message.el (message-idna-to-ascii-rhs-1): Reformat.
17098
17099 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
17100
17101         * message.el (message-remove-duplicates): New function.
17102         Implementation borrowed from `gnus-remove-duplicates'.
17103         (message-idna-to-ascii-rhs): Also encode idna addresses in
17104         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17105         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17106         only ask about the same idna domain once per header and also tell
17107         in what header to replace the idna domain.
17108
17109         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17110         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17111         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17112         a header is decoded and not just the last one.
17113
17114 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17117         has been decoded.
17118
17119         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17120         (mm-insert-part): Don't modify text if it has been decoded.
17121
17122         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17123         decoded.
17124
17125         * mm-view.el (mm-inline-text): Don't strip text props unless
17126         decoding enriched or richtext parts.
17127
17128 2005-09-25  Romain Francoise  <romain@orebokech.com>
17129
17130         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17131         * gnus-start.el (gnus-subscribe-interactively):
17132         * gnus-uu.el (gnus-uu-grab-articles):
17133         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17134         space.
17135
17136 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17137
17138         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17139         * mm-view.el (mm-view-pkcs7-decrypt):
17140         * gnus-sum.el (gnus-summary-limit-to-extra)
17141         (gnus-summary-respool-article, gnus-read-move-group-name):
17142         * gnus-score.el (gnus-summary-increase-score):
17143         * gnus-util.el (gnus-completing-read-with-default):
17144         * gnus-art.el (gnus-read-save-file-name)
17145         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17146         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17147         * message.el (message-check-news-header-syntax):
17148         Follow convention for reading with the minibuffer.
17149
17150 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * spam-report.el (spam-report-url-ping-plain):
17153         Use gnus-extended-version as User-Agent.
17154
17155         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17156         default value is nil.
17157
17158         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17159         (mm-uu-verbatim-marks-extract): New function.
17160         (mm-uu-extract): New face.
17161         (mm-uu-copy-to-buffer): Use it.
17162
17163         * spam-report.el (spam-report-gmane-ham): Rename from
17164         `spam-report-gmane-unspam'.
17165         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17166         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17167
17168         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17169         Autoload.
17170         (spam-report-gmane-unregister-routine):
17171         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17172
17173 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17176         (spam-report-gmane-unregister-routine): Add support for gmane
17177         unregistration.
17178
17179         * spam-report.el (spam-report-gmane-unspam)
17180         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17181         (spam-report-gmane): Change to take a single article and do unspam
17182         registration.
17183
17184 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * mm-url.el (mm-url-decode-entities): Fix regexp.
17187
17188 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17189
17190         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17191         default to nil, to be able to use Gnus at all.  If the default
17192         switches to something else, then the function should be fixed not
17193         be exceedingly slow.
17194
17195 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17196
17197         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17198         fail hard.
17199
17200         * spam-report.el: Add better Keywords line.
17201
17202         * spam.el: Add Maintainer and better Keywords line.
17203
17204 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17205
17206         * gnus-art.el (gnus-article-replace-part)
17207         (gnus-mime-replace-part): New functions.
17208         (gnus-mime-action-alist, gnus-mime-button-commands)
17209         (gnus-mime-save-part-and-strip): Add file argument.
17210         (gnus-article-part-wrapper): Add interactive argument.
17211
17212         * gnus-sum.el (gnus-summary-mime-map):
17213         Add `gnus-article-replace-part'.
17214
17215 2005-09-19  Didier Verna  <didier@xemacs.org>
17216
17217         The nnml compaction feature:
17218         * nnml.el (nnml-request-compact-group): New function.
17219         * nnml.el (nnml-request-compact): New function.
17220         * gnus-int.el (gnus-request-compact-group): New function.
17221         * gnus-int.el (gnus-request-compact): New function.
17222         * gnus-group.el (gnus-group-compact-group): New function.
17223         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17224         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17225         * gnus-srvr.el (gnus-server-compact-server): New function.
17226         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17227         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17228
17229 2005-09-18  Deepak Goel  <deego@gnufans.org>
17230
17231         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17232         format spec.
17233
17234 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17237
17238 2005-09-15  Romain Francoise  <romain@orebokech.com>
17239
17240         * message.el (message-fill-paragraph): Clarify docstring.
17241
17242 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-art.el (gnus-mime-display-part): Protect against broken
17245         MIME messages.
17246
17247 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17250         before parsing header.
17251
17252 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17253
17254         * html2text.el (html2text-replace-list): Add new entities.
17255
17256 2005-09-11  Romain Francoise  <romain@orebokech.com>
17257
17258         * message.el (message-alternative-emails): Improve docstring.
17259         (message-setup-1): Call `message-use-alternative-email-as-from'
17260         after `message-setup-hook' to give it precedence over posting
17261         styles, etc.
17262         (message-use-alternative-email-as-from): Add docstring.
17263         Remove the original From header if present.
17264
17265         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17266         (nnml-save-mail): Use it.
17267
17268         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17269         articles.  Add new argument `silent'.
17270         (gnus-uu-mark-all): Report the total number of marked articles.
17271
17272 2005-09-10  Romain Francoise  <romain@orebokech.com>
17273
17274         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17275         (gnus-uu-mark-series): Likewise.
17276
17277 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * spam-report.el (spam-report-gmane): Fix generation of spam
17280         report URL.
17281
17282 2005-09-10  Simon Josefsson  <jas@extundo.com>
17283
17284         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17285         t, based on discussion on the ding list with Robert Epprecht
17286         <epprecht@solnet.ch>.
17287
17288 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * spam-report.el (spam-report-gmane): Make it work without
17291         X-Report-Spam header.  Gmane now only provides Archived-At.
17292         This is only used if `spam-report-gmane-use-article-number' is nil.
17293         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17294
17295         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17296         make `gnus-summary-sort-by-recipient' work with threading.
17297
17298         * nnweb.el (nnweb-google-wash-article): Print a message if article
17299         is not available.
17300
17301 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17302
17303         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17304         change.  Decode text/* parts content before displaying.
17305
17306 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17307
17308         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17309
17310 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17313
17314         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17315         url-package-name, url-package-version,
17316         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17317         w3m-display-inline-images, and w3m-minor-mode-map.
17318
17319 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17320
17321         * message.el (message-tab-body-function): Fix mismatched custom type.
17322
17323         * gnus.el (gnus-group-change-level-function): Ditto.
17324
17325         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17326
17327         * gnus-art.el (gnus-signature-limit)
17328         (gnus-article-mime-part-function): Ditto.
17329
17330 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * mml.el (mml-mode): Silence the byte compiler.
17333
17334         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17335         using `(sit-for 0)' before moving the point to the specified part;
17336         skip unbuttonized parts.
17337         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17338         return to the summary window if gnus-auto-select-part is non-nil.
17339
17340 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17341
17342         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17343         New variables.
17344         (mml-dnd-attach-file, mml-mode): Use them.
17345
17346         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17347         Make fetching article by MID work again for Google Groups.
17348         Add FIXME concerning gnus-group-make-web-group.
17349
17350         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17351         Don't depend on Gnus by using mail-extract-address-components if
17352         gnus-extract-address-components is not bound.
17353
17354 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17355
17356         * gnus-art.el (gnus-mime-display-security): Don't display the
17357         signature, but only the signed part.
17358
17359 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17362
17363         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17364         list, not listp.
17365
17366 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17367
17368         * mm-encode.el (mm-encode-content-transfer-encoding):
17369         Likewise when encoding.
17370
17371         * mm-bodies.el (mm-decode-content-transfer-encoding):
17372         De-canonicalize CRLF for all text content types, not just
17373         text/plain.
17374
17375 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17378         valid article; point arrow and cursor at the MIME button.
17379
17380 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17383         Suggested by Dan Christensen <jdc@uwo.ca>.
17384
17385         * mm-decode.el (mm-save-part): Enable change of prompt.
17386
17387 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17388
17389         * gnus-msg.el (gnus-inews-add-send-actions):
17390         Make `message-post-method' lambda parameter ARG `&optional'.
17391
17392 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * gnus-sum.el (gnus-summary-mime-map):
17395         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17396         gnus-article-jump-to-part.
17397
17398         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17399         (gnus-article-edit-part): Use it.
17400         (gnus-article-part-wrapper): Add no-handle argument.
17401         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17402         New functions.
17403
17404 2005-08-29  Romain Francoise  <romain@orebokech.com>
17405
17406         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17407         docstring.
17408         (gnus-face-from-file): Likewise.
17409
17410 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17411
17412         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17413         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17414         non-nil.
17415         (gnus-auto-select-part): New variable.
17416         (gnus-article-jump-to-part): New function.
17417         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17418         (gnus-mime-delete-part): Allow selecting specified part after
17419         deleting or stripping parts.
17420         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17421         part if argument is bogus.
17422
17423 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17424
17425         * gnus-art.el (w3m-minor-mode-map):
17426         * gnus-spec.el (gnus-newsrc-file-version):
17427         * gnus-util.el (nnmail-active-file-coding-system)
17428         (gnus-original-article-buffer, gnus-user-agent):
17429         * gnus.el (gnus-ham-process-destinations)
17430         (gnus-parameter-ham-marks-alist)
17431         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17432         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17433         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17434         * mm-decode.el (gnus-current-window-configuration):
17435         * mm-extern.el (gnus-article-mime-handles):
17436         * mm-url.el (url-current-object, url-package-name)
17437         (url-package-version):
17438         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17439         (smime-keys, w3m-cid-retrieve-function-alist)
17440         (w3m-current-buffer, w3m-display-inline-images)
17441         (w3m-minor-mode-map):
17442         * mml-smime.el (gnus-extract-address-components):
17443         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17444         (gnus-newsrc-hashtb, message-default-charset)
17445         (message-deletable-headers, message-options)
17446         (message-posting-charset, message-required-mail-headers)
17447         (message-required-news-headers):
17448         * mml1991.el (mc-pgp-always-sign):
17449         * mml2015.el (mc-pgp-always-sign):
17450         * nnheader.el (nnmail-extra-headers):
17451         * rfc1843.el (gnus-decode-encoded-word-function)
17452         (gnus-decode-header-function, gnus-newsgroup-name):
17453         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17454
17455 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17456
17457         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17458         the end of the date treatments.
17459
17460 2005-08-15  Simon Josefsson  <jas@extundo.com>
17461
17462         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17463         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17464         Capello and Romain Francoise.
17465         (pgg-fetch-key-function): Remove, not used?
17466         (pgg-insert-url-with-w3): Require url, to get
17467         url-insert-file-contents regardless of where it is defined.
17468
17469 2005-08-13  Romain Francoise  <romain@orebokech.com>
17470
17471         * message.el (message-cite-original-1): New function.
17472         (message-cite-original): Use it.
17473         (message-cite-original-without-signature): Ditto.
17474
17475 2005-08-08  Romain Francoise  <romain@orebokech.com>
17476
17477         * message.el (message-yank-empty-prefix): New variable.
17478         (message-indent-citation): Use it.
17479         (message-cite-original-without-signature): Respect X-No-Archive.
17480
17481 2005-08-08  Simon Josefsson  <jas@extundo.com>
17482
17483         * pgg.el: Autoload url-insert-file-contents instead of loading
17484         w3/url.
17485         (pgg-insert-url-with-w3): Don't load url here.
17486
17487 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17488
17489         * message.el (message-kill-to-signature): Don't insert newline at
17490         bol.
17491         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17492
17493 2005-08-06  Romain Francoise  <romain@orebokech.com>
17494
17495         * message.el (message-user-fqdn): Fix typo in docstring.
17496
17497 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17498
17499         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17500
17501         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17502
17503 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * mm-bodies.el (mm-encode-body): Use coding system rather than
17506         charset to encode text.
17507
17508         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17509         number of charsets if utf-8 is available (XEmacs).
17510
17511 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17512
17513         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17514         taken from `gnus-button-mid-or-mail-regexp'.
17515         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17516         (gnus-button-alist): Improve regexp for domain part of the MIDs
17517         for news:localpart@domain buttons.
17518         (gnus-button-ctan-directory-regexp): Update.
17519
17520 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * sieve-manage.el (sieve-manage-interactive-login):
17523         Use make-local-variable rather than make-variable-buffer-local.
17524         (sieve-manage-open): Ditto.
17525         (sieve-manage-authenticate): Ditto.
17526
17527         * mml.el (mml-generate-mime-1): Make the content type default to
17528         text/plain if the filename is not specified.
17529
17530 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17533         instead of insert-buffer.
17534
17535         * message.el (message-yank-original): Ditto; set the mark at the
17536         end of the yanked message.
17537
17538 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17541         lines to scroll rather than to stop it.
17542
17543         * mml.el (mml-generate-default-type): Add doc string.
17544         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17545         default to application/octet-stream when determining the content
17546         type if it is not specified for the part or the mml contents; add
17547         a comment about mml-generate-default-type.
17548
17549 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17552         make it default to application/octet-stream when determining the
17553         content type if it is not specified for the external contents.
17554
17555 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17558         segmented parameter but also other parameters might be there.
17559
17560 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * mm-decode.el (mm-display-external): Delete temp file, directory
17563         and buffer immediately if the external process is exited.
17564
17565 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17568         fewer lines than that of scroll-margin.
17569         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17570
17571 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-art.el (gnus-article-next-page): Revert.
17574         (gnus-article-beginning-of-window): New macro.
17575         (gnus-article-next-page-1): Use it.
17576         (gnus-article-prev-page): Ditto.
17577         (gnus-article-edit-part): Use insert-buffer-substring instead of
17578         insert-buffer.
17579         (gnus-article-edit-exit): Ditto.
17580
17581         * gnus-util.el (gnus-beginning-of-window): Remove.
17582         (gnus-end-of-window): Remove.
17583
17584         * lpath.el: Don't bind header-line-format and scroll-margin.
17585
17586 2005-07-25  Simon Josefsson  <jas@extundo.com>
17587
17588         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17589         to have the url package without w3.  Reported by Daiki Ueno
17590         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17591
17592 2005-07-20  Didier Verna  <didier@xemacs.org>
17593
17594         * gnus-diary.el: Remove the description comment (nndiary is now
17595         properly documented in the Gnus manual).
17596         Fix the spelling of "Back End".
17597         * nndiary.el: Ditto.
17598         Fix the copyright notice.
17599
17600 2005-07-18  Romain Francoise  <romain@orebokech.com>
17601
17602         * gnus-sum.el (gnus-summary-to-prefix)
17603         (gnus-summary-newsgroup-prefix): New variables.
17604         (gnus-summary-from-or-to-or-newsgroups): Use them.
17605
17606 2005-07-17  Romain Francoise  <romain@orebokech.com>
17607
17608         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17609         space as it's generally not especially interesting to the user.
17610
17611 2005-07-16  Romain Francoise  <romain@orebokech.com>
17612
17613         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17614         nil to avoid prompting and file modification if one of the
17615         messages at the top of the nnfolder file contains a copyright
17616         notice.
17617         Update copyright notice.
17618
17619         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17620         instead of `current-time-string' as the latter creates a time
17621         string that is not RFC 2822 compliant (it lacks the zone).
17622         Update copyright notice.
17623
17624 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17625
17626         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17627         for text/rtf.  Display default in prompt.  Pass default for M-n.
17628
17629         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17630
17631 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17632
17633         * gnus-msg.el (gnus-button-mailto):
17634         Remove save-selected-window-window hackery because it relies on
17635         save-selected-window internals.
17636
17637 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17640         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17641         (gnus-article-prev-page): Ditto.
17642
17643         * gnus-util.el (gnus-beginning-of-window): New function.
17644         (gnus-end-of-window): New function.
17645
17646         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17647
17648 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17649
17650         * gnus-score.el (gnus-score-edit-all-score):
17651         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17652         gnus-message.
17653
17654 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17655
17656         * gnus-msg.el (gnus-button-mailto):
17657         Remove save-selected-window-window hackery because it relies on
17658         save-selected-window internals.
17659
17660 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17663         add-minor-mode.
17664         (gnus-binary-mode): Ditto.
17665
17666         * gnus-topic.el (gnus-topic-mode): Ditto.
17667
17668 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17669
17670         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17671         (gnus-article-prev-page): Take scroll-margin into consideration.
17672
17673 2005-07-04  Lute Kamstra  <lute@gnu.org>
17674
17675         Update FSF's address in GPL notices.
17676
17677 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17678
17679         * gnus.el (gnus-exit):
17680         * gnus-group.el (gnus-group-icons):
17681         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17682
17683         * gnus-nocem.el (gnus-nocem):
17684         * message.el (message-various, message-buffers, message-sending)
17685         (message-interface, message-forwarding, message-insertion)
17686         (message-headers, message-news, message-mail):
17687         * pgg-gpg.el (pgg-gpg):
17688         * pgg-parse.el (pgg-parse):
17689         * pgg-pgp.el (pgg-pgp):
17690         * pgg-pgp5.el (pgg-pgp5):
17691         * pop3.el (pop3): Finish `defgroup' description with period.
17692
17693 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-art.el (article-display-face): Improve the efficiency.
17696         (article-display-x-face): Ditto; remove grey x-face stuff.
17697
17698 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * gnus-art.el (article-display-face): Correct the position in
17701         which Faces are inserted.
17702
17703 2005-06-29  Didier Verna  <didier@xemacs.org>
17704
17705         * gnus-art.el (article-display-face): Display faces in correct
17706         order.
17707
17708 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17711         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17712         (gnus-nocem-check-article): Fetch the Type header.
17713         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17714         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17715         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17716         make sure gnus-nocem-hashtb is initialized.
17717         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17718         (gnus-nocem-unwanted-article-p): Ditto.
17719
17720         * pgg.el (pgg-verify): Return the verification result.
17721
17722 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17723
17724         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17725         is ascii.
17726
17727 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17728
17729         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17730         `show-nonbreak-escape'.
17731
17732 2005-06-23  Lute Kamstra  <lute@gnu.org>
17733
17734         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17735
17736         * dig.el (dig-mode):
17737         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17738
17739 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17740
17741         * nnimap.el (nnimap-split-download-body): Fix spellings.
17742
17743 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17744
17745         * gnus-art.el (gnus-article-encrypt-body):
17746         * gnus-cus.el (gnus-score-customize):
17747         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17748         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17749
17750 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17751
17752         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17753         header by looking for magic "MII" at the beginning.
17754
17755 2005-06-16  Miles Bader  <miles@gnu.org>
17756
17757         * gnus-xmas.el (gnus-xmas-group-startup-message):
17758         Use renamed gnus-splash face.
17759
17760         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17761         (assistant-field-face): New backward-compatibility alias for renamed
17762         face.
17763         (assistant-render-text): Use renamed assistant-field face.
17764
17765         * spam.el (spam): Remove "-face" suffix from face name.
17766         (spam-face): New backward-compatibility alias for renamed face.
17767         (spam-face, spam-initialize): Use renamed spam face.
17768
17769         * message.el (message-header-to, message-header-cc)
17770         (message-header-subject, message-header-newsgroups)
17771         (message-header-other, message-header-name)
17772         (message-header-xheader, message-separator, message-cited-text)
17773         (message-mml): Remove "-face" suffix from face names.
17774         (message-header-to-face, message-header-cc-face)
17775         (message-header-subject-face, message-header-newsgroups-face)
17776         (message-header-other-face, message-header-name-face)
17777         (message-header-xheader-face, message-separator-face)
17778         (message-cited-text-face, message-mml-face):
17779         New backward-compatibility aliases for renamed faces.
17780         (message-font-lock-keywords): Use renamed message faces.
17781
17782         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17783         (sieve-test-commands, sieve-tagged-arguments):
17784         Remove "-face" suffix from face names.
17785         (sieve-control-commands-face, sieve-action-commands-face)
17786         (sieve-test-commands-face, sieve-tagged-arguments-face):
17787         New backward-compatibility aliases for renamed faces.
17788         (sieve-control-commands-face, sieve-action-commands-face)
17789         (sieve-test-commands-face, sieve-tagged-arguments-face):
17790         Use renamed sieve faces.
17791
17792         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17793         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17794         (gnus-group-news-3-empty, gnus-group-news-4)
17795         (gnus-group-news-4-empty, gnus-group-news-5)
17796         (gnus-group-news-5-empty, gnus-group-news-6)
17797         (gnus-group-news-6-empty, gnus-group-news-low)
17798         (gnus-group-news-low-empty, gnus-group-mail-1)
17799         (gnus-group-mail-1-empty, gnus-group-mail-2)
17800         (gnus-group-mail-2-empty, gnus-group-mail-3)
17801         (gnus-group-mail-3-empty, gnus-group-mail-low)
17802         (gnus-group-mail-low-empty, gnus-summary-selected)
17803         (gnus-summary-cancelled, gnus-summary-high-ticked)
17804         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17805         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17806         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17807         (gnus-summary-low-undownloaded)
17808         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17809         (gnus-summary-low-unread, gnus-summary-normal-unread)
17810         (gnus-summary-high-read, gnus-summary-low-read)
17811         (gnus-summary-normal-read, gnus-splash):
17812         Remove "-face" suffix from face names.
17813         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17814         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17815         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17816         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17817         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17818         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17819         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17820         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17821         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17822         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17823         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17824         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17825         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17826         (gnus-summary-normal-ticked-face)
17827         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17828         (gnus-summary-normal-ancient-face)
17829         (gnus-summary-high-undownloaded-face)
17830         (gnus-summary-low-undownloaded-face)
17831         (gnus-summary-normal-undownloaded-face)
17832         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17833         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17834         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17835         (gnus-splash-face):
17836         New backward-compatibility aliases for renamed faces.
17837         (gnus-group-startup-message): Use renamed gnus faces.
17838
17839         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17840         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17841         (gnus-server-agent): Remove "-face" suffix from face names.
17842         (gnus-server-agent-face, gnus-server-opened-face)
17843         (gnus-server-closed-face, gnus-server-denied-face)
17844         (gnus-server-offline-face):
17845         New backward-compatibility aliases for renamed faces.
17846         (gnus-server-agent-face, gnus-server-opened-face)
17847         (gnus-server-closed-face, gnus-server-denied-face)
17848         (gnus-server-offline-face): Use renamed gnus faces.
17849
17850         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17851         Remove "-face" suffix from face names.
17852         (gnus-picon-xbm-face, gnus-picon-face):
17853         New backward-compatibility aliases for renamed faces.
17854
17855         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17856         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17857         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17858         (gnus-cite-11): Remove "-face" suffix from face names.
17859         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17860         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17861         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17862         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17863         New backward-compatibility aliases for renamed faces.
17864         (gnus-cite-attribution-face, gnus-cite-face-list)
17865         (gnus-article-boring-faces): Use renamed gnus faces.
17866
17867         * gnus-art.el (gnus-signature, gnus-header-from)
17868         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17869         (gnus-header-content): Remove "-face" suffix from face names.
17870         (gnus-signature-face, gnus-header-from-face)
17871         (gnus-header-subject-face, gnus-header-newsgroups-face)
17872         (gnus-header-name-face, gnus-header-content-face):
17873         New backward-compatibility aliases for renamed faces.
17874         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17875
17876         * gnus-sum.el (gnus-summary-selected-face)
17877         (gnus-summary-highlight): Use renamed gnus faces.
17878         * gnus-group.el (gnus-group-highlight): Likewise.
17879
17880 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17881
17882         * gnus-sieve.el (gnus-sieve-article-add-rule):
17883         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17884         * spam-stat.el (spam-stat-buffer-change-to-spam)
17885         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17886
17887         * message.el (message-is-yours-p):
17888         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17889
17890 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * mm-view.el (mm-inline-text): Withdraw the last change.
17893
17894 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17897         executing enriched-decode.
17898
17899 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17902         charset of tar files.
17903
17904 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17905
17906         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17907
17908 2005-06-04  Lute Kamstra  <lute@gnu.org>
17909
17910         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17911         information is never recorded.
17912
17913 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17914
17915         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17916
17917 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * pop3.el (pop3-apop): Run md5 in the binary mode.
17920
17921         * starttls.el (starttls-set-process-query-on-exit-flag):
17922         Use eval-and-compile.
17923
17924 2005-05-31  Simon Josefsson  <jas@extundo.com>
17925
17926         * smime.el (smime-replace-in-string): Define.
17927         (smime-cert-by-ldap-1): Use it.
17928
17929 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * gnus-art.el (article-display-x-face): Replace
17932         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17933
17934         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17935         set-process-query-on-exit-flag or process-kill-without-query.
17936
17937         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17938         loop instead of replace-regexp.
17939
17940         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17941         instead of process-kill-without-query if it is available.
17942
17943         * lpath.el: Fbind ldap-search-entries.
17944
17945         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17946         instead of find-file-hooks if it is available.
17947
17948         * mml1991.el: Bind pgg-default-user-id when compiling.
17949
17950         * mml2015.el: Bind pgg-default-user-id when compiling.
17951
17952         * nndraft.el (nndraft-request-associate-buffer):
17953         Use write-contents-functions instead of write-contents-hooks if it is
17954         available.
17955
17956         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17957         instead of find-file-hooks if it is available.
17958
17959         * nntp.el (nntp-open-connection): Replace
17960         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17961         (nntp-open-ssl-stream): Ditto.
17962         (nntp-open-tls-stream): Ditto.
17963
17964         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17965         set-process-query-on-exit-flag or process-kill-without-query.
17966         (starttls-open-stream-gnutls): Use it instead of
17967         process-kill-without-query.
17968         (starttls-open-stream): Ditto.
17969
17970 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17971
17972         * smime.el (smime-cert-by-ldap-1): Don't use
17973         replace-regexp-in-string.
17974
17975 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17976
17977         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17978
17979         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17980         in PEM format.  Adjust to the XEmacs compatibility.
17981
17982 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17983
17984         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17985         by `string-to-number'.
17986         * gnus-agent.el (gnus-agent-regenerate-group)
17987         (gnus-agent-fetch-articles): Ditto.
17988         * gnus-art.el (gnus-button-fetch-group): Ditto.
17989         * gnus-cache.el (gnus-cache-generate-active)
17990         (gnus-cache-articles-in-group): Ditto.
17991         * gnus-group.el (gnus-group-set-current-level)
17992         (gnus-group-insert-group-line): Ditto.
17993         * gnus-score.el (gnus-score-set-expunge-below)
17994         (gnus-score-set-mark-below, gnus-summary-score-effect)
17995         (gnus-summary-score-entry): Ditto.
17996         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17997         (gnus-soup-pack): Ditto.
17998         * gnus-spec.el (gnus-xmas-format): Ditto.
17999         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18000         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18001         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18002         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18003         * nndb.el (nndb-get-remote-expire-response): Ditto.
18004         * nndiary.el (nndiary-parse-schedule-value)
18005         (nndiary-string-to-number, nndiary-request-replace-article)
18006         (nndiary-request-article): Ditto.
18007         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18008         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18009         * nneething.el (nneething-make-head): Ditto.
18010         * nnfolder.el (nnfolder-request-article)
18011         (nnfolder-retrieve-headers): Ditto.
18012         * nnheader.el (nnheader-file-to-number): Ditto.
18013         * nnkiboze.el (nnkiboze-request-article): Ditto.
18014         * nnmail.el (nnmail-process-unix-mail-format)
18015         (nnmail-process-babyl-mail-format): Ditto.
18016         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18017         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18018         (nnmh-request-create-group, nnmh-request-list-1)
18019         (nnmh-request-group, nnmh-request-article): Ditto.
18020         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18021         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18022         * nnsoup.el (nnsoup-make-active): Ditto.
18023         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18024         * nntp.el (nntp-find-group-and-number)
18025         (nntp-retrieve-headers-with-xover): Ditto.
18026         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18027         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18028         (pgg-format-key-identifier): Ditto.
18029         * pop3.el (pop3-last, pop3-stat): Ditto.
18030         * qp.el (quoted-printable-decode-region): Ditto.
18031
18032         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18033         of concat.
18034
18035 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18038
18039         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18040
18041         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18042
18043         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18044
18045         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18046
18047         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18048
18049         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18050         (gnus-carpal-mode): Ditto.
18051
18052         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18053         (gnus-browse-mode): Ditto.
18054
18055         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18056
18057         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18058
18059 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18060
18061         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18062
18063 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-util.el (gnus-run-mode-hooks): New function.
18066
18067         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18068
18069         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
18070         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
18071
18072 2005-05-27  Lute Kamstra  <lute@gnu.org>
18073
18074         * dns-mode.el (dns-mode): Specify customization group.
18075
18076 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18077
18078         * gnus-agent.el (gnus-agent-make-mode-line-string):
18079         Use mode-line-highlight as mouse-face.
18080
18081 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * canlock.el (canlock): Change the parent group to news.
18084
18085         * deuglify.el (gnus-outlook-deuglify): Add :group.
18086
18087         * dig.el (dig): Add :group.
18088
18089         * dns-mode.el (dns-mode): Add :group.
18090
18091         * encrypt.el (encrypt): Add :group.
18092
18093         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18094         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18095         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18096         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18097         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18098
18099         * gnus-diary.el (gnus-diary): Add :group.
18100
18101         * gnus.el (gnus-group-news-1-face): Add :group.
18102         (gnus-group-news-1-empty-face): Ditto.
18103         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18104         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18105         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18106         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18107         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18108         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18109         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18110         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18111         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18112         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18113         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18114         (gnus-summary-high-ticked-face): Ditto.
18115         (gnus-summary-low-ticked-face): Ditto.
18116         (gnus-summary-normal-ticked-face): Ditto.
18117         (gnus-summary-high-ancient-face): Ditto.
18118         (gnus-summary-low-ancient-face): Ditto.
18119         (gnus-summary-normal-ancient-face): Ditto.
18120         (gnus-summary-high-undownloaded-face): Ditto.
18121         (gnus-summary-low-undownloaded-face): Ditto.
18122         (gnus-summary-normal-undownloaded-face): Ditto.
18123         (gnus-summary-high-unread-face): Ditto.
18124         (gnus-summary-low-unread-face): Ditto.
18125         (gnus-summary-normal-unread-face): Ditto.
18126         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18127         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18128
18129         * hashcash.el (hashcash): New custom group.
18130         (hashcash-default-payment): Add :group.
18131         (hashcash-payment-alist): Ditto.
18132         (hashcash-default-accept-payment): Ditto.
18133         (hashcash-accept-resources): Ditto.
18134         (hashcash-path): Ditto.
18135         (hashcash-extra-generate-parameters): Ditto.
18136         (hashcash-double-spend-database): Ditto.
18137         (hashcash-in-news): Ditto.
18138
18139         * message.el (message-minibuffer-local-map): Add :group.
18140
18141         * netrc.el (netrc): Add :group.
18142
18143         * sieve-manage.el (sieve-manage-log): Add :group.
18144         (sieve-manage-default-user): Diito.
18145         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18146         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18147         (sieve-manage-authenticators): Ditto.
18148         (sieve-manage-authenticator-alist): Ditto.
18149         (sieve-manage-default-port): Ditto.
18150
18151         * sieve-mode.el (sieve-control-commands-face): Add :group.
18152         (sieve-action-commands-face): Ditto.
18153         (sieve-test-commands-face): Ditto.
18154         (sieve-tagged-arguments-face): Ditto.
18155
18156         * smime.el (smime): Add :group.
18157
18158         * spam-report.el (spam-report): Add :group.
18159
18160         * spam.el (spam, spam-face): Add :group.
18161
18162 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18163
18164         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18165         return \n.\n.\n at the end of articles.  Protect against that.
18166         (nntp-with-open-group): Allow debugging.
18167
18168         * nnheader.el (mail-header-set-extra): Make into a function
18169         because I just could't understand how to quote the list properly.
18170
18171         * dns.el (query-dns-cached): New function.
18172
18173 2005-05-26  Lute Kamstra  <lute@gnu.org>
18174
18175         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18176
18177 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18180
18181         * gnus-art.el: Don't autoload mail-extract-address-components.
18182
18183         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18184         eval-and-compile to evaluate it.
18185
18186         * hashcash.el: Don't autoload executable-find.
18187
18188         * nndb.el: Don't declare the nndb back end two or more times; don't
18189         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18190
18191         * nntp.el: Autoload format-spec instead of format; use
18192         eval-and-compile to evaluate autoload forms.
18193
18194 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18195
18196         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18197
18198 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18199
18200         * gnus.el (gnus-version-number): Bump version.
18201
18202 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18203
18204         * gnus.el: No Gnus v0.3 is released.
18205
18206 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18207
18208         * lpath.el (featurep): Bind show-nonbreak-escape.
18209
18210 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * gnus-art.el (gnus-article-edit-part): Disable undo.
18213
18214 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18217         gnus-article-date-lapsed-new-header is t if date timer is active;
18218         skip headers in which the original date value is empty.
18219         (gnus-article-save-original-date): Redefine it as a macro.
18220         (gnus-display-mime): Use it.
18221
18222 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * gnus-art.el (article-date-ut): Support converting date in
18225         forwarded parts as well.
18226         (gnus-article-save-original-date): New function.
18227         (gnus-display-mime): Use it.
18228
18229 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18230
18231         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18232         enclosure element of <item>.
18233
18234 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18235
18236         * message.el (message-kill-buffer-query): Rename from
18237         `message-kill-buffer-query-if-modified'.  Add :version.
18238
18239 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18242         window layout.
18243
18244 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * mml.el: Autoload dnd when compiling.
18247
18248 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18251         x-dnd-*.
18252
18253 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * qp.el (quoted-printable-encode-region): Save excursion.
18256
18257 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18258
18259         * message.el (message-kill-buffer-query-if-modified): Add new variable
18260         so the user can kill a modified message buffer quickly.
18261         (message-kill-buffer): Use it.
18262
18263 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * lpath.el: Fbind display-time-event-handler; don't fbind
18266         string-to-multibyte.
18267
18268         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18269
18270 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18273         contained in text because xml.el decodes entities) with LFs.
18274
18275 2005-04-11  Lute Kamstra  <lute@gnu.org>
18276
18277         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18278         differently.
18279
18280 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18281
18282         * mm-util.el (mm-detect-coding-region): Typo.
18283
18284 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18287
18288 2005-04-06  Deepak Goel  <deego@gnufans.org>
18289
18290         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18291         user-function allow user modifications of the scores.
18292         (spam-stat-score-buffer-user): New function, to allow
18293         user-computed modifications to the score.
18294         (spam-stat-score-buffer-user-functions): List of additional
18295         scoring functions.
18296         (spam-stat-error-holder): Global temporary error holder.
18297         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18298         variable.
18299
18300 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18301
18302         * gnus-registry.el (gnus-registry-clean-empty-function)
18303         (gnus-registry-trim, gnus-registry-fetch-groups)
18304         (gnus-registry-delete-group): Groups that match
18305         `gnus-registry-ignored-groups' are removed from the registry
18306         entries, not just ignored for splitting.  This helps clean up the
18307         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18308         to get all the groups a message ID is in.
18309
18310         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18311         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18312         (spam-stat-score-buffer-user-functions): Add :number custom type.
18313
18314 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18317         argument in XEmacs.
18318
18319         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18320         (nnrss-request-group): Decode group name first.
18321         (nnrss-request-article): Make a text/plain article if mml-to-mime
18322         failed.
18323         (nnrss-get-encoding): Return a compatible encoding according to
18324         nnrss-compatible-encoding-alist.
18325         (nnrss-find-el): Use consp instead of listp.
18326         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18327
18328 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18331         which Emacs 20 doesn't support.
18332         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18333
18334 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18337         silence the byte compiler inside the defun.
18338
18339         * gnus-demon.el (parse-time-string): Add autoload.
18340
18341         * gnus-delay.el (parse-time-string): Add autoload.
18342
18343         * gnus-art.el (parse-time-string): Add autoload.
18344
18345         * nnultimate.el (parse-time): Require for `parse-time-string'.
18346
18347 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18350
18351         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18352
18353         * smime.el (smime-ldap-host-list): Add :version.
18354
18355 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18356
18357         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18358         pass it to `gnus-browse-read-group'.
18359         (gnus-browse-read-group): Add NUMBER argument and pass it to
18360         `gnus-group-read-ephemeral-group'.
18361
18362         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18363         argument and pass it to `gnus-group-read-group'.
18364
18365 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18366
18367         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18368         mm-xemacs-find-mime-charset-1 if we have the mule feature
18369         available at runtime.
18370
18371 2005-03-25  Werner Lemberg  <wl@gnu.org>
18372
18373         * nnmaildir.el: Replace `illegal' with `invalid'.
18374
18375 2005-03-23  Lute Kamstra  <lute@gnu.org>
18376
18377         * time-date.el: Add comment on time value formats.
18378         Don't require parse-time.
18379         (with-decoded-time-value): New macro.
18380         (encode-time-value): New function.
18381         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18382         (days-to-time): Return a valid time value when arg is huge.
18383         (time-since): Use time-subtract.
18384         (time-to-number-of-days): Use time-to-seconds.
18385
18386 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18387
18388         * gnus-start.el (gnus-display-time-event-handler):
18389         Check display-time-timer at runtime rather than only at load time
18390         in case display-time-mode is turned off in the mean time.
18391
18392 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18395         used.
18396
18397         * nneething.el (nneething-map-file-directory): Derive from
18398         `gnus-directory'.
18399
18400         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18401         the To/Cc button.
18402
18403 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * nnmaildir.el (nnmaildir-request-accept-article):
18406         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18407
18408 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18409
18410         * gnus-async.el: Require timer-funcs at compile time when in
18411         XEmacs for `run-with-idle-timer'.
18412
18413 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18414
18415         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18416         autoloaded function.
18417
18418 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18419
18420         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18421
18422 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
18423
18424         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18425
18426 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18427
18428         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18429         Add gnus-expert-user to default.
18430
18431 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18432
18433         * nnimap.el (nnimap-open-server): Ditto.
18434
18435         * imap.el (imap-authenticate): Fix typo.
18436
18437 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18438
18439         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18440         buffer (since IMAP server might return FETCH response out of
18441         order, and the nntp buffer must be sorted).
18442
18443 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18444
18445         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18446         comparison on string.
18447
18448         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18449         (gnus-agent-score): Rename category keywords to match gnus-cus.
18450         (gnus-agent-summary-fetch-series): Modify to protect against
18451         gnus-agent-summary-fetch-group clearing processable flags.
18452         (gnus-agent-synchronize-group-flags): Update live group buffer as
18453         synchronization may occur due to the user toggle the plugged
18454         status.
18455         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18456         successfully downloaded.
18457         (gnus-agent-expire-group-1): Avoid using markers when the overview
18458         is in ascending order; greatly improves performance.
18459         (gnus-agent-regenerate-group):
18460         Use gnus-agent-synchronize-group-flags to reset read status in both
18461         gnus and server.
18462         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18463
18464 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18465
18466         * message.el: Don't autoload former message-utils variables.
18467         (message-strip-subject-trailing-was): Change doc string.
18468
18469         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18470         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18471         (nnweb-google-search): Add "hl=en" here.
18472         (nnweb-google-parse-1, nnweb-google-create-mapping):
18473         Don't hardcode URL.
18474
18475 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * message.el (message-get-reply-headers, message-followup):
18478         Mention related variables `message-use-followup-to' and
18479         `message-use-mail-followup-to', in the information buffer.
18480
18481         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18482         of broken groups(-beta).google.com.
18483
18484 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18487         parameter to invoked gnus-request-move-article; remove the
18488         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18489         all at once instead of once per article.
18490         (gnus-summary-remove-process-mark): Accept a list of articles as
18491         well as a single article for processing.
18492
18493         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18494         parameter.
18495
18496         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18497
18498         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18499
18500         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18501         parameter.
18502
18503         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18504         parameter.
18505
18506         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18507         parameter and remove the gnus-sum-hint-move-is-internal variable.
18508
18509         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18510         parameter.
18511
18512         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18513         parameter.
18514
18515         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18516         parameter.
18517
18518         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18519
18520         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18521         parameter.
18522
18523         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18524         parameter.
18525
18526 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18527
18528         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18529         a more conservative way.
18530
18531 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18532
18533         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18534         buffer, so it moves the window's cursor.
18535
18536 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
18537
18538         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18539         `mm-dissect-multipart' and receive the from field as an (optional)
18540         argument from `mm-dissect-multipart'.
18541         (mm-dissect-multipart): Receive the from field as an argument and
18542         pass it on when we call `mm-dissect-buffer' on MIME parts.
18543         Fixes verification/decryption of signed/encrypted MIME parts.
18544
18545 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18546
18547         * gnus-sum.el (gnus-summary-move-article):
18548         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18549         whatever it calls (right now, only nnimap-request-move article
18550         respects it).
18551
18552         * nnimap.el (nnimap-request-move-article):
18553         When gnus-sum-hint-move-is-internal is set, don't do the extra
18554         nnimap-request-article.
18555
18556 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18559
18560         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18561         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18562
18563         * gnus-sum.el (gnus-summary-caesar-message):
18564         Apply `gnus-treat-article' after rotation.
18565
18566         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18567         doc string.
18568
18569 2005-02-22  Simon Josefsson  <jas@extundo.com>
18570
18571         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18572         `password-cache-expiry' instead).  Reported by Arne Jørgensen
18573         <arne@arnested.dk>.
18574         (encrypt): Add password-cache and password-cache-expiry as group
18575         members.
18576
18577 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
18578
18579         * smime.el (smime-ldap-host-list): Doc fix.
18580         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18581         cache) password.
18582         (smime-sign-region): Use it.
18583         (smime-decrypt-region): Use it.
18584         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18585         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18586         fails.
18587         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18588         certificate from DER to PEM format rather than calling openssl.
18589
18590         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18591
18592         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18593         for signing/encryption.
18594
18595         * mml.el (mml-parse-1): Use them.
18596
18597 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
18598
18599         * nnrss.el (nnrss-verbose): Remove.
18600         (nnrss-request-group): Use `nnheader-message' instead.
18601
18602 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18603
18604         * nnrss.el (nnrss-verbose): New variable.
18605         (nnrss-request-group): Make it say nnrss is requesting a group.
18606
18607 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18610         Handle news URL with given port correctly.
18611
18612 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18615         containing special characters.
18616
18617         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18618
18619         * mml.el (mime-to-mml): Ditto.
18620
18621         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18622         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18623         (rfc2047-decode-region): Quote decoded words containing special
18624         characters when rfc2047-quote-decoded-words-containing-tspecials
18625         is non-nil.
18626
18627 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18628
18629         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18630
18631         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18632
18633 2005-02-15  Simon Josefsson  <jas@extundo.com>
18634
18635         * nnimap.el (nnimap-debug): Doc fix.
18636
18637         * imap.el (imap-debug): Doc fix.
18638
18639 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18642
18643 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18644
18645         * gnus.el (spam-contents): Improve docs for spam-contents
18646         parameter in its variable incarnation.
18647
18648 2005-02-14  Simon Josefsson  <jas@extundo.com>
18649
18650         * smime-ldap.el: Use require instead of load-library for ldap.
18651         (smime-ldap-search): Indent.
18652         (smime-ldap-search-internal): Shorten line.
18653
18654         * smime.el (smime-cert-by-dns): Add doc-string.
18655         (smime-cert-by-ldap-1): Indent.
18656
18657         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18658         mml-smime-get-dns-ldap.
18659         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18660
18661 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18662
18663         * smime.el: Require smime-ldap.
18664         (smime-ldap-host-list): New variable.
18665         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18666
18667         * mml-smime.el (mml-smime-encrypt-query): New function.
18668         (mml-smime-encrypt-query): Use it.
18669
18670         * smime-ldap.el: New file.
18671
18672 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18675
18676 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18679         argument in doc string.  Make query for type more clear.
18680
18681 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18682
18683         * gnus.el (gnus-group-startup-message): Search for gnus images in
18684         etc/images/gnus.
18685         * mm-util.el (mm-image-load-path): Likewise.
18686         * smiley.el (smiley-data-directory): Search for smilies in
18687         etc/images/smilies.
18688
18689 2005-02-09  Kim F. Storm  <storm@cua.dk>
18690
18691         Change Emacs release version from 21.4 to 22.1 throughout.
18692         Change Emacs development version from 21.3.50 to 22.0.50.
18693
18694 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18697
18698         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18699         non-Mule XEmacs as well.
18700         (mm-decompress-buffer): Signal an error intentionally if it does
18701         not decompress compressed data because auto-compression-mode is
18702         disabled.
18703
18704 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18705
18706         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18707         an ID in the registry even if it has no groups.
18708
18709 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18712         merge it into mm-decompress-buffer.
18713         (gnus-mime-copy-part): Use the MIME part charset, the value which
18714         a user specified or gnus-newsgroup-charset for decoding, like
18715         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18716         save-buffer what was used.  Suggested by Kevin Ryde
18717         <user42@zip.com.au>.
18718         (gnus-mime-inline-part): Allow the name parameter as well as the
18719         filename parameter; force decompressing of compressed data; always
18720         display contents being not decoded as unibyte.
18721
18722         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18723         as well as the filename parameter.
18724
18725         * mm-util.el (mm-decompress-buffer):
18726         Merge gnus-mime-jka-compr-maybe-uncompress.
18727         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18728         of compressed data.
18729
18730 2005-02-08  Simon Josefsson  <jas@extundo.com>
18731
18732         * imap.el (imap-log): Doc fix.
18733
18734 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18737         the coding cookies; decompress compressed parts.
18738
18739         * mml.el (mml-generate-mime-1): Add the charset parameter according
18740         to the value which a user specified manually or the coding cookie.
18741
18742         * mm-util.el (mm-string-to-multibyte): New function.
18743         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18744         (mm-coding-system-to-mime-charset): New function.
18745         (mm-decompress-buffer): New function.
18746         (mm-find-buffer-file-coding-system): New function.
18747
18748         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18749         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18750         parts.
18751
18752 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18753
18754         * mm-view.el (mm-display-inline-fontify): Decode a part according
18755         to the charset parameter.
18756
18757 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18760         prefix arg is neither nil nor a number, as info specifies.
18761
18762 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18765         timestamps.
18766
18767 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18768
18769         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18770         groups error checking and notify user.
18771
18772 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18773
18774         * message.el (message-send-mail-function): Check existence of
18775         sendmail-program first before using default value
18776         `message-send-mail-with-sendmail'.  Otherwise use more generic
18777         `smtpmail-send-it'.
18778
18779 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * nntp.el (nntp-request-update-info): Always return nil.
18782
18783 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18784
18785         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18786
18787 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18788
18789         * message.el (message-beginning-of-line): Change the behavior when
18790         invoked between BOL and : so that it first moves backward.
18791
18792 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18795         article buffer when editing of the article is discarded.
18796         (gnus-article-prepare): Revert.
18797
18798 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * gnus-art.el (gnus-article-prepare):
18801         Remove message-strip-forbidden-properties from the local hook.
18802
18803 2005-01-27  Simon Josefsson  <jas@extundo.com>
18804
18805         * password.el (password-cache-add): Only start one timer per key.
18806         Reported by Derek Atkins <warlord@MIT.EDU>.
18807
18808 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18809
18810         * run-at-time.el: Remove.  It is no longer needed as
18811         timer-funcs.el in the xemacs-base package has a working version of
18812         `run-at-time'.
18813
18814         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18815
18816         * password.el: Require timer-funcs instead of run-at-time in
18817         XEmacs.
18818         Remove `password-run-at-time' macro.
18819         (password-cache-add): Use `run-at-time' instead of
18820         `password-run-at-time'.
18821
18822         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18823         Remove `nnheader-cancel-function-timers' alias,
18824         `cancel-function-timers' exists in XEmacs in timer-funcs.
18825
18826         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18827         for `run-with-idle-timer'.
18828
18829         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18830         for `run-at-time'.
18831
18832         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18833         for `with-timeout'.
18834
18835         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18836         the same as for XEmacs 21.4.
18837         No need to ignore `run-with-idle-timer', this function exists in
18838         XEmacs now in timer-funcs.el in the xemacs-base package.
18839         (dgnushack-compile): No need to delete
18840         run-at-time.el from the list of files to compile because it
18841         doesn't exist anymore.
18842
18843 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18846         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18847
18848 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18849
18850         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18851         sensitively.
18852
18853 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18854
18855         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18856
18857 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18860         which will be inserted according to the multibyteness of a buffer
18861         rather than the type of contents.  Suggested by ARISAWA Akihiro
18862         <ari@mbf.ocn.ne.jp>.
18863
18864         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18865         of string which old xml.el may return rather than a string.
18866
18867 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18870
18871 2005-01-16  Simon Josefsson  <jas@extundo.com>
18872
18873         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18874         idn/idna.el isn't available.
18875         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18876         <michael@waxrat.com>.
18877
18878         * hashcash.el: Remove non-FSF copyright header.
18879
18880         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18881         (hashcash-generate-payment): Use it.
18882         (hashcash-generate-payment-async): Use it.
18883
18884 2005-01-15  Simon Josefsson  <jas@extundo.com>
18885
18886         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18887         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18888
18889         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18890         gnus-summary-idna-message.
18891         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18892         (gnus-summary-idna-message): New function.
18893
18894 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18895
18896         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18897         gnus-novice-user.
18898
18899 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18900
18901         * nnrss.el (nnrss-request-delete-group): Delete entries in
18902         nnrss-group-alist as well.
18903         (nnrss-save-server-data): Insert newline.
18904
18905 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18906
18907         * gnus.el (gnus-user-agent): Use list of symbols instead of
18908         symbols.  Display full version number for (S)XEmacs.
18909         Optionally display (S)XEmacs codename.
18910
18911         * gnus-util.el (gnus-emacs-version): Update for new
18912         `gnus-user-agent'.
18913
18914         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18915         Gnus version.
18916
18917 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18918
18919         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18920         which is unreadable in some setups.
18921
18922 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * gnus-spec.el (gnus-update-format-specifications): Flush the
18925         group format spec cache if it doesn't support decoded group names.
18926
18927 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18928
18929         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18930         Allow to apply decay on score files matching a regexp.
18931
18932 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18935         compatibility in %g and %c.
18936
18937 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18940         name for only %g and %c.
18941         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18942         of gnus-tmp-group to decoded group name.
18943         (gnus-group-make-rss-group): Exclude `/'s from group names.
18944
18945 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * nnrss.el (nnrss-get-encoding): Fix regexp.
18948
18949 2004-12-27  Simon Josefsson  <jas@extundo.com>
18950
18951         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18952         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18953         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18954
18955 2004-12-17  Kim F. Storm  <storm@cua.dk>
18956
18957         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18958
18959         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18960
18961 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18962
18963         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18964
18965 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * nnrss.el: Require rfc2047 and mml.
18968         (nnrss-file-coding-system): New variable.
18969         (nnrss-format-string): Redefine it as an inline function.
18970         (nnrss-decode-group-name): New function.
18971         (nnrss-string-as-multibyte): Remove.
18972         (nnrss-retrieve-headers): Decode group name; don't use
18973         nnrss-format-string.
18974         (nnrss-request-group): Decode group name.
18975         (nnrss-request-article): Decode group name; allow a Message-ID as
18976         well as an article number; don't use nnrss-format-string; encode a
18977         Message-ID string which may contain non-ASCII characters; use
18978         mml-to-mime to compose a MIME article.
18979         (nnrss-request-expire-articles): Decode group name.
18980         (nnrss-request-delete-group): Decode group name.
18981         (nnrss-fetch): Clarify error message.
18982         (nnrss-read-server-data): Use insert-file-contents instead of load;
18983         bind file-name-coding-system; use multibyte buffer.
18984         (nnrss-save-server-data): Bind coding-system-for-write to the
18985         value of nnrss-file-coding-system; bind file-name-coding-system;
18986         add coding cookie.
18987         (nnrss-read-group-data): Use insert-file-contents instead of load;
18988         bind file-name-coding-system; use multibyte buffer.
18989         (nnrss-save-group-data): Bind coding-system-for-write to the
18990         value of nnrss-file-coding-system; bind file-name-coding-system.
18991         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18992         make it work with non-ASCII text.
18993         (nnrss-find-el): Make it work with old xml.el as well.
18994
18995 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18996
18997         * nnrss.el (nnrss-get-encoding): New function.
18998         (nnrss-fetch): Use unibyte buffer initially; bind
18999         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19000         decode contents according to the encoding attribute.
19001         (nnrss-save-group-data): Add coding cookie.
19002         (nnrss-mime-encode-string): New function.
19003         (nnrss-check-group): Use it to encode subject and author.
19004
19005 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19006
19007         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19008         imaginary variable.
19009
19010 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19013         correctly even if there are wide characters.
19014
19015 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19018         downcased symbol names; make a new cache instead of reusing
19019         bbdb-hashtable.
19020
19021 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19024         concatenating segments rather than before concatenating them.
19025         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19026
19027         * message.el (message-get-reply-headers): Bind `extra'.
19028
19029 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19030
19031         * message.el (message-extra-wide-headers): New variable.
19032         (message-get-reply-headers): Use it.
19033
19034 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19037         (gnus-agent-group-pathname): Ditto.
19038
19039         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19040
19041         * gnus-group.el (gnus-group-make-group): Decode group name.
19042         (gnus-group-make-rss-group): Register the group data after opening
19043         the nnrss group.
19044
19045 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19046
19047         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19048         by expiry now get marked as read.
19049
19050 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19053
19054 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19055
19056         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19057         unify Latin characters in XEmacs.
19058         (mm-find-mime-charset-region): Use it.
19059
19060 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * gnus-util.el (gnus-delete-directory): New function.
19063
19064         * gnus-agent.el (gnus-agent-delete-group): Use it.
19065
19066         * gnus-cache.el (gnus-cache-delete-group): Use it.
19067
19068 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19071         names.
19072
19073 2004-12-16  Simon Josefsson  <jas@extundo.com>
19074
19075         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19076
19077 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19080
19081         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19082         (gnus-group-set-current-level): Decode group name.
19083
19084 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19085
19086         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19087         failed.
19088
19089 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * gnus-group.el (gnus-group-delete-group): Decode group name.
19092         (gnus-group-make-rss-group): Encode group name.
19093         (gnus-group-catchup-current): Decode group name.
19094         (gnus-group-kill-group): Decode group name.
19095
19096 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19097
19098         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19099
19100 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * gnus-group.el (gnus-group-make-rss-group):
19103         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19104
19105         * gnus-start.el (gnus-setup-news): Honor user's setting to
19106         gnus-message-archive-method.  Suggested by Lute Kamstra
19107         <lute@gnu.org>.
19108
19109 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19110
19111         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19112         global counterparts of the buffer-local variables.
19113
19114 2004-11-16  Romain Francoise  <romain@orebokech.com>
19115
19116         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19117         counterparts of the buffer-local variables.
19118
19119 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * message.el (message-forbidden-properties): Fix typo in doc
19122         string.
19123
19124 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * gnus-util.el (gnus-replace-in-string): Add doc string.
19127
19128         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19129         to avoid problems when splitting mails with many recipients.
19130
19131 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19132
19133         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19134         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19135
19136 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19137
19138         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19139         if there is no hashtable in memory or file modification time is
19140         newer than cached timestamp.
19141
19142 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19143
19144         * gnus-sum.el (gnus-summary-limit-to-recipient):
19145         Implement not-matching option.
19146
19147 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19150         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19151         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19152         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19153         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19154         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19155
19156 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * message.el (message-forward-make-body-mml): Remove headers
19159         according to message-forward-ignored-headers if a message is decoded.
19160
19161 2004-12-02  Romain Francoise  <romain@orebokech.com>
19162
19163         * message.el (message-forward-make-body-plain): Always remove
19164         headers according to message-forward-ignored-headers.
19165
19166 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         * spam.el (spam-summary-prepare-exit): Remove the
19169         gnus-summary-limit pop for now, it has problems with ham marks for
19170         me.
19171
19172 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19173
19174         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19175         correctly.
19176
19177 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19178
19179         * format-spec.el (format-spec): Message the char.
19180
19181 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19182
19183         * gnus-art.el (gnus-split-methods): Reformat comments.
19184
19185         * spam.el (spam-summary-prepare-exit): Remove article limits
19186         before exiting the summary buffer.
19187
19188 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19191         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19192
19193         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19194         order to silence the byte compiler.
19195
19196         * spam.el: Fix the way to silence the byte compiler, which
19197         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19198         bbdb-search-simple, spam-BBDB-register-routine,
19199         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19200         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19201         spam-stat-buffer-is-spam, spam-stat-load,
19202         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19203         spam-stat-save and spam-stat-split-fancy.
19204
19205 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19208         which may confuse users.
19209         (canlock-password-for-verify): Ditto.
19210
19211         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19212
19213         * gnus-art.el (gnus-emphasis-alist): Ditto.
19214
19215         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19216
19217         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19218
19219         * gnus-start.el (gnus-save-killed-list): Ditto.
19220
19221         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19222         (gnus-sum-thread-tree-root): Ditto.
19223         (gnus-sum-thread-tree-false-root): Ditto.
19224         (gnus-sum-thread-tree-single-indent): Ditto.
19225
19226         * message.el (message-courtesy-message): Ditto.
19227         (message-archive-note): Ditto.
19228         (message-subscribed-address-file): Ditto.
19229         (message-user-fqdn): Ditto.
19230
19231         * spam-report.el (spam-report-gmane-regex): Ditto.
19232
19233         * spam.el (spam-blackhole-good-server-regex): Ditto.
19234
19235 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * mml.el (mml-preview): Widen the message buffer before copying
19238         the contents to the preview buffer; sort headers before previewing.
19239
19240         * message.el (message-hidden-headers): Fix the way to avoid a bug
19241         in the `repeat' widget in Emacs 21.3 or earlier.
19242
19243 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * message.el (message-hidden-headers): Default to "^References:".
19246         Improve customization type.  Suggested by Reiner Steib
19247         <Reiner.Steib@gmx.de>.
19248
19249 2004-11-25  Romain Francoise  <romain@orebokech.com>
19250
19251         * message.el (message-strip-forbidden-properties): Remove check for
19252         obsolete `message-hidden' text property, hidden headers are not
19253         accessible in the buffer anymore.
19254
19255 2004-11-22  Romain Francoise  <romain@orebokech.com>
19256
19257         * message.el (message-header-format-alist): Add `From' in list
19258         so that it can be sorted.
19259         (message-fix-before-sending): Widen and sort headers before
19260         sending.
19261         (message-hide-headers): Use narrowing to hide headers by moving
19262         them to the top of the buffer and narrowing to the region
19263         underneath.
19264
19265 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19266
19267         * message.el (message-strip-forbidden-properties):
19268         Bind buffer-read-only (etc) to nil.
19269
19270 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19273         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19274
19275 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19276
19277         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19278
19279 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19280
19281         * dns.el (query-dns): Use sit-for to time instead of
19282         accept-process-output, since that doesn't seem to work on udp
19283         sockets.
19284
19285 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19288
19289 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19290
19291         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19292         doc string.  Improve doc string.
19293
19294 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * nntp.el (nntp-request-update-info): Return nil if
19297         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19298         may not call gnus-activate-group which uselessly issues the GROUP
19299         commands for all nntp groups and wastes time.  Reported by Romain
19300         Francoise <romain@orebokech.com>.
19301
19302         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19303
19304 2004-11-15  Simon Josefsson  <jas@extundo.com>
19305
19306         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19307         headers separately.
19308         (gnus-button-openpgp): New function, inspired by Jochen Küpper
19309         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19310
19311 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19312
19313         * gnus-start.el (gnus-convert-old-newsrc):
19314         Assign legacy-gnus-agent to 5.10.7.
19315
19316 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19317
19318         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19319         start of the lines.
19320
19321 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19322
19323         * hashcash.el (hashcash-default-payment): Change default to 20.
19324         (hashcash-default-accept-payment): Change default to 20.
19325         (hashcash-process-alist): New variable.
19326         (hashcash-generate-payment-async): Add.
19327         (hashcash-already-paid-p): Add.
19328         (hashcash-insert-payment): Don't generate payments twice.
19329         (hashcash-insert-payment-async): Add.
19330         (hashcash-insert-payment-async-2): Add.
19331         (hashcash-cancel-async): Add.
19332         (hashcash-wait-async): Add.
19333         (hashcash-processes-running-p): Add.
19334         (hashcash-wait-or-cancel): Add.
19335         (mail-add-payment): New optional argument.  Conditionally start
19336         asynchronous calculation.
19337         (mail-add-payment-async): Add.
19338
19339         * message.el (message-send-mail): Wait for asynchronous hashcash
19340         results.  Don't clobber existing X-Hashcash headers.
19341         (message-setup-1): Call mail-add-payment-async when
19342         message-generate-hashcash is non-nil.
19343
19344 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19345
19346         * message.el (message-use-alternative-email-as-from): Examine the
19347         From header as well; use message-make-from in order to include a
19348         user's full name.
19349
19350 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19353         default; improve customization type.
19354         (gnus-emphasis-custom-with-format): New macro.
19355         (gnus-emphasis-custom-value-to-external): New function.
19356         (gnus-emphasis-custom-value-to-internal): New function.
19357
19358 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19359
19360         * dns.el (query-dns): Resolve reverse addresses.
19361
19362 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19363
19364         * gnus-group.el (gnus-group-get-new-news): Use it.
19365
19366         * gnus-start.el (gnus-check-reasonable-setup): New function.
19367
19368 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19371         "Args out of range" error.  Reported by Arnaud Giersch
19372         <arnaud.giersch@free.fr>.
19373
19374 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19375
19376         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19377
19378 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19379
19380         * spam.el (spam group): Add :version.
19381
19382         * pgg-def.el (pgg group): Add :version.
19383
19384 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * gnus-art.el (gnus-article-edit-article): Don't associate the
19387         article buffer with a draft file.  This is a temporary measure
19388         against the 2004-08-22 change to gnus-article-edit-mode.
19389
19390 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19393         (html2text-format-tags): Remove unused variable `attr'.
19394
19395 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19396
19397         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19398
19399         * tls.el (tls-process-connection-type, tls-success)
19400         (tls-certtool-program): Add :version.
19401
19402         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19403         (starttls-extra-arguments, starttls-process-connection-type)
19404         (starttls-connect, starttls-failure, starttls-success): Add :version.
19405
19406         * spam-stat.el (spam-stat): Add :version.
19407
19408         * sieve.el (sieve): Add :version.
19409
19410         * sha1.el (sha1): Add :version.
19411         (sha1-use-external): Remove redundant version.
19412
19413         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19414         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19415         (nnmail-split-fancy-match-partial-words)
19416         (nnmail-split-lowercase-expanded): Add :version.
19417
19418         * nndiary.el (nndiary): Add :version.
19419
19420         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19421
19422         * mml-sec.el (mml-default-sign-method)
19423         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19424         Add :version.
19425
19426         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19427
19428         * mm-url.el (mm-url-use-external, mm-url-program)
19429         (mm-url-arguments): Add :version.
19430
19431         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19432         (mm-attachment-file-modes, mm-decrypt-option)
19433         (mm-w3m-safe-url-regexp): Add :version.
19434
19435         * message.el (message-cite-prefix-regexp)
19436         (message-sendmail-envelope-from, message-minibuffer-local-map)
19437         (message-user-fqdn, message-completion-alist): Add :version.
19438
19439         * gnus-win.el (gnus-configure-windows-hook)
19440         (gnus-use-frames-on-any-display): Add :version.
19441
19442         * gnus-art.el (gnus-article-address-banner-alist)
19443         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19444         (gnus-treat-from-picon, gnus-treat-mail-picon)
19445         (gnus-treat-x-pgp-sig): Add :version.
19446
19447         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19448         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19449         (gnus-summary-article-delete-hook)
19450         (gnus-summary-display-while-building): Add :version.
19451
19452         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19453         (gnus-get-top-new-news-hook): Add :version.
19454
19455         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19456         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19457
19458         * gnus-registry.el (gnus-registry): Add :version.
19459
19460         * gnus-spec.el (gnus-use-correct-string-widths)
19461         (gnus-make-format-preserve-properties): Add :version.
19462
19463         * gnus.el (gnus-group-charter-alist)
19464         (gnus-group-fetch-control-use-browse-url)
19465         (gnus-install-group-spam-parameters): Add :version.
19466
19467         * gnus-diary.el (gnus-diary): Add :version.
19468
19469         * gnus-delay.el (gnus-delay): Add :version.
19470
19471         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19472         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19473         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19474         Add :version.
19475
19476         * gnus-agent.el (gnus-agent-max-fetch-size)
19477         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19478         (gnus-agent-prompt-send-queue): Add :version.
19479
19480         * deuglify.el (gnus-outlook-deuglify): Add :version.
19481
19482         * html2text.el: Beautify code.  Improve doc strings.
19483         Some checkdoc cleanup.
19484         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19485
19486 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19487
19488         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19489
19490 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19491
19492         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19493         when package is loaded.
19494
19495         * spam.el (spam-summary-score-preferred-header): Add global preference
19496         for people who want to override the default SpamAssassin over
19497         Bogofilter preference (when both are set).
19498         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19499         (spam-user-format-function-S):
19500         Check spam-summary-score-preferred-header.
19501         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19502         (spam-user-format-function-S): Format the score correctly.
19503
19504 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19507         signature file.  Suggested by Manoj Srivastava
19508         <srivasta@golden-gryphon.com>.
19509
19510         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19511         iso-2022-jp even in the Japanese language environment.
19512         Suggested by Jason Rumney <jasonr@gnu.org>.
19513
19514 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19517         use the same characters as the dummy marks; make it free from
19518         getting affected by the language environment.
19519         (gnus-summary-read-group-1): Update mark positions only when the
19520         format spec is updated.
19521
19522         * gnus-spec.el (gnus-update-format-specifications): Return a list
19523         of updated types.
19524
19525 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19528         of boundp to check if display-warning is available.
19529
19530 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19531
19532         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19533
19534 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * nnspool.el (nnspool-spool-directory): Use news-path if the
19537         news-directory variable is not bound.
19538
19539         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19540         function instead of display-warning if it is not available.
19541
19542 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19545         v5-10: Use `point-at-bol'.
19546
19547 2004-10-26  Simon Josefsson  <jas@extundo.com>
19548
19549         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19550         <chenggao@gmail.com>.
19551
19552 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19553
19554         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19555         instead.
19556
19557 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19558
19559         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19560         to remove a server from the nnimap-server-buffer-alist.
19561         (nnimap-open-connection, nnimap-close-server): Use it.
19562
19563         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19564
19565 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19568         running the major-mode function.
19569
19570 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19573         dummy marks in the right way.
19574
19575 2004-10-18  David Edmondson  <dme@dme.org>
19576
19577         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19578         excessively.
19579
19580 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19581
19582         * gnus-util.el (gnus-split-references): Accept a nil references
19583         string and go on blissfully.
19584
19585         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19586         cases where the references string is non-nil but has no references.
19587
19588         * encrypt.el: Add autoload tags.
19589
19590         * spam.el (spam-resolve-registrations-routine): Remove article
19591         from unregistration list too.  Reported by David Hanak
19592         <dhanak@isis.vanderbilt.edu>
19593
19594 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19595
19596         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19597         nil.  Change custom type.
19598
19599 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19600
19601         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19602
19603         * gnus-sum.el (gnus-summary-move-article): Use it.
19604
19605 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19606
19607         * encrypt.el: Add autoload cookies.
19608
19609         * spam.el (spam-backend-article-list-property)
19610         (spam-backend-get-article-todo-list)
19611         (spam-backend-put-article-todo-list)
19612         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19613         Resolve registrations separately.
19614         (spam-register-routine): Format comments.
19615         (spam-unregister-routine, spam-register-routine): Always call with
19616         specific-articles, no default list.
19617         (spam-summary-prepare-exit): Use the spam-classifications function.
19618
19619         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19620         gnus-encrypt.el.
19621
19622         * encrypt.el: Copied from gnus-encrypt.el.
19623
19624         * gnus-encrypt.el: Commented that it's obsolete.
19625
19626 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19627
19628         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19629         (gnus-score-save): Use it.
19630
19631         * message.el (message-bury): Use `window-dedicated-p'.
19632
19633 2004-10-15  Simon Josefsson  <jas@extundo.com>
19634
19635         * pop3.el (top-level): Don't require nnheader.
19636         (pop3-read-timeout): Add.
19637         (pop3-accept-process-output): Add.
19638         (pop3-read-response, pop3-retr): Use it.
19639
19640 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19641
19642         * spam.el (spam-register-routine): Move comment.
19643         (spam-verify-bogofilter): Use 'unknown for the initial
19644         spam-bogofilter-valid state, not 'never.
19645
19646         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19647         for netrc-machine.
19648
19649         * nnimap.el (nnimap-open-connection):
19650         Use netrc-machine-user-or-password.
19651
19652 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19653
19654         * gnus-registry.el (gnus-registry-unload-hook):
19655         Set as a variable with add-hook.
19656
19657         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19658         of news-path.
19659
19660         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19661
19662         * spam.el: Delete duplicate `provide'.
19663         (spam-unload-hook): Set as a variable with add-hook.
19664
19665 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19666
19667         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19668         in the doc string.
19669
19670         * message.el (message-ignored-news-headers)
19671         (message-ignored-supersedes-headers)
19672         (message-ignored-resent-headers)
19673         (message-forward-ignored-headers): Improve custom type.
19674
19675 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * message.el (message-tokenize-header): Fix 2004-09-06 change
19678         which used point-min in the wrong place.
19679
19680 2004-10-12  Simon Josefsson  <jas@extundo.com>
19681
19682         * tls.el (tls-certtool-program): New variable.
19683         (tls-certificate-information): New function, based on
19684         ssl-certificate-information.
19685
19686 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * compface.el: Move the version of ELisp-based uncompface program
19689         to the contrib directory because of the copyright problem.
19690
19691 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * message.el (message-kill-buffer): Raise the current frame.
19694
19695 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19696
19697         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19698
19699         * gnus.el (message-y-or-n-p): Autoload.
19700
19701         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19702         (pop3-password-required, pop3-authentication-scheme)
19703         (pop3-leave-mail-on-server): Make customizable.
19704         (pop3): New custom group.
19705         (pop3-retr): Remove `sleep-for' statements.
19706         Suggested by Dave Love <fx@gnu.org>.
19707
19708         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19709         Windows/DOS.
19710
19711         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19712         (imap-parse-body): Fix incorrect use of `assert'.
19713         Suggested by Dave Love <fx@gnu.org>.
19714
19715         * mml.el (mml-minibuffer-read-disposition): Require match.
19716         Suggested by Dave Love <fx@gnu.org>.
19717
19718 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19719
19720         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19721         doc string.
19722
19723 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19724
19725         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19726
19727 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19728
19729         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19730         instead of calling `mm-insert-inline', to decode text/* parts
19731         before displaying them.
19732
19733 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * mm-uu.el (mm-uu-text-plain-type): New variable.
19736         (mm-uu-pgp-signed-extract-1): Use it.
19737         (mm-uu-pgp-encrypted-extract-1): Use it.
19738         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19739         bind mm-uu-text-plain-type with that value.
19740         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19741         mm-uu-dissect.
19742
19743 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * gnus-group.el (gnus-update-group-mark-positions):
19746         * gnus-sum.el (gnus-update-summary-mark-positions):
19747         * message.el (message-check-news-body-syntax):
19748         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19749         of string-as-multibyte.
19750
19751 2004-10-05  Juri Linkov  <juri@jurta.org>
19752
19753         * gnus-group.el (gnus-update-group-mark-positions):
19754         * gnus-sum.el (gnus-update-summary-mark-positions):
19755         * message.el (message-check-news-body-syntax):
19756         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19757         8-bit unibyte values to a multibyte string for search functions.
19758
19759 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19762         (mm-uu-dissect-text-parts): New function.
19763
19764         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19765         dissect text parts.
19766
19767         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19768         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19769
19770         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19771
19772         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19773         Use gnus-current-topics instead of gnus-current-topic.
19774
19775 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19776
19777         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19778
19779 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19782         where appropriate.
19783
19784         * nnml.el (nnml-generate-active-info): do.
19785
19786         * nndiary.el (nndiary-generate-active-info): do.
19787
19788         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19789         (gnus-topic-move): do.
19790
19791         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19792         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19793
19794         * gnus-srvr.el (gnus-server-prepare)
19795         (gnus-server-open-all-servers): do.
19796
19797         * gnus-msg.el (gnus-summary-cancel-article)
19798         (gnus-summary-resend-message)
19799         (gnus-summary-mail-crosspost-complaint): do.
19800
19801         * gnus-move.el (gnus-change-server): do.
19802
19803         * gnus-group.el (gnus-group-unmark-all-groups)
19804         (gnus-group-set-current-level): do.
19805
19806 2004-10-04  Simon Josefsson  <jas@extundo.com>
19807
19808         * message.el (message-generate-hashcash): Doc fix.
19809
19810 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19811
19812         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19813         avoid infinite recursion via gnus-get-function.
19814
19815 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19816
19817         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19818
19819         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19820
19821         * nnmail.el (nnmail-split-history): do.
19822
19823         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19824         (nnml-request-delete-group): do.
19825
19826         * nnslashdot.el (nnslashdot-read-groups): do.
19827
19828         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19829         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19830
19831         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19832         (nnspool-sift-nov-with-sed): Use last.
19833         (nnspool-retrieve-headers-with-nov): Use mapc.
19834         (nnspool-request-newgroups): Use dolist.
19835         (nnspool-request-group): Use last.
19836
19837         * nntp.el (nntp-read-server-type): Use dolist.
19838
19839         * nnvirtual.el (nnvirtual-create-mapping)
19840         (nnvirtual-update-read-and-marked): Use dolist.
19841         (nnvirtual-convert-headers): Simplify.
19842
19843 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19844
19845         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19846         Add support for sync'ing tick marks.
19847
19848 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19851         there's no visible header.
19852
19853 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19854
19855         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19856         When necessary, pass full group name to gnus-request-set-marks.
19857
19858 2004-10-01  Simon Josefsson  <jas@extundo.com>
19859
19860         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19861         acroread.
19862
19863 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19864
19865         * spam-report.el (spam-report-gmane): Fix interactive.
19866
19867         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19868
19869         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19870         when writing file.
19871         (gnus-agent-synchronize-flags): Don't default to being
19872         interactive.
19873
19874 2004-09-30  Simon Josefsson  <jas@extundo.com>
19875
19876         * message.el (message-generate-hashcash): Add.
19877         (message-send-mail): Use it, call mail-add-payment.
19878
19879 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19880
19881         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19882
19883 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19884
19885         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19886         gnus-requst-update-info with explicit code to sync the in-memory
19887         info read flags with the marks being sync'd to the backend.
19888
19889         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
19890
19891 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19892
19893         * spam.el (spam-verify-bogofilter): Add new function.
19894         (spam-check-bogofilter)
19895         (spam-bogofilter-register-with-bogofilter): Use it.
19896         (spam-verify-bogofilter): Add small fixes.
19897
19898 2004-09-28  Simon Josefsson  <jas@extundo.com>
19899
19900         * hashcash.el (hashcash-generate-payment): Revert.
19901
19902 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19903
19904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19905         Use gnus-extract-references instead of gnus-split-references.
19906
19907         * gnus-util.el (gnus-extract-references): Add new function, analogous
19908         to gnus-split-references but extracts only the message-ID without
19909         anything extra.
19910
19911         * hashcash.el (hashcash-generate-payment)
19912         (hashcash-check-payment): Do the right thing if hashcash-path is
19913         nil (because the hashcash program could not be found).
19914
19915         * spam.el (spam-use-hashcash): Remove comment.
19916
19917 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19918
19919         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19920         (gnus-cache-enter-article, gnus-cache-remove-article)
19921         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19922
19923         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19924
19925         * gnus-art.el (article-hide-boring-headers)
19926         (article-translate-strings, article-display-face)
19927         (gnus-article-mime-match-handle-first)
19928         (gnus-article-highlight-headers)
19929         (gnus-article-add-buttons-to-head): do.
19930
19931 2004-09-27  Simon Josefsson  <jas@extundo.com>
19932
19933         * hashcash.el: New version, from
19934         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19935         ../contrib/.
19936
19937 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19940
19941 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19942
19943         * gnus-dup.el (gnus-dup-open): Use mapc.
19944         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19945
19946         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19947         Reported by Stefan Wiens <s.wi@gmx.net>.
19948
19949         * gnus.el (gnus-shutdown): Use dolist.
19950
19951         * gnus-undo.el (gnus-undo): Use mapc.
19952
19953         * nnrss.el (nnrss-generate-active): do.
19954
19955         * message.el (message-cite-original-without-signature)
19956         (message-cite-original): Use mapc.
19957         (message-do-actions, message-make-forward-subject): Use dolist.
19958
19959 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19960
19961         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19962         deletion to remove entire duplicate line.  Fixes merged article
19963         number bug.
19964
19965 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19966
19967         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19968         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19969         first ask if you want to open a server and then, even when you
19970         responded with no, asking if you want to synchronize the server's
19971         flags.
19972         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19973         multi-line expressions.
19974         (gnus-agent-synchronize-group-flags): New internal function.
19975         Updates marks in memory (in the info structure) AND in the
19976         backend.
19977
19978         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19979
19980         * nnagent.el (nnagent-request-set-mark):
19981         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19982         method, to ensure that synchronization updates marks in the
19983         backend and in the info (in memory) structure.
19984
19985 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19988         convention fully; don't miss the root article of a thread; make
19989         the X-Draft-From header with correct article numbers.
19990
19991 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19992
19993         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19994         unless plugged.  Disable the agent so that an open failure causes
19995         an error.
19996
19997         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19998         Revert 2004-09-21 change.  The backend must be opened while
19999         synchronizing flags even when the backend stores the flags
20000         locally.
20001
20002 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20003
20004         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20005         in `header' match.  Reported by Svend Tollak Munkejord.
20006
20007         * message.el (message-cite-original): Fix use of
20008         `message-cite-articles-with-x-no-archive'.
20009
20010 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20013         (gnus-window-to-buffer): Ditto.
20014
20015         * mml.el (mml-preview-buffer): New variable.
20016         (mml-preview): Manage window layout with gnus-buffer-configuration.
20017
20018         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20019         X-Draft-From header even if those articles aren't quoted.
20020
20021 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20022
20023         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20024         (gnus-request-set-mark, gnus-request-update-mark): Use new
20025         g-s-t-u-l-m to decide to use backend even when unplugged.
20026
20027 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20030         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20031
20032 2004-09-20  Simon Josefsson  <jas@extundo.com>
20033
20034         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20035         "utf-16-le".
20036
20037 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20038
20039         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20040
20041 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20042
20043         * uudecode.el (uudecode-use-external): Add :version.
20044
20045         * smime.el (smime-CA-file, smime-encrypt-cipher)
20046         (smime-dns-server): Add :version.
20047
20048         * smiley.el (gnus-smiley-file-types): Add :version.
20049
20050         * sha1.el (sha1-use-external): Add :version.
20051
20052         * pgg-def.el (pgg-query-keyserver): Add :version.
20053
20054         * nnmail.el (nnmail-fancy-expiry-targets)
20055         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20056         Add :version.
20057
20058         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20059         (nnimap-retrieve-groups-asynchronous): Add :version.
20060         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20061
20062         * mml.el (mml-content-disposition-parameters)
20063         (mml-insert-mime-headers-always): Add :version.
20064
20065         * mm-util.el (mm-coding-system-priorities): Add :version.
20066
20067         * mm-decode.el (mm-inline-text-html-with-images)
20068         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20069         (mm-verify-option): Add :version.
20070         (mm-text-html-renderer): Change :version.
20071
20072         * message.el (message-fcc-externalize-attachments)
20073         (message-required-headers, message-draft-headers)
20074         (message-subject-trailing-was-query)
20075         (message-subject-trailing-was-ask-regexp)
20076         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20077         (message-mark-insert-end, message-archive-header)
20078         (message-archive-note, message-cross-post-default)
20079         (message-cross-post-note, message-followup-to-note)
20080         (message-cross-post-note-function, message-use-mail-followup-to)
20081         (message-subscribed-address-functions)
20082         (message-subscribed-address-file, message-subscribed-addresses)
20083         (message-subscribed-regexps, message-allow-no-recipients)
20084         (message-yank-cited-prefix, message-signature-insert-empty-line)
20085         (message-hidden-headers, message-hierarchical-addresses)
20086         (message-mail-user-agent, message-use-idna)
20087         (message-valid-fqdn-regexp)
20088         (message-strip-special-text-properties, message-header-synonyms)
20089         (message-beginning-of-line, message-tab-body-function): Add :version.
20090         (message-insert-canlock, message-wide-reply-confirm-recipients):
20091         Change :version.
20092
20093         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20094         and :version.
20095         (mail-source-delete-old-incoming-confirm)
20096         (mail-source-movemail-program): Add :version.
20097
20098         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20099         (gnus-agent-cache, gnus-agent): Change :version.
20100
20101         * gnus-util.el (gnus-use-byte-compile): Change :version.
20102
20103         * gnus-sum.el (gnus-summary-make-false-root-always)
20104         (gnus-summary-default-high-score)
20105         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20106         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20107         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20108         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20109         (gnus-sum-thread-tree-single-indent)
20110         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20111         (gnus-sum-thread-tree-leaf-with-other)
20112         (gnus-sum-thread-tree-single-leaf): Add :version.
20113         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20114         (gnus-article-loose-mime): Change :version.
20115
20116         * gnus-start.el (gnus-backup-startup-file)
20117         (gnus-save-startup-file-via-temp-buffer): Add :version.
20118
20119         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20120         (gnus-server-offline-face): Add :version.
20121
20122         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20123
20124         * gnus-msg.el (gnus-gcc-externalize-attachments)
20125         (gnus-debug-files, gnus-debug-exclude-variables)
20126         (gnus-discouraged-post-methods): Change :version.
20127         (gnus-confirm-mail-reply-to-news)
20128         (gnus-confirm-treat-mail-like-news): Add :version.
20129
20130         * gnus-int.el (gnus-server-unopen-status): Add :version.
20131
20132         * gnus-group.el (gnus-group-jump-to-group-prompt)
20133         (gnus-large-ephemeral-newsgroup)
20134         (gnus-fetch-old-ephemeral-headers): Add :version.
20135
20136         * gnus-fun.el (gnus-x-face-directory)
20137         (gnus-convert-pbm-to-x-face-command)
20138         (gnus-convert-image-to-x-face-command)
20139         (gnus-convert-image-to-face-command): Add :version.
20140
20141         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20142
20143         * gnus-cite.el (gnus-cite-blank-line-after-header)
20144         (gnus-article-boring-faces): Add :version.
20145
20146         * gnus-art.el (gnus-buttonized-mime-types)
20147         (gnus-inhibit-mime-unbuttonizing)
20148         (gnus-treat-display-face)
20149         (gnus-treat-body-boundary): Change :version.
20150         (gnus-body-boundary-delimiter, gnus-picon-databases)
20151         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20152         (gnus-treat-date-english, gnus-treat-fold-headers)
20153         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20154         (gnus-treat-mail-picon, gnus-treat-wash-html)
20155         (gnus-article-encrypt-protocol)
20156         (gnus-use-idna, gnus-article-over-scroll)
20157         (gnus-mime-display-multipart-alternative-as-mixed)
20158         (gnus-mime-display-multipart-related-as-mixed)
20159         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20160         (gnus-ctan-url, gnus-button-ctan-handler)
20161         (gnus-button-handle-ctan-bogus-regexp)
20162         (gnus-button-ctan-directory-regexp)
20163         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20164         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20165         (gnus-button-man-level, gnus-button-emacs-level)
20166         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20167
20168         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20169         (gnus-agent-go-online): Change :version.
20170         (gnus-agent-expire-unagentized-dirs)
20171         (gnus-agent-auto-agentize-methods): Add :version.
20172
20173         * flow-fill.el (fill-flowed-display-column)
20174         (fill-flowed-encode-column): Add :version.
20175
20176         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20177         (gnus-outlook-deuglify-unwrap-max)
20178         (gnus-outlook-deuglify-cite-marks)
20179         (gnus-outlook-deuglify-unwrap-stop-chars)
20180         (gnus-outlook-deuglify-no-wrap-chars)
20181         (gnus-outlook-deuglify-attrib-cut-regexp)
20182         (gnus-outlook-deuglify-attrib-verb-regexp)
20183         (gnus-outlook-deuglify-attrib-end-regexp)
20184         (gnus-outlook-display-hook): Add :version.
20185
20186         * binhex.el (binhex-use-external): Add :version.
20187
20188 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20189
20190         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20191         and `invisible'.
20192
20193 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20194
20195         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20196         in gnus-registry-trim.
20197
20198 2004-09-13  Simon Josefsson  <jas@extundo.com>
20199
20200         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20201
20202         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20203
20204         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20205         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20206         <yamaoka@jpl.org>.
20207         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20208         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20209         <yamaoka@jpl.org>.
20210
20211         * sieve.el (sieve-manage-mode): Ditto.
20212
20213 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20216
20217 2004-09-11  Simon Josefsson  <jas@extundo.com>
20218
20219         * dns-mode.el: Add.
20220
20221         * mm-view.el (mm-display-dns-inline): Add.
20222
20223         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20224         (mm-automatic-display): Ditto.
20225
20226         * mailcap.el (mailcap-mime-data): Add text/dns.
20227         (mailcap-mime-extensions): Map .soa to text/dns.
20228
20229 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20230
20231         * gnus-art.el (article-decode-mime-words, article-babel)
20232         (gnus-article-highlight-signature, gnus-article-add-buttons)
20233         (gnus-signature-toggle): Remove unnecessary bindings of
20234         `inhibit-read-only' inherited from v5.10 merge.
20235
20236 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20237
20238         * nntp.el (nntp): New customization group.
20239         (nntp-authinfo-file): Add customization group.
20240
20241         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20242
20243         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20244
20245         * gnus.el (to-address, to-list, subscribed)
20246         (large-newsgroup-initial): Ditto.
20247
20248         * flow-fill.el (fill-flowed-display-column)
20249         (fill-flowed-encode-column): Ditto.
20250
20251 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20252
20253         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20254         Use point-min rather than 1.
20255         (message-send-mail): Use buffer-size rather than point-max.
20256
20257         * gnus-sum.el (gnus-summary-search-article-forward):
20258         Signal a specific `search-failed' rather than a generic `error'.
20259
20260         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20261         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20262         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20263
20264 2004-09-10  Simon Josefsson  <jas@extundo.com>
20265
20266         * nndb.el (require): Remove tcp and duplicate cl.
20267
20268 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * gnus-agent.el (directory-files-and-attributes): Move forward.
20271
20272 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20273
20274         * gnus-agent.el (directory-files-and-attributes):
20275         Optionally defined to support XEmacs.
20276
20277 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20278
20279         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20280         to avoid run-time CL dependencies.
20281         (gnus-agent-unfetch-articles): New function.
20282         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20283         article numbers even when local .overview file is missing.
20284         (gnus-agent-read-article-number): New function.  Only accepts
20285         27-bit article numbers.
20286         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20287         Use gnus-agent-read-article-number.
20288         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20289         from backend while recognizing that article numbers in .overview
20290         must be valid.
20291         (gnus-agent-update-files-total-fetched-for):
20292         Use directory-files-and-attributes to improve performance.
20293         * gnus-int.el (gnus-request-move-article):
20294         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20295         improve performance.
20296
20297         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20298         some users confused by references to .newsrc when they only have a
20299         .newsrc.eld file.
20300         (gnus-convert-mark-converter-prompt)
20301         (gnus-convert-converter-needs-prompt): Fix use of property list.
20302         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20303         New function.  Used internally to only display 'gnus converting
20304         files' message when actually necessary.
20305
20306         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20307         methods now autoloaded.
20308
20309 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20312         identifiers.
20313
20314 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20315
20316         * gnus-picon.el: Fix indentation and closing parenthesis.
20317
20318 2004-09-01  Simon Josefsson  <jas@extundo.com>
20319
20320         * message.el (message-canlock-generate): Require sha1, not
20321         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20322         to require within a function.  Sadly, if sha1.el isn't loaded, the
20323         let binding in m-c-g will hide the defcustom definition, which is
20324         bad.)
20325
20326         * canlock.el: Require sha1, not sha1-el.
20327
20328         * message.el: Don't autoload sha1 (there is a autoload cookie in
20329         sha1.el).
20330
20331         * sha1-el.el: Rename to sha1.el.
20332
20333 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20334
20335         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20336
20337 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20338
20339         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20340
20341 2004-08-30  Kim F. Storm  <storm@cua.dk>
20342
20343         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20344
20345         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20346         Add :group 'nnimap.
20347
20348 2004-08-30  Andreas Schwab  <schwab@suse.de>
20349
20350         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20351         ?* and ?\;.
20352
20353         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20354         and ?\' to symbol instead of whitespace.
20355
20356 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20359
20360         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20361         instead of re-search-forward.
20362
20363         * gnus-uu.el (gnus-uu-save-article): Ditto.
20364         (gnus-uu-post-encode-uuencode): Ditto.
20365
20366         * html2text.el (html2text-clean-list-items): Ditto.
20367         (html2text-clean-dtdd): Ditto.
20368         (html2text-format-tags): Ditto.
20369
20370         * message.el (message-send-mail-with-sendmail): Fix regexp.
20371         (message-fill-field-general): Use search-forward instead of
20372         re-search-forward.
20373         (unbold-region): Ditto.
20374
20375         * nnrss.el (nnrss-request-article): Ditto.
20376
20377         * nnslashdot.el (nnslashdot-request-article): Ditto.
20378
20379         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20380
20381         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20382         "Unrecognized menu descriptor" error in XEmacs.
20383
20384 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20385
20386         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20387         parent article of a sparse article in the thread hashtb.
20388
20389 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20390
20391         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20392         (nnmail-expand-newtext): Lowercase expanded entries if
20393         nnmail-split-lowercase-expanded is non-nil.
20394
20395 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20398
20399         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20400         of gnus-tmp-news-method into string under XEmacs.  It will be
20401         passed to gnus-correct-length which takes only a string argument.
20402
20403 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * gnus-util.el (gnus-bind-print-variables): New macro.
20406         (gnus-prin1): Use it.
20407         (gnus-prin1-to-string): Use it.
20408         (gnus-pp): New function.
20409         (gnus-pp-to-string): New function.
20410
20411         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20412         Replace pp-to-string with gnus-pp-to-string.
20413         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20414         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20415         * gnus-msg.el (gnus-debug): Ditto.
20416         * gnus-score.el (gnus-score-save): Ditto.
20417         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20418         gnus-pp-to-string.
20419         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20420         with gnus-pp.
20421         * score-mode.el (gnus-score-pretty-print): Ditto.
20422         * webmail.el (webmail-debug): Ditto.
20423
20424 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * gnus-art.el (article-display-face, article-display-x-face):
20427         Use buffer-read-only.
20428
20429 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * gnus-art.el (article-hide-list-identifiers):
20432         Bind inhibit-read-only as t.
20433
20434 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20437
20438 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20439
20440         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20441         (gnus-narrow-to-page): Don't assume point-min == 1.
20442         (gnus-article-edit-mode): Derive from message-mode.
20443
20444         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20445         point-min == 1.
20446
20447         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20448         Disable incorrect use of `assert'.
20449
20450         * message.el (message-mode): Set comment-start-skip.
20451
20452
20453 2004-08-22  Sam Steingold  <sds@gnu.org>
20454
20455         * pop3.el (pop3-leave-mail-on-server): New user variable.
20456         (pop3-movemail): Delete mail only when it is nil.
20457
20458 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20459
20460         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20461
20462         * mml.el (mml-preview): Use `pop-to-buffer'.
20463
20464         * message.el (message-goto-mail-followup-to): Insert after "To".
20465         (message-carefully-insert-headers): Add comment.
20466
20467         * gnus.el: Remove unused variable `gnus-article-check-size'.
20468
20469         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20470
20471         * gnus-art.el (gnus-button-alist):
20472         Improve `gnus-button-handle-library' entry.
20473
20474 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20475
20476         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20477         Use downcase, since XEmacs capitalizes error messages differently.
20478
20479 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20480
20481         * nntp.el: Add (require 'gnus) due to reference to
20482         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20483
20484 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20485
20486         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20487         Bind `mm-fill-flowed'.
20488
20489         * mm-decode.el (mm-dissect-singlepart): Check it.
20490
20491 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20492
20493         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20494         'imap' for netrc parsing.
20495
20496 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20497
20498         * mailcap.el (mailcap-mime-data): Mark as risky.
20499
20500 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20501
20502         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20503         may be included in the encoded word.
20504         (rfc2047-encode): Don't append a space if the encoded word
20505         includes close parenthesis.
20506
20507 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20508
20509         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20510         of text within parentheses.
20511
20512 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20513
20514         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20515         (gnus-encrypt-write-file-contents): Make the password key the file
20516         name PLUS the cipher, not just the cipher.  Also remove failed
20517         passwords from the cache.
20518
20519 2004-08-06  Simon Josefsson  <jas@extundo.com>
20520
20521         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20522         Doc fix.
20523
20524 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20527         LWSP.
20528
20529 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20530
20531         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20532         Try to append in-reply-to: data to the references: header.
20533
20534         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20535         (netrc-parse): Use gnus-encrypt.el functions.
20536
20537         * gnus-encrypt.el: Add new file for encryption support; currently
20538         does only a few GPG ciphers and an internal XOR cipher.
20539
20540         * password.el: Add comments on using password-read-and-add.
20541         (password-read-and-add): Add function to read and add the
20542         password to the cache at once.
20543
20544 2004-07-28  Simon Josefsson  <jas@extundo.com>
20545
20546         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20547         parameter (but don't use it, for now).
20548
20549         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20550         instead of hard coding to nil.
20551
20552 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20555         as mm-inline-image-xemacs does.
20556
20557 2004-07-26  Simon Josefsson  <jas@extundo.com>
20558
20559         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20560         Revert part of 2004-07-17 change below.
20561
20562 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20565         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20566
20567 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20568
20569         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20570         quotes that actually start with ">" at the beginning of the
20571         lines.
20572
20573 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * rfc2047.el (rfc2047-encode-region): Fix last change.
20576         (rfc2047-encode-parameter): Remove useless concat.
20577
20578 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20581         encode special characters; fix some kind of misconfigured headers;
20582         signal a real error if debug-on-quit or debug-on-error is non-nil.
20583         (rfc2047-encode-max-chars): New variable.
20584         (rfc2047-encode-1): Use it.
20585         (rfc2047-encode-parameter): New function.
20586
20587         * mml.el (mml-insert-parameter): Remove an excessive space.
20588
20589 2004-07-17  Simon Josefsson  <jas@extundo.com>
20590
20591         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20592         Kai Grossjohann <kai@emptydomain.de>.
20593         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20594         (gnus-group-make-menu-bar): Ditto.
20595
20596         * gnus-util.el (gnus-group-server): Add.
20597
20598 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20599
20600         * message.el (message-clone-locals): Clone sendmail and smtp
20601         variables.
20602
20603 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * rfc2047.el (rfc2047-encode-region): Fix last change.
20606
20607 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20608
20609         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20610         characters as non-special.
20611
20612 2004-07-09  Simon Josefsson  <jas@extundo.com>
20613
20614         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20615         Users will lose all flag changes made while unplugged with
20616         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20617         good default.  See numerous reports on ding mailing list.
20618
20619 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20620
20621         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20622         add generate-head-function and generate-article-function to the
20623         rfc822-forward entry.
20624         (nndoc-rfc822-forward-generate-article): New function.
20625         (nndoc-rfc822-forward-generate-head): New function.
20626
20627         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20628
20629 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20630
20631         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20632         respect display group parameter and gnus-summary-expunge-below.
20633         (gnus-articles-to-read): Remove unused reference to display group
20634         parameter.
20635
20636 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20637
20638         * nnheader.el (nnheader-uniquify-message-id): New experimental
20639         variable.
20640         (nnheader-nov-read-message-id): Use it.
20641
20642         * spam-report.el (spam-report-gmane): Add interactive.
20643
20644 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20645
20646         * mm-encode.el (mm-content-transfer-encoding-defaults):
20647         Use qp-or-base64 for the application/* types.
20648
20649 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20650
20651         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20652
20653 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20654
20655         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20656         trim value.
20657
20658 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20659
20660         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20661         New macro and function.
20662         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20663
20664 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20665
20666         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20667         after-load-alist.
20668
20669 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20670
20671         * gnus-group.el (gnus-group-get-new-news-this-group):
20672         Don't update info that isn't there.
20673
20674 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20675
20676         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20677         entry.
20678
20679 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20680
20681         * mm-view.el (mm-inline-render-with-function): Use multibyte
20682         buffer; decode html source by charset.
20683
20684         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20685
20686         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20687         Mule-UCS is loaded under XEmacs.
20688         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20689
20690 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20691
20692         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20693
20694 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * mm-util.el (mm-coding-system-p): Return a coding-system.
20697         (mm-mime-mule-charset-alist): Use shift_jis instead of
20698         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20699         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20700         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20701         instead of japanese-shift-jis and iso-latin-1 respectively in
20702         order to share the default value with both Emacs and XEmacs-mule.
20703         (mm-mule-charset-to-mime-charset):
20704         Make mm-coding-system-priorities effective.
20705         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20706         while predicating of candidates upon the priorities.
20707
20708 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20709
20710         * gnus-sum.el (gnus-summary-make-menu-bar):
20711         Add gnus-uu-invert-processable.
20712
20713         * gnus.el: Autoload gnus-uu-invert-processable.
20714
20715 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20716
20717         * mm-util.el (mm-with-multibyte-buffer): New macro.
20718
20719         * rfc2047.el (rfc2047-encode-string): Use it.
20720         (rfc2047-encode-region): Move point to the end of the region after
20721         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20722
20723 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20726         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20727
20728 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20729
20730         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20731         (gnus-cite-parse): Ignore quoted envelope From_.
20732         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20733
20734 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20735
20736         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20737         invalid addresses.
20738
20739 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20740
20741         * spam.el: Change section markers, revise TODO list.
20742         (spam-backends): Make new master list of all installed backends.
20743         (spam-summary-exit-behavior): Add new variable to determine how
20744         messages moves are done at summary exit.
20745         (spam-move-spam-nonspam-groups-only)
20746         (spam-process-ham-in-nonham-groups)
20747         (spam-process-ham-in-spam-groups): Remove variables, the
20748         spam-summary-exit-behavior variable should be used to manage this
20749         behavior.
20750         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20751         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20752         and spam-old-spam-articles.
20753         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20754         Add empty variables, placeholders for the backends they represent.
20755         (spam-set-difference): Move, unchanged.
20756         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20757         unless the user has a processor variable.
20758         (spam-classifications, spam-classification-valid-p)
20759         (spam-backend-properties, spam-backend-property-valid-p)
20760         (spam-backend-function-type-valid-p)
20761         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20762         (spam-report-articles-gmane, spam-report-articles-resend):
20763         Remove functions, they are not needed.
20764         (spam-install-backend-super, spam-backend-list)
20765         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20766         (spam-backend-function, spam-backend-ham-registration-function)
20767         (spam-backend-spam-registration-function)
20768         (spam-backend-ham-unregistration-function)
20769         (spam-backend-spam-unregistration-function)
20770         (spam-backend-statistical-p, spam-backend-mover-p)
20771         (spam-install-backend-alias, spam-install-checkonly-backend)
20772         (spam-install-mover-backend, spam-install-nocheck-backend)
20773         (spam-install-backend, spam-install-statistical-backend)
20774         (spam-install-statistical-checkonly-backend): Add backend installation
20775         support.
20776         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20777         (spam-group-processor-p): Use the new backend code and respect the
20778         summary exit behavior.
20779         (spam-mark-spam-as-expired-and-move-routine): Remove.
20780         (spam-summary-prepare): Change to use the new spam-old-articles
20781         variable.
20782         (spam-copy-or-move-routine, spam-copy-spam-routine)
20783         (spam-move-spam-routine, spam-copy-ham-routine)
20784         (spam-move-ham-routine): Add code to copy/move ham or spam.
20785         (spam-fetch-field-fast): Improve doc and code, plus allow the
20786         'number request.
20787         (spam-list-of-checks, spam-list-of-statistical-checks):
20788         Remove variables.
20789         (spam-split, spam-find-spam): Use the new backend code.
20790         (spam-registration-functions): Remove variable.
20791         (spam-unregister-routine): Add convenience wrapper.
20792         (spam-log-undo-registration, spam-register-routine)
20793         (spam-log-processing-to-registry)
20794         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20795         where possible.
20796         (spam-check-gmane-xref, spam-check-regex-headers)
20797         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20798         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20799         (spam-check-bogofilter-headers, spam-check-spamoracle)
20800         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20801         (spam-check-crm114-headers): Use the spam-split-group that
20802         spam-split prepares, no need to determine it every time.
20803
20804         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20805         to the nnheader-parse-naked-head call.
20806
20807         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20808
20809         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20810         the nnheader-nov-read-message-id call.
20811
20812 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20815         gnus-activate-group twice.  Suggested by Markus Peter
20816         <warp@spin.de>.
20817
20818 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20819
20820         * gnus-art.el (gnus-article-time-format): Exchange the order of
20821         day and month in the default value; fix customization type.
20822         (article-date-ut): Use add-text-properties.
20823         (article-make-date-line): Use message-make-date instead of
20824         current-time-string.
20825
20826         * message.el (message-fetch-field): Don't use set-text-properties.
20827         (message-make-date): Simplify.
20828
20829         * messagexmas.el (message-xmas-make-date): New function.
20830         (message-xmas-redefine): Defalias message-make-date to it.
20831
20832 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20835         (rfc2047-encode-region): Treat text within parentheses as special;
20836         show the original text when error has occurred.
20837
20838         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20839         already-computed method to gnus-activate-group.
20840
20841         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20842         same select-methods identical Lisp objects.
20843
20844         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20845         object when modifying the info.
20846
20847 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20850         gnus-opened-servers since it has never been opened with the new
20851         configuration yet.
20852
20853 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20856         arg to nnheader-generate-fake-message-id.
20857
20858 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20859
20860         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20861         number and build a fake message ID localized to a group and
20862         article number (so it's repeatable from that point on).
20863         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20864         ID format.
20865
20866         * gnus-sum.el (gnus-get-newsgroup-headers):
20867         Call nnheader-generate-fake-message-id with the article number.
20868
20869 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20870
20871         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20872         end-of-buffer.
20873
20874 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20875
20876         * message.el (message-ignored-supersedes-headers): Add Approved.
20877
20878 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20881         goto-char.
20882         (rfc2047-encode): Fold the line before encoding.
20883
20884 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20885
20886         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20887         folding -- not all headers can be folded, and this should be done
20888         by the message composition mode.  Probably.  I think.
20889
20890 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20893         fast.
20894
20895         * gnus-ems.el (gnus-remove-image): Don't use
20896         message-text-with-property; remove only the image found first.
20897
20898         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20899         found first.
20900
20901 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20902
20903         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20904
20905 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20906
20907         * message.el (message-text-with-property): Make it fast and accept
20908         optional arguments.
20909         (message-strip-forbidden-properties): Use it.
20910         (message-fix-before-sending): Follow the m-t-w-p change.
20911
20912         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20913
20914 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * gnus-art.el (article-hide-headers): Don't change the buffer
20917         mistakenly when performing mml-preview even if
20918         gnus-single-article-buffer is nil.
20919
20920 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20921
20922         * message.el (message-expand-name-databases): New user option.
20923         (message-expand-name): Use it.
20924
20925 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20926
20927         * spam.el (spam-report-articles-resend)
20928         (spam-report-resend-register-routine): Allow ham reporting.
20929         (spam-report-resend-register-ham-routine): Add wrapper.
20930         (spam-registration-functions): Add ham resending functions.
20931         (spam-list-of-processors): Add ham resend processor.
20932
20933         * gnus.el (ham-resend-to): Add new group parameter.
20934         (spam-process): Add ham resend option.
20935
20936         * spam-report.el (spam-report-resend): Allow reporting ham.
20937         (spam-report-resend-ham): Add wrapper.
20938
20939 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20940
20941         * message.el (message-cite-articles-with-x-no-archive):
20942         New variable.
20943         (message-cite-original): Use it.
20944
20945 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20946
20947         * message.el (message-cite-original): Respect X-No-Archive.
20948
20949 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * gnus-art.el (article-hide-headers): Refer to the values for
20952         gnus-ignored-headers and gnus-visible-headers in the summary
20953         buffer since a user may have set them as group parameters.
20954
20955 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20956
20957         * assistant.el (assistant-node-name): Add convenience function.
20958         (assistant-render-text, assistant-render-node): Add error handling,
20959         plus handle multiple next nodes.
20960         (assistant-find-next-node): Comment out for now.
20961         (assistant-find-next-nodes): Add function, returns list of next
20962         nodes.
20963
20964 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * mail-source.el (mail-source-directory): Fix doc-string.
20967
20968 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20969
20970         * assistant.el (assistant-render-text, assistant-eval): Add :set
20971         widget type, which is different because it takes and returns a
20972         list.  Much hilarity ensues.
20973
20974 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20975
20976         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20977
20978         * gnus-group.el (gnus-group-get-new-news-this-group):
20979         Add doc-string.
20980
20981         * gnus-start.el (gnus-activate-group): Add doc-string.
20982
20983 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20984
20985         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20986
20987 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20988
20989         * assistant.el (assistant-render-text): Try to add a :set
20990         widget, more to come.
20991
20992         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20993         strings.
20994         (spam-report-articles-resend)
20995         (spam-register-routine): Do registration iff any articles warrant
20996         it.
20997         (spam-summary-prepare-exit): Change log message for nil group
20998         destinations.
20999
21000 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21001
21002         * spam.el (spam-report-resend-register-routine):
21003         Allow spam-report-resend-to to be a group parameter or a global value.
21004
21005 2004-05-26  Simon Josefsson  <jas@extundo.com>
21006
21007         * starttls.el: Merge with my GNUTLS based starttls.el.
21008         (starttls-gnutls-program, starttls-use-gnutls)
21009         (starttls-extra-arguments, starttls-process-connection-type)
21010         (starttls-connect, starttls-failure, starttls-success):
21011         New variables.
21012         (starttls-program, starttls-extra-args): Doc fix.
21013         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21014         New functions.
21015         (starttls-negotiate, starttls-open-stream):
21016         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21017         function if it is set.
21018
21019 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21020
21021         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21022         structured fields.
21023
21024 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21027
21028 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21029
21030         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21031         Add variable.
21032         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21033         assigning the spam-mark to new messages.
21034
21035 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21036
21037         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21038
21039 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21040
21041         * dgnushack.el: Autoload customize-set-variable for XEmacs.
21042
21043         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21044         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21045         default.
21046
21047 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21048
21049         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21050         correct data.
21051
21052 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21053
21054         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21055         (spam-group-processor-p): Fix function.
21056         (spam-group-processor-multiple-p)
21057         (spam-group-spam-processor-report-gmane-p)
21058         (spam-group-spam-processor-report-resend-p)
21059         (spam-group-spam-processor-bogofilter-p)
21060         (spam-group-spam-processor-blacklist-p)
21061         (spam-group-spam-processor-ifile-p)
21062         (spam-group-ham-processor-ifile-p)
21063         (spam-group-spam-processor-spamoracle-p)
21064         (spam-group-spam-processor-crm114-p)
21065         (spam-group-ham-processor-bogofilter-p)
21066         (spam-group-spam-processor-stat-p)
21067         (spam-group-ham-processor-stat-p)
21068         (spam-group-ham-processor-whitelist-p)
21069         (spam-group-ham-processor-BBDB-p)
21070         (spam-group-ham-processor-spamoracle-p)
21071         (spam-group-ham-processor-copy-p): Remove functions with some
21072         prejudice against unneeded code.
21073         (spam-report-articles-resend)
21074         (spam-report-resend-register-routine): Allow the group/topic
21075         spam-resend-to value to override spam-report-resend-to.
21076         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21077         properly now.
21078
21079         * gnus.el (spam-resend-to): Add group/topic parameter.
21080         (spam-process): Move the OBSOLETE processors to the end of the
21081         choices.
21082
21083 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21084
21085         * spam-report.el (spam-report-resend-to, spam-report-resend):
21086         Start with resend-to set to nil, and then ask the user if necessary.
21087         (spam-report-resend): spam-report-resend takes a list of articles, not
21088         separate article numbers.
21089
21090 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21091
21092         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21093         addition to emacs-w3m.
21094
21095 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21096
21097         * assistant.el (assistant-authinfo-data): New function.
21098         (assistant-eval): Eval for entire assistant.
21099
21100         * netrc.el (netrc-services-file): New variable.
21101         (netrc-parse-services): New function.
21102         (netrc-find-service-name): New function.
21103         (netrc-find-service-number): New function.
21104         (netrc-port-equal): New function.
21105         (netrc-machine): Use it.
21106
21107         * nnimap.el (nnimap-open-connection): Use netrc.
21108
21109         * gnus-util.el (gnus-netrc-get): Remove aliases.
21110
21111         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21112
21113         * assistant.el (wid-edit): Fix compilation.
21114
21115         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21116
21117 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21118
21119         * gnus-util.el (gnus-set-file-modes): New function.  (small
21120         patch).
21121
21122 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21123
21124         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21125
21126         * assistant.el (assistant-render-node): Fix up rendering and
21127         read-only text.
21128         (assistant-render-node): Reset.
21129         (assistant-make-read-only): Not sticky.
21130
21131 2004-05-20  Danny Siu  <dsiu@adobe.com>
21132
21133         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21134         centered even when gnus-auto-center-summary is t.
21135
21136 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21137
21138         * dns.el (dns-get-txt-answer): New function.
21139         (dns-read-txt): Ditto.
21140         (query-dns): Use it.
21141
21142 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21145         active for foreign groups even if the group level is higher than
21146         the specified value.
21147
21148 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149
21150         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21151         non-active groups.
21152
21153         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21154
21155 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21156
21157         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21158
21159 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21160
21161         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21162         (spam-crm114-header, spam-crm114-spam-switch)
21163         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21164         (spam-crm114-positive-spam-header)
21165         (spam-crm114-database-directory, spam-list-of-processors)
21166         (spam-group-spam-processor-crm114-p)
21167         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21168         (spam-generic-score, spam-list-of-checks)
21169         (spam-list-of-statistical-checks, spam-registration-functions)
21170         (spam-check-crm114-headers, spam-crm114-score)
21171         (spam-check-crm114, spam-crm114-register-with-crm114)
21172         (spam-crm114-register-spam-routine)
21173         (spam-crm114-unregister-spam-routine)
21174         (spam-crm114-register-ham-routine)
21175         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21176
21177 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21178
21179         * gnus.el: Add spam-use-crm114.
21180
21181         * spam.el (spam-list-of-processors, spam-registration-functions):
21182         Add spam-use-resend.
21183         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21184         (spam-report-articles-gmane): Add doc fix.
21185         (spam-report-articles-resend, spam-report-resend-register-routine):
21186         Add wrappers around spam-report-resend-to.
21187
21188         * spam-report.el (spam-report-resend-to, spam-report-resend):
21189         Add support for resending spam.
21190         (spam-report-gmane): Fix line length >80.
21191
21192         * gnus.el (spam-process): Add spam-use-resend.
21193
21194 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21195
21196         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21197         number of processed spam messages.
21198         (spam-ham-copy-or-move-routine): Return the number of processed
21199         ham messages.
21200         (spam-summary-prepare-exit): Use the above values to decide
21201         whether status messages shouled be displayed.
21202
21203 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21206         `rfc2047-encoding-function-alist' in order to avoid conflicting
21207         with the old version.
21208         (rfc2047-encode-region): Concatenate words containing non-ASCII
21209         characters in structured fields; don't encode space-delimited
21210         ASCII words even in unstructured fields; don't break words at
21211         char-category boundaries.
21212         (rfc2047-encode-1): New function.
21213         (rfc2047-encode): Use it; encode text so that it occupies the
21214         maximum width within 76-column; work correctly on Q encoding for
21215         iso-2022-* charsets.
21216         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21217         sure not to break a line just after the header name.
21218         (rfc2047-b-encode-region): Remove.
21219         (rfc2047-b-encode-string): New function.
21220         (rfc2047-q-encode-region): Remove.
21221         (rfc2047-q-encode-string): New function.
21222
21223         * mm-util.el (mm-replace-in-string): New function.
21224
21225 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21226
21227         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21228         Really get it right.
21229         (gnus-inews-make-draft): Really.
21230
21231 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21232
21233         * nnmh.el (nnmh-request-list-1): Don't check the link count
21234         before descending.  (small patch)
21235
21236 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21237
21238         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21239         stuff.
21240
21241         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21242         Match on real group name.
21243
21244         * gnus-art.el (gnus-signature-limit): Doc fix.
21245
21246         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21247
21248         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21249
21250 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21251
21252         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21253         isn't a string.
21254
21255 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21256
21257         * gnus-draft.el (gnus-draft-send):
21258         Bind rfc2047-encode-encoded-words.
21259
21260         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21261         (rfc2047-encodable-p): Say that =? needs encoding.
21262         (rfc2047-encode-encoded-words): New variable.
21263
21264         * gnus-group.el (gnus-group-select-group): Doc fix.
21265
21266         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21267
21268         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21269         to nil.
21270
21271         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21272
21273         * nnheader.el (nnheader-get-lines-and-char): New function.
21274
21275 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21276
21277         * gnus-msg.el (gnus-summary-followup-with-original):
21278         Document yanking of region when active.
21279
21280 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21283         groups if the group level is higher than the specified value.
21284
21285 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21286
21287         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21288         (gnus-group-jump-to-group): Add prefix argument using
21289         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21290         non-active group.
21291
21292         * compface.el (uncompface): Be verbose when changing
21293         `uncompface-use-external'.
21294
21295         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21296         handle manual section.
21297
21298 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21299
21300         * gnus-art.el (gnus-button-alist): Revert previous change.
21301
21302 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21303
21304         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21305
21306 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21307
21308         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21309         whether backend can accept message.
21310
21311         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21312
21313 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21314
21315         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21316         Avoid creating directory when nntp-marks-is-evil is true.
21317         Reported by Reiner Steib.
21318
21319 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21320
21321         * gnus-picon.el (gnus-picon-insert-glyph):
21322         Add optional `nostring' argument.
21323
21324 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21325
21326         * gnus-picon.el (gnus-picon-style): New variable.
21327         (gnus-picon-transform-address): Support `gnus-picon-style'.
21328
21329 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21330
21331         * message.el (message-fill-field): Return point.
21332         (message-generate-headers): Go to end of field.
21333
21334         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21335         stuff for non-living groups.
21336
21337 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21338
21339         * gnus-art.el (gnus-article-followup-with-original)
21340         (gnus-article-reply-with-original): gnus-mark-active-p ->
21341         gnus-region-active-p.
21342
21343 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21344
21345         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21346         only when there is spam or ham to be processed.
21347
21348 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21349
21350         * mail-source.el (mail-source-delete-crash-box): Refactor.
21351         (mail-source-fetch): Use it.
21352         (mail-source-fetch-file): Ditto.
21353         (mail-source-fetch-directory): Run postscript in loop.
21354         (mail-source-fetch-pop): Delete.
21355         (mail-source-fetch-maildir): Ditto.
21356         (mail-source-fetch-imap): Ditto.
21357
21358         * imap.el (imap-authenticators): Comment out sasl.
21359
21360         * message.el (message-skip-to-next-address): New function.
21361         (message-fill-header-address): Refactor.
21362         (message-fill-address): Use it.
21363         (message-delete-address): Use it.
21364         (message-fill-header-general): Refactor.
21365         (message-fill-field-address): Rename.
21366         (message-narrow-to-field): Find the start of the header.
21367         (message-header-format-alist): Don't pre-fill.
21368         (message-fill-header): Remove.
21369         (message-insert-header): New function.
21370         (message-shorten-references): Use it.
21371
21372         * rfc2047.el (rfc2047-field-value): Strip props.
21373
21374         * mail-parse.el (mail-header-make-address): New alias.
21375
21376         * ietf-drums.el (ietf-drums-make-address): New function.
21377
21378         * imap.el: Add compiler directives.
21379
21380         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21381
21382         * gnus-art.el (article-decode-idna-rhs): Don't use
21383         message-idna-inside-rhs-p.
21384
21385 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21386
21387         * message.el (message-idna-inside-rhs-p): Remove.
21388         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21389
21390         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21391         false positives.
21392
21393 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21394
21395         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21396
21397 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21398
21399         * nneething.el (nneething-file-name): Don't create spurious
21400         files.
21401
21402         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21403         (gnus-inews-do-gcc): Remove sleep.
21404
21405         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21406         part under point.
21407
21408         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21409         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21410
21411 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21412
21413         * spam.el (spam-summary-prepare-exit): Fix (length).
21414
21415 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21416
21417         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21418         as expired without moving it" message when there are spam
21419         messages left.
21420
21421 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21422
21423         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21424         header is not nil.
21425
21426 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21427
21428         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21429         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21430         (nntp-marks-changed-p): New arg SERVER.
21431         (nntp-request-update-info): Adjust caller.
21432
21433 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21434
21435         * nntp.el (nntp-save-marks): Pass missing arg.
21436
21437 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21438
21439         * nntp.el: Support marks.
21440         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21441         (nntp-marks-modtime, nntp-marks-directory): New variables.
21442         (nntp-request-set-mark, nntp-request-update-info)
21443         (nntp-possibly-create-directory, nntp-marks-changed-p)
21444         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21445         New functions.
21446
21447 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21448
21449         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21450         (gnus-xmas-redefine): Rename.
21451
21452         * gnus-score.el (gnus-score-insert-help):
21453         Use gnus-select-lowest-window.
21454
21455         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21456         appt-select-lowest-window and rename to gnus-select-lowest-window.
21457
21458         * gnus.el: do.
21459
21460 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21461
21462         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21463         encodings of MIME-encoded words, in order to improve
21464         interoperability with several broken MUAs.
21465
21466 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21467
21468         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21469         tags, only when charsets are not specified in headers.
21470         (mm-inline-text-html-render-with-w3m): Ditto.
21471
21472         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21473         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21474
21475 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21476
21477         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21478         instead of MIME-decoded from fields when checking
21479         `gnus-article-address-banner-alist'.
21480
21481 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21482
21483         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21484         description rather than subject.
21485
21486 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21487
21488         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21489
21490 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21491
21492         * gnus.el (gnus-version-number): Bump.
21493
21494 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21495
21496         * gnus.el: No Gnus v0.2 is released.
21497
21498 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21499
21500         * gnus-agent.el (gnus-agent-read-agentview):
21501         Inline gnus-uncompress-range.
21502
21503 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21504
21505         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21506         `exec-installed-p'.
21507
21508 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21509
21510         * gnus.el (spam-process, spam-autodetect-methods):
21511         Add bsfilter and bsfilter-headers.
21512
21513         * spam.el (spam-bsfilter): New customize group.
21514         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21515         (spam-bsfilter-header, spam-bsfilter-probability-header)
21516         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21517         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21518         (spam-bsfilter-database-directory): New options.
21519         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21520         (spam-list-of-statistical-checks, spam-registration-functions):
21521         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21522         (spam-bsfilter-score): New command.
21523         (spam-check-bsfilter-headers, spam-check-bsfilter)
21524         (spam-bsfilter-register-with-bsfilter)
21525         (spam-bsfilter-register-spam-routine)
21526         (spam-bsfilter-unregister-spam-routine)
21527         (spam-bsfilter-register-ham-routine)
21528         (spam-bsfilter-unregister-ham-routine): New functions.
21529         (spam-generic-score): Support bsfilter; Accept an optional argument
21530         to recalcurate spam score even if scoring header has already been
21531         added.
21532         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21533         optional argument to recalcurate spam score even if scoring header
21534         has already been added.
21535
21536 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21537
21538         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21539         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21540         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21541         link is missing.
21542
21543 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21544
21545         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21546         (html2text-get-attr): Rewrite.
21547
21548         * message.el (message-setup-1): Remove redundant put-text-property
21549         on mail-header-separator.
21550
21551 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21552
21553         * gnus-registry.el (gnus-registry-cache-whitespace)
21554         (gnus-registry-action, gnus-registry-spool-action)
21555         (gnus-registry-split-fancy-with-parent): Change message levels
21556         from 5 to 3 or 7, as needed.
21557
21558         * spam.el (spam-summary-prepare-exit)
21559         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21560         (spam-split, spam-find-spam, spam-log-undo-registration)
21561         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21562         level from 5 to 6.
21563
21564 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21567         2004-03-04 change).
21568
21569 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21570
21571         * sieve-manage.el (sieve-manage-open):
21572         * nnweb.el (nnweb-insert-html):
21573         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21574         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21575         * nnspool.el (nnspool-request-group):
21576         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21577         * nnml.el (nnml-request-update-info):
21578         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21579         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21580         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21581         (nnimap-request-set-mark):
21582         * nnfolder.el (nnfolder-request-update-info):
21583         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21584         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21585         * gnus-uu.el (gnus-uu-find-articles-matching):
21586         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21587         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21588         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21589         * gnus-nocem.el (gnus-nocem-scan-groups):
21590         * gnus-int.el (gnus-start-news-server):
21591         * gnus-group.el (gnus-group-make-kiboze-group)
21592         (gnus-group-browse-foreign-server):
21593         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21594         Use mapc when appropriate.
21595
21596 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21597             Adam Sjøgren  <asjo@koldfront.dk>
21598             Wes Hardaker  <wes@hardakers.net>
21599             Michael Shields  <shields@msrl.com>
21600
21601         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21602         may need for spam sorting and scoring.
21603         (spam-user-format-function-S): Add user format function suitable for
21604         general use.
21605         (spam-article-sort-by-spam-status): Add sorting function for summary
21606         sorting.
21607         (spam-extra-header-to-number): Add function to get a score from a
21608         header.
21609         (spam-summary-score): Add function to get a numeric score from the
21610         headers.
21611         (spam-generic-score): Fix function doc, was in wrong place.
21612         (spam-initialize): Take symbols when it's run, and install the
21613         extra headers that spam-necessary-extra-headers thinks we need.
21614
21615 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21616
21617         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21618         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21619
21620 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21621
21622         * gnus-sum.el (gnus-set-global-variables)
21623         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21624         (gnus-article-get-xrefs, gnus-summary-best-group)
21625         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21626         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21627         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21628         Use with-current-buffer.
21629
21630 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21631
21632         * spam.el (spam-summary-prepare-exit): Simplify logic.
21633         (spam-fetch-article-header): Read the article header if it's not
21634         available.
21635         (spam-list-articles): Simplify logic.
21636         (spam-filelist-register-routine): Fix bug with unregister-list.
21637
21638         * gnus-registry.el: Fix comments at beginning.
21639
21640 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21641
21642         * message.el (message-cater-to-broken-inn): Remove.
21643         (message-shorten-references): Make sure the total folded length of
21644         References is shorter than 998 characters to cater to a bug in INN
21645         2.3.  Also, don't pretend that references aren't folded -- this
21646         hasn't worked for a while.
21647
21648 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21649
21650         * gnus-agent.el (gnus-agentize):
21651         gnus-agent-send-mail-real-function no longer set to current value
21652         of message-send-mail-function but rather a lambda that calls
21653         message-send-mail-function.  The change makes the agent real-time
21654         responsive to user changes to message-send-mail-function.
21655
21656 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21657
21658         * legacy-gnus-agent.el
21659         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21660         help from Florian Weimer <fw@deneb.enyo.de>
21661
21662 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * nnmail.el (nnmail-cache-insert): Revert last change.
21665
21666 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21667
21668         * nnmail.el (nnmail-cache-insert): Always check whether
21669         nnmail-cache-ignore-groups matches a group name.
21670
21671 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21672
21673         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21674         (spam-find-spam, spam-log-processing-to-registry)
21675         (spam-log-registered-p, spam-log-unregistration-needed-p)
21676         (spam-log-undo-registration): Use gnus-message instead of
21677         gnus-error, none of these errors are fatal.
21678
21679         * gnus-registry.el (gnus-registry-clean-empty-function)
21680         (gnus-registry-clean-empty): Remove only empty entries without
21681         extra data.
21682
21683 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21684
21685         * spam-stat.el (spam-stat-buffer-change-to-spam)
21686         (spam-stat-buffer-change-to-non-spam): Change (error) to
21687         (gnus-message 8) invocation.
21688
21689 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21690
21691         * nntp.el (nntp-via-netcat-command): New variable.
21692         (nntp-via-netcat-switches): New variable.
21693         (nntp-open-via-rlogin-and-netcat): New function.
21694         (nntp-open-connection-function): Doc fix.
21695         (nntp-telnet-command): Doc fix.
21696         (nntp-end-of-line): Doc fix.
21697         (nntp-via-rlogin-command): Doc fix.
21698         (nntp-via-user-name): Doc fix.
21699         (nntp-via-address): Doc fix.
21700
21701 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21702
21703         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21704         error in Emacs 21.1.
21705
21706 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21707
21708         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21709
21710 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21711
21712         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21713         (gnus-agent-with-refreshed-group): New macro.
21714         (gnus-agent-rename-group): New function.
21715         (gnus-agent-delete-group): New function.
21716         (gnus-agent-save-group-info): Use gnus-command-method when
21717         `method' parameter is nil.  Don't write nil entries into the
21718         active file.
21719         (gnus-agent-get-group-info): New function.
21720         (gnus-agent-fetch-articles):
21721         Use gnus-agent-update-files-total-fetched-for to increment disk space
21722         used.
21723         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21724         Use gnus-agent-update-view-total-fetched-for to increment disk space
21725         used.
21726         (gnus-agent-get-local): Add optional parameters to avoid calling
21727         gnus-group-real-name and gnus-find-method-for-group.
21728         (gnus-agent-set-local): Delete stored entry if either min, or max,
21729         are nil.
21730         (gnus-agent-fetch-session): Reworded error/quit messages.
21731         On quit, use gnus-agent-regenerate-group to record existance of any
21732         articles fetched to disk before the quit occurred.
21733         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21734         gnus-agent-update-view-total-fetched-for, and
21735         gnus-agent-update-files-total-fetched-for to decrement disk space
21736         used.
21737         (gnus-agent-retrieve-headers):
21738         Use gnus-agent-update-view-total-fetched-for to increment disk space
21739         used.
21740         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21741         with gnus-agent-update-files-total-fetched-for to decrement disk
21742         space and fresh group buffer.
21743         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21744         (gnus-agent-need-update-total-fetched-for): New variable.
21745         (gnus-agent-update-files-total-fetched-for): New function.
21746         (gnus-agent-update-view-total-fetched-for): New function.
21747         (gnus-agent-total-fetched-for): New function.
21748
21749         * gnus-cache.el (gnus-cache-save-buffers):
21750         Use gnus-cache-update-overview-total-fetched-for to change disk space
21751         used by this group.
21752         (gnus-cache-possibly-enter-article):
21753         Use gnus-cache-update-file-total-fetched-for to increment disk space
21754         used by this group.
21755         (gnus-cache-possibly-remove-article):
21756         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21757         used by this group.
21758         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21759         (gnus-cache-rename-group): New function.
21760         (gnus-cache-delete-group): New function.
21761         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21762         (gnus-cache-need-update-total-fetched-for): New variable.
21763         (gnus-cache-with-refreshed-group): New macro.
21764         (gnus-cache-update-file-total-fetched-for): New function.
21765         (gnus-cache-update-overview-total-fetched-for): New function.
21766         (gnus-cache-rename-group-total-fetched-for): New function.
21767         (gnus-cache-delete-group-total-fetched-for): New function.
21768         (gnus-cache-total-fetched-for): New function.
21769
21770         * gnus-group.el: Require gnus-sum and autoload functions to
21771         resolve warnings when gnus-group.el compiled alone.
21772         (gnus-group-line-format): Documented new %F.
21773         (size of Fetched data) group line format; identifies disk space
21774         used by agent and cache.
21775         (gnus-group-line-format-alist): Defined new F format.
21776         (gnus-total-fetched-for): New function.
21777         (gnus-group-delete-group): No longer update
21778         gnus-cache-active-altered as gnus-request-delete-group now keeps
21779         the cache in sync.
21780         (gnus-group-list-active): Let the agent store a server's active
21781         list if currently plugged.
21782
21783         * gnus-int.el (gnus-request-delete-group):
21784         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21785         local disk in sync with the server.
21786         (gnus-request-rename-group):
21787         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21788         local disk in sync with the server.
21789
21790         * gnus-start.el (gnus-get-unread-articles):
21791         Cosmetic simplification to logic.
21792
21793         * gnus-util.el (gnus-rename-file): New function.
21794
21795 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21796
21797         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21798
21799 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21800
21801         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21802         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21803
21804 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21805
21806         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21807         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21808
21809 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21810
21811         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21812
21813 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21814
21815         * spam.el (spam-set-difference): Add function to replace
21816         gnus-set-difference in spam.el.
21817         (spam-summary-prepare-exit): Use spam-set-difference.
21818
21819 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21820
21821         * gnus-registry.el (gnus-registry-cache-file): Update to use
21822         gnus-dribble-directory OR gnus-home-directory OR ~.
21823         (gnus-registry-split-fancy-with-parent): Fix doc.
21824
21825 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * message.el (message-exchange-point-and-mark):
21828         Use message-mark-active-p.  Suggested by Jesper Harder
21829         <harder@ifa.au.dk>.
21830
21831 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * message.el (message-exchange-point-and-mark): Don't activate
21834         region if it was inactive.  Suggested by Hiroshi Fujishima
21835         <pooh@nature.tsukuba.ac.jp>.
21836
21837 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * gnus-art.el (article-display-face): Display Faces in the same
21840         order as X-Faces.
21841
21842 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21843
21844         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21845
21846 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21847
21848         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21849         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21850         (gnus-article-mime-hierarchy): Remove.
21851         (gnus-article-mime-hierarchy-next): Remove.
21852         (gnus-article-mode): Revert 2004-03-19 change.
21853         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21854         (gnus-insert-mime-button): Revert 2004-03-19 change.
21855         (gnus-mime-accumulate-hierarchy): Remove.
21856         (gnus-mime-enter-multipart): Remove.
21857         (gnus-mime-leave-multipart): Remove.
21858         (gnus-mime-display-part): Revert 2004-03-19 change.
21859         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21860
21861         * mml.el (mml-preview): Revert 2004-03-19 change.
21862
21863 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21864
21865         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21866
21867 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21868
21869         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21870         t while entering a file name using the mm-with-multibyte macro.
21871         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21872
21873         * mm-util.el (mm-with-multibyte): New macro.
21874
21875 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21878         New user option.
21879         (gnus-mime-multipart-functions): Doc and customization fix.
21880         (gnus-article-mime-hierarchy): New variable.
21881         (gnus-article-mime-hierarchy-next): New variable.
21882         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21883         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21884         gnus-article-mime-hierarchy-next to nil.
21885         (gnus-insert-mime-button): Show hierarchy numbers.
21886         (gnus-mime-accumulate-hierarchy): New function.
21887         (gnus-mime-enter-multipart): New function.
21888         (gnus-mime-leave-multipart): New function.
21889         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21890         (gnus-mime-display-alternative): Show hierarchy numbers.
21891
21892         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21893         gnus-article-mime-hierarchy-next to nil.
21894
21895 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21896
21897         * dns.el: Don't require gnus-xmas.
21898
21899 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21900
21901         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21902         inline PGP.
21903         (mml-menu): Disable mml-quote-region if mark is inactive.
21904
21905 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21908         when the group's active is not available.
21909
21910 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21911
21912         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21913         error.
21914
21915 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21916
21917         * imap.el (imap-store-password): New variable.
21918         (imap-interactive-login): Use it.
21919         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21920
21921 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21924         window-start and hscroll to summary window.
21925
21926 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21927
21928         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21929         conversion message to newsrc-dribble when an actual conversion is
21930         performed.
21931
21932 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21933
21934         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21935
21936 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21937
21938         * mm-decode.el (mm-complicated-handles): New function reviving
21939         former definition of mm-multiple-handles.
21940
21941         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21942         (gnus-mime-delete-part): Use it.
21943
21944 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21945
21946         * gnus-agent.el (gnus-agent-read-local):
21947         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21948         avoid the implicit assumption that they will always be equal.
21949         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21950         coding-system-for-write, as the with-temp-file macro first prints
21951         to a buffer then saves the buffer.
21952
21953 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * gnus-art.el (gnus-article-edit-part): New function.
21956         (gnus-mime-save-part-and-strip): Use it; do query instead of
21957         signaling an error; don't use mm-multiple-handles.
21958         (gnus-mime-delete-part): Ditto.
21959
21960 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21961
21962         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21963         old file versions.
21964         (gnus-group-prepare-hook): Remove function that converted list
21965         form of gnus-agent-expire-days to group properties.
21966
21967         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21968         (gnus-request-accept-article): Re-indented.
21969
21970         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21971         converters to handle old agent file formats.  Add logic for a
21972         "backup before upgrading warning".
21973         (gnus-convert-mark-converter-prompt): Developers can mark
21974         functions as needing (default), or not needing,
21975         gnus-convert-old-newsrc's "backup before upgrading warning".
21976         (gnus-convert-converter-needs-prompt): Tests whether the user
21977         should be protected from potentially irreversable changes by the
21978         function.
21979
21980         * legacy-gnus-agent.el: New.  Provides converters that are only
21981         loaded when gnus-convert-old-newsrc needs to call them.
21982
21983 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * mail-source.el (mail-source-touch-pop): Doc fix.
21986
21987         * message.el (message-smtpmail-send-it): Doc fix.
21988
21989 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21990
21991         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21992
21993         * nnmail.el (nnmail-split-fancy): do.
21994
21995         * gnus-kill.el (gnus-kill, gnus-execute): do.
21996
21997 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21998
21999         * gnus-sum.el (gnus-widget-reversible-match)
22000         (gnus-widget-reversible-to-internal)
22001         (gnus-widget-reversible-to-external): New functions.
22002         (gnus-widget-reversible): New widget.
22003         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22004
22005 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22006
22007         * gnus-sum.el (gnus-thread-sort-functions)
22008         (gnus-article-sort-functions): Document `(not F)' items.
22009
22010 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22011
22012         * spam.el (spam-use-gmane-xref): Add new backend.
22013         (spam-gmane-xref-spam-group): Add variable to control the name of the
22014         Gmane spam group.
22015         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22016         (spam-regex-headers-spam, spam-regex-headers-ham)
22017         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22018         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22019         backends and checks.
22020         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22021
22022         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22023         an autodetect method.
22024
22025 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22026
22027         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22028         articles are being added to a group.
22029         (gnus-request-replace-article): Inform the agent that articles
22030         need to be uncached as the cached contents are no longer valid.
22031
22032 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * binhex.el: Don't autoload executable-find.
22035
22036         * canlock.el: Don't autoload mail-fetch-field.
22037
22038         * dgnushack.el: Autoload c-mode for XEmacs.
22039
22040         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22041
22042         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22043         rmail-dont-reply-to and rmail-output.
22044
22045         * gnus-score.el: Don't autoload ffap-string-at-point.
22046
22047         * gnus-setup.el: Don't autoload sc-cite-original.
22048
22049         * imap.el: Don't autoload base64-decode-string,
22050         base64-encode-string and md5.
22051
22052         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22053         and rmail-msg-restore-non-pruned-header.
22054
22055         * mm-decode.el: Don't autoload executable-find.
22056
22057         * mm-url.el: Don't autoload executable-find.
22058
22059         * mm-view.el: Don't autoload diff-mode.
22060
22061         * nndb.el: Don't autoload news-reply-mode, news-setup,
22062         cancel-timer and telnet.
22063
22064         * password.el: Don't autoload run-at-time for Emacs.
22065
22066         * sha1-el.el: Don't autoload executable-find.
22067
22068         * sieve-mode.el: Don't autoload c-mode.
22069
22070         * uudecode.el: Don't autoload executable-find.
22071
22072 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22073
22074         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22075         (gnus-agent-possibly-alter-active): Avoid null in numeric
22076         comparison.
22077         (gnus-agent-set-local): Refuse to save null in local object table.
22078         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22079         list of articles that will be marked as unread.
22080
22081 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22082
22083         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22084
22085 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22086
22087         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22088         language tags.
22089
22090 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22091
22092         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22093         Don't bind "obarray".
22094
22095         * gnus-sum.el (gnus-thread-sort-functions):
22096         Add `gnus-thread-sort-by-most-recent-number' and
22097         `gnus-thread-sort-by-most-recent-date'.
22098         Reported by Kai Grossjohann <kai@emptydomain.de>.
22099
22100 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22103
22104 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22105
22106         * gnus-cus.el (gnus-agent-customize-category):
22107         Remove ignore-errors macro reference that required cl to be loaded at
22108         run-time.
22109
22110         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22111         single-interval range of the form (min . max).  Previously the
22112         range had to look like ((min . max)).  Likewise, return
22113         (min . max) rather than ((min . max)).
22114         (gnus-range-map): Use gnus-range-normalize to accept
22115         single-interval range.
22116
22117         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22118         the cache, but not the agent, now appear with their usual face.
22119
22120         * dgnushack.el (loaddir): New variable that is bound to the
22121         directory containing the dgnushack.el file. Use loaddir, rather
22122         than srcdir, to update load-path. Change lets dgnushack compile
22123         code in directories other than GNUS/lisp.
22124
22125 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * lpath.el: Don't bind w3m-safe-url-regexp.
22128
22129         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22130         w3m-safe-url-regexp variable buffer-local.
22131
22132         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22133
22134 2004-02-27  Simon Josefsson  <jas@extundo.com>
22135
22136         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22137         gnus-group-real-prefix.
22138         (gnus-summary-move-article): Use it, instead of
22139         gnus-group-real-prefix.
22140
22141 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22142
22143         * lpath.el: Bind w3m-safe-url-regexp.
22144
22145         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22146         w3m-safe-url-regexp variable buffer-local and set it as the value
22147         of mm-w3m-safe-url-regexp.
22148
22149         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22150
22151         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22152         parsing gnus-posting-styles when the message is not for replying.
22153
22154         * dgnushack.el: Autoload sgml-mode for XEmacs.
22155
22156         * nnrss.el (nnrss-opml-export):
22157         Use mm-set-buffer-file-coding-system instead of
22158         set-buffer-file-coding-system.
22159
22160 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22161
22162         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22163         of checkdoc.el).
22164         * nnrss.el: do.
22165         * gnus-mlspl.el: do.
22166         * gnus-ml.el: do.
22167         * gnus-srvr.el: do.
22168
22169         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22170
22171 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22172
22173         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22174         Corrections to custom-manual links.
22175
22176         * gnus-art.el (gnus-article): Ditto.
22177
22178         * mm-decode.el (mime-display, mime-security): Ditto.
22179
22180 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22181
22182         * flow-fill.el: Typo.
22183
22184 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22185
22186         * spam-wash.el: New file.
22187
22188 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22189
22190         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22191
22192 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22193
22194         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22195         to be run with new-articles as LIST1, not LIST2.
22196         (spam-registration-functions): Add spam-use-ham-copy as a nil
22197         registration backend.
22198
22199 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22200
22201         * spam-stat.el (spam-stat-washing-hook): New option.
22202         (spam-stat-buffer-words): Use it.
22203         (spam-stat-process-directory, spam-stat-test-directory):
22204         Use insert-file-contents-literally.
22205         (spam-stat-coding-system): New variable.
22206         (spam-stat-load, spam-stat-save): Use it.
22207
22208 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22209
22210         * spam-report.el (spam-report-plug-agent):
22211         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22212
22213 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22214
22215         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22216         Allow / in mailto URLs.
22217
22218 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22219
22220         * spam-report.el (spam-report-process-queue): Fix interactive use.
22221         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22222         (spam-report-unplug-agent): Doc fixes.
22223         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22224         (spam-report-agentize, spam-report-deagentize): Autoload.
22225
22226 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22229
22230         * message.el (message-setup-fill-variables): Add mml tags to
22231         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22232         <ajk@iu.edu>.
22233         (message-mode): Don't modify paragraph-separate there.
22234
22235 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * compface.el (uncompface-use-external): Default to undecided.
22238         (uncompface-use-external-threshold): New variable.
22239         (uncompface-float-time): New macro.
22240         (uncompface): Determine whether to use the external decoder if
22241         uncompface-use-external is undecided.
22242
22243 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22244
22245         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22246         after images.
22247
22248         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22249
22250 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22251
22252         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22253
22254         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22255
22256         * gnus-sum.el (gnus-summary-limit-to-age)
22257         (gnus-summary-limit-children): do.
22258
22259         * gnus-int.el (gnus-request-scan): do.
22260
22261         * gnus-group.el (gnus-group-suspend): do.
22262
22263         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22264
22265         * gnus-cite.el (gnus-cite-parse-attributions): do.
22266
22267         * gnus-agent.el (gnus-summary-set-agent-mark)
22268         (gnus-agent-regenerate-group): do.
22269
22270         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22271
22272         * binhex.el (binhex-decode-region-internal): do.
22273
22274 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22275
22276         * gnus-fun.el (gnus-face-properties-alist): New user option.
22277         (gnus-display-x-face-in-from): Use it.
22278
22279         * gnus-art.el (article-display-face): Ditto.
22280
22281         * compface.el (uncompface-use-external): Default to nil.
22282
22283 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22284
22285         * nntp.el (nntp-erase-buffer): New function.
22286         (nntp-retrieve-data, nntp-send-command)
22287         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22288         (nntp-possibly-change-group): Use it.
22289
22290         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22291         Use with-current-buffer.
22292
22293 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22294
22295         * compface.el: Merge the ELisp-based uncompface program.
22296         (compface): New customization group.
22297         (uncompface-use-external): New user option.
22298         (uncompface): Call uncompface-internal if uncompface-use-external
22299         is nil.
22300         (uncompface-internal): New function.  Note that there are also
22301         some other functions and variables added for this function.
22302
22303 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22304
22305         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22306         if necessary.
22307
22308 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22309
22310         * spam-report.el (spam-report-unplug-agent)
22311         (spam-report-plug-agent, spam-report-deagentize)
22312         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22313         Add support for the Agent in spam-report: when unplugged, report to a
22314         file; when plugged, submit all the requests.
22315
22316         * spam.el (spam-register-routine): Fix message about
22317         registration.
22318
22319 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22320
22321         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22322         dependencies.
22323         (rfc2047-encode): Use it.
22324
22325         * gnus-art.el (gnus-button-marker-list): Move before first
22326         reference.
22327
22328         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22329         (imap-parse-body): Fix format string mismatch.
22330
22331         * gnus-score.el (gnus-summary-increase-score): do.
22332
22333         * nnrss.el (nnrss-close): New function.
22334
22335 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22336
22337         * nnrss.el (nnrss-make-filename): New function.
22338         (nnrss-request-delete-group, nnrss-read-server-data)
22339         (nnrss-save-server-data, nnrss-read-group-data)
22340         (nnrss-save-group-data): Use it.
22341         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22342         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22343         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22344
22345 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22346
22347         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22348
22349 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22350
22351         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22352         files.
22353
22354         * message.el (message-generate-headers-first): Don't quote nil
22355         and t in docstrings.
22356
22357         * imap.el (imap-id): do.
22358
22359         * gnus-agent.el (gnus-agent-consider-all-articles)
22360         (gnus-agent-queue-mail): do.
22361
22362 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22363
22364         * spam-report.el (spam-report-process-queue): New function.
22365         Process requests from `spam-report-requests-file'.
22366         (spam-report-process-queue): Doc fix.
22367
22368 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22369
22370         * spam.el (spam-register-routine)
22371         (spam-log-processing-to-registry, spam-log-registered-p)
22372         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22373         Change "check" to "spam-check" for semi-clarity.
22374
22375 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22376
22377         * pop3.el: Require nnheader.
22378
22379         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22380
22381         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22382
22383         * gnus-picon.el: Require cl.
22384
22385         * gnus-fun.el: Require gnus-ems and gnus-util.
22386
22387         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22388
22389         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22390
22391         * gnus-art.el (gnus-article-edit-mode): Define before first
22392         reference.
22393
22394 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22395
22396         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22397         (gnus-uu-post-encoded): Use point-at-bol.
22398
22399         * gnus-topic.el (gnus-group-active-topic-p): do.
22400
22401         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22402
22403         * gnus-group.el (gnus-group-kill-region): do.
22404
22405         * gnus-art.el (article-date-ut): do.
22406
22407         * message.el (message-fetch-field): Remove redundant
22408         case-fold-search binding.
22409         (message-narrow-to-field): Simplify.
22410
22411 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22412
22413         * spam.el (spam-directory): Derive from `gnus-directory'.
22414
22415         * spam-report.el (spam-report-url-to-file)
22416         (spam-report-requests-file): New function and variable for offline
22417         reporting.
22418         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22419         and user defined function.
22420         (spam-report-url-ping-mm-url): Remove doubled slash.
22421
22422 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22423
22424         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22425
22426 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22427
22428         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22429         Fix format string mismatch.
22430
22431         * sieve.el (sieve-deactivate-all): do.
22432
22433         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22434
22435         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22436
22437         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22438
22439         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22440
22441 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22442
22443         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22444         the list of checks.
22445
22446 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22447
22448         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22449         padding.
22450
22451 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22452
22453         * mm-view.el (mm-fill-flowed): New variable.
22454         (mm-inline-text): Use it.
22455
22456 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22457
22458         * spam.el (spam-spamassassin-register-ham-routine)
22459         (spam-spamassassin-register-spam-routine): Fix function names.
22460
22461 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22462
22463         * gnus.el (gnus-tmp-grouplens): Remove.
22464         (gnus-summary-line-format): Remove grouplens.
22465
22466         * gnus-group.el (gnus-group-line-format): Ditto.
22467
22468         * gnus-spec.el (gnus-format-specs): Ditto.
22469         (gnus-update-format-specifications): Flush the group format spec
22470         cache if there's the grouplens stuff.
22471         (gnus-parse-simple-format): Replace %l with the empty string.
22472
22473 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22474
22475         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22476         omission.
22477
22478 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22479
22480         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22481         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22482
22483 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22484
22485         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22486         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22487         New macros and functions.
22488         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22489         Handle > NLINK_MAX messages.
22490         * nnmaildir.el (nnmaildir-request-set-mark):
22491         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22492
22493 2004-01-25  Alex Schroeder  <alex@gnu.org>
22494
22495         * spam-stat.el (spam-stat-process-directory-age): New option.
22496         (spam-stat-process-directory): Use it.
22497
22498 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22499
22500         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22501         (spam-stat-save): Accept prefix argument.
22502
22503 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22504
22505         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22506         links" error.
22507
22508 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22509
22510         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22511         the rest of the and/or forms.
22512
22513 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22514
22515         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22516         compatibility with old .newsrc.eld files.
22517
22518         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22519
22520         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22521
22522         * gnus-start.el (gnus-1): do.
22523
22524         * gnus-group.el (gnus-group-line-format-alist): do.
22525
22526         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22527
22528         * gnus-gl.el: Remove.
22529
22530 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22531
22532         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22533         marks consisting of a single range {for example, (3 . 5)} rather
22534         than a list of a single range { ((3 . 5)) }.
22535
22536 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22537
22538         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22539         Use with-current-buffer.
22540         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22541         avoid consing a string.
22542
22543         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22544         Remove obsolete entries for big5 and gb2312.
22545
22546 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22547
22548         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22549         uncompressed list.
22550
22551 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22552
22553         * spam-stat.el (spam-stat-strip-xref): New function.
22554         (spam-stat-process-directory): Use it.
22555
22556         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22557         here -- it's done in message-fetch-field.
22558
22559 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22560
22561         * gnus-agent.el (gnus-agent-queue-mail)
22562         (gnus-agent-prompt-send-queue): New variables.
22563         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22564         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22565         "nndraft:queue" along to gnus-draft-send.
22566         Use gnus-agent-prompt-send-queue.
22567         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22568         is "nndraft:queue".  Suggested by Gaute Strokkenes
22569         <gs234@srcf.ucam.org>
22570
22571         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22572         (agent-enable-undownloaded-faces): Add.
22573         (gnus-agent-cat-groups): Use eval-and-compile, not
22574         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22575         method of gnus-agent-cat-groups even when the buffer has been
22576         evaled.
22577         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22578         delete gnus-agent-save-active-1.
22579         (gnus-agent-save-groups): Delete.  Identical to
22580         gnus-agent-save-active.
22581         (gnus-agent-write-active): No longer adjust agent's copy of active
22582         file as agent's adjustments are now stored in their own
22583         file.  Remove optional parameter.
22584         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22585         servers.  Add use of min/max range limits from server's local
22586         file.
22587         (gnus-agent-save-alist): Remove unused optional argument.
22588         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22589         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22590         (gnus-agent-set-local): A per-server file that keeps min/max range
22591         limits for articles known to the agent.  Provides a fast mechanism
22592         for altering many active ranges.
22593         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22594         active file (local makes it unnecessary).
22595         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22596
22597         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22598         (agent-enable-undownloaded-faces): Add.
22599
22600         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22601         disable it when sending to "nndraft:queue".
22602         (gnus-group-send-queue): Add safety check to avoid sending queue
22603         when unplugged.
22604
22605         * gnus-group.el (gnus-group-catchup): Use new
22606         gnus-sequence-of-unread-articles, not
22607         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22608         numbers of articles.  Use gnus-range-map to avoid having to
22609         uncompress the unread list.
22610         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22611         Fix invalid ange-ftp reference.
22612
22613         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22614         (gnus-sorted-range-intersection): Intersection of two ranges
22615         without requiring that they first be uncompressed.
22616
22617         * gnus-start.el (gnus-activate-group): Unless blocked by the
22618         caller, possibly expand the active range to include both cached
22619         and agentized articles.
22620         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22621         multiple version-dependent converters.
22622         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22623         gnus-agent-save-active.
22624         (gnus-save-newsrc-file): Save dirty agent range limits.
22625
22626         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22627         gnus-agent-possibly-alter-active.
22628         (gnus-adjust-marked-articles): Faster handling of simple lists.
22629
22630 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22631
22632         * spam-stat.el (spam-stat-test-directory): New optional argument
22633         displays a list of files detected.  Suggested by Andrew Cohen
22634         <cohen@andy.bu.edu>.
22635         (spam-stat-buffer-words-with-scores): Don't narrow and change
22636         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22637
22638 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22639
22640         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22641         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22642         (spam-spamassassin-arguments)
22643         (spam-spamassassin-spam-flag-header)
22644         (spam-spamassassin-positive-spam-flag-header)
22645         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22646         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22647         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22648         (spam-list-of-processors, spam-list-of-checks)
22649         (spam-list-of-statistical-checks, spam-registration-functions)
22650         (spam-check-spamassassin-headers, spam-check-spamassassin)
22651         (spam-spamassassin-score)
22652         (spam-spamassassin-register-with-sa-learn)
22653         (spam-spamassassin-register-spam-routine)
22654         (spam-spamassassin-register-ham-routine)
22655         (spam-assassin-register-spam-routine)
22656         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22657         (spam-bogofilter-score): Fix to show article before scoring.
22658
22659 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22660
22661         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22662         default scoring function.
22663         (spam-generic-score): Call spam-spamassassin-score if
22664         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22665         spam-bogofilter-score otherwise.
22666
22667         * gnus.el (spam-process, spam-autodetect-methods):
22668         Add spamassassin and spamassassin-headers.
22669
22670 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22671
22672         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22673         Suppress unnecessary messages.
22674
22675 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22676
22677         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22678         make-hash-table.
22679
22680 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * canlock.el (base64-encode-string): Don't autoload it.
22683
22684 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * run-at-time.el: Remove useless (require 'itimer),
22687         eval-and-compile and (featurep 'xemacs).
22688
22689 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22690
22691         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22692         GROUP is a virtual group.
22693
22694 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22695
22696         * gnus.el: Autoload `message-y-or-n-p'.
22697
22698 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22699
22700         * pgg-parse.el: Remove unnecessary (require 'custom).
22701
22702         * pgg-def.el: do.
22703
22704         * nnmail.el: do.
22705
22706         * gnus-undo.el: do.
22707
22708         * gnus-picon.el: do.
22709
22710         * gnus-util.el: do.
22711
22712 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22713
22714         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22715
22716 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22717
22718         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22719         handle, as well as a list.
22720
22721         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22722         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22723         (mm-w3m-cid-retrieve): Simplify.
22724
22725 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22726
22727         * message.el (message-kill-to-signature): Allow prefix arg to
22728         specify number of lines to keep before signature.
22729
22730 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22731
22732         * message.el (message-kill-to-signature): Change docstring.
22733
22734 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22735
22736         * canlock.el: Always require sha1-el.
22737         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22738
22739         * message.el: Autoload sha1 only when compiling.
22740
22741         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22742         eudc-expand-inline for XEmacs.
22743
22744 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22745
22746         * message.el (message-canlock-generate): Require sha1-el.
22747
22748 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22749
22750         * message.el (message-expand-name): Silence the byte compiler.
22751
22752         * lpath.el: Add detect-coding-system.
22753
22754         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22755         cus-edit.
22756
22757 2004-01-13  Simon Josefsson  <jas@extundo.com>
22758
22759         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22760         Invoke gnus-score-mode.
22761         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22762
22763         * gnus-range.el (gnus-compress-sequence): Doc fix.
22764         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22765
22766 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22767
22768         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22769
22770 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22771
22772         * spam.el (spam-get-article-as-string): Update to use
22773         gnus-request-article-this-buffer, much simpler.
22774         (spam-get-article-as-buffer): Remove.
22775
22776 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22777
22778         * message.el (message-expand-name): Use EUDC if the user uses that.
22779
22780 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22781
22782         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22783         character for the encoding to avoid consing a string.
22784
22785         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22786         unnecessarily.
22787
22788         * mm-util.el (mm-replace-chars-in-string): Remove.
22789
22790         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22791         of mm-replace-chars-in-string.
22792
22793 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22794
22795         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22796
22797         * mm-util.el (mm-subst-char-in-string): Support inplace.
22798
22799         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22800         a new string in every iteration.  Use shy groups.
22801
22802 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22803
22804         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22805         * gnus-soup.el (gnus-soup-group-brew):
22806         * gnus-msg.el (gnus-put-message):
22807         * gnus-move.el (gnus-group-move-group-to-server):
22808         * gnus-kill.el (gnus-batch-score):
22809         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22810         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22811         (gnus-group-update-group, gnus-group-read-group)
22812         (gnus-group-make-group, gnus-group-make-help-group)
22813         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22814         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22815         (gnus-group-sort-by-unread, gnus-group-catchup)
22816         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22817         (gnus-group-yank-group, gnus-group-set-info)
22818         (gnus-group-list-groups):
22819         * gnus.el (gnus-generate-new-group-name):
22820         * gnus-delay.el (gnus-delay-send-queue):
22821         * nnvirtual.el (nnvirtual-catchup-group):
22822         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22823         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22824         (gnus-group-prepare-topics, gnus-topic-check-topology):
22825         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22826         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22827         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22828         (gnus-group-make-articles-read):
22829         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22830         (gnus-group-change-level, gnus-kill-newsgroup)
22831         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22832         (gnus-get-unread-articles, gnus-make-articles-unread)
22833         (gnus-make-ascending-articles-unread): Use accessor
22834         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22835         to get group information for improved readability.
22836
22837
22838 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22839
22840         * gnus-art.el (article-decode-mime-words, article-babel)
22841         (gnus-article-highlight-signature, gnus-article-add-buttons)
22842         (gnus-signature-toggle): Use gnus-with-article-buffer.
22843
22844         * gnus-art.el (gnus-article-highlight-headers)
22845         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22846
22847         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22848         (gnus-article-set-globals, gnus-request-article-this-buffer)
22849         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22850         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22851         (gnus-mime-display-alternative): Use with-current-buffer.
22852
22853 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22856         also under 80 char limit, and call gnus-error if needed.
22857         (spam-fetch-article-header): Fix - it was a
22858         buffer-local variable (gnus-newsgroup-data).
22859         (spam-find-spam): Use spam-generate-fake-headers, forget about
22860         spam-insert-fake-headers.
22861         (spam-insert-fake-headers): Remove.
22862
22863 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22864
22865         * deuglify.el (gnus-article-outlook-unwrap-lines)
22866         (gnus-outlook-rearrange-article)
22867         (gnus-outlook-repair-attribution-outlook)
22868         (gnus-outlook-repair-attribution-block)
22869         (gnus-outlook-repair-attribution-other): Remove redundant
22870         save-excursion.
22871
22872 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22873
22874         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22875         (spam-fetch-field-subject-fast)
22876         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22877         (spam-fetch-article-header): Add functions to deal with Gnus
22878         internals for fast retrieval of article header data.
22879         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22880
22881 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22882
22883         * pop3.el (pop3-md5): Remove.
22884         (pop3-apop): Replace pop3-md5 with md5.
22885
22886         * mm-bodies.el: base64 is always built-in.
22887
22888         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22889         Use with-current-buffer.
22890
22891 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * canlock.el (canlock-insert-header): Remove excessive grouping in
22894         regexp.
22895
22896         * gnus-sum.el (gnus-summary-read-document): Ditto.
22897
22898         * gnus-uu.el (gnus-uu-part-number): Ditto.
22899
22900         * html2text.el (html2text-remove-tags): Ditto.
22901         (html2text-format-tags): Ditto.
22902         (html2text-format-single-elements): Ditto.
22903
22904         * mml.el (mml-parse-1): Ditto.
22905
22906 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22907
22908         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22909
22910         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22911
22912         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22913
22914         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22915
22916 2003-11-15  Simon Josefsson  <jas@extundo.com>
22917
22918         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22919         (pgg-gpg-lookup-key): Use regexp match instead of
22920         split-string (split-string is different between emacs 21.2 and
22921         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22922
22923 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22924
22925         * gnus-art.el (gnus-mime-view-all-parts)
22926         (gnus-article-part-wrapper, gnus-article-view-part):
22927         Use with-current-buffer.
22928
22929 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22930
22931         * spam.el (spam-disable-spam-split-during-ham-respool)
22932         (spam-spamoracle-database, spam-cache-lookups)
22933         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22934         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22935         (spam-group-ham-marks, spam-group-spam-marks)
22936         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22937         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22938         also add spam-use-blackholes to the statistical checks.
22939         (spam-fetch-field-fast): Add interface to fetching fields, may
22940         become a macro.
22941         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22942         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22943         (spam-insert-fake-headers): Fake an article when needed.
22944         (spam-find-spam): Fake article when possible.
22945         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22946         (spam-check-bogofilter-headers): Use message-fetch-field instead
22947         of nnmail-fetch-field.
22948
22949 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22950
22951         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22952
22953 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22954
22955         * spam.el (spam-split): Do not require spam-use-CHECK to be
22956         enabled if that check is passed to spam-split explicitly; also
22957         fix so 'spam doesn't get converted to spam-split-group when
22958         spam-split-symbolic-return is t.
22959         (spam-find-spam): Find registrations of the article and use those
22960         instead of re-running spam-split to find the spam/ham
22961         classification of the article.
22962         (spam-log-processing-to-registry, spam-log-registered-p)
22963         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22964         Use gnus-error instead of gnus-message.
22965         (spam-log-registration-type): Add function to determine the
22966         classification of a message based on registry entries; will
22967         return nil if both 'spam and 'ham are found.
22968         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22969         a reasonably fast local cache without the loading errors.
22970         (spam-cache-lookups): Set to t by default.
22971         (spam-find-spam): Don't try to guess spam-cache-lookups.
22972         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22973         spam-caches entry.
22974         (spam-filelist-build-cache, spam-filelist-check-cache):
22975         Fix caching of whitelist/blacklist entries.
22976         (spam-check-whitelist, spam-check-blacklist):
22977         Invoke spam-from-listed-p with a type, not a cache variable.
22978         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22979
22980 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22981
22982         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22983
22984         * nnmail.el (nnmail-split-fancy): do.
22985
22986         * mml.el (mml-parse): do.
22987
22988         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22989         (gnus-score-adaptive): do.
22990
22991 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22994         (gnus-mime-button-map): Don't set keymap parent.
22995         (gnus-button-ctan-directory-regexp): Use shy grouping.
22996         (gnus-prev-page-map): Don't set keymap parent.
22997         (gnus-prev-page-map): Remove duplicated one.
22998         (gnus-next-page-map): Don't set keymap parent.
22999         (gnus-mime-security-button-map): Ditto.
23000
23001         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23002         version number.
23003
23004         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23005
23006 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23007
23008         * canlock.el (canlock-sha1-function): Remove.
23009         (canlock-sha1-function-for-verify): Remove.
23010         (canlock-openssl-program): Remove.
23011         (canlock-openssl-args): Remove.
23012         (canlock-ignore-errors): Remove.
23013         (canlock-sha1-with-openssl): Remove.
23014         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23015         (canlock-verify): Don't use canlock-ignore-errors.
23016
23017         * sha1-el.el (sha1-string-external): Make it can return a string
23018         in binary form.
23019         (sha1-region-external): Ditto.
23020         (sha1-string-internal): Ditto.
23021         (sha1-region-internal): Ditto.
23022         (sha1-region): Ditto.
23023         (sha1-string): Ditto.
23024         (sha1): Ditto.
23025
23026 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23027
23028         * spam.el (spam-report-articles-gmane): New command.
23029
23030 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23031
23032         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23033
23034         * run-at-time.el (run-at-time-saved): Remove.
23035         (run-at-time): Doc fix.
23036
23037 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23038
23039         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23040         (gnus-summary-limit-map): Add it.
23041         (gnus-summary-make-menu-bar): do.
23042
23043 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23044
23045         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23046         Make attempt at some caching support (done for BBDB only now).
23047         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23048         addresses to be checked.
23049         (spam-clear-cache-BBDB): Add function, to be invoked by
23050         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23051         (spam-check-BBDB): Check and use the caches, if
23052         spam-cache-lookups is on, remove superfluous (provide).
23053
23054 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23055
23056         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23057
23058 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23059
23060         * run-at-time.el (run-at-time-saved): Move to after the definition
23061         of `run-at-time'.
23062
23063         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
23064
23065 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23066
23067         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23068         mm-w3m-local-map-property.
23069
23070         * mm-view.el (mm-w3m-mode-map): Remove.
23071         (mm-w3m-local-map-property): Remove.
23072         (mm-inline-text-html-render-with-w3m): Don't use
23073         mm-w3m-local-map-property.
23074
23075 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23076
23077         * run-at-time.el: New file.
23078
23079         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
23080         under Emacs.
23081
23082         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23083         of gnus-set-text-properties.
23084
23085         * gnus-uu.el (gnus-uu-save-article): Ditto.
23086
23087         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23088
23089         * gnus-cite.el (gnus-cite-parse): Ditto.
23090
23091         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23092         of gnus-.
23093
23094         * gnus-xmas.el (run-at-time): Require run-at-time.
23095
23096         * gnus.el: Change calls to nnheader-run-at-time and
23097         password-run-at-time throughout to use run-at-time directly.
23098
23099         * password.el: Remove definition of run-at-time.
23100
23101         * nnheaderxm.el: Remove definition of run-at-time.
23102
23103 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23104
23105         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23106         in prompt.
23107
23108 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23109
23110         * messagexmas.el (message-xmas-redefine): Alias
23111         `message-make-caesar-translation-table' to
23112         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23113         version.
23114
23115         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23116         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23117         `gnus-xmas-set-text-properties'.
23118         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23119         `gnus-xmas-completing-read'.
23120         (gnus-xmas-completing-read): Removed.
23121         (gnus-xmas-open-network-stream): Removed.
23122
23123         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
23124         XEmacs version.
23125
23126         * dns.el (dns-make-network-process): Use `open-network-stream'
23127         instead of `gnus-xmas-open-network-stream'.
23128
23129         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23130
23131         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23132
23133 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23134
23135         * gnus-art.el (gnus-mime-display-alternative)
23136         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23137         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23138         Don't use gnus-local-map-property.
23139
23140         * gnus-util.el (gnus-local-map-property): Remove.
23141
23142         * mm-view.el (mm-view-pkcs7-decrypt):
23143         Replace gnus-completing-read-maybe-default with completing-read.
23144
23145         * gnus-util.el (gnus-completing-read): do.
23146         (gnus-completing-read-maybe-default): Remove.
23147
23148 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23149
23150         * password.el: Only autoload `run-at-time' if not XEmacs.
23151         Only autoload the itimer functions if XEmacs.
23152
23153 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23154
23155         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23156         XEmacsen.
23157
23158         * dgnushack.el: Autoload executable-find for XEmacs.
23159
23160 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23161
23162         * gnus-art.el (gnus-read-string): Remove.
23163         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23164         read-string.
23165
23166 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23167
23168         * netrc.el: Autoload password-read.
23169         (netrc): Add configuration group.
23170         (netrc-encoding-method, netrc-openssl-path):
23171         Add variables for encoding and decoding of files with symmetric
23172         ciphers.
23173         (netrc-encode): Add assistant function to encode a file with
23174         netrc-encoding-method.
23175         (netrc-parse): Add interactive parameter, added optional
23176         decoding if netrc-encoding-method is non-nil but otherwise
23177         behavior is standard.
23178         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23179         Do s/encode/encrypt/ everywhere.
23180
23181         * spam.el: Remove executable-find autoload.
23182
23183 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23184
23185         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23186
23187         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23188
23189 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23190
23191         * gnus-art.el (gnus-treat-ansi-sequences)
23192         (article-treat-ansi-sequences): New variable and function.
23193         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23194
23195         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23196         Use it.
23197
23198 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23199
23200         * mm-util.el (mm-quote-arg): Remove.
23201
23202         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23203         shell-quote-argument.
23204
23205         * gnus-uu.el (gnus-uu-command): do.
23206
23207         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23208
23209         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23210         with make-char.
23211
23212         * mm-util.el (mm-make-char): Remove.
23213
23214         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23215         add-minor-mode.
23216
23217         * gnus-undo.el (gnus-undo-mode): do.
23218
23219         * gnus-topic.el (gnus-topic-mode): do.
23220
23221         * gnus-sum.el (gnus-dead-summary-mode): do.
23222
23223         * gnus-start.el (gnus-slave-mode): do.
23224
23225         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23226
23227         * gnus-ml.el (gnus-mailing-list-mode): do.
23228
23229         * gnus-gl.el (gnus-grouplens-mode): do.
23230
23231         * gnus-draft.el (gnus-draft-mode): do.
23232
23233         * gnus-dired.el (gnus-dired-mode): do.
23234
23235         * gnus-ems.el (gnus-add-minor-mode): Remove.
23236
23237         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23238         Replace gnus-char-width with char-width.
23239
23240         * gnus-ems.el (gnus-char-width): Remove.
23241
23242         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23243         Replace gnus-char-width with char-width.
23244
23245         * gnus-ems.el (gnus-char-width): Remove.
23246
23247         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23248         definition.
23249         Remove Emacs 20 hash table compatibility code.
23250
23251         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23252         20 compatibility code.
23253
23254         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23255
23256         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23257
23258         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23259         Replace with point-at-{eol,bol}.
23260
23261         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23262
23263         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23264
23265         * flow-fill.el (fill-flowed-point-at-bol)
23266         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23267
23268         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23269         Replace with point-at-{eol,bol} throughout all files.
23270
23271 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23272
23273         * ntlm.el (ntlm-string-as-unibyte): New macro.
23274         (ntlm-build-auth-response): Use it.
23275
23276         Remove Emacs 20 stuff:
23277         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23278         (butlast, mapc, remove): Remove the compiler macros.
23279         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23280         of delq and copy-sequence.
23281         * gnus-art.el (popup-menu): Remove the compiler macro.
23282         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23283         Emacs 20.
23284
23285 2004-01-05  Simon Josefsson  <jas@extundo.com>
23286
23287         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23288         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23289         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23290         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23291         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23292         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23293         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23294         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23295         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23296         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23297         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23298         string-xor into ntlm-string-xor.
23299         Suggested by Jesper Harder <harder@myrealbox.com>.
23300
23301         * ntlm.el: Don't include poem.
23302
23303         * md4.el (print-int32, print-string-hexa): Remove.
23304         Suggested by Jesper Harder <harder@myrealbox.com>.
23305
23306         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23307
23308         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23309         probably breaks emacs with DL patch, but do we care? Is anyone
23310         still using the DL stuff?)
23311
23312         * sieve-manage.el: Use the password package.
23313         (sieve-manage-read-passwd): Remove.
23314         (sieve-manage-interactive-login): Use password.  Re-add
23315         condition-case around loop.
23316
23317         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23318         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23319         Use the password package.
23320
23321 2003-02-19  Simon Josefsson  <jas@extundo.com>
23322
23323         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23324         token.
23325
23326 2002-08-07  Simon Josefsson  <jas@extundo.com>
23327
23328         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23329         (sieve-manage-authenticators):
23330         (sieve-manage-authenticator-alist): Add some SASL mechs.
23331         (sieve-sasl-auth): New function.
23332         (sieve-manage-cram-md5-auth):
23333         (sieve-manage-plain-auth): Rewrite using SASL library.
23334         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23335         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23336         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23337         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23338
23339 2004-01-05  Simon Josefsson  <jas@extundo.com>
23340
23341         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23342         New files.
23343
23344 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23345
23346         * gnus-group.el (gnus-no-groups-message): Update.
23347
23348         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23349
23350 2003-11-09  Simon Josefsson  <jas@extundo.com>
23351
23352         * imap.el: Support for ID IMAP extension (RFC 2971).
23353         (imap-local-variables): Add imap-id.
23354         (imap-id): New variable.
23355         (imap-id): New function.
23356         (imap-parse-response): Parse untagged ID response.
23357         * nnimap.el (nnimap-id): New variable.
23358         (nnimap-open-connection): Use it.
23359
23360 2003-12-28  Simon Josefsson  <jas@extundo.com>
23361
23362         * gnus-score.el (gnus-score-edit-all-score): New.
23363         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23364
23365 2004-01-04  Simon Josefsson  <jas@extundo.com>
23366
23367         * password.el: Add.
23368
23369 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23370
23371         * dns.el (dns-query-types): Fix typo.
23372         (dns-query-types): New function.
23373         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23374         PTR and SOA replies, see RFC 1035.
23375
23376 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23377
23378         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23379
23380         * Move to Changelog.2.
23381
23382 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23383
23384         * gnus.el (gnus-version-number): Bump version.
23385
23386 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23387
23388         * gnus.el: No Gnus v0.1 is released.
23389
23390 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23391
23392         * gnus.el: No Gnus v0.0 is released.
23393
23394 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23395
23396         * gnus.el (gnus-version-number): Bump.
23397         (gnus-version): No.
23398
23399 See ChangeLog.2 for earlier changes.
23400
23401   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23402
23403   This file is part of GNU Emacs.
23404
23405   GNU Emacs is free software: you can redistribute it and/or modify
23406   it under the terms of the GNU General Public License as published by
23407   the Free Software Foundation, either version 3 of the License, or
23408   (at your option) any later version.
23409
23410   GNU Emacs is distributed in the hope that it will be useful,
23411   but WITHOUT ANY WARRANTY; without even the implied warranty of
23412   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23413   GNU General Public License for more details.
23414
23415   You should have received a copy of the GNU General Public License
23416   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23417
23418 ;; Local Variables:
23419 ;; coding: utf-8
23420 ;; fill-column: 79
23421 ;; add-log-time-zone-rule: t
23422 ;; End: